@font-face {
  font-family: 'FontAwesomerrr';
  src: url(../icons/icons.eot);
  src:
    url(../icons/icons.eot?#iefix) format('embedded-opentype'),
    url(../icons/icons.woff2) format('woff2'),
    url(../icons/icons.woff) format('woff'),
    url(../icons/icons.ttf) format('truetype'),
    url(../icons/icons.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesomerrr';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-calendar:before {
  content: '\f073';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-print:before {
  content: '\f02f';
}
.fa-check:before {
  content: '\f00c';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-safari:before {
  content: '\f267';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-user:before {
  content: '\f007';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-home:before {
  content: '\f015';
}
.fa-star:before {
  content: '\f005';
}
.fa-times:before {
  content: '\f00d';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-yellow-card:before {
  content: '\f400';
}
.fa-imm-vial:before {
  content: '\f401';
}
.fa-circle:before {
  content: '\f111';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-edge:before {
  content: '\f282';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-toggle-off:before {
  content: '\f204';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
