.lee-footer {
    min-height: 240px;
    width: 100%;
    background-color: #104F94;
    padding: 40px 0;
    position: relative;
    font-size: 16px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background-color: #0d3e72;
    color: #fff;
    margin: 0 !important;
}

.footer-item {
    border-right: 1px solid #fff;
    height: 140px;
}

.footer-item:last-child {
    border-right: none;
    text-align: left;
    padding-left: 100px;
}

.footer-item div {
    padding-bottom: 10px;
}

.footer-item div a {
    color: #fff;
}

.footer-item img {
    height: 100px;
    width: 100px;
}