﻿footer {
    text-align: center;
    border-top-color: #5f9dc0;
    border-top-width: 6px;
    border-top-style: solid;
    line-height: 30px;
    background: linear-gradient(to bottom, #3a5170 0%, #3a5170 24%, #1e3a62 100%);
    width: 100%;
    position: relative;
    bottom: 0;
    top: auto;
    white-space: nowrap;
    color: white;
}

    footer a {
        color: white;
        margin-right: 2px;
        margin-left: 2px;
    }

        footer a:hover {
            color: white;
            text-decoration: underline;
        }

.footer-item {
    margin-left: 15px;
    margin-right: 15px;
}
.footer-item .footer-content{
    height: 75px;
}
.current-user{
    margin-left: .5em;
}
@media (min-width: 768px) {
    .mission-statement {
        position: absolute;
        font-size: larger;
    }
    .current-user-ie{
        position:absolute !important;
        top: .5rem !important;
        right: 1rem !important;
    }
    .current-user {
        margin-left: auto;
        font-size: larger;
    }
    .footer-item .footer-content {
        height: 100px;
    }
}

@media print{
    footer{
        display: none;
    }
}