/**
  FOOTER SOCIAL ICONS
**/
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;
}

/*
 * Icons from Font Awesome 4 and Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Changes: None
 */
@font-face {
    font-family: 'LitFontAwesome';
    src: url('https://lit-clf.library.ubc.ca/fonts/LitFontAwesome.eot?bler7y');
    src: url('https://lit-clf.library.ubc.ca/fonts/LitFontAwesome.eot?bler7y#iefix') format('embedded-opentype'),
    url('https://lit-clf.library.ubc.ca/fonts/LitFontAwesome.ttf?bler7y') format('truetype'),
    url('https://lit-clf.library.ubc.ca/fonts/LitFontAwesome.woff?bler7y') format('woff'),
    url('https://lit-clf.library.ubc.ca/fonts/LitFontAwesome.svg?bler7y#LitFontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-lit"], [class^="icon-lit"]:before {
    cursor: pointer;
    font-family: 'LitFontAwesome' !important;
}

.icon-lit-twitter-square:before {
    content: "\e900";
}

.icon-lit-facebook-square:before {
    content: "\e901";
}

.icon-lit-instagram-square:before {
    content: "\e902";
}

.icon-lit-youtube-square:before {
    content: "\e903";
}


