@charset "UTF-8";

@font-face {
	font-family: "chaparralPro-regular";
	src: url("ChaparralPro-Regular.eot");
	src: url("ChaparralPro-Regular.eot#iefix") format("embedded-opentype"),
	url("ChaparralPro-Regular.woff") format("woff"),
	url("ChaparralPro-Regular.ttf") format("truetype"),
	url("ChaparralPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}




@font-face {
  font-family: "elofhansoon";
  src:url("elofhansoon.eot");
  src:url("elofhansoon.eot?#iefix") format("embedded-opentype"),
    url("elofhansoon.woff") format("woff"),
    url("elofhansoon.ttf") format("truetype"),
    url("elofhansoon.svg#elofhansoon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "elofhansoon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "elofhansoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-bottom:before {
  content: "\61";
}
.icon-help:before {
  content: "\62";
}
.icon-linked-in:before {
  content: "\63";
}
.icon-search:before {
  content: "\64";
}
.icon-top:before {
  content: "\65";
}
.icon-download:before {
  content: "\66";
}
