
.footer{
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    border-top:  5px solid #000000;
    z-index: 1200;
    padding: 0 0 25px;
}

.footer .centered {
    max-width: 1200px;
    margin: 0 auto;
}
.footer .menu-item { background: none !important; }
.footer a{
    color: #ffffff !important;
}
.footer-spacing{
    padding: 1%;
}
.download-callout{
    text-align: center;
}
.download-callout .inner-container{
    margin: 0 auto;
    max-width: 200px;
    background-color: #ffffff;
    padding-top: 10px;
    color: #000000;
}
.download-callout img{
    margin: 0 auto;
    padding: 5px;
}
.footer .logo-section{
    margin-top: 30px;
    text-align: left;
}
.footer .logo-section img{
    margin: 0;
    max-width: 150px;
}
.footer .copyright-text{
    padding-top: 20px;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    width: auto;
    line-height: 14px;
}
.footer .address-text{
    padding-top: 20px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    line-height: 14px;
}

.site-map{
    padding-top: 3%;
}
.site-map > .inner-container > div {
    padding-bottom: 0%;
}

.footer .bottom-menu-container {
    width: 100%;
}
.footer .bottom-menu-container ul {
    width: 100%;
    column-count: 2;
}
.footer .bottom-menu-container ul li {
    width: 100%;
    float: left;
    list-style-type: none;
}
.footer .bottom-menu-container ul li a {
    color: #ffffff;
}
