/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
: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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-phone:before {
  content: "\f095";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-home:before {
  content: "\f015";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-key-o:before {
  content: "\f084";
}
.fa-search:before {
  content: "\f002";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-print:before {
  content: "\f02f";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-book:before {
  content: "\f02d";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-question:before {
  content: "\f128";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-info:before {
  content: "\f129";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-comments:before {
  content: "\f086";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-phone:before {
  content: "\f095";
}
.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;
}