@font-face {
    font-family: "career-icons";
    src: url("../font/career-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-career-"],
[class*=" icon-career-"],
[class^="icon-career-"]:before,
[class*=" icon-career-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "career-icons" !important;
    speak: none;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    text-align: center;
    vertical-align: middle;

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


.icon-career-arrow-right:before { content: '\e800'; }
.icon-career-users:before { content: '\e803'; }
.icon-career-user:before { content: '\e804'; }
.icon-career-checkmark:before { content: '\e805'; }
.icon-career-career:before { content: '\e806'; }
.icon-career-starttest:before { content: '\e807'; }
.icon-career-copy:before { content: '\e808'; }
