@font-face {
    font-family: 'fourthwall-icons';
    src: url('font/fourthwall-icons.eot?51673585');
    src: url('font/fourthwall-icons.eot?51673585#iefix') format('embedded-opentype'),
    url('font/fourthwall-icons.woff?51673585') format('woff'),
    url('font/fourthwall-icons.ttf?51673585') format('truetype'),
    url('font/fourthwall-icons.svg?51673585#fourthwall-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fourthwall-icons';
src: url('font/fourthwall-icons.svg?51673585#fourthwall-icons') format('svg');
}
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fourthwall-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-menu:before { content: '\e800'; } /* '' */
.icon-structure:before { content: '\e810'; } /* '' */
.icon-regulatory:before { content: '\e811'; } /* '' */
.icon-financial:before { content: '\e812'; } /* '' */
.icon-engineering:before { content: '\e813'; } /* '' */
.icon-standards:before { content: '\e814'; } /* '' */
.icon-it:before { content: '\e815'; } /* '' */
.icon-changemgmt:before { content: '\e816'; } /* '' */
.icon-coaching:before { content: '\e817'; } /* '' */
.icon-strategic:before { content: '\e818'; } /* '' */
.icon-twitter:before { content: '\e819'; } /* '' */
.icon-facebook:before { content: '\e81a'; } /* '' */
.icon-linkedin:before { content: '\e81b'; } /* '' */
.icon-email:before { content: '\e81c'; } /* '' */
.icon-down:before { content: '\e81d'; } /* '' */

.icon-2x { font-size: 200%; }
.icon-3x { font-size: 300%; }
.icon-4x { font-size: 400%; }