/*Amplify version of icons*/
#footer {
    background: none;
    height: 32px;
    position: relative;
    margin-top: -39px;
    z-index: 22;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
#footer .fl_l {
    margin:0;
    height:32px;
}
#footer .fl_l a {
    display:block;
    background: url('Ministry Brands Logo.svg')  no-repeat scroll 0 0 /100px transparent;
    height: 32px;
    background-position: center center;
}
#footer .fl_l.black a {
    background-image:url('Ministry Brands Logo Dark.svg');
}