/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, app/assets/stylesheets/main.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 12, app/assets/stylesheets/main.scss */
body {
  margin: 0;
}

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

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

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

/* line 41, app/assets/stylesheets/main.scss */
[hidden],
template {
  display: none;
}

/* line 45, app/assets/stylesheets/main.scss */
a {
  background-color: transparent;
}

/* line 48, app/assets/stylesheets/main.scss */
a:active,
a:hover {
  outline: 0;
}

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

/* line 55, app/assets/stylesheets/main.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/main.scss */
dfn {
  font-style: italic;
}

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

/* line 66, app/assets/stylesheets/main.scss */
mark {
  background: #ff0;
  color: #000;
}

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

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

/* line 80, app/assets/stylesheets/main.scss */
sup {
  top: -0.5em;
}

/* line 83, app/assets/stylesheets/main.scss */
sub {
  bottom: -0.25em;
}

/* line 86, app/assets/stylesheets/main.scss */
img {
  border: 0;
}

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

/* line 92, app/assets/stylesheets/main.scss */
figure {
  margin: 1em 40px;
}

/* line 95, app/assets/stylesheets/main.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 99, app/assets/stylesheets/main.scss */
pre {
  overflow: auto;
}

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

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

/* line 118, app/assets/stylesheets/main.scss */
button {
  overflow: visible;
}

/* line 121, app/assets/stylesheets/main.scss */
button,
select {
  text-transform: none;
}

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

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

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

/* line 141, app/assets/stylesheets/main.scss */
input {
  line-height: normal;
}

/* line 144, app/assets/stylesheets/main.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

/* line 166, app/assets/stylesheets/main.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 170, app/assets/stylesheets/main.scss */
textarea {
  overflow: auto;
}

/* line 173, app/assets/stylesheets/main.scss */
optgroup {
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 180, app/assets/stylesheets/main.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 186, app/assets/stylesheets/main.scss */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 194, app/assets/stylesheets/main.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 198, app/assets/stylesheets/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 201, app/assets/stylesheets/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 204, app/assets/stylesheets/main.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 208, app/assets/stylesheets/main.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 213, app/assets/stylesheets/main.scss */
  thead {
    display: table-header-group;
  }
  /* line 216, app/assets/stylesheets/main.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 220, app/assets/stylesheets/main.scss */
  img {
    max-width: 100% !important;
  }
  /* line 223, app/assets/stylesheets/main.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 229, app/assets/stylesheets/main.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 233, app/assets/stylesheets/main.scss */
  .navbar {
    display: none;
  }
  /* line 236, app/assets/stylesheets/main.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 240, app/assets/stylesheets/main.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 243, app/assets/stylesheets/main.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 246, app/assets/stylesheets/main.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 250, app/assets/stylesheets/main.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 260, app/assets/stylesheets/main.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1058, app/assets/stylesheets/main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 1069, app/assets/stylesheets/main.scss */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1073, app/assets/stylesheets/main.scss */
body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

/* line 1088, app/assets/stylesheets/main.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1092, app/assets/stylesheets/main.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

/* line 1101, app/assets/stylesheets/main.scss */
figure {
  margin: 0;
}

/* line 1104, app/assets/stylesheets/main.scss */
img {
  vertical-align: middle;
}

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

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

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

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

/* line 1135, app/assets/stylesheets/main.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

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

/* line 1163, app/assets/stylesheets/main.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1180, app/assets/stylesheets/main.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

/* line 1254, app/assets/stylesheets/main.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1258, app/assets/stylesheets/main.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1262, app/assets/stylesheets/main.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1266, app/assets/stylesheets/main.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1270, app/assets/stylesheets/main.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1274, app/assets/stylesheets/main.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1278, app/assets/stylesheets/main.scss */
p {
  margin: 0 0 10px;
}

/* line 1281, app/assets/stylesheets/main.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1288, app/assets/stylesheets/main.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1292, app/assets/stylesheets/main.scss */
small,
.small {
  font-size: 85%;
}

/* line 1296, app/assets/stylesheets/main.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

/* line 1301, app/assets/stylesheets/main.scss */
.text-left {
  text-align: left;
}

/* line 1304, app/assets/stylesheets/main.scss */
.text-right {
  text-align: right;
}

/* line 1307, app/assets/stylesheets/main.scss */
.text-center {
  text-align: center;
}

/* line 1310, app/assets/stylesheets/main.scss */
.text-justify {
  text-align: justify;
}

/* line 1313, app/assets/stylesheets/main.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1316, app/assets/stylesheets/main.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1319, app/assets/stylesheets/main.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1322, app/assets/stylesheets/main.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1325, app/assets/stylesheets/main.scss */
.text-muted {
  color: #777777;
}

/* line 1328, app/assets/stylesheets/main.scss */
.text-primary {
  color: #337ab7;
}

/* line 1331, app/assets/stylesheets/main.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1335, app/assets/stylesheets/main.scss */
.text-success {
  color: #3c763d;
}

/* line 1338, app/assets/stylesheets/main.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1342, app/assets/stylesheets/main.scss */
.text-info {
  color: #31708f;
}

/* line 1345, app/assets/stylesheets/main.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1349, app/assets/stylesheets/main.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1352, app/assets/stylesheets/main.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1356, app/assets/stylesheets/main.scss */
.text-danger {
  color: #a94442;
}

/* line 1359, app/assets/stylesheets/main.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1363, app/assets/stylesheets/main.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1367, app/assets/stylesheets/main.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

/* line 1409, app/assets/stylesheets/main.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

/* line 1433, app/assets/stylesheets/main.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1437, app/assets/stylesheets/main.scss */
dt {
  font-weight: bold;
}

/* line 1440, app/assets/stylesheets/main.scss */
dd {
  margin-left: 0;
}

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

/* line 1457, app/assets/stylesheets/main.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

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

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

/* line 1477, app/assets/stylesheets/main.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

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

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

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

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

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

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

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

/* line 1532, app/assets/stylesheets/main.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

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

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

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

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

@media (min-width: 768px) {
  /* line 1578, app/assets/stylesheets/main.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1583, app/assets/stylesheets/main.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1588, app/assets/stylesheets/main.scss */
  .container {
    width: 1170px;
  }
}

/* line 1592, app/assets/stylesheets/main.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 1823, app/assets/stylesheets/main.scss */
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }
  /* line 1837, app/assets/stylesheets/main.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1840, app/assets/stylesheets/main.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1843, app/assets/stylesheets/main.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1846, app/assets/stylesheets/main.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1849, app/assets/stylesheets/main.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1852, app/assets/stylesheets/main.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1855, app/assets/stylesheets/main.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1858, app/assets/stylesheets/main.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1861, app/assets/stylesheets/main.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1864, app/assets/stylesheets/main.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1867, app/assets/stylesheets/main.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1870, app/assets/stylesheets/main.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1873, app/assets/stylesheets/main.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1876, app/assets/stylesheets/main.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1879, app/assets/stylesheets/main.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1882, app/assets/stylesheets/main.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1885, app/assets/stylesheets/main.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1888, app/assets/stylesheets/main.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1891, app/assets/stylesheets/main.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1894, app/assets/stylesheets/main.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1897, app/assets/stylesheets/main.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1900, app/assets/stylesheets/main.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1903, app/assets/stylesheets/main.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1906, app/assets/stylesheets/main.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1909, app/assets/stylesheets/main.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1912, app/assets/stylesheets/main.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1915, app/assets/stylesheets/main.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1918, app/assets/stylesheets/main.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1921, app/assets/stylesheets/main.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1924, app/assets/stylesheets/main.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1927, app/assets/stylesheets/main.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1930, app/assets/stylesheets/main.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1933, app/assets/stylesheets/main.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1936, app/assets/stylesheets/main.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1939, app/assets/stylesheets/main.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1942, app/assets/stylesheets/main.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1945, app/assets/stylesheets/main.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1948, app/assets/stylesheets/main.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1951, app/assets/stylesheets/main.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1954, app/assets/stylesheets/main.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1957, app/assets/stylesheets/main.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1960, app/assets/stylesheets/main.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1963, app/assets/stylesheets/main.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1966, app/assets/stylesheets/main.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1969, app/assets/stylesheets/main.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1972, app/assets/stylesheets/main.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1975, app/assets/stylesheets/main.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1978, app/assets/stylesheets/main.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1981, app/assets/stylesheets/main.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1984, app/assets/stylesheets/main.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1987, app/assets/stylesheets/main.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  /* line 1992, app/assets/stylesheets/main.scss */
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
  /* line 2006, app/assets/stylesheets/main.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 2009, app/assets/stylesheets/main.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2012, app/assets/stylesheets/main.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2015, app/assets/stylesheets/main.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 2018, app/assets/stylesheets/main.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2021, app/assets/stylesheets/main.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2024, app/assets/stylesheets/main.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 2027, app/assets/stylesheets/main.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2030, app/assets/stylesheets/main.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2033, app/assets/stylesheets/main.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 2036, app/assets/stylesheets/main.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2039, app/assets/stylesheets/main.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2042, app/assets/stylesheets/main.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 2045, app/assets/stylesheets/main.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2048, app/assets/stylesheets/main.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2051, app/assets/stylesheets/main.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 2054, app/assets/stylesheets/main.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2057, app/assets/stylesheets/main.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2060, app/assets/stylesheets/main.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 2063, app/assets/stylesheets/main.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2066, app/assets/stylesheets/main.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2069, app/assets/stylesheets/main.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2072, app/assets/stylesheets/main.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2075, app/assets/stylesheets/main.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2078, app/assets/stylesheets/main.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2081, app/assets/stylesheets/main.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2084, app/assets/stylesheets/main.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2087, app/assets/stylesheets/main.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2090, app/assets/stylesheets/main.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2093, app/assets/stylesheets/main.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2096, app/assets/stylesheets/main.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2099, app/assets/stylesheets/main.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2102, app/assets/stylesheets/main.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2105, app/assets/stylesheets/main.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2108, app/assets/stylesheets/main.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2111, app/assets/stylesheets/main.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2114, app/assets/stylesheets/main.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2117, app/assets/stylesheets/main.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2120, app/assets/stylesheets/main.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2123, app/assets/stylesheets/main.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2126, app/assets/stylesheets/main.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2129, app/assets/stylesheets/main.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2132, app/assets/stylesheets/main.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2135, app/assets/stylesheets/main.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2138, app/assets/stylesheets/main.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2141, app/assets/stylesheets/main.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2144, app/assets/stylesheets/main.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2147, app/assets/stylesheets/main.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2150, app/assets/stylesheets/main.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2153, app/assets/stylesheets/main.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2156, app/assets/stylesheets/main.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  /* line 2161, app/assets/stylesheets/main.scss */
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }
  /* line 2175, app/assets/stylesheets/main.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2178, app/assets/stylesheets/main.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2181, app/assets/stylesheets/main.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2184, app/assets/stylesheets/main.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2187, app/assets/stylesheets/main.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2190, app/assets/stylesheets/main.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2193, app/assets/stylesheets/main.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2196, app/assets/stylesheets/main.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2199, app/assets/stylesheets/main.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2202, app/assets/stylesheets/main.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2205, app/assets/stylesheets/main.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2208, app/assets/stylesheets/main.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2211, app/assets/stylesheets/main.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2214, app/assets/stylesheets/main.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2217, app/assets/stylesheets/main.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2220, app/assets/stylesheets/main.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2223, app/assets/stylesheets/main.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2226, app/assets/stylesheets/main.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2229, app/assets/stylesheets/main.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2232, app/assets/stylesheets/main.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2235, app/assets/stylesheets/main.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2238, app/assets/stylesheets/main.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2241, app/assets/stylesheets/main.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2244, app/assets/stylesheets/main.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2247, app/assets/stylesheets/main.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2250, app/assets/stylesheets/main.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2253, app/assets/stylesheets/main.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2256, app/assets/stylesheets/main.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2259, app/assets/stylesheets/main.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2262, app/assets/stylesheets/main.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2265, app/assets/stylesheets/main.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2268, app/assets/stylesheets/main.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2271, app/assets/stylesheets/main.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2274, app/assets/stylesheets/main.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2277, app/assets/stylesheets/main.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2280, app/assets/stylesheets/main.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2283, app/assets/stylesheets/main.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2286, app/assets/stylesheets/main.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2289, app/assets/stylesheets/main.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2292, app/assets/stylesheets/main.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2295, app/assets/stylesheets/main.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2298, app/assets/stylesheets/main.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2301, app/assets/stylesheets/main.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2304, app/assets/stylesheets/main.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2307, app/assets/stylesheets/main.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2310, app/assets/stylesheets/main.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2313, app/assets/stylesheets/main.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2316, app/assets/stylesheets/main.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2319, app/assets/stylesheets/main.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2322, app/assets/stylesheets/main.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2325, app/assets/stylesheets/main.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 2329, app/assets/stylesheets/main.scss */
table {
  background-color: transparent;
}

/* line 2332, app/assets/stylesheets/main.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 2338, app/assets/stylesheets/main.scss */
th {
  text-align: left;
}

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

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

/* line 2357, app/assets/stylesheets/main.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

/* line 2369, app/assets/stylesheets/main.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2372, app/assets/stylesheets/main.scss */
.table .table {
  background-color: #fff;
}

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

/* line 2383, app/assets/stylesheets/main.scss */
.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

/* line 2401, app/assets/stylesheets/main.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 2415, app/assets/stylesheets/main.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2429, app/assets/stylesheets/main.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  /* line 2525, app/assets/stylesheets/main.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2532, app/assets/stylesheets/main.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2535, app/assets/stylesheets/main.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2543, app/assets/stylesheets/main.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2546, app/assets/stylesheets/main.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2554, app/assets/stylesheets/main.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2562, app/assets/stylesheets/main.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2569, app/assets/stylesheets/main.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 2575, app/assets/stylesheets/main.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

/* line 2608, app/assets/stylesheets/main.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 2615, app/assets/stylesheets/main.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2633, app/assets/stylesheets/main.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2639, app/assets/stylesheets/main.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2643, app/assets/stylesheets/main.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2646, app/assets/stylesheets/main.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

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

/* line 2653, app/assets/stylesheets/main.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

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

/* line 2663, app/assets/stylesheets/main.scss */
textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2670, app/assets/stylesheets/main.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 2676, app/assets/stylesheets/main.scss */
  input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2686, app/assets/stylesheets/main.scss */
  input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2697, app/assets/stylesheets/main.scss */
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

/* line 2762, app/assets/stylesheets/main.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

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

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

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

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

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

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

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

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

/* line 2810, app/assets/stylesheets/main.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2817, app/assets/stylesheets/main.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

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

/* line 2825, app/assets/stylesheets/main.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2832, app/assets/stylesheets/main.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

/* line 2840, app/assets/stylesheets/main.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2847, app/assets/stylesheets/main.scss */
.has-feedback {
  position: relative;
}

/* line 2850, app/assets/stylesheets/main.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

/* line 2865, app/assets/stylesheets/main.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

/* line 2879, app/assets/stylesheets/main.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

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

/* line 2896, app/assets/stylesheets/main.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2901, app/assets/stylesheets/main.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2906, app/assets/stylesheets/main.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2909, app/assets/stylesheets/main.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

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

/* line 2926, app/assets/stylesheets/main.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2931, app/assets/stylesheets/main.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2936, app/assets/stylesheets/main.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2939, app/assets/stylesheets/main.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

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

/* line 2956, app/assets/stylesheets/main.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2961, app/assets/stylesheets/main.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2966, app/assets/stylesheets/main.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

/* line 2975, app/assets/stylesheets/main.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2982, app/assets/stylesheets/main.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2987, app/assets/stylesheets/main.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2992, app/assets/stylesheets/main.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2995, app/assets/stylesheets/main.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2999, app/assets/stylesheets/main.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 3004, app/assets/stylesheets/main.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3007, app/assets/stylesheets/main.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3011, app/assets/stylesheets/main.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3018, app/assets/stylesheets/main.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 3022, app/assets/stylesheets/main.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 3027, app/assets/stylesheets/main.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3031, app/assets/stylesheets/main.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 3039, app/assets/stylesheets/main.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

@media (min-width: 768px) {
  /* line 3048, app/assets/stylesheets/main.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 3054, app/assets/stylesheets/main.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 3058, app/assets/stylesheets/main.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 3064, app/assets/stylesheets/main.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3069, app/assets/stylesheets/main.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* line 3098, app/assets/stylesheets/main.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

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

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

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

/* line 3124, app/assets/stylesheets/main.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3129, app/assets/stylesheets/main.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3135, app/assets/stylesheets/main.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3140, app/assets/stylesheets/main.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3147, app/assets/stylesheets/main.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

/* line 3165, app/assets/stylesheets/main.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3177, app/assets/stylesheets/main.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3181, app/assets/stylesheets/main.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3186, app/assets/stylesheets/main.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3192, app/assets/stylesheets/main.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3197, app/assets/stylesheets/main.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3204, app/assets/stylesheets/main.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

/* line 3222, app/assets/stylesheets/main.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3234, app/assets/stylesheets/main.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3238, app/assets/stylesheets/main.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3243, app/assets/stylesheets/main.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3249, app/assets/stylesheets/main.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3254, app/assets/stylesheets/main.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3261, app/assets/stylesheets/main.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

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

/* line 3279, app/assets/stylesheets/main.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success.focus[disabled],
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3291, app/assets/stylesheets/main.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3295, app/assets/stylesheets/main.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3300, app/assets/stylesheets/main.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3306, app/assets/stylesheets/main.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3311, app/assets/stylesheets/main.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3318, app/assets/stylesheets/main.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

/* line 3336, app/assets/stylesheets/main.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info.focus[disabled],
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3348, app/assets/stylesheets/main.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3352, app/assets/stylesheets/main.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3357, app/assets/stylesheets/main.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3363, app/assets/stylesheets/main.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3368, app/assets/stylesheets/main.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3375, app/assets/stylesheets/main.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning.focus:active,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

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

/* line 3393, app/assets/stylesheets/main.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning.focus[disabled],
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3405, app/assets/stylesheets/main.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3409, app/assets/stylesheets/main.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3414, app/assets/stylesheets/main.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3420, app/assets/stylesheets/main.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3425, app/assets/stylesheets/main.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3432, app/assets/stylesheets/main.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

/* line 3450, app/assets/stylesheets/main.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger.focus[disabled],
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3462, app/assets/stylesheets/main.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3466, app/assets/stylesheets/main.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

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

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

/* line 3486, app/assets/stylesheets/main.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3492, app/assets/stylesheets/main.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 3499, app/assets/stylesheets/main.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

/* line 3513, app/assets/stylesheets/main.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3520, app/assets/stylesheets/main.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3524, app/assets/stylesheets/main.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3527, app/assets/stylesheets/main.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3532, app/assets/stylesheets/main.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 3538, app/assets/stylesheets/main.scss */
.fade.in {
  opacity: 1;
}

