/* line 7, mixins/_wynd.scss */
#top {
  min-height: 100%;
  margin-bottom: -75px;
}
/* line 8, mixins/_wynd.scss */
#top:after {
  content: "";
  display: block;
  height: 75px;
}

/* line 11, mixins/_wynd.scss */
.pad {
  padding: 20px;
}

/* line 96, mixins/_wynd.scss */
form label {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #eee;
}
/* line 97, mixins/_wynd.scss */
form label.placeholder {
  padding: 0 !important;
}
/* line 98, mixins/_wynd.scss */
form input, form textarea, form select {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  border: 1px #eee solid;
}
/* line 99, mixins/_wynd.scss */
form input {
  margin-bottom: 10px;
}
/* line 100, mixins/_wynd.scss */
form .hint, form .note, form a, form p {
  color: #eee;
}
/* line 101, mixins/_wynd.scss */
form .rememberMe {
  margin-top: 20px;
}
/* line 102, mixins/_wynd.scss */
form .rememberMe input {
  width: auto;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  padding: 0 !important;
}
/* line 103, mixins/_wynd.scss */
form .rememberMe label {
  width: auto;
  padding-top: 0;
  padding-left: 3px;
}
/* line 105, mixins/_wynd.scss */
form .errorSummary p {
  color: #e74c3c;
  margin-bottom: 10px;
}
/* line 106, mixins/_wynd.scss */
form .errorSummary ul {
  padding-bottom: 20px;
}
/* line 107, mixins/_wynd.scss */
form input.error {
  border: #e74c3c 1px solid;
}
/* line 108, mixins/_wynd.scss */
form .errorMessage {
  margin-top: 4px;
}

/* line 112, mixins/_wynd.scss */
.modal-form label {
  padding-bottom: 5px;
  padding-top: 0px;
  color: #000;
  float: left;
  text-align: left;
  margin-left: 5px;
}
/* line 113, mixins/_wynd.scss */
.modal-form input.error {
  border: #e74c3c 1px solid;
}
/* line 114, mixins/_wynd.scss */
.modal-form .successSummary {
  color: #499125;
  margin-bottom: 10px;
  background-color: #B5FFBE;
}
/* line 115, mixins/_wynd.scss */
.modal-form .errorSummary {
  color: #e74c3c;
  margin-bottom: 10px;
  background-color: #FFB5CB;
}
/* line 116, mixins/_wynd.scss */
.modal-form .submit-button {
  margin-top: 5px;
}
/* line 117, mixins/_wynd.scss */
.modal-form .loader-img {
  display: none;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

/* line 87, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  /* line 8, ../bootstrap/stylesheets/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 67, ../bootstrap/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

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

  /* line 76, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

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

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

  /* line 91, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 93, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

/* line 125, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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: #777777;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

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

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

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

/* line 84, ../bootstrap/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 274, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

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

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

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

/* line 24, ../bootstrap/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../bootstrap/stylesheets/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: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 54, ../bootstrap/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 16, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../bootstrap/stylesheets/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 #dddddd;
}
/* line 35, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 44, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 56, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 69, ../bootstrap/stylesheets/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 82, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 88, ../bootstrap/stylesheets/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 #dddddd;
}
/* line 95, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

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

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

/* line 9, ../bootstrap/stylesheets/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: whitesmoke;
}

/* line 20, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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;
}

@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../bootstrap/stylesheets/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 199, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../bootstrap/stylesheets/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 211, ../bootstrap/stylesheets/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 224, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

/* line 77, ../bootstrap/stylesheets/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 84, ../bootstrap/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control, #developerContact input, #developerContact textarea, #generalForm .col-1 .row iframe, #formOverride input, #loginForm input, #registerForm input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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 53, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, #developerContact input:focus, #developerContact textarea:focus, #generalForm .col-1 .row iframe:focus, #formOverride input:focus, #loginForm input:focus, #registerForm input: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 102, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, #developerContact input::-moz-placeholder, #developerContact textarea::-moz-placeholder, #generalForm .col-1 .row iframe::-moz-placeholder, #formOverride input::-moz-placeholder, #loginForm input::-moz-placeholder, #registerForm input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, #developerContact input:-ms-input-placeholder, #developerContact textarea:-ms-input-placeholder, #generalForm .col-1 .row iframe:-ms-input-placeholder, #formOverride input:-ms-input-placeholder, #loginForm input:-ms-input-placeholder, #registerForm input:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, #developerContact input::-webkit-input-placeholder, #developerContact textarea::-webkit-input-placeholder, #generalForm .col-1 .row iframe::-webkit-input-placeholder, #formOverride input::-webkit-input-placeholder, #loginForm input::-webkit-input-placeholder, #registerForm input::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], #developerContact input[disabled], #developerContact textarea[disabled], #generalForm .col-1 .row iframe[disabled], #formOverride input[disabled], #loginForm input[disabled], #registerForm input[disabled], .form-control[readonly], #developerContact input[readonly], #developerContact textarea[readonly], #generalForm .col-1 .row iframe[readonly], #formOverride input[readonly], #loginForm input[readonly], #registerForm input[readonly], fieldset[disabled] .form-control, fieldset[disabled] #developerContact input, #developerContact fieldset[disabled] input, fieldset[disabled] #developerContact textarea, #developerContact fieldset[disabled] textarea, fieldset[disabled] #generalForm .col-1 .row iframe, #generalForm .col-1 .row fieldset[disabled] iframe, fieldset[disabled] #formOverride input, #formOverride fieldset[disabled] input, fieldset[disabled] #loginForm input, #loginForm fieldset[disabled] input, fieldset[disabled] #registerForm input, #registerForm fieldset[disabled] input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../bootstrap/stylesheets/bootstrap/_forms.scss */
textarea.form-control, #developerContact textarea {
  height: auto;
}

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

