/* PaylocityIcons icon font, extracted from citrus.core so icon-* glyphs are available on the login layout. */
@font-face {
  font-family: 'PaylocityIcons';
  src: url('../fonts/PaylocityIcons/PaylocityIcons.eot');
  src: url('../fonts/PaylocityIcons/PaylocityIcons.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PaylocityIcons/PaylocityIcons.woff2') format('woff2'),
       url('../fonts/PaylocityIcons/PaylocityIcons.woff') format('woff'),
       url('../fonts/PaylocityIcons/PaylocityIcons.ttf') format('truetype'),
       url('../fonts/PaylocityIcons/PaylocityIcons.svg#PaylocityIcons') format('svg');
  font-weight: 400;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'PaylocityIcons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

.icon-copy:before {
  content: "\e629";
}
