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

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
    /* 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: 1;

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

.icon-help:before {
    content: "\e900";
    color: rgb(13, 22, 46);
}
.icon-help:after {
    content: "\e901";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-search:before {
    content: "\e902";
}
.icon-arrleft:before {
    content: "\e903";
}

