@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "willow-street-icons" !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: "willow-street-icons" !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-wsg-icon-arrow-sm-down-inner:before {
  content: "\61";
}
.icon-wsg-icon-arrow-sm-down-outer:before {
  content: "\62";
}
