@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 9, ../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../scss/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../scss/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../scss/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../scss/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../scss/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../scss/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../scss/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../scss/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../scss/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../scss/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../scss/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../scss/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../scss/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../scss/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../scss/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../scss/bootstrap/_glyphicons.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 37, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 38, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../scss/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../scss/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../scss/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../scss/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../scss/bootstrap/_scaffolding.scss */
a:hover, a:focus {
}
/* line 58, ../scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../scss/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../scss/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  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 106, ../scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../scss/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../scss/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../scss/bootstrap/_type.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 16, ../scss/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #10304f;
}

/* line 24, ../scss/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../scss/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../scss/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../scss/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../scss/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../scss/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../scss/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../scss/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../scss/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../scss/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../scss/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../scss/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../scss/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../scss/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../scss/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../scss/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../scss/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../scss/bootstrap/_code.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 32, ../scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../scss/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../scss/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../scss/bootstrap/mixins/_grid-framework.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 27, ../scss/bootstrap/mixins/_grid-framework.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 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.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 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.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 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.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 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../scss/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../scss/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../scss/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../scss/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../scss/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../scss/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../scss/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../scss/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../scss/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../scss/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../scss/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../scss/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.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 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.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 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.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 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.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 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.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 171, ../scss/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../scss/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../scss/bootstrap/_forms.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 32, ../scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../scss/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../scss/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../scss/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;

  -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 103, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 140, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 147, ../scss/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 156, ../scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, ../scss/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 191, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 196, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 209, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 218, ../scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 225, ../scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 233, ../scss/bootstrap/_forms.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 242, ../scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, ../scss/bootstrap/_forms.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 258, ../scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 279, ../scss/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 289, ../scss/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 301, ../scss/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 309, ../scss/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-sm, .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 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 327, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 334, ../scss/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 338, ../scss/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 342, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-lg, .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.33333;
  border-radius: 6px;
}

/* line 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 353, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 360, ../scss/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 364, ../scss/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 368, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 382, ../scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 387, ../scss/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 392, ../scss/bootstrap/_forms.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 404, ../scss/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 411, ../scss/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 8, ../scss/bootstrap/mixins/_forms.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 21, ../scss/bootstrap/mixins/_forms.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 24, ../scss/bootstrap/mixins/_forms.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 31, ../scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../scss/bootstrap/mixins/_forms.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 21, ../scss/bootstrap/mixins/_forms.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 24, ../scss/bootstrap/mixins/_forms.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 31, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../scss/bootstrap/mixins/_forms.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 21, ../scss/bootstrap/mixins/_forms.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 24, ../scss/bootstrap/mixins/_forms.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 31, ../scss/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 433, ../scss/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 436, ../scss/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, ../scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 472, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 506, ../scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, ../scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, ../scss/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 524, ../scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, ../scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 553, ../scss/bootstrap/_forms.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 563, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 569, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 576, ../scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 587, ../scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 597, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 605, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../scss/bootstrap/_buttons.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.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../scss/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../scss/bootstrap/_buttons.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 46, ../scss/bootstrap/_buttons.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 58, ../scss/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 56, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../scss/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../scss/bootstrap/_buttons.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 109, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../scss/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../scss/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../scss/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../scss/bootstrap/_component-animations.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 7, ../scss/bootstrap/_dropdowns.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 20, ../scss/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  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 54, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../scss/bootstrap/_button-groups.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 35, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../scss/bootstrap/_button-groups.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 69, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../scss/bootstrap/_button-groups.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 81, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../scss/bootstrap/_button-groups.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 120, ../scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../scss/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../scss/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../scss/bootstrap/_button-groups.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 14, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../scss/bootstrap/_button-groups.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 172, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 184, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../scss/bootstrap/_button-groups.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 193, ../scss/bootstrap/_button-groups.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 201, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../scss/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../scss/bootstrap/_input-groups.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 64, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../scss/bootstrap/_input-groups.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 85, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, ../scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../scss/bootstrap/_input-groups.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 113, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../scss/bootstrap/_input-groups.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 125, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../scss/bootstrap/_navs.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 118, ../scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../scss/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../scss/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../scss/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../scss/bootstrap/_navbar.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 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../scss/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../scss/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../scss/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../scss/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../scss/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../scss/bootstrap/_navbar.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 206, ../scss/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../scss/bootstrap/_navbar.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 232, ../scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../scss/bootstrap/_navbar.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 472, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 490, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 502, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 506, ../scss/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 524, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, ../scss/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../scss/bootstrap/_navbar.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 327, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../scss/bootstrap/_navbar.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 343, ../scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../scss/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../scss/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../scss/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../scss/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../scss/bootstrap/_navbar.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 433, ../scss/bootstrap/_navbar.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 442, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../scss/bootstrap/_navbar.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 473, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../scss/bootstrap/_navbar.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 482, ../scss/bootstrap/_navbar.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 490, ../scss/bootstrap/_navbar.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 506, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../scss/bootstrap/_navbar.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: #090909;
}
/* line 567, ../scss/bootstrap/_navbar.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 577, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../scss/bootstrap/_navbar.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 622, ../scss/bootstrap/_navbar.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: #090909;
  }
  /* line 630, ../scss/bootstrap/_navbar.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 641, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../scss/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../scss/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../scss/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../scss/bootstrap/_pagination.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 32, ../scss/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../scss/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../scss/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../scss/bootstrap/_pagination.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 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../scss/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../scss/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../scss/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../scss/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../scss/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../scss/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../scss/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../scss/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../scss/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../scss/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../scss/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../scss/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../scss/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../scss/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../scss/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../scss/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../scss/bootstrap/_badges.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 22, ../scss/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../scss/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../scss/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../scss/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../scss/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../scss/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../scss/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../scss/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../scss/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../scss/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../scss/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../scss/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 33, ../scss/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 41, ../scss/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 47, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../scss/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  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 17, ../scss/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../scss/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../scss/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../scss/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../scss/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../scss/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../scss/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../scss/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../scss/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../scss/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../scss/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../scss/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../scss/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../scss/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.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 26, ../scss/bootstrap/_progress-bars.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 36, ../scss/bootstrap/_progress-bars.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 54, ../scss/bootstrap/_progress-bars.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 64, ../scss/bootstrap/_progress-bars.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 73, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.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 77, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.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 81, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.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 85, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.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 1, ../scss/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../scss/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../scss/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../scss/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../scss/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../scss/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../scss/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../scss/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../scss/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../scss/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../scss/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../scss/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../scss/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../scss/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../scss/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../scss/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../scss/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../scss/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../scss/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../scss/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../scss/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../scss/bootstrap/_list-group.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 81, ../scss/bootstrap/_list-group.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 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 103, ../scss/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 107, ../scss/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../scss/bootstrap/_panels.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 16, ../scss/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../scss/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../scss/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../scss/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../scss/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../scss/bootstrap/_panels.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 63, ../scss/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../scss/bootstrap/_panels.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 82, ../scss/bootstrap/_panels.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 89, ../scss/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../scss/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../scss/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../scss/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../scss/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../scss/bootstrap/_panels.scss */
.panel > .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 > thead: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 131, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../scss/bootstrap/_panels.scss */
.panel > .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 > tbody: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 153, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../scss/bootstrap/_panels.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 170, ../scss/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../scss/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../scss/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../scss/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../scss/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../scss/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../scss/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../scss/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../scss/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../scss/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../scss/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../scss/bootstrap/_responsive-embed.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 28, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../scss/bootstrap/_wells.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 15, ../scss/bootstrap/_wells.scss */
.well blockquote, .timer.fixed blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../scss/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../scss/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../scss/bootstrap/_close.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 15, ../scss/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../scss/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../scss/bootstrap/_modals.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 32, ../scss/bootstrap/_modals.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 36, ../scss/bootstrap/_modals.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 38, ../scss/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../scss/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../scss/bootstrap/_modals.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 64, ../scss/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../scss/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../scss/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../scss/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../scss/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../scss/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../scss/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../scss/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../scss/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../scss/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../scss/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../scss/bootstrap/_modals.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 145, ../scss/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../scss/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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 18, ../scss/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../scss/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../scss/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../scss/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../scss/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../scss/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../scss/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../scss/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../scss/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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 27, ../scss/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../scss/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../scss/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../scss/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../scss/bootstrap/_popovers.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 42, ../scss/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../scss/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../scss/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../scss/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../scss/bootstrap/_popovers.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 77, ../scss/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../scss/bootstrap/_popovers.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 92, ../scss/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../scss/bootstrap/_popovers.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 107, ../scss/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../scss/bootstrap/_popovers.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 123, ../scss/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../scss/bootstrap/_carousel.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 22, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../scss/bootstrap/_carousel.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 34, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../scss/bootstrap/_carousel.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 53, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../scss/bootstrap/_carousel.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);
}
/* line 108, ../scss/bootstrap/_carousel.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 111, ../scss/bootstrap/_carousel.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 118, ../scss/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../scss/bootstrap/_carousel.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 137, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 142, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 147, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../scss/bootstrap/_carousel.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 184, ../scss/bootstrap/_carousel.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: transparent;
}
/* line 206, ../scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../scss/bootstrap/_carousel.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 228, ../scss/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, ../scss/bootstrap/_carousel.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: -15px;
    font-size: 30px;
  }
  /* line 248, ../scss/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../scss/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../scss/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../scss/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../scss/bootstrap/_responsive-utilities.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 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Some Form Helpers */
/* line 1, ../scss/_bootstrap-spinedit.scss */
.spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}

/* line 9, ../scss/_bootstrap-spinedit.scss */
div.spinedit {
  display: inline-block;
  position: relative;
  right: 0px;
  height: 48px;
  background-color: #009def;
  width: 24px;
  position: absolute;
  top: 0 !important;
}

/* line 20, ../scss/_bootstrap-spinedit.scss */
input[type="text"].spinedit {
  width: 35px;
}

/* line 21, ../scss/_bootstrap-spinedit.scss */
div.spinedit .icon-chevron-up,
div.spinedit .icon-chevron-down {
  position: relative;
  cursor: pointer;
  width: 12px;
  right: 0px;
  height: 10px;
  background: #009def;
}

/* line 30, ../scss/_bootstrap-spinedit.scss */
div.spinedit .icon-chevron-up {
  top: 0px;
  height: 23px;
  width: 24px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  background: url("/static/img/icon-spinner-up.png") no-repeat center center;
}

/* line 39, ../scss/_bootstrap-spinedit.scss */
div.spinedit .icon-chevron-down {
  bottom: 4px;
  height: 23px;
  width: 24px;
  display: inline-block;
  background: url("/static/img/icon-spinner-down.png") no-repeat center center;
}

