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

/* line 19, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 30, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 50, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 63, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 73, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 85, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 93, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 105, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 113, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 122, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 131, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 140, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 149, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 157, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 180, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 188, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 199, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 207, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 217, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 225, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 248, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 262, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 273, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 298, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 307, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 318, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 330, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

/* line 353, ../../app/bower_components/bootstrap-sass/vendor/assets/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 366, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 375, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 386, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 395, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 404, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 415, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

  /* line 53, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

  /* line 67, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

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

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

  /* line 87, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

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

  /* line 95, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../../app/sass/custom-scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../app/sass/custom-scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../app/sass/custom-scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../app/sass/custom-scaffolding.scss */
body {
  font-family: "clan-news", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 36, ../../app/sass/custom-scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../app/sass/custom-scaffolding.scss */
a {
  color: black;
  text-decoration: none;
}
/* line 52, ../../app/sass/custom-scaffolding.scss */
a:hover, a:focus {
  text-decoration: underline;
}
/* line 58, ../../app/sass/custom-scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../app/sass/custom-scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../app/sass/custom-scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../app/sass/custom-scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../app/sass/custom-scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../app/sass/custom-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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../app/sass/custom-scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../app/sass/custom-scaffolding.scss */
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eae9ea;
}

/* line 125, ../../app/sass/custom-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 9, ../../app/sass/custom-type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin: 0;
}
/* line 17, ../../app/sass/custom-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: #999999;
}

/* line 48, ../../app/sass/custom-type.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 49, ../../app/sass/custom-type.scss */
h2, .h2 {
  font-size: 20px;
  line-height: 1.43;
}

/* line 53, ../../app/sass/custom-type.scss */
h3, .h3 {
  font-size: 21px;
}

/* line 54, ../../app/sass/custom-type.scss */
h4, .h4 {
  font-size: 15px;
}

/* line 55, ../../app/sass/custom-type.scss */
h5, .h5 {
  font-size: 12px;
}

/* line 56, ../../app/sass/custom-type.scss */
h6, .h6 {
  font-size: 11px;
}

/* line 66, ../../app/sass/custom-type.scss */
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 66, ../../app/sass/custom-type.scss */
  .lead {
    font-size: 18px;
  }
}

/* line 82, ../../app/sass/custom-type.scss */
small,
.small {
  font-size: 85%;
}

/* line 86, ../../app/sass/custom-type.scss */
cite {
  font-style: normal;
}

/* line 89, ../../app/sass/custom-type.scss */
.text-left {
  text-align: left;
}

/* line 90, ../../app/sass/custom-type.scss */
.text-right {
  text-align: right;
}

/* line 91, ../../app/sass/custom-type.scss */
.text-center {
  text-align: center;
}

/* line 92, ../../app/sass/custom-type.scss */
.text-justify {
  text-align: justify;
}

/* line 95, ../../app/sass/custom-type.scss */
.text-muted {
  color: #999999;
}

/* line 112, ../../app/sass/custom-type.scss */
.bg-primary {
  color: #fff;
}

/* line 131, ../../app/sass/custom-type.scss */
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eae9ea;
}

/* line 142, ../../app/sass/custom-type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
/* line 146, ../../app/sass/custom-type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 155, ../../app/sass/custom-type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 161, ../../app/sass/custom-type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 165, ../../app/sass/custom-type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 173, ../../app/sass/custom-type.scss */
dl {
  margin-top: 0;
  margin-bottom: 17px;
}

/* line 177, ../../app/sass/custom-type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 181, ../../app/sass/custom-type.scss */
dt {
  font-weight: bold;
}

/* line 184, ../../app/sass/custom-type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 195, ../../app/sass/custom-type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 202, ../../app/sass/custom-type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  /* line 25, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 213, ../../app/sass/custom-type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 219, ../../app/sass/custom-type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 225, ../../app/sass/custom-type.scss */
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eae9ea;
}
/* line 234, ../../app/sass/custom-type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 241, ../../app/sass/custom-type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
/* line 249, ../../app/sass/custom-type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 258, ../../app/sass/custom-type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eae9ea;
  border-left: 0;
  text-align: right;
}
/* line 270, ../../app/sass/custom-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 271, ../../app/sass/custom-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 278, ../../app/sass/custom-type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 284, ../../app/sass/custom-type.scss */
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../../app/sass/custom-grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 25, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../app/sass/custom-grid.scss */
  .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../app/sass/custom-grid.scss */
  .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../app/sass/custom-grid.scss */
  .container {
    width: 100%;
    max-width: 1170px;
    padding: 0;
  }
}