/* line 3541, app/assets/stylesheets/main.scss */
.collapse {
  display: none;
}

/* line 3544, app/assets/stylesheets/main.scss */
.collapse.in {
  display: block;
}

/* line 3547, app/assets/stylesheets/main.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3550, app/assets/stylesheets/main.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3553, app/assets/stylesheets/main.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 3564, app/assets/stylesheets/main.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3575, app/assets/stylesheets/main.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3579, app/assets/stylesheets/main.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3582, app/assets/stylesheets/main.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3603, app/assets/stylesheets/main.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3607, app/assets/stylesheets/main.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3613, app/assets/stylesheets/main.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 3622, app/assets/stylesheets/main.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 3628, app/assets/stylesheets/main.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 3636, app/assets/stylesheets/main.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 3641, app/assets/stylesheets/main.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 3649, app/assets/stylesheets/main.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3652, app/assets/stylesheets/main.scss */
.open > a {
  outline: 0;
}

/* line 3655, app/assets/stylesheets/main.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3659, app/assets/stylesheets/main.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3663, app/assets/stylesheets/main.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 3671, app/assets/stylesheets/main.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 3679, app/assets/stylesheets/main.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3683, app/assets/stylesheets/main.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 3690, app/assets/stylesheets/main.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3697, app/assets/stylesheets/main.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 3701, app/assets/stylesheets/main.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 3706, app/assets/stylesheets/main.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3712, app/assets/stylesheets/main.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3717, app/assets/stylesheets/main.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3727, app/assets/stylesheets/main.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3733, app/assets/stylesheets/main.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3736, app/assets/stylesheets/main.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3741, app/assets/stylesheets/main.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3746, app/assets/stylesheets/main.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3749, app/assets/stylesheets/main.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3752, app/assets/stylesheets/main.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3756, app/assets/stylesheets/main.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3761, app/assets/stylesheets/main.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3764, app/assets/stylesheets/main.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3767, app/assets/stylesheets/main.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3772, app/assets/stylesheets/main.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3776, app/assets/stylesheets/main.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3780, app/assets/stylesheets/main.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3784, app/assets/stylesheets/main.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3788, app/assets/stylesheets/main.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3792, app/assets/stylesheets/main.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3796, app/assets/stylesheets/main.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/main.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3803, app/assets/stylesheets/main.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3806, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3814, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3817, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3824, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3827, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3833, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3839, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3842, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3847, app/assets/stylesheets/main.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3851, app/assets/stylesheets/main.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3857, app/assets/stylesheets/main.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3863, app/assets/stylesheets/main.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3866, app/assets/stylesheets/main.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3869, app/assets/stylesheets/main.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3877, app/assets/stylesheets/main.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3882, app/assets/stylesheets/main.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3887, app/assets/stylesheets/main.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3894, app/assets/stylesheets/main.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3897, app/assets/stylesheets/main.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3906, app/assets/stylesheets/main.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3912, app/assets/stylesheets/main.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3920, app/assets/stylesheets/main.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3929, app/assets/stylesheets/main.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3935, app/assets/stylesheets/main.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3943, app/assets/stylesheets/main.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3948, app/assets/stylesheets/main.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3953, app/assets/stylesheets/main.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3959, app/assets/stylesheets/main.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3970, app/assets/stylesheets/main.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3975, app/assets/stylesheets/main.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3980, app/assets/stylesheets/main.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3984, app/assets/stylesheets/main.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3994, app/assets/stylesheets/main.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3997, app/assets/stylesheets/main.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4007, app/assets/stylesheets/main.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 4010, app/assets/stylesheets/main.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 4015, app/assets/stylesheets/main.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4018, app/assets/stylesheets/main.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 4021, app/assets/stylesheets/main.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4026, app/assets/stylesheets/main.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 4030, app/assets/stylesheets/main.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 4035, app/assets/stylesheets/main.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 4040, app/assets/stylesheets/main.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 4044, app/assets/stylesheets/main.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4049, app/assets/stylesheets/main.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4054, app/assets/stylesheets/main.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 4057, app/assets/stylesheets/main.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 4064, app/assets/stylesheets/main.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 4070, app/assets/stylesheets/main.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4076, app/assets/stylesheets/main.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4079, app/assets/stylesheets/main.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4082, app/assets/stylesheets/main.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4086, app/assets/stylesheets/main.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4092, app/assets/stylesheets/main.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 4095, app/assets/stylesheets/main.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 4104, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4108, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4111, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4115, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4120, app/assets/stylesheets/main.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4124, app/assets/stylesheets/main.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4128, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4132, app/assets/stylesheets/main.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4138, app/assets/stylesheets/main.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4142, app/assets/stylesheets/main.scss */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4148, app/assets/stylesheets/main.scss */
.nav-pills > li {
  float: left;
}

/* line 4151, app/assets/stylesheets/main.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4154, app/assets/stylesheets/main.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4157, app/assets/stylesheets/main.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4163, app/assets/stylesheets/main.scss */
.nav-stacked > li {
  float: none;
}

/* line 4166, app/assets/stylesheets/main.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4170, app/assets/stylesheets/main.scss */
.nav-justified {
  width: 100%;
}

/* line 4173, app/assets/stylesheets/main.scss */
.nav-justified > li {
  float: none;
}

/* line 4176, app/assets/stylesheets/main.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4180, app/assets/stylesheets/main.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4185, app/assets/stylesheets/main.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4189, app/assets/stylesheets/main.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4193, app/assets/stylesheets/main.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4196, app/assets/stylesheets/main.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4200, app/assets/stylesheets/main.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4206, app/assets/stylesheets/main.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4210, app/assets/stylesheets/main.scss */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4216, app/assets/stylesheets/main.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4219, app/assets/stylesheets/main.scss */
.tab-content > .active {
  display: block;
}

/* line 4222, app/assets/stylesheets/main.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4227, app/assets/stylesheets/main.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4234, app/assets/stylesheets/main.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4239, app/assets/stylesheets/main.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4243, app/assets/stylesheets/main.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4251, app/assets/stylesheets/main.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4255, app/assets/stylesheets/main.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 4260, app/assets/stylesheets/main.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4266, app/assets/stylesheets/main.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4269, app/assets/stylesheets/main.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 4276, app/assets/stylesheets/main.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4281, app/assets/stylesheets/main.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4286, app/assets/stylesheets/main.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4294, app/assets/stylesheets/main.scss */
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4302, app/assets/stylesheets/main.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4307, app/assets/stylesheets/main.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4311, app/assets/stylesheets/main.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4319, app/assets/stylesheets/main.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4324, app/assets/stylesheets/main.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4328, app/assets/stylesheets/main.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4333, app/assets/stylesheets/main.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 4340, app/assets/stylesheets/main.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4344, app/assets/stylesheets/main.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4348, app/assets/stylesheets/main.scss */
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4353, app/assets/stylesheets/main.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4365, app/assets/stylesheets/main.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4368, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4374, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4378, app/assets/stylesheets/main.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4382, app/assets/stylesheets/main.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4385, app/assets/stylesheets/main.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4391, app/assets/stylesheets/main.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 4400, app/assets/stylesheets/main.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4404, app/assets/stylesheets/main.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4407, app/assets/stylesheets/main.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4413, app/assets/stylesheets/main.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4417, app/assets/stylesheets/main.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4420, app/assets/stylesheets/main.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4425, app/assets/stylesheets/main.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 4437, app/assets/stylesheets/main.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4442, app/assets/stylesheets/main.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4447, app/assets/stylesheets/main.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4450, app/assets/stylesheets/main.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4454, app/assets/stylesheets/main.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4459, app/assets/stylesheets/main.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4462, app/assets/stylesheets/main.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4466, app/assets/stylesheets/main.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4473, app/assets/stylesheets/main.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4477, app/assets/stylesheets/main.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4482, app/assets/stylesheets/main.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4487, app/assets/stylesheets/main.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4490, app/assets/stylesheets/main.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4495, app/assets/stylesheets/main.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 4506, app/assets/stylesheets/main.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4511, app/assets/stylesheets/main.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4518, app/assets/stylesheets/main.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4522, app/assets/stylesheets/main.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4526, app/assets/stylesheets/main.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4530, app/assets/stylesheets/main.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4535, app/assets/stylesheets/main.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4542, app/assets/stylesheets/main.scss */
  .navbar-left {
    float: left !important;
    float: left;
  }
  /* line 4546, app/assets/stylesheets/main.scss */
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  /* line 4551, app/assets/stylesheets/main.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4555, app/assets/stylesheets/main.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4559, app/assets/stylesheets/main.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4562, app/assets/stylesheets/main.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4567, app/assets/stylesheets/main.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4570, app/assets/stylesheets/main.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4573, app/assets/stylesheets/main.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4578, app/assets/stylesheets/main.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4584, app/assets/stylesheets/main.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4590, app/assets/stylesheets/main.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4593, app/assets/stylesheets/main.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4597, app/assets/stylesheets/main.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4600, app/assets/stylesheets/main.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4604, app/assets/stylesheets/main.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 4611, app/assets/stylesheets/main.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4614, app/assets/stylesheets/main.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 4619, app/assets/stylesheets/main.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 4625, app/assets/stylesheets/main.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 4632, app/assets/stylesheets/main.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4635, app/assets/stylesheets/main.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4638, app/assets/stylesheets/main.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4641, app/assets/stylesheets/main.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4645, app/assets/stylesheets/main.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4651, app/assets/stylesheets/main.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4655, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4658, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4663, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4666, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4669, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4674, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4680, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4686, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4689, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4693, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4696, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4700, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 4707, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4710, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4713, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4716, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 4721, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 4727, app/assets/stylesheets/main.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 4734, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4737, app/assets/stylesheets/main.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4740, app/assets/stylesheets/main.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4743, app/assets/stylesheets/main.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4747, app/assets/stylesheets/main.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4753, app/assets/stylesheets/main.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4760, app/assets/stylesheets/main.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4763, app/assets/stylesheets/main.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 4768, app/assets/stylesheets/main.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4771, app/assets/stylesheets/main.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4777, app/assets/stylesheets/main.scss */
.pagination > li {
  display: inline;
}

/* line 4780, app/assets/stylesheets/main.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 4792, app/assets/stylesheets/main.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4798, app/assets/stylesheets/main.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4803, app/assets/stylesheets/main.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 4812, app/assets/stylesheets/main.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 4824, app/assets/stylesheets/main.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 4835, app/assets/stylesheets/main.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4841, app/assets/stylesheets/main.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4846, app/assets/stylesheets/main.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4851, app/assets/stylesheets/main.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4857, app/assets/stylesheets/main.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4862, app/assets/stylesheets/main.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4867, app/assets/stylesheets/main.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 4873, app/assets/stylesheets/main.scss */
.pager li {
  display: inline;
}

/* line 4876, app/assets/stylesheets/main.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4884, app/assets/stylesheets/main.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4889, app/assets/stylesheets/main.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4893, app/assets/stylesheets/main.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4897, app/assets/stylesheets/main.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 4905, app/assets/stylesheets/main.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 4917, app/assets/stylesheets/main.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4923, app/assets/stylesheets/main.scss */
.label:empty {
  display: none;
}

/* line 4926, app/assets/stylesheets/main.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4930, app/assets/stylesheets/main.scss */
.label-default {
  background-color: #777777;
}

/* line 4933, app/assets/stylesheets/main.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4937, app/assets/stylesheets/main.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4940, app/assets/stylesheets/main.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4944, app/assets/stylesheets/main.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4947, app/assets/stylesheets/main.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4951, app/assets/stylesheets/main.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4954, app/assets/stylesheets/main.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4958, app/assets/stylesheets/main.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4961, app/assets/stylesheets/main.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4965, app/assets/stylesheets/main.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4968, app/assets/stylesheets/main.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4972, app/assets/stylesheets/main.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 4986, app/assets/stylesheets/main.scss */
.badge:empty {
  display: none;
}

