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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
    content: "\e61a";
}
.icon-link:before {
    content: "\e903";
}
.icon-cross:before {
    content: "\e904";
}
.icon-minus:before {
    content: "\e905";
}
.icon-plus:before {
    content: "\e906";
}
.icon-info2:before {
    content: "\e61e";
}
.icon-help:before {
    content: "\e620";
}
.icon-list:before {
    content: "\e907";
}
.icon-arrow-down:before {
    content: "\e908";
}
.icon-arrow-down2:before {
    content: "\e909";
}
.icon-ellipsis:before {
    content: "\e621";
}
.icon-vimeo:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-googleplus:before {
    content: "\e90a";
}
.icon-pinterest:before {
    content: "\e90b";
}
.icon-linkedin:before {
    content: "\e622";
}
.icon-instagram:before {
    content: "\e90c";
}
.icon-file-pdf:before {
    content: "\e90d";
}
.icon-file-word:before {
    content: "\e90e";
}
.icon-file-excel:before {
    content: "\e90f";
}