/* line 37, ../../app/sass/custom-grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 25, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 798, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.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 817, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.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 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 817, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.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 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 817, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.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 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 817, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.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 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 825, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 835, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 830, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 840, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 7, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 25, ../../app/bower_components/bootstrap-sass/vendor/assets/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 35, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  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 49, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 60, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 20, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 25, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

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

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

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

/* line 27, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

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

/* line 45, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 636, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 639, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-xs {
    display: table;
  }

  /* line 640, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 641, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 636, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 639, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-sm {
    display: table;
  }

  /* line 640, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 641, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 636, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 639, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-md {
    display: table;
  }

  /* line 640, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 641, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 636, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 639, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-lg {
    display: table;
  }

  /* line 640, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 641, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 636, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 639, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-print {
    display: table;
  }

  /* line 640, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 641, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 647, ../../app/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'clan-blacksc';
  src: url("../fonts/clan-blacksc-webfont.eot");
  src: url("../fonts/clan-blacksc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clan-blacksc-webfont.woff") format("woff"), url("../fonts/clan-blacksc-webfont.ttf") format("truetype"), url("../fonts/clan-blacksc-webfont.svg#clan-blackscblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clan-newssc';
  src: url("../fonts/clan-newssc-webfont.eot");
  src: url("../fonts/clan-newssc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clan-newssc-webfont.woff") format("woff"), url("../fonts/clan-newssc-webfont.ttf") format("truetype"), url("../fonts/clan-newssc-webfont.svg#clan-newsscnews") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clan-news';
  src: url("../fonts/clan-news-webfont.eot");
  src: url("../fonts/clan-news-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clan-news-webfont.woff") format("woff"), url("../fonts/clan-news-webfont.ttf") format("truetype"), url("../fonts/clan-news-webfont.svg#clan-newsnews") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clan-medium';
  src: url("../fonts/clan-medium-webfont.eot");
  src: url("../fonts/clan-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clan-medium-webfont.woff") format("woff"), url("../fonts/clan-medium-webfont.ttf") format("truetype"), url("../fonts/clan-medium-webfont.svg#clan-mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 58, ../../app/styles/main.scss */
body {
  overflow-x: hidden;
}

/* line 63, ../../app/styles/main.scss */
.header {
  padding: 20px 0 0;
  position: relative;
}

/* line 68, ../../app/styles/main.scss */
.blue-text {
  color: #398ad8;
  display: inline-block;
}

/* line 73, ../../app/styles/main.scss */
.red-text {
  color: #ea2c4c;
  display: inline-block;
}

/* line 78, ../../app/styles/main.scss */
.col-logo, .col-title, .col-desc {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

/* line 84, ../../app/styles/main.scss */
.col-logo {
  width: 17%;
}

/* line 88, ../../app/styles/main.scss */
.col-title {
  width: 32%;
}

/* line 92, ../../app/styles/main.scss */
.col-desc {
  width: 38%;
}

/* line 96, ../../app/styles/main.scss */
.logo-img, .logo-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 101, ../../app/styles/main.scss */
.logo-text {
  width: 81px;
  height: 60px;
  border-top: 1px solid #48494e;
  border-bottom: 1px solid #48494e;
  position: relative;
}

/* line 109, ../../app/styles/main.scss */
.logo-l1 {
  font-size: 10.8px;
  position: absolute;
  top: 5px;
  left: 0;
  font-family: "clan-newssc";
  text-transform: uppercase;
}

/* line 118, ../../app/styles/main.scss */
.logo-l2 {
  font-size: 32.4px;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-family: "clan-blacksc";
}

/* line 126, ../../app/styles/main.scss */
.header-desc {
  color: #4e3e53;
}

/* line 130, ../../app/styles/main.scss */
.export-code {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #eae9ea;
  border: 1px solid #4e3e53;
  border-radius: 15px;
  color: #4e3e53;
  padding: 2px 0;
  cursor: pointer;
}
/* line 140, ../../app/styles/main.scss */
.export-code .export-l1 {
  font-size: 19.2px;
  text-align: center;
  margin: -3px 0 0;
}
/* line 145, ../../app/styles/main.scss */
.export-code .export-l2 {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  font-size: 9.6px;
  line-height: 1.14286;
}

/* line 155, ../../app/styles/main.scss */
.map-wrapper.col-sm-12 {
  border: 1px solid #4e3e53;
  padding: 0;
  margin: 20px 0 20px;
}

/* line 161, ../../app/styles/main.scss */
.map {
  background: #eae9ea;
  position: relative;
  padding: 30px 0;
}

/* line 167, ../../app/styles/main.scss */
.map-container {
  width: 60%;
  height: auto;
  display: inline-block;
  padding: 0 20px;
}

/* line 174, ../../app/styles/main.scss */
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

/* line 182, ../../app/styles/main.scss */
#map {
  width: 100%;
  height: 480px;
}

