.footer{
    background-color:#428bca;
    color: #ffffff;
    font-size: 12px;
}
.footer a{
    color: #ffffff;
}
.footer h2{
    font-size: 16px;
}
.region-bio-footerleft ul.menu.nav{
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
.region-bio-footerleft ul.menu.nav li{
    line-height:1.5em;
    float:left;
    display:inline;
    width:50%;
}
.region-bio-footerleft ul.menu.nav a{
    color: #fff;
    display: inline-block;
    padding: 5px;
}
.region-bio-footerleft ul.menu.nav a:hover{
    color: #fff;
    background-color: inherit;
    text-decoration: underline;
}
.bio-footer{
    margin-top: 20px;
    border-top: solid 1px #ffffff;
    padding-top: 125px;
    background-image: url(../images/logos-white-footer.png);
    background-position: center 15px ;
    background-repeat: no-repeat;
}