/* line 4989, app/assets/stylesheets/main.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4993, app/assets/stylesheets/main.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4998, app/assets/stylesheets/main.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5004, app/assets/stylesheets/main.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5009, app/assets/stylesheets/main.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5012, app/assets/stylesheets/main.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5015, app/assets/stylesheets/main.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5018, app/assets/stylesheets/main.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 5025, app/assets/stylesheets/main.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 5029, app/assets/stylesheets/main.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5034, app/assets/stylesheets/main.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5037, app/assets/stylesheets/main.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5043, app/assets/stylesheets/main.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5047, app/assets/stylesheets/main.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5051, app/assets/stylesheets/main.scss */
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 5056, app/assets/stylesheets/main.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5061, app/assets/stylesheets/main.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 5073, app/assets/stylesheets/main.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 5078, app/assets/stylesheets/main.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5083, app/assets/stylesheets/main.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 5087, app/assets/stylesheets/main.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5093, app/assets/stylesheets/main.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5097, app/assets/stylesheets/main.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5100, app/assets/stylesheets/main.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5104, app/assets/stylesheets/main.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5107, app/assets/stylesheets/main.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5111, app/assets/stylesheets/main.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5118, app/assets/stylesheets/main.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 5123, app/assets/stylesheets/main.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5126, app/assets/stylesheets/main.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5129, app/assets/stylesheets/main.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 5134, app/assets/stylesheets/main.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5137, app/assets/stylesheets/main.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5140, app/assets/stylesheets/main.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 5145, app/assets/stylesheets/main.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5148, app/assets/stylesheets/main.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5151, app/assets/stylesheets/main.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 5156, app/assets/stylesheets/main.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5159, app/assets/stylesheets/main.scss */
.alert-danger .alert-link {
  color: #843534;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5178, app/assets/stylesheets/main.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5187, app/assets/stylesheets/main.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5202, app/assets/stylesheets/main.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 5209, app/assets/stylesheets/main.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5215, app/assets/stylesheets/main.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5218, app/assets/stylesheets/main.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5223, app/assets/stylesheets/main.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5226, app/assets/stylesheets/main.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5231, app/assets/stylesheets/main.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5234, app/assets/stylesheets/main.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5239, app/assets/stylesheets/main.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5242, app/assets/stylesheets/main.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5247, app/assets/stylesheets/main.scss */
.media {
  margin-top: 15px;
}

/* line 5250, app/assets/stylesheets/main.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5253, app/assets/stylesheets/main.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 5258, app/assets/stylesheets/main.scss */
.media-body {
  width: 10000px;
}

/* line 5261, app/assets/stylesheets/main.scss */
.media-object {
  display: block;
}

/* line 5264, app/assets/stylesheets/main.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5267, app/assets/stylesheets/main.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5271, app/assets/stylesheets/main.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5275, app/assets/stylesheets/main.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5281, app/assets/stylesheets/main.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5284, app/assets/stylesheets/main.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5287, app/assets/stylesheets/main.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5291, app/assets/stylesheets/main.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5295, app/assets/stylesheets/main.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 5299, app/assets/stylesheets/main.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5307, app/assets/stylesheets/main.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5311, app/assets/stylesheets/main.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5316, app/assets/stylesheets/main.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5320, app/assets/stylesheets/main.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5324, app/assets/stylesheets/main.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 5332, app/assets/stylesheets/main.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5336, app/assets/stylesheets/main.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 5343, app/assets/stylesheets/main.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5348, app/assets/stylesheets/main.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 5353, app/assets/stylesheets/main.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5361, app/assets/stylesheets/main.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5372, app/assets/stylesheets/main.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5377, app/assets/stylesheets/main.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5381, app/assets/stylesheets/main.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5385, app/assets/stylesheets/main.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5389, app/assets/stylesheets/main.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5396, app/assets/stylesheets/main.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5406, app/assets/stylesheets/main.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5410, app/assets/stylesheets/main.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5414, app/assets/stylesheets/main.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5418, app/assets/stylesheets/main.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5425, app/assets/stylesheets/main.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5435, app/assets/stylesheets/main.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5439, app/assets/stylesheets/main.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5443, app/assets/stylesheets/main.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5447, app/assets/stylesheets/main.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5454, app/assets/stylesheets/main.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5464, app/assets/stylesheets/main.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5468, app/assets/stylesheets/main.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5472, app/assets/stylesheets/main.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5476, app/assets/stylesheets/main.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5483, app/assets/stylesheets/main.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5493, app/assets/stylesheets/main.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5497, app/assets/stylesheets/main.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5501, app/assets/stylesheets/main.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5509, app/assets/stylesheets/main.scss */
.panel-body {
  padding: 15px;
}

/* line 5512, app/assets/stylesheets/main.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5518, app/assets/stylesheets/main.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5521, app/assets/stylesheets/main.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5527, app/assets/stylesheets/main.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5534, app/assets/stylesheets/main.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5541, app/assets/stylesheets/main.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5545, app/assets/stylesheets/main.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5550, app/assets/stylesheets/main.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5556, app/assets/stylesheets/main.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5562, app/assets/stylesheets/main.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5566, app/assets/stylesheets/main.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5569, app/assets/stylesheets/main.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5572, app/assets/stylesheets/main.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5577, app/assets/stylesheets/main.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5583, app/assets/stylesheets/main.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5588, app/assets/stylesheets/main.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5595, app/assets/stylesheets/main.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5605, app/assets/stylesheets/main.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5615, app/assets/stylesheets/main.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5620, app/assets/stylesheets/main.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5627, app/assets/stylesheets/main.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5637, app/assets/stylesheets/main.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5647, app/assets/stylesheets/main.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5653, app/assets/stylesheets/main.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5657, app/assets/stylesheets/main.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

/* line 5689, app/assets/stylesheets/main.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5699, app/assets/stylesheets/main.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5709, app/assets/stylesheets/main.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 5713, app/assets/stylesheets/main.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5716, app/assets/stylesheets/main.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5720, app/assets/stylesheets/main.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5723, app/assets/stylesheets/main.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5726, app/assets/stylesheets/main.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5730, app/assets/stylesheets/main.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5733, app/assets/stylesheets/main.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5736, app/assets/stylesheets/main.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5739, app/assets/stylesheets/main.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5744, app/assets/stylesheets/main.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5747, app/assets/stylesheets/main.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 5751, app/assets/stylesheets/main.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5754, app/assets/stylesheets/main.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5757, app/assets/stylesheets/main.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5762, app/assets/stylesheets/main.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5765, app/assets/stylesheets/main.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5769, app/assets/stylesheets/main.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5772, app/assets/stylesheets/main.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5775, app/assets/stylesheets/main.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5780, app/assets/stylesheets/main.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5783, app/assets/stylesheets/main.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5787, app/assets/stylesheets/main.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5790, app/assets/stylesheets/main.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5793, app/assets/stylesheets/main.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5798, app/assets/stylesheets/main.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5801, app/assets/stylesheets/main.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5805, app/assets/stylesheets/main.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5808, app/assets/stylesheets/main.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5811, app/assets/stylesheets/main.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5816, app/assets/stylesheets/main.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5819, app/assets/stylesheets/main.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5823, app/assets/stylesheets/main.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5826, app/assets/stylesheets/main.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5829, app/assets/stylesheets/main.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5834, app/assets/stylesheets/main.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5837, app/assets/stylesheets/main.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5841, app/assets/stylesheets/main.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5844, app/assets/stylesheets/main.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5851, app/assets/stylesheets/main.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5864, app/assets/stylesheets/main.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5867, app/assets/stylesheets/main.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5870, app/assets/stylesheets/main.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5880, app/assets/stylesheets/main.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5884, app/assets/stylesheets/main.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5888, app/assets/stylesheets/main.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5892, app/assets/stylesheets/main.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5902, app/assets/stylesheets/main.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5910, app/assets/stylesheets/main.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5917, app/assets/stylesheets/main.scss */
.modal-open {
  overflow: hidden;
}

/* line 5920, app/assets/stylesheets/main.scss */
.modal-lui2-compatible {
  z-index: unset !important;
}

/* line 5923, app/assets/stylesheets/main.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5935, app/assets/stylesheets/main.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5945, app/assets/stylesheets/main.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5951, app/assets/stylesheets/main.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5955, app/assets/stylesheets/main.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5960, app/assets/stylesheets/main.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 5971, app/assets/stylesheets/main.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5980, app/assets/stylesheets/main.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5984, app/assets/stylesheets/main.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5988, app/assets/stylesheets/main.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5992, app/assets/stylesheets/main.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5995, app/assets/stylesheets/main.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5999, app/assets/stylesheets/main.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6003, app/assets/stylesheets/main.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6008, app/assets/stylesheets/main.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 6012, app/assets/stylesheets/main.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6015, app/assets/stylesheets/main.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6018, app/assets/stylesheets/main.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6026, app/assets/stylesheets/main.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 6030, app/assets/stylesheets/main.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 6034, app/assets/stylesheets/main.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6039, app/assets/stylesheets/main.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6043, app/assets/stylesheets/main.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 6066, app/assets/stylesheets/main.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6070, app/assets/stylesheets/main.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 6074, app/assets/stylesheets/main.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 6078, app/assets/stylesheets/main.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 6082, app/assets/stylesheets/main.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 6086, app/assets/stylesheets/main.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6094, app/assets/stylesheets/main.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6101, app/assets/stylesheets/main.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6108, app/assets/stylesheets/main.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6115, app/assets/stylesheets/main.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6122, app/assets/stylesheets/main.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6129, app/assets/stylesheets/main.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6136, app/assets/stylesheets/main.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6143, app/assets/stylesheets/main.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6150, app/assets/stylesheets/main.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6157, app/assets/stylesheets/main.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 6189, app/assets/stylesheets/main.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6192, app/assets/stylesheets/main.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6195, app/assets/stylesheets/main.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6198, app/assets/stylesheets/main.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6201, app/assets/stylesheets/main.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6209, app/assets/stylesheets/main.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6212, app/assets/stylesheets/main.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6221, app/assets/stylesheets/main.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6224, app/assets/stylesheets/main.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6228, app/assets/stylesheets/main.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 6236, app/assets/stylesheets/main.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 6243, app/assets/stylesheets/main.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6251, app/assets/stylesheets/main.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 6258, app/assets/stylesheets/main.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 6266, app/assets/stylesheets/main.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6273, app/assets/stylesheets/main.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6281, app/assets/stylesheets/main.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 6288, app/assets/stylesheets/main.scss */
.carousel {
  position: relative;
}

/* line 6291, app/assets/stylesheets/main.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 6296, app/assets/stylesheets/main.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 6303, app/assets/stylesheets/main.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6308, app/assets/stylesheets/main.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6320, app/assets/stylesheets/main.scss */
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 6326, app/assets/stylesheets/main.scss */
  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 6332, app/assets/stylesheets/main.scss */
  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 6340, app/assets/stylesheets/main.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6345, app/assets/stylesheets/main.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6348, app/assets/stylesheets/main.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6354, app/assets/stylesheets/main.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6357, app/assets/stylesheets/main.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6360, app/assets/stylesheets/main.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6364, app/assets/stylesheets/main.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6367, app/assets/stylesheets/main.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6370, app/assets/stylesheets/main.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 6384, app/assets/stylesheets/main.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6391, app/assets/stylesheets/main.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6400, app/assets/stylesheets/main.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6408, app/assets/stylesheets/main.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6418, app/assets/stylesheets/main.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6423, app/assets/stylesheets/main.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6428, app/assets/stylesheets/main.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 6435, app/assets/stylesheets/main.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6438, app/assets/stylesheets/main.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6441, app/assets/stylesheets/main.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 6452, app/assets/stylesheets/main.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 6464, app/assets/stylesheets/main.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 6470, app/assets/stylesheets/main.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6482, app/assets/stylesheets/main.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6486, app/assets/stylesheets/main.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 6495, app/assets/stylesheets/main.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6499, app/assets/stylesheets/main.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6503, app/assets/stylesheets/main.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 6508, app/assets/stylesheets/main.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6512, app/assets/stylesheets/main.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 6547, app/assets/stylesheets/main.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6565, app/assets/stylesheets/main.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 6570, app/assets/stylesheets/main.scss */
.pull-right {
  float: right !important;
}

/* line 6573, app/assets/stylesheets/main.scss */
.pull-left {
  float: left !important;
}

/* line 6576, app/assets/stylesheets/main.scss */
.hide {
  display: none !important;
}

/* line 6579, app/assets/stylesheets/main.scss */
.show {
  display: block !important;
}

/* line 6582, app/assets/stylesheets/main.scss */
.invisible {
  visibility: hidden;
}

/* line 6585, app/assets/stylesheets/main.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6592, app/assets/stylesheets/main.scss */
.hidden {
  display: none !important;
}

/* line 6595, app/assets/stylesheets/main.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6601, app/assets/stylesheets/main.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6607, app/assets/stylesheets/main.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6622, app/assets/stylesheets/main.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6625, app/assets/stylesheets/main.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6628, app/assets/stylesheets/main.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6631, app/assets/stylesheets/main.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6637, app/assets/stylesheets/main.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6642, app/assets/stylesheets/main.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6647, app/assets/stylesheets/main.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6652, app/assets/stylesheets/main.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6655, app/assets/stylesheets/main.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6658, app/assets/stylesheets/main.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6661, app/assets/stylesheets/main.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6667, app/assets/stylesheets/main.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6672, app/assets/stylesheets/main.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6677, app/assets/stylesheets/main.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6682, app/assets/stylesheets/main.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6685, app/assets/stylesheets/main.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6688, app/assets/stylesheets/main.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6691, app/assets/stylesheets/main.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6697, app/assets/stylesheets/main.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6702, app/assets/stylesheets/main.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6707, app/assets/stylesheets/main.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6712, app/assets/stylesheets/main.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6715, app/assets/stylesheets/main.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6718, app/assets/stylesheets/main.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6721, app/assets/stylesheets/main.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6727, app/assets/stylesheets/main.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6732, app/assets/stylesheets/main.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6737, app/assets/stylesheets/main.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6742, app/assets/stylesheets/main.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6747, app/assets/stylesheets/main.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6752, app/assets/stylesheets/main.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6757, app/assets/stylesheets/main.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6761, app/assets/stylesheets/main.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6765, app/assets/stylesheets/main.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6768, app/assets/stylesheets/main.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6771, app/assets/stylesheets/main.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6774, app/assets/stylesheets/main.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 6779, app/assets/stylesheets/main.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6783, app/assets/stylesheets/main.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6787, app/assets/stylesheets/main.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6791, app/assets/stylesheets/main.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6795, app/assets/stylesheets/main.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6799, app/assets/stylesheets/main.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6804, app/assets/stylesheets/main.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 6821, app/assets/stylesheets/main.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 6830, app/assets/stylesheets/main.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 6835, app/assets/stylesheets/main.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6838, app/assets/stylesheets/main.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6841, app/assets/stylesheets/main.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6844, app/assets/stylesheets/main.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6847, app/assets/stylesheets/main.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 6851, app/assets/stylesheets/main.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 6856, app/assets/stylesheets/main.scss */
.fa-ul > li {
  position: relative;
}

/* line 6859, app/assets/stylesheets/main.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 6866, app/assets/stylesheets/main.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 6869, app/assets/stylesheets/main.scss */
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

/* line 6874, app/assets/stylesheets/main.scss */
.fa-pull-left {
  float: left;
}

/* line 6877, app/assets/stylesheets/main.scss */
.fa-pull-right {
  float: right;
}

/* line 6880, app/assets/stylesheets/main.scss */
.fa.fa-pull-left {
  margin-right: 0.3em;
}

/* line 6883, app/assets/stylesheets/main.scss */
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
/* line 6887, app/assets/stylesheets/main.scss */
.pull-right {
  float: right;
}

/* line 6890, app/assets/stylesheets/main.scss */
.pull-left {
  float: left;
}

/* line 6893, app/assets/stylesheets/main.scss */
.fa.pull-left {
  margin-right: 0.3em;
}

/* line 6896, app/assets/stylesheets/main.scss */
.fa.pull-right {
  margin-left: 0.3em;
}

/* line 6899, app/assets/stylesheets/main.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 6903, app/assets/stylesheets/main.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 6927, app/assets/stylesheets/main.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 6933, app/assets/stylesheets/main.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6939, app/assets/stylesheets/main.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 6945, app/assets/stylesheets/main.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 6951, app/assets/stylesheets/main.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 6957, app/assets/stylesheets/main.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 6964, app/assets/stylesheets/main.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 6972, app/assets/stylesheets/main.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 6979, app/assets/stylesheets/main.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6982, app/assets/stylesheets/main.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6985, app/assets/stylesheets/main.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 6990, app/assets/stylesheets/main.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 6993, app/assets/stylesheets/main.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6996, app/assets/stylesheets/main.scss */
.fa-search:before {
  content: "\f002";
}

/* line 6999, app/assets/stylesheets/main.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 7002, app/assets/stylesheets/main.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 7005, app/assets/stylesheets/main.scss */
.fa-star:before {
  content: "\f005";
}

/* line 7008, app/assets/stylesheets/main.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 7011, app/assets/stylesheets/main.scss */
.fa-user:before {
  content: "\f007";
}

/* line 7014, app/assets/stylesheets/main.scss */
.fa-film:before {
  content: "\f008";
}

/* line 7017, app/assets/stylesheets/main.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 7020, app/assets/stylesheets/main.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 7023, app/assets/stylesheets/main.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 7026, app/assets/stylesheets/main.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 7029, app/assets/stylesheets/main.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 7034, app/assets/stylesheets/main.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 7037, app/assets/stylesheets/main.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 7040, app/assets/stylesheets/main.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 7043, app/assets/stylesheets/main.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 7046, app/assets/stylesheets/main.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 7050, app/assets/stylesheets/main.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 7053, app/assets/stylesheets/main.scss */
.fa-home:before {
  content: "\f015";
}

/* line 7056, app/assets/stylesheets/main.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 7059, app/assets/stylesheets/main.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 7062, app/assets/stylesheets/main.scss */
.fa-road:before {
  content: "\f018";
}

/* line 7065, app/assets/stylesheets/main.scss */
.fa-download:before {
  content: "\f019";
}

/* line 7068, app/assets/stylesheets/main.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 7071, app/assets/stylesheets/main.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 7074, app/assets/stylesheets/main.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 7077, app/assets/stylesheets/main.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 7080, app/assets/stylesheets/main.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 7084, app/assets/stylesheets/main.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 7087, app/assets/stylesheets/main.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 7090, app/assets/stylesheets/main.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 7093, app/assets/stylesheets/main.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 7096, app/assets/stylesheets/main.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 7099, app/assets/stylesheets/main.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 7102, app/assets/stylesheets/main.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 7105, app/assets/stylesheets/main.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 7108, app/assets/stylesheets/main.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 7111, app/assets/stylesheets/main.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 7114, app/assets/stylesheets/main.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 7117, app/assets/stylesheets/main.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 7120, app/assets/stylesheets/main.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 7123, app/assets/stylesheets/main.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 7126, app/assets/stylesheets/main.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 7129, app/assets/stylesheets/main.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 7132, app/assets/stylesheets/main.scss */
.fa-font:before {
  content: "\f031";
}

/* line 7135, app/assets/stylesheets/main.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 7138, app/assets/stylesheets/main.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 7141, app/assets/stylesheets/main.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 7144, app/assets/stylesheets/main.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 7147, app/assets/stylesheets/main.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 7150, app/assets/stylesheets/main.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 7153, app/assets/stylesheets/main.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 7156, app/assets/stylesheets/main.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 7159, app/assets/stylesheets/main.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 7162, app/assets/stylesheets/main.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 7166, app/assets/stylesheets/main.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 7169, app/assets/stylesheets/main.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 7172, app/assets/stylesheets/main.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 7177, app/assets/stylesheets/main.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 7180, app/assets/stylesheets/main.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 7183, app/assets/stylesheets/main.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 7186, app/assets/stylesheets/main.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 7189, app/assets/stylesheets/main.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 7193, app/assets/stylesheets/main.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 7196, app/assets/stylesheets/main.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 7199, app/assets/stylesheets/main.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7202, app/assets/stylesheets/main.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 7205, app/assets/stylesheets/main.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 7208, app/assets/stylesheets/main.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7211, app/assets/stylesheets/main.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 7214, app/assets/stylesheets/main.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 7217, app/assets/stylesheets/main.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 7220, app/assets/stylesheets/main.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 7223, app/assets/stylesheets/main.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 7226, app/assets/stylesheets/main.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 7229, app/assets/stylesheets/main.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 7232, app/assets/stylesheets/main.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7235, app/assets/stylesheets/main.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7238, app/assets/stylesheets/main.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 7241, app/assets/stylesheets/main.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 7244, app/assets/stylesheets/main.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 7247, app/assets/stylesheets/main.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7250, app/assets/stylesheets/main.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 7253, app/assets/stylesheets/main.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 7256, app/assets/stylesheets/main.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 7259, app/assets/stylesheets/main.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 7262, app/assets/stylesheets/main.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 7265, app/assets/stylesheets/main.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7268, app/assets/stylesheets/main.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7271, app/assets/stylesheets/main.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7274, app/assets/stylesheets/main.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7277, app/assets/stylesheets/main.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7280, app/assets/stylesheets/main.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 7284, app/assets/stylesheets/main.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 7287, app/assets/stylesheets/main.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7290, app/assets/stylesheets/main.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 7293, app/assets/stylesheets/main.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 7296, app/assets/stylesheets/main.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7299, app/assets/stylesheets/main.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 7302, app/assets/stylesheets/main.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 7305, app/assets/stylesheets/main.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 7308, app/assets/stylesheets/main.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 7311, app/assets/stylesheets/main.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 7314, app/assets/stylesheets/main.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 7317, app/assets/stylesheets/main.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 7321, app/assets/stylesheets/main.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 7324, app/assets/stylesheets/main.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 7327, app/assets/stylesheets/main.scss */
.fa-random:before {
  content: "\f074";
}

/* line 7330, app/assets/stylesheets/main.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7333, app/assets/stylesheets/main.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 7336, app/assets/stylesheets/main.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7339, app/assets/stylesheets/main.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7342, app/assets/stylesheets/main.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 7345, app/assets/stylesheets/main.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 7348, app/assets/stylesheets/main.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 7351, app/assets/stylesheets/main.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 7354, app/assets/stylesheets/main.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7357, app/assets/stylesheets/main.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7360, app/assets/stylesheets/main.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 7364, app/assets/stylesheets/main.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 7367, app/assets/stylesheets/main.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 7370, app/assets/stylesheets/main.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7373, app/assets/stylesheets/main.scss */
.fa-key:before {
  content: "\f084";
}

/* line 7376, app/assets/stylesheets/main.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 7380, app/assets/stylesheets/main.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7383, app/assets/stylesheets/main.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 7386, app/assets/stylesheets/main.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 7389, app/assets/stylesheets/main.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 7392, app/assets/stylesheets/main.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 7395, app/assets/stylesheets/main.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 7398, app/assets/stylesheets/main.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 7401, app/assets/stylesheets/main.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 7404, app/assets/stylesheets/main.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 7407, app/assets/stylesheets/main.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 7410, app/assets/stylesheets/main.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 7413, app/assets/stylesheets/main.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 7416, app/assets/stylesheets/main.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 7419, app/assets/stylesheets/main.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 7422, app/assets/stylesheets/main.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 7425, app/assets/stylesheets/main.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 7428, app/assets/stylesheets/main.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 7431, app/assets/stylesheets/main.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 7434, app/assets/stylesheets/main.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 7437, app/assets/stylesheets/main.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 7441, app/assets/stylesheets/main.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 7444, app/assets/stylesheets/main.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 7447, app/assets/stylesheets/main.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 7450, app/assets/stylesheets/main.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 7454, app/assets/stylesheets/main.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 7457, app/assets/stylesheets/main.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7460, app/assets/stylesheets/main.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7463, app/assets/stylesheets/main.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7466, app/assets/stylesheets/main.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 7469, app/assets/stylesheets/main.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 7472, app/assets/stylesheets/main.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 7475, app/assets/stylesheets/main.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 7478, app/assets/stylesheets/main.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 7481, app/assets/stylesheets/main.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7484, app/assets/stylesheets/main.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7487, app/assets/stylesheets/main.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 7490, app/assets/stylesheets/main.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 7493, app/assets/stylesheets/main.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7496, app/assets/stylesheets/main.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 7499, app/assets/stylesheets/main.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 7502, app/assets/stylesheets/main.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7505, app/assets/stylesheets/main.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7508, app/assets/stylesheets/main.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 7512, app/assets/stylesheets/main.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 7516, app/assets/stylesheets/main.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7519, app/assets/stylesheets/main.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 7522, app/assets/stylesheets/main.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 7526, app/assets/stylesheets/main.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 7530, app/assets/stylesheets/main.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 7533, app/assets/stylesheets/main.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 7537, app/assets/stylesheets/main.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 7540, app/assets/stylesheets/main.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 7545, app/assets/stylesheets/main.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 7548, app/assets/stylesheets/main.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 7551, app/assets/stylesheets/main.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 7554, app/assets/stylesheets/main.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 7557, app/assets/stylesheets/main.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 7560, app/assets/stylesheets/main.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 7563, app/assets/stylesheets/main.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 7566, app/assets/stylesheets/main.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 7569, app/assets/stylesheets/main.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 7572, app/assets/stylesheets/main.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 7575, app/assets/stylesheets/main.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 7578, app/assets/stylesheets/main.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 7581, app/assets/stylesheets/main.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7584, app/assets/stylesheets/main.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7587, app/assets/stylesheets/main.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7590, app/assets/stylesheets/main.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7593, app/assets/stylesheets/main.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7596, app/assets/stylesheets/main.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 7600, app/assets/stylesheets/main.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 7604, app/assets/stylesheets/main.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 7608, app/assets/stylesheets/main.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 7611, app/assets/stylesheets/main.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 7614, app/assets/stylesheets/main.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 7618, app/assets/stylesheets/main.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 7622, app/assets/stylesheets/main.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 7626, app/assets/stylesheets/main.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 7629, app/assets/stylesheets/main.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 7632, app/assets/stylesheets/main.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 7636, app/assets/stylesheets/main.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 7639, app/assets/stylesheets/main.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 7642, app/assets/stylesheets/main.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 7646, app/assets/stylesheets/main.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 7649, app/assets/stylesheets/main.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 7652, app/assets/stylesheets/main.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7655, app/assets/stylesheets/main.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7658, app/assets/stylesheets/main.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 7661, app/assets/stylesheets/main.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 7664, app/assets/stylesheets/main.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 7667, app/assets/stylesheets/main.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 7670, app/assets/stylesheets/main.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7673, app/assets/stylesheets/main.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 7676, app/assets/stylesheets/main.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 7679, app/assets/stylesheets/main.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7682, app/assets/stylesheets/main.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7685, app/assets/stylesheets/main.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7688, app/assets/stylesheets/main.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7691, app/assets/stylesheets/main.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7694, app/assets/stylesheets/main.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7697, app/assets/stylesheets/main.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7700, app/assets/stylesheets/main.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7703, app/assets/stylesheets/main.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7706, app/assets/stylesheets/main.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7709, app/assets/stylesheets/main.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7712, app/assets/stylesheets/main.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7715, app/assets/stylesheets/main.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7718, app/assets/stylesheets/main.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7721, app/assets/stylesheets/main.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7724, app/assets/stylesheets/main.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7727, app/assets/stylesheets/main.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7730, app/assets/stylesheets/main.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7733, app/assets/stylesheets/main.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7736, app/assets/stylesheets/main.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 7740, app/assets/stylesheets/main.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7743, app/assets/stylesheets/main.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7746, app/assets/stylesheets/main.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7749, app/assets/stylesheets/main.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7752, app/assets/stylesheets/main.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7755, app/assets/stylesheets/main.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 7759, app/assets/stylesheets/main.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7762, app/assets/stylesheets/main.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7765, app/assets/stylesheets/main.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7768, app/assets/stylesheets/main.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7771, app/assets/stylesheets/main.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7774, app/assets/stylesheets/main.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7777, app/assets/stylesheets/main.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7780, app/assets/stylesheets/main.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7783, app/assets/stylesheets/main.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7786, app/assets/stylesheets/main.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7789, app/assets/stylesheets/main.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7792, app/assets/stylesheets/main.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7795, app/assets/stylesheets/main.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 7799, app/assets/stylesheets/main.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 7804, app/assets/stylesheets/main.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7807, app/assets/stylesheets/main.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7810, app/assets/stylesheets/main.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7813, app/assets/stylesheets/main.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 7817, app/assets/stylesheets/main.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7820, app/assets/stylesheets/main.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7823, app/assets/stylesheets/main.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7826, app/assets/stylesheets/main.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7829, app/assets/stylesheets/main.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7832, app/assets/stylesheets/main.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7835, app/assets/stylesheets/main.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7838, app/assets/stylesheets/main.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7841, app/assets/stylesheets/main.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7844, app/assets/stylesheets/main.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7847, app/assets/stylesheets/main.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7850, app/assets/stylesheets/main.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7853, app/assets/stylesheets/main.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7856, app/assets/stylesheets/main.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7859, app/assets/stylesheets/main.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7862, app/assets/stylesheets/main.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7865, app/assets/stylesheets/main.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7868, app/assets/stylesheets/main.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7871, app/assets/stylesheets/main.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7874, app/assets/stylesheets/main.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7877, app/assets/stylesheets/main.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7880, app/assets/stylesheets/main.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7883, app/assets/stylesheets/main.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7886, app/assets/stylesheets/main.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7889, app/assets/stylesheets/main.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7892, app/assets/stylesheets/main.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7895, app/assets/stylesheets/main.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7898, app/assets/stylesheets/main.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7901, app/assets/stylesheets/main.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7904, app/assets/stylesheets/main.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7907, app/assets/stylesheets/main.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7910, app/assets/stylesheets/main.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7913, app/assets/stylesheets/main.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7916, app/assets/stylesheets/main.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7919, app/assets/stylesheets/main.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7922, app/assets/stylesheets/main.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7925, app/assets/stylesheets/main.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7928, app/assets/stylesheets/main.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7932, app/assets/stylesheets/main.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7936, app/assets/stylesheets/main.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7940, app/assets/stylesheets/main.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 7944, app/assets/stylesheets/main.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7947, app/assets/stylesheets/main.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 7951, app/assets/stylesheets/main.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 7955, app/assets/stylesheets/main.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 7961, app/assets/stylesheets/main.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 7966, app/assets/stylesheets/main.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 7970, app/assets/stylesheets/main.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 7974, app/assets/stylesheets/main.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7977, app/assets/stylesheets/main.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7980, app/assets/stylesheets/main.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7983, app/assets/stylesheets/main.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7986, app/assets/stylesheets/main.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7989, app/assets/stylesheets/main.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7992, app/assets/stylesheets/main.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7995, app/assets/stylesheets/main.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7998, app/assets/stylesheets/main.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 8001, app/assets/stylesheets/main.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 8004, app/assets/stylesheets/main.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 8007, app/assets/stylesheets/main.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 8010, app/assets/stylesheets/main.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 8013, app/assets/stylesheets/main.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 8016, app/assets/stylesheets/main.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 8019, app/assets/stylesheets/main.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 8022, app/assets/stylesheets/main.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 8025, app/assets/stylesheets/main.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 8028, app/assets/stylesheets/main.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 8031, app/assets/stylesheets/main.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 8034, app/assets/stylesheets/main.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 8037, app/assets/stylesheets/main.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 8040, app/assets/stylesheets/main.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 8043, app/assets/stylesheets/main.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 8046, app/assets/stylesheets/main.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 8049, app/assets/stylesheets/main.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 8052, app/assets/stylesheets/main.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 8055, app/assets/stylesheets/main.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 8058, app/assets/stylesheets/main.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 8061, app/assets/stylesheets/main.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 8064, app/assets/stylesheets/main.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 8067, app/assets/stylesheets/main.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 8070, app/assets/stylesheets/main.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 8073, app/assets/stylesheets/main.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 8076, app/assets/stylesheets/main.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 8079, app/assets/stylesheets/main.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 8082, app/assets/stylesheets/main.scss */
.fa-female:before {
  content: "\f182";
}

/* line 8085, app/assets/stylesheets/main.scss */
.fa-male:before {
  content: "\f183";
}

/* line 8088, app/assets/stylesheets/main.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 8092, app/assets/stylesheets/main.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 8095, app/assets/stylesheets/main.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 8098, app/assets/stylesheets/main.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 8101, app/assets/stylesheets/main.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 8104, app/assets/stylesheets/main.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 8107, app/assets/stylesheets/main.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 8110, app/assets/stylesheets/main.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 8113, app/assets/stylesheets/main.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 8116, app/assets/stylesheets/main.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 8119, app/assets/stylesheets/main.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 8122, app/assets/stylesheets/main.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 8125, app/assets/stylesheets/main.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 8129, app/assets/stylesheets/main.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 8132, app/assets/stylesheets/main.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 8135, app/assets/stylesheets/main.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 8138, app/assets/stylesheets/main.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 8142, app/assets/stylesheets/main.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 8145, app/assets/stylesheets/main.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 8148, app/assets/stylesheets/main.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 8151, app/assets/stylesheets/main.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 8154, app/assets/stylesheets/main.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 8157, app/assets/stylesheets/main.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 8160, app/assets/stylesheets/main.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 8165, app/assets/stylesheets/main.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 8169, app/assets/stylesheets/main.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 8172, app/assets/stylesheets/main.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 8175, app/assets/stylesheets/main.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 8178, app/assets/stylesheets/main.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 8181, app/assets/stylesheets/main.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 8184, app/assets/stylesheets/main.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 8187, app/assets/stylesheets/main.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 8190, app/assets/stylesheets/main.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 8193, app/assets/stylesheets/main.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 8196, app/assets/stylesheets/main.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 8199, app/assets/stylesheets/main.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 8202, app/assets/stylesheets/main.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 8205, app/assets/stylesheets/main.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 8208, app/assets/stylesheets/main.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 8211, app/assets/stylesheets/main.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 8214, app/assets/stylesheets/main.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 8217, app/assets/stylesheets/main.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 8220, app/assets/stylesheets/main.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 8223, app/assets/stylesheets/main.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 8226, app/assets/stylesheets/main.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 8229, app/assets/stylesheets/main.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 8232, app/assets/stylesheets/main.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 8235, app/assets/stylesheets/main.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 8238, app/assets/stylesheets/main.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 8241, app/assets/stylesheets/main.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 8244, app/assets/stylesheets/main.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 8248, app/assets/stylesheets/main.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 8252, app/assets/stylesheets/main.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 8255, app/assets/stylesheets/main.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 8258, app/assets/stylesheets/main.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 8261, app/assets/stylesheets/main.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 8264, app/assets/stylesheets/main.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 8267, app/assets/stylesheets/main.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 8270, app/assets/stylesheets/main.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 8273, app/assets/stylesheets/main.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 8276, app/assets/stylesheets/main.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 8279, app/assets/stylesheets/main.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 8284, app/assets/stylesheets/main.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 8288, app/assets/stylesheets/main.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 8292, app/assets/stylesheets/main.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 8296, app/assets/stylesheets/main.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 8299, app/assets/stylesheets/main.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 8302, app/assets/stylesheets/main.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 8305, app/assets/stylesheets/main.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 8308, app/assets/stylesheets/main.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 8315, app/assets/stylesheets/main.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 8318, app/assets/stylesheets/main.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 8323, app/assets/stylesheets/main.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 8327, app/assets/stylesheets/main.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 8330, app/assets/stylesheets/main.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 8333, app/assets/stylesheets/main.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 8338, app/assets/stylesheets/main.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 8341, app/assets/stylesheets/main.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 8344, app/assets/stylesheets/main.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 8348, app/assets/stylesheets/main.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 8352, app/assets/stylesheets/main.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 8356, app/assets/stylesheets/main.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 8359, app/assets/stylesheets/main.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 8362, app/assets/stylesheets/main.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 8365, app/assets/stylesheets/main.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 8368, app/assets/stylesheets/main.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 8371, app/assets/stylesheets/main.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 8374, app/assets/stylesheets/main.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 8377, app/assets/stylesheets/main.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 8380, app/assets/stylesheets/main.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 8384, app/assets/stylesheets/main.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 8387, app/assets/stylesheets/main.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 8390, app/assets/stylesheets/main.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 8393, app/assets/stylesheets/main.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 8396, app/assets/stylesheets/main.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 8399, app/assets/stylesheets/main.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 8402, app/assets/stylesheets/main.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 8405, app/assets/stylesheets/main.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 8408, app/assets/stylesheets/main.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 8411, app/assets/stylesheets/main.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 8414, app/assets/stylesheets/main.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 8417, app/assets/stylesheets/main.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 8420, app/assets/stylesheets/main.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 8423, app/assets/stylesheets/main.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 8426, app/assets/stylesheets/main.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 8429, app/assets/stylesheets/main.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 8432, app/assets/stylesheets/main.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 8435, app/assets/stylesheets/main.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 8438, app/assets/stylesheets/main.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 8441, app/assets/stylesheets/main.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 8444, app/assets/stylesheets/main.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 8447, app/assets/stylesheets/main.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 8450, app/assets/stylesheets/main.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 8453, app/assets/stylesheets/main.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 8456, app/assets/stylesheets/main.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 8459, app/assets/stylesheets/main.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 8462, app/assets/stylesheets/main.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 8465, app/assets/stylesheets/main.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 8468, app/assets/stylesheets/main.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 8471, app/assets/stylesheets/main.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 8474, app/assets/stylesheets/main.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 8477, app/assets/stylesheets/main.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 8480, app/assets/stylesheets/main.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 8483, app/assets/stylesheets/main.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 8486, app/assets/stylesheets/main.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 8489, app/assets/stylesheets/main.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 8492, app/assets/stylesheets/main.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 8495, app/assets/stylesheets/main.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 8500, app/assets/stylesheets/main.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 8503, app/assets/stylesheets/main.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 8506, app/assets/stylesheets/main.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 8509, app/assets/stylesheets/main.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 8512, app/assets/stylesheets/main.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 8515, app/assets/stylesheets/main.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 8518, app/assets/stylesheets/main.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 8521, app/assets/stylesheets/main.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 8524, app/assets/stylesheets/main.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 8527, app/assets/stylesheets/main.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 8530, app/assets/stylesheets/main.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 8533, app/assets/stylesheets/main.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 8536, app/assets/stylesheets/main.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 8539, app/assets/stylesheets/main.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 8542, app/assets/stylesheets/main.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 8545, app/assets/stylesheets/main.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 8548, app/assets/stylesheets/main.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 8551, app/assets/stylesheets/main.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 8554, app/assets/stylesheets/main.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 8557, app/assets/stylesheets/main.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 8560, app/assets/stylesheets/main.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 8563, app/assets/stylesheets/main.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 8567, app/assets/stylesheets/main.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 8570, app/assets/stylesheets/main.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 8573, app/assets/stylesheets/main.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 8576, app/assets/stylesheets/main.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 8579, app/assets/stylesheets/main.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 8582, app/assets/stylesheets/main.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 8585, app/assets/stylesheets/main.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 8588, app/assets/stylesheets/main.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 8591, app/assets/stylesheets/main.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 8594, app/assets/stylesheets/main.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 8597, app/assets/stylesheets/main.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 8600, app/assets/stylesheets/main.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 8603, app/assets/stylesheets/main.scss */
.fa-server:before {
  content: "\f233";
}

/* line 8606, app/assets/stylesheets/main.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 8609, app/assets/stylesheets/main.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 8612, app/assets/stylesheets/main.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 8616, app/assets/stylesheets/main.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 8619, app/assets/stylesheets/main.scss */
.fa-train:before {
  content: "\f238";
}

/* line 8622, app/assets/stylesheets/main.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 8625, app/assets/stylesheets/main.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 8628, app/assets/stylesheets/main.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 8632, app/assets/stylesheets/main.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 8635, app/assets/stylesheets/main.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 8638, app/assets/stylesheets/main.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 8641, app/assets/stylesheets/main.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 8646, app/assets/stylesheets/main.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 8650, app/assets/stylesheets/main.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 8654, app/assets/stylesheets/main.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 8658, app/assets/stylesheets/main.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 8662, app/assets/stylesheets/main.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 8665, app/assets/stylesheets/main.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 8668, app/assets/stylesheets/main.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 8671, app/assets/stylesheets/main.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 8674, app/assets/stylesheets/main.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 8677, app/assets/stylesheets/main.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 8680, app/assets/stylesheets/main.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 8683, app/assets/stylesheets/main.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 8686, app/assets/stylesheets/main.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 8689, app/assets/stylesheets/main.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 8692, app/assets/stylesheets/main.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 8695, app/assets/stylesheets/main.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 8699, app/assets/stylesheets/main.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 8703, app/assets/stylesheets/main.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 8707, app/assets/stylesheets/main.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 8710, app/assets/stylesheets/main.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 8714, app/assets/stylesheets/main.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 8718, app/assets/stylesheets/main.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 8721, app/assets/stylesheets/main.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 8724, app/assets/stylesheets/main.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 8727, app/assets/stylesheets/main.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 8730, app/assets/stylesheets/main.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 8733, app/assets/stylesheets/main.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 8736, app/assets/stylesheets/main.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 8739, app/assets/stylesheets/main.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 8742, app/assets/stylesheets/main.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 8745, app/assets/stylesheets/main.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 8748, app/assets/stylesheets/main.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 8751, app/assets/stylesheets/main.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 8754, app/assets/stylesheets/main.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 8757, app/assets/stylesheets/main.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 8760, app/assets/stylesheets/main.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 8763, app/assets/stylesheets/main.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 8766, app/assets/stylesheets/main.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 8769, app/assets/stylesheets/main.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 8772, app/assets/stylesheets/main.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 8775, app/assets/stylesheets/main.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 8778, app/assets/stylesheets/main.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 8782, app/assets/stylesheets/main.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 8785, app/assets/stylesheets/main.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 8788, app/assets/stylesheets/main.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 8791, app/assets/stylesheets/main.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 8794, app/assets/stylesheets/main.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 8797, app/assets/stylesheets/main.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 8800, app/assets/stylesheets/main.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 8803, app/assets/stylesheets/main.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 8806, app/assets/stylesheets/main.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 8809, app/assets/stylesheets/main.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 8812, app/assets/stylesheets/main.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 8815, app/assets/stylesheets/main.scss */
.fa-map:before {
  content: "\f279";
}

/* line 8818, app/assets/stylesheets/main.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 8821, app/assets/stylesheets/main.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 8824, app/assets/stylesheets/main.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 8827, app/assets/stylesheets/main.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 8830, app/assets/stylesheets/main.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 8833, app/assets/stylesheets/main.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 8836, app/assets/stylesheets/main.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 8839, app/assets/stylesheets/main.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 8842, app/assets/stylesheets/main.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 8845, app/assets/stylesheets/main.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 8848, app/assets/stylesheets/main.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 8851, app/assets/stylesheets/main.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 8854, app/assets/stylesheets/main.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 8857, app/assets/stylesheets/main.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 8860, app/assets/stylesheets/main.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 8863, app/assets/stylesheets/main.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 8866, app/assets/stylesheets/main.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 8869, app/assets/stylesheets/main.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 8872, app/assets/stylesheets/main.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 8875, app/assets/stylesheets/main.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 8878, app/assets/stylesheets/main.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 8881, app/assets/stylesheets/main.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 8884, app/assets/stylesheets/main.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 8887, app/assets/stylesheets/main.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 8890, app/assets/stylesheets/main.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 8893, app/assets/stylesheets/main.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 8896, app/assets/stylesheets/main.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 8899, app/assets/stylesheets/main.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 8902, app/assets/stylesheets/main.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 8905, app/assets/stylesheets/main.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 8908, app/assets/stylesheets/main.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 8911, app/assets/stylesheets/main.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 8914, app/assets/stylesheets/main.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 8917, app/assets/stylesheets/main.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 8920, app/assets/stylesheets/main.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 8923, app/assets/stylesheets/main.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 8926, app/assets/stylesheets/main.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 8929, app/assets/stylesheets/main.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 8932, app/assets/stylesheets/main.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 8936, app/assets/stylesheets/main.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 8941, app/assets/stylesheets/main.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 8944, app/assets/stylesheets/main.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 8947, app/assets/stylesheets/main.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 8951, app/assets/stylesheets/main.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 8954, app/assets/stylesheets/main.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 8957, app/assets/stylesheets/main.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 8960, app/assets/stylesheets/main.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 8963, app/assets/stylesheets/main.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 8966, app/assets/stylesheets/main.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 8969, app/assets/stylesheets/main.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 8972, app/assets/stylesheets/main.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 8975, app/assets/stylesheets/main.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 8978, app/assets/stylesheets/main.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 8981, app/assets/stylesheets/main.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 8985, app/assets/stylesheets/main.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 8989, app/assets/stylesheets/main.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 8992, app/assets/stylesheets/main.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 8995, app/assets/stylesheets/main.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 8998, app/assets/stylesheets/main.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 9001, app/assets/stylesheets/main.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 9004, app/assets/stylesheets/main.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 9007, app/assets/stylesheets/main.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 9011, app/assets/stylesheets/main.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 9015, app/assets/stylesheets/main.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 9018, app/assets/stylesheets/main.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 9021, app/assets/stylesheets/main.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 9024, app/assets/stylesheets/main.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 9027, app/assets/stylesheets/main.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 9031, app/assets/stylesheets/main.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 9035, app/assets/stylesheets/main.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 9038, app/assets/stylesheets/main.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 9041, app/assets/stylesheets/main.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 9044, app/assets/stylesheets/main.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 9049, app/assets/stylesheets/main.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 9053, app/assets/stylesheets/main.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 9057, app/assets/stylesheets/main.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 9061, app/assets/stylesheets/main.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 9065, app/assets/stylesheets/main.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 9068, app/assets/stylesheets/main.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 9073, app/assets/stylesheets/main.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 9076, app/assets/stylesheets/main.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 9079, app/assets/stylesheets/main.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 9082, app/assets/stylesheets/main.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 9085, app/assets/stylesheets/main.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 9089, app/assets/stylesheets/main.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 9093, app/assets/stylesheets/main.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 9096, app/assets/stylesheets/main.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 9099, app/assets/stylesheets/main.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 9102, app/assets/stylesheets/main.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 9105, app/assets/stylesheets/main.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 9108, app/assets/stylesheets/main.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 9111, app/assets/stylesheets/main.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 9114, app/assets/stylesheets/main.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 9117, app/assets/stylesheets/main.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 9120, app/assets/stylesheets/main.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 9123, app/assets/stylesheets/main.scss */
.fa-meetup:before {
  content: "\f2e0";
}

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

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

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

@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: local("Hind Light"), local("Hind-Light"), url(https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfMJaERySiA.ttf) format("truetype");
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: local("Hind Regular"), local("Hind-Regular"), url(https://fonts.gstatic.com/s/hind/v10/5aU69_a8oxmIdGl4AQ.ttf) format("truetype");
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: local("Hind Medium"), local("Hind-Medium"), url(https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfJpbERySiA.ttf) format("truetype");
}

/* line 9179, app/assets/stylesheets/main.scss */
html,
body {
  font-size: 16px;
}

/* line 9183, app/assets/stylesheets/main.scss */
body {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}

/* line 9187, app/assets/stylesheets/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Hind', sans-serif;
}

/* line 9195, app/assets/stylesheets/main.scss */
h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.33;
}