/* line 46, ../scss/_bootstrap-spinedit.scss */
.form-search div.spinedit, .form-inline div.spinedit, .form-horizontal div.spinedit {
  top: 5px;
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead {
  width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .tt-hint {
  color: #999;
  z-index: 1;
  border: 1px solid transparent;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .tt-input {
  color: #555;
  z-index: 2;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .input-sm.tt-input, .twitter-typeahead .input-group-sm > .tt-input.form-control,
.twitter-typeahead .input-group-sm > .tt-input.input-group-addon,
.twitter-typeahead .input-group-sm > .input-group-btn > .tt-input.btn, .twitter-typeahead .hint-sm.tt-hint {
  border-radius: 3px;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.twitter-typeahead .input-lg.tt-input, .twitter-typeahead .input-group-lg > .tt-input.form-control,
.twitter-typeahead .input-group-lg > .tt-input.input-group-addon,
.twitter-typeahead .input-group-lg > .input-group-btn > .tt-input.btn, .twitter-typeahead .hint-lg.tt-hint {
  border-radius: 6px;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint {
  border-radius: 4px 0 0 4px !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 4px 4px 0 !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input, .input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-radius: 3px 0 0 3px !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input, .input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 3px 3px 0 !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-sm.tt-input, .input-group-sm > .tt-input.form-control,
.input-group-sm > .tt-input.input-group-addon,
.input-group-sm > .input-group-btn > .tt-input.btn, .hint-sm.tt-hint, .input-group.input-group-sm .tt-input, .input-group.input-group-sm .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input, .input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-radius: 6px 0 0 6px !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input, .input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 6px 6px 0 !important;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.input-lg.tt-input, .input-group-lg > .tt-input.form-control,
.input-group-lg > .tt-input.input-group-addon,
.input-group-lg > .input-group-btn > .tt-input.btn, .hint-lg.tt-hint, .input-group.input-group-lg .tt-input, .input-group.input-group-lg .tt-hint {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tt-dropdown-menu {
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tt-suggestion.tt-cursor {
  color: #262626;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tt-suggestion.tt-cursor a {
  color: #fff;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tokenfield .twitter-typeahead {
  width: auto;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: 20px;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tokenfield.input-sm .twitter-typeahead .tt-input, .input-group-sm > .tokenfield.form-control .twitter-typeahead .tt-input,
.input-group-sm > .tokenfield.input-group-addon .twitter-typeahead .tt-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-input, .tokenfield.input-sm .twitter-typeahead .tt-hint, .input-group-sm > .tokenfield.form-control .twitter-typeahead .tt-hint,
.input-group-sm > .tokenfield.input-group-addon .twitter-typeahead .tt-hint,
.input-group-sm > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-hint {
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tokenfield.input-lg .twitter-typeahead .tt-input, .input-group-lg > .tokenfield.form-control .twitter-typeahead .tt-input,
.input-group-lg > .tokenfield.input-group-addon .twitter-typeahead .tt-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-input, .tokenfield.input-lg .twitter-typeahead .tt-hint, .input-group-lg > .tokenfield.form-control .twitter-typeahead .tt-hint,
.input-group-lg > .tokenfield.input-group-addon .twitter-typeahead .tt-hint,
.input-group-lg > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-hint {
  height: 23px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 5, ../scss/_tokenfield-typeahead.min.scss */
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.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 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token:hover {
  border-color: #b9b9b9;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token.invalid {
  background: 0 0;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token-input {
  background: 0 0;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.has-warning .tokenfield.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 5, ../scss/_bootstrap-tokenfield.min.scss */
.has-error .tokenfield.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 5, ../scss/_bootstrap-tokenfield.min.scss */
.has-success .tokenfield.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 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.input-sm, .input-group-sm > .tokenfield.form-control,
.input-group-sm > .tokenfield.input-group-addon,
.input-group-sm > .input-group-btn > .tokenfield.btn, .input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-sm .token, .tokenfield.input-sm .token, .input-group-sm > .tokenfield.form-control .token,
.input-group-sm > .tokenfield.input-group-addon .token,
.input-group-sm > .input-group-btn > .tokenfield.btn .token {
  height: 20px;
  margin-bottom: 4px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-sm .token-input, .tokenfield.input-sm .token-input, .input-group-sm > .tokenfield.form-control .token-input,
.input-group-sm > .tokenfield.input-group-addon .token-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
  height: 18px;
  margin-bottom: 5px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.input-lg, .input-group-lg > .tokenfield.form-control,
.input-group-lg > .tokenfield.input-group-addon,
.input-group-lg > .input-group-btn > .tokenfield.btn, .input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-lg .token, .tokenfield.input-lg .token, .input-group-lg > .tokenfield.form-control .token,
.input-group-lg > .tokenfield.input-group-addon .token,
.input-group-lg > .input-group-btn > .tokenfield.btn .token {
  height: 25px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-lg .token-label, .tokenfield.input-lg .token-label, .input-group-lg > .tokenfield.form-control .token-label,
.input-group-lg > .tokenfield.input-group-addon .token-label,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
  line-height: 23px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-lg .token .close, .tokenfield.input-lg .token .close, .input-group-lg > .tokenfield.form-control .token .close,
.input-group-lg > .tokenfield.input-group-addon .token .close,
.input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
  line-height: 1.3em;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.input-group-lg .token-input, .tokenfield.input-lg .token-input, .input-group-lg > .tokenfield.form-control .token-input,
.input-group-lg > .tokenfield.input-group-addon .token-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}

/* line 5, ../scss/_bootstrap-tokenfield.min.scss */
.tokenfield.rtl .token .token-label {
  padding-left: 0;
  padding-right: 4px;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, ../scss/_slider.scss */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 14, ../scss/_slider.scss */
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

/* line 18, ../scss/_slider.scss */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 25, ../scss/_slider.scss */
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 30, ../scss/_slider.scss */
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

/* line 34, ../scss/_slider.scss */
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

/* line 41, ../scss/_slider.scss */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 45, ../scss/_slider.scss */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

/* line 52, ../scss/_slider.scss */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 58, ../scss/_slider.scss */
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

/* line 62, ../scss/_slider.scss */
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

/* line 69, ../scss/_slider.scss */
.slider input {
  display: none;
}

/* line 72, ../scss/_slider.scss */
.slider .tooltip-inner {
  white-space: nowrap;
}

/* line 75, ../scss/_slider.scss */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 93, ../scss/_slider.scss */
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 113, ../scss/_slider.scss */
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 131, ../scss/_slider.scss */
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 136, ../scss/_slider.scss */
.slider-handle.triangle {
  background: transparent none;
}

/* line 1, ../scss/_dropkick.scss */
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../scss/_dropkick.scss */
.dk-select.dk-select-open-down {
  border: 1px solid #F1B434;
}

/* line 10, ../scss/_dropkick.scss */
.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
}

/* line 18, ../scss/_dropkick.scss */
.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  /*border: 1px solid #CCCCCC;*/
  /*border-radius: 0.4em;*/
  /*padding: 0 1.5em 0 0.5em;*/
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 29, ../scss/_dropkick.scss */
.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

/* line 34, ../scss/_dropkick.scss */
.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.5em 0 0;
}

/* line 40, ../scss/_dropkick.scss */
.dk-selected:after {
  top: 0;
  height: 100%;
  /*border-left: 1px solid #CCCCCC;*/
  margin: 0 1.5em 0 0;
}

/* line 46, ../scss/_dropkick.scss */
.dk-selected-disabled {
  color: #BBBBBB;
}

/* line 49, ../scss/_dropkick.scss */
.dk-select .dk-select-options {
  position: absolute;
  padding: 0px;
  display: none;
  left: -1px;
  right: -1px;
}

/* line 56, ../scss/_dropkick.scss */
.dk-select-open-up .dk-select-options {
  /*border-radius: 0.4em 0.4em 0 0;*/
  margin-bottom: -1px;
  bottom: 100%;
}

/* line 61, ../scss/_dropkick.scss */
.dk-select-open-down .dk-select-options {
  /*border-radius: 0 0 0.4em 0.4em;*/
  margin-top: -1px;
  top: 100%;
}

/* line 66, ../scss/_dropkick.scss */
.dk-select-multi .dk-select-options {
  max-height: 10em;
}

/* line 69, ../scss/_dropkick.scss */
.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  /*border-radius: 0.4em;*/
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

/* line 83, ../scss/_dropkick.scss */
.dk-option-selected {
  background-color: #F1B434;
  color: #fff;
}

/* line 87, ../scss/_dropkick.scss */
.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

/* line 91, ../scss/_dropkick.scss */
.dk-option {
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
}

/* line 96, ../scss/_dropkick.scss */
.dk-select-options .dk-option-highlight {
  background-color: #F1B434;
  color: #fff;
}

/* line 100, ../scss/_dropkick.scss */
.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

/* line 104, ../scss/_dropkick.scss */
.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

/* line 109, ../scss/_dropkick.scss */
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

/* line 111, ../scss/_dropkick.scss */
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

/* line 114, ../scss/_dropkick.scss */
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

/* line 118, ../scss/_dropkick.scss */
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 123, ../scss/_dropkick.scss */
.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

/* line 128, ../scss/_dropkick.scss */
.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

/* line 131, ../scss/_dropkick.scss */
.dk-optgroup-options li {
  padding-left: 1.2em;
}

/* line 134, ../scss/_dropkick.scss */
.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #F1B434;
}

/* line 139, ../scss/_dropkick.scss */
.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #F1B434;
}

/* line 144, ../scss/_dropkick.scss */
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #F1B434;
}

/* line 148, ../scss/_dropkick.scss */
.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #F1B434;
}

/* line 151, ../scss/_dropkick.scss */
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #F1B434;
}

/* line 155, ../scss/_dropkick.scss */
.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none;
}

/* line 158, ../scss/_dropkick.scss */
.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #F1B434;
}

/* line 161, ../scss/_dropkick.scss */
.dk-selected:hover:before, .dk-selected:focus:before {
  border-top-color: #F1B434;
}

/* line 163, ../scss/_dropkick.scss */
.dk-selected:hover:after, .dk-selected:focus:after {
  border-left-color: #F1B434;
}

/* line 166, ../scss/_dropkick.scss */
.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

/* line 170, ../scss/_dropkick.scss */
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

/* line 172, ../scss/_dropkick.scss */
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

/* line 174, ../scss/_dropkick.scss */
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

/* line 177, ../scss/_dropkick.scss */
select[data-dkcacheid] {
  display: none;
}

/* Some CSS Libraries */
/*animations*/
/******************
* Bounce in right *
*******************/
/* line 8, ../scss/_animations.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 14, ../scss/_animations.scss */
.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 20, ../scss/_animations.scss */
.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 26, ../scss/_animations.scss */
.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
/* line 34, ../scss/_animations.scss */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* line 40, ../scss/_animations.scss */
.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 46, ../scss/_animations.scss */
.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/* line 52, ../scss/_animations.scss */
.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

/* line 58, ../scss/_animations.scss */
.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

/* line 64, ../scss/_animations.scss */
.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* line 70, ../scss/_animations.scss */
.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

/* line 76, ../scss/_animations.scss */
.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

/* line 82, ../scss/_animations.scss */
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

/* line 88, ../scss/_animations.scss */
.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

/* line 94, ../scss/_animations.scss */
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

/* line 100, ../scss/_animations.scss */
.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

/* line 106, ../scss/_animations.scss */
.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

/* line 113, ../scss/_animations.scss */
.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/* line 118, ../scss/_animations.scss */
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/* line 124, ../scss/_animations.scss */
.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

/* line 128, ../scss/_animations.scss */
.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* line 177, ../scss/_animations.scss */
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 227, ../scss/_animations.scss */
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 276, ../scss/_animations.scss */
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 325, ../scss/_animations.scss */
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 375, ../scss/_animations.scss */
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* line 394, ../scss/_animations.scss */
.fadeIn {
  opacity: 0;
}

/* line 397, ../scss/_animations.scss */
.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* line 434, ../scss/_animations.scss */
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

/* line 440, ../scss/_animations.scss */
.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* line 458, ../scss/_animations.scss */
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
/* line 476, ../scss/_animations.scss */
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 511, ../scss/_animations.scss */
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

/* line 516, ../scss/_animations.scss */
.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 552, ../scss/_animations.scss */
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/* line 557, ../scss/_animations.scss */
.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 592, ../scss/_animations.scss */
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

/* line 597, ../scss/_animations.scss */
.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 632, ../scss/_animations.scss */
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

/* line 637, ../scss/_animations.scss */
.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 669, ../scss/_animations.scss */
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 702, ../scss/_animations.scss */
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 734, ../scss/_animations.scss */
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 767, ../scss/_animations.scss */
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 800, ../scss/_animations.scss */
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 817, ../scss/_animations.scss */
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
/* line 852, ../scss/_animations.scss */
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 878, ../scss/_animations.scss */
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* line 903, ../scss/_animations.scss */
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/* line 930, ../scss/_animations.scss */
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 949, ../scss/_animations.scss */
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 969, ../scss/_animations.scss */
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 991, ../scss/_animations.scss */
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* line 1046, ../scss/_animations.scss */
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1088, ../scss/_animations.scss */
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1131, ../scss/_animations.scss */
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
/* line 1178, ../scss/_animations.scss */
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 1212, ../scss/_animations.scss */
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 1246, ../scss/_animations.scss */
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 1281, ../scss/_animations.scss */
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 1315, ../scss/_animations.scss */
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1331, ../scss/_animations.scss */
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 1359, ../scss/_animations.scss */
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 1387, ../scss/_animations.scss */
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 1415, ../scss/_animations.scss */
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 1443, ../scss/_animations.scss */
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1470, ../scss/_animations.scss */
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1500, ../scss/_animations.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1518, ../scss/_animations.scss */
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
/* line 1537, ../scss/_animations.scss */
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 1572, ../scss/_animations.scss */
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 1605, ../scss/_animations.scss */
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 1638, ../scss/_animations.scss */
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 1670, ../scss/_animations.scss */
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 1698, ../scss/_animations.scss */
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1730, ../scss/_animations.scss */
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

/* line 1735, ../scss/_animations.scss */
.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1764, ../scss/_animations.scss */
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* line 1769, ../scss/_animations.scss */
.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1797, ../scss/_animations.scss */
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* line 1802, ../scss/_animations.scss */
.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 1830, ../scss/_animations.scss */
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

/* line 1835, ../scss/_animations.scss */
.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/*@import "prettyCheckable";*/
/* Branding Colors */
/* New Vars */
/* Import styles */
/* line 2, ../scss/_forms.scss */
.form-group {
  position: relative;
}

/* line 3, ../scss/_forms.scss */
.parsley-errors-list {
  position: static;
  float: left;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}

/* line 10, ../scss/_forms.scss */
.question {
  margin-bottom: 40px;
}

/* line 11, ../scss/_forms.scss */
.parsley-errors-list li {
  background: #d99e93;
  padding: 4px 20px;
  list-style: none;
  border-radius: 0px;
  border: none;
  color: white;
  padding-left: 7px;
}

/* line 22, ../scss/_forms.scss */
.strength_meter {
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 28, ../scss/_forms.scss */
.strength_meter div {
  position: absolute;
  right: 0;
  height: 23px;
  width: 100%;
  height: 23px;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 23px;
}

/* line 39, ../scss/_forms.scss */
.veryweak {
  width: 25%;
  background-color: #FFA0A0;
  border-color: #F04040 !important;
}

/* line 44, ../scss/_forms.scss */
.weak {
  width: 50%;
  background-color: #FFB78C;
  border-color: #FF853C !important;
}

/* line 49, ../scss/_forms.scss */
.medium {
  width: 75%;
  background-color: #FFEC8B;
  border-color: #FC0 !important;
}

/* line 54, ../scss/_forms.scss */
.strong {
  width: 100%;
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
}

/* line 60, ../scss/_forms.scss */
textarea {
  resize: vertical;
  min-height: 6em;
  padding: 12px !important;
}
/* line 65, ../scss/_forms.scss */
textarea.form-control {
  border: 1px solid #e5e5e5;
}
/* line 68, ../scss/_forms.scss */
textarea.form-control:focus {
  border: 1px solid #d5d5d5;
}

/* line 75, ../scss/_forms.scss */
select {
  height: 40px;
}

/* line 79, ../scss/_forms.scss */
header.job-title {
  padding: 50px 0;
  padding-top: 32px;
  position: fixed;
  width: 100%;
  border: 0px solid #f6f6f6;
}
/* line 87, ../scss/_forms.scss */
header.job-title h1 {
  font-weight: normal;
  margin-top: 0px;
  color: #002B49;
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 93, ../scss/_forms.scss */
header.job-title p {
  margin: 0;
  font-size: 1.125em;
  color: #002B49;
  text-transform: uppercase;
  /*@extend .animate-fast;*/
}
/* line 101, ../scss/_forms.scss */
header.job-title.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background: white;
  height: 100px;
  z-index: 100;
  padding-top: 10px;
  border-bottom: 0px solid #e5e5e5;
}
/* line 113, ../scss/_forms.scss */
header.job-title.fixed p {
  font-size: 0.9em;
  margin-top: 15px;
}
/* line 117, ../scss/_forms.scss */
header.job-title.fixed .main-title, header.job-title.fixed .form-header h3, .form-header header.job-title.fixed h3 {
  font-size: 170%;
  /*@extend .animate-fast;*/
}

/* line 125, ../scss/_forms.scss */
#push {
  /*@extend .animate-fast;*/
  padding-top: 220px;
}
/* line 128, ../scss/_forms.scss */
#push.padder {
  /*padding-top: 50px;*/
}

/* line 133, ../scss/_forms.scss */
.form-progress-nav {
  margin-bottom: 25px;
  border-top: 8px solid #0097A9;
  background-color: white;
  padding-bottom: 10px;
}
/* line 139, ../scss/_forms.scss */
.form-progress-nav ul {
  margin: 0px;
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style-type: none;
  margin-top: -8px;
  max-width: 100%;
}
/* line 149, ../scss/_forms.scss */
.form-progress-nav ul > li {
  display: table-cell;
  /*counter-increment: step-counter;*/
  position: relative;
  height: 40px;
  border-left: 0px;
  vertical-align: bottom;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  font-size: 0.83em;
  border-top: 8px solid #f6f6f6;
  color: #5B6770;
}
/* line 164, ../scss/_forms.scss */
.form-progress-nav ul > li .line {
  left: 0px;
  border-left: 1px solid #dfdfdf;
  position: absolute;
  top: -8px;
  bottom: 0px;
}
/* line 172, ../scss/_forms.scss */
.form-progress-nav ul > li a {
  font-weight: normal;
  font-size: 100%;
  color: #F1B434;
}
/* line 179, ../scss/_forms.scss */
.form-progress-nav ul > li:last-child:after {
  width: 1000px;
  content: " ";
  height: 8px;
  position: absolute;
  right: -1000px;
  top: -8px;
  background: #f6f6f6;
}
/* line 190, ../scss/_forms.scss */
.form-progress-nav ul > li:before {
  /*content: counter(step-counter);*/
  position: absolute;
  bottom: 0px;
  left: -16px;
  display: block;
  font-size: 0.875em;
}
/* line 201, ../scss/_forms.scss */
.form-progress-nav ul > li.visited {
  border-top: 8px solid #0097A9;
  position: relative;
}
/* line 205, ../scss/_forms.scss */
.form-progress-nav ul > li.visited .line {
  top: 0px;
}
/* line 210, ../scss/_forms.scss */
.form-progress-nav ul > li.current {
  color: #002B49;
  font-weight: bold !important;
  position: relative;
}
/* line 215, ../scss/_forms.scss */
.form-progress-nav ul > li.current .title {
  font-weight: bold !important;
  font-family: maven_probold, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 219, ../scss/_forms.scss */
.form-progress-nav ul > li.current:before {
  color: #002B49;
  font-weight: bold;
}
/* line 224, ../scss/_forms.scss */
.form-progress-nav ul > li.current .line {
  /*top: 0px;*/
  background: #002B49 !important;
}
/* line 231, ../scss/_forms.scss */
.form-progress-nav ul > li.previous {
  border-top: 8px solid #f6f6f6;
}
/* line 233, ../scss/_forms.scss */
.form-progress-nav ul > li.previous:after {
  background: #0097A9;
  position: absolute;
  top: -8px;
  left: 0px;
  content: " ";
  width: 100%;
  height: 8px;
  -webkit-animation: bar 1s ease forwards;
}
@-webkit-keyframes bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* line 255, ../scss/_forms.scss */
.form-progress-nav-wrap {
  height: 76px;
  position: fixed;
  width: 100%;
  /*top: 140px;*/
  top: 100px;
  background: white;
}
/* line 264, ../scss/_forms.scss */
.form-progress-nav-wrap.fixed {
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 100;
  background: white;
  height: 5px;
  overflow: hidden;
}
/* line 274, ../scss/_forms.scss */
.form-progress-nav-wrap.fixed:hover {
  overflow: visible;
}

/* line 280, ../scss/_forms.scss */
.form-header {
  margin-top: 0px;
  overflow: hidden;
}
/* line 284, ../scss/_forms.scss */
.form-header .circle {
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
/* line 294, ../scss/_forms.scss */
.form-header .circle p {
  color: #002B49;
  line-height: 70px;
  font-size: 3.338em;
}
/* line 300, ../scss/_forms.scss */
.form-header h3 {
  /*font-size: 3em;
  margin-bottom: 5px;
  
  margin-top: 0px;*/
  margin-bottom: 0px;
  color: #002B49;
}
/* line 310, ../scss/_forms.scss */
.form-header p {
  font-size: 1.500em;
  color: #878787;
  /*opacity: 0.8;*/
}

/* line 318, ../scss/_forms.scss */
.checkbox-inline {
  margin-left: 0px !important;
  color: #878787;
  padding-left: 0px;
  margin-right: 20px !important;
  margin-bottom: 12px;
  font-family: maven_pro_light300;
}

/* line 327, ../scss/_forms.scss */
.control-label {
  font-weight: bold;
  font-size: 1.125em;
}
/* line 332, ../scss/_forms.scss */
.control-label.small {
  margin-bottom: 10px;
  font-size: 1em;
}

/* line 338, ../scss/_forms.scss */
.form-group {
  margin-top: 10px;
  margin-bottom: 10px !important;
  /*padding-left: 100px;*/
  width: 100%;
}

/* line 346, ../scss/_forms.scss */
.form-control {
  border-radius: 0px;
  box-shadow: none;
  font-size: 1em;
  font-weight: normal;
  padding: 12px;
  color: #333333;
  height: 100%;            
}
/* line 355, ../scss/_forms.scss */
.form-control.inline {
  display: inline-block;
  max-width: 100px;
  height: auto;
  padding: 12px 17px;
  margin-left: 5px;
  font-weight: normal;
}
/* line 364, ../scss/_forms.scss */
.form-control.datepicker {
  display: inline;
  max-width: 150px;
  margin-left: 5px;
  background: url("/static/img/icon-calendar.png") right 10px center no-repeat;
  background-size: 15px 15px;
}
/* line 373, ../scss/_forms.scss */
.form-controlselect option[default] {
  color: red;
}

/* line 379, ../scss/_forms.scss */
.select-block {
  border-radius: 0px;
  border-color: #e0e0e0;
}
/* line 384, ../scss/_forms.scss */
.select-block .btn {
  border-radius: 0px !important;
  padding: 12px 8px;
  margin-top: -1px;
  border-color: #e0e0e0;
  border: 1px solid #e0e0e0 !important;
  color: #878787;
  font-weight: normal;
  text-transform: none;
  box-shadow: none !important;
}
/* line 396, ../scss/_forms.scss */
.select-block .btn.btn-default {
  color: #878787;
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0px;
}
/* line 405, ../scss/_forms.scss */
.select-block .btn.active {
  background: #0097A9;
  color: white;
  border-color: #0097A9;
  box-shadow: none;
}
/* line 412, ../scss/_forms.scss */
.select-block .btn:first-child {
  margin-left: -1px;
}

/* line 418, ../scss/_forms.scss */
.panel-group {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
/* line 422, ../scss/_forms.scss */
.panel-group .panel {
  border: 0px;
  border-radius: 0px !important;
  box-shadow: none;
  margin: 0px;
}
/* line 428, ../scss/_forms.scss */
.panel-group .panel-heading {
  border-radius: 0px;
  background: none;
  border-top: 1px solid #dfdfdf;
  padding: 13px 15px;
  padding-left: 0px;
}
/* line 435, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title {
  font-size: 1.125em;
  /*font-weight: bold;*/
}
/* line 441, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title a {
  display: block;
  position: relative;
  font-weight: normal;
}
/* line 447, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title a:after {
  content: "-";
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.75;
  font-size: 1em;
}
/* line 456, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title a:hover {
  text-decoration: none;
}
/* line 461, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
/* line 473, ../scss/_forms.scss */
.panel-group .panel-heading .panel-title.large a {
  font-size: 28px;
  letter-spacing: 0.1em;
}
/* line 480, ../scss/_forms.scss */
.panel-group .panel-body {
  border: 0px !important;
  font-size: 1em;
  line-height: 150%;
  /*color: $light-text;*/
  padding-top: 0px;
  padding-bottom: 15px;
  padding-top: 0px;
}

/* line 492, ../scss/_forms.scss */
.bottom-buttons {
  text-align: center;
  margin-bottom: 35px;
}

/* line 499, ../scss/_forms.scss */
.checkbox label:before {
  background: white;
}

/* line 505, ../scss/_forms.scss */
.close-group .iradio_square-blue {
  margin-top: 17px;
}
/* line 508, ../scss/_forms.scss */
.close-group label {
  margin-bottom: 20px;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
/* line 517, ../scss/_forms.scss */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("/static/img/blue.png") no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}

/* line 534, ../scss/_forms.scss */
.icheckbox_square-blue {
  background-position: 0 0;
}

/* line 537, ../scss/_forms.scss */
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

/* line 540, ../scss/_forms.scss */
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

/* line 543, ../scss/_forms.scss */
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 547, ../scss/_forms.scss */
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

/* line 551, ../scss/_forms.scss */
.iradio_square-blue {
  background-position: -120px 0;
}

/* line 554, ../scss/_forms.scss */
.iradio_square-blue.hover {
  background-position: -144px 0;
}

/* line 557, ../scss/_forms.scss */
.iradio_square-blue.checked {
  background-position: -168px 0;
}

/* line 560, ../scss/_forms.scss */
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 564, ../scss/_forms.scss */
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  /* line 570, ../scss/_forms.scss */
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url("/static/img/blue@2x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* line 578, ../scss/_forms.scss */
.radio label, .checkbox label {
  padding-left: 0px;
}

/* line 582, ../scss/_forms.scss */
.short-questions {
  position: relative;
}
/* line 587, ../scss/_forms.scss */
.short-questions .question-box.form-group {
  background: #f5f5f5;
  width: 100%;
  margin: 0px;
  margin-top: 12px;
  padding: 40px;
}
/* line 594, ../scss/_forms.scss */
.short-questions .question-box radio {
  /*margin-left: 10px;*/
}
/* line 599, ../scss/_forms.scss */
.short-questions #questions-carousel {
  position: relative;
}
/* line 603, ../scss/_forms.scss */
.short-questions #questions-carousel .item {
  min-height: 500px;
  height: auto;
}
/* line 608, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination {
  top: -30px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-top: 7px;
  left: auto;
  bottom: auto !important;
}
/* line 620, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination .number {
  display: block;
  /*font-weight: bold;*/
  /*color: black;*/
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: auto;
}
/* line 631, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol {
  text-align: right;
  bottom: auto;
  top: auto;
  width: auto;
  left: auto;
  right: 0px;
  float: right;
  position: relative;
}
/* line 641, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0px;
  margin: 0px;
}
/* line 649, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li .dot {
  height: 15px;
  width: 15px;
  margin: 3px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
/* line 657, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li.active {
  border: 0px;
}
/* line 659, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li.active .dot {
  border: 1px solid #80cbd4;
  background: #80cbd4;
}
/* line 664, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li.completed {
  border: 0px;
}
/* line 666, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination ol li.completed .dot {
  border: 1px solid #0097A9;
  background: #0097A9;
}
/* line 673, ../scss/_forms.scss */
.short-questions #questions-carousel .pagination.fixed {
  position: fixed;
  top: 105px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  height: 40px;
  border-bottom: 1px solid #f9f9f9;
}
/* line 685, ../scss/_forms.scss */
.short-questions .question-ui {
  display: none;
}
/* line 689, ../scss/_forms.scss */
.short-questions .control-label {
  text-align: left;
}
/* line 692, ../scss/_forms.scss */
.short-questions .form-group {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 697, ../scss/_forms.scss */
.short-questions .lead {
  margin: 0px;
  padding-top: 15px;
  font-family: maven_proregular;
  font-size: 28px;
  margin-bottom: 15px;
}
/* line 704, ../scss/_forms.scss */
.short-questions .dark-text {
  margin-bottom: 30px;
  margin-top: 10px;
}
/* line 709, ../scss/_forms.scss */
.short-questions .btn {
  margin-top: 40px;
}
/* line 713, ../scss/_forms.scss */
.short-questions .radio label {
  padding-left: 20px;
}

/* line 720, ../scss/_forms.scss */
.side-tabs {
  min-height: 85vh;
  /*position: fixed;*/
  /*@extend .animate-fast;*/
  /*top: 105px;*/
  /*padding-top: 70px;*/
  border-right: 1px solid #e5e5e5;
  margin-top: 10px;
}
/* line 729, ../scss/_forms.scss */
.side-tabs .panel {
  border: 0px;
}
/* line 733, ../scss/_forms.scss */
.side-tabs.affix {
  position: fixed;
  /*top: 100px;
  width: 23.2%;*/
  width: 22.8%;
}
/* line 743, ../scss/_forms.scss */
.side-tabs .list-group .panel {
  margin-top: 0px;
  border: 0px;
}
/* line 747, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item {
  font-weight: bold;
  color: black;
  position: relative;
  display: block;
  width: 100%;
  display: block;
  padding: 12px;
  text-decoration: none;
  border-width: 0px;
  /*
  &.active{
  	border: 0px;
  	color: normal;
  	background: $yellow2;
  	transition: none;
  }*/
}
/* line 758, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item.collapsed {
  background: white;
  font-weight: normal;
}
/* line 762, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item.collapsed:before {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
}
/* line 769, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item.collapsed:hover {
  /*background: #fbfbfb;*/
}
/* line 772, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item.collapsed:hover:before {
  right: 5px;
}
/* line 778, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: " ";
  right: 12px;
  top: 18px;
  z-index: 100;
  display: block;
  /*border-right: 1px solid $primary-color;*/
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  background: url("/static/img/right-chevron.png") no-repeat center;
  background-size: 8px 20px;
}
/* line 797, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item:hover {
  cursor: pointer;
}
/* line 809, ../scss/_forms.scss */
.side-tabs .list-group .list-group-item.disabled {
  opacity: 0.3;
  pointer-events: none;
}
/* line 816, ../scss/_forms.scss */
.side-tabs .list-group .side-tabs-sub {
  position: relative;
  background: white;
  border-top: 0;
  white-space: nowrap;
  font-weight: normal;
  /*
  			&:after{
  				position: absolute;
  				width: 10px;
  				height: 10px;
  				border:1px solid #e5e5e5;
  				right: 15px;
  				border-radius: 50%;
  				top: 23px;
  				pointer-events: none;
  				content: "";
  				background: white;
  			}
  
  			&.visited{
  				&:after{
  					border: 1px solid #e5e5e5;
  					background: $light-blue;	
  
  				}
  			}
  */
  /*{
  	background: #f5f5f5;
  	padding-left: 20px;
  }*/
  /*{
  	background: red;
  }*/
  			/*
  			&:focus{
  				background: #f5f5f5;
  				padding-left: 20px;
  				/*border: 0px; *   / 
  				font-weight: bold;
  
  				&:after{
  					background: $yellow;
  				}
  			}
  			*/
}
/* line 823, ../scss/_forms.scss */
.side-tabs .list-group .side-tabs-sub:before {
  background: none;
}
/* line 855, ../scss/_forms.scss */
.side-tabs .list-group .side-tabs-sub.active {
  background: #f7f6ef;
  padding-left: 20px;
  /*border: 0px;*/
  font-weight: bold;
}
/* line 861, ../scss/_forms.scss */
.side-tabs .list-group .side-tabs-sub.active:after {
  background: #F1B434;
}
/* line 877, ../scss/_forms.scss */
.side-tabs .list-group .side-tabs-sub:hover {
  background: #f5f5f5;
  white-space: nowrap;
}
/* line 886, ../scss/_forms.scss */
.side-tabs .list-group {
  border-top: 0px !important;
}
/* line 889, ../scss/_forms.scss */
.side-tabs li {
  position: relative;
  overflow: hidden;
  border: 0px;
  padding: 0 10px;
  		/*
  		&.visited{
  			&:after{
  				border: 1px solid $light-blue;
  				background: $light-blue;	
  
  			}
  
  			&.active{
  				&:after{
  					border: 1px solid $primary-color;
  					background: $primary-color;
  				}
  			}
  		} 
  		*/
}
/* line 896, ../scss/_forms.scss */
.side-tabs li.disabled {
  pointer-events: none;
  background: transparent;
  opacity: 0.2;
}
/* line 904, ../scss/_forms.scss */
.side-tabs li.active {
  background: #fafafa;
  border: 0px;
  padding-left: 20px;
}
/* line 910, ../scss/_forms.scss */
.side-tabs li.active:hover {
  /*border-left: 5px solid $primary-color;*/
  background: #fafafa;
  padding-left: 20px;
}
/* line 915, ../scss/_forms.scss */
.side-tabs li.active:hover a {
  background: transparent !important;
  text-decoration: none;
}
/* line 922, ../scss/_forms.scss */
.side-tabs li.active a {
  background: transparent  !important;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
/* line 929, ../scss/_forms.scss */
.side-tabs li.active:after {
  border: 1px solid #F1B434;
  background: #F1B434;
}
/* line 951, ../scss/_forms.scss */
.side-tabs li a {
  padding: 10px;
  border-radius: 0px;
  border-left: 0px !important;
  color: #878787;
  text-decoration: none;
  display: block;
  width: 100%;
}
/* line 960, ../scss/_forms.scss */
.side-tabs li a strong {
  color: black;
}
/* line 964, ../scss/_forms.scss */
.side-tabs li a:hover {
  background: transparent !important;
  text-decoration: none;
}

/* line 975, ../scss/_forms.scss */
.form-control, textarea {

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 981, ../scss/_forms.scss */
.form-control:focus, textarea:focus {

  border: 1px solid #f8da9a;
  box-shadow: 0px;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 2, ../scss/_buttons.scss */
.btn {
  /*text-transform: uppercase;*/
  font-size: 1.3em;
  /*font-weight: 600;*/
  border-radius: 0px;
}
/* line 10, ../scss/_buttons.scss */
.btn.btn-small, .btn.btn-sm, .btn-group-sm > .btn {
  font-size: 18px;
  line-height: 1.5;
  padding:  10px 30px;
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
  border-radius: 3px;
  font-weight: 500;
}
/* line 15, ../scss/_buttons.scss */
.btn.btn-small.add, .btn.btn-sm.add, .btn-group-sm > .btn.add {
  position: relative;
  padding-right: 20px !important;
}
/* line 19, ../scss/_buttons.scss */
.btn.btn-small.add:after, .btn.btn-sm.add:after, .btn-group-sm > .btn.add:after {
  font-size: 22px;
  position: absolute;
  line-height: 0.9;
  right: 5px;
}
/* line 30, ../scss/_buttons.scss */
.btn.btn-lg.add, .btn-group-lg > .btn.add {
  position: relative;
  padding-right: 35px !important;
}
/* line 34, ../scss/_buttons.scss */
.btn.btn-lg.add:after, .btn-group-lg > .btn.add:after {
  font-size: 30px;
  position: absolute;
  line-height: 0.9;
  right: 10px;
  top: 11px;
}
/* line 43, ../scss/_buttons.scss */
.btn.btn-primary {
  background: #F1B434;
  border: 1px solid #F1B434;
  width:  auto;
  color: #000;
  font-weight: 500;
  padding: 12px;
  border-radius: 3px;
}
/* line 47, ../scss/_buttons.scss */
.btn.btn-primary:hover {
  background: #db992e;
}
/* line 54, ../scss/_buttons.scss */
.btn.next-arrow:after {
  content: "→";
  padding-left: 5px;
}
/* line 59, ../scss/_buttons.scss */
.btn.btn-default {
  background: white;
  border: 1px solid #f8da9a;
  color: #F1B434;
  font-size: 1.3em;
}
/* line 65, ../scss/_buttons.scss */
.btn.btn-default.btn-sm, .btn-group-sm > .btn.btn-default, .btn.btn-default.btn-small {
  font-size: 13px;
  line-height: 1.5;
}
/* line 71, ../scss/_buttons.scss */
.btn.btn-default:hover {
  border: 1px solid #F1B434;
  background: #F9F0E1;
}
/* line 77, ../scss/_buttons.scss */
.btn.btn-action {
  background: white;
  border: 1px solid #F1B434;
  color: #F1B434;
  /*text-transform: uppercase;*/
  font-size: 18px;
  height: auto;
}
/* line 89, ../scss/_buttons.scss */
.btn.btn-action.btn-sm, .btn-group-sm > .btn.btn-action, .btn.btn-action.btn-small {
  /*padding: 5px 10px;*/
}
/* line 95, ../scss/_buttons.scss */
.btn.btn-massive {
  padding: 15px 20px;
  font-size: 1.5em;
}
/* line 99, ../scss/_buttons.scss */
.btn.disabled, .btn.btn-disabled {
  background: #f5f5f5;
  border: 0px;
  opacity: 1;
  color: #dddddd;
}
/* line 105, ../scss/_buttons.scss */
.btn.disabled:hover, .btn.btn-disabled:hover {
  background: #f5f5f5;
}
/* line 110, ../scss/_buttons.scss */
.btn.btn-white {
  background: white;
  /*color: $dark-blue;*/
  color: #F1B434;
  /*padding: 12px 30px;*/
}
/* line 116, ../scss/_buttons.scss */
.btn.btn-white:hover {
  background: #f9f9f9;
}
/* line 121, ../scss/_buttons.scss */
.btn.dropdown-toggle {
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  font-size: 1em;
  margin-top: 10px;
}
/* line 129, ../scss/_buttons.scss */
.btn.dropdown-toggle .caret {
  color: #333333;
}
/* line 134, ../scss/_buttons.scss */
.btn.down-arrow {
  padding-left: 0px;
  color: #F1B434;
  padding: 0px;
  border: 0px !important;
  box-shadow: none !important;
}
/* line 141, ../scss/_buttons.scss */
.btn.down-arrow span.text {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 149, ../scss/_buttons.scss */
.btn.down-arrow span.arrow {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url("/static/img/down.png") no-repeat;
}
/* line 157, ../scss/_buttons.scss */
.btn.up-arrow {
  padding-left: 0px;
  color: #F1B434;
  padding: 0px;
  border: 0px !important;
  box-shadow: none !important;
}
/* line 164, ../scss/_buttons.scss */
.btn.up-arrow span.text {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 172, ../scss/_buttons.scss */
.btn.up-arrow span.arrow {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url("/static/img/up.png") no-repeat;
}

/* line 189, ../scss/_buttons.scss */
.input-group-btn.add button {
  background: #F1B434;
  height: 48px;
  border: 1px;
  width: 48px;
  color: white;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  padding: 0px;
  float: left;
  overflow: hidden;
}
/* line 205, ../scss/_buttons.scss */
.input-group-btn.add:after {
  display: none;
}

/*WHY TOOLTIPS*/
/* line 213, ../scss/_buttons.scss */
.why {
  overflow: visible;
  /*font-weight: bold;*/
  position: relative;
  z-index: 1;
  color: #F1B434;
  cursor: help;
  text-indent: -1000px;
  width: 52px;
  height: 52px;
  background: red;
  display: inline-block;
  background: url("/static/img/why.svg");
}
/* line 227, ../scss/_buttons.scss */
.why.why-small {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  float: left;
  margin-left: 4px;
  margin-top: -5px;
  vertical-align: middle;
}
/* line 237, ../scss/_buttons.scss */
.why.why-small:after {
  content: "why";
  color: #F1B434;
}
/* line 247, ../scss/_buttons.scss */
.why .tooltip {
  color: white;
  padding: 20px;
  background: #333333;
  position: absolute;
  bottom: 150%;
  width: 280px;
  margin-left: -120px;
  opacity: 0;
  display: none;
  font-size: 13px;
}
/* line 259, ../scss/_buttons.scss */
.why .tooltip a {
  font-size: 13px;
}
/* line 263, ../scss/_buttons.scss */
.why .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333333;
  border-width: 10px;
  margin-left: -10px;
}
/* line 279, ../scss/_buttons.scss */
.why:hover .tooltip {
  display: inline-block;
  opacity: 1;
  padding-top: 20px;
}

/* line 287, ../scss/_buttons.scss */
.edit {
  color: #F1B434;
  /*font-family: maven_proregular;*/
  font-size: 16px;
  display: inline-block;
  height: 16px;
  /*&.btn-sm, &.btn-small{
  	height: 14px;
  	font-size: 14px;
  	padding: 4px 10px;
  }*/
}
/* line 296, ../scss/_buttons.scss */
.edit:after {
  display: inline-block;
  content: "";
  background: url("/static/img/edit.png") no-repeat;
  position: relative;
  width: 16px;
  margin-left: 6px;
  height: 16px;
}

/* line 313, ../scss/_buttons.scss */
.add {
  position: relative;
  padding-right: 20px !important;
}
/* line 317, ../scss/_buttons.scss */
.add:after {
  font-size: 22px;
  position: absolute;
  content: "+";
  line-height: 0.9;
  right: 5px;
}

/* line 326, ../scss/_buttons.scss */
.btn:focus, .btn:active {
  /* outline: none !important; */
}

/* line 330, ../scss/_buttons.scss */
.btn-link {
  color: #F1B434;
}

/* line 1, ../scss/_header.scss */
.main-navigation {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1000;
  padding: 0 35px;
  border-top: 0px !important;
  border-bottom: 0px solid #ffffff;
  z-index: 4000;
  top: 0px;
}
/* line 13, ../scss/_header.scss */
.main-navigation .navbar-header .brand {
  width: 150px;
  /*@extend .animate-fast;*/
}
/* line 17, ../scss/_header.scss */
.main-navigation .navbar-header .brand img {
  width: 100%;
  width: 150px;
  height: 70px;
  /*@extend .animate-fast;*/
}
/* line 25, ../scss/_header.scss */
.main-navigation .navbar-header .navbar-toggle {
  background: #002B49;
}
/* line 28, ../scss/_header.scss */
.main-navigation .navbar-header .navbar-toggle .icon-bar {
  background: white;
}
/* line 33, ../scss/_header.scss */
.main-navigation .navbar-header .navbar-toggle.collapsed .icon-bar {
  background: #002B49;
}
/* line 42, ../scss/_header.scss */
.main-navigation .navbar-nav li a {
  /*font-weight: bold;*/
  color: #002B49 !important;
  font-size: 1em;
  padding: 35px 35px;
  background: transparent !important;
  /*@extend .animate-fast;*/
}
/* line 52, ../scss/_header.scss */
.main-navigation .navbar-nav li.active a {
  background: rgba(255, 255, 255, 0.1) !important;
}
/* line 59, ../scss/_header.scss */
.main-navigation.fixed {
  background: white;
  position: fixed;
  z-index: 3000;
  border-bottom: 1px solid #f6f6f6;
  /*@extend .animate-fast;*/
  max-height: 65px;
}
/* line 68, ../scss/_header.scss */
.main-navigation.fixed .navbar-header .brand {
  width: 40px;
  margin-top: 10px;
  overflow: hidden;
  /*@extend .animate-fast;*/
}
/* line 74, ../scss/_header.scss */
.main-navigation.fixed .navbar-header .brand img {
  width: 100%;
  width: 90px;
  height: 42px;
  /*@extend .animate-fast;*/
}
/* line 84, ../scss/_header.scss */
.main-navigation.fixed .navbar-nav li a {
  padding: 20px 35px;
}
/* line 91, ../scss/_header.scss */
.main-navigation.fixed-condensed {
  position: fixed !important;
}
/* line 95, ../scss/_header.scss */
.main-navigation.fixed-condensed .navbar-header .brand {
  width: 50px;
  overflow: hidden;
}
/* line 99, ../scss/_header.scss */
.main-navigation.fixed-condensed .navbar-header .brand img {
  width: 118px;
  height: 55px;
}
/* line 107, ../scss/_header.scss */
.main-navigation .dropdown {
  padding: 10px;
  background: white;
  margin-top: 25px;
  margin-right: 10px;
  width: auto;
}
/* line 114, ../scss/_header.scss */
.main-navigation .dropdown .caret {
  width: 14px;
  height: 8px;
  display: inline-block;
  border: 0px;
  background: url("/static/img/icon-caret.png") no-repeat;
  background-size: 14px 8px;
  margin-left: 5px;
}
/* line 123, ../scss/_header.scss */
.main-navigation .dropdown .caret:before {
  display: none;
}
/* line 127, ../scss/_header.scss */
.main-navigation .dropdown .icon {
  width: 14px;
  height: 11px;
  margin-right: 2px;
  display: inline-block;
}
/* line 135, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-toggle {
  padding: 0px !important;
}
/* line 138, ../scss/_header.scss */
.main-navigation .dropdown a {
  padding: 0px;
}
/* line 141, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-menu {
  border-radius: 0px;
  border: 0px solid #B2B4B2;
  margin-top: -2px;
  border-top: 0px;
  padding: 0px;
}
/* line 149, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px;
}
/* line 153, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-menu li a {
  line-height: 43px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
/* line 162, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-menu li:last-child {
  border: 0px;
}
/* line 165, ../scss/_header.scss */
.main-navigation .dropdown .dropdown-menu li:hover {
  background: #f8f8f8;
}
/* line 172, ../scss/_header.scss */
.main-navigation .dropdown.open {
  border: 1px solid #B2B4B2;
  background: white;
  border: 0px solid #B2B4B2;
  color: #F1B434;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 189, ../scss/_header.scss */
footer.flush {
  margin-top: 0px !important;
}
/* line 193, ../scss/_header.scss */
footer .navbar {
  float: left;
}
/* line 197, ../scss/_header.scss */
footer .copyright {
  float: right;
  color: white;
  line-height: 50px;
}

/* line 204, ../scss/_header.scss */
.top-sign-up-bar {
  background: white;
  position: fixed;
  z-index: 4000;
  border-bottom: 1px solid #f6f6f6;
  /*@extend .animate-fast;*/
  max-height: 65px;
  padding: 0 35px;
  width: 100%;
  top: -66px;
}
/* line 216, ../scss/_header.scss */
.top-sign-up-bar.active {
  top: 0px;
}
/* line 223, ../scss/_header.scss */
.top-sign-up-bar .navbar-nav li a {
  padding: 12px 35px;
  color: #002B49;
}
/* line 227, ../scss/_header.scss */
.top-sign-up-bar .navbar-nav li a:hover {
  background: transparent;
}
/* line 234, ../scss/_header.scss */
.top-sign-up-bar .brand {
  width: 40px;
  margin-top: 10px;
  overflow: hidden;
  /*@extend .animate-fast;*/
  float: left;
}
/* line 241, ../scss/_header.scss */
.top-sign-up-bar .brand img {
  width: 100%;
  width: 90px;
  height: 42px;
  /*@extend .animate-fast;*/
}
/* line 249, ../scss/_header.scss */
.top-sign-up-bar .cta {
  float: right;
  padding-top: 8px;
}
/* line 253, ../scss/_header.scss */
.top-sign-up-bar .cta p {
  color: #002B49 !important;
  font-family: maven_proregular;
}
/* line 259, ../scss/_header.scss */
.top-sign-up-bar .cta button {
  margin-left: 20px;
}

@media (screen) and (max-width: 991px) {
  /* line 267, ../scss/_header.scss */
  .main-navigation {
    padding: 0 25px;
    padding-right: 10px;
    position: absolute !important;
  }
  /* line 272, ../scss/_header.scss */
  .main-navigation.fixed-condensed {
    position: absolute !important;
  }
  /* line 277, ../scss/_header.scss */
  .main-navigation .navbar-header .brand {
    width: 90px;
    margin-top: 12px;
    overflow: hidden;
    /*@extend .animate-fast;*/
  }
  /* line 283, ../scss/_header.scss */
  .main-navigation .navbar-header .brand img {
    width: 100%;
    width: 90px;
    height: 42px;
    /*@extend .animate-fast;*/
  }
  /* line 293, ../scss/_header.scss */
  .main-navigation .navbar-toggle {
    background: #002B49;
    border-radius: 0px;
    margin-right: 5px;
    margin-top: 15px;
  }
  /* line 299, ../scss/_header.scss */
  .main-navigation .navbar-toggle .icon-bar {
    background: white;
  }
  /* line 303, ../scss/_header.scss */
  .main-navigation .navbar-toggle.collapsed {
    border-radius: 0px;
    border: 0px;
    background: transparent;
  }
  /* line 308, ../scss/_header.scss */
  .main-navigation .navbar-toggle.collapsed .icon-bar {
    background: #002B49;
  }
  /* line 315, ../scss/_header.scss */
  .main-navigation .navbar-collapse {
    background: white;
    border-top: 0px;
    z-index: 2;
    margin-left: -25px;
    margin-right: -10px;
  }
  /* line 324, ../scss/_header.scss */
  .main-navigation .navbar-collapse .nav li a {
    padding: 15px 20px;
  }
  /* line 330, ../scss/_header.scss */
  .main-navigation .navbar-collapse.in {
    background: white;
    border-bottom: 1px solid #f5f5f5;
  }
  /* line 336, ../scss/_header.scss */
  .main-navigation .dropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5000;
    margin-top: 10px;
    margin-right: 0px;
    /*display: none;*/
    text-align: right;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  /* line 351, ../scss/_header.scss */
  .main-navigation .dropdown .dropdown-toggle a {
    background: white !important;
    padding: 10px !important;
    display: block;
  }
  /* line 358, ../scss/_header.scss */
  .main-navigation .dropdown.open {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  /* line 365, ../scss/_header.scss */
  .main-navigation .dropdown span.user {
    display: none;
  }
  /* line 369, ../scss/_header.scss */
  .main-navigation .dropdown .dropdown-menu {
    float: right;
    text-align: right;
    min-width: 100px;
    background-color: white;
    padding: 0 10px;
    box-shadow: auto;
    min-width: 100px;
    background-color: white;
    margin-top: 8px;
    border: 1px solid #f6f6f6 !important;
    padding: 0px;
  }
  /* line 382, ../scss/_header.scss */
  .main-navigation .dropdown .dropdown-menu li {
    border-bottom: 1px solid #f6f6f6;
  }
}
/* line 1, ../scss/_page-elements.scss */
body {
  padding: 0 !important;
}
/* line 3, ../scss/_page-elements.scss */
body .top-section {
  margin: 0;
  overflow: hidden;
}

/* line 9, ../scss/_page-elements.scss */
hr {
  width: 100%;
}

/* line 14, ../scss/_page-elements.scss */
.text-section .container {
  padding: 140px 0;
  padding-top: 70px !important;
  padding-bottom: 70px;
}

/* line 21, ../scss/_page-elements.scss */
.hero-banner {
  position: relative;
  width: 100%;
  height: 200px;
}
/* line 26, ../scss/_page-elements.scss */
.hero-banner:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 500px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
  top: 100px;
  z-index: 1;
}
/* line 39, ../scss/_page-elements.scss */
.hero-banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 45, ../scss/_page-elements.scss */
.hero-banner.hero-banner-large h1 {
  margin-top: 100px;
}
/* line 49, ../scss/_page-elements.scss */
.hero-banner.hero-banner-small {
  width: 70%;
  float: right;
}
/* line 52, ../scss/_page-elements.scss */
.hero-banner.hero-banner-small h1 {
  margin-top: 0px;
}
/* line 55, ../scss/_page-elements.scss */
.hero-banner.hero-banner-small:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 500px;
  border-width: 170px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  height: 200px;
}

/* line 71, ../scss/_page-elements.scss */
.about .hero-banner:before {
  border-color: transparent transparent transparent rgba(236, 172, 51, 0.9);
}

/* line 75, ../scss/_page-elements.scss */
.breadcrumb {
  background: transparent;
  padding: 0px;
  font-size: 0.750em;
  margin-bottom: 10px;
}
/* line 81, ../scss/_page-elements.scss */
.breadcrumb li {
  font-size: 12px;
  line-height: 12px;
  color: #B2B4B2;
}
/* line 86, ../scss/_page-elements.scss */
.breadcrumb li a {
  color: #5B6770;
  font-size: 12px;
  line-height: 12px;
}
/* line 91, ../scss/_page-elements.scss */
.breadcrumb li a.home {
  text-indent: -1000px;
  overflow: hidden;
  background: url("/static/img/icon-home.png");
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
/* line 103, ../scss/_page-elements.scss */
.breadcrumb > li + li:before {
  content: ">";
}

/* line 110, ../scss/_page-elements.scss */
.roles .job a.name {
  padding: 15px 10px;
  margin: 10px 0 0 -10px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
/* line 117, ../scss/_page-elements.scss */
.roles .job a.name .title {
  margin: 5px 0;
}
/* line 118, ../scss/_page-elements.scss */
.roles .job a.name span {
  display: inline-block;
  margin-right: 20px;
  color: #666;
  font-size: 0.8em;
}
/* line 119, ../scss/_page-elements.scss */
.roles .job a.name span.badge {
  color: white;
}
/* line 121, ../scss/_page-elements.scss */
.roles .job a.name:hover {
  text-decoration: none;
  cursor: pointer;
  background: #f4f4f4;
}
/* line 129, ../scss/_page-elements.scss */
.roles .progress {
  position: inline-block;
  width: 24% !important;
  height: 4px;
  position: relative;
  overflow: visible;
}
/* line 135, ../scss/_page-elements.scss */
.roles .progress .progress-bar {
  height: 4px;
}

/* line 141, ../scss/_page-elements.scss */
.progress {
  border-radius: 0px;
  box-shadow: none;
}
/* line 144, ../scss/_page-elements.scss */
.progress .progress-bar {
  background: #0097A9;
  height: 40px;
}

/* line 150, ../scss/_page-elements.scss */
.compound-progress {
  display: block;
  clear: both;
}
/* line 152, ../scss/_page-elements.scss */
.compound-progress .progress {
  display: inline-block;
  width: 125px;
  margin: 0 0 0 1px;
  padding: 0px;
}

/* line 157, ../scss/_page-elements.scss */
.tabs {
  margin: 50px 0;
  margin-bottom: 70px;
  /*
  .inner{
  	max-width: 1024px;
  	margin: 0 auto;
  	height: 50px;
  	list-style: none;
  }*/
}
/* line 169, ../scss/_page-elements.scss */
.tabs li {
  float: left;
  position: relative;
  margin-bottom: -1px;
  display: inline-block;
}
/* line 175, ../scss/_page-elements.scss */
.tabs li a {
  border-radius: 0 !important;
  position: relative;
  display: block;
  padding: 15px 30px;
  line-height: 1.428571429;
  background: white;
  color: #5B6770;
  border: 0px;
}
/* line 185, ../scss/_page-elements.scss */
.tabs li a:hover {
  color: #F1B434;
  background: white;
  border: 0px;
}
/* line 193, ../scss/_page-elements.scss */
.tabs li.active a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 2px solid #F1B434;
  border-bottom-color: transparent;
  color: #002B49;
}
/* line 200, ../scss/_page-elements.scss */
.tabs li.active a:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 2px solid #F1B434;
  border-bottom-color: transparent;
}

/*

Accordion Specific to Job role creation.
For generic accordion styles, look for
.panel in _forms.scss.


*/
/* line 224, ../scss/_page-elements.scss */
.panel.filter-questions .top-border {
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
/* line 228, ../scss/_page-elements.scss */
.panel.filter-questions p.question-name {
  line-height: 50px;
  margin: 0px;
}
/* line 232, ../scss/_page-elements.scss */
.panel.filter-questions .question-group {
  padding-top: 12px;
}
/* line 238, ../scss/_page-elements.scss */
.panel .panel-body {
  /*padding: 35px 0;*/
}

/* Modals */
/* line 246, ../scss/_page-elements.scss */
.modal {
  z-index: 6000;
}
/* line 249, ../scss/_page-elements.scss */
.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
/* line 253, ../scss/_page-elements.scss */
.modal .medium-title {
  font-size: 1.5em;
}

/* line 258, ../scss/_page-elements.scss */
.help-modal {
  width: 100%;
  background: rgba(0, 43, 72, 0.9);
}
/* line 262, ../scss/_page-elements.scss */
.help-modal .help-icon {
  position: fixed;
  background: url("/static/img/help-modal-banner.png");
  top: 0px;
  left: 0px;
  content: " ";
  width: 64px;
  height: 64px;
}
/* line 272, ../scss/_page-elements.scss */
.help-modal .modal-dialog {
  background: transparent;
  width: 100%;
}
/* line 276, ../scss/_page-elements.scss */
.help-modal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0px;
  width: 100%;
}
/* line 282, ../scss/_page-elements.scss */
.help-modal .modal-dialog .modal-content .large-title {
  font-size: 42px;
  line-height: 49px;
  font-family: maven_pro_light300;
  margin-bottom: 20px;
}
/* line 289, ../scss/_page-elements.scss */
.help-modal .modal-dialog .modal-content p {
  color: white;
  font-size: 24px;
  font-family: maven_pro_light300;
}
/* line 295, ../scss/_page-elements.scss */
.help-modal .modal-dialog .modal-content .close {
  margin-top: 35px;
  float: left;
  color: white;
  opacity: 1;
  font-size: 24px;
  font-family: maven_pro_light300 !important;
}
/* line 303, ../scss/_page-elements.scss */
.help-modal .modal-dialog .modal-content .close .icon {
  background: url("/static/img/close-button.png");
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}

/* line 315, ../scss/_page-elements.scss */
#confirmGoLive .well, #confirmGoLive .timer.fixed {
  margin: 0;
}

/* line 319, ../scss/_page-elements.scss */
footer {
  background: #333333;
  margin-top: 140px;
}
/* line 323, ../scss/_page-elements.scss */
footer .container {
  max-width: 100%;
  width: 100%;
  padding: 0 35px;
}
/* line 328, ../scss/_page-elements.scss */
footer .navbar {
  margin: 0px;
}
/* line 332, ../scss/_page-elements.scss */
footer ul {
  margin: 0px 35px;
}
/* line 335, ../scss/_page-elements.scss */
footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0px;
  height: 60px;
}
/* line 341, ../scss/_page-elements.scss */
footer ul li a {
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 50px;
  margin-right: 30px;
}
/* line 350, ../scss/_page-elements.scss */
footer ul li a:hover {
  background: none !important;
}

/* line 360, ../scss/_page-elements.scss */
.login-register .control-label {
  /*padding-left: 0px;*/
}

/* line 366, ../scss/_page-elements.scss */
.apply .container {
  max-width: 960px;
}
/* line 370, ../scss/_page-elements.scss */
.apply .left-col {
  min-height: 550px;
}
/* line 372, ../scss/_page-elements.scss */
.apply .left-col .form-group {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 379, ../scss/_page-elements.scss */
.apply .right-col {
  padding-top: 35px;
  padding-left: 50px;
}
/* line 382, ../scss/_page-elements.scss */
.apply .right-col p {
  color: #9b9c9c;
  font-size: 18px;
}
/* line 389, ../scss/_page-elements.scss */
.apply .right-col .sub-title {
  font-size: 28px;
}

/* Add Role */
/* line 430, ../scss/_page-elements.scss */
.tour-backdrop {
  background-color: #002B49 !important;
  opacity: 0.9 !important;
}

/* line 442, ../scss/_page-elements.scss */
.alert.status-bar {
  margin-bottom: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 110px;
  z-index: 100;
  overflow: hidden;
}
/* line 452, ../scss/_page-elements.scss */
.alert.status-bar.affix {
  position: fixed;
  top: 0px;
}
/* line 457, ../scss/_page-elements.scss */
.alert.status-bar .column {
  border-right: 1px solid #f0efe9;
  margin-top: -15px;
  padding-top: 15px;
  height: 110px;
}
/* line 463, ../scss/_page-elements.scss */
.alert.status-bar .column label {
  margin-bottom: 10px;
}
/* line 466, ../scss/_page-elements.scss */
.alert.status-bar .column.percentage {
  padding-top: 30px;
}
/* line 469, ../scss/_page-elements.scss */
.alert.status-bar .column.publish {
  text-align: right;
  border-right: 0px;
}
/* line 473, ../scss/_page-elements.scss */
.alert.status-bar .column.publish .btn {
  margin-top: 15px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
/* line 480, ../scss/_page-elements.scss */
.alert.status-bar .column.help {
  padding-top: 30px;
}
/* line 483, ../scss/_page-elements.scss */
.alert.status-bar .column.help .why {
  float: none;
  display: inline-block;
}
/* line 489, ../scss/_page-elements.scss */
.alert.status-bar .column.help a:hover {
  color: #F1B434;
}
/* line 494, ../scss/_page-elements.scss */
.alert.status-bar .column .progress {
  background: white;
  border: 0px;
  padding: 5px;
  height: 40px;
  line-height: 40px;
  /*margin-right: 30px;*/
}
/* line 503, ../scss/_page-elements.scss */
.alert.status-bar .column .progress .progress-bar {
  background: #0097A9 !important;
  line-height: 35px;
}
/* line 507, ../scss/_page-elements.scss */
.alert.status-bar .column .progress .progress-bar span {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #0097A9;
  font-weight: bold;
}
/* line 520, ../scss/_page-elements.scss */
.alert.add-role {
  padding: 25px 0;
}
/* line 522, ../scss/_page-elements.scss */
.alert.add-role label {
  padding-top: 13px;
}
/* line 525, ../scss/_page-elements.scss */
.alert.add-role .form-group {
  width: auto;
  margin-top: 0px;
}
/* line 529, ../scss/_page-elements.scss */
.alert.add-role input {
  padding: 10px;
  border: 1px solid white;
  width: 330px;
}
/* line 534, ../scss/_page-elements.scss */
.alert.add-role input, .alert.add-role label, .alert.add-role button {
  font-size: 1.6em;
}

/* line 634, ../scss/_page-elements.scss */
.well {
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background: #f7f6ef;
}
/* line 640, ../scss/_page-elements.scss */
.well a {
  margin-top: 4px;
}
/* line 643, ../scss/_page-elements.scss */
.well a .why {
  display: inline-block;
}
/* line 648, ../scss/_page-elements.scss */
.well hr {
  margin: 10px 0;
}
/* line 652, ../scss/_page-elements.scss */
.well.outline {
  border: 1px solid #e5e5e5;
  background: white;
}

/* line 659, ../scss/_page-elements.scss */
.role-summary {
  min-height: 100vh;
  position: relative;
}
/* line 663, ../scss/_page-elements.scss */
.role-summary .mobile-head {
  display: none;
}
/* line 667, ../scss/_page-elements.scss */
.role-summary #job-title-header {
  width: 100%;
  background: white;
}
/* line 672, ../scss/_page-elements.scss */
.role-summary #job-title-header h1 {
  display: inline-block;
  transition: font-size 0.5s;
}
/* line 678, ../scss/_page-elements.scss */
.role-summary #job-title-header.affix {
  position: fixed;
  top: 0px;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* line 683, ../scss/_page-elements.scss */
.role-summary #job-title-header.affix h1 {
  font-size: 24px;
  transition: font-size 0.5s;
}
/* line 688, ../scss/_page-elements.scss */
.role-summary #job-title-header .compound-progress {
  border-left: 1px solid #f6f6f6;
  line-height: 0;
  margin-top: 10px;
}
/* line 695, ../scss/_page-elements.scss */
.role-summary section {
  /*border-top: 1px solid #e5e5e5;*/
  /*border-bottom: 0px;*/
  min-height: 100vh;
  margin-top: -1px;
  /*padding-bottom: 70px;*/
  min-height: 100vh;
}
/* line 706, ../scss/_page-elements.scss */
.role-summary section .main-title, .role-summary section .form-header h3, .form-header .role-summary section h3 {
  /*font-size: 32px;*/
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
/* line 713, ../scss/_page-elements.scss */
.role-summary section .main-title strong, .role-summary section .form-header h3 strong, .form-header .role-summary section h3 strong {
  font-weight: bold;
}
/* line 717, ../scss/_page-elements.scss */
.role-summary section .module-header, .role-summary section .add-strength #status .sub-title, .add-strength #status .role-summary section .sub-title, .role-summary section .user-data h4.module-title, .user-data .role-summary section h4.module-title {
  border-bottom: 1px solid #f5f5f5;
  /*font-weight: bold;*/
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
}
/* line 724, ../scss/_page-elements.scss */
.role-summary section .module-header small, .role-summary section .add-strength #status .sub-title small, .add-strength #status .role-summary section .sub-title small, .role-summary section .user-data h4.module-title small, .user-data .role-summary section h4.module-title small {
  font-size: 18px;
}
/* line 727, ../scss/_page-elements.scss */
.role-summary section .module-header small:before, .role-summary section .add-strength #status .sub-title small:before, .add-strength #status .role-summary section .sub-title small:before, .role-summary section .user-data h4.module-title small:before, .user-data .role-summary section h4.module-title small:before {
  content: "(";
}
/* line 730, ../scss/_page-elements.scss */
.role-summary section .module-header small:after, .role-summary section .add-strength #status .sub-title small:after, .add-strength #status .role-summary section .sub-title small:after, .role-summary section .user-data h4.module-title small:after, .user-data .role-summary section h4.module-title small:after {
  content: ")";
}
/* line 768, ../scss/_page-elements.scss */
.role-summary .add-role .help-me {
  float: right;
  margin-bottom: 15px;
  color: #F1B434 !important;
}
/* line 775, ../scss/_page-elements.scss */
.role-summary .add-role .module hr {
  margin-top: 0px;
}
/* line 780, ../scss/_page-elements.scss */
.role-summary .add-role .module-header, .role-summary .add-role .add-strength #status .sub-title, .add-strength #status .role-summary .add-role .sub-title, .role-summary .add-role .user-data h4.module-title, .user-data .role-summary .add-role h4.module-title {
  padding-bottom: 15px;
  margin-top: 70px;
}
/* line 789, ../scss/_page-elements.scss */
.role-summary .job-desc label {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
/* line 795, ../scss/_page-elements.scss */
.role-summary .job-desc .field {
  margin-bottom: 35px;
  margin-top: 25px;
}
/* line 799, ../scss/_page-elements.scss */
.role-summary .job-desc .field form {
  /*margin-left: -26px;*/
  /*margin-top: -16px;*/
  /*margin-right: -26px;*/
}
/* line 804, ../scss/_page-elements.scss */
.role-summary .job-desc .field form textarea {
  /*padding-left: 25px !important;
  padding-right: 25px;
  padding-top: 25px !important;*/
  border: 1px solid #e5e5e5;
  /*border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;*/
  /*background: #f9f9fe;*/
}
/* line 814, ../scss/_page-elements.scss */
.role-summary .job-desc .field form .help-block {
  /*padding-left: 25px;*/
  margin-top: 10px;
}
/* line 823, ../scss/_page-elements.scss */
.role-summary .menu-steps ul {
  list-style-type: none;
  padding: 0px;
}
/* line 828, ../scss/_page-elements.scss */
.role-summary ul.strengths {
  padding-left: 0px;
}
/* line 830, ../scss/_page-elements.scss */
.role-summary ul.strengths li {
  background: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 16px;
  line-height: 25px;
}
/* line 837, ../scss/_page-elements.scss */
.role-summary ul.strengths li span {
  font-size: 12px;
  color: #959595;
  text-transform: lowercase;
}

/* line 848, ../scss/_page-elements.scss */
#selectable {
  border-radius: 1px;
  border: 1px solid #e5e5e5;
  padding: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 853, ../scss/_page-elements.scss */
#selectable .inner {
  padding: 15px 20px;
}
/* line 856, ../scss/_page-elements.scss */
#selectable a {
  display: inline-block;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  font-size: 18px;
}

