/* Auto-add icons to all links in the main container
    This is controlled using JavaScript
*/

.icon-link {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}
.icon-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-left: -1.25rem;
    width: 1.25rem;
}

.icon-internal:before {
    content: "\f0f6";
}

.icon-external:before {
    content: "\f08e";
}
.icon-pdf:before {
    content: "\f1c1";
}
.icon-ppt:before {
    content: "\f1c4";
}
.icon-youtube:before,
.icon-vimeo:before {
    content: "\f16a";
}
.icon-mailto:before {
    content: "\f003";
}
.icon-blog:before {
    content: "\f02d";
}
.icon-news:before {
    content: "\f1ea";
}
.icon-slideshare:before {
    content: "\f1e7";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-linkedin:before {
    content: "\f0e1";
}