/* line 9200, app/assets/stylesheets/main.scss */
h2 {
  font-size: 30px;
  font-weight: 300;
}

/* line 9204, app/assets/stylesheets/main.scss */
h3 {
  font-size: 22px;
  font-weight: 400;
}

/* line 9208, app/assets/stylesheets/main.scss */
h4 {
  font-size: 19px;
}

/* line 9211, app/assets/stylesheets/main.scss */
h5 {
  font-size: 18px;
  line-height: 1.3;
}

/* line 9215, app/assets/stylesheets/main.scss */
h6 {
  font-size: 16px;
}

/* line 9218, app/assets/stylesheets/main.scss */
h4,
h5,
h6 {
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 9224, app/assets/stylesheets/main.scss */
  h1 {
    font-size: 60px;
  }
  /* line 9227, app/assets/stylesheets/main.scss */
  h2 {
    font-size: 50px;
  }
}

/* line 9231, app/assets/stylesheets/main.scss */
p {
  margin-bottom: 20px;
}

/******************** TYPOGRAPHY ********************/
/* line 9235, app/assets/stylesheets/main.scss */
body {
  color: #616161;
  background-color: #333;
  overflow-x: hidden;
}

/* line 9240, app/assets/stylesheets/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}

/* line 9248, app/assets/stylesheets/main.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 9252, app/assets/stylesheets/main.scss */
ul li {
  list-style-type: none;
}

