@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "venture-well" !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: "venture-well" !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-account:before {
  content: "\67";
}
.icon-arrow-collapse:before {
  content: "\61";
}
.icon-arrow-expand:before {
  content: "\62";
}
.icon-events:before {
  content: "\68";
}
.icon-membership:before {
  content: "\69";
}
.icon-network:before {
  content: "\6c";
}
.icon-proposal:before {
  content: "\6a";
}
.icon-resources:before {
  content: "\6b";
}
.icon-vwlogo:before {
  content: "\64";
}
.icon-vwcurve:before {
  content: "\65";
}
.icon-vw:before {
  content: "\66";
}
.icon-waffle:before {
  content: "\63";
}
