/* 
 * NPS Icons 
 
 */

@font-face {
  font-family: "npspict3regular";
  src: url("NPS-icons/npspict3-webfont.eot");
  src: url("NPS-icons/npspict3-webfont.eot#iefix") format("embedded-opentype"),
       url("NPS-icons/npspict3-webfont.woff2") format("woff2"),
      url("NPS-icons/npspict3-webfont.woff") format('woff'),
       url("NPS-icons/npspict3-webfont.ttf") format("truetype"),
       url("NPS-icons/npspict3-webfont.svg#npspict3regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.npsi-swimming:before,
.npsi-fitness:before,
.npsi-ice-skating:before,
.npsi-tennis:before,
.npsi-golfing:before,
.npsi-playground:before,
.npsi-downhill-skiing:before,
.npsi-baseball:before,
.npsi-information:before

 {
  font-family: "npspict3regular";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.npsi-swimming:before { content: "\00E1"; }
.npsi-fitness:before { content: "\0039"; }
.npsi-ice-skating:before { content: "\004C"; }
.npsi-tennis:before { content: "\00E3"; }
.npsi-golfing:before { content: "\0046"; }
.npsi-playground:before {content: "\0064";}
.npsi-downhill-skiing:before {content: "\0036";}
.npsi-baseball:before {content: "\0026";}
.npsi-information:before{content: "\004d"}



