@font-face {
    font-family: 'icomoon';
    src:    url('/assets/css/fonts/icomoon/icomoon.eot?50v67l');
    src:    url('/assets/css/fonts/icomoon/icomoon.eot?50v67l#iefix') format('embedded-opentype'),
        url('/assets/css/fonts/icomoon/icomoon.ttf?50v67l') format('truetype'),
        url('/assets/css/fonts/icomoon/icomoon.woff?50v67l') format('woff'),
        url('/assets/css/fonts/icomoon/icomoon.svg?50v67l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*=" font-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;
}

.font-icon-credit-card:before {
  content: "\e911";
}
.font-icon-individual:before {
  content: "\e912";
}
.font-icon-joint:before {
  content: "\e913";
}
.font-icon-direct-debit:before {
  content: "\e914";
}
.font-icon-check:before {
  content: "\e910";
}
.font-icon-facebook:before {
  content: "\e904";
}
.font-icon-linkedin-2:before {
  content: "\e905";
}
.font-icon-linkedin:before {
  content: "\e906";
}
.font-icon-share:before {
  content: "\e907";
}
.font-icon-twitter:before {
  content: "\e908";
}
.font-icon-youtube:before {
  content: "\e909";
}
.font-icon-document:before {
  content: "\e90a";
}
.font-icon-arrow-right:before {
  content: "\e90b";
}
.font-icon-arrow-thick-down:before {
  content: "\e90c";
}
.font-icon-play:before {
  content: "\e90d";
}
.font-icon-arrow-cta-left:before {
  content: "\e90e";
}
.font-icon-arrow-cta-right:before {
  content: "\e90f";
}
.font-icon-arrow-thin-up:before {
  content: "\e900";
}
.font-icon-close:before {
  content: "\e901";
}
.font-icon-list:before {
  content: "\e902";
}
.font-icon-map:before {
  content: "\e903";
}