/* line 9255, app/assets/stylesheets/main.scss */
a {
  transition: all 0.3s;
}

/* line 9258, app/assets/stylesheets/main.scss */
a:hover {
  color: #33c5fd;
  text-decoration: none;
}

/* line 9262, app/assets/stylesheets/main.scss */
a:hover .icon svg {
  fill: #33c5fd;
}

/* line 9265, app/assets/stylesheets/main.scss */
a:focus {
  text-decoration: none;
}

/* line 9268, app/assets/stylesheets/main.scss */
.link {
  font-size: 18px;
  font-weight: 500;
}

/* line 9272, app/assets/stylesheets/main.scss */
.link .icon svg {
  width: 15px;
  height: 15px;
}

/* line 9276, app/assets/stylesheets/main.scss */
.title-text {
  margin-top: 0;
}

/* line 9279, app/assets/stylesheets/main.scss */
.small-text {
  font-size: 14px;
  font-weight: 300;
}

/* line 9283, app/assets/stylesheets/main.scss */
.text-big {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

/* line 9288, app/assets/stylesheets/main.scss */
.text-color {
  font-weight: 500;
}

/* line 9291, app/assets/stylesheets/main.scss */
.text-dark {
  color: #272727;
}

/* line 9294, app/assets/stylesheets/main.scss */
strong {
  font-weight: 500;
}

/* line 9297, app/assets/stylesheets/main.scss */
.text-strong {
  font-weight: 500;
  font-size: 19px;
}

/* line 9301, app/assets/stylesheets/main.scss */
blockquote {
  border: none;
  padding: 0;
}

/* line 9305, app/assets/stylesheets/main.scss */
iframe {
  border-width: 0;
}

/* line 9308, app/assets/stylesheets/main.scss */
button {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

/* line 9313, app/assets/stylesheets/main.scss */
button:active,
button:focus {
  border-color: transparent;
}

/******************** ICONOGRAPHY ********************/
/* line 9318, app/assets/stylesheets/main.scss */
.icon {
  display: inline-block;
}

/* line 9321, app/assets/stylesheets/main.scss */
.icon svg {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  transition: all 0.3s;
}

/* line 9327, app/assets/stylesheets/main.scss */
.icon-xlg svg {
  width: 90px;
  height: 90px;
}

/* line 9331, app/assets/stylesheets/main.scss */
.icon-lg svg {
  width: 80px;
  height: 80px;
}

/* line 9335, app/assets/stylesheets/main.scss */
.icon-md svg {
  width: 65px;
  height: 65px;
}

/* line 9339, app/assets/stylesheets/main.scss */
.icon-sm svg {
  width: 55px;
  height: 55px;
}

/* line 9343, app/assets/stylesheets/main.scss */
.icon-smx svg {
  width: 40px;
  height: 40px;
}

/* line 9347, app/assets/stylesheets/main.scss */
.icon-xs svg {
  width: 30px;
  height: 30px;
}

/* line 9351, app/assets/stylesheets/main.scss */
.icon-shape {
  display: inline-block;
  text-align: center;
}

/* line 9355, app/assets/stylesheets/main.scss */
.width-60 {
  width: 60px;
  height: 60px;
}

/* line 9359, app/assets/stylesheets/main.scss */
.width-60 svg {
  width: 25px;
  height: 56px;
}

/* line 9363, app/assets/stylesheets/main.scss */
.width-65 {
  width: 65px;
  height: 65px;
}

/* line 9367, app/assets/stylesheets/main.scss */
.width-65 svg {
  width: 25px;
  height: 61px;
}

/* line 9371, app/assets/stylesheets/main.scss */
.width-75 {
  width: 75px;
  height: 75px;
}

/* line 9375, app/assets/stylesheets/main.scss */
.width-75 svg {
  width: 35px;
  height: 71px;
}

/* line 9379, app/assets/stylesheets/main.scss */
.width-90 {
  width: 90px;
  height: 90px;
}

/* line 9383, app/assets/stylesheets/main.scss */
.width-90 svg {
  width: 30px;
  height: 86px;
}

/* line 9387, app/assets/stylesheets/main.scss */
.radius-20 {
  border-radius: 20px;
}

/* line 9390, app/assets/stylesheets/main.scss */
.radius-30 {
  border-radius: 30px;
}

/* line 9393, app/assets/stylesheets/main.scss */
.shape-bg.icon svg {
  fill: #fff;
}

/* line 9396, app/assets/stylesheets/main.scss */
.shape-no-bg {
  background-color: transparent;
}

/******************** BUTTONS ********************/
/* line 9400, app/assets/stylesheets/main.scss */
.btn {
  font-size: 20px;
  font-weight: 500;
  border-radius: 27px;
  box-shadow: none;
  transition: all 0.3s;
  border: 0;
}

/* line 9408, app/assets/stylesheets/main.scss */
.btn:hover {
  box-shadow: none;
}

/* line 9411, app/assets/stylesheets/main.scss */
.btn:focus,
.btn:active {
  box-shadow: none;
}

/* line 9415, app/assets/stylesheets/main.scss */
.btn-rectangle {
  border-radius: 4px;
}

/* line 9418, app/assets/stylesheets/main.scss */
.btn-rectangle:after {
  border-radius: 4px !important;
}

/* line 9421, app/assets/stylesheets/main.scss */
.btn-base {
  color: #fff;
  border-color: transparent;
  position: relative;
  z-index: 1;
}

/* line 9427, app/assets/stylesheets/main.scss */
.btn-base:hover,
.btn-base:focus,
.btn-base:active {
  color: #fff;
}

/* line 9432, app/assets/stylesheets/main.scss */
.btn-base:hover:after {
  opacity: 1;
}

/* line 9435, app/assets/stylesheets/main.scss */
.btn-base span {
  position: relative;
  z-index: 3;
}

/* line 9439, app/assets/stylesheets/main.scss */
.btn-base .icon svg {
  fill: #fff !important;
}

/* line 9442, app/assets/stylesheets/main.scss */
.btn-base:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  transition: opacity 0.5s;
  z-index: 2;
  opacity: 0;
}

/* line 9454, app/assets/stylesheets/main.scss */
.btn-white {
  background-color: #fff;
}

/* line 9457, app/assets/stylesheets/main.scss */
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #272727;
}