/* line 178, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .form-horizontal .form-group-sm #developerContact input[type="date"], #developerContact .form-horizontal .form-group-sm input[type="date"], .form-horizontal .form-group-sm #formOverride input[type="date"], #formOverride .form-horizontal .form-group-sm input[type="date"], .form-horizontal .form-group-sm #loginForm input[type="date"], #loginForm .form-horizontal .form-group-sm input[type="date"], .form-horizontal .form-group-sm #registerForm input[type="date"], #registerForm .form-horizontal .form-group-sm input[type="date"], .input-group-sm > input[type="date"].form-control, #developerContact .input-group-sm > input[type="date"], #formOverride .input-group-sm > input[type="date"], #loginForm .input-group-sm > input[type="date"], #registerForm .input-group-sm > input[type="date"],
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.form-horizontal .form-group-sm #developerContact input[type="time"],
#developerContact .form-horizontal .form-group-sm input[type="time"],
.form-horizontal .form-group-sm #formOverride input[type="time"],
#formOverride .form-horizontal .form-group-sm input[type="time"],
.form-horizontal .form-group-sm #loginForm input[type="time"],
#loginForm .form-horizontal .form-group-sm input[type="time"],
.form-horizontal .form-group-sm #registerForm input[type="time"],
#registerForm .form-horizontal .form-group-sm input[type="time"],
.input-group-sm > input[type="time"].form-control,
#developerContact .input-group-sm > input[type="time"],
#formOverride .input-group-sm > input[type="time"],
#loginForm .input-group-sm > input[type="time"],
#registerForm .input-group-sm > input[type="time"],
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.form-horizontal .form-group-sm #developerContact input[type="datetime-local"],
#developerContact .form-horizontal .form-group-sm input[type="datetime-local"],
.form-horizontal .form-group-sm #formOverride input[type="datetime-local"],
#formOverride .form-horizontal .form-group-sm input[type="datetime-local"],
.form-horizontal .form-group-sm #loginForm input[type="datetime-local"],
#loginForm .form-horizontal .form-group-sm input[type="datetime-local"],
.form-horizontal .form-group-sm #registerForm input[type="datetime-local"],
#registerForm .form-horizontal .form-group-sm input[type="datetime-local"],
.input-group-sm > input[type="datetime-local"].form-control,
#developerContact .input-group-sm > input[type="datetime-local"],
#formOverride .input-group-sm > input[type="datetime-local"],
#loginForm .input-group-sm > input[type="datetime-local"],
#registerForm .input-group-sm > input[type="datetime-local"],
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.form-horizontal .form-group-sm #developerContact input[type="month"],
#developerContact .form-horizontal .form-group-sm input[type="month"],
.form-horizontal .form-group-sm #formOverride input[type="month"],
#formOverride .form-horizontal .form-group-sm input[type="month"],
.form-horizontal .form-group-sm #loginForm input[type="month"],
#loginForm .form-horizontal .form-group-sm input[type="month"],
.form-horizontal .form-group-sm #registerForm input[type="month"],
#registerForm .form-horizontal .form-group-sm input[type="month"],
.input-group-sm > input[type="month"].form-control,
#developerContact .input-group-sm > input[type="month"],
#formOverride .input-group-sm > input[type="month"],
#loginForm .input-group-sm > input[type="month"],
#registerForm .input-group-sm > input[type="month"],
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}
/* line 189, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .form-horizontal .form-group-lg #developerContact input[type="date"], #developerContact .form-horizontal .form-group-lg input[type="date"], .form-horizontal .form-group-lg #formOverride input[type="date"], #formOverride .form-horizontal .form-group-lg input[type="date"], .form-horizontal .form-group-lg #loginForm input[type="date"], #loginForm .form-horizontal .form-group-lg input[type="date"], .form-horizontal .form-group-lg #registerForm input[type="date"], #registerForm .form-horizontal .form-group-lg input[type="date"], .input-group-lg > input[type="date"].form-control, #developerContact .input-group-lg > input[type="date"], #formOverride .input-group-lg > input[type="date"], #loginForm .input-group-lg > input[type="date"], #registerForm .input-group-lg > input[type="date"],
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.form-horizontal .form-group-lg #developerContact input[type="time"],
#developerContact .form-horizontal .form-group-lg input[type="time"],
.form-horizontal .form-group-lg #formOverride input[type="time"],
#formOverride .form-horizontal .form-group-lg input[type="time"],
.form-horizontal .form-group-lg #loginForm input[type="time"],
#loginForm .form-horizontal .form-group-lg input[type="time"],
.form-horizontal .form-group-lg #registerForm input[type="time"],
#registerForm .form-horizontal .form-group-lg input[type="time"],
.input-group-lg > input[type="time"].form-control,
#developerContact .input-group-lg > input[type="time"],
#formOverride .input-group-lg > input[type="time"],
#loginForm .input-group-lg > input[type="time"],
#registerForm .input-group-lg > input[type="time"],
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.form-horizontal .form-group-lg #developerContact input[type="datetime-local"],
#developerContact .form-horizontal .form-group-lg input[type="datetime-local"],
.form-horizontal .form-group-lg #formOverride input[type="datetime-local"],
#formOverride .form-horizontal .form-group-lg input[type="datetime-local"],
.form-horizontal .form-group-lg #loginForm input[type="datetime-local"],
#loginForm .form-horizontal .form-group-lg input[type="datetime-local"],
.form-horizontal .form-group-lg #registerForm input[type="datetime-local"],
#registerForm .form-horizontal .form-group-lg input[type="datetime-local"],
.input-group-lg > input[type="datetime-local"].form-control,
#developerContact .input-group-lg > input[type="datetime-local"],
#formOverride .input-group-lg > input[type="datetime-local"],
#loginForm .input-group-lg > input[type="datetime-local"],
#registerForm .input-group-lg > input[type="datetime-local"],
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.form-horizontal .form-group-lg #developerContact input[type="month"],
#developerContact .form-horizontal .form-group-lg input[type="month"],
.form-horizontal .form-group-lg #formOverride input[type="month"],
#formOverride .form-horizontal .form-group-lg input[type="month"],
.form-horizontal .form-group-lg #loginForm input[type="month"],
#loginForm .form-horizontal .form-group-lg input[type="month"],
.form-horizontal .form-group-lg #registerForm input[type="month"],
#registerForm .form-horizontal .form-group-lg input[type="month"],
.input-group-lg > input[type="month"].form-control,
#developerContact .input-group-lg > input[type="month"],
#formOverride .input-group-lg > input[type="month"],
#loginForm .input-group-lg > input[type="month"],
#registerForm .input-group-lg > input[type="month"],
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

/* line 200, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

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

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

/* line 239, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, ../bootstrap/stylesheets/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 269, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

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

/* line 291, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-lg #developerContact input.form-control-static, #developerContact .form-horizontal .form-group-lg input.form-control-static, .form-horizontal .form-group-lg #developerContact textarea.form-control-static, #developerContact .form-horizontal .form-group-lg textarea.form-control-static, .form-horizontal .form-group-lg #generalForm .col-1 .row iframe.form-control-static, #generalForm .col-1 .row .form-horizontal .form-group-lg iframe.form-control-static, .form-horizontal .form-group-lg #formOverride input.form-control-static, #formOverride .form-horizontal .form-group-lg input.form-control-static, .form-horizontal .form-group-lg #loginForm input.form-control-static, #loginForm .form-horizontal .form-group-lg input.form-control-static, .form-horizontal .form-group-lg #registerForm input.form-control-static, #registerForm .form-horizontal .form-group-lg input.form-control-static, .input-group-lg > .form-control-static.form-control, #developerContact .input-group-lg > input.form-control-static, #developerContact .input-group-lg > textarea.form-control-static, #generalForm .col-1 .row .input-group-lg > iframe.form-control-static, #formOverride .input-group-lg > input.form-control-static, #loginForm .input-group-lg > input.form-control-static, #registerForm .input-group-lg > input.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .form-horizontal .form-group-sm #developerContact input.form-control-static, #developerContact .form-horizontal .form-group-sm input.form-control-static, .form-horizontal .form-group-sm #developerContact textarea.form-control-static, #developerContact .form-horizontal .form-group-sm textarea.form-control-static, .form-horizontal .form-group-sm #generalForm .col-1 .row iframe.form-control-static, #generalForm .col-1 .row .form-horizontal .form-group-sm iframe.form-control-static, .form-horizontal .form-group-sm #formOverride input.form-control-static, #formOverride .form-horizontal .form-group-sm input.form-control-static, .form-horizontal .form-group-sm #loginForm input.form-control-static, #loginForm .form-horizontal .form-group-sm input.form-control-static, .form-horizontal .form-group-sm #registerForm input.form-control-static, #registerForm .form-horizontal .form-group-sm input.form-control-static, .input-group-sm > .form-control-static.form-control, #developerContact .input-group-sm > input.form-control-static, #developerContact .input-group-sm > textarea.form-control-static, #generalForm .col-1 .row .input-group-sm > iframe.form-control-static, #formOverride .input-group-sm > input.form-control-static, #loginForm .input-group-sm > input.form-control-static, #registerForm .input-group-sm > input.form-control-static,
.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 67, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm #developerContact input, #developerContact .form-horizontal .form-group-sm input, .form-horizontal .form-group-sm #developerContact textarea, #developerContact .form-horizontal .form-group-sm textarea, .form-horizontal .form-group-sm #generalForm .col-1 .row iframe, #generalForm .col-1 .row .form-horizontal .form-group-sm iframe, .form-horizontal .form-group-sm #formOverride input, #formOverride .form-horizontal .form-group-sm input, .form-horizontal .form-group-sm #loginForm input, #loginForm .form-horizontal .form-group-sm input, .form-horizontal .form-group-sm #registerForm input, #registerForm .form-horizontal .form-group-sm input, .input-group-sm > .form-control, #developerContact .input-group-sm > input, #developerContact .input-group-sm > textarea, #generalForm .col-1 .row .input-group-sm > iframe, #formOverride .input-group-sm > input, #loginForm .input-group-sm > input, #registerForm .input-group-sm > input,
.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 75, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .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 80, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .form-horizontal .form-group-sm #developerContact textarea, #developerContact .form-horizontal .form-group-sm textarea, .input-group-sm > textarea.form-control, #developerContact .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.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 67, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg #developerContact input, #developerContact .form-horizontal .form-group-lg input, .form-horizontal .form-group-lg #developerContact textarea, #developerContact .form-horizontal .form-group-lg textarea, .form-horizontal .form-group-lg #generalForm .col-1 .row iframe, #generalForm .col-1 .row .form-horizontal .form-group-lg iframe, .form-horizontal .form-group-lg #formOverride input, #formOverride .form-horizontal .form-group-lg input, .form-horizontal .form-group-lg #loginForm input, #loginForm .form-horizontal .form-group-lg input, .form-horizontal .form-group-lg #registerForm input, #registerForm .form-horizontal .form-group-lg input, .input-group-lg > .form-control, #developerContact .input-group-lg > input, #developerContact .input-group-lg > textarea, #generalForm .col-1 .row .input-group-lg > iframe, #formOverride .input-group-lg > input, #loginForm .input-group-lg > input, #registerForm .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .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 80, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .form-horizontal .form-group-lg #developerContact textarea, #developerContact .form-horizontal .form-group-lg textarea, .input-group-lg > textarea.form-control, #developerContact .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.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 320, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback #developerContact input, #developerContact .has-feedback input, .has-feedback #developerContact textarea, #developerContact .has-feedback textarea, .has-feedback #generalForm .col-1 .row iframe, #generalForm .col-1 .row .has-feedback iframe, .has-feedback #formOverride input, #formOverride .has-feedback input, .has-feedback #loginForm input, #loginForm .has-feedback input, .has-feedback #registerForm input, #registerForm .has-feedback input {
  padding-right: 42.5px;
}

/* line 330, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .form-horizontal .form-group-lg #developerContact input + .form-control-feedback, #developerContact .form-horizontal .form-group-lg input + .form-control-feedback, .form-horizontal .form-group-lg #developerContact textarea + .form-control-feedback, #developerContact .form-horizontal .form-group-lg textarea + .form-control-feedback, .form-horizontal .form-group-lg #generalForm .col-1 .row iframe + .form-control-feedback, #generalForm .col-1 .row .form-horizontal .form-group-lg iframe + .form-control-feedback, .form-horizontal .form-group-lg #formOverride input + .form-control-feedback, #formOverride .form-horizontal .form-group-lg input + .form-control-feedback, .form-horizontal .form-group-lg #loginForm input + .form-control-feedback, #loginForm .form-horizontal .form-group-lg input + .form-control-feedback, .form-horizontal .form-group-lg #registerForm input + .form-control-feedback, #registerForm .form-horizontal .form-group-lg input + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, #developerContact .input-group-lg > input + .form-control-feedback, #developerContact .input-group-lg > textarea + .form-control-feedback, #generalForm .col-1 .row .input-group-lg > iframe + .form-control-feedback, #formOverride .input-group-lg > input + .form-control-feedback, #loginForm .input-group-lg > input + .form-control-feedback, #registerForm .input-group-lg > input + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .form-horizontal .form-group-sm #developerContact input + .form-control-feedback, #developerContact .form-horizontal .form-group-sm input + .form-control-feedback, .form-horizontal .form-group-sm #developerContact textarea + .form-control-feedback, #developerContact .form-horizontal .form-group-sm textarea + .form-control-feedback, .form-horizontal .form-group-sm #generalForm .col-1 .row iframe + .form-control-feedback, #generalForm .col-1 .row .form-horizontal .form-group-sm iframe + .form-control-feedback, .form-horizontal .form-group-sm #formOverride input + .form-control-feedback, #formOverride .form-horizontal .form-group-sm input + .form-control-feedback, .form-horizontal .form-group-sm #loginForm input + .form-control-feedback, #loginForm .form-horizontal .form-group-sm input + .form-control-feedback, .form-horizontal .form-group-sm #registerForm input + .form-control-feedback, #registerForm .form-horizontal .form-group-sm input + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, #developerContact .input-group-sm > input + .form-control-feedback, #developerContact .input-group-sm > textarea + .form-control-feedback, #generalForm .col-1 .row .input-group-sm > iframe + .form-control-feedback, #formOverride .input-group-sm > input + .form-control-feedback, #loginForm .input-group-sm > input + .form-control-feedback, #registerForm .input-group-sm > input + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bootstrap/stylesheets/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 {
  color: #3c763d;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success #developerContact input, #developerContact .has-success input, .has-success #developerContact textarea, #developerContact .has-success textarea, .has-success #generalForm .col-1 .row iframe, #generalForm .col-1 .row .has-success iframe, .has-success #formOverride input, #formOverride .has-success input, .has-success #loginForm input, #loginForm .has-success input, .has-success #registerForm input, #registerForm .has-success input {
  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 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success #developerContact input:focus, #developerContact .has-success input:focus, .has-success #developerContact textarea:focus, #developerContact .has-success textarea:focus, .has-success #generalForm .col-1 .row iframe:focus, #generalForm .col-1 .row .has-success iframe:focus, .has-success #formOverride input:focus, #formOverride .has-success input:focus, .has-success #loginForm input:focus, #loginForm .has-success input:focus, .has-success #registerForm input:focus, #registerForm .has-success input: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 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/stylesheets/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 {
  color: #8a6d3b;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning #developerContact input, #developerContact .has-warning input, .has-warning #developerContact textarea, #developerContact .has-warning textarea, .has-warning #generalForm .col-1 .row iframe, #generalForm .col-1 .row .has-warning iframe, .has-warning #formOverride input, #formOverride .has-warning input, .has-warning #loginForm input, #loginForm .has-warning input, .has-warning #registerForm input, #registerForm .has-warning input {
  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 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning #developerContact input:focus, #developerContact .has-warning input:focus, .has-warning #developerContact textarea:focus, #developerContact .has-warning textarea:focus, .has-warning #generalForm .col-1 .row iframe:focus, #generalForm .col-1 .row .has-warning iframe:focus, .has-warning #formOverride input:focus, #formOverride .has-warning input:focus, .has-warning #loginForm input:focus, #loginForm .has-warning input:focus, .has-warning #registerForm input:focus, #registerForm .has-warning input: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 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/stylesheets/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 {
  color: #a94442;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error #developerContact input, #developerContact .has-error input, .has-error #developerContact textarea, #developerContact .has-error textarea, .has-error #generalForm .col-1 .row iframe, #generalForm .col-1 .row .has-error iframe, .has-error #formOverride input, #formOverride .has-error input, .has-error #loginForm input, #loginForm .has-error input, .has-error #registerForm input, #registerForm .has-error input {
  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 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error #developerContact input:focus, #developerContact .has-error input:focus, .has-error #developerContact textarea:focus, #developerContact .has-error textarea:focus, .has-error #generalForm .col-1 .row iframe:focus, #generalForm .col-1 .row .has-error iframe:focus, .has-error #formOverride input:focus, #formOverride .has-error input:focus, .has-error #loginForm input:focus, #loginForm .has-error input:focus, .has-error #registerForm input:focus, #registerForm .has-error input: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 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 400, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control, .form-inline #developerContact input, #developerContact .form-inline input, .navbar-form #developerContact input, #developerContact .navbar-form input, .form-inline #developerContact textarea, #developerContact .form-inline textarea, .navbar-form #developerContact textarea, #developerContact .navbar-form textarea, .form-inline #generalForm .col-1 .row iframe, #generalForm .col-1 .row .form-inline iframe, .navbar-form #generalForm .col-1 .row iframe, #generalForm .col-1 .row .navbar-form iframe, .form-inline #formOverride input, #formOverride .form-inline input, .navbar-form #formOverride input, #formOverride .navbar-form input, .form-inline #loginForm input, #loginForm .form-inline input, .navbar-form #loginForm input, #loginForm .navbar-form input, .form-inline #registerForm input, #registerForm .form-inline input, .navbar-form #registerForm input, #registerForm .navbar-form input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group, .form-inline #heroInput, .navbar-form #heroInput {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon, .form-inline #heroInput .input-group-addon, .navbar-form #heroInput .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline #heroInput .input-group-btn,
  .navbar-form #heroInput .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control,
  .form-inline #heroInput .form-control,
  .navbar-form #heroInput .form-control,
  .form-inline .input-group #developerContact input,
  #developerContact .form-inline .input-group input,
  .navbar-form .input-group #developerContact input,
  #developerContact .navbar-form .input-group input,
  .form-inline #heroInput #developerContact input,
  #developerContact .form-inline #heroInput input,
  .navbar-form #heroInput #developerContact input,
  #developerContact .navbar-form #heroInput input,
  .form-inline .input-group #developerContact textarea,
  #developerContact .form-inline .input-group textarea,
  .navbar-form .input-group #developerContact textarea,
  #developerContact .navbar-form .input-group textarea,
  .form-inline #heroInput #developerContact textarea,
  #developerContact .form-inline #heroInput textarea,
  .navbar-form #heroInput #developerContact textarea,
  #developerContact .navbar-form #heroInput textarea,
  .form-inline .input-group #generalForm .col-1 .row iframe,
  #generalForm .col-1 .row .form-inline .input-group iframe,
  .navbar-form .input-group #generalForm .col-1 .row iframe,
  #generalForm .col-1 .row .navbar-form .input-group iframe,
  .form-inline #heroInput #generalForm .col-1 .row iframe,
  #generalForm .col-1 .row .form-inline #heroInput iframe,
  .navbar-form #heroInput #generalForm .col-1 .row iframe,
  #generalForm .col-1 .row .navbar-form #heroInput iframe,
  .form-inline .input-group #formOverride input,
  #formOverride .form-inline .input-group input,
  .navbar-form .input-group #formOverride input,
  #formOverride .navbar-form .input-group input,
  .form-inline #heroInput #formOverride input,
  #formOverride .form-inline #heroInput input,
  .navbar-form #heroInput #formOverride input,
  #formOverride .navbar-form #heroInput input,
  .form-inline .input-group #loginForm input,
  #loginForm .form-inline .input-group input,
  .navbar-form .input-group #loginForm input,
  #loginForm .navbar-form .input-group input,
  .form-inline #heroInput #loginForm input,
  #loginForm .form-inline #heroInput input,
  .navbar-form #heroInput #loginForm input,
  #loginForm .navbar-form #heroInput input,
  .form-inline .input-group #registerForm input,
  #registerForm .form-inline .input-group input,
  .navbar-form .input-group #registerForm input,
  #registerForm .navbar-form .input-group input,
  .form-inline #heroInput #registerForm input,
  #registerForm .form-inline #heroInput input,
  .navbar-form #heroInput #registerForm input,
  #registerForm .navbar-form #heroInput input {
    width: auto;
  }
  /* line 425, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline #heroInput > .form-control, .navbar-form #heroInput > .form-control, .form-inline #developerContact .input-group > input, #developerContact .form-inline .input-group > input, .navbar-form #developerContact .input-group > input, #developerContact .navbar-form .input-group > input, .form-inline #developerContact #heroInput > input, #developerContact .form-inline #heroInput > input, .navbar-form #developerContact #heroInput > input, #developerContact .navbar-form #heroInput > input, .form-inline #developerContact .input-group > textarea, #developerContact .form-inline .input-group > textarea, .navbar-form #developerContact .input-group > textarea, #developerContact .navbar-form .input-group > textarea, .form-inline #developerContact #heroInput > textarea, #developerContact .form-inline #heroInput > textarea, .navbar-form #developerContact #heroInput > textarea, #developerContact .navbar-form #heroInput > textarea, .form-inline #generalForm .col-1 .row .input-group > iframe, #generalForm .col-1 .row .form-inline .input-group > iframe, .navbar-form #generalForm .col-1 .row .input-group > iframe, #generalForm .col-1 .row .navbar-form .input-group > iframe, .form-inline #generalForm .col-1 .row #heroInput > iframe, #generalForm .col-1 .row .form-inline #heroInput > iframe, .navbar-form #generalForm .col-1 .row #heroInput > iframe, #generalForm .col-1 .row .navbar-form #heroInput > iframe, .form-inline #formOverride .input-group > input, #formOverride .form-inline .input-group > input, .navbar-form #formOverride .input-group > input, #formOverride .navbar-form .input-group > input, .form-inline #formOverride #heroInput > input, #formOverride .form-inline #heroInput > input, .navbar-form #formOverride #heroInput > input, #formOverride .navbar-form #heroInput > input, .form-inline #loginForm .input-group > input, #loginForm .form-inline .input-group > input, .navbar-form #loginForm .input-group > input, #loginForm .navbar-form .input-group > input, .form-inline #loginForm #heroInput > input, #loginForm .form-inline #heroInput > input, .navbar-form #loginForm #heroInput > input, #loginForm .navbar-form #heroInput > input, .form-inline #registerForm .input-group > input, #registerForm .form-inline .input-group > input, .navbar-form #registerForm .input-group > input, #registerForm .navbar-form .input-group > input, .form-inline #registerForm #heroInput > input, #registerForm .form-inline #heroInput > input, .navbar-form #registerForm #heroInput > input, #registerForm .navbar-form #heroInput > input {
    width: 100%;
  }
  /* line 429, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, ../bootstrap/stylesheets/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 485, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 491, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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 25, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 36, ../bootstrap/stylesheets/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 43, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .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]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .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]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .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]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 68, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .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]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 72, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .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]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .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]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, ../bootstrap/stylesheets/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 124, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

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

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

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

/* line 7, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

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

/* line 29, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  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 52, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../bootstrap/stylesheets/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 76, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 86, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

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

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

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

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

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

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

/* line 185, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../bootstrap/stylesheets/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 21, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

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

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

/* line 59, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../bootstrap/stylesheets/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 66, ../bootstrap/stylesheets/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 72, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 79, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

/* line 148, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 165, ../bootstrap/stylesheets/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 175, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../bootstrap/stylesheets/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 182, ../bootstrap/stylesheets/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 187, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, ../bootstrap/stylesheets/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 196, ../bootstrap/stylesheets/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 205, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 210, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

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

/* line 54, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
#heroInput .form-control,
.input-group #developerContact input,
#developerContact .input-group input,
#heroInput #developerContact input,
#developerContact #heroInput input,
.input-group #developerContact textarea,
#developerContact .input-group textarea,
#heroInput #developerContact textarea,
#developerContact #heroInput textarea,
.input-group #generalForm .col-1 .row iframe,
#generalForm .col-1 .row .input-group iframe,
#heroInput #generalForm .col-1 .row iframe,
#generalForm .col-1 .row #heroInput iframe,
.input-group #formOverride input,
#formOverride .input-group input,
#heroInput #formOverride input,
#formOverride #heroInput input,
.input-group #loginForm input,
#loginForm .input-group input,
#heroInput #loginForm input,
#loginForm #heroInput input,
.input-group #registerForm input,
#registerForm .input-group input,
#heroInput #registerForm input,
#registerForm #heroInput input {
  display: table-cell;
}
/* line 59, ../bootstrap/stylesheets/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),
#heroInput .form-control:not(:first-child):not(:last-child),
.input-group #developerContact input:not(:first-child):not(:last-child),
#developerContact .input-group input:not(:first-child):not(:last-child),
#heroInput #developerContact input:not(:first-child):not(:last-child),
#developerContact #heroInput input:not(:first-child):not(:last-child),
.input-group #developerContact textarea:not(:first-child):not(:last-child),
#developerContact .input-group textarea:not(:first-child):not(:last-child),
#heroInput #developerContact textarea:not(:first-child):not(:last-child),
#developerContact #heroInput textarea:not(:first-child):not(:last-child),
.input-group #generalForm .col-1 .row iframe:not(:first-child):not(:last-child),
#generalForm .col-1 .row .input-group iframe:not(:first-child):not(:last-child),
#heroInput #generalForm .col-1 .row iframe:not(:first-child):not(:last-child),
#generalForm .col-1 .row #heroInput iframe:not(:first-child):not(:last-child),
.input-group #formOverride input:not(:first-child):not(:last-child),
#formOverride .input-group input:not(:first-child):not(:last-child),
#heroInput #formOverride input:not(:first-child):not(:last-child),
#formOverride #heroInput input:not(:first-child):not(:last-child),
.input-group #loginForm input:not(:first-child):not(:last-child),
#loginForm .input-group input:not(:first-child):not(:last-child),
#heroInput #loginForm input:not(:first-child):not(:last-child),
#loginForm #heroInput input:not(:first-child):not(:last-child),
.input-group #registerForm input:not(:first-child):not(:last-child),
#registerForm .input-group input:not(:first-child):not(:last-child),
#heroInput #registerForm input:not(:first-child):not(:last-child),
#registerForm #heroInput input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../bootstrap/stylesheets/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 #cccccc;
  border-radius: 4px;
}
/* line 85, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .form-horizontal .form-group-sm #developerContact input.input-group-addon, #developerContact .form-horizontal .form-group-sm input.input-group-addon, .form-horizontal .form-group-sm #developerContact textarea.input-group-addon, #developerContact .form-horizontal .form-group-sm textarea.input-group-addon, .form-horizontal .form-group-sm #generalForm .col-1 .row iframe.input-group-addon, #generalForm .col-1 .row .form-horizontal .form-group-sm iframe.input-group-addon, .form-horizontal .form-group-sm #formOverride input.input-group-addon, #formOverride .form-horizontal .form-group-sm input.input-group-addon, .form-horizontal .form-group-sm #loginForm input.input-group-addon, #loginForm .form-horizontal .form-group-sm input.input-group-addon, .form-horizontal .form-group-sm #registerForm input.input-group-addon, #registerForm .form-horizontal .form-group-sm input.input-group-addon, #developerContact .input-group-sm > input.input-group-addon, #developerContact .input-group-sm > textarea.input-group-addon, #generalForm .col-1 .row .input-group-sm > iframe.input-group-addon, #formOverride .input-group-sm > input.input-group-addon, #loginForm .input-group-sm > input.input-group-addon, #registerForm .input-group-sm > input.input-group-addon,
.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, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .form-horizontal .form-group-lg #developerContact input.input-group-addon, #developerContact .form-horizontal .form-group-lg input.input-group-addon, .form-horizontal .form-group-lg #developerContact textarea.input-group-addon, #developerContact .form-horizontal .form-group-lg textarea.input-group-addon, .form-horizontal .form-group-lg #generalForm .col-1 .row iframe.input-group-addon, #generalForm .col-1 .row .form-horizontal .form-group-lg iframe.input-group-addon, .form-horizontal .form-group-lg #formOverride input.input-group-addon, #formOverride .form-horizontal .form-group-lg input.input-group-addon, .form-horizontal .form-group-lg #loginForm input.input-group-addon, #loginForm .form-horizontal .form-group-lg input.input-group-addon, .form-horizontal .form-group-lg #registerForm input.input-group-addon, #registerForm .form-horizontal .form-group-lg input.input-group-addon, #developerContact .input-group-lg > input.input-group-addon, #developerContact .input-group-lg > textarea.input-group-addon, #generalForm .col-1 .row .input-group-lg > iframe.input-group-addon, #formOverride .input-group-lg > input.input-group-addon, #loginForm .input-group-lg > input.input-group-addon, #registerForm .input-group-lg > input.input-group-addon,
.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, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, #heroInput .form-control:first-child, .input-group #developerContact input:first-child, #developerContact .input-group input:first-child, #heroInput #developerContact input:first-child, #developerContact #heroInput input:first-child, .input-group #developerContact textarea:first-child, #developerContact .input-group textarea:first-child, #heroInput #developerContact textarea:first-child, #developerContact #heroInput textarea:first-child, .input-group #generalForm .col-1 .row iframe:first-child, #generalForm .col-1 .row .input-group iframe:first-child, #heroInput #generalForm .col-1 .row iframe:first-child, #generalForm .col-1 .row #heroInput iframe:first-child, .input-group #formOverride input:first-child, #formOverride .input-group input:first-child, #heroInput #formOverride input:first-child, #formOverride #heroInput input:first-child, .input-group #loginForm input:first-child, #loginForm .input-group input:first-child, #heroInput #loginForm input:first-child, #loginForm #heroInput input:first-child, .input-group #registerForm input:first-child, #registerForm .input-group input:first-child, #heroInput #registerForm input:first-child, #registerForm #heroInput input: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, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, #heroInput .form-control:last-child, .input-group #developerContact input:last-child, #developerContact .input-group input:last-child, #heroInput #developerContact input:last-child, #developerContact #heroInput input:last-child, .input-group #developerContact textarea:last-child, #developerContact .input-group textarea:last-child, #heroInput #developerContact textarea:last-child, #developerContact #heroInput textarea:last-child, .input-group #generalForm .col-1 .row iframe:last-child, #generalForm .col-1 .row .input-group iframe:last-child, #heroInput #generalForm .col-1 .row iframe:last-child, #generalForm .col-1 .row #heroInput iframe:last-child, .input-group #formOverride input:last-child, #formOverride .input-group input:last-child, #heroInput #formOverride input:last-child, #formOverride #heroInput input:last-child, .input-group #loginForm input:last-child, #loginForm .input-group input:last-child, #heroInput #loginForm input:last-child, #loginForm #heroInput input:last-child, .input-group #registerForm input:last-child, #registerForm .input-group input:last-child, #heroInput #registerForm input:last-child, #registerForm #heroInput input: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, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

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

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

/* line 76, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 96, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

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

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

/* line 190, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../bootstrap/stylesheets/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 #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../bootstrap/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../bootstrap/stylesheets/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: white;
  }
}

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

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

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

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

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

/* line 108, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

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

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

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

/* line 164, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 177, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

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

/* line 229, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 232, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 240, ../bootstrap/stylesheets/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 248, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, ../bootstrap/stylesheets/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 229, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

  /* line 292, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../bootstrap/stylesheets/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 (max-width: 767px) {
  /* line 315, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 303, ../bootstrap/stylesheets/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 335, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

/* line 394, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 400, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 407, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 412, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 415, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 422, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 430, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 439, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 441, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 445, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 450, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 459, ../bootstrap/stylesheets/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: #555555;
}
@media (max-width: 767px) {
  /* line 470, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 472, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 479, ../bootstrap/stylesheets/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: #555555;
    background-color: #e7e7e7;
  }
  /* line 487, ../bootstrap/stylesheets/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: #cccccc;
    background-color: transparent;
  }
}
/* line 503, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 505, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 510, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 512, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 518, ../bootstrap/stylesheets/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: #cccccc;
}

/* line 528, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 532, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 534, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 541, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 549, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 556, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 564, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 574, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 576, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 580, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 585, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 593, ../bootstrap/stylesheets/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: white;
}
@media (max-width: 767px) {
  /* line 604, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 619, ../bootstrap/stylesheets/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: white;
    background-color: #090909;
  }
  /* line 627, ../bootstrap/stylesheets/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: #444444;
    background-color: transparent;
  }
}
/* line 638, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 640, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 645, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 647, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 653, ../bootstrap/stylesheets/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: #444444;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 39, ../bootstrap/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}
/* line 44, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

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

/* line 16, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, ../bootstrap/stylesheets/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, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, plugins/_sidr.scss */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}