/* line 877, ../scss/_page-elements.scss */
.slider-block .slider-handle {
  background: #F1B434;
  /*border-radius: 0px;*/
  opacity: 1;
}
/* line 882, ../scss/_page-elements.scss */
.slider-block .slider-track {
  border-radius: 0px;
  box-shadow: none;
}
/* line 887, ../scss/_page-elements.scss */
.slider-block .slider-selection {
  border-radius: 0px;
  box-shadow: none;
}

/* line 894, ../scss/_page-elements.scss */
#hiringteam .addUI {
  height: 100%;
  min-height: 0px;
  overflow: hidden;
  width: 100%;
  display: block;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 906, ../scss/_page-elements.scss */
#hiringteam .addUI form {
  width: 100%;
  height: auto;
}
/* line 911, ../scss/_page-elements.scss */
#hiringteam .addUI.open {
  min-height: 380px;
  max-height: auto;
  height: 100%;
  overflow: hidden;
  padding: auto;
}
/* line 922, ../scss/_page-elements.scss */
#hiringteam .invited-team .control-label {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding-bottom: 5px;
}
/* line 927, ../scss/_page-elements.scss */
#hiringteam .invited-team ul {
  padding-left: 0px;
  margin-top: 10px;
}
/* line 931, ../scss/_page-elements.scss */
#hiringteam .invited-team ul li {
  list-style-type: none;
  line-height: 20px;
  font-size: 1em;
}
/* line 937, ../scss/_page-elements.scss */
#hiringteam .invited-team ul li small {
  font-size: 0.8em;
  opacity: 0.8;
  color: #878787;
  margin-left: 5px;
}
/* line 944, ../scss/_page-elements.scss */
#hiringteam .invited-team ul li p {
  margin: 0px;
  padding: 0px;
}

