@charset "UTF-8";
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url("//hello.myfonts.net/count/2b79a2");
/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 167, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 171, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 176, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 182, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 192, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 197, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 205, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 212, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span3, .form-search.navbar-search .tt-hint {
  width: 220px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span6, .form-search .tt-hint {
  width: 460px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset3, body.searches-new #footer .navbar, body.searches-create #footer .navbar, body.searches-show #footer .navbar {
  margin-left: 260px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 617, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
/* line 623, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 628, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span3, .row-fluid .form-search.navbar-search .tt-hint, .form-search.navbar-search .row-fluid .tt-hint {
  width: 23.40426%;
  *width: 23.35106%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span6, .row-fluid .form-search .tt-hint, .form-search .row-fluid .tt-hint {
  width: 48.93617%;
  *width: 48.88298%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
/* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3, .row-fluid body.searches-new #footer .navbar, body.searches-new #footer .row-fluid .navbar, .row-fluid body.searches-create #footer .navbar, body.searches-create #footer .row-fluid .navbar, .row-fluid body.searches-show #footer .navbar, body.searches-show #footer .row-fluid .navbar {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child, .row-fluid body.searches-new #footer .navbar:first-child, body.searches-new #footer .row-fluid .navbar:first-child, .row-fluid body.searches-create #footer .navbar:first-child, body.searches-create #footer .row-fluid .navbar:first-child, .row-fluid body.searches-show #footer .navbar:first-child, body.searches-show #footer .row-fluid .navbar:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
/* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

/* line 13, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.muted {
  color: #999;
}

/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 48, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 105, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
li {
  line-height: 20px;
}

/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 131, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 156, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 163, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 202, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
/* line 206, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 212, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 218, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 223, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 226, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 104, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 135, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 163, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
/* line 86, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span3, .form-search.navbar-search input.tt-hint,
textarea.span3,
.form-search.navbar-search textarea.tt-hint,
.uneditable-input.span3,
.form-search.navbar-search .uneditable-input.tt-hint {
  width: 206px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span6, .form-search input.tt-hint,
textarea.span6,
.form-search textarea.tt-hint,
.uneditable-input.span6,
.form-search .uneditable-input.tt-hint {
  width: 446px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 168, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 168, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 168, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 168, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 431, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
/* line 439, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 448, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 452, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 466, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 472, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 483, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 495, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 499, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 504, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 517, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 521, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 526, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 531, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input.search-query, .form-search input.tt-hint, .form-search.navbar-search input.tt-hint {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 552, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query, .form-search .input-append .tt-hint,
.form-search .input-prepend .search-query,
.form-search .input-prepend .tt-hint {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query, .form-search .input-append .tt-hint {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .search-query, .form-search .input-prepend .tt-hint {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 565, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 581, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 594, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 652, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 659, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 666, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 671, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 681, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
/* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 80, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 85, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 97, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 103, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 109, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 126, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 129, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 134, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3, .table .form-search.navbar-search td.tt-hint, .form-search.navbar-search .table td.tt-hint,
.table th.span3,
.table .form-search.navbar-search th.tt-hint,
.form-search.navbar-search .table th.tt-hint {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6, .table .form-search td.tt-hint, .form-search .table td.tt-hint,
.table th.span6,
.table .form-search th.tt-hint,
.form-search .table th.tt-hint {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/assets/glyphicons-halflings-white-f0e0d95a9c8abcdfabf46348e2d4285829bb0491f5f6af0e05af52bffb6324c4.png");
}

/* line 52, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.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: default;
}

/* line 128, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 169, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 227, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 19, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 46, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 81, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 106, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 134, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 145, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

/* line 149, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 153, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 157, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 161, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 165, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 173, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 177, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 186, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 190, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 194, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 205, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 212, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 52, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
/* line 143, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 146, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 162, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 78, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 127, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 133, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 170, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 225, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 325, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 366, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 387, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 59, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link {
  color: #777;
}
/* line 77, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 111, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 123, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 128, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 132, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 145, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query, .navbar-search .form-search .tt-hint, .form-search .navbar-search .tt-hint, .form-search.navbar-search .tt-hint {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 161, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 216, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 313, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 333, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 371, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 375, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 379, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 399, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 403, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
/* line 409, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}
/* line 413, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}
/* line 417, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 423, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 431, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}
/* line 433, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
/* line 440, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 446, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
/* line 452, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
/* line 457, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
/* line 461, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 470, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query, .navbar-inverse .navbar-search .form-search .tt-hint, .form-search .navbar-inverse .navbar-search .tt-hint, .navbar-inverse .form-search.navbar-search .tt-hint {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder, .navbar-inverse .navbar-search .form-search .tt-hint:-moz-placeholder, .form-search .navbar-inverse .navbar-search .tt-hint:-moz-placeholder, .navbar-inverse .form-search.navbar-search .tt-hint:-moz-placeholder {
  color: #ccc;
}
/* line 86, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder, .navbar-inverse .navbar-search .form-search .tt-hint:-ms-input-placeholder, .form-search .navbar-inverse .navbar-search .tt-hint:-ms-input-placeholder, .navbar-inverse .form-search.navbar-search .tt-hint:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder, .navbar-inverse .navbar-search .form-search .tt-hint::-webkit-input-placeholder, .form-search .navbar-inverse .navbar-search .tt-hint::-webkit-input-placeholder, .navbar-inverse .form-search.navbar-search .tt-hint::-webkit-input-placeholder {
  color: #ccc;
}
/* line 479, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .form-search .tt-hint:focus, .form-search .navbar-inverse .navbar-search .tt-hint:focus, .navbar-inverse .form-search.navbar-search .tt-hint:focus, .navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .form-search .focused.tt-hint, .form-search .navbar-inverse .navbar-search .focused.tt-hint, .navbar-inverse .form-search.navbar-search .focused.tt-hint {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 493, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 520, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
/* line 16, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
/* line 85, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 102, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 118, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 88, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 92, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 19, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 56, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 63, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 28, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 44, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 82, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 103, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 110, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 118, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 125, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 101, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 109, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 117, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 26, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
/* line 33, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 51, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 54, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 59, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 96, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 102, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
/* line 131, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
/* line 15, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 34, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 36, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 38, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 44, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 45, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }

  /* line 58, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  /* line 579, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 70px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 170px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3, .form-search.navbar-search .tt-hint {
    width: 270px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 370px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 470px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6, .form-search .tt-hint {
    width: 570px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 670px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 770px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 870px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 970px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 1170px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3, body.searches-new #footer .navbar, body.searches-create #footer .navbar, body.searches-show #footer .navbar {
    margin-left: 330px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 614, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  /* line 623, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3, .row-fluid .form-search.navbar-search .tt-hint, .form-search.navbar-search .row-fluid .tt-hint {
    width: 23.07692%;
    *width: 23.02373%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6, .row-fluid .form-search .tt-hint, .form-search .row-fluid .tt-hint {
    width: 48.71795%;
    *width: 48.66476%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3, .row-fluid body.searches-new #footer .navbar, body.searches-new #footer .row-fluid .navbar, .row-fluid body.searches-create #footer .navbar, body.searches-create #footer .row-fluid .navbar, .row-fluid body.searches-show #footer .navbar, body.searches-show #footer .row-fluid .navbar {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child, .row-fluid body.searches-new #footer .navbar:first-child, body.searches-new #footer .row-fluid .navbar:first-child, .row-fluid body.searches-create #footer .navbar:first-child, body.searches-create #footer .row-fluid .navbar:first-child, .row-fluid body.searches-show #footer .navbar:first-child, body.searches-show #footer .row-fluid .navbar:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }

  /* line 669, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3, .form-search.navbar-search input.tt-hint,
  textarea.span3,
  .form-search.navbar-search textarea.tt-hint,
  .uneditable-input.span3,
  .form-search.navbar-search .uneditable-input.tt-hint {
    width: 256px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6, .form-search input.tt-hint,
  textarea.span6,
  .form-search textarea.tt-hint,
  .uneditable-input.span6,
  .form-search .uneditable-input.tt-hint {
    width: 556px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 18, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 579, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3, .form-search.navbar-search .tt-hint {
    width: 166px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6, .form-search .tt-hint {
    width: 352px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 593, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3, body.searches-new #footer .navbar, body.searches-create #footer .navbar, body.searches-show #footer .navbar {
    margin-left: 206px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 599, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 614, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  /* line 623, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3, .row-fluid .form-search.navbar-search .tt-hint, .form-search.navbar-search .row-fluid .tt-hint {
    width: 22.92818%;
    *width: 22.87499%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6, .row-fluid .form-search .tt-hint, .form-search .row-fluid .tt-hint {
    width: 48.61878%;
    *width: 48.56559%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  /* line 640, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3, .row-fluid body.searches-new #footer .navbar, body.searches-new #footer .row-fluid .navbar, .row-fluid body.searches-create #footer .navbar, body.searches-create #footer .row-fluid .navbar, .row-fluid body.searches-show #footer .navbar, body.searches-show #footer .row-fluid .navbar {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child, .row-fluid body.searches-new #footer .navbar:first-child, body.searches-new #footer .row-fluid .navbar:first-child, .row-fluid body.searches-create #footer .navbar:first-child, body.searches-create #footer .row-fluid .navbar:first-child, .row-fluid body.searches-show #footer .navbar:first-child, body.searches-show #footer .row-fluid .navbar:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  /* line 646, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  /* line 647, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }

  /* line 669, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3, .form-search.navbar-search input.tt-hint,
  textarea.span3,
  .form-search.navbar-search textarea.tt-hint,
  .uneditable-input.span3,
  .form-search.navbar-search .uneditable-input.tt-hint {
    width: 152px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6, .form-search input.tt-hint,
  textarea.span6,
  .form-search textarea.tt-hint,
  .uneditable-input.span6,
  .form-search .uneditable-input.tt-hint {
    width: 338px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  /* line 686, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  /* line 9, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 103, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 124, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 129, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 135, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 142, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 165, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 172, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 178, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 183, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 189, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 24, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 27, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 53, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 67, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 80, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  /* line 89, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 93, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  /* line 100, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 105, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 119, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 123, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 127, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 131, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 137, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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);
  }

  /* line 146, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 152, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 157, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 163, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 169, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 184, /app/vendor/bundle/ruby/2.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* line 1, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 26, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
}

/* line 32, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 44, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.twitter-typeahead .tt-hint {
  color: #999;
}

/* line 48, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

/* line 52, /app/vendor/assets/stylesheets/typeahead.bootstrap.css */
.tt-suggestion p {
  margin: 0;
}

/* line 1, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group {
  float: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 6, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
}

/* line 12, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 16, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

/* line 19, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

/* line 22, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

/* line 25, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

/* line 28, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select {
  width: 220px\9;
  /*IE8 and below */
}
/* line 29, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select:not([class*="span"]) {
  width: 220px;
}
/* line 33, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select .btn {
  width: 100%;
}
/* line 35, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.open .btn {
  z-index: 1001;
}
/* line 37, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
/* line 43, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
/* line 49, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  right: 12px;
  border-top: 4px solid #FFF;
}
/* line 53, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
/* line 55, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
/* line 57, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
}
/* line 63, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
/* line 67, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
/* line 70, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li > a {
  min-height: 20px;
  cursor: pointer;
  text-align: right;
}
/* line 71, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}
/* line 76, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
/* line 78, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
/* line 83, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
/* line 85, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
/* line 88, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 91, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
/* line 94, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
/* line 99, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 110, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 121, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
/* line 127, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
/* line 133, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 136, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 140, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/* line 143, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select .dropdown-toggle {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border: none;
  margin: 0px;
  text-shadow: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 154, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border: none;
  margin: 0px;
  text-shadow: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 165, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select .dropdown-toggle:focus, .btn-group.open .btn.dropdown-toggle:focus {
  outline: 0px !important;
}

/* line 168, /app/app/assets/stylesheets/bootstrap-select-custom.sass */
.bootstrap-select .dropdown-toggle:hover, .btn-group.open .btn.dropdown-toggle:hover {
  background-color: transparent;
  background-image: none;
}

/* line 8, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #999;
  cursor: default;
  font-size: 0.8em;
}
/* line 17, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete .ui-menu-item {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  margin: 0;
  padding: 4px;
}
/* line 23, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete .ui-menu-item a {
  color: #000;
  display: block;
  padding: 3px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
/* line 32, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}
/* line 36, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-focus, .ui-autocomplete .ui-menu-item.ui-state-hover, .ui-autocomplete .ui-menu-item.ui-state-active {
  background-color: #fffcb2;
}
/* line 41, /app/vendor/bundle/ruby/2.4.0/gems/simple_form_autocomplete-1.1.0/assets/stylesheets/_simple_form_autocomplete.scss */
.ui-autocomplete .ui-menu-item.ui-state-focus a, .ui-autocomplete .ui-menu-item.ui-state-hover a, .ui-autocomplete .ui-menu-item.ui-state-active a {
  color: #000;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-a9595e5bf3b6dbbc076902b9abdea356053d69a2fe66506706de9bb39a126b8f.eot");
  src: url("/assets/fontawesome-webfont-a9595e5bf3b6dbbc076902b9abdea356053d69a2fe66506706de9bb39a126b8f.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-18e6b5ff511b90edf098e62ac45ed9d6673a3eee10165d0de4164d4d02a3a77f.woff") format("woff"), url("/assets/fontawesome-webfont-14dcb8f02b3b81c2baab230610c349a94282bbd976693759e9b4a8694d486451.ttf") format("truetype"), url("/assets/fontawesome-webfont-61c90f78333473c40f9512789708cdcd8206dd269401103f33d438cd838bb1f0.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 37, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 46, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 53, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 58, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 63, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 70, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 74, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 78, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icons-ul > li {
  position: relative;
}

/* line 81, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 88, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 92, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-muted {
  color: #eeeeee;
}

/* line 95, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-light {
  color: #ffffff;
}

/* line 98, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-dark {
  color: #333333;
}

/* line 101, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 108, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-2x {
  font-size: 2em;
}

/* line 111, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 117, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-3x {
  font-size: 3em;
}

/* line 120, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 126, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-4x {
  font-size: 4em;
}

/* line 129, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 135, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-5x {
  font-size: 5em;
}

/* line 138, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 144, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 147, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 150, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 154, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 161, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 174, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 190, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 196, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 202, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 212, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 218, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 222, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 228, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 232, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 238, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 242, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 247, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 254, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 262, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 273, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 278, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 286, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 332, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 340, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 348, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 356, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 363, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 371, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 380, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-glass:before {
  content: "\f000";
}

/* line 383, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-music:before {
  content: "\f001";
}

/* line 386, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-search:before {
  content: "\f002";
}

/* line 389, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 392, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-heart:before {
  content: "\f004";
}

/* line 395, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-star:before {
  content: "\f005";
}

/* line 398, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-star-empty:before {
  content: "\f006";
}

/* line 401, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-user:before {
  content: "\f007";
}

/* line 404, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-film:before {
  content: "\f008";
}

/* line 407, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-th-large:before {
  content: "\f009";
}

/* line 410, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-th:before {
  content: "\f00a";
}

/* line 413, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-th-list:before {
  content: "\f00b";
}

/* line 416, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ok:before {
  content: "\f00c";
}

/* line 419, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-remove:before {
  content: "\f00d";
}

/* line 422, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 425, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 428, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 432, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-signal:before {
  content: "\f012";
}

/* line 435, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 439, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-trash:before {
  content: "\f014";
}

/* line 442, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-home:before {
  content: "\f015";
}

/* line 445, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-file-alt:before {
  content: "\f016";
}

/* line 448, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-time:before {
  content: "\f017";
}

/* line 451, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-road:before {
  content: "\f018";
}

/* line 454, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-download-alt:before {
  content: "\f019";
}

/* line 457, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-download:before {
  content: "\f01a";
}

/* line 460, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-upload:before {
  content: "\f01b";
}

/* line 463, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-inbox:before {
  content: "\f01c";
}

/* line 466, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 469, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 473, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-refresh:before {
  content: "\f021";
}

/* line 476, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-list-alt:before {
  content: "\f022";
}

/* line 479, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-lock:before {
  content: "\f023";
}

/* line 482, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flag:before {
  content: "\f024";
}

/* line 485, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-headphones:before {
  content: "\f025";
}

/* line 488, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-volume-off:before {
  content: "\f026";
}

/* line 491, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-volume-down:before {
  content: "\f027";
}

/* line 494, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-volume-up:before {
  content: "\f028";
}

/* line 497, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-qrcode:before {
  content: "\f029";
}

/* line 500, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-barcode:before {
  content: "\f02a";
}

/* line 503, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tag:before {
  content: "\f02b";
}

/* line 506, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tags:before {
  content: "\f02c";
}

/* line 509, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-book:before {
  content: "\f02d";
}

/* line 512, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 515, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-print:before {
  content: "\f02f";
}

/* line 518, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-camera:before {
  content: "\f030";
}

/* line 521, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-font:before {
  content: "\f031";
}

/* line 524, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bold:before {
  content: "\f032";
}

/* line 527, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-italic:before {
  content: "\f033";
}

/* line 530, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-text-height:before {
  content: "\f034";
}

/* line 533, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-text-width:before {
  content: "\f035";
}

/* line 536, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-align-left:before {
  content: "\f036";
}

/* line 539, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-align-center:before {
  content: "\f037";
}

/* line 542, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-align-right:before {
  content: "\f038";
}

/* line 545, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-align-justify:before {
  content: "\f039";
}

/* line 548, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-list:before {
  content: "\f03a";
}

/* line 551, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 554, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 557, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 560, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-picture:before {
  content: "\f03e";
}

/* line 563, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-pencil:before {
  content: "\f040";
}

/* line 566, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-map-marker:before {
  content: "\f041";
}

/* line 569, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-adjust:before {
  content: "\f042";
}

/* line 572, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tint:before {
  content: "\f043";
}

/* line 575, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-edit:before {
  content: "\f044";
}

/* line 578, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-share:before {
  content: "\f045";
}

/* line 581, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-check:before {
  content: "\f046";
}

/* line 584, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-move:before {
  content: "\f047";
}

/* line 587, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-step-backward:before {
  content: "\f048";
}

/* line 590, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 593, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-backward:before {
  content: "\f04a";
}

/* line 596, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-play:before {
  content: "\f04b";
}

/* line 599, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-pause:before {
  content: "\f04c";
}

/* line 602, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stop:before {
  content: "\f04d";
}

/* line 605, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-forward:before {
  content: "\f04e";
}

/* line 608, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 611, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-step-forward:before {
  content: "\f051";
}

/* line 614, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-eject:before {
  content: "\f052";
}

/* line 617, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 620, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 623, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 626, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 629, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 632, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 635, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-question-sign:before {
  content: "\f059";
}

/* line 638, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 641, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 644, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 647, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 650, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 653, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 656, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 659, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 662, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 665, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 669, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-resize-full:before {
  content: "\f065";
}

/* line 672, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-resize-small:before {
  content: "\f066";
}

/* line 675, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-plus:before {
  content: "\f067";
}

/* line 678, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-minus:before {
  content: "\f068";
}

/* line 681, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-asterisk:before {
  content: "\f069";
}

/* line 684, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 687, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gift:before {
  content: "\f06b";
}

/* line 690, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-leaf:before {
  content: "\f06c";
}

/* line 693, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fire:before {
  content: "\f06d";
}

/* line 696, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 699, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-eye-close:before {
  content: "\f070";
}

/* line 702, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 705, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-plane:before {
  content: "\f072";
}

/* line 708, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-calendar:before {
  content: "\f073";
}

/* line 711, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-random:before {
  content: "\f074";
}

/* line 714, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-comment:before {
  content: "\f075";
}

/* line 717, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-magnet:before {
  content: "\f076";
}

/* line 720, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 723, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 726, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-retweet:before {
  content: "\f079";
}

/* line 729, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 732, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 735, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 738, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 741, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 744, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 747, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 750, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 753, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 756, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-key:before {
  content: "\f084";
}

/* line 759, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 763, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-comments:before {
  content: "\f086";
}

/* line 766, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 769, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 772, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-star-half:before {
  content: "\f089";
}

/* line 775, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 778, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-signout:before {
  content: "\f08b";
}

/* line 781, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 784, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 787, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-external-link:before {
  content: "\f08e";
}

/* line 790, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-signin:before {
  content: "\f090";
}

/* line 793, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-trophy:before {
  content: "\f091";
}

/* line 796, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-github-sign:before {
  content: "\f092";
}

/* line 799, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 802, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-lemon:before {
  content: "\f094";
}

/* line 805, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-phone:before {
  content: "\f095";
}

/* line 808, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 812, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 815, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 818, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-twitter:before {
  content: "\f099";
}

/* line 821, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-facebook:before {
  content: "\f09a";
}

/* line 824, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-github:before {
  content: "\f09b";
}

/* line 827, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-unlock:before {
  content: "\f09c";
}

/* line 830, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 833, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rss:before {
  content: "\f09e";
}

/* line 836, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 839, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 842, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bell:before {
  content: "\f0a2";
}

/* line 845, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 848, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 851, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 854, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 857, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 860, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 863, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 866, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 869, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 872, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-globe:before {
  content: "\f0ac";
}

/* line 875, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 878, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 881, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-filter:before {
  content: "\f0b0";
}

/* line 884, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 887, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 890, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-group:before {
  content: "\f0c0";
}

/* line 893, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-link:before {
  content: "\f0c1";
}

/* line 896, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 899, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 902, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-cut:before {
  content: "\f0c4";
}

/* line 905, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-copy:before {
  content: "\f0c5";
}

/* line 908, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 912, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-save:before {
  content: "\f0c7";
}

/* line 915, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 918, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 921, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 924, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 927, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 930, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-underline:before {
  content: "\f0cd";
}

/* line 933, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-table:before {
  content: "\f0ce";
}

/* line 936, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-magic:before {
  content: "\f0d0";
}

/* line 939, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-truck:before {
  content: "\f0d1";
}

/* line 942, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 945, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 948, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 951, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 954, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-money:before {
  content: "\f0d6";
}

/* line 957, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 960, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 963, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 966, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 969, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-columns:before {
  content: "\f0db";
}

/* line 972, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort:before {
  content: "\f0dc";
}

/* line 975, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 978, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 981, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 984, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 987, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 991, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-legal:before {
  content: "\f0e3";
}

/* line 994, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 997, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1000, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1003, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1006, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1009, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1012, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1015, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1018, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1021, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1024, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1027, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1030, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1033, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1036, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1039, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1042, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-food:before {
  content: "\f0f5";
}

/* line 1045, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1048, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-building:before {
  content: "\f0f7";
}

/* line 1051, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1054, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1057, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1060, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1063, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1066, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1069, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1072, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1075, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1078, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1081, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1084, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1087, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1090, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1093, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1096, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-desktop:before {
  content: "\f108";
}

/* line 1099, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-laptop:before {
  content: "\f109";
}

/* line 1102, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1105, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1108, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1111, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1114, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1117, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-spinner:before {
  content: "\f110";
}

/* line 1120, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-circle:before {
  content: "\f111";
}

/* line 1123, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1127, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1130, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1133, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1136, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1139, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1142, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-smile:before {
  content: "\f118";
}

/* line 1145, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-frown:before {
  content: "\f119";
}

/* line 1148, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-meh:before {
  content: "\f11a";
}

/* line 1151, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1154, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1157, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1160, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1163, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-terminal:before {
  content: "\f120";
}

/* line 1166, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-code:before {
  content: "\f121";
}

/* line 1169, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1172, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1175, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1179, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1182, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-crop:before {
  content: "\f125";
}

/* line 1185, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1188, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-unlink:before {
  content: "\f127";
}

/* line 1191, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-question:before {
  content: "\f128";
}

/* line 1194, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-info:before {
  content: "\f129";
}

/* line 1197, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1200, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1203, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1206, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1209, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1212, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-microphone:before {
  content: "\f130";
}

/* line 1215, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1218, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-shield:before {
  content: "\f132";
}

/* line 1221, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1224, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1227, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rocket:before {
  content: "\f135";
}

/* line 1230, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1233, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1236, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1239, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1242, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1245, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-html5:before {
  content: "\f13b";
}

/* line 1248, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-css3:before {
  content: "\f13c";
}

/* line 1251, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1254, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1257, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1260, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1263, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1266, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1269, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1272, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-ticket:before {
  content: "\f145";
}

/* line 1275, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1278, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1281, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-level-up:before {
  content: "\f148";
}

/* line 1284, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-level-down:before {
  content: "\f149";
}

/* line 1287, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1290, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1293, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1296, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1299, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-compass:before {
  content: "\f14e";
}

/* line 1302, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-collapse:before {
  content: "\f150";
}

/* line 1305, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1308, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-expand:before {
  content: "\f152";
}

/* line 1311, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1315, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gbp:before {
  content: "\f154";
}

/* line 1318, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1322, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1326, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1330, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1334, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1338, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1342, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-file:before {
  content: "\f15b";
}

/* line 1345, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1348, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1351, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1354, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1357, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1360, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1363, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1366, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1369, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1372, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1375, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-youtube:before {
  content: "\f167";
}

/* line 1378, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-xing:before {
  content: "\f168";
}

/* line 1381, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1384, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1387, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1390, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1393, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1396, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1399, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-adn:before {
  content: "\f170";
}

/* line 1402, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1405, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1408, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1411, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1414, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1417, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1420, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1423, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1426, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-apple:before {
  content: "\f179";
}

/* line 1429, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-windows:before {
  content: "\f17a";
}

/* line 1432, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-android:before {
  content: "\f17b";
}

/* line 1435, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-linux:before {
  content: "\f17c";
}

/* line 1438, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1441, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-skype:before {
  content: "\f17e";
}

/* line 1444, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1447, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-trello:before {
  content: "\f181";
}

/* line 1450, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-female:before {
  content: "\f182";
}

/* line 1453, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-male:before {
  content: "\f183";
}

/* line 1456, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-gittip:before {
  content: "\f184";
}

/* line 1459, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-sun:before {
  content: "\f185";
}

/* line 1462, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-moon:before {
  content: "\f186";
}

/* line 1465, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-archive:before {
  content: "\f187";
}

/* line 1468, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-bug:before {
  content: "\f188";
}

/* line 1471, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-vk:before {
  content: "\f189";
}

/* line 1474, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1477, /app/vendor/bundle/ruby/2.4.0/gems/font-awesome-rails-3.2.1.3/app/assets/stylesheets/font-awesome.css.erb */
.icon-renren:before {
  content: "\f18b";
}

/**
 * @license
 * MyFonts Webfont Build ID 2849186, 2014-07-21T12:12:31-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir Next Pro by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-regular/
 * Copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 * Licensed pageviews: 250,000
 * 
 * Webfont: Avenir Next Pro Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-bold/
 * Copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2849186
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url(/assets/2B79A2_2_0-9e78eff8ea4843faf798d88e5a0b67237b9756d21de5916e011c2b2744f58f87.eot);
  src: url(/assets/2B79A2_2_0-9e78eff8ea4843faf798d88e5a0b67237b9756d21de5916e011c2b2744f58f87.eot?#iefix) format("embedded-opentype"), url(/assets/2B79A2_2_0-0a58529529525cc3afa47c37df5c3c01861d6c8f8d3fa7bc52cf11f5487231f3.woff) format("woff"), url(/assets/2B79A2_2_0-d8b304933edb002d2a7002b183c188cd91cda4bc09145ecab684d360b37c77ff.ttf) format("truetype");
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url(/assets/2B79A2_3_0-e5fb5429e08ed79494e95d7ec578d4bf3c7b4121d61e8c19be47d07773750da2.eot);
  src: url(/assets/2B79A2_3_0-e5fb5429e08ed79494e95d7ec578d4bf3c7b4121d61e8c19be47d07773750da2.eot?#iefix) format("embedded-opentype"), url(/assets/2B79A2_3_0-6c3ed5e98e93f17f01e7ea94644156ab62fcc4b31567ea29382c633795937c78.woff) format("woff"), url(/assets/2B79A2_3_0-6b61100580eb2daedc20198e93ff794e8cec692e9d6f3da9688c77678d073e15.ttf) format("truetype");
}
@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url(/assets/2BB11F_0_0-30ac65ace26cb16a663ecb10ccefc7e9b784b64a70ee55ec4a013ef19af1d405.eot);
  src: url(/assets/2BB11F_0_0-30ac65ace26cb16a663ecb10ccefc7e9b784b64a70ee55ec4a013ef19af1d405.eot?#iefix) format("embedded-opentype"), url(/assets/2BB11F_0_0-77f4dec35a7a3b8b407b52ac2819ecb8d5c7afc89aba8212548f48056e37098a.woff) format("woff"), url(/assets/2BB11F_0_0-09e4af35bbe0cf54df12a2590acdaebecc92b4e8559ec8b3e46a6665c8441a37.ttf) format("truetype");
}
/* line 15, /app/app/assets/stylesheets/application.css.sass */
h1, h2, h3, h4, h5, h6, strong, label {
  font-family: "AvenirNextLTPro-Medium";
  font-weight: normal;
}

/* line 19, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
}
/* line 27, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top .navbar-inner {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 20px;
}
/* line 36, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top .navbar-inner a {
  margin-top: 4px;
}
/* line 39, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top .navbar-inner a.dropdown-toggle {
  margin-top: 5px;
}
@media print {
  /* line 27, /app/app/assets/stylesheets/application.css.sass */
  .navbar-fixed-top .navbar-inner {
    display: none;
  }
}
/* line 45, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top .input-append input {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 53, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top .input-append input.tt-hint {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 61, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top a.brand {
  margin-top: 0;
}
/* line 64, /app/app/assets/stylesheets/application.css.sass */
.navbar-fixed-top a.brand img {
  height: 36px;
}

/* line 67, /app/app/assets/stylesheets/application.css.sass */
input[type=file] {
  line-height: 10px;
  margin-top: 5px;
}

/* line 71, /app/app/assets/stylesheets/application.css.sass */
a {
  text-decoration: none;
  word-break: break-word;
}
/* line 74, /app/app/assets/stylesheets/application.css.sass */
a:hover {
  text-decoration: underline;
  color: #2980B9;
}

/* line 78, /app/app/assets/stylesheets/application.css.sass */
a.btn {
  word-break: normal;
}

/* line 81, /app/app/assets/stylesheets/application.css.sass */
table.table th {
  font-size: 18px;
}

/* line 84, /app/app/assets/stylesheets/application.css.sass */
table.table td {
  vertical-align: middle;
}

/* line 87, /app/app/assets/stylesheets/application.css.sass */
.ui-state-focus {
  background: #3498db !important;
  color: white !important;
  border: none !important;
}

/* line 93, /app/app/assets/stylesheets/application.css.sass */
.navbar-search .input-append {
  margin-top: 5px;
}
/* line 96, /app/app/assets/stylesheets/application.css.sass */
.navbar-search .input-append .search-query, .navbar-search .input-append .form-search .tt-hint, .form-search .navbar-search .input-append .tt-hint, .form-search.navbar-search .input-append .tt-hint {
  padding-top: 6px;
  padding-bottom: 2px;
}

/* line 100, /app/app/assets/stylesheets/application.css.sass */
.nav-collapse .btn {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 3px;
}

/* line 105, /app/app/assets/stylesheets/application.css.sass */
.popover {
  position: relative;
  display: block;
  float: left;
  width: 320px;
  margin: 20px;
}

/* line 114, /app/app/assets/stylesheets/application.css.sass */
html, body {
  height: 100%;
}

/* line 117, /app/app/assets/stylesheets/application.css.sass */
#loading_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 99999 !important;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  display: none;
  text-align: center;
}
/* line 132, /app/app/assets/stylesheets/application.css.sass */
#loading_overlay #spinner {
  position: absolute;
  color: #FFF;
  font-size: 18px;
}