/* line 1, plugins/_sidr.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}

/* line 1, plugins/_sidr.scss */
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1, plugins/_sidr.scss */
.sidr.right {
  left: auto;
  right: -260px;
}

/* line 1, plugins/_sidr.scss */
.sidr.left {
  left: -260px;
  right: auto;
}

/* line 1, plugins/_sidr.scss */
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

/* line 1, plugins/_sidr.scss */
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

/* line 1, plugins/_sidr.scss */
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, plugins/_sidr.scss */
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1, plugins/_sidr.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul li:last-child {
  border-bottom: none;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}

/* line 1, plugins/_sidr.scss */
.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

/* line 1, plugins/_sidr.scss */
.sidr form {
  margin: 0 15px;
}

/* line 1, plugins/_sidr.scss */
.sidr label {
  font-size: 13px;
}

/* line 1, plugins/_sidr.scss */
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

/* line 1, plugins/_sidr.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 1, plugins/_sidr.scss */
.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff;
}

/* line 1, plugins/_sidr.scss */
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* line 1, plugins/_tinynav.scss */
.tinynav {
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 1, plugins/_tinynav.scss */
  .tinynav {
    display: none;
  }
}

/* line 336, icons/*.png */
.icons-sprite, .icons-badge, .icons-bell, .icons-binocular, .icons-blog, .icons-briefcase, .icons-channels, .icons-chart, .icons-control, .icons-custom-download, .icons-device, .icons-edit, .icons-facebook, .icons-featured, .icons-folders, .icons-google, .icons-instagram, .icons-leads, .icons-linkedin, .icons-location, .icons-lock, .icons-mail, .icons-menu, .icons-money, .icons-pinterest, .icons-plane, .icons-profile, .icons-rss, .icons-scroll-arrow-d, .icons-scroll-arrow, .icons-sitemap, .icons-stack, .icons-twitter, .icons-wynd, .icons-x, .icons-xs-email, .icons-xs-phone, .icons-youtube {
  background-image: url('../img/icons-sf8bc6ebf95.png');
  background-repeat: no-repeat;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-badge {
  background-position: 0 0;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-bell {
  background-position: 0 -58px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-binocular {
  background-position: 0 -116px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-blog {
  background-position: 0 -174px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-briefcase {
  background-position: 0 -232px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-channels {
  background-position: 0 -290px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-chart {
  background-position: 0 -348px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-control {
  background-position: 0 -406px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-custom-download {
  background-position: 0 -464px;
  height: 36px;
  width: 16px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-device {
  background-position: 0 -510px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-edit {
  background-position: 0 -568px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-facebook {
  background-position: 0 -626px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-featured {
  background-position: 0 -666px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-folders {
  background-position: 0 -724px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-google {
  background-position: 0 -782px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-instagram {
  background-position: 0 -822px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-leads {
  background-position: 0 -862px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-linkedin {
  background-position: 0 -920px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-location {
  background-position: 0 -960px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-lock {
  background-position: 0 -1018px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-mail {
  background-position: 0 -1076px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-menu {
  background-position: 0 -1134px;
  height: 24px;
  width: 24px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-money {
  background-position: 0 -1168px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-pinterest {
  background-position: 0 -1226px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-plane {
  background-position: 0 -1266px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-profile {
  background-position: 0 -1324px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-rss {
  background-position: 0 -1382px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-scroll-arrow-d {
  background-position: 0 -1422px;
  height: 36px;
  width: 36px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-scroll-arrow {
  background-position: 0 -1468px;
  height: 36px;
  width: 36px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-sitemap {
  background-position: 0 -1514px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-stack {
  background-position: 0 -1572px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-twitter {
  background-position: 0 -1630px;
  height: 30px;
  width: 30px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-wynd {
  background-position: 0 -1670px;
  height: 48px;
  width: 48px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-x {
  background-position: 0 -1728px;
  height: 29px;
  width: 25px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-xs-email {
  background-position: 0 -1767px;
  height: 20px;
  width: 20px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-xs-phone {
  background-position: 0 -1797px;
  height: 20px;
  width: 20px;
}

/* line 84, C:\Ruby200\lib\ruby\gems\2.0.0\gems\compass-core-1.0.0.alpha.19\stylesheets\compass\utilities\sprites\_base.scss */
.icons-youtube {
  background-position: 0 -1827px;
  height: 30px;
  width: 30px;
}

/* line 24, _theme.scss */
* {
  font-family: "Open Sans", sans-serif;
}

/* line 25, _theme.scss */
a:focus, a:visited, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

/* line 26, _theme.scss */
.btn:focus, .btn:active, .btn:visited {
  text-decoration: none !important;
  outline: none !important;
}

/* line 27, _theme.scss */
p {
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
}
@media only screen and (min-width: 768px) {
  /* line 27, _theme.scss */
  p {
    font-size: 16px;
  }
}

/* line 30, _theme.scss */
h1, h2, h3, h4, h5 {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
}

/* line 31, _theme.scss */
h1 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 31, _theme.scss */
  h1 {
    font-size: 36px;
  }
}

/* line 41, _theme.scss */
a {
  cursor: pointer;
}

/* line 42, _theme.scss */
body {
  background: #f3f3f3;
}

/* line 43, _theme.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 44, _theme.scss */
p {
  color: #333;
  margin: 0 0 30px 0;
}

/* line 45, _theme.scss */
h2 {
  font-size: 21px;
  margin-top: 5px;
}

/* line 49, _theme.scss */
#subHeader {
  background: #222;
  color: white;
  padding: 7px 0;
  z-index: 4;
  position: relative;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 49, _theme.scss */
  #subHeader {
    text-align: left;
    display: block;
  }
}
/* line 51, _theme.scss */
#subHeader img {
  width: 90px;
}
/* line 52, _theme.scss */
#subHeader span {
  font-size: 11px;
  color: #ddd;
}
/* line 53, _theme.scss */
#subHeader a {
  float: right;
  display: none;
  color: white;
  font-family: "Ropa Sans", sans-serif;
  text-transform: uppercase;
  border-right: 1px #777 solid;
  padding-right: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 53, _theme.scss */
  #subHeader a {
    display: block;
  }
}
/* line 55, _theme.scss */
#subHeader a:hover {
  color: #f07e30;
}
/* line 56, _theme.scss */
#subHeader a.noBorder {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
}

/* line 60, _theme.scss */
#header {
  padding: 10px 0 00px 0;
  z-index: 4;
  position: relative;
  background: #f3f3f3;
}
@media only screen and (min-width: 768px) {
  /* line 60, _theme.scss */
  #header {
    padding-top: 0px;
  }
}
/* line 62, _theme.scss */
#header .row, #header .container {
  position: relative;
}
/* line 64, _theme.scss */
#header .row > div.col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  /* line 64, _theme.scss */
  #header .row > div.col-1 {
    float: left;
    width: 33.33333%;
  }
}
/* line 65, _theme.scss */
#header .row > div.col-1 img {
  width: 200px;
  margin-bottom: 0;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 65, _theme.scss */
  #header .row > div.col-1 img {
    width: 250px;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 65, _theme.scss */
  #header .row > div.col-1 img {
    width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 64, _theme.scss */
  #header .row > div.col-1 {
    float: left !important;
  }
}
/* line 71, _theme.scss */
#header .row > div.col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 71, _theme.scss */
  #header .row > div.col-2 {
    float: left;
    width: 66.66667%;
  }
}
/* line 73, _theme.scss */
#header .dropdown {
  display: inline-block;
}
/* line 74, _theme.scss */
#header .dropdown form {
  width: 300px;
  right: 0;
  left: auto;
  padding: 10px;
  margin-bottom: 0;
  background: #f8f8f8;
}
/* line 75, _theme.scss */
#header .dropdown form input {
  margin-bottom: 0;
}
/* line 76, _theme.scss */
#header .dropdown form > button {
  position: absolute;
  top: 17px;
  right: 17px;
  display: block;
  border: 0;
  background: transparent;
}
/* line 78, _theme.scss */
#header #searchButton {
  cursor: pointer;
  display: inline-block;
  margin-left: 0px;
  border-radius: 100%;
  padding: 8px 10px 10px 8px;
  display: none;
  -webkit-transition: 0.5s, all;
  -o-transition: 0.5s, all;
  transition: 0.5s, all;
  text-align: center;
  height: 35px;
  width: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 78, _theme.scss */
  #header #searchButton {
    display: inline-block;
  }
}
/* line 80, _theme.scss */
#header #searchButton span {
  color: #00a8c6;
  display: inline-block;
  height: 15px;
  width: 15px;
}
/* line 81, _theme.scss */
#header #searchButton:hover {
  background: #00a8c6;
}
/* line 82, _theme.scss */
#header #searchButton:hover span {
  color: #fff;
}
/* line 85, _theme.scss */
#header #mobileMenu {
  position: absolute;
  left: 10px;
  top: 5px;
  display: block;
  z-index: 10;
}
/* line 86, _theme.scss */
#header #mobileMenu span {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 85, _theme.scss */
  #header #mobileMenu {
    display: none;
  }
}

/* line 91, _theme.scss */
#nav {
  text-align: right;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0px;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 91, _theme.scss */
  #nav {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 91, _theme.scss */
  #nav {
    margin-top: 15px;
  }
}
/* line 94, _theme.scss */
#nav li {
  display: inline-block;
  padding: 15px 0 10px 0;
  border-bottom: 5px transparent solid;
  -webkit-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
}
/* line 95, _theme.scss */
#nav li:hover {
  border-color: #00a8c6;
}
/* line 96, _theme.scss */
#nav li a {
  color: #333;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 0px 10px;
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@media only screen and (min-width: 992px) {
  /* line 96, _theme.scss */
  #nav li a {
    padding: 0px 12px;
    font-size: 16px;
  }
}
/* line 100, _theme.scss */
#nav #browseLink.hoverActive {
  background: #00a8c6;
}
/* line 101, _theme.scss */
#nav #browseLink.hoverActive a {
  color: white;
}

