/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 June 2026 17:56:47
*/


.footer-contact-links ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 3rem;
    list-style-type: none;
    padding-left:0;
    margin-top: 2rem;
}
@media only screen and (max-width: 992px) {
    .footer-contact-links ul {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
        list-style-type: square;
        list-style-image: none;
    }
}
.footer-contact-links ul li {
    margin-bottom: 1.5rem;
}
.footer-contact-links a {
    position: relative;
    background: url('https://treasury.content.uillinois.edu/__data/assets/image/0019/18433/point.png?v=0.0.1') no-repeat 1rem;
    padding-left: 2.5rem;
    display: block;
    margin-left: -10px;
    text-decoration: none;
}