
.uw-footer {
    background: black !important;
    color: #e4e4e4 !important;
}

.uw-copyright a {
    color: #e4e4e4 !important;
}

.uw-footer-content {
    max-width: 1500px !important;
    padding-top: 1rem !important;
}

.uw-footer-content h3 {
    color: #666 !important;
}

.uw-footer-content .uw-logo {
    text-align: center !important;
}

.j-footer-link {
    color: rgb(0,235,255) !important;
    text-decoration: underline !important;
}

.j-footer-link:hover {
    color: #0479a8 !important;
}

.j-by-statement {
    margin-bottom: 0 !important;
}

.j-sponsor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 1500px;
    height: 100px;
}

.sponsor-image-container, .sponsor-list-image-container {
    height: 75px;
    max-height: 75px;
    margin: 0 15px 15px 0;
}

.j-sponsor-thumbnail, .j-sponsor-list-thumbnail {
    height: 75px;
}

.j-sponsor-list-thumbnail {
    margin-left: 40px;
}

.uw-logo {
    padding-top: 25px !important;
}