/* line 106, _theme.scss */
#mobileNav {
  display: none;
}

/* line 107, _theme.scss */
#categoryMenu {
  display: none;
  background: #00a8c6;
  width: 100%;
  padding: 0;
}
/* line 108, _theme.scss */
#categoryMenu.ie8 {
  position: absolute;
  top: 100px;
  z-index: 12;
}
/* line 111, _theme.scss */
#categoryMenu h2 {
  color: white;
}
/* line 112, _theme.scss */
#categoryMenu .badge {
  margin-left: 10px;
  border-radius: 2px;
  color: #fff;
  background: #41c6de;
}
/* line 113, _theme.scss */
#categoryMenu .badge * {
  font-family: "Ropa Sans", sans-serif;
}
/* line 115, _theme.scss */
#categoryMenu ul {
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  list-style: none;
}
/* line 116, _theme.scss */
#categoryMenu li {
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 116, _theme.scss */
  #categoryMenu li {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  /* line 116, _theme.scss */
  #categoryMenu li {
    float: left;
    width: 25%;
  }
}
/* line 117, _theme.scss */
#categoryMenu a {
  color: #eee;
  font-size: 16px;
  font-family: "Ropa Sans", sans-serif;
}
/* line 118, _theme.scss */
#categoryMenu a:hover {
  color: #fff;
}
/* line 120, _theme.scss */
#categoryMenu > a {
  margin-top: 20px;
  font-size: 21px;
  padding: 20px 20px;
  display: block;
  text-align: left;
  border-top: 1px #41c6de solid;
  color: #eee;
  font-size: 18px;
  font-family: "Ropa Sans", sans-serif;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 121, _theme.scss */