/* line 137, /app/app/assets/stylesheets/application.css.sass */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

/* line 143, /app/app/assets/stylesheets/application.css.sass */
#top-push {
  padding-top: 70px;
}

@media (max-width: 979px) {
  /* line 147, /app/app/assets/stylesheets/application.css.sass */
  #top-push {
    padding-top: 0px;
  }
}
/* line 150, /app/app/assets/stylesheets/application.css.sass */
#footer, #bottom-push {
  height: 60px;
}
@media print {
  /* line 150, /app/app/assets/stylesheets/application.css.sass */
  #footer, #bottom-push {
    display: none;
  }
}

@media(max-width: 1199px) {
  /* line 157, /app/app/assets/stylesheets/application.css.sass */
  #wrapper {
    margin-bottom: -90px !important;
  }

  /* line 160, /app/app/assets/stylesheets/application.css.sass */
  #footer, #button-push {
    height: 90px !important;
  }
}
@media (max-width: 767px) {
  /* line 163, /app/app/assets/stylesheets/application.css.sass */
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 178, /app/app/assets/stylesheets/application.css.sass */
.tt-suggestion {
  text-align: left;
}

/* line 2, /app/app/assets/stylesheets/home.sass */
body.home-index > #wrapper > .container {
  text-align: center;
}
/* line 5, /app/app/assets/stylesheets/home.sass */
body.home-index .home-logo {
  margin-top: 10%;
  width: 25%;
  min-width: 100px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
/* line 16, /app/app/assets/stylesheets/home.sass */
body.home-index .input-append .btn {
  height: 30px;
}

/* line 2, /app/app/assets/stylesheets/general_information.sass */
body.general_information-faq h2, body.general_information-faq h3, body.general_information-faq h4, body.general_information-terms h2, body.general_information-terms h3, body.general_information-terms h4, body.general_information-new h2, body.general_information-new h3, body.general_information-new h4 {
  color: #2980B9;
}

/* line 2, /app/app/assets/stylesheets/errors.sass */
body.errors-unauthorized h2, body.errors-error_404 h2, body.errors-error_500 h2 {
  margin-top: 40px;
}
/* line 5, /app/app/assets/stylesheets/errors.sass */
body.errors-unauthorized h2, body.errors-unauthorized p, body.errors-error_404 h2, body.errors-error_404 p, body.errors-error_500 h2, body.errors-error_500 p {
  text-align: center;
}

/* line 30, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-schools, body.searches-create .heading-schools, body.searches-show .heading-schools {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-schools a, body.searches-create .heading-schools a, body.searches-show .heading-schools a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-schools a:hover, body.searches-create .heading-schools a:hover, body.searches-show .heading-schools a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-schools a .caret, body.searches-create .heading-schools a .caret, body.searches-show .heading-schools a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 33, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-schools, body.searches-create .filters-schools, body.searches-show .filters-schools {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 36, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-attendance-zones, body.searches-create .heading-school-attendance-zones, body.searches-show .heading-school-attendance-zones {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-attendance-zones a, body.searches-create .heading-school-attendance-zones a, body.searches-show .heading-school-attendance-zones a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-attendance-zones a:hover, body.searches-create .heading-school-attendance-zones a:hover, body.searches-show .heading-school-attendance-zones a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-attendance-zones a .caret, body.searches-create .heading-school-attendance-zones a .caret, body.searches-show .heading-school-attendance-zones a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 39, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-school-attendance-zones, body.searches-create .filters-school-attendance-zones, body.searches-show .filters-school-attendance-zones {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 42, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-districts, body.searches-create .heading-school-districts, body.searches-show .heading-school-districts {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-districts a, body.searches-create .heading-school-districts a, body.searches-show .heading-school-districts a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-districts a:hover, body.searches-create .heading-school-districts a:hover, body.searches-show .heading-school-districts a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-school-districts a .caret, body.searches-create .heading-school-districts a .caret, body.searches-show .heading-school-districts a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 45, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-school-districts, body.searches-create .filters-school-districts, body.searches-show .filters-school-districts {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 48, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parks, body.searches-create .heading-parks, body.searches-show .heading-parks {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parks a, body.searches-create .heading-parks a, body.searches-show .heading-parks a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parks a:hover, body.searches-create .heading-parks a:hover, body.searches-show .heading-parks a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parks a .caret, body.searches-create .heading-parks a .caret, body.searches-show .heading-parks a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 51, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-parks, body.searches-create .filters-parks, body.searches-show .filters-parks {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 54, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-coffee-shops, body.searches-create .heading-coffee-shops, body.searches-show .heading-coffee-shops {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-coffee-shops a, body.searches-create .heading-coffee-shops a, body.searches-show .heading-coffee-shops a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-coffee-shops a:hover, body.searches-create .heading-coffee-shops a:hover, body.searches-show .heading-coffee-shops a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-coffee-shops a .caret, body.searches-create .heading-coffee-shops a .caret, body.searches-show .heading-coffee-shops a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 57, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-coffee-shops, body.searches-create .filters-coffee-shops, body.searches-show .filters-coffee-shops {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 60, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-grocery, body.searches-create .heading-grocery, body.searches-show .heading-grocery {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-grocery a, body.searches-create .heading-grocery a, body.searches-show .heading-grocery a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-grocery a:hover, body.searches-create .heading-grocery a:hover, body.searches-show .heading-grocery a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-grocery a .caret, body.searches-create .heading-grocery a .caret, body.searches-show .heading-grocery a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 63, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-grocery, body.searches-create .filters-grocery, body.searches-show .filters-grocery {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 66, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gas-stations, body.searches-create .heading-gas-stations, body.searches-show .heading-gas-stations {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gas-stations a, body.searches-create .heading-gas-stations a, body.searches-show .heading-gas-stations a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gas-stations a:hover, body.searches-create .heading-gas-stations a:hover, body.searches-show .heading-gas-stations a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gas-stations a .caret, body.searches-create .heading-gas-stations a .caret, body.searches-show .heading-gas-stations a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 69, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-gas-stations, body.searches-create .filters-gas-stations, body.searches-show .filters-gas-stations {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 72, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pharmacies, body.searches-create .heading-pharmacies, body.searches-show .heading-pharmacies {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pharmacies a, body.searches-create .heading-pharmacies a, body.searches-show .heading-pharmacies a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pharmacies a:hover, body.searches-create .heading-pharmacies a:hover, body.searches-show .heading-pharmacies a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pharmacies a .caret, body.searches-create .heading-pharmacies a .caret, body.searches-show .heading-pharmacies a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 75, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-pharmacies, body.searches-create .filters-pharmacies, body.searches-show .filters-pharmacies {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 78, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-street-level-transit, body.searches-create .heading-street-level-transit, body.searches-show .heading-street-level-transit {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-street-level-transit a, body.searches-create .heading-street-level-transit a, body.searches-show .heading-street-level-transit a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-street-level-transit a:hover, body.searches-create .heading-street-level-transit a:hover, body.searches-show .heading-street-level-transit a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-street-level-transit a .caret, body.searches-create .heading-street-level-transit a .caret, body.searches-show .heading-street-level-transit a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 81, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-street-level-transit, body.searches-create .filters-street-level-transit, body.searches-show .filters-street-level-transit {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 84, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-rail-transit, body.searches-create .heading-rail-transit, body.searches-show .heading-rail-transit {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-rail-transit a, body.searches-create .heading-rail-transit a, body.searches-show .heading-rail-transit a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-rail-transit a:hover, body.searches-create .heading-rail-transit a:hover, body.searches-show .heading-rail-transit a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-rail-transit a .caret, body.searches-create .heading-rail-transit a .caret, body.searches-show .heading-rail-transit a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 87, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-rail-transit, body.searches-create .filters-rail-transit, body.searches-show .filters-rail-transit {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 90, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-water-transit, body.searches-create .heading-water-transit, body.searches-show .heading-water-transit {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-water-transit a, body.searches-create .heading-water-transit a, body.searches-show .heading-water-transit a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-water-transit a:hover, body.searches-create .heading-water-transit a:hover, body.searches-show .heading-water-transit a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-water-transit a .caret, body.searches-create .heading-water-transit a .caret, body.searches-show .heading-water-transit a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 93, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-water-transit, body.searches-create .filters-water-transit, body.searches-show .filters-water-transit {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 96, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-child-care, body.searches-create .heading-child-care, body.searches-show .heading-child-care {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-child-care a, body.searches-create .heading-child-care a, body.searches-show .heading-child-care a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-child-care a:hover, body.searches-create .heading-child-care a:hover, body.searches-show .heading-child-care a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-child-care a .caret, body.searches-create .heading-child-care a .caret, body.searches-show .heading-child-care a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 99, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-child-care, body.searches-create .filters-child-care, body.searches-show .filters-child-care {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 102, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-early-childhood-programs, body.searches-create .heading-early-childhood-programs, body.searches-show .heading-early-childhood-programs {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-early-childhood-programs a, body.searches-create .heading-early-childhood-programs a, body.searches-show .heading-early-childhood-programs a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-early-childhood-programs a:hover, body.searches-create .heading-early-childhood-programs a:hover, body.searches-show .heading-early-childhood-programs a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-early-childhood-programs a .caret, body.searches-create .heading-early-childhood-programs a .caret, body.searches-show .heading-early-childhood-programs a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 105, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-early-childhood-programs, body.searches-create .filters-early-childhood-programs, body.searches-show .filters-early-childhood-programs {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 108, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-front-yard-parking, body.searches-create .heading-front-yard-parking, body.searches-show .heading-front-yard-parking {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-front-yard-parking a, body.searches-create .heading-front-yard-parking a, body.searches-show .heading-front-yard-parking a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-front-yard-parking a:hover, body.searches-create .heading-front-yard-parking a:hover, body.searches-show .heading-front-yard-parking a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-front-yard-parking a .caret, body.searches-create .heading-front-yard-parking a .caret, body.searches-show .heading-front-yard-parking a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 111, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-front-yard-parking, body.searches-create .filters-front-yard-parking, body.searches-show .filters-front-yard-parking {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 114, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-permit-parking, body.searches-create .heading-permit-parking, body.searches-show .heading-permit-parking {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-permit-parking a, body.searches-create .heading-permit-parking a, body.searches-show .heading-permit-parking a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-permit-parking a:hover, body.searches-create .heading-permit-parking a:hover, body.searches-show .heading-permit-parking a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-permit-parking a .caret, body.searches-create .heading-permit-parking a .caret, body.searches-show .heading-permit-parking a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 117, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-permit-parking, body.searches-create .filters-permit-parking, body.searches-show .filters-permit-parking {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 120, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-crime, body.searches-create .heading-crime, body.searches-show .heading-crime {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-crime a, body.searches-create .heading-crime a, body.searches-show .heading-crime a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-crime a:hover, body.searches-create .heading-crime a:hover, body.searches-show .heading-crime a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-crime a .caret, body.searches-create .heading-crime a .caret, body.searches-show .heading-crime a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 123, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-crime, body.searches-create .filters-crime, body.searches-show .filters-crime {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 126, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-meta-neighbourhoods, body.searches-create .heading-meta-neighbourhoods, body.searches-show .heading-meta-neighbourhoods {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-meta-neighbourhoods a, body.searches-create .heading-meta-neighbourhoods a, body.searches-show .heading-meta-neighbourhoods a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-meta-neighbourhoods a:hover, body.searches-create .heading-meta-neighbourhoods a:hover, body.searches-show .heading-meta-neighbourhoods a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-meta-neighbourhoods a .caret, body.searches-create .heading-meta-neighbourhoods a .caret, body.searches-show .heading-meta-neighbourhoods a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 129, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-meta-neighbourhoods, body.searches-create .filters-meta-neighbourhoods, body.searches-show .filters-meta-neighbourhoods {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 132, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-neighbourhoods, body.searches-create .heading-neighbourhoods, body.searches-show .heading-neighbourhoods {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-neighbourhoods a, body.searches-create .heading-neighbourhoods a, body.searches-show .heading-neighbourhoods a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-neighbourhoods a:hover, body.searches-create .heading-neighbourhoods a:hover, body.searches-show .heading-neighbourhoods a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-neighbourhoods a .caret, body.searches-create .heading-neighbourhoods a .caret, body.searches-show .heading-neighbourhoods a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 135, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-neighbourhoods, body.searches-create .filters-neighbourhoods, body.searches-show .filters-neighbourhoods {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 138, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-regions, body.searches-create .heading-regions, body.searches-show .heading-regions {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-regions a, body.searches-create .heading-regions a, body.searches-show .heading-regions a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-regions a:hover, body.searches-create .heading-regions a:hover, body.searches-show .heading-regions a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-regions a .caret, body.searches-create .heading-regions a .caret, body.searches-show .heading-regions a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 141, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-regions, body.searches-create .filters-regions, body.searches-show .filters-regions {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 144, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-active-building-permits, body.searches-create .heading-active-building-permits, body.searches-show .heading-active-building-permits {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-active-building-permits a, body.searches-create .heading-active-building-permits a, body.searches-show .heading-active-building-permits a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-active-building-permits a:hover, body.searches-create .heading-active-building-permits a:hover, body.searches-show .heading-active-building-permits a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-active-building-permits a .caret, body.searches-create .heading-active-building-permits a .caret, body.searches-show .heading-active-building-permits a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 147, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-active-building-permits, body.searches-create .filters-active-building-permits, body.searches-show .filters-active-building-permits {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 150, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleared-building-permits, body.searches-create .heading-cleared-building-permits, body.searches-show .heading-cleared-building-permits {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleared-building-permits a, body.searches-create .heading-cleared-building-permits a, body.searches-show .heading-cleared-building-permits a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleared-building-permits a:hover, body.searches-create .heading-cleared-building-permits a:hover, body.searches-show .heading-cleared-building-permits a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleared-building-permits a .caret, body.searches-create .heading-cleared-building-permits a .caret, body.searches-show .heading-cleared-building-permits a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 153, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-cleared-building-permits, body.searches-create .filters-cleared-building-permits, body.searches-show .filters-cleared-building-permits {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 156, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-building-permits, body.searches-create .heading-building-permits, body.searches-show .heading-building-permits {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-building-permits a, body.searches-create .heading-building-permits a, body.searches-show .heading-building-permits a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-building-permits a:hover, body.searches-create .heading-building-permits a:hover, body.searches-show .heading-building-permits a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-building-permits a .caret, body.searches-create .heading-building-permits a .caret, body.searches-show .heading-building-permits a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 159, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-building-permits, body.searches-create .filters-building-permits, body.searches-show .filters-building-permits {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 162, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-waste-collection, body.searches-create .heading-waste-collection, body.searches-show .heading-waste-collection {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-waste-collection a, body.searches-create .heading-waste-collection a, body.searches-show .heading-waste-collection a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-waste-collection a:hover, body.searches-create .heading-waste-collection a:hover, body.searches-show .heading-waste-collection a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-waste-collection a .caret, body.searches-create .heading-waste-collection a .caret, body.searches-show .heading-waste-collection a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 165, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-waste-collection, body.searches-create .filters-waste-collection, body.searches-show .filters-waste-collection {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 168, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-libraries, body.searches-create .heading-libraries, body.searches-show .heading-libraries {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-libraries a, body.searches-create .heading-libraries a, body.searches-show .heading-libraries a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-libraries a:hover, body.searches-create .heading-libraries a:hover, body.searches-show .heading-libraries a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-libraries a .caret, body.searches-create .heading-libraries a .caret, body.searches-show .heading-libraries a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 171, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-libraries, body.searches-create .filters-libraries, body.searches-show .filters-libraries {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 174, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-fire-stations, body.searches-create .heading-fire-stations, body.searches-show .heading-fire-stations {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-fire-stations a, body.searches-create .heading-fire-stations a, body.searches-show .heading-fire-stations a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-fire-stations a:hover, body.searches-create .heading-fire-stations a:hover, body.searches-show .heading-fire-stations a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-fire-stations a .caret, body.searches-create .heading-fire-stations a .caret, body.searches-show .heading-fire-stations a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 177, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-fire-stations, body.searches-create .filters-fire-stations, body.searches-show .filters-fire-stations {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 180, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-health-care, body.searches-create .heading-health-care, body.searches-show .heading-health-care {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-health-care a, body.searches-create .heading-health-care a, body.searches-show .heading-health-care a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-health-care a:hover, body.searches-create .heading-health-care a:hover, body.searches-show .heading-health-care a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-health-care a .caret, body.searches-create .heading-health-care a .caret, body.searches-show .heading-health-care a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 183, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-health-care, body.searches-create .filters-health-care, body.searches-show .filters-health-care {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 186, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-retirement-homes, body.searches-create .heading-retirement-homes, body.searches-show .heading-retirement-homes {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-retirement-homes a, body.searches-create .heading-retirement-homes a, body.searches-show .heading-retirement-homes a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-retirement-homes a:hover, body.searches-create .heading-retirement-homes a:hover, body.searches-show .heading-retirement-homes a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-retirement-homes a .caret, body.searches-create .heading-retirement-homes a .caret, body.searches-show .heading-retirement-homes a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 189, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-retirement-homes, body.searches-create .filters-retirement-homes, body.searches-show .filters-retirement-homes {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 192, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-places-of-worship, body.searches-create .heading-places-of-worship, body.searches-show .heading-places-of-worship {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-places-of-worship a, body.searches-create .heading-places-of-worship a, body.searches-show .heading-places-of-worship a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-places-of-worship a:hover, body.searches-create .heading-places-of-worship a:hover, body.searches-show .heading-places-of-worship a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-places-of-worship a .caret, body.searches-create .heading-places-of-worship a .caret, body.searches-show .heading-places-of-worship a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 195, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-places-of-worship, body.searches-create .filters-places-of-worship, body.searches-show .filters-places-of-worship {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 198, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-festivals-and-events, body.searches-create .heading-festivals-and-events, body.searches-show .heading-festivals-and-events {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-festivals-and-events a, body.searches-create .heading-festivals-and-events a, body.searches-show .heading-festivals-and-events a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-festivals-and-events a:hover, body.searches-create .heading-festivals-and-events a:hover, body.searches-show .heading-festivals-and-events a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-festivals-and-events a .caret, body.searches-create .heading-festivals-and-events a .caret, body.searches-show .heading-festivals-and-events a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 201, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-festivals-and-events, body.searches-create .filters-festivals-and-events, body.searches-show .filters-festivals-and-events {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 204, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-police, body.searches-create .heading-police, body.searches-show .heading-police {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-police a, body.searches-create .heading-police a, body.searches-show .heading-police a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-police a:hover, body.searches-create .heading-police a:hover, body.searches-show .heading-police a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-police a .caret, body.searches-create .heading-police a .caret, body.searches-show .heading-police a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 207, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-police, body.searches-create .filters-police, body.searches-show .filters-police {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 210, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-current-value-assessment, body.searches-create .heading-current-value-assessment, body.searches-show .heading-current-value-assessment {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-current-value-assessment a, body.searches-create .heading-current-value-assessment a, body.searches-show .heading-current-value-assessment a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-current-value-assessment a:hover, body.searches-create .heading-current-value-assessment a:hover, body.searches-show .heading-current-value-assessment a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-current-value-assessment a .caret, body.searches-create .heading-current-value-assessment a .caret, body.searches-show .heading-current-value-assessment a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 213, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-current-value-assessment, body.searches-create .filters-current-value-assessment, body.searches-show .filters-current-value-assessment {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 216, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-priority-investment-neighbourhoods, body.searches-create .heading-priority-investment-neighbourhoods, body.searches-show .heading-priority-investment-neighbourhoods {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-priority-investment-neighbourhoods a, body.searches-create .heading-priority-investment-neighbourhoods a, body.searches-show .heading-priority-investment-neighbourhoods a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-priority-investment-neighbourhoods a:hover, body.searches-create .heading-priority-investment-neighbourhoods a:hover, body.searches-show .heading-priority-investment-neighbourhoods a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-priority-investment-neighbourhoods a .caret, body.searches-create .heading-priority-investment-neighbourhoods a .caret, body.searches-show .heading-priority-investment-neighbourhoods a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 219, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-priority-investment-neighbourhoods, body.searches-create .filters-priority-investment-neighbourhoods, body.searches-show .filters-priority-investment-neighbourhoods {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 222, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-census, body.searches-create .heading-census, body.searches-show .heading-census {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-census a, body.searches-create .heading-census a, body.searches-show .heading-census a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-census a:hover, body.searches-create .heading-census a:hover, body.searches-show .heading-census a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-census a .caret, body.searches-create .heading-census a .caret, body.searches-show .heading-census a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 225, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-census, body.searches-create .filters-census, body.searches-show .filters-census {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 228, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-demographics, body.searches-create .heading-demographics, body.searches-show .heading-demographics {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-demographics a, body.searches-create .heading-demographics a, body.searches-show .heading-demographics a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-demographics a:hover, body.searches-create .heading-demographics a:hover, body.searches-show .heading-demographics a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-demographics a .caret, body.searches-create .heading-demographics a .caret, body.searches-show .heading-demographics a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 231, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-demographics, body.searches-create .filters-demographics, body.searches-show .filters-demographics {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 234, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-google-places, body.searches-create .heading-google-places, body.searches-show .heading-google-places {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-google-places a, body.searches-create .heading-google-places a, body.searches-show .heading-google-places a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-google-places a:hover, body.searches-create .heading-google-places a:hover, body.searches-show .heading-google-places a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-google-places a .caret, body.searches-create .heading-google-places a .caret, body.searches-show .heading-google-places a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 237, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-google-places, body.searches-create .filters-google-places, body.searches-show .filters-google-places {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 240, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-walk-score, body.searches-create .heading-walk-score, body.searches-show .heading-walk-score {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-walk-score a, body.searches-create .heading-walk-score a, body.searches-show .heading-walk-score a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-walk-score a:hover, body.searches-create .heading-walk-score a:hover, body.searches-show .heading-walk-score a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-walk-score a .caret, body.searches-create .heading-walk-score a .caret, body.searches-show .heading-walk-score a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 243, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-walk-score, body.searches-create .filters-walk-score, body.searches-show .filters-walk-score {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 246, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-restaurants, body.searches-create .heading-restaurants, body.searches-show .heading-restaurants {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-restaurants a, body.searches-create .heading-restaurants a, body.searches-show .heading-restaurants a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-restaurants a:hover, body.searches-create .heading-restaurants a:hover, body.searches-show .heading-restaurants a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-restaurants a .caret, body.searches-create .heading-restaurants a .caret, body.searches-show .heading-restaurants a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 249, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-restaurants, body.searches-create .filters-restaurants, body.searches-show .filters-restaurants {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 252, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-banks, body.searches-create .heading-banks, body.searches-show .heading-banks {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-banks a, body.searches-create .heading-banks a, body.searches-show .heading-banks a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-banks a:hover, body.searches-create .heading-banks a:hover, body.searches-show .heading-banks a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-banks a .caret, body.searches-create .heading-banks a .caret, body.searches-show .heading-banks a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 255, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-banks, body.searches-create .filters-banks, body.searches-show .filters-banks {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 258, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bars, body.searches-create .heading-bars, body.searches-show .heading-bars {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bars a, body.searches-create .heading-bars a, body.searches-show .heading-bars a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bars a:hover, body.searches-create .heading-bars a:hover, body.searches-show .heading-bars a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bars a .caret, body.searches-create .heading-bars a .caret, body.searches-show .heading-bars a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 261, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-bars, body.searches-create .filters-bars, body.searches-show .filters-bars {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 264, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-hotels, body.searches-create .heading-hotels, body.searches-show .heading-hotels {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-hotels a, body.searches-create .heading-hotels a, body.searches-show .heading-hotels a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-hotels a:hover, body.searches-create .heading-hotels a:hover, body.searches-show .heading-hotels a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-hotels a .caret, body.searches-create .heading-hotels a .caret, body.searches-show .heading-hotels a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 267, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-hotels, body.searches-create .filters-hotels, body.searches-show .filters-hotels {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 270, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-movie-theatres, body.searches-create .heading-movie-theatres, body.searches-show .heading-movie-theatres {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-movie-theatres a, body.searches-create .heading-movie-theatres a, body.searches-show .heading-movie-theatres a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-movie-theatres a:hover, body.searches-create .heading-movie-theatres a:hover, body.searches-show .heading-movie-theatres a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-movie-theatres a .caret, body.searches-create .heading-movie-theatres a .caret, body.searches-show .heading-movie-theatres a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 273, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-movie-theatres, body.searches-create .filters-movie-theatres, body.searches-show .filters-movie-theatres {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 276, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parking, body.searches-create .heading-parking, body.searches-show .heading-parking {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parking a, body.searches-create .heading-parking a, body.searches-show .heading-parking a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parking a:hover, body.searches-create .heading-parking a:hover, body.searches-show .heading-parking a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-parking a .caret, body.searches-create .heading-parking a .caret, body.searches-show .heading-parking a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 279, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-parking, body.searches-create .filters-parking, body.searches-show .filters-parking {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 282, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-veterinarians, body.searches-create .heading-veterinarians, body.searches-show .heading-veterinarians {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-veterinarians a, body.searches-create .heading-veterinarians a, body.searches-show .heading-veterinarians a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-veterinarians a:hover, body.searches-create .heading-veterinarians a:hover, body.searches-show .heading-veterinarians a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-veterinarians a .caret, body.searches-create .heading-veterinarians a .caret, body.searches-show .heading-veterinarians a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 285, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-veterinarians, body.searches-create .filters-veterinarians, body.searches-show .filters-veterinarians {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 288, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-dog-grooming, body.searches-create .heading-dog-grooming, body.searches-show .heading-dog-grooming {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-dog-grooming a, body.searches-create .heading-dog-grooming a, body.searches-show .heading-dog-grooming a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-dog-grooming a:hover, body.searches-create .heading-dog-grooming a:hover, body.searches-show .heading-dog-grooming a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-dog-grooming a .caret, body.searches-create .heading-dog-grooming a .caret, body.searches-show .heading-dog-grooming a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 291, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-dog-grooming, body.searches-create .filters-dog-grooming, body.searches-show .filters-dog-grooming {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 294, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pet-stores, body.searches-create .heading-pet-stores, body.searches-show .heading-pet-stores {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pet-stores a, body.searches-create .heading-pet-stores a, body.searches-show .heading-pet-stores a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pet-stores a:hover, body.searches-create .heading-pet-stores a:hover, body.searches-show .heading-pet-stores a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-pet-stores a .caret, body.searches-create .heading-pet-stores a .caret, body.searches-show .heading-pet-stores a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 297, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-pet-stores, body.searches-create .filters-pet-stores, body.searches-show .filters-pet-stores {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 300, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleaners, body.searches-create .heading-cleaners, body.searches-show .heading-cleaners {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleaners a, body.searches-create .heading-cleaners a, body.searches-show .heading-cleaners a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleaners a:hover, body.searches-create .heading-cleaners a:hover, body.searches-show .heading-cleaners a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-cleaners a .caret, body.searches-create .heading-cleaners a .caret, body.searches-show .heading-cleaners a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 303, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-cleaners, body.searches-create .filters-cleaners, body.searches-show .filters-cleaners {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 306, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gyms, body.searches-create .heading-gyms, body.searches-show .heading-gyms {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gyms a, body.searches-create .heading-gyms a, body.searches-show .heading-gyms a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gyms a:hover, body.searches-create .heading-gyms a:hover, body.searches-show .heading-gyms a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-gyms a .caret, body.searches-create .heading-gyms a .caret, body.searches-show .heading-gyms a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 309, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-gyms, body.searches-create .filters-gyms, body.searches-show .filters-gyms {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 312, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-exercise, body.searches-create .heading-exercise, body.searches-show .heading-exercise {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-exercise a, body.searches-create .heading-exercise a, body.searches-show .heading-exercise a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-exercise a:hover, body.searches-create .heading-exercise a:hover, body.searches-show .heading-exercise a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-exercise a .caret, body.searches-create .heading-exercise a .caret, body.searches-show .heading-exercise a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 315, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-exercise, body.searches-create .filters-exercise, body.searches-show .filters-exercise {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 318, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-recreation-centres, body.searches-create .heading-recreation-centres, body.searches-show .heading-recreation-centres {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-recreation-centres a, body.searches-create .heading-recreation-centres a, body.searches-show .heading-recreation-centres a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-recreation-centres a:hover, body.searches-create .heading-recreation-centres a:hover, body.searches-show .heading-recreation-centres a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-recreation-centres a .caret, body.searches-create .heading-recreation-centres a .caret, body.searches-show .heading-recreation-centres a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 321, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-recreation-centres, body.searches-create .filters-recreation-centres, body.searches-show .filters-recreation-centres {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 324, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-swimming, body.searches-create .heading-swimming, body.searches-show .heading-swimming {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-swimming a, body.searches-create .heading-swimming a, body.searches-show .heading-swimming a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-swimming a:hover, body.searches-create .heading-swimming a:hover, body.searches-show .heading-swimming a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-swimming a .caret, body.searches-create .heading-swimming a .caret, body.searches-show .heading-swimming a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 327, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-swimming, body.searches-create .filters-swimming, body.searches-show .filters-swimming {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 330, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-rinks, body.searches-create .heading-skating-rinks, body.searches-show .heading-skating-rinks {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-rinks a, body.searches-create .heading-skating-rinks a, body.searches-show .heading-skating-rinks a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-rinks a:hover, body.searches-create .heading-skating-rinks a:hover, body.searches-show .heading-skating-rinks a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-rinks a .caret, body.searches-create .heading-skating-rinks a .caret, body.searches-show .heading-skating-rinks a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 333, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-skating-rinks, body.searches-create .filters-skating-rinks, body.searches-show .filters-skating-rinks {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 336, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-instruction, body.searches-create .heading-skating-instruction, body.searches-show .heading-skating-instruction {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-instruction a, body.searches-create .heading-skating-instruction a, body.searches-show .heading-skating-instruction a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-instruction a:hover, body.searches-create .heading-skating-instruction a:hover, body.searches-show .heading-skating-instruction a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-skating-instruction a .caret, body.searches-create .heading-skating-instruction a .caret, body.searches-show .heading-skating-instruction a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 339, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-skating-instruction, body.searches-create .filters-skating-instruction, body.searches-show .filters-skating-instruction {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 342, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-yoga, body.searches-create .heading-yoga, body.searches-show .heading-yoga {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-yoga a, body.searches-create .heading-yoga a, body.searches-show .heading-yoga a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-yoga a:hover, body.searches-create .heading-yoga a:hover, body.searches-show .heading-yoga a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-yoga a .caret, body.searches-create .heading-yoga a .caret, body.searches-show .heading-yoga a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 345, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-yoga, body.searches-create .filters-yoga, body.searches-show .filters-yoga {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 348, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-martial-arts, body.searches-create .heading-martial-arts, body.searches-show .heading-martial-arts {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-martial-arts a, body.searches-create .heading-martial-arts a, body.searches-show .heading-martial-arts a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-martial-arts a:hover, body.searches-create .heading-martial-arts a:hover, body.searches-show .heading-martial-arts a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-martial-arts a .caret, body.searches-create .heading-martial-arts a .caret, body.searches-show .heading-martial-arts a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 351, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-martial-arts, body.searches-create .filters-martial-arts, body.searches-show .filters-martial-arts {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 354, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-clubs, body.searches-create .heading-clubs, body.searches-show .heading-clubs {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-clubs a, body.searches-create .heading-clubs a, body.searches-show .heading-clubs a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-clubs a:hover, body.searches-create .heading-clubs a:hover, body.searches-show .heading-clubs a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-clubs a .caret, body.searches-create .heading-clubs a .caret, body.searches-show .heading-clubs a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 357, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-clubs, body.searches-create .filters-clubs, body.searches-show .filters-clubs {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 360, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-associations, body.searches-create .heading-associations, body.searches-show .heading-associations {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-associations a, body.searches-create .heading-associations a, body.searches-show .heading-associations a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-associations a:hover, body.searches-create .heading-associations a:hover, body.searches-show .heading-associations a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-associations a .caret, body.searches-create .heading-associations a .caret, body.searches-show .heading-associations a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 363, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-associations, body.searches-create .filters-associations, body.searches-show .filters-associations {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 366, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-campgrounds, body.searches-create .heading-campgrounds, body.searches-show .heading-campgrounds {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-campgrounds a, body.searches-create .heading-campgrounds a, body.searches-show .heading-campgrounds a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-campgrounds a:hover, body.searches-create .heading-campgrounds a:hover, body.searches-show .heading-campgrounds a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-campgrounds a .caret, body.searches-create .heading-campgrounds a .caret, body.searches-show .heading-campgrounds a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 369, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-campgrounds, body.searches-create .filters-campgrounds, body.searches-show .filters-campgrounds {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 372, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-practice-ranges, body.searches-create .heading-golf-practice-ranges, body.searches-show .heading-golf-practice-ranges {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-practice-ranges a, body.searches-create .heading-golf-practice-ranges a, body.searches-show .heading-golf-practice-ranges a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-practice-ranges a:hover, body.searches-create .heading-golf-practice-ranges a:hover, body.searches-show .heading-golf-practice-ranges a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-practice-ranges a .caret, body.searches-create .heading-golf-practice-ranges a .caret, body.searches-show .heading-golf-practice-ranges a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 375, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-golf-practice-ranges, body.searches-create .filters-golf-practice-ranges, body.searches-show .filters-golf-practice-ranges {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 378, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-courses, body.searches-create .heading-golf-courses, body.searches-show .heading-golf-courses {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-courses a, body.searches-create .heading-golf-courses a, body.searches-show .heading-golf-courses a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-courses a:hover, body.searches-create .heading-golf-courses a:hover, body.searches-show .heading-golf-courses a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-golf-courses a .caret, body.searches-create .heading-golf-courses a .caret, body.searches-show .heading-golf-courses a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 381, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-golf-courses, body.searches-create .filters-golf-courses, body.searches-show .filters-golf-courses {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 384, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-mini-golf, body.searches-create .heading-mini-golf, body.searches-show .heading-mini-golf {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-mini-golf a, body.searches-create .heading-mini-golf a, body.searches-show .heading-mini-golf a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-mini-golf a:hover, body.searches-create .heading-mini-golf a:hover, body.searches-show .heading-mini-golf a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-mini-golf a .caret, body.searches-create .heading-mini-golf a .caret, body.searches-show .heading-mini-golf a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 387, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-mini-golf, body.searches-create .filters-mini-golf, body.searches-show .filters-mini-golf {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 390, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-sport-clubs, body.searches-create .heading-sport-clubs, body.searches-show .heading-sport-clubs {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-sport-clubs a, body.searches-create .heading-sport-clubs a, body.searches-show .heading-sport-clubs a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-sport-clubs a:hover, body.searches-create .heading-sport-clubs a:hover, body.searches-show .heading-sport-clubs a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-sport-clubs a .caret, body.searches-create .heading-sport-clubs a .caret, body.searches-show .heading-sport-clubs a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 393, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-sport-clubs, body.searches-create .filters-sport-clubs, body.searches-show .filters-sport-clubs {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 396, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-boxing, body.searches-create .heading-boxing, body.searches-show .heading-boxing {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-boxing a, body.searches-create .heading-boxing a, body.searches-show .heading-boxing a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-boxing a:hover, body.searches-create .heading-boxing a:hover, body.searches-show .heading-boxing a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-boxing a .caret, body.searches-create .heading-boxing a .caret, body.searches-show .heading-boxing a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 399, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-boxing, body.searches-create .filters-boxing, body.searches-show .filters-boxing {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 402, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-arenas, body.searches-create .heading-arenas, body.searches-show .heading-arenas {
  background-color: #ECB01F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-arenas a, body.searches-create .heading-arenas a, body.searches-show .heading-arenas a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-arenas a:hover, body.searches-create .heading-arenas a:hover, body.searches-show .heading-arenas a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-arenas a .caret, body.searches-create .heading-arenas a .caret, body.searches-show .heading-arenas a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 405, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-arenas, body.searches-create .filters-arenas, body.searches-show .filters-arenas {
  background-color: #ECB01F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 408, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-soccer-clubs, body.searches-create .heading-soccer-clubs, body.searches-show .heading-soccer-clubs {
  background-color: #00AEEF !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-soccer-clubs a, body.searches-create .heading-soccer-clubs a, body.searches-show .heading-soccer-clubs a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-soccer-clubs a:hover, body.searches-create .heading-soccer-clubs a:hover, body.searches-show .heading-soccer-clubs a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-soccer-clubs a .caret, body.searches-create .heading-soccer-clubs a .caret, body.searches-show .heading-soccer-clubs a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 411, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-soccer-clubs, body.searches-create .filters-soccer-clubs, body.searches-show .filters-soccer-clubs {
  background-color: #00AEEF;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 414, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bowling, body.searches-create .heading-bowling, body.searches-show .heading-bowling {
  background-color: #F1543F !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bowling a, body.searches-create .heading-bowling a, body.searches-show .heading-bowling a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bowling a:hover, body.searches-create .heading-bowling a:hover, body.searches-show .heading-bowling a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-bowling a .caret, body.searches-create .heading-bowling a .caret, body.searches-show .heading-bowling a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 417, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-bowling, body.searches-create .filters-bowling, body.searches-show .filters-bowling {
  background-color: #F1543F;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 420, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-tennis, body.searches-create .heading-tennis, body.searches-show .heading-tennis {
  background-color: #E46626 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-tennis a, body.searches-create .heading-tennis a, body.searches-show .heading-tennis a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-tennis a:hover, body.searches-create .heading-tennis a:hover, body.searches-show .heading-tennis a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-tennis a .caret, body.searches-create .heading-tennis a .caret, body.searches-show .heading-tennis a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 423, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-tennis, body.searches-create .filters-tennis, body.searches-show .filters-tennis {
  background-color: #E46626;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 426, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-ski-resorts, body.searches-create .heading-ski-resorts, body.searches-show .heading-ski-resorts {
  background-color: #3FAE48 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-ski-resorts a, body.searches-create .heading-ski-resorts a, body.searches-show .heading-ski-resorts a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-ski-resorts a:hover, body.searches-create .heading-ski-resorts a:hover, body.searches-show .heading-ski-resorts a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-ski-resorts a .caret, body.searches-create .heading-ski-resorts a .caret, body.searches-show .heading-ski-resorts a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 429, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-ski-resorts, body.searches-create .filters-ski-resorts, body.searches-show .filters-ski-resorts {
  background-color: #3FAE48;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 432, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-baseball, body.searches-create .heading-baseball, body.searches-show .heading-baseball {
  background-color: #01818C !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-baseball a, body.searches-create .heading-baseball a, body.searches-show .heading-baseball a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-baseball a:hover, body.searches-create .heading-baseball a:hover, body.searches-show .heading-baseball a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-baseball a .caret, body.searches-create .heading-baseball a .caret, body.searches-show .heading-baseball a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 435, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-baseball, body.searches-create .filters-baseball, body.searches-show .filters-baseball {
  background-color: #01818C;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 438, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-shopping-malls, body.searches-create .heading-shopping-malls, body.searches-show .heading-shopping-malls {
  background-color: #3D9CD7 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-shopping-malls a, body.searches-create .heading-shopping-malls a, body.searches-show .heading-shopping-malls a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-shopping-malls a:hover, body.searches-create .heading-shopping-malls a:hover, body.searches-show .heading-shopping-malls a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-shopping-malls a .caret, body.searches-create .heading-shopping-malls a .caret, body.searches-show .heading-shopping-malls a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 441, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-shopping-malls, body.searches-create .filters-shopping-malls, body.searches-show .filters-shopping-malls {
  background-color: #3D9CD7;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 444, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-supporting-data, body.searches-create .heading-supporting-data, body.searches-show .heading-supporting-data {
  background-color: #6A6CB1 !important;
}
/* line 4, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-supporting-data a, body.searches-create .heading-supporting-data a, body.searches-show .heading-supporting-data a {
  color: #FFF;
  font-size: 14px;
  vertical-align: text-bottom;
}
/* line 9, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-supporting-data a:hover, body.searches-create .heading-supporting-data a:hover, body.searches-show .heading-supporting-data a:hover {
  text-decoration: none;
}
/* line 12, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .heading-supporting-data a .caret, body.searches-create .heading-supporting-data a .caret, body.searches-show .heading-supporting-data a .caret {
  border-top: 4px solid #FFF;
  position: relative;
  top: 7px;
  margin: 0 5px 0 11px;
}
/* line 447, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .filters-supporting-data, body.searches-create .filters-supporting-data, body.searches-show .filters-supporting-data {
  background-color: #6A6CB1;
  margin: -20px -10px 15px;
  padding: 5px 0 0;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 0;
}
/* line 451, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new ul.search_options, body.searches-create ul.search_options, body.searches-show ul.search_options {
  list-style-type: none;
  padding: 0;
  margin: 20px 0px;
}
/* line 456, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new ul.search_options li, body.searches-create ul.search_options li, body.searches-show ul.search_options li {
  margin-bottom: 5px;
}
/* line 459, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new ul.search_options li.spacer, body.searches-create ul.search_options li.spacer, body.searches-show ul.search_options li.spacer {
  height: 10px;
}
/* line 462, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new dt.category-heading, body.searches-create dt.category-heading, body.searches-show dt.category-heading {
  border-radius: 6px;
  color: #FFF !important;
  margin: 0 -10px 15px;
  text-align: left;
  padding: 11px 10px 7px;
  font-weight: normal;
  font-size: 1.4em;
  min-height: 20px;
}
/* line 471, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new dt.category-heading .popover, body.searches-create dt.category-heading .popover, body.searches-show dt.category-heading .popover {
  color: #000;
  font-size: 12px;
}
/* line 475, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new dt.category-heading input[type='checkbox'], body.searches-create dt.category-heading input[type='checkbox'], body.searches-show dt.category-heading input[type='checkbox'] {
  margin: -2px 4px 0 0;
}
/* line 478, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .check-all, body.searches-create .check-all, body.searches-show .check-all {
  font-size: 20px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 480px) {
  /* line 478, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .check-all, body.searches-create .check-all, body.searches-show .check-all {
    margin-right: 20px;
  }
}
/* line 491, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new p.attendance-zone-disclaimer, body.searches-create p.attendance-zone-disclaimer, body.searches-show p.attendance-zone-disclaimer {
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
  color: #555;
}
/* line 497, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .content-container, body.searches-create .content-container, body.searches-show .content-container {
  margin-bottom: 15px;
}
/* line 500, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list, body.searches-create .media-list, body.searches-show .media-list {
  border: 4px dashed transparent;
  border-radius: 10px;
  padding: 6px 6px 1px;
  margin: -2px -10px;
}
/* line 509, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list:hover, body.searches-create .media-list:hover, body.searches-show .media-list:hover {
  border: 4px dashed #A3E0FF;
}
/* line 512, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list:show-on-pdf, body.searches-create .media-list:show-on-pdf, body.searches-show .media-list:show-on-pdf {
  color: black;
}
/* line 515, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list.hide-on-pdf, body.searches-create .media-list.hide-on-pdf, body.searches-show .media-list.hide-on-pdf {
  color: #555555;
  /*text-decoration: line-through */
}
/* line 519, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list .media-heading, body.searches-create .media-list .media-heading, body.searches-show .media-list .media-heading {
  display: inline-block;
  margin-right: 5px;
}
/* line 523, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list .media-distance, body.searches-create .media-list .media-distance, body.searches-show .media-list .media-distance {
  display: inline-block;
}
/* line 526, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list table th, body.searches-new .media-list table td, body.searches-create .media-list table th, body.searches-create .media-list table td, body.searches-show .media-list table th, body.searches-show .media-list table td {
  font-size: 14px;
  border: 0;
}
/* line 530, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list table, body.searches-create .media-list table, body.searches-show .media-list table {
  margin-bottom: 0;
}
/* line 533, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list table th, body.searches-create .media-list table th, body.searches-show .media-list table th {
  width: 33%;
}
/* line 536, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-list table td, body.searches-create .media-list table td, body.searches-show .media-list table td {
  width: 66%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
}
@media (max-width: 480px) {
  /* line 545, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .media-list .pull-left.checkbox, body.searches-create .media-list .pull-left.checkbox, body.searches-show .media-list .pull-left.checkbox {
    float: left;
  }
}
/* line 548, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .media-body :last-child, body.searches-create .media-body :last-child, body.searches-show .media-body :last-child {
  margin-bottom: 0;
}
/* line 551, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .instructions, body.searches-create .instructions, body.searches-show .instructions {
  margin-bottom: 10px;
  font-size: 0.9em;
}
/* line 555, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new h3, body.searches-create h3, body.searches-show h3 {
  font-size: 24px;
  line-height: 28px;
}
/* line 559, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new #save_search_options, body.searches-create #save_search_options, body.searches-show #save_search_options {
  padding: 10px 0;
  display: none;
}
/* line 564, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .actions li, body.searches-create .actions li, body.searches-show .actions li {
  list-style-type: none;
}
/* line 567, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .phone-pdf-save, body.searches-create .phone-pdf-save, body.searches-show .phone-pdf-save {
  display: block;
  margin-bottom: 10px;
}
/* line 571, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new #slug, body.searches-create #slug, body.searches-show #slug {
  display: none;
  margin-top: 40px;
}
/* line 575, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new #slug .center, body.searches-create #slug .center, body.searches-show #slug .center {
  text-align: center;
}
/* line 578, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new #slug ul, body.searches-create #slug ul, body.searches-show #slug ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
}
/* line 582, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new #slug ul li, body.searches-create #slug ul li, body.searches-show #slug ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
/* line 589, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .input-append .btn, body.searches-create .input-append .btn, body.searches-show .input-append .btn {
  height: 30px;
}
/* line 592, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .detail, body.searches-create .detail, body.searches-show .detail {
  font-size: 0;
}
/* line 596, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .detail img, body.searches-create .detail img, body.searches-show .detail img {
  height: 100px;
  padding-top: 1px;
  padding-right: 1px;
}
/* line 601, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .fi-logo, body.searches-create .fi-logo, body.searches-show .fi-logo {
  height: 45px;
  display: inline-block;
}
/* line 605, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .fi-rating-container, body.searches-create .fi-rating-container, body.searches-show .fi-rating-container {
  vertical-align: top;
  display: inline-block;
  width: 135px;
  height: 33px;
  padding: 5px;
}
/* line 611, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .fi-rating-container .progress, body.searches-create .fi-rating-container .progress, body.searches-show .fi-rating-container .progress {
  height: 10px;
  width: 135px;
}
/* line 614, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .fi-rating-container .score, body.searches-create .fi-rating-container .score, body.searches-show .fi-rating-container .score {
  float: right;
}
/* line 617, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .toggle-detail, body.searches-create .toggle-detail, body.searches-show .toggle-detail {
  color: #0088cc;
}
/* line 620, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new a.category-filter-toggle, body.searches-create a.category-filter-toggle, body.searches-show a.category-filter-toggle {
  display: inline-block;
}
@media (min-width: 481px) {
  /* line 620, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new a.category-filter-toggle, body.searches-create a.category-filter-toggle, body.searches-show a.category-filter-toggle {
    float: right;
  }
}
/* line 628, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .bootbox .modal-body, body.searches-create .bootbox .modal-body, body.searches-show .bootbox .modal-body {
  text-align: center;
}
/* line 630, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .bootbox p, body.searches-create .bootbox p, body.searches-show .bootbox p {
  text-align: left;
}
/* line 634, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .bootstrap-select, body.searches-create .bootstrap-select, body.searches-show .bootstrap-select {
  margin-top: -5px;
}
/* line 636, /app/app/assets/stylesheets/searches.sass.erb */
body.searches-new .bootstrap-select.distance_limit, body.searches-create .bootstrap-select.distance_limit, body.searches-show .bootstrap-select.distance_limit {
  padding-right: 3px;
}
@media print {
  /* line 645, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .hide-on-pdf, body.searches-create .hide-on-pdf, body.searches-show .hide-on-pdf {
    display: none;
  }
  /* line 648, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .phone-pdf-save.visible-phone, body.searches-create .phone-pdf-save.visible-phone, body.searches-show .phone-pdf-save.visible-phone {
    display: none !important;
  }
  /* line 651, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new h3, body.searches-create h3, body.searches-show h3 {
    margin-bottom: 15px;
  }
  /* line 654, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new #search_title, body.searches-create #search_title, body.searches-show #search_title {
    display: block !important;
  }
  /* line 657, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new input[type="checkbox"], body.searches-create input[type="checkbox"], body.searches-show input[type="checkbox"] {
    display: none;
  }
  /* line 660, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .instructions, body.searches-create .instructions, body.searches-show .instructions {
    display: none;
  }
  /* line 663, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .media-body, body.searches-create .media-body, body.searches-show .media-body {
    page-break-inside: avoid;
  }
  /* line 666, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new a[href]:after, body.searches-create a[href]:after, body.searches-show a[href]:after {
    content: none;
  }
  /* line 669, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new #slug, body.searches-create #slug, body.searches-show #slug {
    display: block;
  }
  /* line 672, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new .slug-logo, body.searches-create .slug-logo, body.searches-show .slug-logo {
    text-align: right;
    width: 36%;
  }
  /* line 677, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new #slug h2, body.searches-new #slug h3, body.searches-new #slug h4, body.searches-create #slug h2, body.searches-create #slug h3, body.searches-create #slug h4, body.searches-show #slug h2, body.searches-show #slug h3, body.searches-show #slug h4 {
    color: white !important;
  }
  /* line 680, /app/app/assets/stylesheets/searches.sass.erb */
  body.searches-new #slug-wrap, body.searches-create #slug-wrap, body.searches-show #slug-wrap {
    background: #34495E !important;
    width: 100%;
    margin-top: 70px !important;
  }
}

