/*@font-face {
  font-family: 'pathways';
  src:  url('fonts/pathways.eot?tia9a8');
  src:  url('fonts/pathways.eot?tia9a8#iefix') format('embedded-opentype'),
    url('fonts/pathways.ttf?tia9a8') format('truetype'),
    url('fonts/pathways.woff?tia9a8') format('woff'),
    url('fonts/pathways.svg?tia9a8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}*/
@font-face {
  font-family: 'pathways';
  src:  url('/media/site-assets/fonts/pathways.eot?tia9a8');
  src:  url('/media/site-assets/fonts/pathways.eot?tia9a8#iefix') format('embedded-opentype'),
    url('/media/site-assets/fonts/pathways.ttf?tia9a8') format('truetype'),
    url('/media/site-assets/fonts/pathways.woff?tia9a8') format('woff'),
    url('/media/site-assets/fonts/pathways.svg?tia9a8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pathway-icon-"], [class*=" pathway-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pathways' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 3rem;
  vertical-align: middle;
  text-transform: none;
  line-height: 1;
  border-radius: 50%;
  margin: 0.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pathway-icon-business-icon:before {
  content: "\62";
}
.pathway-icon-education-social-science-icon:before {
  content: "\73";
}
.pathway-icon-emergency-services-icon:before {
  content: "\65";
}
.pathway-icon-health-professions-icon:before {
  content: "\70";
}
.pathway-icon-humanities-icon:before {
  content: "\68";
}
.pathway-icon-science-and-tech-icon:before {
  content: "\74";
}
.pathway-icon-ag-and-industry-icon:before {
  content: "\61";
}