/* line 955, ../scss/_page-elements.scss */
.add-strength #status {
  background: #f7f6ef;
}
/* line 958, ../scss/_page-elements.scss */
.add-strength #status .sub-title {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
/* line 967, ../scss/_page-elements.scss */
.add-strength #status .strengths {
  margin-top: 10px;
}
/* line 971, ../scss/_page-elements.scss */
.add-strength #status.affix {
  top: 35px;
  width: 35.5%;
}

/* line 977, ../scss/_page-elements.scss */
.popover {
  background: #0097A9;
  border-radius: 0px;
  color: white;
}
/* line 983, ../scss/_page-elements.scss */
.popover.top > .arrow:after {
  border-top-color: #0097A9 !important;
}
/* line 991, ../scss/_page-elements.scss */
.popover .popover-title {
  background: transparent;
  color: white !important;
  border: 0px;
}

/* line 1002, ../scss/_page-elements.scss */
#questionOptions .question-option {
  min-height: 8px;
  line-height: 35px;
  height: 35px;
  border-box: box-sizing;
  padding-left: 10px;
  border-bottom: 1px solid #f5f5f5;
  background: #fafafa;
}
/* line 1011, ../scss/_page-elements.scss */
#questionOptions .question-option #deleteOption {
  font-size: 13px;
  color: #F1B434;
  margin-left: 5px;
}
/* line 1017, ../scss/_page-elements.scss */
#questionOptions .question-option .col-sm-8 {
  /*background: #f9f9f9;*/
}
/* line 1020, ../scss/_page-elements.scss */
#questionOptions .question-option .col-sm-4 {
  padding-left: 10px;
  text-align: center;
}

