#awlink {
    display: flex;
    height: 85px;
    width: 112px;
    object-fit: scale-down;
    margin-left: 60px;
    text-align: left !important;
}

#lockLeft {
    background: #0E5695 url('../Images/SecureLock.png') no-repeat;
    display: inline-block;
    text-indent: -5000px;
    text-decoration: none;
    height: 21px;
    width: 21px;
    float: left;
    margin: 42px 0 0 10px;
}

footer.foot {
    height: 96px;
}

    footer.foot p {
        margin: 0;
    }

#FootBox {
    height: 96px;
    background-color: #0E5695;
    display: flex;
    justify-content: center;
}

#footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /**/
    font-size: 12px;
    color: #fff;
    background-color: #0E5695;
    height: 96px;
    width: 1020px;    
}

.dash {
    padding-left: 6px;
    padding-right: 4px;
}

#FootBox a, #FootBox a:active, #FootBox a:visited, #FootBox a:hover {
    color: #fff;
}

#imgAccessWa {
    width: 105px;
    background-color: #0E5695;
    padding: 5px;
    border-radius: 4%;
}

#relatedInfo {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}