/* line 9462, app/assets/stylesheets/main.scss */
.btn-trans.btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 9466, app/assets/stylesheets/main.scss */
.btn-trans.btn-md {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 9470, app/assets/stylesheets/main.scss */
.btn-trans.btn-sm {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* line 9474, app/assets/stylesheets/main.scss */
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  color: #fff;
}

/* line 9479, app/assets/stylesheets/main.scss */
.btn-secondary {
  border-color: #efefef;
  color: #616161;
}

/* line 9483, app/assets/stylesheets/main.scss */
.btn-icon {
  padding: 16px 38px;
}

/* line 9486, app/assets/stylesheets/main.scss */
.btn-icon .media-left,
.btn-icon .media-body {
  width: auto;
  vertical-align: middle;
}

/* line 9491, app/assets/stylesheets/main.scss */
.btn-icon .media-left {
  padding-right: 15px;
}

/* line 9494, app/assets/stylesheets/main.scss */
.btn-icon .icon svg {
  width: 60px;
  height: 60px;
}

/* line 9498, app/assets/stylesheets/main.scss */
.btn-icon .small-text {
  font-size: 18px;
}

/* line 9501, app/assets/stylesheets/main.scss */
.btn-icon .big-text {
  font-size: 28px;
}

/* line 9504, app/assets/stylesheets/main.scss */
.btn-icon .small-text,
.btn-icon .big-text {
  display: block;
  text-align: left;
  font-weight: 500;
}

/* line 9510, app/assets/stylesheets/main.scss */
.buttons-group .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  /* line 9517, app/assets/stylesheets/main.scss */
  .buttons-group li {
    display: inline-block;
  }
}

/* line 9521, app/assets/stylesheets/main.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 17px 35px;
}

/* line 9525, app/assets/stylesheets/main.scss */
.btn-md {
  padding: 10px 35px;
}

/* line 9528, app/assets/stylesheets/main.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 11px 20px;
  min-width: auto;
  font-size: 18px;
}

/* line 9534, app/assets/stylesheets/main.scss */
.btn-block {
  padding-left: 10px;
  padding-right: 10px;
}

/*
|----------------------------------------------------------------------------
| SECTION STYLE
|----------------------------------------------------------------------------
*/
/* line 9543, app/assets/stylesheets/main.scss */
.gradient-overlay,
.transparent-overlay,
.video-bg {
  position: relative;
  color: #fff;
  height: 100vh;
}

/* line 9550, app/assets/stylesheets/main.scss */
.gradient-overlay .heading-text,
.transparent-overlay .heading-text,
.video-bg .heading-text {
  color: #fff;
}

/* line 9555, app/assets/stylesheets/main.scss */
.gradient-overlay:before,
.transparent-overlay:before,
.video-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 9565, app/assets/stylesheets/main.scss */
.transparent-overlay,
.video-bg,
.polygon-bg {
  color: #fff;
}

/* line 9570, app/assets/stylesheets/main.scss */
.transparent-overlay .icon svg,
.video-bg .icon svg,
.polygon-bg .icon svg {
  fill: #fff;
}

/* line 9575, app/assets/stylesheets/main.scss */
.transparent-overlay .icon svg:hover,
.video-bg .icon svg:hover,
.polygon-bg .icon svg:hover {
  fill: #fff;
  opacity: 0.8;
}

/* line 9581, app/assets/stylesheets/main.scss */
.transparent-overlay .heading-text,
.video-bg .heading-text,
.polygon-bg .heading-text {
  color: #fff;
}

/* line 9586, app/assets/stylesheets/main.scss */
.transparent-overlay .heading-pre-suf:before,
.video-bg .heading-pre-suf:before,
.polygon-bg .heading-pre-suf:before,
.transparent-overlay .heading-pre-suf:after,
.video-bg .heading-pre-suf:after,
.polygon-bg .heading-pre-suf:after {
  background-color: #fff;
}

/* line 9594, app/assets/stylesheets/main.scss */
.transparent-overlay .section-heading .lines,
.video-bg .section-heading .lines,
.polygon-bg .section-heading .lines {
  border-top-color: #fff;
}

/* line 9599, app/assets/stylesheets/main.scss */
.transparent-overlay .section-heading .lines:before,
.video-bg .section-heading .lines:before,
.polygon-bg .section-heading .lines:before,
.transparent-overlay .section-heading .lines:after,
.video-bg .section-heading .lines:after,
.polygon-bg .section-heading .lines:after {
  border-top-color: #fff;
}

/* line 9607, app/assets/stylesheets/main.scss */
.transparent-overlay.testimonials .client-name,
.video-bg.testimonials .client-name,
.polygon-bg.testimonials .client-name {
  color: #fff;
}

/* line 9612, app/assets/stylesheets/main.scss */
.section-video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
  background: #f7f7f7;
}

/* line 9622, app/assets/stylesheets/main.scss */
.section-video video {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
}

/* line 9630, app/assets/stylesheets/main.scss */
.section-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
  background: #f7f7f7;
}

/* line 9640, app/assets/stylesheets/main.scss */
.section-image img {
  min-height: 400px;
  width: 100%;
}

/* line 9644, app/assets/stylesheets/main.scss */
.features-hero {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9650, app/assets/stylesheets/main.scss */
.features-hero .section-image {
  background-size: cover;
}

/* line 9653, app/assets/stylesheets/main.scss */
.features-hero .container {
  padding: 100px 0;
  text-align: center;
}

/* line 9657, app/assets/stylesheets/main.scss */
.pricing-hero {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9663, app/assets/stylesheets/main.scss */
.pricing-hero .section-image {
  background-size: cover;
}

/* line 9666, app/assets/stylesheets/main.scss */
.pricing-hero .container {
  padding: 100px 0;
  text-align: center;
}

/* line 9670, app/assets/stylesheets/main.scss */
.plans {
  display: flex;
  justify-content: space-between;
}

/* line 9674, app/assets/stylesheets/main.scss */
.plans .plan {
  width: 275px;
  padding: 50px 0;
  border: 1px solid black;
  box-sizing: border-box;
  text-align: center;
}

/* line 9681, app/assets/stylesheets/main.scss */
.plans .plan .name {
  font-size: 30px;
  color: #0099cc;
  margin-bottom: 10px;
}

/* line 9686, app/assets/stylesheets/main.scss */
.plans .plan .price {
  font-size: 90px;
  color: black;
  font-weight: 600;
  line-height: 90px;
}

/* line 9692, app/assets/stylesheets/main.scss */
.plans .plan .contact {
  font-size: 50px;
  color: black;
  font-weight: 600;
  line-height: 90px;
}

/* line 9698, app/assets/stylesheets/main.scss */
.plans .plan .price-sub-heading {
  font-size: 12px;
  margin-top: 10px;
}

/* line 9702, app/assets/stylesheets/main.scss */
.plans .plan .divider {
  height: 1px;
  width: 100px;
  margin: 25px auto;
  background-color: black;
}

/* line 9708, app/assets/stylesheets/main.scss */
.plans .plan .request-button {
  background: #0099cc;
  border-radius: 6px;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  color: white;
  padding: 0 25px;
  margin: 10px 0;
}

/* line 9718, app/assets/stylesheets/main.scss */
.plans .plan .features {
  margin-bottom: 25px;
}

/* line 9721, app/assets/stylesheets/main.scss */
.plans .plan .feature {
  font-size: 12px;
}

/* line 9724, app/assets/stylesheets/main.scss */
.plans .plan .see-all-features {
  text-decoration: none;
  color: #0099cc;
}

/* line 9728, app/assets/stylesheets/main.scss */
.plan-details {
  color: black;
  line-height: 40px;
}

/* line 9732, app/assets/stylesheets/main.scss */
.plan-details table {
  margin: auto;
  font-size: 12px;
}

/* line 9736, app/assets/stylesheets/main.scss */
.plan-details .plan-header {
  color: #0099cc;
  font-size: 30px;
  font-weight: 600;
}

/* line 9741, app/assets/stylesheets/main.scss */
.plan-details .header-row {
  background-color: #d8d8d8;
}

/* line 9744, app/assets/stylesheets/main.scss */
.plan-details .header-row .row-label {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 9748, app/assets/stylesheets/main.scss */
.plan-details .success {
  height: 20px;
}

/* line 9751, app/assets/stylesheets/main.scss */
.plan-details .row-label {
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  width: 300px;
}

/* line 9757, app/assets/stylesheets/main.scss */
.plan-details td {
  text-align: center;
  width: 200px;
}

/* line 9761, app/assets/stylesheets/main.scss */
.plan-details .request-button {
  background: #0099cc;
  border-radius: 6px;
  color: white;
  padding: 0 25px;
  margin-top: 10px;
}

/* line 9768, app/assets/stylesheets/main.scss */
.add-ons {
  display: flex;
  justify-content: space-between;
}

/* line 9772, app/assets/stylesheets/main.scss */
.add-ons .add-on {
  border: 1px solid black;
  width: 275px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

/* line 9780, app/assets/stylesheets/main.scss */
.add-ons .add-on .title {
  font-size: 30px;
  font-weight: 600;
}

/* line 9784, app/assets/stylesheets/main.scss */
.add-ons .add-on .body {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 9789, app/assets/stylesheets/main.scss */
.add-ons .add-on .cta {
  background: #0099cc;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-weight: 600;
  width: 145px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

/* line 9800, app/assets/stylesheets/main.scss */
.subfeature-header {
  text-align: center;
}

/* line 9803, app/assets/stylesheets/main.scss */
.feature-image-container {
  text-align: center;
}

/* line 9806, app/assets/stylesheets/main.scss */
.feature-image-container img {
  margin: auto;
}

/* line 9809, app/assets/stylesheets/main.scss */
.social-signup-form {
  margin-top: 30px;
}

/* line 9812, app/assets/stylesheets/main.scss */
.google-signin-button-wrapper {
  height: 72px;
  display: block;
}

/* line 9816, app/assets/stylesheets/main.scss */
.google-signin-button {
  display: inline-block;
  cursor: pointer;
  width: 300px;
  height: 64px;
  background-color: white;
}

/* line 9823, app/assets/stylesheets/main.scss */
.google-signin-button:hover {
  background-color: lightgray;
}

/* line 9826, app/assets/stylesheets/main.scss */
.google-signin-button .google-logo {
  display: inline-block;
  height: 36px;
  width: 36px;
  position: relative;
  bottom: 3px;
  right: 20px;
}

/* line 9834, app/assets/stylesheets/main.scss */
.google-signin-button .signin-text {
  display: inline-block;
  color: dimgray;
  position: relative;
  bottom: 14px;
}

/* line 9840, app/assets/stylesheets/main.scss */
#login-form .section-image {
  background-size: cover;
}

/* line 9843, app/assets/stylesheets/main.scss */
.microsoft-signin-button-wrapper {
  height: 72px;
  display: block;
}

/* line 9847, app/assets/stylesheets/main.scss */
.microsoft-signin-button {
  display: inline-block;
  cursor: pointer;
  width: 300px;
  height: 64px;
  background-color: white;
}

/* line 9854, app/assets/stylesheets/main.scss */
.microsoft-signin-button:hover {
  background-color: lightgray;
}

/* line 9857, app/assets/stylesheets/main.scss */
.microsoft-signin-button .microsoft-logo {
  display: inline-block;
  height: 36px;
  width: 36px;
  position: relative;
  bottom: 3px;
  right: 10px;
}

/* line 9865, app/assets/stylesheets/main.scss */
.microsoft-signin-button .signin-text {
  display: inline-block;
  color: dimgray;
  position: relative;
  bottom: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 9872, app/assets/stylesheets/main.scss */
  .signup-social-buttons {
    padding-top: 100px;
  }
}

/* line 9876, app/assets/stylesheets/main.scss */
.signup-only-social-buttons {
  padding: 50px 0;
}

/* line 9879, app/assets/stylesheets/main.scss */
.signup-form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9885, app/assets/stylesheets/main.scss */
.signup-form .section-image {
  background-size: cover;
}

/* line 9888, app/assets/stylesheets/main.scss */
.signup-form .container {
  transform: translate(0, 0);
}

/* line 9891, app/assets/stylesheets/main.scss */
.signup-form .heading-text {
  margin: 0;
}

/* line 9894, app/assets/stylesheets/main.scss */
.signup-form .sub-heading {
  margin: 0;
}

/* line 9897, app/assets/stylesheets/main.scss */
.signup-form .form-container {
  margin-top: 50px;
}

/* line 9900, app/assets/stylesheets/main.scss */
.signup-form input {
  margin-top: 10px;
}

/* line 9903, app/assets/stylesheets/main.scss */
.signup-form button {
  margin: 40px 0 20px 0;
}

/* line 9906, app/assets/stylesheets/main.scss */
.signup-form .terms-and-privacy {
  margin-top: 10px;
  color: #999;
}

/* line 9910, app/assets/stylesheets/main.scss */
.signup-success {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9916, app/assets/stylesheets/main.scss */
.signup-success .section-image {
  background-size: cover;
}

/* line 9919, app/assets/stylesheets/main.scss */
.signup-success .container {
  transform: translate(0, 0);
}

/* line 9922, app/assets/stylesheets/main.scss */
.reset-password-form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9928, app/assets/stylesheets/main.scss */
.reset-password-form .section-image {
  background-size: cover;
}

/* line 9931, app/assets/stylesheets/main.scss */
.reset-password-form .container {
  transform: translate(0, 0);
  width: 500px;
}

/* line 9935, app/assets/stylesheets/main.scss */
.reset-password-form input {
  margin-top: 10px;
}

/* line 9938, app/assets/stylesheets/main.scss */
.reset-password-form button {
  margin-top: 30px;
}

/* line 9941, app/assets/stylesheets/main.scss */
.admin-tasks {
  background-color: white;
  min-height: 100vh;
}

/* line 9945, app/assets/stylesheets/main.scss */
#request-demo-modal .modal-dialog {
  width: 90%;
}

/* line 9948, app/assets/stylesheets/main.scss */
#request-demo-modal .logo-container {
  text-align: center;
}

/* line 9951, app/assets/stylesheets/main.scss */
#request-demo-modal .logo-container img {
  height: 64px;
}

/* line 9954, app/assets/stylesheets/main.scss */
#request-demo-modal form {
  padding: 50px 0;
}

/* line 9957, app/assets/stylesheets/main.scss */
#request-demo-modal .submit-area {
  margin-top: 20px;
  text-align: center;
}

/* line 9961, app/assets/stylesheets/main.scss */
#request-demo-modal .errors-container {
  padding: 10px 20px;
}

/* line 9964, app/assets/stylesheets/main.scss */
#request-demo-modal .fields-container {
  padding: 0 20px;
}

/* line 9967, app/assets/stylesheets/main.scss */
#request-demo-modal .field-container {
  padding: 0 5px;
}

/* line 9970, app/assets/stylesheets/main.scss */
#request-demo-modal .submit-success-message {
  padding: 50px 20px;
  text-align: center;
}

/* line 9974, app/assets/stylesheets/main.scss */
.content-legal {
  background-color: white;
}

/* line 9977, app/assets/stylesheets/main.scss */
.cover-bg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 9982, app/assets/stylesheets/main.scss */
.white-bg {
  background-color: #fff;
}

/* line 9985, app/assets/stylesheets/main.scss */
.white-bg .secondary-color-bg {
  background-color: #f7f7f7;
}

/* line 9988, app/assets/stylesheets/main.scss */
.white-bg .input-group-big .secondary-color-bg {
  border-color: #f7f7f7;
}

/* line 9991, app/assets/stylesheets/main.scss */
.white-bg .btn-secondary {
  background-color: #f7f7f7;
}

/* line 9994, app/assets/stylesheets/main.scss */
.white-bg .btn-secondary:hover,
.white-bg .btn-secondary:focus {
  background-color: #f7f7f7;
}

/* line 9998, app/assets/stylesheets/main.scss */
.secondary-bg {
  background-color: #f7f7f7;
}

/* line 10001, app/assets/stylesheets/main.scss */
.secondary-bg .secondary-color-bg {
  background-color: #fff;
}

/* line 10004, app/assets/stylesheets/main.scss */
.secondary-bg .input-group-big .secondary-color-bg {
  border-color: #fff;
}

/* line 10007, app/assets/stylesheets/main.scss */
.secondary-bg .btn-secondary {
  background-color: #fff;
}

/* line 10010, app/assets/stylesheets/main.scss */
.secondary-bg .btn-secondary:hover,
.secondary-bg .btn-secondary:focus {
  background-color: #fff;
}

/* line 10014, app/assets/stylesheets/main.scss */
.gradient-bg {
  color: #fff;
}

/* line 10017, app/assets/stylesheets/main.scss */
.small-content {
  padding-top: 93px;
  padding-bottom: 90px;
}

/* line 10021, app/assets/stylesheets/main.scss */
.small-content p {
  font-size: 18px;
}

/* line 10024, app/assets/stylesheets/main.scss */
.small-content p:last-child {
  margin-bottom: 0;
}

/* line 10027, app/assets/stylesheets/main.scss */
.small-content-2 {
  padding-top: 66px;
  padding-bottom: 68px;
}

/* line 10031, app/assets/stylesheets/main.scss */
.small-content-2 p:last-child {
  margin-bottom: 0;
}

/* line 10034, app/assets/stylesheets/main.scss */
.map-info-window {
  font-family: Hind;
  font-size: 16px;
  color: #616161;
  padding: 30px;
}

/* line 10040, app/assets/stylesheets/main.scss */
.map-info-window .title-text {
  margin-bottom: 15px;
}

/* line 10043, app/assets/stylesheets/main.scss */
.map-info-window p {
  line-height: 25px;
  margin-bottom: 25px;
}

/* line 10047, app/assets/stylesheets/main.scss */
.map-info-window a {
  font-weight: 400;
}

