@charset "UTF-8";

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

}

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

.isq-checklist:before {
  content: "\f054";
}
.isq-child:before {
  content: "\f1ae";
}
.isq-close:before {
  content: "\f00d";
}
.isq-envelope:before {
  content: "\f003";
}
.isq-institution:before {
  content: "\f19c";
}
.isq-link:before {
  content: "\f061";
}
.isq-question-circle-o:before {
  content: "\f0e0";
}
.isq-shield:before {
  content: "\f132";
}
.isq-user:before {
  content: "\f007";
}