#categoryMenu > a:hover {
  background: #41c6de;
}
/* line 122, _theme.scss */
#categoryMenu > a span.browseAll {
  color: #eee;
  font-size: 18px;
  font-family: "Ropa Sans", sans-serif;
}
/* line 123, _theme.scss */
#categoryMenu > a span {
  font-weight: normal;
}

/* line 130, _theme.scss */
#subFooter {
  background: #444444 url(../img/bg/shadow-top.png) no-repeat top center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 130, _theme.scss */
  #subFooter {
    padding: 30px;
  }
}
/* line 132, _theme.scss */
#subFooter .row > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 132, _theme.scss */
  #subFooter .row > div {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 132, _theme.scss */
  #subFooter .row > div {
    float: left;
    width: 33.33333%;
  }
}

/* line 135, _theme.scss */
#subFooter h4 {
  color: #f07e30;
  border-bottom: 1px #555 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 136, _theme.scss */
#subFooter ul {
  padding-left: 0;
  list-style: none;
}
/* line 137, _theme.scss */
#subFooter p, #subFooter span, #subFooter a {
  color: white;
}
/* line 138, _theme.scss */
#subFooter p {
  font-size: 14px;
}
/* line 139, _theme.scss */
#subFooter span {
  font-size: 13px;
  color: #bbb;
}
/* line 140, _theme.scss */
#subFooter h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  margin-top: 2px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 14px;
}
/* line 141, _theme.scss */
#subFooter .btn {
  background: #f07e30;
  color: white;
  display: inline-block;
}
/* line 142, _theme.scss */
#subFooter img {
  width: 80%;
  display: block;
}

/* line 145, _theme.scss */
#footer {
  height: auto;
  padding: 30px 0;
  width: 100%;
  position: relative;
  background: #111;
  text-align: center;
  color: white !important;
}
/* line 146, _theme.scss */
#footer span {
  display: block;
  margin-top: 15px;
  color: white;
  font-size: 13px;
}
/* line 147, _theme.scss */
#footer a {
  color: white;
}

/* line 155, _theme.scss */
.tags li, #codeCategories li, #postTags li {
  border-radius: 3px;
  color: white;
  border: 1px #fff solid;
  margin-right: 15px;
  font-size: 16px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  display: inline-block;
}
/* line 156, _theme.scss */
.tags li a, #codeCategories li a, #postTags li a {
  padding: 3px 8px;
  display: block;
  font-size: 11px;
}
/* line 157, _theme.scss */
.tags li:hover, #codeCategories li:hover, #postTags li:hover {
  border-color: #f07e30;
}

/* line 160, _theme.scss */
.squareAd {
  width: 100%;
  border: #ddd solid 1px;
}

/* line 162, _theme.scss */
.tileList {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding-left: 0;
  border-top: 1px #ddd solid;
  padding-top: 30px;
  margin: 0;
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.tileList:before, .tileList:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.tileList:after {
  clear: both;
}
/* line 164, _theme.scss */
.tileList.greyBg li > div {
  background: #f3f3f3;
}
/* line 167, _theme.scss */
.tileList li {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 167, _theme.scss */
  .tileList li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 167, _theme.scss */
  .tileList li {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  /* line 167, _theme.scss */
  .tileList li {
    float: left;
    width: 25%;
  }
}

/* line 169, _theme.scss */
.tileList li h3 {
  margin: 0 0 0px 0;
  max-height: 54px;
}
/* line 170, _theme.scss */
.tileList li h3 a {
  font-size: 13px;
  display: inline-block;
  line-height: 1.3;
}
/* line 172, _theme.scss */
.tileList li span {
  color: #aaa;
  font-size: 13px;
}
/* line 173, _theme.scss */
.tileList li h4 {
  display: inline;
  padding-left: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
/* line 174, _theme.scss */
.tileList li h4 a {
  color: #aaa;
  font-size: 13px;
  display: inline-block;
}
/* line 175, _theme.scss */
.tileList li h4 a:hover {
  color: #00a8c6;
}
/* line 178, _theme.scss */
.tileList li img {
  width: 100%;
  border-bottom: 1px #ddd solid;
}
/* line 179, _theme.scss */
.tileList li > div {
  background: white;
  border: 1px #ddd solid;
  border-radius: 5px;
  overflow: hidden;
}
/* line 180, _theme.scss */
.tileList li > div > div {
  padding: 15px 10px 0px 10px;
  min-height: 85px;
}
/* line 181, _theme.scss */
.tileList li > div > div.details {
  min-height: 0;
  padding: 0 10px 10px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.tileList li > div > div.details:before, .tileList li > div > div.details:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.tileList li > div > div.details:after {
  clear: both;
}
/* line 184, _theme.scss */
.tileList li a {
  color: black;
  margin-top: 0px;
  display: block;
  font-size: 13px;
  display: inline;
}
/* line 185, _theme.scss */
.tileList li a:hover {
  color: #00a8c6;
}
/* line 186, _theme.scss */
.tileList li a span {
  color: #333;
  display: inline;
  margin-right: 5px;
  font-size: 14px;
}
/* line 189, _theme.scss */
.tileList #free {
  font-size: 13px;
  display: block;
  font-weight: 800;
  color: #00ac65;
  margin-bottom: 0;
}
/* line 190, _theme.scss */
.tileList #downloads {
  font-size: 11px;
  color: #444;
  display: block;
  margin-bottom: 0;
}
/* line 191, _theme.scss */
.tileList #download {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 14px;
  height: 16px;
  top: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 191, _theme.scss */
  .tileList #download {
    display: block;
  }
}
/* line 193, _theme.scss */
.tileList #download:hover {
  color: #00a8c6;
}

/* line 197, _theme.scss */
#newsWidget {
  background: #fff;
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px #ddd solid;
}
/* line 198, _theme.scss */
#newsWidget h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 0 10px 15px;
  background: #444444 url(../img/bg/widgetHead.png) no-repeat top right;
  color: white;
}
/* line 199, _theme.scss */
#newsWidget li {
  border-top: 1px #ddd solid;
  padding: 15px 15px 15px;
}
/* line 200, _theme.scss */
#newsWidget ul {
  list-style: none;
  padding: 0;
  margin-top: 0 !important;
}
/* line 201, _theme.scss */
#newsWidget img {
  float: left;
  width: 70px;
  padding: 0 15px 10px 0;
}
/* line 202, _theme.scss */
#newsWidget a {
  color: black;
}
/* line 203, _theme.scss */
#newsWidget h4 {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
/* line 204, _theme.scss */
#newsWidget h4 a {
  font-size: 14px;
  display: block;
}
/* line 205, _theme.scss */
#newsWidget h4 a:hover {
  color: #00a8c6;
}
/* line 208, _theme.scss */
#newsWidget h5 {
  display: block;
  margin: 0;
  width: 100%;
  clear: both;
  margin-top: 5px;
}
/* line 209, _theme.scss */
#newsWidget h5 a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
}
/* line 210, _theme.scss */
#newsWidget h5 a:hover {
  color: #00a8c6;
}
/* line 212, _theme.scss */
#newsWidget h5 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #aaa;
  color: #aaa;
}

/* line 218, _theme.scss */
#breadcrumb {
  background: #E8E8E8;
  font-size: 14px;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}
/* line 219, _theme.scss */
#breadcrumb a {
  color: #555;
  font-family: "Ropa Sans", sans-serif;
}
/* line 220, _theme.scss */
#breadcrumb .container {
  padding: 0;
}