/* line 188, ../../app/styles/main.scss */
.g-element path {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

/* line 194, ../../app/styles/main.scss */
.hovered path {
  fill: #71537b;
}
/* line 197, ../../app/styles/main.scss */
.hovered #other {
  fill: #fff;
  opacity: 0.6;
}

/* line 204, ../../app/styles/main.scss */
.premier-tour path {
  fill: #43C9DB;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
/* line 209, ../../app/styles/main.scss */
.premier-tour.hovered path {
  fill: #71537b;
}

/* line 216, ../../app/styles/main.scss */
.final path {
  fill: #11525A;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
/* line 221, ../../app/styles/main.scss */
.final.hovered path {
  fill: #71537b;
}

/* line 228, ../../app/styles/main.scss */
.active-dept path {
  fill: #71537b;
}
/* line 231, ../../app/styles/main.scss */
.active-dept #other {
  fill: #fff;
  opacity: 0.6;
}

/* line 237, ../../app/styles/main.scss */
.departments-list {
  display: inline-block;
  border-left: 1px solid #2e292b;
  position: relative;
  width: 40%;
  z-index: 1;
  vertical-align: middle;
}
/* line 244, ../../app/styles/main.scss */
.departments-list .list-legend {
  font-size: 13.2px;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
/* line 249, ../../app/styles/main.scss */
.departments-list .info {
  padding: 0 20px 10px;
  font-size: 10.2px;
}
/* line 253, ../../app/styles/main.scss */
.departments-list .departments {
  width: 50%;
  float: left;
  text-align: left;
  list-style: none;
  font-size: 10.2px;
  margin: 0;
  padding: 0 20px;
}
/* line 261, ../../app/styles/main.scss */
.departments-list .departments > li {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
  margin: 2px 0 0;
}

/* line 269, ../../app/styles/main.scss */
.department-number, .department-name {
  display: inline-block;
  vertical-align: top;
}

/* line 273, ../../app/styles/main.scss */
.department-number {
  width: 10%;
}

/* line 276, ../../app/styles/main.scss */
.department-name {
  width: 84%;
  margin-left: 4%;
}

/* line 282, ../../app/styles/main.scss */
.text-hovered .department-number, .text-hovered .department-name {
  color: #70507a;
  text-decoration: underline;
}

/* line 288, ../../app/styles/main.scss */
.department-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 4px 15px 4px 8px;
  font-family: "clan-medium";
  background: #70507a;
  border: 1px solid #858087;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 3px 3px 0px #4e3e53;
  box-shadow: 3px 3px 0px #4e3e53;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
/* line 301, ../../app/styles/main.scss */
.department-tooltip.tooltip-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 306, ../../app/styles/main.scss */
.department-infos {
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 30px 20px 30px 0;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}

/* line 323, ../../app/styles/main.scss */
.proportionnelle {
  color: #f69e3a;
}

/* line 326, ../../app/styles/main.scss */
.majoritaire {
  color: #ea2c4c;
}

/* line 329, ../../app/styles/main.scss */
.partielle {
  color: #af6a0d;
}

/* line 332, ../../app/styles/main.scss */
.premier {
  color: #43C9DB;
}

/* line 335, ../../app/styles/main.scss */
.final {
  color: #11525A;
}

/* line 339, ../../app/styles/main.scss */
.department-info {
  position: relative;
  background: #fff;
  color: #4e3e53;
  padding-left: 20px;
}
/* line 344, ../../app/styles/main.scss */
.department-info .department-head {
  font-family: "clan-medium";
  margin: 0 0 20px;
}
/* line 348, ../../app/styles/main.scss */
.department-info .election-seats {
  background: url("../images/blue-round-bg.svg");
  width: 32px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-family: "clan-medium";
  font-size: 14.4px;
  color: #fff;
  padding: 2px 0 0;
  text-align: center;
  margin: 10px 0;
}
/* line 361, ../../app/styles/main.scss */
.department-info .election-seats-text {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
/* line 366, ../../app/styles/main.scss */
.department-info .map-legend {
  position: absolute;
  right: 15px;
  margin-left: 0;
}
/* line 371, ../../app/styles/main.scss */
.department-info .currentSenator {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 30px;
  margin: 10px 0;
}
/* line 376, ../../app/styles/main.scss */
.department-info .currentSenator:before {
  content: "";
  width: 7px;
  height: 20px;
  background: url("../images/senateur.svg");
  position: absolute;
  left: 0;
}
/* line 384, ../../app/styles/main.scss */
.department-info .currentSenator:hover .senator-tooltip, .department-info .currentSenator:focus .senator-tooltip {
  display: block;
}
/* line 388, ../../app/styles/main.scss */
.department-info .department-978 {
  display: none;
}
/* line 390, ../../app/styles/main.scss */
.department-info .department-978 + .currentSenator {
  display: none;
}
/* line 394, ../../app/styles/main.scss */
.department-info .senator-name {
  display: inline-block;
  cursor: pointer;
  max-width: 190px;
}
/* line 398, ../../app/styles/main.scss */
.department-info .senator-name.proportionnel {
  color: #4e3e53;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 401, ../../app/styles/main.scss */
.department-info .senator-name.proportionnel:hover, .department-info .senator-name.proportionnel:focus {
  color: #f69e3a;
  text-decoration: underline;
}
/* line 406, ../../app/styles/main.scss */
.department-info .senator-name.majoritaire {
  color: #4e3e53;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 409, ../../app/styles/main.scss */
.department-info .senator-name.majoritaire:hover, .department-info .senator-name.majoritaire:focus {
  color: #ea2c4c;
  text-decoration: underline;
}
/* line 415, ../../app/styles/main.scss */
.department-info .senator-side {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 419, ../../app/styles/main.scss */
.department-info .senator-side.soc {
  background: url("../images/logos-partis/logoSocialiste.png");
  width: 31px;
  height: 30px;
}
/* line 424, ../../app/styles/main.scss */
.department-info .senator-side.udi {
  background: url("../images/logos-partis/logoUDI.png");
  width: 39px;
  height: 30px;
}
/* line 429, ../../app/styles/main.scss */
.department-info .senator-side.crc {
  background: url("../images/logos-partis/logoCRC.png");
  width: 44px;
  height: 30px;
}
/* line 434, ../../app/styles/main.scss */
.department-info .senator-side.rdse {
  background: url("../images/logos-partis/logoRDSE.svg");
  width: 40px;
  height: 20px;
}
/* line 439, ../../app/styles/main.scss */
.department-info .senator-side.ump {
  background: url("../images/logos-partis/logoUMP.png");
  width: 41px;
  height: 30px;
}
/* line 445, ../../app/styles/main.scss */
.department-info .senator-side.ni:before {
  content: "NI";
}
/* line 450, ../../app/styles/main.scss */
.department-info .senator-tooltip {
  background: #fff;
  position: absolute;
  top: 0;
  left: -200px;
  width: 150px;
  line-height: normal;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 0px #b1aab4;
  box-shadow: 5px 5px 0px #b1aab4;
  display: none;
}
/* line 460, ../../app/styles/main.scss */
.department-info .senator-tooltip .tooltip-name {
  font-family: "clan-medium";
  margin: 0;
}
/* line 466, ../../app/styles/main.scss */
.department-info .election-type.partielle {
  margin: 0 0 10px;
}
/* line 468, ../../app/styles/main.scss */
.department-info .election-type.partielle .info-picto {
  color: #000;
}
/* line 473, ../../app/styles/main.scss */
.department-info .scrutin {
  display: inline-block;
  margin: 20px 0 0;
}

/* line 479, ../../app/styles/main.scss */
.back-to-list {
  position: absolute;
  top: -20px;
  right: 20px;
  cursor: pointer;
}
/* line 484, ../../app/styles/main.scss */
.back-to-list:hover {
  text-decoration: underline;
}

/* line 489, ../../app/styles/main.scss */
.map-legend-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 50%;
}

/* line 496, ../../app/styles/main.scss */
.map-legend {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 20px;
}
/* line 501, ../../app/styles/main.scss */
.map-legend:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border-radius: 13px;
}
/* line 511, ../../app/styles/main.scss */
.map-legend.prop {
  color: #f69e3a;
  margin-left: 54px;
}
/* line 514, ../../app/styles/main.scss */
.map-legend.prop:before {
  background: #f69e3a;
}
/* line 518, ../../app/styles/main.scss */
.map-legend.maj {
  color: #ea2c4c;
  margin: 5px 0 5px 54px;
}
/* line 521, ../../app/styles/main.scss */
.map-legend.maj:before {
  background: #ea2c4c;
}
/* line 525, ../../app/styles/main.scss */
.map-legend.partial {
  color: #af6a0d;
  margin: 5px 0 5px 54px;
}
/* line 528, ../../app/styles/main.scss */
.map-legend.partial:before {
  background: #af6a0d;
}
/* line 532, ../../app/styles/main.scss */
.map-legend.premier-tour {
  color: #43C9DB;
}
/* line 534, ../../app/styles/main.scss */
.map-legend.premier-tour:before {
  background: #43C9DB;
}
/* line 538, ../../app/styles/main.scss */
.map-legend.final {
  color: #11525A;
}
/* line 540, ../../app/styles/main.scss */
.map-legend.final:before {
  background: #11525A;
}
/* line 544, ../../app/styles/main.scss */
.map-legend.info-tooltip {
  cursor: pointer;
  padding-left: 5px;
}
/* line 547, ../../app/styles/main.scss */
.map-legend.info-tooltip:before {
  background: #ffff44;
}
/* line 551, ../../app/styles/main.scss */
.map-legend .info-picto {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 1px;
}

/* line 560, ../../app/styles/main.scss */
.footer {
  position: relative;
  padding: 20px;
}
/* line 563, ../../app/styles/main.scss */
.footer .footer-inner {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

/* line 572, ../../app/styles/main.scss */
.department-info .tooltip.top {
  margin-top: 10px;
  padding: 5px 0;
  left: auto !important;
  right: 50px !important;
}

/* line 580, ../../app/styles/main.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 587, ../../app/styles/main.scss */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 590, ../../app/styles/main.scss */
.tooltip.top {
  margin-top: -10px;
  padding: 5px 0;
  left: 25px !important;
}

/* line 598, ../../app/styles/main.scss */
.tooltip-inner {
  max-width: 230px;
  padding: 10px 10px;
  color: #4e3e53;
  text-decoration: none;
  text-align: left;
  background-color: #ffff44;
}

/* line 608, ../../app/styles/main.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 614, ../../app/styles/main.scss */
.department-info .tooltip.top .tooltip-arrow {
  bottom: 5px;
  left: auto !important;
  right: -15px;
  margin-left: 0;
  border-left: 0px solid #000;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffff44;
  border-top: 0;
}

/* line 627, ../../app/styles/main.scss */
.tooltip.top .tooltip-arrow {
  bottom: -10px;
  left: 0 !important;
  right: auto;
  margin-left: 0;
  border-left: 0px solid #000;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffff44;
  border-bottom: 0;
}

/* line 642, ../../app/styles/main.scss */
.modal-open {
  overflow: hidden;
}

/* line 646, ../../app/styles/main.scss */
#iframeCode {
  background: #eae8eb;
  overflow: hidden;
  border: 0;
  color: #7e5b81;
  width: 100%;
  padding: 20px 20px 40px;
  margin: 20px 0 0;
  resize: none;
  min-height: 180px;
}

/* line 659, ../../app/styles/main.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 676, ../../app/styles/main.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 680, ../../app/styles/main.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 681, ../../app/styles/main.scss */
.modal .close {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 10px;
}
/* line 685, ../../app/styles/main.scss */
.modal .close:hover, .modal .close:focus {
  text-decoration: underline;
}

/* line 692, ../../app/styles/main.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  color: #4e3e53;
}

/* line 700, ../../app/styles/main.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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: none;
}

/* line 712, ../../app/styles/main.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 721, ../../app/styles/main.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 722, ../../app/styles/main.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 727, ../../app/styles/main.scss */
.modal-body {
  position: relative;
  padding: 20px;
  text-align: right;
}

/* line 732, ../../app/styles/main.scss */
.modal-text {
  text-align: left;
}

@media (min-width: 768px) {
  /* line 740, ../../app/styles/main.scss */
  .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }

  /* line 744, ../../app/styles/main.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 749, ../../app/styles/main.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 753, ../../app/styles/main.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 759, ../../app/styles/main.scss */
.tablet .map {
  min-height: 550px;
}
/* line 762, ../../app/styles/main.scss */
.tablet .map-legend-wrapper {
  max-width: 100%;
}
/* line 765, ../../app/styles/main.scss */
.tablet .map-container {
  width: 100%;
  z-index: 100;
  float: left;
  margin-top: -40px;
}
/* line 770, ../../app/styles/main.scss */
.tablet .map-container .svg-container {
  vertical-align: top;
}
/* line 773, ../../app/styles/main.scss */
.tablet .map-container #map {
  z-index: 100;
}
/* line 777, ../../app/styles/main.scss */
.tablet .departments-list {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 0;
  width: 50%;
}
/* line 783, ../../app/styles/main.scss */
.tablet .departments-list .departments, .tablet .departments-list .list-legend, .tablet .departments-list .info {
  display: none;
}
/* line 786, ../../app/styles/main.scss */
.tablet .departments-list .department-infos {
  float: left;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 100;
  padding: 0;
}
/* line 794, ../../app/styles/main.scss */
.tablet .departments-list .department-infos .department-info {
  padding: 20px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}
/* line 797, ../../app/styles/main.scss */
.tablet .departments-list .department-infos .department-info .tooltip.top {
  left: auto !important;
  right: 45px !important;
  top: 50px !important;
  z-index: 4000;
}
/* line 803, ../../app/styles/main.scss */
.tablet .departments-list .department-infos .department-info .tooltip-arrow {
  top: 5px;
  left: auto !important;
  right: -15px;
  margin-left: 0;
  border-left: 0px solid #000;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffff44;
  border-bottom: 0;
}
/* line 815, ../../app/styles/main.scss */
.tablet .departments-list .back-to-list {
  top: 5px;
  z-index: 1000;
}
/* line 820, ../../app/styles/main.scss */
.tablet .export-code {
  display: none;
}
/* line 823, ../../app/styles/main.scss */
.tablet .col-logo {
  width: 26%;
}
/* line 826, ../../app/styles/main.scss */
.tablet .col-title {
  width: 32%;
}
/* line 829, ../../app/styles/main.scss */
.tablet .col-desc {
  width: 40%;
}
/* line 832, ../../app/styles/main.scss */
.tablet .map-legend-wrapper {
  bottom: 5px;
}

/* line 839, ../../app/styles/main.scss */
.mobile .container {
  padding: 0;
}
/* line 842, ../../app/styles/main.scss */
.mobile .row {
  margin: 0;
}
/* line 846, ../../app/styles/main.scss */
.mobile .text-hovered .department-number, .mobile .text-hovered .department-name {
  color: #70507a;
}
/* line 850, ../../app/styles/main.scss */
.mobile .col-logo, .mobile .col-title, .mobile .col-desc {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 857, ../../app/styles/main.scss */
.mobile .col-logo {
  text-align: center;
}
/* line 860, ../../app/styles/main.scss */
.mobile .logo-l1 {
  left: 50%;
  margin-left: -40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 866, ../../app/styles/main.scss */
.mobile .logo-l2 {
  left: 50%;
  margin-left: -42px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 37.2px;
}
/* line 873, ../../app/styles/main.scss */
.mobile .map {
  padding: 80px 0 30px;
}
/* line 876, ../../app/styles/main.scss */
.mobile #map, .mobile .export-code {
  display: none;
}
/* line 879, ../../app/styles/main.scss */
.mobile .map-legend-wrapper {
  top: 0;
  bottom: auto;
  right: 0;
  font-size: 10.8px;
  text-align: left;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 100%;
}
/* line 888, ../../app/styles/main.scss */
.mobile .map-legend-wrapper .map-legend {
  display: block;
  margin: 0 0 5px 10px;
}
/* line 891, ../../app/styles/main.scss */
.mobile .map-legend-wrapper .map-legend.info-tooltip {
  position: absolute;
  right: 15px;
}
/* line 895, ../../app/styles/main.scss */
.mobile .map-legend-wrapper .map-legend .info-picto {
  display: inline-block;
  width: 15px;
  padding: 0 0 0 6px;
  margin-left: -5px;
}
/* line 902, ../../app/styles/main.scss */
.mobile .map-legend-wrapper .tooltip.top {
  left: auto !important;
  right: 50px !important;
  margin: 60px 0 0;
}
/* line 907, ../../app/styles/main.scss */
.mobile .map-legend-wrapper .tooltip.top .tooltip-arrow {
  top: 5px;
  left: auto !important;
  right: -15px;
  margin-left: 0;
  border-left: 0px solid #000;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffff44;
  border-bottom: 0;
}
/* line 918, ../../app/styles/main.scss */
.mobile .departments-list {
  position: relative;
  top: 0;
  right: 0;
  min-height: 0;
  width: 100%;
  border: 0;
  margin: 30px 0 0;
}
/* line 926, ../../app/styles/main.scss */
.mobile .departments-list .list-legend {
  font-size: 16.8px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
/* line 931, ../../app/styles/main.scss */
.mobile .departments-list .info {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
/* line 935, ../../app/styles/main.scss */
.mobile .departments-list .departments {
  width: 50%;
  font-size: 14.4px;
  padding: 0 10px;
}
/* line 939, ../../app/styles/main.scss */
.mobile .departments-list .departments > li {
  margin: 0 0 10px;
  -webkit-transition: none;
  transition: none;
}
/* line 945, ../../app/styles/main.scss */
.mobile .back-to-list {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2100;
  color: #000;
}
/* line 953, ../../app/styles/main.scss */
.mobile .right .department-infos {
  right: auto;
  left: -100%;
}
/* line 959, ../../app/styles/main.scss */
.mobile .left .department-infos {
  left: 20px;
  right: 0;
}
/* line 964, ../../app/styles/main.scss */
.mobile .department-infos {
  position: relative;
  margin: 10px -10px;
  width: 200%;
  height: auto;
  z-index: 2000;
  padding: 0;
}
/* line 971, ../../app/styles/main.scss */
.mobile .department-infos:before {
  content: "";
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1000%;
  z-index: 1800;
}
/* line 984, ../../app/styles/main.scss */
.mobile .department-info {
  padding: 30px 20px 20px;
  z-index: 2000;
  color: #000;
}
/* line 988, ../../app/styles/main.scss */
.mobile .department-info .senator-name {
  max-width: 80%;
  line-height: normal;
}
/* line 993, ../../app/styles/main.scss */
.mobile .department-info .currentSenator:hover .senator-tooltip, .mobile .department-info .currentSenator:focus .senator-tooltip {
  display: none;
}
/* line 997, ../../app/styles/main.scss */
.mobile .department-info .tooltip.top {
  left: auto !important;
  right: 40px !important;
  margin: 0;
  top: 0px !important;
}
/* line 1003, ../../app/styles/main.scss */
.mobile .department-info .tooltip.top .tooltip-arrow {
  top: 5px;
  left: auto !important;
  right: -15px;
  margin-left: 0;
  border-left: 0px solid #000;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffff44;
  border-bottom: 0;
}
/* line 1013, ../../app/styles/main.scss */
.mobile .department-info .tooltip-inner {
  max-width: 200px;
}
/* line 1016, ../../app/styles/main.scss */
.mobile .department-info .election-type {
  position: relative;
}
/* line 1018, ../../app/styles/main.scss */
.mobile .department-info .election-type .map-legend {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
/* line 1023, ../../app/styles/main.scss */
.mobile .department-info .election-type .map-legend:before {
  margin-top: 0;
  top: 0 !important;
  left: auto !important;
  right: -10px !important;
}
/* line 1029, ../../app/styles/main.scss */
.mobile .department-info .election-type .map-legend .info-picto {
  position: absolute;
  display: block;
  text-align: center;
  top: -1px;
  left: 0;
  width: 15px;
}
/* line 1038, ../../app/styles/main.scss */
.mobile .department-info .election-type.partielle {
  margin: 0 0 10px;
}
/* line 1040, ../../app/styles/main.scss */
.mobile .department-info .election-type.partielle .info-picto {
  color: #000;
}
/* line 1046, ../../app/styles/main.scss */
.mobile .department-name {
  width: 75%;
  margin-left: 13%;
}
/* line 1050, ../../app/styles/main.scss */
.mobile .footer {
  width: 100%;
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1054, ../../app/styles/main.scss */
.mobile .footer .footer-inner {
  width: 100%;
}
