@charset "UTF-8";

@font-face {
  font-family: "brieficons";
  src:url("brieficons.eot");
  src:url("brieficons.eot?#iefix") format("embedded-opentype"),
    url("brieficons.woff") format("woff"),
    url("brieficons.ttf") format("truetype"),
    url("brieficons.svg#brieficons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "brieficons" !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^="brief-"]:before,
[class*=" brief-"]:before {
  font-family: "brieficons" !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;
}

.brief-share:before {
  content: "\6f";
}
.brief-search:before {
  content: "\73";
}
.brief-facebook:before {
  content: "\66";
}
.brief-linkedin:before {
  content: "\6c";
}
.brief-google:before {
  content: "\67";
}
.brief-twitter:before {
  content: "\74";
}
.brief-chevron-down:before {
  content: "\6e";
}
.brief-chevron-left:before {
  content: "\76";
}
.brief-chevron-right:before {
  content: "\72";
}
.brief-chevron-up:before {
  content: "\70";
}
.brief-close:before {
  content: "\78";
}
.brief-circle:before {
  content: "\63";
}
.brief-play:before {
  content: "\6b";
}
.brief-dashboard:before {
  content: "\64";
}
.brief-home:before {
  content: "\68";
}
.brief-user:before {
  content: "\75";
}
.brief-toc:before {
  content: "\69";
}
.brief-date:before {
  content: "\61";
}
.brief-grid:before {
  content: "\62";
}
.brief-mail:before {
  content: "\6d";
}
.brief-print:before {
  content: "\65";
}
.brief-chat:before {
  content: "\6a";
}
.brief-link:before {
  content: "\77";
}
.brief-quote:before {
  content: "\71";
}
.brief-arrow-down:before {
  content: "\79";
}
.brief-question:before {
  content: "\7a";
}