/* line 223, _theme.scss */
.downloadIcon {
  width: 16px;
  height: 16px;
  background: url(../img/icons/custom-download.png) bottom center;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 224, _theme.scss */
.downloadIcon:hover {
  background-position: top center;
}

/* line 227, _theme.scss */
.socialLinks {
  float: right;
  text-align: center;
  float: none;
}
/* line 147, mixins/_wynd.scss */
.socialLinks a {
  padding: 5px;
  background-color: #222;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
}
/* line 148, mixins/_wynd.scss */
.socialLinks a[href*="facebook"]:hover {
  background-color: #3b5998 !important;
}
/* line 149, mixins/_wynd.scss */
.socialLinks a[href*="twitter"]:hover {
  background-color: #00aced !important;
}
/* line 150, mixins/_wynd.scss */
.socialLinks a[href*="linkedin"]:hover {
  background-color: #007bb6 !important;
}
/* line 151, mixins/_wynd.scss */
.socialLinks a[href*="instagram"]:hover {
  background-color: #517fa4 !important;
}
/* line 152, mixins/_wynd.scss */
.socialLinks a[href*="pinterest"]:hover {
  background-color: #cb2027 !important;
}
/* line 153, mixins/_wynd.scss */
.socialLinks a[href*="youtube"]:hover {
  background-color: #bb0000 !important;
}
/* line 154, mixins/_wynd.scss */
.socialLinks a[href*="google"]:hover {
  background-color: #dd4b39 !important;
}
/* line 155, mixins/_wynd.scss */
.socialLinks a[href*="feed"]:hover {
  background-color: #FF6600 !important;
}

/* line 232, _theme.scss */
#developerContact {
  background: #333;
  padding: 15px;
  margin-top: -20px;
  display: none;
}
/* line 233, _theme.scss */
#developerContact * {
  color: #eee;
}
/* line 234, _theme.scss */
#developerContact p {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 235, _theme.scss */
#developerContact label {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 13px;
}
/* line 236, _theme.scss */
#developerContact input {
  margin-bottom: 0px;
}
/* line 238, _theme.scss */
#developerContact #formCaptcha {
  margin-top: 10px;
}
/* line 239, _theme.scss */
#developerContact #formCaptcha img {
  margin-bottom: 10px;
  margin-right: 5px;
}
/* line 241, _theme.scss */
#developerContact form > input:last-of-type {
  background: #444;
  padding: 10px 0;
  margin-top: 20px;
  border-color: #444;
  height: auto;
  color: #fff !important;
}

/* line 247, _theme.scss */
#browseFilters {
  list-style: none;
  padding: 0;
  margin-bottom: 00px;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 247, _theme.scss */
  #browseFilters {
    display: block;
  }
}
/* line 249, _theme.scss */
#browseFilters li {
  display: inline-block;
  margin-bottom: 0 !important;
}
/* line 250, _theme.scss */
#browseFilters li a {
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  font-family: "Ropa Sans", sans-serif;
}
/* line 252, _theme.scss */
#browseFilters li.active a {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 4px 4px 0;
  display: block;
}

/* line 260, _theme.scss */
#qnaWidget {
  background: #444444 url(../img/bg/widgetHead.png) no-repeat top right;
  padding: 15px 20px 60px 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
/* line 261, _theme.scss */
#qnaWidget h2 {
  color: #fff;
}
/* line 262, _theme.scss */
#qnaWidget p {
  font-size: 14px;
  color: #eee;
  margin-bottom: 20px;
}
/* line 263, _theme.scss */
#qnaWidget textarea {
  min-height: 100px;
}
/* line 264, _theme.scss */
#qnaWidget input {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  margin-bottom: 0;
  background: #00a8c6;
  border: 0;
  color: #fff;
}

/* line 270, _theme.scss */
#generalForm .col-1 {
  padding-right: 40px !important;
}
/* line 271, _theme.scss */
#generalForm .col-1 a.btn {
  border: 1px #ddd solid;
  color: #111;
}
/* line 273, _theme.scss */
#generalForm .col-1 label {
  padding-top: 0;
}
/* line 274, _theme.scss */
#generalForm .col-1 p {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 275, _theme.scss */
#generalForm .col-1 form .row {
  margin: 0;
  margin-bottom: 20px;
}
/* line 276, _theme.scss */
#generalForm .col-1 .buttons input {
  width: auto;
  background: #00a8c6;
  border-color: #00a8c6;
  color: white;
  margin-top: 10px;
  padding: 8px 15px;
  margin-right: 10px !important;
  border-radius: 4px;
}

/* line 281, _theme.scss */
#formOverride label {
  color: #444;
}
/* line 282, _theme.scss */
#formOverride input {
  margin-bottom: 0;
}
/* line 283, _theme.scss */
#formOverride #Profile_uwfdel_image {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
}

/* line 287, _theme.scss */
.yiiPager {
  padding-left: 0;
}
/* line 288, _theme.scss */
.yiiPager li {
  padding: 3px;
  display: inline-block !important;
  margin-bottom: 5px  !important;
}
/* line 289, _theme.scss */
.yiiPager li.active, .yiiPager li:hover {
  background-color: #00a8c6 !important;
}

/* line 295, _theme.scss */
.sidr input:last-of-type {
  display: none;
}
/* line 296, _theme.scss */
.sidr button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: 0;
}
/* line 297, _theme.scss */
.sidr .sidr-inner {
  padding-bottom: 0;
}
/* line 298, _theme.scss */
.sidr input {
  margin: 0 !important;
  padding: 10px !important;
  height: auto;
}

/* line 301, _theme.scss */
#codeCount {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

/* line 4, _layouts.scss */
#content {
  position: relative;
}

/* line 6, _layouts.scss */
#mainLayout {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #fff;
}
/* line 7, _layouts.scss */
#mainLayout h1 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 6, _layouts.scss */
  #mainLayout {
    padding-top: 30px;
  }
}
/* line 10, _layouts.scss */
#mainLayout > .container > .row > div.col-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  /* line 10, _layouts.scss */
  #mainLayout > .container > .row > div.col-1 {
    padding-right: 15px !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    min-height: 460px;
    isplay: block;
    border-right: 1px #ddd solid;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 10, _layouts.scss */
  #mainLayout > .container > .row > div.col-1 {
    float: left;
    width: 66.66667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  /* line 10, _layouts.scss */
  #mainLayout > .container > .row > div.col-1 {
    float: left;
    width: 75%;
  }
}

/* line 13, _layouts.scss */
#mainLayout > .container > .row > div.col-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 13, _layouts.scss */
  #mainLayout > .container > .row > div.col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 13, _layouts.scss */
  #mainLayout > .container > .row > div.col-2 {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  /* line 13, _layouts.scss */
  #mainLayout > .container > .row > div.col-2 {
    float: left;
    width: 25%;
  }
}

/* line 17, _layouts.scss */
#mainLayout.homeGrey {
  background: #f8f8f8;
}

/* line 20, _layouts.scss */
#sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 20, _layouts.scss */
  #sidebar {
    display: block;
  }
}

/* line 27, _layouts.scss */
#codeLayout, #profileFeed, #userLayout {
  background: #fff;
}
/* line 28, _layouts.scss */
#codeLayout iframe, #profileFeed iframe, #userLayout iframe {
  width: 100%;
}
/* line 29, _layouts.scss */
#codeLayout > div.col-1 .row, #profileFeed > div.col-1 .row, #userLayout > div.col-1 .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 29, _layouts.scss */
  #codeLayout > div.col-1 .row, #profileFeed > div.col-1 .row, #userLayout > div.col-1 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 33, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-1, #profileFeed > div.col-1 .row > div.col-1, #userLayout > div.col-1 .row > div.col-1 {
  width: 100%;
  min-height: 1px;
  padding: 0 50px 20px 50px;
}
@media only screen and (min-width: 450px) {
  /* line 33, _layouts.scss */
  #codeLayout > div.col-1 .row > div.col-1, #profileFeed > div.col-1 .row > div.col-1, #userLayout > div.col-1 .row > div.col-1 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 35, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-1 img, #profileFeed > div.col-1 .row > div.col-1 img, #userLayout > div.col-1 .row > div.col-1 img {
  width: 100%;
  background: white;
  border: 1px #ddd solid;
}
/* line 37, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2, #profileFeed > div.col-1 .row > div.col-2, #userLayout > div.col-1 .row > div.col-2 {
  width: 100%;
}
@media only screen and (min-width: 450px) {
  /* line 37, _layouts.scss */
  #codeLayout > div.col-1 .row > div.col-2, #profileFeed > div.col-1 .row > div.col-2, #userLayout > div.col-1 .row > div.col-2 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 39, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 #shareImg, #profileFeed > div.col-1 .row > div.col-2 #shareImg, #userLayout > div.col-1 .row > div.col-2 #shareImg {
  width: 400px;
}
/* line 40, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 h1, #profileFeed > div.col-1 .row > div.col-2 h1, #userLayout > div.col-1 .row > div.col-2 h1 {
  margin-top: 0;
}
/* line 41, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 h4, #profileFeed > div.col-1 .row > div.col-2 h4, #userLayout > div.col-1 .row > div.col-2 h4 {
  font-size: 15px;
}
/* line 42, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 h1, #profileFeed > div.col-1 .row > div.col-2 h1, #userLayout > div.col-1 .row > div.col-2 h1, #codeLayout > div.col-1 .row > div.col-2 h4, #profileFeed > div.col-1 .row > div.col-2 h4, #userLayout > div.col-1 .row > div.col-2 h4 {
  text-align: center;
}
@media only screen and (min-width: 450px) {
  /* line 42, _layouts.scss */
  #codeLayout > div.col-1 .row > div.col-2 h1, #profileFeed > div.col-1 .row > div.col-2 h1, #userLayout > div.col-1 .row > div.col-2 h1, #codeLayout > div.col-1 .row > div.col-2 h4, #profileFeed > div.col-1 .row > div.col-2 h4, #userLayout > div.col-1 .row > div.col-2 h4 {
    text-align: left;
  }
}
/* line 45, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 p.desc, #profileFeed > div.col-1 .row > div.col-2 p.desc, #userLayout > div.col-1 .row > div.col-2 p.desc {
  background: #f6f6f6;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 46, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 h2, #profileFeed > div.col-1 .row > div.col-2 h2, #userLayout > div.col-1 .row > div.col-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  width: 100%;
  padding-top: 30px;
}
/* line 47, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul li, #profileFeed > div.col-1 .row > div.col-2 ul li, #userLayout > div.col-1 .row > div.col-2 ul li {
  margin-bottom: 10px;
  font-size: 13px;
}
/* line 48, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul#codeRelease, #profileFeed > div.col-1 .row > div.col-2 ul#codeRelease, #userLayout > div.col-1 .row > div.col-2 ul#codeRelease {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
/* line 49, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul#codeRelease span, #profileFeed > div.col-1 .row > div.col-2 ul#codeRelease span, #userLayout > div.col-1 .row > div.col-2 ul#codeRelease span {
  font-size: 13px;
  color: #aaa;
  margin: 0;
}
/* line 50, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul#codeRelease li, #profileFeed > div.col-1 .row > div.col-2 ul#codeRelease li, #userLayout > div.col-1 .row > div.col-2 ul#codeRelease li {
  border: 1px #ddd solid;
  padding: 15px 20px;
  border-left: 5px #666 solid;
  background: #f6f6f6;
}
/* line 51, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul#codeRelease h3, #profileFeed > div.col-1 .row > div.col-2 ul#codeRelease h3, #userLayout > div.col-1 .row > div.col-2 ul#codeRelease h3 {
  font-size: 16px;
  margin: 5px 0;
}
/* line 52, _layouts.scss */
#codeLayout > div.col-1 .row > div.col-2 ul#codeRelease p, #profileFeed > div.col-1 .row > div.col-2 ul#codeRelease p, #userLayout > div.col-1 .row > div.col-2 ul#codeRelease p {
  margin: 0px;
  padding: 0;
  background: transparent;
  font-size: 14px;
  font-style: italic;
}
/* line 57, _layouts.scss */
#codeLayout > div.col-2 > a, #profileFeed > div.col-2 > a, #userLayout > div.col-2 > a {
  background: #333;
  color: white;
  display: block;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 5px;
}
/* line 58, _layouts.scss */
#codeLayout > div.col-2 > a.download, #profileFeed > div.col-2 > a.download, #userLayout > div.col-2 > a.download {
  background: #00a8c6;
}
/* line 60, _layouts.scss */
#codeLayout > div.col-2 ul, #profileFeed > div.col-2 ul, #userLayout > div.col-2 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
/* line 61, _layouts.scss */
#codeLayout > div.col-2 ul li, #profileFeed > div.col-2 ul li, #userLayout > div.col-2 ul li {
  font-weight: 900;
  width: 100%;
  font-size: 13px;
  margin-bottom: 2px;
}
/* line 62, _layouts.scss */
#codeLayout > div.col-2 ul li#released span, #profileFeed > div.col-2 ul li#released span, #userLayout > div.col-2 ul li#released span {
  padding-left: 25px;
  background: url(../img/microchip-badge.png) left no-repeat;
}
/* line 63, _layouts.scss */
#codeLayout > div.col-2 ul li span, #profileFeed > div.col-2 ul li span, #userLayout > div.col-2 ul li span {
  font-weight: 400;
  float: right;
}
/* line 64, _layouts.scss */
#codeLayout > div.col-2 ul li#noRating span, #profileFeed > div.col-2 ul li#noRating span, #userLayout > div.col-2 ul li#noRating span {
  font-size: 13px;
  color: #ddd;
}
/* line 65, _layouts.scss */
#codeLayout > div.col-2 ul li#mplab, #profileFeed > div.col-2 ul li#mplab, #userLayout > div.col-2 ul li#mplab {
  border-top: #ddd solid 1px;
  padding-top: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 74, _layouts.scss */
  #codeLayout #codeTitle h4, #profileFeed #codeTitle h4, #userLayout #codeTitle h4 {
    margin-top: 0;
  }
  /* line 75, _layouts.scss */
  #codeLayout #codeTitle h1, #profileFeed #codeTitle h1, #userLayout #codeTitle h1 {
    margin-bottom: 5px;
    border-left: 10px #f07e30 solid;
    padding-left: 15px;
    padding: 2px 0 2px 10px;
  }
}
/* line 78, _layouts.scss */
#codeLayout h2#categories, #profileFeed h2#categories, #userLayout h2#categories {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 82, _layouts.scss */
#codeCategories {
  margin-top: 10px;
  padding-left: 0;
  margin-bottom: 30px;
}
/* line 83, _layouts.scss */
#codeCategories li {
  border-color: #888;
}
/* line 84, _layouts.scss */
#codeCategories li a {
  font-size: 12px;
  color: #888;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 85, _layouts.scss */
