#footer {
    background-color:#d7d7d7;
    left: 0;
    bottom: 0;
    width: 100%;
    /* text-align: center; */
}
.footer-infocorp .footerWrapper{
    text-transform:uppercase;
    font-size:13px;
    position: relative;
}
#footerLinks .copyright{display:block; width:100%;line-height:28px;
    color:#000;
    height:28px;}
#footerLinks a{
    line-height:28px;
    height:28px;
    padding:0 20px 0 0;
    display: inline-block;
}
#footerLinks a.contact{
    padding-right:0;
}
#footerLinks a:hover,
#footerLinks a:visited,
#footerLinks a:link{
    color:#000;
}

#footerLinks img{
    position:absolute;
    right:10px;
    bottom:2px;
    border: 3px solid #002d5f;
}
#socialLinks{
    margin-left: -5px;margin-bottom: 6px;margin-top: 10px;}
#socialLinks .fab {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #002D5F;
    font-size: 18px;
    margin-left:5px;
}
@media (min-width: 600px){
    #footerLinks img{
        bottom: 5px;
        left: calc(100% - 286px);
        border: 3px solid #002d5f;
    }
    #socialLinks{position:absolute;bottom: 5px;right: 15px;margin: 0px;}
}
@media (min-width: 768px){
    #footerLinks{width: calc(100% - 200px);}

    #socialLinks{position:absolute;bottom: 5px;right: 15px;margin-left:0px;}
    #footerLinks .copyright{display:inline-block;width:auto;margin-right: 20px;}
    #footerLinks a{
        background-color: transparent;
        margin-bottom:0px;
        line-height: 42px;
        height: 42px;
    }
    #socialLinks a {line-height:26px;display: inline-block;}

}

