@font-face {
    font-family: "icons";
    src: url("./icons.ttf?33c06abc798466869155dbe08376d0dc") format("truetype"),
url("./icons.woff?33c06abc798466869155dbe08376d0dc") format("woff"),
url("./icons.woff2?33c06abc798466869155dbe08376d0dc") format("woff2"),
url("./icons.eot?33c06abc798466869155dbe08376d0dc#iefix") format("embedded-opentype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ArrowRight:before {
    content: "\21";
}
.icon-chevron-down:before {
    content: "\22";
}
.icon-chevron-up:before {
    content: "\23";
}
.icon-close:before {
    content: "\24";
}
.icon-Download:before {
    content: "\25";
}
.icon-edit-brightness:before {
    content: "\26";
}
.icon-search:before {
    content: "\27";
}
.icon-social-email:before {
    content: "\28";
}
.icon-social-fb:before {
    content: "\29";
}
.icon-social-in:before {
    content: "\2a";
}
.icon-social-tw:before {
    content: "\2b";
}
.icon-social:before {
    content: "\2c";
}
.icon-arrow-down:before {
    content: "\2d";
}
.icon-arrow-diagonal:before {
    content: "\2e";
}
.icon-home:before {
    content: "\2f";
}
.icon-noresults:before {
    content: "\30";
}
.icon-menu:before {
    content: "\31";
}
