.footer-container {
    border-top: 4px solid #bbc592;
    background-color: #eceae7;
    padding-top: 35px;
}
.footer-left {
    width: 65%;
    float: left;
}
.footer-left-block {
    float: left;
    margin-right: 40px;
}
@media(max-width: 962px) {
    .footer-left {
        width: 55%;
    }
    .footer-left-block {
        clear: left;
        margin-top: 15px;
    }
    .footer-left-block:first-child {
        margin-top: 0;
    }
    .footer-left-block:last-child {
        clear: none;
    }
}
@media(max-width: 767px) {
    .footer-container > .content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.footer-links {
    padding: 0;
    margin: 0 30px 0 0;
    list-style-type: none;
}
.footer-left-block:last-child {
    margin-right: 0;
}
.footer-left-block:last-child .footer-links {
    margin-right: 0;
}
.footer-links li {
    /*list-style-image: url(../../images/footer-chevron-right.png);*/
    background: url(../images/footer-chevron-right.png) 0 50% no-repeat;
    background-size: auto 10px;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 5px;
}
.footer-links li a {
    color: #8c857b;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.footer-right {
    width: 35%;
    float: right;
}
.footer-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}
.footer-right li {
    display: inline-block;
    padding-left: 22px;
    padding-right: 22px;
    border-right: 1px solid #bdb8b2;
    height: 55px;
}
.footer-right li:first-child {
    padding-left: 0;
    border-left: none;
}
.footer-right li:last-child {
    padding-right: 0;
}
.footer-right li img {
    height: 100%;
    width: auto;
}
@media(max-width: 962px) {
    .footer-right {
        width: 45%;
    }
}
@media(max-width: 767px) {
    .footer-container {
        padding-bottom: 15px;
    }
    .footer-right {
        float: none;
        clear: left;
        width: 100%;
        padding-top: 20px;
    }
    .footer-left-block {
        width: 100%;
    }
    #funder-logos {
        display: table;
        width: 100%;
    }
    #funder-logos li {
        display: table-cell;
        text-align: center;
    }
}

.footer-bottom {
    font-size: 12px;
    padding: 25px 0 12px;
    color: #BFB8AE;
    letter-spacing: 0.3px;
}