﻿.footer-iuoe {
    background-color: #243240; /* #143d79 IUOE deep blue */
    color: #fff;
    padding: 40px 0 20px;
    font-size: 14px;
}

    .footer-iuoe h4 {
        color: #fff;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .footer-iuoe a {
        color: #ddd;
    }

        .footer-iuoe a:hover {
            color: #fff;
            text-decoration: none;
        }

    .footer-iuoe .footer-links li {
        margin-bottom: 8px;
    }

    .footer-iuoe hr {
        border-top: 1px solid rgba(255,255,255,0.2);
    }
