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

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

body {
 hyphens: auto;
}

.icon-home:before {
  content: "\e900";
}
.icon-spades:before {
  content: "\e917";
}
.icon-clubs:before {
  content: "\e918";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-section:before {
  content: "\ea76";
}
.icon-mobile:before {
  content: "\e958";
}