/* line 1029, ../scss/_page-elements.scss */
.well .form-group {
  padding: 0;
  margin: 5px 0;
}
/* line 1034, ../scss/_page-elements.scss */
.well p {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

/* line 1040, ../scss/_page-elements.scss */
.rating {
  position: relative;
}
/* line 1044, ../scss/_page-elements.scss */
.rating .rating-symbol {
  font-size: 40px;
  font-weight: 300 !important;
  cursor: pointer;
}
/* line 1051, ../scss/_page-elements.scss */
.rating .rating-symbol .rating-symbol-background:before {
  color: #ddd;
}
/* line 1056, ../scss/_page-elements.scss */
.rating .rating-symbol .rating-symbol-foreground:before {
  color: #F1B434;
}
/* line 1060, ../scss/_page-elements.scss */
.rating .rating-symbol .rating-symbol-foreground span:before {
  color: #F1B434;
}
/* line 1066, ../scss/_page-elements.scss */
.rating .sub-title {
  margin-top: -10px;
  color: #F1B434;
}

/*#rating{

	.stars{
		&.stars-large{
			font-size: 49px;
			margin-top: 10px;


			span{

			}
		}
	}
}*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/fonts/glyphicons-halflings-regular.eot");
  src: url("/static/fonts/glyphicons-halflings-regular?#iefix") format("embedded-opentype"), url("/static/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/static/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/static/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: 'maven_probold';
  src: url("/static/fonts/mavenpro-bold-webfont.eot");
  src: url("/static/fonts/mavenpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/mavenpro-bold-webfont.woff2") format("woff2"), url("/static/fonts/mavenpro-bold-webfont.woff") format("woff"), url("/static/fonts/mavenpro-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'maven_proregular';
  src: url("/static/fonts/mavenpro-regular-webfont.eot");
  src: url("/static/fonts/mavenpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/mavenpro-regular-webfont.woff2") format("woff2"), url("/static/fonts/mavenpro-regular-webfont.woff") format("woff"), url("/static/fonts/mavenpro-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'maven_pro_light300';
  src: url("/static/fonts/mavenpro-light-webfont.eot");
  src: url("/static/fonts/mavenpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/mavenpro-light-webfont.woff2") format("woff2"), url("/static/fonts/mavenpro-light-webfont.woff") format("woff"), url("/static/fonts/mavenpro-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 50, ../scss/_typography.scss */
body {
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
  font-size: 16px !important;
  line-height: 1.428;
}

/* line 57, ../scss/_typography.scss */
.main-font, .edit, .apply .right-col p, .role-summary section .main-title, .role-summary section .form-header h3, .form-header .role-summary section h3, .role-summary section .module-header small, .role-summary section .add-strength #status .sub-title small, .add-strength #status .role-summary section .sub-title small, .role-summary section .user-data h4.module-title small, .user-data .role-summary section h4.module-title small, .role-summary ul.strengths li span, #hiringteam .invited-team ul li {
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
}

/* line 61, ../scss/_typography.scss */
p {
  font-size: 1em;
  line-height: 1.6em;
}
/* line 65, ../scss/_typography.scss */
p.intro {
  font-size: 1.500em;
  line-height: 1.600em;
}
/* line 70, ../scss/_typography.scss */
p .why {
  display: inline-block;
  float: none !important;
  padding: 0px !important;
}

/* line 81, ../scss/_typography.scss */
a {
  color: #F1B434;
  /*border-bottom: 1px solid transparent;*/
}
/* line 86, ../scss/_typography.scss */
a:hover {
/*  color: #db992e;*/
  /*text-decoration: none;*/
  /*border-bottom: 1px solid $primary-color;*/
}

/* line 94, ../scss/_typography.scss */
strong {
  font-family: maven_probold, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 97, ../scss/_typography.scss */
strong.dark {
  color: #002B49;
}

/* line 103, ../scss/_typography.scss */
p.strong, a.strong, h1.strong, h2.strong, h3.strong, h4.strong, h5.strong, h6.strong {
  font-weight: bold;
  font-family: maven_probold, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 107, ../scss/_typography.scss */
p.large-title, a.large-title, h1.large-title, h2.large-title, h3.large-title, h4.large-title, h5.large-title, h6.large-title {
  font-size: 2.625em;
  color: #002B49;
  font-weight: bold;
  font-family: maven_probold, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 115, ../scss/_typography.scss */
p.medium-title, a.medium-title, h1.medium-title, h2.medium-title, h3.medium-title, h4.medium-title, h5.medium-title, h6.medium-title {
  font-size: 2.000em;
  font-weight: normal;
}
/* line 119, ../scss/_typography.scss */
p.very-small-text, .panel-group .panel-heading .panel-title a p.status, a.very-small-text, .panel-group .panel-heading .panel-title a a.status, h1.very-small-text, .panel-group .panel-heading .panel-title a h1.status, h2.very-small-text, .panel-group .panel-heading .panel-title a h2.status, h3.very-small-text, .panel-group .panel-heading .panel-title a h3.status, h4.very-small-text, .panel-group .panel-heading .panel-title a h4.status, h5.very-small-text, .panel-group .panel-heading .panel-title a h5.status, h6.very-small-text, .panel-group .panel-heading .panel-title a h6.status {
  font-size: 0.875em;
}
/* line 122, ../scss/_typography.scss */
p.small-text, a.small-text, h1.small-text, h2.small-text, h3.small-text, h4.small-text, h5.small-text, h6.small-text {
  font-size: 1em;
  line-height: 150%;
}
/* line 129, ../scss/_typography.scss */
p.small-body, a.small-body, h1.small-body, h2.small-body, h3.small-body, h4.small-body, h5.small-body, h6.small-body {
  font-size: 1.125em;
  line-height: 1.8em;
  font-weight: 300;
}
/* line 134, ../scss/_typography.scss */
p.dark-text, a.dark-text, h1.dark-text, h2.dark-text, h3.dark-text, h4.dark-text, h5.dark-text, h6.dark-text {
  color: black;
  line-height: 1.5em;
}
/* line 138, ../scss/_typography.scss */
p.large-text, a.large-text, h1.large-text, h2.large-text, h3.large-text, h4.large-text, h5.large-text, h6.large-text {
  font-size: 24px;
  font-color: #666666;
  line-height: 34px;
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 145, ../scss/_typography.scss */
p.module-header, .add-strength #status p.sub-title, a.module-header, .add-strength #status a.sub-title, h1.module-header, .add-strength #status h1.sub-title, h2.module-header, .add-strength #status h2.sub-title, h3.module-header, .add-strength #status h3.sub-title, h4.module-header, .add-strength #status h4.sub-title, .user-data h4.module-title, h5.module-header, .add-strength #status h5.sub-title, h6.module-header, .add-strength #status h6.sub-title {
  font-size: 1.750em;
  color: #002B49;
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
  /*font-size: 24px;*/
  padding-bottom: 15px;
  margin-top: 70px;
}
/* line 156, ../scss/_typography.scss */
p.black, .panel.filter-questions .question-group, a.black, h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
  color: black;
}
/* line 160, ../scss/_typography.scss */
p.yellow, a.yellow, h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #F1B434;
}
/* line 164, ../scss/_typography.scss */
p.white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white;
}
/* line 168, ../scss/_typography.scss */
p.green-text, .panel-group .panel-heading .panel-title a p.status, a.green-text, .panel-group .panel-heading .panel-title a a.status, h1.green-text, .panel-group .panel-heading .panel-title a h1.status, h2.green-text, .panel-group .panel-heading .panel-title a h2.status, h3.green-text, .panel-group .panel-heading .panel-title a h3.status, h4.green-text, .panel-group .panel-heading .panel-title a h4.status, h5.green-text, .panel-group .panel-heading .panel-title a h5.status, h6.green-text, .panel-group .panel-heading .panel-title a h6.status {
  color: #91e599;
}
/* line 173, ../scss/_typography.scss */
p.massive-title, a.massive-title, h1.massive-title, h2.massive-title, h3.massive-title, h4.massive-title, h5.massive-title, h6.massive-title {
  font-size: 3.875em;
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
  font-weight: 600;
}
/* line 179, ../scss/_typography.scss */
p.massive-text, a.massive-text, h1.massive-text, h2.massive-text, h3.massive-text, h4.massive-text, h5.massive-text, h6.massive-text {
  font-size: 2.8em;
  color: #002B49;
  line-height: 1.30em;
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
}
/* line 185, ../scss/_typography.scss */
p.massive-text span, a.massive-text span, h1.massive-text span, h2.massive-text span, h3.massive-text span, h4.massive-text span, h5.massive-text span, h6.massive-text span {
  font-family: maven_probold, "Helvetica Neue", "Arial", Sans-Serif !important;
}

/* line 191, ../scss/_typography.scss */
.small-label {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
}

/* line 198, ../scss/_typography.scss */
.main-title, .form-header h3 {
  font-size: 2.250em;
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
  color: #002B49;
}

/* line 203, ../scss/_typography.scss */
.medium-title {
  font-size: 1.875em;
  color: #002B49;
}

/* line 209, ../scss/_typography.scss */
.sub-title {
  font-size: 1.500em;
  color: #002B49;
  line-height: 135%;
}

/* line 215, ../scss/_typography.scss */
.small-title, .role-summary .add-role .help-me {
  font-size: 1.125em;
  line-height: 1.525em;
  /*font-family: maven_proregular;*/
  /*color: $dark-blue;*/
}

