@font-face {
  font-family: 'FontAwesome';
  src: url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.eot');
  src: url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.eot?#iefix') format('embedded-opentype'),
       url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.woff2') format('woff2'),
       url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.woff') format('woff'),
       url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.ttf') format('truetype'),
       url('/themes/itx/fonts/font-awesome/iconmoon-fa-subset.svg#iconmoon-fa-subset') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa, .fa-stack { display: inline-block; }
.fa-fw, .fa-li { text-align: center; }
.fa {
  font: 14px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-barcode:before { content: "\f02a"; }
.fa-building:before { content: "\f1ad"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-cogs:before { content: "\f085"; }
.fa-download:before { content: "\f019"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-file:before { content: "\f15b"; }
.fa-home:before { content: "\f015"; }
.fa-info-circle:before, .fa-info-sign:before { content: "\f05a"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-minus:before { content: "\f068"; }
.fa-plus:before { content: "\f067"; }
.fa-power-off:before { content: "\f011"; }
.fa-random:before { content: "\f074"; }
.fa-refresh:before { content: "\f021"; }
.fa-remove:before { content: "\f00d"; }
.fa-search:before { content: "\f002"; }
.fa-sign-in:before { content: "\f090"; }
.fa-star:before { content: "\f005"; }
.fa-user:before { content: "\f007"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-plus-square:before { content: "\f0fe"; }

.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;
}
