@font-face {
  font-family: 'llc-icons';
  src:  url('llc-icons.eot?20t769');
  src:  url('llc-icons.eot?20t769#iefix') format('embedded-opentype'),
    url('llc-icons.ttf?20t769') format('truetype'),
    url('llc-icons.woff?20t769') format('woff'),
    url('llc-icons.svg?20t769#llc-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'llc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon:before {
	font-size: .9em;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-location:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-waterdrop:before {
  content: "\e90c";
}


@font-face {
  font-family: 'llc-stat-icons';
  src:  url('llc-stat-icons.eot?kw8gkm');
  src:  url('llc-stat-icons.eot?kw8gkm#iefix') format('embedded-opentype'),
    url('llc-stat-icons.ttf?kw8gkm') format('truetype'),
    url('llc-stat-icons.woff?kw8gkm') format('woff'),
    url('llc-stat-icons.svg?kw8gkm#llc-stat-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'llc-stat-icons' !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;
}

.stat-freshwater:before {
  content: "\e900";
  color: #c7dc72;
}
.stat-groundwater:before {
  content: "\e901";
  color: #c7dc72;
}
.stat-lakes:before {
  content: "\e902";
  color: #c7dc72;
}
.stat-pollution:before {
  content: "\e903";
  color: #c7dc72;
}
.stat-rivers:before {
  content: "\e904";
  color: #c7dc72;
}
.stat-training:before {
  content: "\e905";
  color: #c7dc72;
}
.stat-usage:before {
  content: "\e906";
  color: #c7dc72;
}
.stat-wetlands:before {
  content: "\e907";
  color: #c7dc72;
}