/* line 2, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new h4, body.registrations-create h4 {
  font-size: 19px;
}
/* line 5, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new #error_explanation, body.registrations-create #error_explanation {
  color: #9d261d;
  margin-top: -10px;
  margin-bottom: 20px;
}
/* line 10, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new #error_explanation h2, body.registrations-create #error_explanation h2 {
  font-size: 20px;
}
/* line 13, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_body, body.registrations-create .tos_body {
  height: 200px;
  overflow-y: scroll;
  margin: 10px 0 10px;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 0 10px 10px 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 17, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_body h2, body.registrations-create .tos_body h2 {
  font-size: 24.5px;
}
/* line 19, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_body h3, body.registrations-create .tos_body h3 {
  font-size: 20px;
}
/* line 28, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_container, body.registrations-create .tos_container {
  margin: 5px 0px 15px 0px;
}
/* line 30, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_container label, body.registrations-create .tos_container label {
  display: inline;
}
/* line 33, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .tos_container label.error, body.registrations-create .tos_container label.error {
  color: #9d261d;
}
/* line 36, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new #user_tos, body.registrations-create #user_tos {
  margin-top: 0px;
}
/* line 39, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new #user_tos.error, body.registrations-create #user_tos.error {
  border-color: #9d261d;
}
/* line 42, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .control-group.file, body.registrations-create .control-group.file {
  margin-bottom: 10px;
}
/* line 52, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new .explanation, body.registrations-create .explanation {
  margin-bottom: 20px;
}
/* line 56, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new ::-webkit-scrollbar, body.registrations-create ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
/* line 59, /app/app/assets/stylesheets/registrations.sass */
body.registrations-new ::-webkit-scrollbar-thumb, body.registrations-create ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 65, /app/app/assets/stylesheets/registrations.sass */
body.registrations-confirmation_instructions .span4 {
  padding-top: 60px;
}