/* line 222, ../scss/_typography.scss */
.form-text {
  color: #878787;
  font-size: 1em;
  font-weight: normal;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

/* line 230, ../scss/_typography.scss */
.small-label {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 236, ../scss/_typography.scss */
label {
  font-size: 14px;
}

/* line 240, ../scss/_typography.scss */
.lead {
  font-size: 1.875em;
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
}

/* line 245, ../scss/_typography.scss */
.help-block {
  font-size: 0.875em;
  color: #5B6770;
}
/* line 249, ../scss/_typography.scss */
.help-block.large {
  font-size: 1.500em;
  color: #878787;
  font-family: maven_pro_light300, "Helvetica Neue", "Arial", Sans-Serif !important;
  line-height: 1.5;
  /* opacity: 0.8; */
}

/* line 261, ../scss/_typography.scss */
.user-data h1, .user-data h2, .user-data h3, .user-data h4, .user-data h5, .user-data h6 {
  margin: 0px;
}
/* line 267, ../scss/_typography.scss */
.user-data h1 {
  font-size: 24px;
}
/* line 268, ../scss/_typography.scss */
.user-data h2 {
  font-size: 22px;
}
/* line 269, ../scss/_typography.scss */
.user-data h3 {
  font-size: 20px;
}
/* line 270, ../scss/_typography.scss */
.user-data h4 {
  font-size: 18px;
}
/* line 271, ../scss/_typography.scss */
.user-data h5 {
  font-size: 16px;
}
/* line 272, ../scss/_typography.scss */
.user-data h6 {
  font-size: 14px;
}
/* line 280, ../scss/_typography.scss */
.user-data .flush-top {
  padding-top: 15px !important;
}
/* line 283, ../scss/_typography.scss */
.user-data ul {
  margin-left: 0px;
  padding-left: 35px;
}
/* line 287, ../scss/_typography.scss */
.user-data ul li {
  line-height: 1.5em;
  margin-bottom: 5px;
  position: relative;
}

/* line 298, ../scss/_typography.scss */
ul.listed {
  margin-left: 0px;
  padding-left: 35px;
}
/* line 302, ../scss/_typography.scss */
ul.listed li {
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
  color: a;
}
/* line 308, ../scss/_typography.scss */
ul.listed li:before {
  content: " ";
  position: absolute;
  left: -35px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #d9dad9;
}

/* line 329, ../scss/_typography.scss */
.control-label {
  /*border-bottom: 1px solid #e5e5e5;*/
  /*padding-bottom: 5px;*/
}
/* line 334, ../scss/_typography.scss */
.control-label.small {
  font-family: maven_proregular, "Helvetica Neue", "Arial", Sans-Serif !important;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* line 343, ../scss/_typography.scss */
.small-link {
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
}

/* line 351, ../scss/_typography.scss */
article h1 {
  font-size: 2.1em;
}
/* line 352, ../scss/_typography.scss */
article h2 {
  font-size: 1.9em;
}
/* line 353, ../scss/_typography.scss */
article h3 {
  font-size: 1.7em;
}
/* line 354, ../scss/_typography.scss */
article h4 {
  font-size: 1.5em;
}
/* line 355, ../scss/_typography.scss */
article .lead {
  font-size: 1.7em;
}
/* line 357, ../scss/_typography.scss */
article .large-title {
  font-size: 42px;
}
/* line 360, ../scss/_typography.scss */
article .medium-title, article .sub-title, article .small-title, article .role-summary .add-role .help-me, .role-summary .add-role article .help-me {
  padding-bottom: 15px;
  padding-top: 35px;
}
/* line 365, ../scss/_typography.scss */
article p {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 372, ../scss/_typography.scss */
.about .module-header, .about .add-strength #status .sub-title, .add-strength #status .about .sub-title, .about .user-data h4.module-title, .user-data .about h4.module-title {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 0px;
}

/* line 1, ../scss/_helpers.scss */
a:visited {
  text-decoration: none;
  decoration: none;
}

/* line 7, ../scss/_helpers.scss */
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 13, ../scss/_helpers.scss */
.sprite, .main-navigation .dropdown .icon {
  background: url("/static/img/sprite.png");
}

/* line 17, ../scss/_helpers.scss */
body {
  padding-top: 55px;
  overflow-x: hidden;
}

/* line 22, ../scss/_helpers.scss */
hr {
  margin: 20px 0;
}

/* line 26, ../scss/_helpers.scss */
.padder-top, .user-data h1, .user-data h2, .user-data h3, .user-data h4, .user-data h5, .user-data h6 {
  padding-top: 35px;
}

/* line 29, ../scss/_helpers.scss */
.padder-bottom {
  padding-bottom: 35px;
}

/* line 33, ../scss/_helpers.scss */
.padder-half-top {
  padding-top: 15px;
}

/* line 38, ../scss/_helpers.scss */
.padder-half-right {
  padding-right: 15px;
}

/* line 42, ../scss/_helpers.scss */
.padder-half-left {
  padding-left: 15px;
}

/* line 47, ../scss/_helpers.scss */
.flush-top {
  padding-bottom: 0px !important;
}

/* line 51, ../scss/_helpers.scss */
.flush-bottom {
  padding-bottom: 0px !important;
}

/* line 55, ../scss/_helpers.scss */
.flush {
  margin: 0px;
  padding: 0px;
}

/* line 59, ../scss/_helpers.scss */
.padder-half-bottom, .user-data h1, .user-data h2, .user-data h3, .user-data h4, .user-data h5, .user-data h6 {
  padding-bottom: 15px;
}

/* line 62, ../scss/_helpers.scss */
.nopadding {
  padding: 0px;
}

/* line 65, ../scss/_helpers.scss */
.nomargin {
  margin: 0px;
}

/* line 69, ../scss/_helpers.scss */
.container {
  /*max-width: 960px;*/
}

/* line 73, ../scss/_helpers.scss */
* html a:hover {
  background: transparent;
}

/* line 77, ../scss/_helpers.scss */
.animate-fast, header.job-title, header.job-title.fixed, #push.padder, .form-progress-nav-wrap, .form-progress-nav-wrap.fixed, .side-tabs.affix, .side-tabs .list-group .list-group-item.collapsed:before, .side-tabs .list-group .list-group-item:before, .side-tabs li, .side-tabs li.active, .btn, .btn:hover, .top-sign-up-bar, .top-sign-up-bar.active, .timer.fixed, .timer.fixed .clock, .timer.fixed .time, .timer.fixed.orange, .timer.fixed.orange .clock, .timer.fixed.orange .time, .timer.fixed.pink, .timer.fixed.pink .clock, .timer.fixed.pink .time, .timer.fixed.red, .timer.fixed.red .clock, .timer.fixed.red .time, #hiringteam .addUI, #hiringteam .addUI.open, a, a:hover {
  -webkit-transition: all 0.25s;
  /* Safari */
  -moz-transition: all 0.25s;
  /* Firefox */
  transition: all 0.25s;
}

/* line 82, ../scss/_helpers.scss */
.animate, .short-questions #questions-carousel .item, .homepage, .homepage #corner-image .image, .homepage #corner-image .image.image-one, .homepage #corner-image .image.image-two, .homepage #corner-image .image.image-three, .homepage #corner-image .image.image-four {
  -webkit-transition: all 0.5s;
  /* Safari */
  -moz-transition: all 0.5s;
  /* Firefox */
  transition: all 0.5s;
}

/* line 88, ../scss/_helpers.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 94, ../scss/_helpers.scss */
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 102, ../scss/_helpers.scss */
.cf {
  *zoom: 1;
}

/* line 106, ../scss/_helpers.scss */
.left-border {
  border-left: 1px solid #e5e5e5;
  padding-left: 35px;
}

/* line 1, ../scss/_star-rating.scss */
.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

/* line 9, ../scss/_star-rating.scss */
.symbol-empty {
  background-color: #ccc;
}

/* line 13, ../scss/_star-rating.scss */
.symbol-filled {
  background-color: black;
}

/* line 17, ../scss/_star-rating.scss */
.star {
  cursor: pointer;
}

/* line 18, ../scss/_star-rating.scss */
.star-selected {
  color: #fc0;
}

/* line 19, ../scss/_star-rating.scss */
.star-unselected {
  color: #eee;
}

/* line 2, ../scss/_autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99999;
  list-style: none;
  background: #f8da9a;
  padding: 10px 20px;
}

/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * 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.
 * ========================================================================
 */
/* line 22, ../scss/_bootstrap-tour.scss */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 22, ../scss/_bootstrap-tour.scss */
.tour-step-backdrop {
  position: relative;
  z-index: 5101;
  background: inherit;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.tour-step-backdrop > td {
  position: relative;
  z-index: 5101;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.tour-step-background {
  position: absolute !important;
  z-index: 5100;
  background: inherit;
  border-radius: 0px;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-] {
  z-index: 5100;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-] .popover-navigation [data-role=prev], .popover[class*=tour-] .popover-navigation [data-role=next], .popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled, .popover[class*=tour-] .popover-navigation [data-role=next].disabled, .popover[class*=tour-] .popover-navigation [data-role=end].disabled {
  cursor: default;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0;
}

/* line 22, ../scss/_bootstrap-tour.scss */
.popover[class*=tour-].orphan .arrow {
  display: none;
}

/* Pages */
/* line 2, ../scss/_homepage.scss */
.job-seekers {
  width: 100%;
  position: fixed;
  top: -700px;
  height: 700px;
  left: 0px;
  /*@extend .animate;*/
  /*p.small-body{
  	font-size: 30px !important;
  	font-family: maven_pro_light300;
  	line-height: 38px;
  }*/
}
/* line 10, ../scss/_homepage.scss */
.job-seekers .form-group {
  width: auto;
  margin-top: 0px;
}
/* line 14, ../scss/_homepage.scss */
.job-seekers .form-group input {
  padding: 10px;
}
/* line 18, ../scss/_homepage.scss */
.job-seekers .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 800px;
}
/* line 24, ../scss/_homepage.scss */
.job-seekers .banner img {
  width: 100%;
  float: right;
}
/* line 29, ../scss/_homepage.scss */
.job-seekers .large-title {
  font-family: maven_pro_light300;
  line-height: 55px;
}
/* line 38, ../scss/_homepage.scss */
.job-seekers hr {
  margin-top: 0px;
  padding-top: 0px;
}
/* line 42, ../scss/_homepage.scss */
.job-seekers .down-arrow {
  margin-top: 35px;
}
/* line 45, ../scss/_homepage.scss */
.job-seekers .container {
  max-width: 100%;
  padding: 0 35px;
  position: static;
}
/* line 50, ../scss/_homepage.scss */
.job-seekers .container.content {
  padding-top: 100px;
  padding-bottom: 130px;
}
/* line 57, ../scss/_homepage.scss */
.job-seekers .carousel-fade {
  min-height: 85px;
  display: inline-block;
}
/* line 61, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination {
  position: relative;
  display: block;
  float: left;
  margin-top: -10px;
}
/* line 67, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination .number {
  float: left;
  display: block;
  font-weight: bold;
  color: black;
}
/* line 73, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination ol {
  text-align: right;
  bottom: auto;
  top: auto;
  width: auto;
  left: auto;
  right: 0px;
  float: right;
  position: relative;
}
/* line 83, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination ol li {
  display: inline-block;
  width: 15px;
  height: 15px;
}
/* line 88, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination ol li .dot {
  height: 15px;
  width: 15px;
  margin: 3px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
/* line 97, ../scss/_homepage.scss */
.job-seekers .carousel-fade .pagination ol li.active .dot {
  border: 1px solid #F1B434;
  background: #F1B434;
}
/* line 107, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-inner .item {
  transition-property: opacity !important;
}
/* line 110, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-inner .item a img {
  width: 100% !important;
}
/* line 117, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-inner .item,
.job-seekers .carousel-fade .carousel-inner .active.left,
.job-seekers .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
/* line 123, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-inner .active,
.job-seekers .carousel-fade .carousel-inner .next.left,
.job-seekers .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/* line 129, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-inner .next,
.job-seekers .carousel-fade .carousel-inner .prev,
.job-seekers .carousel-fade .carousel-inner .active.left,
.job-seekers .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/* line 138, ../scss/_homepage.scss */
.job-seekers .carousel-fade .carousel-control {
  z-index: 2;
}

/* line 143, ../scss/_homepage.scss */
.homepage {
  	/*    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
      -moz-box-shadow:    0px -4px 3px rgba(50, 50, 50, 0.15);
      box-shadow:         0px -4px 3px rgba(50, 50, 50, 0.15);*/
  background: white;
  top: 0px;
  z-index: 1000;
  width: 100%;
  /*&.scrolled{
  	.main-navigation{
  		h1{
  			img{
  				height: 45px;
  				width: 96px;
  				@extend .animate-fast;
  			}
  		}
  		.nav{
  			li{
  				a{
  					@extend .animate-fast;
  				}
  			}
  		}
  	}
  }*/
}
/* line 153, ../scss/_homepage.scss */
.homepage .left-col {
  margin-top: 115px;
}
/* line 156, ../scss/_homepage.scss */
.homepage .left-col .line {
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #002B49;
}
/* line 164, ../scss/_homepage.scss */
.homepage .home-preview-slider {
  position: relative;
  z-index: 1;
}
/* line 168, ../scss/_homepage.scss */
.homepage .home-preview-slider .mask {
  position: absolute;
  z-index: 2;
}
/* line 172, ../scss/_homepage.scss */
.homepage .home-preview-slider .mask img {
  width: 100%;
}
/* line 177, ../scss/_homepage.scss */
.homepage .home-preview-slider .images {
  position: absolute;
  z-index: 1;
  padding: 3.5%;
  min-width: 100%;
}
/* line 183, ../scss/_homepage.scss */
.homepage .home-preview-slider .images .carousel-indicators {
  bottom: -60px;
}
/* line 190, ../scss/_homepage.scss */
.homepage #two .left-col {
  margin-top: 140px;
}
/* line 195, ../scss/_homepage.scss */
.homepage #corner-image {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: -100px;
  right: 0px;
  z-index: 3000 !important;
  pointer-events: none;
}
/* line 204, ../scss/_homepage.scss */
.homepage #corner-image .images {
  float: right;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
}
/* line 213, ../scss/_homepage.scss */
.homepage #corner-image .image {
  min-height: 200px;
  width: 100%;
  float: right;
  text-align: right;
  position: absolute;
  opacity: 0;
}
/* line 222, ../scss/_homepage.scss */
.homepage #corner-image .image.image-one {
  z-index: 40;
}
/* line 226, ../scss/_homepage.scss */
.homepage #corner-image .image.image-two {
  z-index: 30;
}
/* line 230, ../scss/_homepage.scss */
.homepage #corner-image .image.image-three {
  z-index: 20;
}
/* line 234, ../scss/_homepage.scss */
.homepage #corner-image .image.image-four {
  z-index: 10;
}
/* line 239, ../scss/_homepage.scss */
.homepage #corner-image .image img {
  width: 100%;
  float: right;
}
/* line 246, ../scss/_homepage.scss */
.homepage .container {
  max-width: 100%;
  padding: 0 35px;
  position: static;
}
/* line 251, ../scss/_homepage.scss */
.homepage .container.content {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 991px) and (min-width: 320px) {
  /* line 251, ../scss/_homepage.scss */
  .homepage .container.content {
    padding-bottom: 10vh !important;
  }
}
/* line 259, ../scss/_homepage.scss */
.homepage .container.content .down-arrow, .homepage .container.content .up-arrow {
  margin-top: 15px;
}
/* line 263, ../scss/_homepage.scss */
.homepage .container.content .large-title {
  font-family: maven_pro_light300;
  font-size: 3.750em;
  color: #002B49;
  font-weight: 300 !important;
  height: 30vh;
}
/* line 273, ../scss/_homepage.scss */
.homepage section {
  overflow: hidden;
  /*height: 960px;*/
  position: relative;
  background-color: #ffffff !important;
}
/* line 279, ../scss/_homepage.scss */
.homepage section p.lead {
  font-size: 1.5em;
}
/* line 283, ../scss/_homepage.scss */
.homepage section.hero {
  overflow: hidden;
  background: white;
  position: relative;
}
/* line 289, ../scss/_homepage.scss */
.homepage section.hero .giant-icon {
  position: absolute;
  z-index: 1000;
  opacity: 0.4;
  /*display: none;*/
}
/* line 295, ../scss/_homepage.scss */
.homepage section.hero .giant-icon img {
  margin-left: -75%;
  /*width: 80%;*/
}
/* line 301, ../scss/_homepage.scss */
.homepage section.hero .main-bg {
  position: fixed;
  opacity: 0.7;
  width: 100%;
}
/* line 306, ../scss/_homepage.scss */
.homepage section.hero .main-bg img {
  width: 100%;
  opacity: 0.7;
}
/* line 311, ../scss/_homepage.scss */
.homepage section.hero .main-bg:after {
  display: none;
  content: " ";
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  opacity: 0.1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1b434+0,efc777+24,efc777+100&amp;1+0,0+100 */
  background: -moz-linear-gradient(-45deg, #f1b434 0%, rgba(239, 199, 119, 0.76) 24%, rgba(239, 199, 119, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f1b434), color-stop(24%, rgba(239, 199, 119, 0.76)), color-stop(100%, rgba(239, 199, 119, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f1b434 0%, rgba(239, 199, 119, 0.76) 24%, rgba(239, 199, 119, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f1b434 0%, rgba(239, 199, 119, 0.76) 24%, rgba(239, 199, 119, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f1b434 0%, rgba(239, 199, 119, 0.76) 24%, rgba(239, 199, 119, 0) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #f1b434 0%, rgba(239, 199, 119, 0.76) 24%, rgba(239, 199, 119, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b434', endColorstr='#00efc777',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 332, ../scss/_homepage.scss */
.homepage section.hero .overlay {
  position: absolute;
  width: 100%;
  top: 25%;
  z-index: 1000;
  /*margin-top: -20px;*/
}
/* line 339, ../scss/_homepage.scss */
.homepage section.hero .overlay h2 {
  color: #002B49;
  /*font-weight: bold;*/
}
/* line 344, ../scss/_homepage.scss */
.homepage section.hero .overlay .small-title, .homepage section.hero .overlay .role-summary .add-role .help-me, .role-summary .add-role .homepage section.hero .overlay .help-me {
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: maven_pro_light300;
  /*font-size: 14px;*/
}
/* line 352, ../scss/_homepage.scss */
.homepage section.hero .overlay .btn {
  margin-top: 15px;
  margin-right: 15px;
}
/* line 359, ../scss/_homepage.scss */
.homepage section.contact {
  background: #f7f6ef;
  position: relative;
  overflow: visible;
  z-index: 2;
}
/* line 365, ../scss/_homepage.scss */
.homepage section.contact .slant {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 100vw;
  border-color: transparent transparent transparent rgba(236, 172, 51, 0.9);
  margin-top: -200px;
  position: absolute;
  z-index: 2;
}
/* line 375, ../scss/_homepage.scss */
.homepage section.contact .content {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 380, ../scss/_homepage.scss */
.homepage section.contact .small-title, .homepage section.contact .role-summary .add-role .help-me, .role-summary .add-role .homepage section.contact .help-me {
  margin: 0px;
}
/* line 384, ../scss/_homepage.scss */
.homepage section.contact .left-col {
  margin-top: 100px;
}
/* line 392, ../scss/_homepage.scss */
.homepage .sign-up-bar {
  position: absolute;
  bottom: -1px;
  background: #002B49;
  width: 100%;
  padding: 30px;
  z-index: 2001;
}
/* line 400, ../scss/_homepage.scss */
.homepage .sign-up-bar.about {
  position: relative;
}
/* line 404, ../scss/_homepage.scss */
.homepage .sign-up-bar.testicles {
  position: fixed;
}
/* line 408, ../scss/_homepage.scss */
.homepage .sign-up-bar input {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}
/* line 415, ../scss/_homepage.scss */
.homepage .sign-up-bar .btn {
  padding: 12px 45px;
}
/* line 420, ../scss/_homepage.scss */
.homepage .sign-up-bar .info {
  padding-top: 8px;
}
/* line 423, ../scss/_homepage.scss */
.homepage .sign-up-bar .info p {
  color: white;
  font-size: 1.4em;
  margin-bottom: 3px;
}
/* line 428, ../scss/_homepage.scss */
.homepage .sign-up-bar .info p.small {
  font-size: 0.75em;
  color: #F1B434;
  text-transform: uppercase;
}
/* line 439, ../scss/_homepage.scss */
.homepage .main-navigation.fixed {
  position: absolute;
  background: transparent;
}

/* line 466, ../scss/_homepage.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100% !important;
}

@media (min-width: 768px) and (max-width: 1061px) {
  /* line 471, ../scss/_homepage.scss */
  .main-navigation .navbar-nav.navbar-right {
    margin-top: 2.5vh;
    margin-left: 180px;
    position: absolute;
    top: 0;
    min-width: 75vw;
    float: right;
  }
  /* line 479, ../scss/_homepage.scss */
  .main-navigation .navbar-nav.navbar-right li a {
    padding: 2vw;
  }

  /* line 484, ../scss/_homepage.scss */
  .top-sign-up-bar .cta {
    margin-left: 110px;
    position: absolute;
  }
  /* line 488, ../scss/_homepage.scss */
  .top-sign-up-bar .cta li a {
    padding: 2vw;
  }

  /* line 493, ../scss/_homepage.scss */
  li.logInButton {
    float: right;
    margin-right: 6vw;
  }
}
@media (max-width: 780px) {
  /* line 500, ../scss/_homepage.scss */
  .main-navigation .navbar-nav.navbar-right li a {
    padding: 1.4vw;
  }
}
/* line 2, ../scss/_about.scss */
.about .container {
  max-width: 960px !important;
}
/* line 6, ../scss/_about.scss */
.about .hero-banner {
  /*height: 150px;*/
}
/* line 9, ../scss/_about.scss */
.about .top-section {
  height: 75vh !important;
  padding-bottom: 55%;
  position: relative;
  height: 0px;
}
/* line 15, ../scss/_about.scss */
.about .top-section .bg {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 1;
}
/* line 21, ../scss/_about.scss */
.about .top-section .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
/* line 27, ../scss/_about.scss */
.about .top-section .overlay .intro {
  color: #002B49;
}
/* line 31, ../scss/_about.scss */
.about .top-section .title {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 60%;
}
/* line 41, ../scss/_about.scss */
.about .top-section .title h1 {
  padding-top: 2vh !important;
  color: #000000;
  font-weight: 300;
  font-size: 6vh;
  padding: 0;
  margin: 0;
  line-height: 1;
}
/* line 51, ../scss/_about.scss */
.about .top-section .title h2 {
  font-weight: 600;
  color: #B33D26;
  font-size: 8vh;
  padding: 0;
  margin: 0;
  line-height: 1;
}
/* line 60, ../scss/_about.scss */
.about .top-section .title h3 {
  font-weight: 200;
  font-size: 4vh;
  padding: 0;
  margin: 0;
  line-height: 2;
  color: #5e7283;
  letter-spacing: 2px;
}
/* line 70, ../scss/_about.scss */
.about .top-section .title p {
  padding: 5vh 0 1vh;
  text-align: justify;
  font-weight: 200;
  font-size: 3vh;
  color: #002B49;
}
@media (max-width: 1366px) {
  /* line 79, ../scss/_about.scss */
  .about .top-section .title h3 {
    font-size: 3vh;
  }
  /* line 82, ../scss/_about.scss */
  .about .top-section .title h1 {
    font-size: 5vh;
  }
  /* line 85, ../scss/_about.scss */
  .about .top-section .title h2 {
    font-size: 6vh;
  }
  /* line 88, ../scss/_about.scss */
  .about .top-section .title p {
    font-size: 2vh;
  }
}
@media (max-width: 1024px) {
  /* line 94, ../scss/_about.scss */
  .about .top-section .title h1 {
    font-size: 3vh;
    padding-top: 0 !important;
  }
  /* line 98, ../scss/_about.scss */
  .about .top-section .title h2 {
    font-size: 4vh;
  }
  /* line 101, ../scss/_about.scss */
  .about .top-section .title p {
    padding-top: 2vh;
  }
}
@media (max-width: 420px) {
  /* line 31, ../scss/_about.scss */
  .about .top-section .title {
    top: 50% !important;
  }
}
/* line 149, ../scss/_about.scss */
.about .team {
  background: #F2F0E1;
  position: relative;
  overflow: visible;
  z-index: 2;
  margin-top: -50px;
}
/* line 156, ../scss/_about.scss */
.about .team .container {
  padding-top: 40px;
  padding-bottom: 140px;
}
/* line 161, ../scss/_about.scss */
.about .team .slant {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent rgba(236, 172, 51, 0.9);
  margin-top: -100px;
  position: absolute;
  z-index: 2;
}
/* line 174, ../scss/_about.scss */
.about .person .headshot {
  float: left;
  max-width: 40%;
  position: relative;
}
/* line 179, ../scss/_about.scss */
.about .person .headshot:before {
  position: absolute;
  content: " ";
  opacity: 0.3;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 40px;
  border-color: transparent transparent #F2F0E1 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/* line 196, ../scss/_about.scss */
.about .person .text {
  float: left;
  padding: 15px;
  max-width: 60%;
}
/* line 204, ../scss/_about.scss */
.about .person .text p.small-title, .about .person .text .role-summary .add-role p.help-me, .role-summary .add-role .about .person .text p.help-me {
  color: #002B49;
  line-height: 1.2em;
  margin-bottom: 5px;
}
/* line 209, ../scss/_about.scss */
.about .person .text p.small-text {
  color: #002B49;
  line-height: 1.4em;
}

/* line 220, ../scss/_about.scss */
.features .alt-text.hidden, .features .normal-text.hidden {
  display: none;
}
/* line 225, ../scss/_about.scss */
.features .container {
  max-width: 960px;
}
/* line 228, ../scss/_about.scss */
.features section {
  padding: 70px 0;
}
/* line 230, ../scss/_about.scss */
.features section.hero {
  padding-top: 0px;
}
/* line 234, ../scss/_about.scss */
.features section.section .container {
  max-width: 800px;
}
/* line 238, ../scss/_about.scss */
.features section.section .large-title {
  text-align: center;
  font-weight: normal !important;
}
/* line 244, ../scss/_about.scss */
.features section.preview {
  padding-bottom: 0px;
}
/* line 247, ../scss/_about.scss */
.features section.preview .signup {
  position: relative;
  height: 450px;
  overflow: hidden;
}
/* line 252, ../scss/_about.scss */
.features section.preview .signup .cta {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0px;
  padding: 20px;
  background: #002B49;
  z-index: 3;
}
/* line 261, ../scss/_about.scss */
.features section.preview .signup .cta p.small-title, .features section.preview .signup .cta .role-summary .add-role p.help-me, .role-summary .add-role .features section.preview .signup .cta p.help-me {
  line-height: 50px;
}
/* line 265, ../scss/_about.scss */
.features section.preview .signup .screen {
  position: absolute;
  z-index: 2;
  top: 0px;
  width: 100%;
}
/* line 271, ../scss/_about.scss */
.features section.preview .signup .images {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  padding-left: 8%;
  padding-top: 4%;
  overflow: hidden;
}
/* line 280, ../scss/_about.scss */
.features section.preview .signup .images img {
  width: 91%;
}
/* line 288, ../scss/_about.scss */
.features .animation {
  width: 180px;
  height: 100px;
  margin: 0 auto;
  /*margin-bottom: 35px;*/
}

/* line 296, ../scss/_about.scss */
.sign-up-bar {
  position: absolute;
  bottom: -1px;
  background: #002B49;
  width: 100%;
  padding: 30px;
  z-index: 2001;
}
/* line 304, ../scss/_about.scss */
.sign-up-bar.about {
  position: relative;
}
/* line 308, ../scss/_about.scss */
.sign-up-bar.testicles {
  position: fixed;
}
/* line 312, ../scss/_about.scss */
.sign-up-bar input {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}
/* line 319, ../scss/_about.scss */
.sign-up-bar .btn {
  padding: 12px 45px;
}
/* line 324, ../scss/_about.scss */
.sign-up-bar .info {
  padding-top: 8px;
}
/* line 327, ../scss/_about.scss */
.sign-up-bar .info p {
  color: white;
  font-size: 1.4em;
  margin-bottom: 3px;
}
/* line 332, ../scss/_about.scss */
.sign-up-bar .info p.small {
  font-size: 0.75em;
  color: #F1B434;
  text-transform: uppercase;
}

/* line 343, ../scss/_about.scss */
.main-navigation.fixed {
  position: absolute;
  background: transparent;
}

/* line 3, ../scss/_landing-pages.scss */
.landing-page.apply .left-col {
  border-right: 1px solid #e5e5e5;
}
/* line 6, ../scss/_landing-pages.scss */
.landing-page.apply .left-col .inner {
  max-width: 380px;
}
/* line 10, ../scss/_landing-pages.scss */
.landing-page.apply .left-col .intro {
  font-family: maven_pro_light300;
  color: #9FA0A0;
}

/* Responsive Views */
/* Extra Small */
@media (max-width: 767px) {
  /* line 1, ../scss/_xs.scss */
  body {
    font-size: 12px;
    line-height: 1.428;
  }

  /* line 6, ../scss/_xs.scss */
  .container {
    padding: 0 30px;
  }

  /* line 13, ../scss/_xs.scss */
  .form-group .checkbox-inline {
    height: 35px;
  }

  /* APPLY FORM */
  
  /* line 27, ../scss/_xs.scss */
  header {
    position: absolute;
  }
  /* line 30, ../scss/_xs.scss */
  header.job-title {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
    height: 80px;
    padding: 20px 0;
    padding-left: 50px;
  }
  /* line 38, ../scss/_xs.scss */
  header.job-title p {
    font-size: 12px;
  }
  /* line 41, ../scss/_xs.scss */
  header.job-title h1 {
    font-size: 20px;
  }
  /* line 45, ../scss/_xs.scss */
  header.job-title.fixed {
    position: absolute;
    padding: 20px 0;
    height: 80px;
    margin-bottom: 30px;
    padding-left: 50px;
    border-bottom: 1px solid #f6f6f6;
  }
  /* line 53, ../scss/_xs.scss */
  header.job-title.fixed p {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
  }
  /* line 58, ../scss/_xs.scss */
  header.job-title.fixed h1.main-title {
    font-size: 20px;
  }

  /* line 67, ../scss/_xs.scss */
  .form-progress-nav-wrap {
    top: 100px;
    position: relative !important;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 35px;
    padding-bottom: 15px;
    /*display: none;*/
  }
  /* line 76, ../scss/_xs.scss */
  .form-progress-nav-wrap.fixed {
    position: relative !important;
    top: 100px;
    width: 100%;
    z-index: 0;
    background: transparent;
    height: auto;
    overflow: visible;
  }
  /* line 85, ../scss/_xs.scss */
  .form-progress-nav-wrap.fixed:hover {
    overflow: visible;
  }
  /* line 93, ../scss/_xs.scss */
  .form-progress-nav-wrap ul > li.previous:after {
    display: none;
  }

  /* line 101, ../scss/_xs.scss */
  #push {
    padding-top: 120px !important;
  }
  /* line 104, ../scss/_xs.scss */
  #push.padder {
    padding-top: 120px !important;
  }

  /* line 113, ../scss/_xs.scss */
  .form-progress-nav {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 121, ../scss/_xs.scss */
  .form-progress-nav ul li a {
    width: 27px;
    height: 27px;
    display: block;
  }
  /* line 127, ../scss/_xs.scss */
  .form-progress-nav ul li {
    /*text-indent: -1000px;*/
    border: 0px;
    height: auto;
    width: 27px;
    height: 27px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 0px;
    float: left;
    margin-right: 5px;
    line-height: 27px;
    color: white;
    font-weight: normal;
    background: #f4f4f4;
    color: #002B49;
  }
  /* line 145, ../scss/_xs.scss */
  .form-progress-nav ul li.current {
    background: #0097A9;
    color: white;
  }
  /* line 149, ../scss/_xs.scss */
  .form-progress-nav ul li.current:before {
    color: white;
  }
  /* line 154, ../scss/_xs.scss */
  .form-progress-nav ul li.visited {
    border: 0px;
  }
  /* line 158, ../scss/_xs.scss */
  .form-progress-nav ul li:before {
    left: 0px;
    font-size: 18px;
    width: 27px;
  }
  /* line 166, ../scss/_xs.scss */
  .form-progress-nav ul li:last-child:after {
    display: none;
  }
  /* line 170, ../scss/_xs.scss */
  .form-progress-nav ul li .title {
    display: none;
  }

  /* line 177, ../scss/_xs.scss */
  .form-header {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: auto;
    margin-top: 0px !important;
  }
  /* line 184, ../scss/_xs.scss */
  .form-header .circle {
    display: none;
  }
  /* line 187, ../scss/_xs.scss */
  .form-header p {
    display: none;
  }
  /* line 190, ../scss/_xs.scss */
  .form-header h3 {
    font-size: 2em;
    margin-top: 5px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  /* line 198, ../scss/_xs.scss */
  .form-header.fixed {
    position: relative;
  }

  /* line 203, ../scss/_xs.scss */
  hr {
    border-top: 0px;
    margin: 0px;
  }

  /* line 208, ../scss/_xs.scss */
  .form-horizontal .control-label {
    margin-bottom: 10px;
  }
  /* line 212, ../scss/_xs.scss */
  .form-horizontal hr {
    border-top: 1px;
  }
  /* line 216, ../scss/_xs.scss */
  .form-horizontal .form-group {
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
  }
  /* line 223, ../scss/_xs.scss */
  .form-horizontal .select-block .btn {
    width: 50%;
  }
  /* line 225, ../scss/_xs.scss */
  .form-horizontal .select-block .btn:first-child {
    margin-left: -1px;
  }
  /* line 230, ../scss/_xs.scss */
  .form-horizontal .checkbox-inline {
    padding-left: 0px;
    display: block;
  }

  /* TO SORT*/
  /* line 238, ../scss/_xs.scss */
  .well {
    margin-top: 30px;
  }

  /* line 242, ../scss/_xs.scss */
  .lead {
    font-size: 1em;
  }

  /* line 246, ../scss/_xs.scss */
  p.intro {
    font-size: 18px;
  }

  /* line 250, ../scss/_xs.scss */
  p {
    line-height: 1.5em;
  }

  /* line 254, ../scss/_xs.scss */
  .bottom-buttons {
    text-align: left;
    margin-top: 35px;
    float: left;
    margin-bottom: 50px;
    width: 100%;
  }

  /* line 263, ../scss/_xs.scss */
  .short-questions .question {
    display: block !important;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
  }
  /* line 268, ../scss/_xs.scss */
  .short-questions .question .dark-text {
    margin-bottom: 0px;
  }
  /* line 272, ../scss/_xs.scss */
  .short-questions .carousel-indicators {
    display: none;
  }
  /* line 275, ../scss/_xs.scss */
  .short-questions .question-box {
    margin-top: 40px !important;
  }
  /* line 278, ../scss/_xs.scss */
  .short-questions hr {
    display: inline;
  }
  /* line 281, ../scss/_xs.scss */
  .short-questions .question-ui {
    display: none !important;
  }
  /* line 286, ../scss/_xs.scss */
  .short-questions #questions-carousel .pagination {
    top: 0px;
  }
  /* line 289, ../scss/_xs.scss */
  .short-questions #questions-carousel .pagination.fixed {
    top: 0px;
  }

  /* line 296, ../scss/_xs.scss */
  .btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  /* Navigation */
  /* line 305, ../scss/_xs.scss */
  .hero-banner {
    max-height: 65px;
    margin-bottom: 35px;
  }
  /* line 309, ../scss/_xs.scss */
  .hero-banner:before {
    display: none;
  }

  /* Features Section */
  /* line 317, ../scss/_xs.scss */
  .features section {
    border-bottom: 1px solid #f6f6f6;
  }

  /* Typography */
  /* line 325, ../scss/_xs.scss */
  p.strong, a.strong, h1.strong, h2.strong, h3.strong, h4.strong, h5.strong, h6.strong {
    font-weight: bold;
    font-family: maven_probold;
  }
  /* line 329, ../scss/_xs.scss */
  p.large-title, a.large-title, h1.large-title, h2.large-title, h3.large-title, h4.large-title, h5.large-title, h6.large-title {
    font-size: 2em;
    font-weight: bold;
    color: #002B49;
  }
  /* line 335, ../scss/_xs.scss */
  p.medium-title, a.medium-title, h1.medium-title, h2.medium-title, h3.medium-title, h4.medium-title, h5.medium-title, h6.medium-title {
    font-size: 1.400em;
    font-weight: bold;
  }
  /* line 339, ../scss/_xs.scss */
  p.very-small-text, .panel-group .panel-heading .panel-title a p.status, a.very-small-text, .panel-group .panel-heading .panel-title a a.status, h1.very-small-text, .panel-group .panel-heading .panel-title a h1.status, h2.very-small-text, .panel-group .panel-heading .panel-title a h2.status, h3.very-small-text, .panel-group .panel-heading .panel-title a h3.status, h4.very-small-text, .panel-group .panel-heading .panel-title a h4.status, h5.very-small-text, .panel-group .panel-heading .panel-title a h5.status, h6.very-small-text, .panel-group .panel-heading .panel-title a h6.status {
    font-size: 0.875em;
  }
  /* line 342, ../scss/_xs.scss */
  p.small-text, a.small-text, h1.small-text, h2.small-text, h3.small-text, h4.small-text, h5.small-text, h6.small-text {
    font-size: 1em;
    font-family: maven_pro_light300;
    line-height: 150%;
  }
  /* line 348, ../scss/_xs.scss */
  p.light-text, a.light-text, h1.light-text, h2.light-text, h3.light-text, h4.light-text, h5.light-text, h6.light-text {
    font-family: maven_pro_light300 !important;
  }
  /* line 351, ../scss/_xs.scss */
  p.small-body, a.small-body, h1.small-body, h2.small-body, h3.small-body, h4.small-body, h5.small-body, h6.small-body {
    font-size: 1.125em;
    line-height: 1.8em;
    font-weight: 300;
    font-family: maven_pro_light300;
  }
  /* line 357, ../scss/_xs.scss */
  p.dark-text, a.dark-text, h1.dark-text, h2.dark-text, h3.dark-text, h4.dark-text, h5.dark-text, h6.dark-text {
    color: black;
    line-height: 1.5em;
  }
  /* line 361, ../scss/_xs.scss */
  p.large-text, a.large-text, h1.large-text, h2.large-text, h3.large-text, h4.large-text, h5.large-text, h6.large-text {
    font-size: 24px;
    font-color: #666666;
  }
  /* line 366, ../scss/_xs.scss */
  p.module-header, .add-strength #status p.sub-title, a.module-header, .add-strength #status a.sub-title, h1.module-header, .add-strength #status h1.sub-title, h2.module-header, .add-strength #status h2.sub-title, h3.module-header, .add-strength #status h3.sub-title, h4.module-header, .add-strength #status h4.sub-title, .user-data h4.module-title, h5.module-header, .add-strength #status h5.sub-title, h6.module-header, .add-strength #status h6.sub-title {
    font-size: 1.750em;
    font-family: maven_pro_light300;
  }
  /* line 371, ../scss/_xs.scss */
  p.black, .panel.filter-questions .question-group, a.black, h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
    color: black;
  }
  /* line 375, ../scss/_xs.scss */
  p.yellow, a.yellow, h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
    color: #F1B434;
  }
  /* line 379, ../scss/_xs.scss */
  p.white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: white;
  }
  /* line 383, ../scss/_xs.scss */
  p.green-text, .panel-group .panel-heading .panel-title a p.status, a.green-text, .panel-group .panel-heading .panel-title a a.status, h1.green-text, .panel-group .panel-heading .panel-title a h1.status, h2.green-text, .panel-group .panel-heading .panel-title a h2.status, h3.green-text, .panel-group .panel-heading .panel-title a h3.status, h4.green-text, .panel-group .panel-heading .panel-title a h4.status, h5.green-text, .panel-group .panel-heading .panel-title a h5.status, h6.green-text, .panel-group .panel-heading .panel-title a h6.status {
    color: #91e599;
  }
  /* line 388, ../scss/_xs.scss */
  p.massive-title, a.massive-title, h1.massive-title, h2.massive-title, h3.massive-title, h4.massive-title, h5.massive-title, h6.massive-title {
    font-size: 2.5em;
    line-height: 1em;
    margin: 0px;
  }
  /* line 394, ../scss/_xs.scss */
  p.massive-text, a.massive-text, h1.massive-text, h2.massive-text, h3.massive-text, h4.massive-text, h5.massive-text, h6.massive-text {
    font-size: 30px;
    color: #002B49;
    line-height: 1.30em;
    font-family: maven_pro_light300;
  }
  /* line 400, ../scss/_xs.scss */
  p.massive-text span, a.massive-text span, h1.massive-text span, h2.massive-text span, h3.massive-text span, h4.massive-text span, h5.massive-text span, h6.massive-text span {
    font-family: maven_probold;
  }

  /*Nav*/
  /* line 408, ../scss/_xs.scss */
  .top-sign-up-bar {
    display: none;
  }
  /* line 411, ../scss/_xs.scss */
  .top-sign-up-bar.active {
    display: none !important;
  }

  /* line 416, ../scss/_xs.scss */
  .job-seekers {
    display: none;
  }

  /* line 420, ../scss/_xs.scss */
  .main-navigation {
    padding: 0 25px;
    padding-right: 10px;
    position: absolute !important;
  }
  /* line 425, ../scss/_xs.scss */
  .main-navigation.fixed-condensed {
    position: absolute !important;
  }
  /* line 430, ../scss/_xs.scss */
  .main-navigation .navbar-header .brand {
    width: 90px;
    margin-top: 12px;
    overflow: hidden;
    /*@extend .animate-fast;*/
  }
  /* line 436, ../scss/_xs.scss */
  .main-navigation .navbar-header .brand img {
    width: 100%;
    width: 90px;
    height: 42px;
    /*@extend .animate-fast;*/
  }
  /* line 446, ../scss/_xs.scss */
  .main-navigation .navbar-toggle {
    background: #002B49;
    border-radius: 0px;
    margin-right: 5px;
    margin-top: 15px;
  }
  /* line 452, ../scss/_xs.scss */
  .main-navigation .navbar-toggle .icon-bar {
    background: white;
  }
  /* line 456, ../scss/_xs.scss */
  .main-navigation .navbar-toggle.collapsed {
    border-radius: 0px;
    border: 0px;
    background: transparent;
  }
  /* line 461, ../scss/_xs.scss */
  .main-navigation .navbar-toggle.collapsed .icon-bar {
    background: #002B49;
  }
  /* line 468, ../scss/_xs.scss */
  .main-navigation .navbar-collapse {
    background: white;
    border-top: 0px;
    z-index: 2;
    margin-left: -25px;
    margin-right: -10px;
  }
  /* line 477, ../scss/_xs.scss */
  .main-navigation .navbar-collapse .nav li a {
    padding: 15px 20px;
  }
  /* line 483, ../scss/_xs.scss */
  .main-navigation .navbar-collapse.in {
    background: white;
    border-bottom: 1px solid #f5f5f5;
  }
  /* line 489, ../scss/_xs.scss */
  .main-navigation .dropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5000;
    margin-top: 10px;
    margin-right: 0px;
    /*display: none;*/
    text-align: right;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  /* line 504, ../scss/_xs.scss */
  .main-navigation .dropdown .dropdown-toggle a {
    background: white !important;
    padding: 10px !important;
    display: block;
  }
  /* line 511, ../scss/_xs.scss */
  .main-navigation .dropdown.open {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  /* line 518, ../scss/_xs.scss */
  .main-navigation .dropdown span.user {
    display: none;
  }
  /* line 522, ../scss/_xs.scss */
  .main-navigation .dropdown .dropdown-menu {
    float: right;
    text-align: right;
    min-width: 100px;
    background-color: white;
    padding: 0 10px;
    box-shadow: auto;
    min-width: 100px;
    background-color: white;
    margin-top: 8px;
    border: 1px solid #f6f6f6 !important;
    padding: 0px;
  }
  /* line 535, ../scss/_xs.scss */
  .main-navigation .dropdown .dropdown-menu li {
    border-bottom: 1px solid #f6f6f6;
  }

  /*Homepage*/
  /* line 546, ../scss/_xs.scss */
  .homepage .home-preview-slider {
    height: 580px;
  }
  /* line 550, ../scss/_xs.scss */
  .homepage .home-preview-slider .mask {
    width: 100%;
  }
  /* line 555, ../scss/_xs.scss */
  .homepage .sign-up-bar {
    display: block !important;
    position: fixed !important;
    text-align: center;
    padding: 10px;
  }
  /* line 563, ../scss/_xs.scss */
  .homepage section {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
  }
  /* line 568, ../scss/_xs.scss */
  .homepage section.hero .main-bg {
    width: 1000px;
  }
  /* line 571, ../scss/_xs.scss */
  .homepage section.hero .overlay {
    top: 100px;
  }
  /* line 574, ../scss/_xs.scss */
  .homepage section.hero .overlay .massive-title {
    margin-bottom: 5px;
    line-height: 1.1em;
  }
  /* line 578, ../scss/_xs.scss */
  .homepage section.hero .overlay p.lead {
    line-height: 1.8em;
    font-size: 1.125em;
    font-family: maven_pro_light300;
  }
  /* line 587, ../scss/_xs.scss */
  .homepage section.contact .slant {
    display: none;
  }
  /* line 591, ../scss/_xs.scss */
  .homepage section.contact .left-col {
    margin-top: 35px;
  }
  /* line 595, ../scss/_xs.scss */
  .homepage section .giant-icon {
    display: none;
  }
  /* line 599, ../scss/_xs.scss */
  .homepage section .small-title, .homepage section .role-summary .add-role .help-me, .role-summary .add-role .homepage section .help-me {
    font-size: 16px;
    font-family: maven_pro_light300;
  }
  /* line 606, ../scss/_xs.scss */
  .homepage section .container.content {
    padding-top: 35px;
  }
  /* line 609, ../scss/_xs.scss */
  .homepage section .container.content .large-title {
    font-size: 34px;
    height: auto !important;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 616, ../scss/_xs.scss */
  .homepage section .container.content .large-title br {
    display: none;
  }
  /* line 622, ../scss/_xs.scss */
  .homepage section .container.content .down-arrow {
    margin-top: 20px;
    display: none;
  }
  /* line 630, ../scss/_xs.scss */
  .homepage .home-preview-slider {
    margin-top: 25px;
  }

  /* About Page */
  /* line 639, ../scss/_xs.scss */
  .about section.top-section {
    min-height: 500px;
    padding-bottom: 35px;
  }
  /* line 644, ../scss/_xs.scss */
  .about section.top-section .bg {
    position: relative;
    top: 20px;
  }
  /* line 649, ../scss/_xs.scss */
  .about section.top-section .overlay {
    position: relative;
  }
  /* line 654, ../scss/_xs.scss */
  .about section.top-section .preview .screen {
    position: relative;
  }
  /* line 660, ../scss/_xs.scss */
  .about section.team {
    margin-top: 0px;
  }
  /* line 663, ../scss/_xs.scss */
  .about section.team .slant {
    display: none;
  }
  /* line 669, ../scss/_xs.scss */
  .about .person {
    margin-bottom: 20px;
  }
  /* line 672, ../scss/_xs.scss */
  .about .person .headshot {
    margin-right: 0px;
    max-width: 40%;
    margin-bottom: 20px;
  }
  /* line 677, ../scss/_xs.scss */
  .about .person .headshot img {
    width: 100%;
  }
  /* line 681, ../scss/_xs.scss */
  .about .person .headshot:before {
    display: none;
  }

  /* line 688, ../scss/_xs.scss */
  footer {
    max-height: 100%;
    padding-bottom: 0px !important;
  }
  /* line 692, ../scss/_xs.scss */
  footer ul {
    padding: 0px;
  }
  /* line 695, ../scss/_xs.scss */
  footer ul li {
    height: auto;
  }
  /* line 699, ../scss/_xs.scss */
  footer .copyright {
    float: left !important;
    text-align: left;
    display: none;
  }

  /* line 706, ../scss/_xs.scss */
  .login-register .form-horizontal .form-group {
    width: 100%;
  }

  /* Modal */
  /* line 718, ../scss/_xs.scss */
  .modal .modal-dialog .modal-content .large-title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 722, ../scss/_xs.scss */
  .modal .modal-dialog .modal-content p {
    font-size: 17px;
  }
  /* line 726, ../scss/_xs.scss */
  .modal .modal-dialog .modal-content .close {
    font-size: 19px;
    font-weight: bold;
  }

  /* Dasboard */
  /*
  .dashboard{
  	.nopadding{
  		padding-left: 15px;
  		padding-right: 15px;
  	}
  
  	.open{
  		table{
  			border-top: 1px solid #e5e5e5;
  			
  			.mobile-position-row{
  				height: auto;
  				border-bottom: 1px solid #f8f8f8;
  
  				&:hover{
  					background: #fafafa;
  				}
  			}
  			tr{
  				.position{
  					border: 0px !important;
  
  					.small-label{
  						width: 100%;
  						border-bottom: 0px;
  					}
  
  					a.name{
  						width: 100%;
  						font-size: 16px;
  						line-height: 17px;
  						padding-left: 0px;
  						border: 0px;
  						background: transparent;
  						padding-top: 0px;
  
  						.title{
  							display: inline-block;
  							font-size: 1em;
  							width: 100%;
  							max-width: 85%;
  							white-space: nowrap;
  							overflow: hidden;
  							text-overflow: ellipsis;
  
  						}
  
  						.location{
  							display: inline-block;
  							color: $dark-grey;
  							font-size: 1em;
  						}
  						.location{
  							display: block;
  							font-size: 13px;
  							float: left;
  							max-width: 85%;
  							white-space: nowrap;
  							overflow: hidden;
  							text-overflow: ellipsis;
  
  						}
  
  						.status{
  							margin-left: 6px;
  							float: left;
  							display: inline-block;
  							margin-top: 5px;
  							border-radius: 50%;
  							width: 10px;
  							height: 10px;
  							text-indent: -1000px;
  							overflow: hidden;
  							padding: 0px;
  
  
  						}
  					}
  
  					.buttons{
  						display: none;
  					}
  				}
  
  				th{
  					span{
  						height: auto !important;
  					}
  				}
  			}
  
  			.top-border{
  				border-top: 0px !important;
  			}
  		}
  	}
  }
  */
  /* Tabs */
  /* line 839, ../scss/_xs.scss */
  ul.nav-tabs li a {
    padding: 10px 15px;
  }

  /* line 848, ../scss/_xs.scss */
  .alert.status-bar {
    position: absolute;
  }
  /* line 851, ../scss/_xs.scss */
  .alert.status-bar.affix {
    position: absolute;
    top: auto;
  }

  /* line 856, ../scss/_xs.scss */
  .add-role {
    position: relative;
    /*@extend .clearfix;*/
    /* rOle SUmmary */
  }
  /* line 864, ../scss/_xs.scss */
  .add-role.mobile-content-in .side-tabs {
    left: -110%;
    -webkit-transition: all 0.5s;
    /* Safari */
    -moz-transition: all 0.5s;
    /* Firefox */
    transition: all 0.5s;
  }
  /* line 872, ../scss/_xs.scss */
  .add-role.mobile-content-in .mobile-head {
    opacity: 1 !important;
  }
  /* line 876, ../scss/_xs.scss */
  .add-role.mobile-content-in .mobile-head .back-to-menu:before {
    content: "←";
    margin-right: 4px;
  }
  /* line 883, ../scss/_xs.scss */
  .add-role.mobile-content-in .tab-content {
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    /* Safari */
    -moz-transition: all 0.5s;
    /* Firefox */
    transition: all 0.5s;
  }
  /* line 892, ../scss/_xs.scss */
  .add-role .side-tabs {
    width: 100%;
    border-right: 0px;
    z-index: 1000;
    background: 0px;
    height: 100vh;
    position: absolute;
    top: auto;
    right: 0px;
    left: 0px;
    bottom: auto;
    -webkit-transition: all 0.5s;
    /* Safari */
    -moz-transition: all 0.5s;
    /* Firefox */
    transition: all 0.5s;
  }
  /* line 907, ../scss/_xs.scss */
  .add-role .side-tabs.affix {
    /*position: absolute;*/
    width: 100%;
  }
  /* line 923, ../scss/_xs.scss */
  .add-role .tab-content {
    position: absolute;
    right: -110%;
    width: 100%;
    left: 220%;
    -webkit-transition: all 0.5s;
    /* Safari */
    -moz-transition: all 0.5s;
    /* Firefox */
    transition: all 0.5s;
  }
  /* line 929, ../scss/_xs.scss */
  .add-role .tab-content .tab-pane {
    padding-top: 35px;
  }
  /* line 936, ../scss/_xs.scss */
  .add-role .tab-content .mobile-head {
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0.67em;
    width: 100%;
    margin-bottom: 25px;
    background: white;
    opacity: 0;
    display: block;
  }
  /* line 946, ../scss/_xs.scss */
  .add-role .tab-content .mobile-head.affix {
    top: 0px;
    position: fixed;
  }
}
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../scss/_sm.scss */
  p, a, h1, h2, h3, h4, h5, h6 {
    	/*&.strong{
    		font-weight: bold;
    		font-family: maven_probold
    	}
    	&.large-title{
    		font-size: 2em;
    		font-weight: bold;
    		color: $dark-blue;
    	}
    
    	&.medium-title{
    		font-size: 1.400em;
    		font-weight: bold;
    	}
    	&.very-small-text{
    		font-size: 0.875em;
    	}
    	&.small-text{
    		font-size: 1em;
    		font-family: maven_pro_light300;
    		line-height: 150%;
    	}
    
    	&.light-text{
    		font-family: maven_pro_light300 !important;
    	}
    	&.small-body{
    		font-size: 1.125em;
    		line-height: 1.8em;
    		font-weight: 300;
    		font-family: maven_pro_light300;
    	}	
    	&.dark-text{
    		color: black;
    		line-height: 1.5em;
    	}*/
    /*&.large-text{
    	font-size: 24px;
    	font-color: #666666;
    }*/
    	/*&.module-header{
    		font-size: 1.750em;
    		font-family: maven_pro_light300;
    	}
    
    	&.black{
    		color: black;
    	}
    
    	&.yellow{
    		color: $yellow;
    	}
    
    	&.white{
    		color: white;
    	}
    
    	&.green-text{
    		color: #91e599;
    
    	}
    
    	&.massive-title{
    		font-size: 3.5em;
    		line-height: 1em;
    		margin:0px;
    	}
    
    	&.massive-text{
    		font-size: 30px;
    		color: $dark-blue;
    		line-height: 1.30em;
    		font-family: maven_pro_light300;
    
    		span{
    			font-family: maven_probold;
    		}
    	}*/
  }

  /* Homepage */
  /* line 87, ../scss/_sm.scss */
  .homepage .container.content .large-title {
    font-size: 2em;
    height: auto !important;
  }
  /* line 96, ../scss/_sm.scss */
  .homepage section.hero .overlay h2 {
    font-size: 4.15em;
  }
  /* line 100, ../scss/_sm.scss */
  .homepage section.hero .main-bg {
    position: relative;
    opacity: 0.7;
    width: 1600px;
    margin-left: -680px;
    left: 50%;
  }
  /* line 110, ../scss/_sm.scss */
  .homepage .container {
    max-width: 100%;
    padding: 0 35px;
    position: static;
  }
  /* line 115, ../scss/_sm.scss */
  .homepage .container.content {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  /* line 121, ../scss/_sm.scss */
  .homepage .container.content .down-arrow, .homepage .container.content .up-arrow {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  /* line 126, ../scss/_sm.scss */
  .homepage .container.content .large-title {
    font-family: maven_pro_light300;
    font-size: 3.750em;
    color: #002B49;
    font-weight: 300 !important;
    height: 80px;
  }
  /* line 136, ../scss/_sm.scss */
  .homepage .home-preview-slider {
    height: 580px;
  }
  /* line 140, ../scss/_sm.scss */
  .homepage .home-preview-slider .mask {
    width: 100%;
  }

  /* line 146, ../scss/_sm.scss */
  .sign-up-bar {
    text-align: center;
  }
  /* line 149, ../scss/_sm.scss */
  .sign-up-bar .info {
    margin-bottom: 20px;
    font-size: 18px;
  }

  /* Job seekers*/
  /* line 160, ../scss/_sm.scss */
  .job-seekers .container.content {
    padding-top: 180px;
  }

  /* About Page */
  /* line 173, ../scss/_sm.scss */
  .about section.top-section {
    min-height: auto;
    padding-bottom: 70px;
  }
  /* line 178, ../scss/_sm.scss */
  .about section.top-section .bg {
    position: relative;
    top: 20px;
  }
  /* line 183, ../scss/_sm.scss */
  .about section.top-section .overlay {
    position: relative;
  }
  /* line 188, ../scss/_sm.scss */
  .about section.top-section .preview .screen {
    position: relative;
  }
  /* line 194, ../scss/_sm.scss */
  .about section.team {
    margin-top: 0px;
  }
  /* line 197, ../scss/_sm.scss */
  .about section.team .slant {
    display: none;
  }
  /* line 201, ../scss/_sm.scss */
  .about section.team .padder-top, .about section.team .user-data h1, .user-data .about section.team h1, .about section.team .user-data h2, .user-data .about section.team h2, .about section.team .user-data h3, .user-data .about section.team h3, .about section.team .user-data h4, .user-data .about section.team h4, .about section.team .user-data h5, .user-data .about section.team h5, .about section.team .user-data h6, .user-data .about section.team h6 {
    padding-top: 0px;
  }
  /* line 204, ../scss/_sm.scss */
  .about section.team .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 211, ../scss/_sm.scss */
  .about .person {
    margin-bottom: 20px;
  }
  /* line 214, ../scss/_sm.scss */
  .about .person .headshot {
    margin-right: 0px;
    max-width: 40%;
    margin-bottom: 20px;
  }
  /* line 219, ../scss/_sm.scss */
  .about .person .headshot img {
    width: 100%;
  }
  /* line 223, ../scss/_sm.scss */
  .about .person .headshot:before {
    display: none;
  }

  /* Apply Flow */
  /* line 234, ../scss/_sm.scss */
  .timer {
    position: relative;
  }

  /* Job title header*/
  /* line 239, ../scss/_sm.scss */
  header {
    position: absolute;
  }
  /* line 242, ../scss/_sm.scss */
  header.job-title {
    padding: 20px 0;
    border-bottom: 0px solid #f6f6f6;
    margin-bottom: 30px;
    padding-left: 90px;
    height: 80px;
  }

  /* line 254, ../scss/_sm.scss */
  .form-header {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: auto;
    margin-top: 70px;
    /*	p{
    		display: none;
    	}*/
  }
  /* line 261, ../scss/_sm.scss */
  .form-header .circle {
    display: none;
  }
  /* line 267, ../scss/_sm.scss */
  .form-header h3 {
    font-size: 3em;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  /* line 273, ../scss/_sm.scss */
  .form-header.fixed {
    position: relative;
  }

  /* line 282, ../scss/_sm.scss */
  .form-progress-nav ul > li:before {
    display: none;
  }

  /* Dashboard */
  /*.dashboard{
  	min-height: 635px;
  	
  	.nopadding{
  		padding-left: 15px;
  		padding-right: 15px;
  	}
  }
  */
  /* Role Summary Page*/
  /* line 316, ../scss/_sm.scss */
  .role-summary section .main-title strong, .role-summary section .form-header h3 strong, .form-header .role-summary section h3 strong {
    font-weight: bold;
  }
  /* line 323, ../scss/_sm.scss */
  .role-summary section .module-header small, .role-summary section .add-strength #status .sub-title small, .add-strength #status .role-summary section .sub-title small, .role-summary section .user-data h4.module-title small, .user-data .role-summary section h4.module-title small {
    font-size: 18px;
  }
  /* line 325, ../scss/_sm.scss */
  .role-summary section .module-header small:before, .role-summary section .add-strength #status .sub-title small:before, .add-strength #status .role-summary section .sub-title small:before, .role-summary section .user-data h4.module-title small:before, .user-data .role-summary section h4.module-title small:before {
    content: "(";
  }
  /* line 328, ../scss/_sm.scss */
  .role-summary section .module-header small:after, .role-summary section .add-strength #status .sub-title small:after, .add-strength #status .role-summary section .sub-title small:after, .role-summary section .user-data h4.module-title small:after, .user-data .role-summary section h4.module-title small:after {
    content: ")";
  }
  /* line 336, ../scss/_sm.scss */
  .role-summary .add-role .help-me {
    float: right;
    margin-bottom: 15px;
    color: #F1B434 !important;
  }
  /* line 342, ../scss/_sm.scss */
  .role-summary .add-role .module hr {
    margin-top: 0px;
  }
  /* line 347, ../scss/_sm.scss */
  .role-summary .add-role .module-header, .role-summary .add-role .add-strength #status .sub-title, .add-strength #status .role-summary .add-role .sub-title, .role-summary .add-role .user-data h4.module-title, .user-data .role-summary .add-role h4.module-title {
    padding-bottom: 15px;
    margin-top: 70px;
  }
  /* line 356, ../scss/_sm.scss */
  .role-summary .job-desc label {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
  }
  /* line 362, ../scss/_sm.scss */
  .role-summary .job-desc .field {
    margin-bottom: 35px;
    margin-top: 25px;
  }
  /* line 366, ../scss/_sm.scss */
  .role-summary .job-desc .field form {
    /*margin-left: -26px;*/
    /*margin-top: -16px;*/
    /*margin-right: -26px;*/
  }
  /* line 371, ../scss/_sm.scss */
  .role-summary .job-desc .field form textarea {
    /*padding-left: 25px !important;
    padding-right: 25px;
    padding-top: 25px !important;*/
    border: 1px solid #e5e5e5;
    /*border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;*/
    /*background: #f9f9fe;*/
  }
  /* line 381, ../scss/_sm.scss */
  .role-summary .job-desc .field form .help-block {
    /*padding-left: 25px;*/
    margin-top: 10px;
  }
  /* line 390, ../scss/_sm.scss */
  .role-summary .menu-steps ul {
    list-style-type: none;
    padding: 0px;
  }
  /* line 395, ../scss/_sm.scss */
  .role-summary ul.strengths {
    padding-left: 0px;
  }
  /* line 397, ../scss/_sm.scss */
  .role-summary ul.strengths li {
    background: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
  }
  /* line 404, ../scss/_sm.scss */
  .role-summary ul.strengths li span {
    font-size: 12px;
    color: #959595;
    text-transform: lowercase;
  }

  /* line 414, ../scss/_sm.scss */
  #selectable {
    border-radius: 1px;
    border: 1px solid #e5e5e5;
    padding: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* line 419, ../scss/_sm.scss */
  #selectable .inner {
    padding: 15px 20px;
  }
  /* line 422, ../scss/_sm.scss */
  #selectable a {
    display: inline-block;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    font-size: 18px;
  }

  /* line 443, ../scss/_sm.scss */
  .slider-block .slider-handle {
    background: #F1B434;
    /*border-radius: 0px;*/
    opacity: 1;
  }
  /* line 448, ../scss/_sm.scss */
  .slider-block .slider-track {
    border-radius: 0px;
    box-shadow: none;
  }
  /* line 453, ../scss/_sm.scss */
  .slider-block .slider-selection {
    border-radius: 0px;
    box-shadow: none;
  }

  /* line 460, ../scss/_sm.scss */
  #hiringteam .addUI {
    height: 100%;
    min-height: 0px;
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 471, ../scss/_sm.scss */
  #hiringteam .addUI form {
    width: 100%;
    height: auto;
  }
  /* line 476, ../scss/_sm.scss */
  #hiringteam .addUI.open {
    min-height: 380px;
    max-height: auto;
    height: 100%;
    overflow: hidden;
    padding: auto;
  }
  /* line 486, ../scss/_sm.scss */
  #hiringteam .invited-team .control-label {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 5px;
  }
  /* line 491, ../scss/_sm.scss */
  #hiringteam .invited-team ul {
    padding-left: 0px;
    margin-top: 10px;
  }
  /* line 495, ../scss/_sm.scss */
  #hiringteam .invited-team ul li {
    list-style-type: none;
    line-height: 20px;
    font-size: 1em;
  }
  /* line 500, ../scss/_sm.scss */
  #hiringteam .invited-team ul li small {
    font-size: 0.8em;
    opacity: 0.8;
    color: #878787;
    margin-left: 5px;
  }
  /* line 507, ../scss/_sm.scss */
  #hiringteam .invited-team ul li p {
    margin: 0px;
    padding: 0px;
  }

  /* line 518, ../scss/_sm.scss */
  .add-strength #status {
    background: #f7f6ef;
  }
  /* line 521, ../scss/_sm.scss */
  .add-strength #status .sub-title {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
  /* line 529, ../scss/_sm.scss */
  .add-strength #status .strengths {
    margin-top: 10px;
  }
  /* line 533, ../scss/_sm.scss */
  .add-strength #status.affix {
    top: 35px;
    width: 35.5%;
  }
}
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2, ../scss/_md.scss */
  p, a, h1, h2, h3, h4, h5, h6 {
    	/*&.strong{
    		font-weight: bold;
    		font-family: maven_probold
    	}
    	&.large-title{
    		font-size: 2em;
    		font-weight: bold;
    		color: $dark-blue;
    	}
    
    	&.medium-title{
    		font-size: 1.400em;
    		font-weight: bold;
    	}
    	&.very-small-text{
    		font-size: 0.875em;
    	}
    	&.small-text{
    		font-size: 1em;
    		font-family: maven_pro_light300;
    		line-height: 150%;
    	}
    
    	&.light-text{
    		font-family: maven_pro_light300 !important;
    	}
    	&.small-body{
    		font-size: 1.125em;
    		line-height: 1.8em;
    		font-weight: 300;
    		font-family: maven_pro_light300;
    	}
    	&.dark-text{
    		color: black;
    		line-height: 1.5em;
    	}*/
    /*&.large-text{
    	font-size: 24px;
    	font-color: #666666;
    }*/
    	/*&.module-header{
    		font-size: 1.750em;
    		font-family: maven_pro_light300;
    	}
    
    	&.black{
    		color: black;
    	}
    
    	&.yellow{
    		color: $yellow;
    	}
    
    	&.white{
    		color: white;
    	}
    
    	&.green-text{
    		color: #91e599;
    
    	}
    
    	&.massive-title{
    		font-size: 3.5em;
    		line-height: 1em;
    		margin:0px;
    	}
    
    	&.massive-text{
    		font-size: 30px;
    		color: $dark-blue;
    		line-height: 1.30em;
    		font-family: maven_pro_light300;
    
    		span{
    			font-family: maven_probold;
    		}
    	}*/
  }

  /* line 86, ../scss/_md.scss */
  .homepage .container.content {
    padding-bottom: 120px;
  }
  /* line 89, ../scss/_md.scss */
  .homepage .container.content .large-title {
    /*font-size: 2em;*/
    height: auto;
  }
  /* line 99, ../scss/_md.scss */
  .homepage #corner-image {
    position: fixed;
    bottom: 0px;
    z-index: 100;
  }

  /* Apply Flow */
  /* line 109, ../scss/_md.scss */
  .form-header {
    margin-top: 70px;
  }

  /* line 115, ../scss/_md.scss */
  header {
    /*position: absolute;*/
  }
  /* line 118, ../scss/_md.scss */
  header.job-title {
    padding: 20px 0;
    border-bottom: 0px solid #f6f6f6;
    margin-bottom: 30px;
    padding-left: 90px;
    height: 80px;
  }

  /* About */
  /* line 131, ../scss/_md.scss */
  .about .top-section {
    padding-bottom: 64%;
  }
  /* line 136, ../scss/_md.scss */
  .about section.team .slant {
    display: none;
  }
  /* line 139, ../scss/_md.scss */
  .about section.team .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Dasboard */
  /*Side Tabs*/
  /* line 153, ../scss/_md.scss */
  .side-tabs {
    width: 100%;
    border-right: 0px;
  }
  /* line 157, ../scss/_md.scss */
  .side-tabs.affix {
    position: relative !important;
    width: 100%;
  }
}
/* Large */
