
div#ubc7-unit-social-icons {
    display: flex;
}
div#ubc7-unit-social-icons a {
    margin-right: 2px;
}
#ubc7-unit-social-icons i {
    color: #002145;
}

#ubc7-unit-social-icons a:hover i {
    color: #2F5D7C;
}

@font-face {
    font-family: 'lit-icomoon';
    src:  url('https://lit-clf.library.ubc.ca/fonts/icomoon.eot?yyj354');
    src:  url('https://lit-clf.library.ubc.ca/fonts/icomoon.eot?yyj354#iefix') format('embedded-opentype'),
    url('https://lit-clf.library.ubc.ca/fonts/icomoon.ttf?yyj354') format('truetype'),
    url('https://lit-clf.library.ubc.ca/fonts/icomoon.woff?yyj354') format('woff'),
    url('https://lit-clf.library.ubc.ca/fonts/icomoon.svg?yyj354#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="lit-icon-"], [class*=" lit-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lit-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    font-size: 32px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.lit-icon-linkedin-square {
    font-size: 28px !important;
}
.lit-icon-facebook-square:before {
    content: "\e901";
}
.lit-icon-instagram-square:before {
    content: "\e900";
}
.lit-icon-linkedin-square:before {
    content: "\e902";
}
.lit-icon-youtube-square:before {
    content: "\e903";
}


