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

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

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

.icon-facebook:before {
    content: "\e900";
}
.icon-facebook-f:before {
    content: "\e900";
}
.icon-envelope-o:before {
    content: "\e901";
}
.icon-external-link:before {
    content: "\e902";
}
.icon-facebook,
.icon-facebook-f,
.icon-envelope-o {
    vertical-align: -20%;  
}

.icon-external-link {
    vertical-align: -25%; 
}