/* line 2, /app/app/assets/stylesheets/coverage_maps.sass.erb */
body.coverage_maps-show .map, body.coverage_maps-show .map-container {
  height: 800px;
  width: 100%;
}
/* line 6, /app/app/assets/stylesheets/coverage_maps.sass.erb */
body.coverage_maps-show .map img, body.coverage_maps-show .map-container img {
  max-width: none;
}

/* line 2, /app/app/assets/stylesheets/api_docs.sass */
body.api_docs-show .required-tag {
  color: red !important;
}

/* line 1, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper {
  position: fixed;
}
/* line 8, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-schools .checkbox, .sidebar-wrapper .menu-schools label {
  border-bottom: 5px solid #F1543F;
}
/* line 11, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-schools:hover {
  background-color: #F1543F;
}
/* line 14, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-schools.hover {
  background-color: #F1543F;
}
/* line 19, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-attendance-zones .checkbox, .sidebar-wrapper .menu-school-attendance-zones label {
  border-bottom: 5px solid #E46626;
}
/* line 22, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-attendance-zones:hover {
  background-color: #E46626;
}
/* line 25, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-attendance-zones.hover {
  background-color: #E46626;
}
/* line 30, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-districts .checkbox, .sidebar-wrapper .menu-school-districts label {
  border-bottom: 5px solid #3FAE48;
}
/* line 33, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-districts:hover {
  background-color: #3FAE48;
}
/* line 36, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-school-districts.hover {
  background-color: #3FAE48;
}
/* line 41, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parks .checkbox, .sidebar-wrapper .menu-parks label {
  border-bottom: 5px solid #01818C;
}
/* line 44, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parks:hover {
  background-color: #01818C;
}
/* line 47, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parks.hover {
  background-color: #01818C;
}
/* line 52, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-coffee-shops .checkbox, .sidebar-wrapper .menu-coffee-shops label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 55, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-coffee-shops:hover {
  background-color: #3D9CD7;
}
/* line 58, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-coffee-shops.hover {
  background-color: #3D9CD7;
}
/* line 63, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-grocery .checkbox, .sidebar-wrapper .menu-grocery label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 66, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-grocery:hover {
  background-color: #6A6CB1;
}
/* line 69, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-grocery.hover {
  background-color: #6A6CB1;
}
/* line 74, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gas-stations .checkbox, .sidebar-wrapper .menu-gas-stations label {
  border-bottom: 5px solid #ECB01F;
}
/* line 77, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gas-stations:hover {
  background-color: #ECB01F;
}
/* line 80, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gas-stations.hover {
  background-color: #ECB01F;
}
/* line 85, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pharmacies .checkbox, .sidebar-wrapper .menu-pharmacies label {
  border-bottom: 5px solid #00AEEF;
}
/* line 88, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pharmacies:hover {
  background-color: #00AEEF;
}
/* line 91, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pharmacies.hover {
  background-color: #00AEEF;
}
/* line 96, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-street-level-transit .checkbox, .sidebar-wrapper .menu-street-level-transit label {
  border-bottom: 5px solid #F1543F;
}
/* line 99, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-street-level-transit:hover {
  background-color: #F1543F;
}
/* line 102, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-street-level-transit.hover {
  background-color: #F1543F;
}
/* line 107, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-rail-transit .checkbox, .sidebar-wrapper .menu-rail-transit label {
  border-bottom: 5px solid #E46626;
}
/* line 110, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-rail-transit:hover {
  background-color: #E46626;
}
/* line 113, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-rail-transit.hover {
  background-color: #E46626;
}
/* line 118, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-water-transit .checkbox, .sidebar-wrapper .menu-water-transit label {
  border-bottom: 5px solid #3FAE48;
}
/* line 121, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-water-transit:hover {
  background-color: #3FAE48;
}
/* line 124, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-water-transit.hover {
  background-color: #3FAE48;
}
/* line 129, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-child-care .checkbox, .sidebar-wrapper .menu-child-care label {
  border-bottom: 5px solid #01818C;
}
/* line 132, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-child-care:hover {
  background-color: #01818C;
}
/* line 135, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-child-care.hover {
  background-color: #01818C;
}
/* line 140, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-early-childhood-programs .checkbox, .sidebar-wrapper .menu-early-childhood-programs label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 143, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-early-childhood-programs:hover {
  background-color: #3D9CD7;
}
/* line 146, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-early-childhood-programs.hover {
  background-color: #3D9CD7;
}
/* line 151, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-front-yard-parking .checkbox, .sidebar-wrapper .menu-front-yard-parking label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 154, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-front-yard-parking:hover {
  background-color: #6A6CB1;
}
/* line 157, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-front-yard-parking.hover {
  background-color: #6A6CB1;
}
/* line 162, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-permit-parking .checkbox, .sidebar-wrapper .menu-permit-parking label {
  border-bottom: 5px solid #ECB01F;
}
/* line 165, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-permit-parking:hover {
  background-color: #ECB01F;
}
/* line 168, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-permit-parking.hover {
  background-color: #ECB01F;
}
/* line 173, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-crime .checkbox, .sidebar-wrapper .menu-crime label {
  border-bottom: 5px solid #00AEEF;
}
/* line 176, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-crime:hover {
  background-color: #00AEEF;
}
/* line 179, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-crime.hover {
  background-color: #00AEEF;
}
/* line 184, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-meta-neighbourhoods .checkbox, .sidebar-wrapper .menu-meta-neighbourhoods label {
  border-bottom: 5px solid #F1543F;
}
/* line 187, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-meta-neighbourhoods:hover {
  background-color: #F1543F;
}
/* line 190, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-meta-neighbourhoods.hover {
  background-color: #F1543F;
}
/* line 195, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-neighbourhoods .checkbox, .sidebar-wrapper .menu-neighbourhoods label {
  border-bottom: 5px solid #E46626;
}
/* line 198, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-neighbourhoods:hover {
  background-color: #E46626;
}
/* line 201, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-neighbourhoods.hover {
  background-color: #E46626;
}
/* line 206, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-regions .checkbox, .sidebar-wrapper .menu-regions label {
  border-bottom: 5px solid #3FAE48;
}
/* line 209, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-regions:hover {
  background-color: #3FAE48;
}
/* line 212, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-regions.hover {
  background-color: #3FAE48;
}
/* line 217, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-active-building-permits .checkbox, .sidebar-wrapper .menu-active-building-permits label {
  border-bottom: 5px solid #01818C;
}
/* line 220, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-active-building-permits:hover {
  background-color: #01818C;
}
/* line 223, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-active-building-permits.hover {
  background-color: #01818C;
}
/* line 228, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleared-building-permits .checkbox, .sidebar-wrapper .menu-cleared-building-permits label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 231, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleared-building-permits:hover {
  background-color: #3D9CD7;
}
/* line 234, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleared-building-permits.hover {
  background-color: #3D9CD7;
}
/* line 239, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-building-permits .checkbox, .sidebar-wrapper .menu-building-permits label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 242, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-building-permits:hover {
  background-color: #6A6CB1;
}
/* line 245, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-building-permits.hover {
  background-color: #6A6CB1;
}
/* line 250, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-waste-collection .checkbox, .sidebar-wrapper .menu-waste-collection label {
  border-bottom: 5px solid #ECB01F;
}
/* line 253, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-waste-collection:hover {
  background-color: #ECB01F;
}
/* line 256, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-waste-collection.hover {
  background-color: #ECB01F;
}
/* line 261, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-libraries .checkbox, .sidebar-wrapper .menu-libraries label {
  border-bottom: 5px solid #00AEEF;
}
/* line 264, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-libraries:hover {
  background-color: #00AEEF;
}
/* line 267, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-libraries.hover {
  background-color: #00AEEF;
}
/* line 272, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-fire-stations .checkbox, .sidebar-wrapper .menu-fire-stations label {
  border-bottom: 5px solid #F1543F;
}
/* line 275, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-fire-stations:hover {
  background-color: #F1543F;
}
/* line 278, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-fire-stations.hover {
  background-color: #F1543F;
}
/* line 283, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-health-care .checkbox, .sidebar-wrapper .menu-health-care label {
  border-bottom: 5px solid #E46626;
}
/* line 286, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-health-care:hover {
  background-color: #E46626;
}
/* line 289, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-health-care.hover {
  background-color: #E46626;
}
/* line 294, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-retirement-homes .checkbox, .sidebar-wrapper .menu-retirement-homes label {
  border-bottom: 5px solid #3FAE48;
}
/* line 297, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-retirement-homes:hover {
  background-color: #3FAE48;
}
/* line 300, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-retirement-homes.hover {
  background-color: #3FAE48;
}
/* line 305, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-places-of-worship .checkbox, .sidebar-wrapper .menu-places-of-worship label {
  border-bottom: 5px solid #01818C;
}
/* line 308, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-places-of-worship:hover {
  background-color: #01818C;
}
/* line 311, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-places-of-worship.hover {
  background-color: #01818C;
}
/* line 316, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-festivals-and-events .checkbox, .sidebar-wrapper .menu-festivals-and-events label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 319, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-festivals-and-events:hover {
  background-color: #3D9CD7;
}
/* line 322, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-festivals-and-events.hover {
  background-color: #3D9CD7;
}
/* line 327, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-police .checkbox, .sidebar-wrapper .menu-police label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 330, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-police:hover {
  background-color: #6A6CB1;
}
/* line 333, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-police.hover {
  background-color: #6A6CB1;
}
/* line 338, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-current-value-assessment .checkbox, .sidebar-wrapper .menu-current-value-assessment label {
  border-bottom: 5px solid #ECB01F;
}
/* line 341, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-current-value-assessment:hover {
  background-color: #ECB01F;
}
/* line 344, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-current-value-assessment.hover {
  background-color: #ECB01F;
}
/* line 349, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-priority-investment-neighbourhoods .checkbox, .sidebar-wrapper .menu-priority-investment-neighbourhoods label {
  border-bottom: 5px solid #00AEEF;
}
/* line 352, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-priority-investment-neighbourhoods:hover {
  background-color: #00AEEF;
}
/* line 355, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-priority-investment-neighbourhoods.hover {
  background-color: #00AEEF;
}
/* line 360, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-census .checkbox, .sidebar-wrapper .menu-census label {
  border-bottom: 5px solid #F1543F;
}
/* line 363, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-census:hover {
  background-color: #F1543F;
}
/* line 366, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-census.hover {
  background-color: #F1543F;
}
/* line 371, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-demographics .checkbox, .sidebar-wrapper .menu-demographics label {
  border-bottom: 5px solid #E46626;
}
/* line 374, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-demographics:hover {
  background-color: #E46626;
}
/* line 377, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-demographics.hover {
  background-color: #E46626;
}
/* line 382, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-google-places .checkbox, .sidebar-wrapper .menu-google-places label {
  border-bottom: 5px solid #3FAE48;
}
/* line 385, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-google-places:hover {
  background-color: #3FAE48;
}
/* line 388, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-google-places.hover {
  background-color: #3FAE48;
}
/* line 393, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-walk-score .checkbox, .sidebar-wrapper .menu-walk-score label {
  border-bottom: 5px solid #01818C;
}
/* line 396, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-walk-score:hover {
  background-color: #01818C;
}
/* line 399, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-walk-score.hover {
  background-color: #01818C;
}
/* line 404, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-restaurants .checkbox, .sidebar-wrapper .menu-restaurants label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 407, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-restaurants:hover {
  background-color: #3D9CD7;
}
/* line 410, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-restaurants.hover {
  background-color: #3D9CD7;
}
/* line 415, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-banks .checkbox, .sidebar-wrapper .menu-banks label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 418, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-banks:hover {
  background-color: #6A6CB1;
}
/* line 421, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-banks.hover {
  background-color: #6A6CB1;
}
/* line 426, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bars .checkbox, .sidebar-wrapper .menu-bars label {
  border-bottom: 5px solid #ECB01F;
}
/* line 429, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bars:hover {
  background-color: #ECB01F;
}
/* line 432, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bars.hover {
  background-color: #ECB01F;
}
/* line 437, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-hotels .checkbox, .sidebar-wrapper .menu-hotels label {
  border-bottom: 5px solid #00AEEF;
}
/* line 440, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-hotels:hover {
  background-color: #00AEEF;
}
/* line 443, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-hotels.hover {
  background-color: #00AEEF;
}
/* line 448, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-movie-theatres .checkbox, .sidebar-wrapper .menu-movie-theatres label {
  border-bottom: 5px solid #F1543F;
}
/* line 451, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-movie-theatres:hover {
  background-color: #F1543F;
}
/* line 454, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-movie-theatres.hover {
  background-color: #F1543F;
}
/* line 459, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parking .checkbox, .sidebar-wrapper .menu-parking label {
  border-bottom: 5px solid #E46626;
}
/* line 462, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parking:hover {
  background-color: #E46626;
}
/* line 465, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-parking.hover {
  background-color: #E46626;
}
/* line 470, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-veterinarians .checkbox, .sidebar-wrapper .menu-veterinarians label {
  border-bottom: 5px solid #3FAE48;
}
/* line 473, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-veterinarians:hover {
  background-color: #3FAE48;
}
/* line 476, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-veterinarians.hover {
  background-color: #3FAE48;
}
/* line 481, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-dog-grooming .checkbox, .sidebar-wrapper .menu-dog-grooming label {
  border-bottom: 5px solid #01818C;
}
/* line 484, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-dog-grooming:hover {
  background-color: #01818C;
}
/* line 487, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-dog-grooming.hover {
  background-color: #01818C;
}
/* line 492, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pet-stores .checkbox, .sidebar-wrapper .menu-pet-stores label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 495, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pet-stores:hover {
  background-color: #3D9CD7;
}
/* line 498, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-pet-stores.hover {
  background-color: #3D9CD7;
}
/* line 503, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleaners .checkbox, .sidebar-wrapper .menu-cleaners label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 506, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleaners:hover {
  background-color: #6A6CB1;
}
/* line 509, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-cleaners.hover {
  background-color: #6A6CB1;
}
/* line 514, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gyms .checkbox, .sidebar-wrapper .menu-gyms label {
  border-bottom: 5px solid #ECB01F;
}
/* line 517, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gyms:hover {
  background-color: #ECB01F;
}
/* line 520, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-gyms.hover {
  background-color: #ECB01F;
}
/* line 525, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-exercise .checkbox, .sidebar-wrapper .menu-exercise label {
  border-bottom: 5px solid #00AEEF;
}
/* line 528, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-exercise:hover {
  background-color: #00AEEF;
}
/* line 531, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-exercise.hover {
  background-color: #00AEEF;
}
/* line 536, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-recreation-centres .checkbox, .sidebar-wrapper .menu-recreation-centres label {
  border-bottom: 5px solid #F1543F;
}
/* line 539, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-recreation-centres:hover {
  background-color: #F1543F;
}
/* line 542, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-recreation-centres.hover {
  background-color: #F1543F;
}
/* line 547, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-swimming .checkbox, .sidebar-wrapper .menu-swimming label {
  border-bottom: 5px solid #E46626;
}
/* line 550, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-swimming:hover {
  background-color: #E46626;
}
/* line 553, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-swimming.hover {
  background-color: #E46626;
}
/* line 558, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-rinks .checkbox, .sidebar-wrapper .menu-skating-rinks label {
  border-bottom: 5px solid #3FAE48;
}
/* line 561, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-rinks:hover {
  background-color: #3FAE48;
}
/* line 564, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-rinks.hover {
  background-color: #3FAE48;
}
/* line 569, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-instruction .checkbox, .sidebar-wrapper .menu-skating-instruction label {
  border-bottom: 5px solid #01818C;
}
/* line 572, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-instruction:hover {
  background-color: #01818C;
}
/* line 575, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-skating-instruction.hover {
  background-color: #01818C;
}
/* line 580, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-yoga .checkbox, .sidebar-wrapper .menu-yoga label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 583, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-yoga:hover {
  background-color: #3D9CD7;
}
/* line 586, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-yoga.hover {
  background-color: #3D9CD7;
}
/* line 591, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-martial-arts .checkbox, .sidebar-wrapper .menu-martial-arts label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 594, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-martial-arts:hover {
  background-color: #6A6CB1;
}
/* line 597, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-martial-arts.hover {
  background-color: #6A6CB1;
}
/* line 602, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-clubs .checkbox, .sidebar-wrapper .menu-clubs label {
  border-bottom: 5px solid #ECB01F;
}
/* line 605, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-clubs:hover {
  background-color: #ECB01F;
}
/* line 608, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-clubs.hover {
  background-color: #ECB01F;
}
/* line 613, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-associations .checkbox, .sidebar-wrapper .menu-associations label {
  border-bottom: 5px solid #00AEEF;
}
/* line 616, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-associations:hover {
  background-color: #00AEEF;
}
/* line 619, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-associations.hover {
  background-color: #00AEEF;
}
/* line 624, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-campgrounds .checkbox, .sidebar-wrapper .menu-campgrounds label {
  border-bottom: 5px solid #F1543F;
}
/* line 627, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-campgrounds:hover {
  background-color: #F1543F;
}
/* line 630, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-campgrounds.hover {
  background-color: #F1543F;
}
/* line 635, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-practice-ranges .checkbox, .sidebar-wrapper .menu-golf-practice-ranges label {
  border-bottom: 5px solid #E46626;
}
/* line 638, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-practice-ranges:hover {
  background-color: #E46626;
}
/* line 641, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-practice-ranges.hover {
  background-color: #E46626;
}
/* line 646, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-courses .checkbox, .sidebar-wrapper .menu-golf-courses label {
  border-bottom: 5px solid #3FAE48;
}
/* line 649, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-courses:hover {
  background-color: #3FAE48;
}
/* line 652, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-golf-courses.hover {
  background-color: #3FAE48;
}
/* line 657, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-mini-golf .checkbox, .sidebar-wrapper .menu-mini-golf label {
  border-bottom: 5px solid #01818C;
}
/* line 660, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-mini-golf:hover {
  background-color: #01818C;
}
/* line 663, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-mini-golf.hover {
  background-color: #01818C;
}
/* line 668, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-sport-clubs .checkbox, .sidebar-wrapper .menu-sport-clubs label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 671, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-sport-clubs:hover {
  background-color: #3D9CD7;
}
/* line 674, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-sport-clubs.hover {
  background-color: #3D9CD7;
}
/* line 679, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-boxing .checkbox, .sidebar-wrapper .menu-boxing label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 682, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-boxing:hover {
  background-color: #6A6CB1;
}
/* line 685, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-boxing.hover {
  background-color: #6A6CB1;
}
/* line 690, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-arenas .checkbox, .sidebar-wrapper .menu-arenas label {
  border-bottom: 5px solid #ECB01F;
}
/* line 693, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-arenas:hover {
  background-color: #ECB01F;
}
/* line 696, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-arenas.hover {
  background-color: #ECB01F;
}
/* line 701, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-soccer-clubs .checkbox, .sidebar-wrapper .menu-soccer-clubs label {
  border-bottom: 5px solid #00AEEF;
}
/* line 704, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-soccer-clubs:hover {
  background-color: #00AEEF;
}
/* line 707, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-soccer-clubs.hover {
  background-color: #00AEEF;
}
/* line 712, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bowling .checkbox, .sidebar-wrapper .menu-bowling label {
  border-bottom: 5px solid #F1543F;
}
/* line 715, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bowling:hover {
  background-color: #F1543F;
}
/* line 718, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-bowling.hover {
  background-color: #F1543F;
}
/* line 723, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-tennis .checkbox, .sidebar-wrapper .menu-tennis label {
  border-bottom: 5px solid #E46626;
}
/* line 726, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-tennis:hover {
  background-color: #E46626;
}
/* line 729, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-tennis.hover {
  background-color: #E46626;
}
/* line 734, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-ski-resorts .checkbox, .sidebar-wrapper .menu-ski-resorts label {
  border-bottom: 5px solid #3FAE48;
}
/* line 737, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-ski-resorts:hover {
  background-color: #3FAE48;
}
/* line 740, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-ski-resorts.hover {
  background-color: #3FAE48;
}
/* line 745, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-baseball .checkbox, .sidebar-wrapper .menu-baseball label {
  border-bottom: 5px solid #01818C;
}
/* line 748, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-baseball:hover {
  background-color: #01818C;
}
/* line 751, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-baseball.hover {
  background-color: #01818C;
}
/* line 756, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-shopping-malls .checkbox, .sidebar-wrapper .menu-shopping-malls label {
  border-bottom: 5px solid #3D9CD7;
}
/* line 759, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-shopping-malls:hover {
  background-color: #3D9CD7;
}
/* line 762, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-shopping-malls.hover {
  background-color: #3D9CD7;
}
/* line 767, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-supporting-data .checkbox, .sidebar-wrapper .menu-supporting-data label {
  border-bottom: 5px solid #6A6CB1;
}
/* line 770, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-supporting-data:hover {
  background-color: #6A6CB1;
}
/* line 773, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .menu-supporting-data.hover {
  background-color: #6A6CB1;
}
/* line 777, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .sidebar-ctrl {
  height: 20px;
  cursor: pointer;
}
/* line 781, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .sidebar-ctrl i {
  font-size: 20px;
  width: 20px;
  margin: auto;
  display: block;
}
/* line 787, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .sidebar-up {
  vertical-align: bottom;
}
/* line 790, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .sidebar-down {
  vertical-align: top;
}
/* line 793, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper ul.side-menu {
  height: 225px;
  overflow-y: hidden;
  margin-bottom: 0;
}
/* line 798, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper ul.side-menu li {
  display: table-row-group;
  height: 100%;
  color: #333333;
  background-color: #fff;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0px !important;
  -webkit-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -moz-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -ms-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -o-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -ms-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  transition-timing-function: cubic-bezier(0, 1, 1, 1);
}
/* line 820, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper ul.side-menu li:hover {
  color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -moz-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -ms-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -o-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -ms-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  transition-timing-function: cubic-bezier(0, 1, 1, 1);
}
/* line 835, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper ul.side-menu li.hover {
  color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -moz-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -ms-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -o-transition: all 500ms cubic-bezier(0, 1, 1, 1);
  transition: all 500ms cubic-bezier(0, 1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -ms-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 1, 1);
  transition-timing-function: cubic-bezier(0, 1, 1, 1);
}
/* line 850, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .item {
  cursor: pointer;
  margin: 0 0 5px 0;
  display: table-row;
}
/* line 855, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .item .checkbox, .sidebar-wrapper .item label {
  display: table-cell;
  padding: 8px 8px 3px;
  border-top: 5px solid #fff;
}
/* line 860, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .item .checkbox {
  padding-right: 0;
}
/* line 863, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .item .checkbox input {
  margin: 0;
}
/* line 866, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .item label {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  margin: 0 0 5px 0;
}
/* line 872, /app/lib/assets/stylesheets/sidebar.sass.erb */
.sidebar-wrapper .nav-tabs {
  border-radius: 0px;
}