/* line 10050, app/assets/stylesheets/main.scss */
.map {
  width: 100%;
  height: 334px;
}

/* line 10054, app/assets/stylesheets/main.scss */
.cover-map {
  height: 650px;
}

/******************** SECTION HEADING ********************/
/* line 10058, app/assets/stylesheets/main.scss */
.section-heading {
  margin-bottom: 34px;
}

/* line 10061, app/assets/stylesheets/main.scss */
.section-heading .heading-text {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 10065, app/assets/stylesheets/main.scss */
.section-heading .sub-heading {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 63px;
}

/* line 10070, app/assets/stylesheets/main.scss */
.section-heading .lines {
  width: 6px;
  position: relative;
  margin-left: 34px;
  margin-top: 15px;
}

/* line 10076, app/assets/stylesheets/main.scss */
.section-heading .lines:before,
.section-heading .lines:after {
  content: '';
  position: absolute;
  top: -2px;
  width: 30px;
}

/* line 10083, app/assets/stylesheets/main.scss */
.section-heading .lines:before {
  left: -34px;
}

/* line 10086, app/assets/stylesheets/main.scss */
.section-heading .lines:after {
  right: -34px;
}

/* line 10089, app/assets/stylesheets/main.scss */
.heading-pre-suf {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #272727;
  font-size: 22px;
}

/* line 10096, app/assets/stylesheets/main.scss */
.heading-pre-suf:before,
.heading-pre-suf:after {
  content: '';
  position: absolute;
  top: 5px;
  width: 40px;
  height: 13px;
}

/* line 10104, app/assets/stylesheets/main.scss */
.heading-pre-suf:before {
  left: -50px;
}

/* line 10107, app/assets/stylesheets/main.scss */
.heading-pre-suf:after {
  right: -50px;
}

/* line 10110, app/assets/stylesheets/main.scss */
.text-center .lines {
  margin: auto;
}

/*
|----------------------------------------------------------------------------
| HELPER CLASSES
|----------------------------------------------------------------------------
*/
/* line 10118, app/assets/stylesheets/main.scss */
.mt15 {
  margin-top: 15px;
}

/* line 10121, app/assets/stylesheets/main.scss */
.mt30 {
  margin-top: 30px;
}

/* line 10124, app/assets/stylesheets/main.scss */
.mt50 {
  margin-top: 50px;
}

/* line 10127, app/assets/stylesheets/main.scss */
.mt60 {
  margin-top: 60px;
}

/* line 10130, app/assets/stylesheets/main.scss */
.mb25 {
  margin-bottom: 25px;
}

/* line 10133, app/assets/stylesheets/main.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 10136, app/assets/stylesheets/main.scss */
.mb35 {
  margin-bottom: 35px;
}

/* line 10139, app/assets/stylesheets/main.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 10142, app/assets/stylesheets/main.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 10145, app/assets/stylesheets/main.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 10148, app/assets/stylesheets/main.scss */
.p_tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* line 10152, app/assets/stylesheets/main.scss */
.padding-125-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

/* line 10156, app/assets/stylesheets/main.scss */
.padding-125-75 {
  padding-top: 125px;
  padding-bottom: 75px;
}

/* line 10160, app/assets/stylesheets/main.scss */
.padding-120-125 {
  padding-top: 120px;
  padding-bottom: 125px;
}

/* line 10164, app/assets/stylesheets/main.scss */
.padding-120-75 {
  padding-top: 120px;
  padding-bottom: 75px;
}

/* line 10168, app/assets/stylesheets/main.scss */
.padding-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

/* line 10172, app/assets/stylesheets/main.scss */
.padding-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

/* line 10176, app/assets/stylesheets/main.scss */
.padding-120-95 {
  padding-top: 120px;
  padding-bottom: 95px;
}

/* line 10180, app/assets/stylesheets/main.scss */
.padding-100-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 10184, app/assets/stylesheets/main.scss */
.padding-200-0 {
  padding-top: 200px;
  padding-bottom: 0;
}

/* line 10188, app/assets/stylesheets/main.scss */
.padding-50-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 10193, app/assets/stylesheets/main.scss */
  .p_lr45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 992px) {
  /* line 10199, app/assets/stylesheets/main.scss */
  .pr95 {
    padding-right: 95px;
  }
  /* line 10202, app/assets/stylesheets/main.scss */
  .pl30 {
    padding-left: 30px;
  }
  /* line 10205, app/assets/stylesheets/main.scss */
  .pr30 {
    padding-right: 30px;
  }
  /* line 10208, app/assets/stylesheets/main.scss */
  .pr10 {
    padding-right: 10px;
  }
  /* line 10211, app/assets/stylesheets/main.scss */
  .pl10 {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 10216, app/assets/stylesheets/main.scss */
  .p_lr150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 992px) {
  /* line 10222, app/assets/stylesheets/main.scss */
  .img-left {
    margin-left: 0;
    margin-right: auto;
  }
  /* line 10226, app/assets/stylesheets/main.scss */
  .img-right {
    margin-left: auto;
    margin-right: 0;
  }
  /* line 10230, app/assets/stylesheets/main.scss */
  .img-center {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 10235, app/assets/stylesheets/main.scss */
.img-scale {
  overflow: hidden;
}

/* line 10238, app/assets/stylesheets/main.scss */
.img-scale img {
  display: block;
  max-width: 100%;
  height: auto;
}

/******************** MISC ********************/
/* line 10244, app/assets/stylesheets/main.scss */
.media-left {
  padding-right: 25px;
}

/* line 10247, app/assets/stylesheets/main.scss */
.media-body .title-text {
  margin-top: 0;
}

/* line 10250, app/assets/stylesheets/main.scss */
.media-chained + .media-chained {
  margin-top: 0;
}

/* line 10253, app/assets/stylesheets/main.scss */
.media-chained:first-child .media-left:before {
  border-color: transparent;
}

/* line 10256, app/assets/stylesheets/main.scss */
.media-chained:last-child .media-left:after {
  border-color: transparent;
}

/* line 10259, app/assets/stylesheets/main.scss */
.media-chained .media-left {
  position: relative;
}

/* line 10262, app/assets/stylesheets/main.scss */
.media-chained .media-left:before,
.media-chained .media-left:after {
  content: '';
  position: absolute;
  left: 37px;
  border-left: 2px dotted #efefef;
}

/* line 10269, app/assets/stylesheets/main.scss */
.media-chained .media-left:before {
  top: -45px;
  height: 40px;
}

/* line 10273, app/assets/stylesheets/main.scss */
.media-chained .media-left:after {
  top: 79px;
  height: 100%;
}

/* line 10277, app/assets/stylesheets/main.scss */
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: transparent;
  padding: 0;
}

/* line 10281, app/assets/stylesheets/main.scss */
.single-quote {
  font-size: 16px;
}

/* line 10284, app/assets/stylesheets/main.scss */
.single-quote strong {
  font-size: 17px;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 10289, app/assets/stylesheets/main.scss */
  .table-behaviour {
    display: table;
    width: inherit;
  }
  /* line 10293, app/assets/stylesheets/main.scss */
  .table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

/*
|----------------------------------------------------------------------------
| NAVBAR STYLE
|----------------------------------------------------------------------------
*/
/* line 10304, app/assets/stylesheets/main.scss */
.navbar-nemo {
  background-color: #fff;
  border-color: #efefef;
  transition: all 0.4s;
}

/* line 10309, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > li {
  font-weight: 500;
}

/* line 10312, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > li > a {
  color: #272727;
}

/* line 10315, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > li > a:hover,
.navbar-nemo .navbar-nav > li > a:focus {
  background-color: transparent;
}

/* line 10319, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > .active > a {
  background-color: transparent;
}

/* line 10322, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-collapse {
  border-color: #efefef;
}

/* line 10325, app/assets/stylesheets/main.scss */
.navbar-brand {
  line-height: 30px;
  height: 74px;
}

/* line 10329, app/assets/stylesheets/main.scss */
.navbar-brand img {
  height: 100%;
}

/* line 10332, app/assets/stylesheets/main.scss */
.appear-onscroll {
  top: -75px;
}

/* line 10335, app/assets/stylesheets/main.scss */
.navbar-first-visible {
  position: absolute;
  margin: 0;
  z-index: 1;
  width: 100%;
}

/* line 10341, app/assets/stylesheets/main.scss */
.navbar-first-visible .login-link a {
  font-weight: bold;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
}

/* line 10347, app/assets/stylesheets/main.scss */
.navbar-first-visible .login-link a:hover {
  color: black;
}

/* line 10350, app/assets/stylesheets/main.scss */
.navbar-toggle {
  position: relative;
  width: 50px;
  height: 45px;
  padding: 0;
  border: 0;
  margin-top: 14px;
  margin-right: 20px;
  overflow: hidden;
}

/* line 10360, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 30px;
  height: 3px;
  transition: all 0.5s;
  background-color: #fff !important;
}

/* line 10369, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0;
}

/* line 10372, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar-top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 10376, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar-middle {
  opacity: 0;
  left: -30px;
}

/* line 10380, app/assets/stylesheets/main.scss */
.navbar-toggle .icon-bar-bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 10384, app/assets/stylesheets/main.scss */
.navbar-toggle.collapsed .icon-bar-top {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 13px;
}

/* line 10389, app/assets/stylesheets/main.scss */
.navbar-toggle.collapsed .icon-bar-middle {
  opacity: 1;
  left: 10px;
}

/* line 10393, app/assets/stylesheets/main.scss */
.navbar-toggle.collapsed .icon-bar-bottom {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 29px;
}

@media (min-width: 768px) {
  /* line 10399, app/assets/stylesheets/main.scss */
  .navbar-transparent {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.3);
  }
  /* line 10403, app/assets/stylesheets/main.scss */
  .navbar-transparent .navbar-nav > li {
    font-weight: 500;
  }
  /* line 10406, app/assets/stylesheets/main.scss */
  .navbar-transparent .navbar-nav > li > a {
    color: #fff;
  }
  /* line 10409, app/assets/stylesheets/main.scss */
  .navbar-transparent .navbar-nav > li > a:hover {
    color: #fff !important;
  }
  /* line 10412, app/assets/stylesheets/main.scss */
  .navbar-transparent .navbar-nav > .active > a {
    color: #fff !important;
  }
  /* line 10415, app/assets/stylesheets/main.scss */
  .navbar-nav > li {
    padding-top: 12px;
  }
}

/* line 10419, app/assets/stylesheets/main.scss */
.navbar-nav > li > .home-demo-btn {
  padding-top: 5px;
}

/*
|----------------------------------------------------------------------------
| HOMES STYLE
|----------------------------------------------------------------------------
*/
/* line 10427, app/assets/stylesheets/main.scss */
.home {
  color: #fff;
  text-align: center;
}

/* line 10431, app/assets/stylesheets/main.scss */
.home .heading-text {
  color: #fff;
  font-size: 72px;
}

/* line 10435, app/assets/stylesheets/main.scss */
.home .sub-heading {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.95);
}

/* line 10439, app/assets/stylesheets/main.scss */
.home .list-block li {
  font-size: 18px;
  line-height: 1.5;
}

/* line 10443, app/assets/stylesheets/main.scss */
.home .icon svg {
  fill: #fff;
}

/* line 10446, app/assets/stylesheets/main.scss */
.home .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* line 10450, app/assets/stylesheets/main.scss */
.home-download-btn {
  display: inline-block;
}

/* line 10453, app/assets/stylesheets/main.scss */
.home-download-btn .btn {
  margin-bottom: 20px;
}

/* line 10456, app/assets/stylesheets/main.scss */
.home-download-btn .icon svg {
  fill: #fff;
  width: 15px;
  height: auto;
  margin-left: 5px;
}

/* line 10462, app/assets/stylesheets/main.scss */
.stores-on span {
  opacity: 0.9;
}

/******************** APP HOME ********************/
/* line 10466, app/assets/stylesheets/main.scss */
.app-home {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 10471, app/assets/stylesheets/main.scss */
.app-home .logo-home {
  margin-top: 30px;
  margin-bottom: 55px;
}

/* line 10475, app/assets/stylesheets/main.scss */
.app-home .heading-text {
  margin-bottom: 25px;
}

/* line 10478, app/assets/stylesheets/main.scss */
.app-home .sub-heading {
  margin-bottom: 50px;
}

/* line 10481, app/assets/stylesheets/main.scss */
.app-home .img-responsive {
  width: 100%;
  max-width: 487px;
}

/*
|----------------------------------------------------------------------------
| FEATURES SECTIONS
|----------------------------------------------------------------------------
*/
/* line 10490, app/assets/stylesheets/main.scss */
.feature-item .icon-shape {
  margin-bottom: 25px;
}

/* line 10493, app/assets/stylesheets/main.scss */
.feature-item .icon {
  margin-bottom: 20px;
}

/* line 10496, app/assets/stylesheets/main.scss */
.feature-item .title-text {
  margin-bottom: 15px;
}

/* line 10499, app/assets/stylesheets/main.scss */
.feature-item p:last-child {
  margin-bottom: 0;
}

/* line 10502, app/assets/stylesheets/main.scss */
.feature-item.strong-graph .icon-bubble {
  font-size: 48px;
}

/* line 10505, app/assets/stylesheets/main.scss */
.feature-item.strong-graph i {
  position: relative;
  bottom: 5px;
}

/* line 10509, app/assets/stylesheets/main.scss */
.icon-bubble {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  color: white;
  background-color: #0092ca;
  border-radius: 25px;
  padding-top: 25px;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

/* line 10521, app/assets/stylesheets/main.scss */
.icon-bubble-o {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  color: #0092ca;
  border: 2px solid #0092ca;
  border-radius: 25px;
  padding-top: 17px;
  width: 75px;
  height: 75px;
}

/*
|----------------------------------------------------------------------------
| PRICING TABLE
|----------------------------------------------------------------------------
*/
/* line 10537, app/assets/stylesheets/main.scss */
.pricing-table-1 {
  background-color: white;
}

@media (min-width: 992px) {
  /* line 10541, app/assets/stylesheets/main.scss */
  .pricing-table-1 .alpha {
    padding-right: 0;
  }
  /* line 10544, app/assets/stylesheets/main.scss */
  .pricing-table-1 .alpha .pricing-element {
    border-radius: 4px 0 0 4px;
  }
  /* line 10547, app/assets/stylesheets/main.scss */
  .pricing-table-1 .omega {
    padding-left: 0;
  }
  /* line 10550, app/assets/stylesheets/main.scss */
  .pricing-table-1 .omega .pricing-element {
    border-radius: 0 4px 4px 0;
  }
  /* line 10553, app/assets/stylesheets/main.scss */
  .pricing-table-1 .pricing-element {
    position: relative;
    top: 15px;
  }
  /* line 10557, app/assets/stylesheets/main.scss */
  .pricing-table-1 .featured {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 10562, app/assets/stylesheets/main.scss */
.pricing-table-1 .pricing-element {
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}

/* line 10568, app/assets/stylesheets/main.scss */
.pricing-table-1 .package {
  font-size: 19px;
  color: #b4b4b4;
  margin-top: 12px;
  font-weight: 500;
  margin-bottom: 55px;
  text-transform: uppercase;
}

/* line 10576, app/assets/stylesheets/main.scss */
.pricing-table-1 .price {
  display: inline-table;
  margin-bottom: 30px;
}

/* line 10580, app/assets/stylesheets/main.scss */
.pricing-table-1 .amount,
.pricing-table-1 .currency,
.pricing-table-1 .renew {
  display: table-cell;
}

/* line 10585, app/assets/stylesheets/main.scss */
.pricing-table-1 .currency {
  font-size: 16px;
}

/* line 10588, app/assets/stylesheets/main.scss */
.pricing-table-1 .amount {
  font-size: 30px;
  padding-left: 10px;
}

/* line 10592, app/assets/stylesheets/main.scss */
.pricing-table-1 .renew {
  font-size: 17px;
}

/* line 10595, app/assets/stylesheets/main.scss */
.pricing-table-1 .package-details li {
  line-height: 2.1;
  font-weight: 400;
}

/* line 10599, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .icon svg {
  fill: #fff;
}

/* line 10602, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .package {
  color: rgba(0, 0, 0, 0.4);
}

/* line 10605, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .price {
  color: #fff;
}

/* line 10608, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .pricing-element {
  padding-top: 65px;
  padding-bottom: 55px;
  top: 0;
  border-radius: 4px;
}

/* line 10614, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .package-details li {
  color: rgba(255, 255, 255, 0.9);
}

/* line 10617, app/assets/stylesheets/main.scss */
.row.pricing-signup-btn {
  text-align: center;
}

/*
|----------------------------------------------------------------------------
| TESTIMONIAL SECTION
|----------------------------------------------------------------------------
*/
/* line 10625, app/assets/stylesheets/main.scss */
.testimonials {
  height: auto;
  padding: 50px 0;
  z-index: 1;
  background-color: #333;
}

/* line 10631, app/assets/stylesheets/main.scss */
.testimonials .container {
  transform: translate(0);
}

/* line 10634, app/assets/stylesheets/main.scss */
.testimonials .section-image {
  background-size: cover;
}

/* line 10637, app/assets/stylesheets/main.scss */
.testimonials blockquote {
  color: white;
  opacity: 0.95;
}

/* line 10641, app/assets/stylesheets/main.scss */
.testimonials .client-name {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

/* line 10646, app/assets/stylesheets/main.scss */
.testimonials .client-logo {
  margin: 50px auto 0 auto;
  max-width: 720px;
}

/* line 10650, app/assets/stylesheets/main.scss */
.testimonials .client-logo li {
  display: inline-block;
  margin: 10px 20px;
}

/* line 10654, app/assets/stylesheets/main.scss */
.testimonials .position {
  font-size: 14px;
  font-weight: 300;
  color: #fbfbfb;
}

/* line 10659, app/assets/stylesheets/main.scss */
.testimonials .tricia {
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

/* line 10664, app/assets/stylesheets/main.scss */
.testimonials .silas {
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

/* line 10669, app/assets/stylesheets/main.scss */
.testimonials .veronica {
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

/* line 10674, app/assets/stylesheets/main.scss */
.testimonials .jennifer {
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

/* line 10679, app/assets/stylesheets/main.scss */
.testimonials .chris {
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

/* line 10684, app/assets/stylesheets/main.scss */
.testimonials .valor-partners {
  width: 120px;
  height: 30px;
}

/* line 10688, app/assets/stylesheets/main.scss */
.testimonials .ingenium-agency {
  width: 118px;
  height: 30px;
}

/* line 10692, app/assets/stylesheets/main.scss */
.testimonials .contract-recruiter {
  width: 184px;
  height: 30px;
}

/* line 10696, app/assets/stylesheets/main.scss */
.testimonials .robinson-resource-group {
  width: 209px;
  height: 30px;
}

/* line 10700, app/assets/stylesheets/main.scss */
.testimonials .the-carolan-group {
  width: 120px;
  height: 30px;
}

/*
|----------------------------------------------------------------------------
| GALLERY STYLE
|----------------------------------------------------------------------------
*/
/* line 10709, app/assets/stylesheets/main.scss */
[class*='gallery-'],
[class^='gallery-'] {
  font-size: 0;
}

/* line 10713, app/assets/stylesheets/main.scss */
[class*='gallery-'] .gallery-item,
[class^='gallery-'] .gallery-item {
  float: left;
}

/* line 10717, app/assets/stylesheets/main.scss */
.gallery-1 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 10721, app/assets/stylesheets/main.scss */
.gallery-1 .gallery-item {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 10726, app/assets/stylesheets/main.scss */
.gallery-2 .gallery-col-2 .gallery-item {
  padding: 0 !important;
}

/* line 10729, app/assets/stylesheets/main.scss */
.gallery-col-4 .gallery-item {
  width: 100%;
}

@media (min-width: 480px) {
  /* line 10733, app/assets/stylesheets/main.scss */
  .gallery-col-4 .gallery-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 10738, app/assets/stylesheets/main.scss */
  .gallery-col-4 .gallery-item {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  /* line 10743, app/assets/stylesheets/main.scss */
  .gallery-col-4 .gallery-item {
    width: 25%;
  }
}

/* line 10747, app/assets/stylesheets/main.scss */
.gallery-col-3 .gallery-item {
  width: 100%;
}

@media (min-width: 480px) {
  /* line 10751, app/assets/stylesheets/main.scss */
  .gallery-col-3 .gallery-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 10756, app/assets/stylesheets/main.scss */
  .gallery-col-3 .gallery-item {
    width: 33.33333333%;
  }
}

/* line 10760, app/assets/stylesheets/main.scss */
.gallery-col-2 .gallery-item {
  width: 50%;
}

/* line 10763, app/assets/stylesheets/main.scss */
.gallery-img-pop {
  position: relative;
  display: block;
}

/* line 10767, app/assets/stylesheets/main.scss */
.gallery-img-pop:hover .hover-effect {
  top: 0;
}

/* line 10770, app/assets/stylesheets/main.scss */
.gallery-img-pop:hover .plus-sign:before,
.gallery-img-pop:hover .plus-sign:after {
  opacity: 1;
  transition-delay: 0.3s;
}

/* line 10775, app/assets/stylesheets/main.scss */
.gallery-img-pop:hover .plus-sign:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 10779, app/assets/stylesheets/main.scss */
.gallery-img-pop:hover .plus-sign:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/* line 10783, app/assets/stylesheets/main.scss */
.gallery-img-pop img {
  width: 100%;
}

/* line 10786, app/assets/stylesheets/main.scss */
.gallery-img-pop .hover-effect {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

/* line 10794, app/assets/stylesheets/main.scss */
.plus-sign:before,
.plus-sign:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 4px solid #fff;
  width: 40%;
  transition: all 0.3s;
  opacity: 0;
}

/* line 10805, app/assets/stylesheets/main.scss */
.plus-sign:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/* line 10809, app/assets/stylesheets/main.scss */
.plus-sign:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
|----------------------------------------------------------------------------
| FOOTER STYLES
|----------------------------------------------------------------------------
*/
/* line 10818, app/assets/stylesheets/main.scss */
.footers {
  background-color: #272727;
}

/* line 10821, app/assets/stylesheets/main.scss */
.footers .title-text {
  color: #fff;
}

/* line 10824, app/assets/stylesheets/main.scss */
.footers a:hover {
  color: #8f8f8f;
}

/* line 10827, app/assets/stylesheets/main.scss */
.footers .contact-help {
  font-size: 20px;
}

/* line 10830, app/assets/stylesheets/main.scss */
.footers .socialize li {
  display: inline-block;
  margin: 0 4px;
}

/* line 10834, app/assets/stylesheets/main.scss */
.footers .socialize .icon svg {
  fill: #8f8f8f;
  width: 25px;
  height: 25px;
}

/* line 10839, app/assets/stylesheets/main.scss */
.footers .copyright {
  margin-bottom: 0;
  color: #8f8f8f;
}

/* line 10843, app/assets/stylesheets/main.scss */
.footers .copyright a {
  color: #8f8f8f;
}

/* line 10846, app/assets/stylesheets/main.scss */
.footer {
  padding-top: 75px;
  padding-bottom: 65px;
}

/* line 10850, app/assets/stylesheets/main.scss */
.footer .socialize {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
}

/* line 10855, app/assets/stylesheets/main.scss */
a {
  color: #0092ca;
}

/* line 10858, app/assets/stylesheets/main.scss */
.text-color {
  color: #0092ca;
}

/* line 10861, app/assets/stylesheets/main.scss */
.icon svg {
  fill: #0092ca;
}

/* line 10864, app/assets/stylesheets/main.scss */
.shape-bg {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 10867, app/assets/stylesheets/main.scss */
.gradient-bg {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 10870, app/assets/stylesheets/main.scss */
.icon-border-1 {
  border: 1px solid #0092ca;
}

/* line 10873, app/assets/stylesheets/main.scss */
.icon-border-2 {
  border: 2px solid #0092ca;
}

/* line 10876, app/assets/stylesheets/main.scss */
.btn-base {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 10879, app/assets/stylesheets/main.scss */
.btn-base:after {
  background: #33c5fd;
}

/* line 10882, app/assets/stylesheets/main.scss */
.btn-trans {
  color: #0092ca;
  border: 2px solid #0092ca;
}

/* line 10886, app/assets/stylesheets/main.scss */
.btn-trans .icon {
  fill: #0092ca;
}

/* line 10889, app/assets/stylesheets/main.scss */
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  background-color: #33c5fd;
  border-color: #33c5fd;
}

/* line 10895, app/assets/stylesheets/main.scss */
.btn-white {
  color: #0092ca;
}

/* line 10898, app/assets/stylesheets/main.scss */
.tab-btn li.active a {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/******************** NAVBAR STYLE ********************/
/* line 10902, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > li > a:hover,
.navbar-nemo .navbar-nav > li > a:focus {
  color: #0092ca;
}

/* line 10906, app/assets/stylesheets/main.scss */
.navbar-nemo .navbar-nav > .active > a {
  color: #0092ca;
}

/* line 10909, app/assets/stylesheets/main.scss */
.navbar-toggle {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/******************** SECTION STYLES ********************/
/* line 10913, app/assets/stylesheets/main.scss */
.gradient-overlay:before {
  background: rgba(25, 29, 34, 0.75);
}

/* line 10916, app/assets/stylesheets/main.scss */
.transparent-overlay:before {
  background: rgba(25, 29, 34, 0.75);
}

/* line 10919, app/assets/stylesheets/main.scss */
.transparent-overlay.photography-home:before {
  background: rgba(25, 29, 34, 0.75);
}

/* line 10922, app/assets/stylesheets/main.scss */
.polygon-bg {
  background-image: url(/../../images/polygon-bg/green.jpg);
}

/* line 10925, app/assets/stylesheets/main.scss */
.video-bg:before {
  background: rgba(25, 29, 34, 0.75);
}

/* line 10928, app/assets/stylesheets/main.scss */
.section-heading .lines {
  border-top: 2px solid #0092ca;
}

/* line 10931, app/assets/stylesheets/main.scss */
.section-heading .lines:before,
.section-heading .lines:after {
  border-top: 2px solid #0092ca;
}

/* line 10935, app/assets/stylesheets/main.scss */
.heading-pre-suf:before,
.heading-pre-suf:after {
  background-color: #0092ca;
}

/* line 10939, app/assets/stylesheets/main.scss */
.event-info {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 10942, app/assets/stylesheets/main.scss */
.event-info.white-bg {
  color: #0092ca;
}

/* line 10945, app/assets/stylesheets/main.scss */
.event-info.white-bg .heading-text {
  color: #0092ca;
}

/******************** FORMS ********************/
/* line 10949, app/assets/stylesheets/main.scss */
.form-control:focus {
  border-color: #0092ca;
}

/* line 10952, app/assets/stylesheets/main.scss */
.input-group .form-control {
  box-shadow: 0 0 20px 2px rgba(0, 205, 175, 0.06);
}

/* line 10955, app/assets/stylesheets/main.scss */
.form-standard:focus {
  border-color: #0092ca;
}

/* line 10958, app/assets/stylesheets/main.scss */
.form-underlined .form-control:focus {
  border-color: #0092ca;
}

/* line 10961, app/assets/stylesheets/main.scss */
.select-radio input[type='radio']:checked + label {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 10964, app/assets/stylesheets/main.scss */
.select-outer:after {
  border-color: #0092ca transparent transparent;
}

/* line 10967, app/assets/stylesheets/main.scss */
.select-outer .form-inline-input {
  color: #0092ca;
}

/* line 10970, app/assets/stylesheets/main.scss */
.home-demo-btn .btn {
  background-color: #0092ca;
  color: white;
}

/* line 10974, app/assets/stylesheets/main.scss */
.home-demo-btn .btn:hover {
  background-color: #1aace4;
  color: #ccffff;
}

/* line 10978, app/assets/stylesheets/main.scss */
.get-started-btn {
  display: flex;
  justify-content: center;
}

/* line 10982, app/assets/stylesheets/main.scss */
.get-started-btn .btn {
  background-color: #0092ca;
  color: white;
  margin: 0 8px;
}

/* line 10987, app/assets/stylesheets/main.scss */
.get-started-btn .btn:hover {
  background-color: #1aace4;
  color: #ccffff;
}

/* line 10991, app/assets/stylesheets/main.scss */
.free-signup-btn .btn {
  background-color: white;
  color: #272727;
}

/* line 10995, app/assets/stylesheets/main.scss */
.free-signup-btn .btn:hover {
  background-color: #e7e7e7;
  color: #272727;
}

/* line 10999, app/assets/stylesheets/main.scss */
.form-widget .btn-trans {
  background-color: rgba(0, 205, 175, 0.05);
}

/* line 11002, app/assets/stylesheets/main.scss */
.select-item input[type='checkbox']:before {
  border: 2px solid #0092ca;
}

/* line 11005, app/assets/stylesheets/main.scss */
.select-item input[type='checkbox']:checked:after {
  background-color: #0092ca;
}

/* line 11008, app/assets/stylesheets/main.scss */
.select-item .form-control {
  color: #0092ca;
}

/* line 11011, app/assets/stylesheets/main.scss */
.nav-btn-tabs .active .btn {
  border-color: #0092ca;
  color: #0092ca;
}

/* line 11015, app/assets/stylesheets/main.scss */
.order-list li:before {
  color: #0092ca;
}

/* line 11018, app/assets/stylesheets/main.scss */
.select-dropdown .form-standard {
  color: #0092ca;
}

/* line 11021, app/assets/stylesheets/main.scss */
.radio-standard input[type='radio']:checked + label:after {
  background-color: #0092ca;
}

/* line 11024, app/assets/stylesheets/main.scss */
.radio-standard label:before {
  border: 1px solid #0092ca;
}

/* line 11027, app/assets/stylesheets/main.scss */
.order-select-menu .form-control {
  color: #0092ca;
}

/* line 11030, app/assets/stylesheets/main.scss */
.total-payment:before {
  color: #0092ca;
}

/* line 11033, app/assets/stylesheets/main.scss */
.total-payment span {
  color: #0092ca;
}

/******************** DESCRIPTIONS ********************/
/* line 11037, app/assets/stylesheets/main.scss */
.desc-title .title-element {
  background-image: linear-gradient(to bottom right, rgba(0, 205, 175, 0.9), rgba(0, 205, 145, 0.9));
}

/* line 11040, app/assets/stylesheets/main.scss */
.objective-time {
  color: #0092ca;
}

/******************** PRICING TABLE ********************/
/* line 11044, app/assets/stylesheets/main.scss */
.pricing-table-1 .price {
  color: #0092ca;
}

/* line 11047, app/assets/stylesheets/main.scss */
.pricing-table-1 .featured .pricing-element {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 11050, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element .price {
  border: 2px solid #0092ca;
  color: #0092ca;
}

/* line 11054, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element.featured {
  border-color: #0092ca;
}

/* line 11057, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element.featured .package {
  color: #0092ca;
}

/* line 11060, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element.featured .price {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 11063, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element.featured .btn-trans {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/* line 11066, app/assets/stylesheets/main.scss */
.pricing-table-2 .pricing-element.featured .btn-trans:hover {
  background-image: linear-gradient(to bottom right, #1aace4, #1aace4);
}

/* line 11069, app/assets/stylesheets/main.scss */
.pricing-element-3 .price {
  color: #0092ca;
}

/* line 11072, app/assets/stylesheets/main.scss */
.pricing-element-3.featured {
  background-image: linear-gradient(to bottom right, #0092ca, #1aace4);
}

/******************** SCREENSHOTS ********************/
/* line 11076, app/assets/stylesheets/main.scss */
.screenshots-2 .screen-title {
  color: #0092ca;
}

/* line 11079, app/assets/stylesheets/main.scss */
.screenshots-2 .screen-no {
  border: 1px solid #0092ca;
}

/******************** TESTIMONIAL ********************/
/* line 11083, app/assets/stylesheets/main.scss */
.testimonials .client-name {
  color: #0092ca;
}

/* line 11086, app/assets/stylesheets/main.scss */
.blockquote-gradient-bg {
  background-image: linear-gradient(to bottom right, rgba(0, 205, 175, 0.9), rgba(0, 205, 145, 0.9));
}

/******************** FOOTER STYLES ********************/
/* line 11090, app/assets/stylesheets/main.scss */
.footers .socialize a:hover .icon svg {
  fill: #0092ca;
}

/******************** TRIANGLE BG ********************/
/* line 11094, app/assets/stylesheets/main.scss */
.triangle-bg svg .start {
  stop-color: #0092ca;
}

/* line 11097, app/assets/stylesheets/main.scss */
.triangle-bg svg .end {
  stop-color: #1aace4;
}

/* line 11100, app/assets/stylesheets/main.scss */
.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 11104, app/assets/stylesheets/main.scss */
.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 11119, app/assets/stylesheets/main.scss */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 11126, app/assets/stylesheets/main.scss */
#cadence-unsubscribes.unsubscribe-text {
  color: white;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
}

.textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 1);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 1);
}

.textLayer ::-moz-selection {
  background: rgba(0, 0, 255, 1);
}

.textLayer ::selection {
  background: rgba(0, 0, 255, 1);
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0;
}


.annotationLayer section {
  position: absolute;
  text-align: initial;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid rgba(0, 0, 0, 1);
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: rgba(0, 0, 0, 1);
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 2px 5px rgba(136, 136, 136, 1);
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  white-space: normal;
  word-wrap: break-word;
}

.annotationLayer .popup > * {
  font-size: 9px;
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popup span {
  display: inline-block;
  margin-left: 5px;
}

.annotationLayer .popup p {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: 2px;
  padding-top: 2px;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: url(/assets/images/shadow-d612c69c2ee005ca260dbd91529b19d972fc8031e6894b45c9d73955434787c9.png) 9 9 repeat;
     border-image: url(/assets/images/shadow-d612c69c2ee005ca260dbd91529b19d972fc8031e6894b45c9d73955434787c9.png) 9 9 repeat;
  background-color: rgba(255, 255, 255, 1);
}

.pdfViewer.removePageBorders .page {
  margin: 0 auto 10px;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal,
.pdfViewer.scrollWrapped,
.spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal,
.spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/images/loading-icon-f53d4f03dd900d4e56a554dfb001efd4b392b928f1a7a0ef6e7f6abef8edb7f4.gif) center no-repeat;
}

.pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer .spread {
  display: block;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* line 5, app/assets/stylesheets/application.scss */
ul.legalize {
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/application.scss */
ul.legalize li {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/application.scss */
ul.legalize li + li:before {
  content: '| ';
}
