@font-face {
    font-family: 'lloyd-icon';
    src:  url('../fonts/lloyd-icon.eot?98ir82');
    src:  url('../fonts/lloyd-icon.eot?98ir82#iefix') format('embedded-opentype'),
      url('../fonts/lloyd-icon.ttf?98ir82') format('truetype'),
      url('../fonts/lloyd-icon.woff?98ir82') format('woff'),
      url('../fonts/lloyd-icon.svg?98ir82#lloyd-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: 'lloyd-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-popup-cross:before {
    content: "\e906";
  }
  .icon-hat:before {
    content: "\e904";
  }
  .icon-uniE905:before {
    content: "\e905";
  }
  .icon-cross:before {
    content: "\e902";
  }
  .icon-quote:before {
    content: "\e903";
  }
  .icon-long-arrow:before {
    content: "\e901";
  }
  .icon-arrow:before {
    content: "\e900";
  }
  
  
  