  @font-face {
  font-family: 'pccicons';
  src:
    url('/wp-content/themes/piedmontcc/pccicons/pccicons.ttf?hzk00d') format('truetype'),
    url('/wp-content/themes/piedmontcc/pccicons/pccicons.woff?hzk00d') format('woff'),
    url('/wp-content/themes/piedmontcc/pccicons/pccicons.svg?hzk00d') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pccicons' !important;
  speak: never;
  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;
}

.icon-arrow-circle-down:before {
  content: "\e900";
}
.icon-arrow-circle-right:before {
  content: "\e901";
}
.icon-arrow-into-circle:before {
  content: "\e902";
}
.icon-checkmark:before {
  content: "\e903";
}
.icon-clipboard:before {
  content: "\e904";
}
.icon-column:before {
  content: "\e905";
}
.icon-dollar:before {
  content: "\e906";
}
.icon-giving:before {
  content: "\e907";
}
.icon-inbox:before {
  content: "\e908";
}
.icon-info:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-close:before {
  content: "\e90b";
}
.icon-print:before {
  content: "\e90c";
}
.icon-calendar:before {
  content: "\e90d";
}
.icon-map:before {
  content: "\e90e";
}
