@font-face {
  font-family: 'galtools';
  src:  url('fonts/galtools.eot?ttw5uq');
  src:  url('fonts/galtools.eot?ttw5uq#iefix') format('embedded-opentype'),
  url('fonts/galtools.ttf?ttw5uq') format('truetype'),
  url('fonts/galtools.woff?ttw5uq') format('woff'),
  url('fonts/galtools.svg?ttw5uq#galtools') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="gal-"], [class*=" gal-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'galtools' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gal-entertainment:before {
  content: "\e918";
}
.gal-banking:before {
  content: "\e900";
}
.gal-communications:before {
  content: "\e901";
}
.gal-consumerproducts:before {
  content: "\e902";
}
.gal-defense:before {
  content: "\e903";
}
.gal-defenceindustrial:before {
  content: "\e904";
}
.gal-education:before {
  content: "\e905";
}
.gal-energy:before {
  content: "\e906";
}
.gal-financialservices:before {
  content: "\e907";
}
.gal-healthcare:before {
  content: "\e908";
}
.gal-hospitality:before {
  content: "\e909";
}
.gal-industrial:before {
  content: "\e90a";
}
.gal-insurance:before {
  content: "\e90b";
}
.gal-media:before {
  content: "\e90c";
}
.gal-other:before {
  content: "\e90d";
}
.gal-pharmaceutical:before {
  content: "\e90e";
}
.gal-publicsector:before {
  content: "\e90f";
}
.gal-realestate:before {
  content: "\e910";
}
.gal-research:before {
  content: "\e911";
}
.gal-restaurant:before {
  content: "\e912";
}
.gal-retail:before {
  content: "\e913";
}
.gal-services:before {
  content: "\e914";
}
.gal-technology:before {
  content: "\e915";
}
.gal-transportation:before {
  content: "\e916";
}
.gal-utilities:before {
  content: "\e917";
}
#step-wrapper .list-group-item span.gal-lifescience:before,
.gal-lifescience:before
{
    content: "";
    background: url(../images/icons/white/life-science.png) 0 0 no-repeat;
    display: inline-block;
    height: 38px;
    width: 38px;
    filter: invert(61%) sepia(89%) saturate(557%) hue-rotate(334deg) brightness(104%) contrast(88%);
}
#step-wrapper .list-group-item.active span.gal-lifescience:before {
    content:"";
    background: url(../images/icons/white/life-science.png) 0 0 no-repeat;
    display: inline-block;
    height: 38px;
    width: 38px;
    filter: none;
}