#codeCategories li a:hover {
  color: #111;
}

/* line 94, _layouts.scss */
#profileHeader {
  height: 250px;
  background: url(../img/bg/escheresque_ste.png);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* line 95, _layouts.scss */
#profileBadges {
  background: #666;
  padding: 0px 6px;
  text-align: center;
}
/* line 96, _layouts.scss */
#profileBadges span {
  font-size: 11px;
  color: #fff;
  margin-bottom: 4px;
  display: inline-block;
}
/* line 97, _layouts.scss */
#profileBadges span.glyphicon {
  margin-left: 10px;
  margin-right: 3px;
  color: #eee;
}
/* line 98, _layouts.scss */
#profileBadges span.glyphicon:first-of-type {
  margin-left: 0;
}

/* line 102, _layouts.scss */
#profileFeed {
  clear: both;
  padding-top: 30px;
}
/* line 103, _layouts.scss */
#profileFeed #sidebar h4 a {
  color: #111;
}
/* line 104, _layouts.scss */
#profileFeed #browseFilters {
  display: block;
}
@media only screen and (min-width: 450px) {
  /* line 102, _layouts.scss */
  #profileFeed {
    padding-top: 100px;
  }
}
/* line 107, _layouts.scss */
#profileFeed div.col-1 {
  border-right: 0 !important;
}
/* line 108, _layouts.scss */
#profileFeed h1 {
  margin-top: 5px;
  color: #111;
}
@media only screen and (min-width: 450px) {
  /* line 108, _layouts.scss */
  #profileFeed h1 {
    color: #fff;
  }
}
/* line 111, _layouts.scss */
#profileFeed h4 {
  font-weight: 400;
  color: #111;
  margin-bottom: 20px;
}
@media only screen and (min-width: 450px) {
  /* line 111, _layouts.scss */
  #profileFeed h4 {
    color: #fff;
    margin-bottom: 50px;
  }
  /* line 113, _layouts.scss */
  #profileFeed h4 a {
    color: #fff;
  }
}
/* line 117, _layouts.scss */
#profileFeed .tileList {
  padding-top: 20px;
  border-top: 0;
  padding-top: 0;
}
/* line 118, _layouts.scss */
#profileFeed .tileList li {
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  /* line 118, _layouts.scss */
  #profileFeed .tileList li {
    float: left;
    width: 50%;
  }
}
/* line 119, _layouts.scss */
#profileFeed .tileList li > div {
  background: #f8f8f8;
}
/* line 122, _layouts.scss */
#profileFeed .nav-tabs li {
  margin-bottom: 0 !important;
}
/* line 123, _layouts.scss */
#profileFeed .nav-tabs li a {
  font-family: "Ropa Sans", sans-serif;
  font-size: 17px;
}
/* line 125, _layouts.scss */
#profileFeed .details {
  border-top: 1px #ddd solid;
  padding-top: 10px;
  background: #fff;
}
/* line 126, _layouts.scss */
#profileFeed #developerContact {
  margin-top: 0;
  background: #f8f8f8;
  padding: 25px;
  display: block;
}
/* line 127, _layouts.scss */
#profileFeed #developerContact * {
  color: black;
}
/* line 129, _layouts.scss */
#profileFeed #contactForm p {
  padding: 0;
  background: transparent;
}
/* line 130, _layouts.scss */
#profileFeed .tab-content {
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
/* line 131, _layouts.scss */
#profileFeed .tab-content h2:first-of-type {
  margin-top: 0 !important;
  border: 0 !important;
  padding-top: 10px !important;
}
/* line 132, _layouts.scss */
#profileFeed #sidebar {
  margin-top: 110px;
  border-left: 1px #ddd solid;
}

/* line 142, _layouts.scss */
#postTags {
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 143, _layouts.scss */
#postTags li {
  border-color: #888;
}
/* line 144, _layouts.scss */
#postTags li a {
  font-size: 12px;
  color: #888;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 145, _layouts.scss */
#postTags li a:hover {
  color: #111;
}

/* line 150, _layouts.scss */
#postHeader h1 {
  margin-bottom: 5px;
  border-left: 10px #f07e30 solid;
  padding-left: 15px;
  padding: 2px 0 2px 10px;
  margin-top: 0;
}
/* line 151, _layouts.scss */
#postHeader p {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

/* line 154, _layouts.scss */
#postBody {
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}

/* line 160, _layouts.scss */
ul#postIndex {
  padding: 0;
  margin-top: 20px;
}
/* line 161, _layouts.scss */
ul#postIndex span.category {
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}
/* line 162, _layouts.scss */
ul#postIndex h3 {
  margin: 5px 0 5px 0;
  font-size: 21px;
}
/* line 163, _layouts.scss */
ul#postIndex li {
  list-style: none;
  margin-bottom: 20px;
  padding-right: 50px;
  position: relative;
  background: #f8f8f8;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 164, _layouts.scss */
ul#postIndex li:hover {
  background: #f5f5f5;
}
/* line 165, _layouts.scss */
ul#postIndex li a {
  padding: 20px;
  display: block;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-left: 10px solid #ddd;
}
/* line 166, _layouts.scss */
ul#postIndex li a:hover {
  border-color: #f07e30;
}
/* line 167, _layouts.scss */
ul#postIndex li a:hover .glyphicon {
  right: 10px;
  color: #444;
}
/* line 169, _layouts.scss */
ul#postIndex li .glyphicon {
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 40px;
  color: #bbb;
}
/* line 171, _layouts.scss */
ul#postIndex p {
  margin: 0;
  font-size: 13px;
}

/* line 177, _layouts.scss */
#loginLayout {
  background: #fff;
  padding: 75px 0;
  background: url(../img/bg/escheresque_ste.png);
}
/* line 179, _layouts.scss */
#loginLayout > .container > .row > div.col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 179, _layouts.scss */
  #loginLayout > .container > .row > div.col-1 {
    float: left;
    width: 66.66667%;
  }
}
/* line 181, _layouts.scss */
#loginLayout > .container > .row > div.col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 181, _layouts.scss */
  #loginLayout > .container > .row > div.col-2 {
    float: left;
    width: 33.33333%;
  }
}

/* line 185, _layouts.scss */
#loginForm {
  background: #f8f8f8;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  border: 1px #666 solid;
  width: 90%;
}
@media only screen and (min-width: 450px) {
  /* line 185, _layouts.scss */
  #loginForm {
    width: 450px;
  }
}
/* line 187, _layouts.scss */
#loginForm p {
  font-size: 13px;
  margin: 0 0 10px 0;
}
/* line 188, _layouts.scss */
#loginForm p a {
  color: #222 !important;
}
/* line 190, _layouts.scss */
#loginForm h1 {
  margin-top: 0;
  font-size: 28px;
  color: #333;
  padding: 20px 25px;
  border-bottom: 1px solid #ccc;
}
/* line 191, _layouts.scss */
#loginForm form {
  padding: 10px 25px 15px 25px;
}
/* line 192, _layouts.scss */
#loginForm .row {
  margin: 0;
  position: relative;
}
/* line 193, _layouts.scss */
#loginForm .row span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
/* line 195, _layouts.scss */
#loginForm input {
  padding-left: 30px;
}
/* line 196, _layouts.scss */
#loginForm #UserLogin_rememberMe {
  width: auto;
  float: left;
  height: auto;
}
/* line 197, _layouts.scss */
#loginForm .rememberMe label {
  font-weight: normal;
  font-size: 13px;
  color: #222;
}
/* line 198, _layouts.scss */
#loginForm .submit input {
  width: auto;
  background: #00a8c6;
  border-color: #00a8c6;
  color: white;
  margin-top: 10px;
  padding-left: 12px;
}
/* line 199, _layouts.scss */
#loginForm > a {
  background: #222;
  color: #f07e30;
  text-align: center;
  width: 100%;
  padding: 20px;
  display: block;
  margin-top: 00px;
}

/* line 206, _layouts.scss */
#registerForm {
  border-radius: 4px;
  overflow: hidden;
  border: 1px #ddd solid;
}
/* line 207, _layouts.scss */
#registerForm #captcha {
  padding-bottom: 15px;
}
/* line 208, _layouts.scss */
#registerForm #captcha input {
  margin: 10px 0 30px 0;
}
/* line 211, _layouts.scss */
#registerForm .note, #registerForm a {
  color: #999;
}
/* line 212, _layouts.scss */
#registerForm a {
  margin-left: 15px;
}
/* line 214, _layouts.scss */
#registerForm h1 {
  margin-top: 0;
}
/* line 215, _layouts.scss */
#registerForm form {
  background: #f8f8f8;
  padding: 30px 30px;
  border-top: 15px #555 solid;
  border-radius: 4px;
  overflow: hidden;
}
/* line 216, _layouts.scss */
#registerForm .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 216, _layouts.scss */
  #registerForm .row > div {
    float: left;
    width: 50%;
  }
}
/* line 217, _layouts.scss */
#registerForm label {
  color: #222;
  font-weight: normal;
  margin-bottom: 2px;
}
/* line 218, _layouts.scss */
#registerForm .hint {
  position: absolute;
  left: 15px;
  bottom: -5px;
  margin-bottom: 0;
  font-size: 11px;
  color: #333;
}
/* line 219, _layouts.scss */
#registerForm .submit input {
  width: auto;
  background: #00a8c6;
  border-color: #00a8c6;
  color: white;
  margin-top: 10px;
  padding-left: 12px;
  margin-right: 10px !important;
}

/* line 224, _layouts.scss */
ul#questionIndex {
  padding-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px #ddd solid;
}
/* line 225, _layouts.scss */
ul#questionIndex li {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 25px 15px;
  margin-bottom: 0px;
  border-top: 1px #ddd solid;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
