@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3szuoz');
  src:  url('fonts/icomoon.eot?3szuoz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3szuoz') format('truetype'),
    url('fonts/icomoon.woff?3szuoz') format('woff'),
    url('fonts/icomoon.svg?3szuoz#icomoon') 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: 'icomoon' !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-up-arrow:before {
  content: "\e906";
  color: #135585;
}
.icon-file-icon:before {
  content: "\e900";
}
.icon-expand-icon:before {
  content: "\e901";
  color: #135585;
}
.icon-next-arrow:before {
  content: "\e902";
  color: #135585;
  /*font-size: 20px;*/
}
.icon-small-arrow:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e904";
  color: #88c7f1;
}
.icon-down-arrow:before {
  content: "\e905";
  color: #135585;
  font-size: 20px;
}
