#global-footer {
    display: block;
    height: auto;
    min-height: 150px;
    position: absolute;
    bottom: -300px;
}

#global-footer .container {
    max-width: 78.125em;
    margin: auto;
    padding-top: 60px;
}

@media only screen and (max-width: 78.125em) {
    #global-footer .container {
        padding: 60px 20px 0 20px;
    }
}

#global-footer .site-nav .nav-container {
    position: relative;
    width: 100%;

}
#global-footer .site-nav .nav-container ul {
    padding: 10px 0;
}

@media only screen and (min-width: 979px) {
    #global-footer .site-nav .nav-container ul {
        display: flex;
        flex-direction: row;
        justify-content: right;
        float: right;
    }
}

@media only screen and (min-width: 979px) {
    #global-footer .site-nav .nav-container ul li {
        margin-left: 16px;
    }

}

#global-footer .site-nav .nav-container ul li {
    line-height: 1.375em;
}

#global-footer .site-nav .nav-container a {
    color: white;
    border-bottom: none;
    text-transform: capitalize;
    font-size: 19px;
    font-family: MetricWeb;

}

@media only screen and (min-width: 979px) {

    #global-footer .site-nav .nav-container a {
        color: white;
        border-bottom: none;
        text-transform: capitalize;
        font-size: 16px;
        font-family: MetricWeb;

    }
}

#global-footer .site-nav .nav-container a:hover {

    text-decoration: underline;
}

@media only screen and (min-width: 979px) {
    #global-footer .site-nav {
        position: relative;
        top: -55px;
    }

    #global-footer .branding-image {
        position: relative;
        top: -10px;
    }
}

#global-footer .container .secondary-nav {
    border-bottom: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
}

@media only screen and (min-width: 979px) {
    #global-footer .container .secondary-nav {
        border: none;
    }
}