ul#questionIndex li:before, ul#questionIndex li:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
ul#questionIndex li:after {
  clear: both;
}
/* line 226, _layouts.scss */
ul#questionIndex li > div.col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  /* line 226, _layouts.scss */
  ul#questionIndex li > div.col-1 {
    float: left;
    width: 33.33333%;
  }
}
/* line 227, _layouts.scss */
ul#questionIndex li > div.col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  /* line 227, _layouts.scss */
  ul#questionIndex li > div.col-2 {
    float: left;
    width: 66.66667%;
  }
}
/* line 229, _layouts.scss */
ul#questionIndex li h2 {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 229, _layouts.scss */
  ul#questionIndex li h2 {
    margin-top: 5px;
  }
}
/* line 232, _layouts.scss */
ul#questionIndex li #accepted {
  color: #2ecc71;
  position: absolute;
  bottom: -10px;
  right: 10px;
  font-size: 32px;
  height: auto;
  top: auto;
}

@media only screen and (min-width: 768px) {
  /* line 237, _layouts.scss */
  #questionStats {
    padding-right: 20px;
  }
}
/* line 239, _layouts.scss */
#questionStats > span {
  background: #eee;
  padding: 10px 10px;
  font-size: 14px;
  display: inline-block;
  color: #222;
  width: 30%;
  margin: 0 1%;
  text-align: center;
}
/* line 240, _layouts.scss */
#questionStats .glyphicon {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 243, _layouts.scss */
#questionDetails {
  font-size: 12px;
}

/* line 251, _layouts.scss */
#qnaLayout {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
#qnaLayout:before, #qnaLayout:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
#qnaLayout:after {
  clear: both;
}
/* line 252, _layouts.scss */
#qnaLayout h1 {
  margin-bottom: 5px;
  border-left: 10px #f07e30 solid;
  padding-left: 15px;
  padding: 2px 0 2px 10px;
  margin-bottom: 0;
}
/* line 253, _layouts.scss */
#qnaLayout h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  width: 100%;
  padding-top: 30px;
}

/* line 257, _layouts.scss */
.vote-controls {
  padding: 15px 25px 15px 15px;
  float: left;
  text-align: center;
  display: block;
}
/* line 258, _layouts.scss */
.vote-controls .btn {
  font-size: 26px;
  color: #aaa;
  padding: 0;
}
/* line 259, _layouts.scss */
.vote-controls .btn.up {
  margin-bottom: -5px;
}
/* line 260, _layouts.scss */
.vote-controls .btn.voted {
  color: #f07e30;
}
/* line 262, _layouts.scss */
.vote-controls .score {
  font-family: "Ropa Sans", sans-serif;
  font-size: 21px;
}
/* line 263, _layouts.scss */
.vote-controls > span {
  display: block;
}

/* line 266, _layouts.scss */
.qnaDetails, .qna-vote {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.qnaDetails:before, .qnaDetails:after, .qna-vote:before, .qna-vote:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.qnaDetails:after, .qna-vote:after {
  clear: both;
}

/* line 269, _layouts.scss */
.qnaDetails > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 269, _layouts.scss */
  .qnaDetails > div {
    float: left;
    width: 50%;
  }
}
/* line 270, _layouts.scss */
.qnaDetails .btn {
  margin-right: 5px;
  border-radius: 4px;
  background: #666;
  color: #eee;
  font-size: 16px;
  padding: 7px 10px;
}
/* line 271, _layouts.scss */
.qnaDetails a.answer {
  background: #00a8c6;
  padding: 10px 15px;
}
/* line 272, _layouts.scss */
.qnaDetails .accept-answer {
  padding: 10px 15px;
  background: #ddd;
  color: #111;
}
/* line 273, _layouts.scss */
.qnaDetails p {
  margin-bottom: 0;
}
/* line 274, _layouts.scss */
.qnaDetails .col-2 * {
  font-size: 13px;
}
/* line 275, _layouts.scss */
.qnaDetails .glyphicon {
  font-size: 22px;
}
/* line 276, _layouts.scss */
.qnaDetails .author-wrap {
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 276, _layouts.scss */
  .qnaDetails .author-wrap {
    margin-top: 0;
  }
}

/* line 281, _layouts.scss */
.qna-body {
  padding-right: 20px;
}

/* line 282, _layouts.scss */
.qnaAnswer {
  position: relative;
}
/* line 283, _layouts.scss */
.qnaAnswer #accepted {
  color: #2ecc71;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 32px;
  height: auto;
  top: auto;
}
/* line 285, _layouts.scss */
.qnaAnswer .qna-vote {
  background: #f8f8f8;
  padding: 0 20px 0 10px;
  margin: 0;
  margin-bottom: 10px;
  border-left: 10px #ccc solid;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.qnaAnswer .qna-vote:before, .qnaAnswer .qna-vote:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.qnaAnswer .qna-vote:after {
  clear: both;
}
/* line 287, _layouts.scss */
.qnaAnswer .qnaDetails .btn {
  font-size: 13px;
}
/* line 288, _layouts.scss */
.qnaAnswer .qnaDetails .glyphicon {
  font-size: 19px;
}

/* line 292, _layouts.scss */
#qnaDelete {
  margin-top: -10px;
}

/* line 294, _layouts.scss */
.qna-vote {
  text-align: left;
}

/* line 295, _layouts.scss */
.qna-add-comment {
  text-align: right;
  margin-top: 20px;
  border-top: #ddd 1px solid;
  color: #888;
}

/* line 296, _layouts.scss */
.q-comment-link {
  color: #999;
  font-size: 12px;
  padding-top: 15px;
}

/* line 297, _layouts.scss */
#qna-answers-header {
  border-top: 10px #999 solid;
  margin-top: 25px;
  padding-top: 20px;
}

/* line 299, _layouts.scss */
#qna-post textarea {
  width: 100%;
}

/* line 305, _layouts.scss */
#hero {
  position: relative;
  position: relative;
  height: 400px;
}
/* line 17, mixins/_wynd.scss */
#hero div[class^="bg"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  /* line 305, _layouts.scss */
  #hero {
    background: none;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 305, _layouts.scss */
  #hero {
    height: 500px;
  }
}
/* line 308, _layouts.scss */
#hero .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 992px) {
  /* line 308, _layouts.scss */
  #hero .row > div {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 308, _layouts.scss */
  #hero .row > div {
    padding: 50px 180px 0 180px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 308, _layouts.scss */
  #hero .row > div {
    padding: 80px 250px 0 250px;
  }
}
/* line 312, _layouts.scss */
#hero h1 {
  color: #f07e30;
  text-transform: uppercase;
  font-size: 48px;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 312, _layouts.scss */
  #hero h1 {
    margin-top: 20px;
    line-height: 1.1;
    font-size: 52px;
  }
}
/* line 314, _layouts.scss */
#hero h1 span {
  color: white;
}
/* line 316, _layouts.scss */
#hero h2 {
  color: white;
  font-size: 14px;
  display: inline-block;
  margin-right: 7px;
}
/* line 317, _layouts.scss */
#hero ul {
  display: inline-block;
  text-align: center;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 317, _layouts.scss */
  #hero ul {
    text-align: left;
  }
}
/* line 319, _layouts.scss */
#hero ul li {
  margin-bottom: 10px;
}
/* line 320, _layouts.scss */
#hero ul li a {
  color: white;
  font-size: 12px;
}
/* line 323, _layouts.scss */
#hero p {
  font-size: 15px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 323, _layouts.scss */
  #hero p {
    font-size: 21px;
  }
}
/* line 326, _layouts.scss */
#hero .bg {
  z-index: -5 !important;
  background: url(../img/bg/home.jpg) no-repeat top left;
  position: fixed !important;
  top: 00px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  background-size: 995px;
}
/* line 327, _layouts.scss */
#hero .bg.heroMod {
  margin-top: 265px;
}
@media only screen and (min-width: 992px) {
  /* line 326, _layouts.scss */
  #hero .bg {
    background-size: 100%;
    background-position: top center;
  }
}
/* line 330, _layouts.scss */
#hero .bg2 {
  background-image: url(../img/trans/black-50.png);
  z-index: -4 !important;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 330, _layouts.scss */
  #hero .bg2 {
    background-image: none;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, transparent 15%, rgba(0, 0, 0, 0.92) 50%, transparent 85%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(50%, rgba(0, 0, 0, 0.92)), color-stop(85%, transparent), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 15%, rgba(0, 0, 0, 0.92) 50%, transparent 85%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 15%, rgba(0, 0, 0, 0.92) 50%, transparent 85%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 15%, rgba(0, 0, 0, 0.92) 50%, transparent 85%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, transparent 15%, rgba(0, 0, 0, 0.92) 50%, transparent 85%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-8 */
  }
}

/* line 335, _layouts.scss */
#heroInput {
  width: 100%;
  padding: 10px 0;
  position: relative;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 335, _layouts.scss */
  #heroInput {
    margin-bottom: 30px;
    margin-top: 25px;
  }
}
/* line 337, _layouts.scss */
#heroInput input {
  color: #777;
  padding: 15px 15px 15px 15px;
  background: #eee;
  font-size: 16px;
  border: 3px #555 solid;
  border-radius: 5px !important;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 337, _layouts.scss */
  #heroInput input {
    font-size: 18px;
  }
}
/* line 340, _layouts.scss */
#heroInput input:focus {
  border: 3px solid #f07e30;
  background: #fff;
}
/* line 341, _layouts.scss */
#heroInput input:hover {
  border: 3px solid #f07e30;
  background: #fff;
}
/* line 344, _layouts.scss */
#heroInput form > span {
  position: absolute;
  right: 45px;
  top: 10px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 344, _layouts.scss */
  #heroInput form > span {
    right: 55px;
    top: 10px;
  }
}
/* line 346, _layouts.scss */
#heroInput form > span button {
  background: transparent;
  border: 0;
}
/* line 347, _layouts.scss */
#heroInput form > span button span {
  color: #777;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  /* line 347, _layouts.scss */
  #heroInput form > span button span {
    font-size: 24px;
  }
}

/* line 355, _layouts.scss */
*::-webkit-input-placeholder {
  color: #777;
}

/* line 358, _layouts.scss */
*:-moz-placeholder {
  /* FF 4-18 */
  color: #777;
}

/* line 362, _layouts.scss */
*::-moz-placeholder {
  /* FF 19+ */
  color: #777;
}

/* line 366, _layouts.scss */
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}

/* line 371, _layouts.scss */
#topDevelopers {
  background: white url(../img/bg/shadow-top.png) no-repeat top center;
  padding: 30px 0 30px;
}
/* line 372, _layouts.scss */
#topDevelopers h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
}
/* line 373, _layouts.scss */
#topDevelopers ul {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
#topDevelopers ul:before, #topDevelopers ul:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
#topDevelopers ul:after {
  clear: both;
}
/* line 374, _layouts.scss */
#topDevelopers li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 374, _layouts.scss */
  #topDevelopers li {
    float: left;
    width: 8.33333%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 374, _layouts.scss */
  #topDevelopers li {
    width: 115px;
  }
}
/* line 377, _layouts.scss */
#topDevelopers img {
  width: 100%;
  border: 1px #ddd solid;
}
/* line 378, _layouts.scss */
#topDevelopers img:hover {
  border-color: #ccc;
}
/* line 381, _layouts.scss */
#topDevelopers h5 {
  font-size: 12px;
  font-weight: normal;
}
/* line 382, _layouts.scss */
#topDevelopers h5 a {
  font-size: 12px;
  color: #444;
}

/* line 386, _layouts.scss */
.seeAllBtn {
  float: right;
  background: #333;
  color: #eee;
  margin-bottom: 15px;
  font-size: 13px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 387, _layouts.scss */
.seeAllBtn:hover {
  background: #00a8c6;
  color: white;
}

/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clear:after {
  clear: both;
}

/* line 401, _layouts.scss */
#userLayout .userDetails {
  background: #f8f8f8;
  margin-top: 20px;
  list-style-position: inside;
  padding: 15px 25px;
}
/* line 402, _layouts.scss */
#userLayout .btn-group button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  /* line 402, _layouts.scss */
  #userLayout .btn-group button {
    display: inline;
    width: auto;
    padding: 10px;
  }
}
