@font-face {
  font-family: 'cs-icon';
  src:  url('../fonts/cs-icon/cs-icon.eot?v4prwd');
  src:  url('../fonts/cs-icon/cs-icon.eot?v4prwd#iefix') format('embedded-opentype'),
    url('../fonts/cs-icon/cs-icon.ttf?v4prwd') format('truetype'),
    url('../fonts/cs-icon/cs-icon.woff?v4prwd') format('woff'),
    url('../fonts/cs-icon/cs-icon.svg?v4prwd#cs-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.cs-icon-check-shield:before {
  content: "\e900";
}
.cs-icon-check-solid:before {
  content: "\e901";
}
.cs-icon-download-solid:before {
  content: "\e902";
}
.cs-icon-file-doc:before {
  content: "\e903";
}
.cs-icon-file-upload-solid:before {
  content: "\e904";
}
.cs-icon-info-circle-solid:before {
  content: "\e905";
}
.cs-icon-upload-doc:before {
  content: "\e906";
}
