@font-face {
  font-family: 'ramco-custom-icon';
  src:  url('fonts/ramco-custom-icon.eot?mgj4uy');
  src:  url('fonts/ramco-custom-icon.eot?mgj4uy#iefix') format('embedded-opentype'),
    url('fonts/ramco-custom-icon.ttf?mgj4uy') format('truetype'),
    url('fonts/ramco-custom-icon.woff?mgj4uy') format('woff'),
    url('fonts/ramco-custom-icon.svg?mgj4uy#ramco-custom-icon') 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: 'ramco-custom-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;
}

.icon-chevron-down:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-chevron-up:before {
  content: "\e906";
}
.icon-ArrowDown:before {
  content: "\e900";
}
.icon-ArrowLeft:before {
  content: "\e901";
}
.icon-ArrowRight:before {
  content: "\e902";
}
.icon-Check:before {
  content: "\e90b";
}
.icon-Copy:before {
  content: "\e910";
}
.icon-Mail:before {
  content: "\e91d";
}
.icon-MapPin:before {
  content: "\e91e";
}
.icon-Menu:before {
  content: "\e91f";
}
.icon-Phone:before {
  content: "\e922";
}
.icon-X:before {
  content: "\e933";
}
