#site-footer {
    background-color: #646464;
    color: #ACA8A8;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

#site-footer .container {
    padding: 20px 20px 0;
}

#site-footer a {
    color: white;
}

#site-footer .widget {
    width: 100%;
    max-width: 1220px;
    margin: 10px auto;
}

#site-footer ul.menu {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

#site-footer ul.menu li {
    display: inline-block;
    margin: 5px;
}

#site-footer ul#menu-footer-menu li {
    display: block;
}

#site-footer #menu-footer-menu a {
    display: block;
    border: 1px solid #777;
    padding: 10px;
    max-width: 300px;
    margin: 10px auto;
    text-decoration: none;
}

#site-footer #menu-footer-menu a:hover {
    background: #33333322;
}

#site-footer .social-icons {
    margin: 0;
    padding: 0;
}

#site-footer .social-icons li {
    margin: 10px 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ACA8A8;
}

#site-footer .social-icons li a  {
    font-size: 20px;
    display: block;
    color: #646464;
    padding: 8px;
}

.page-footer {
    clear: both;
    margin-top: 30px;;
}

.page-footer-link-box {
    padding: 25px 5px 30px 50px;
    font-size: 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 32px;
}

.link-submit-request {
    background-image: url('../img/request_icon.png');
}

.link-program-databases {
    background-image: url('../img/programs_icon.png');
}

.link-directory {
    background-image: url('../img/directory_icon.png');
}

.link-resources {
    background-image: url('../img/resources_icon.png');
}

.link-publications,
.link-outreach {
    background-image: url('../img/publications_outreach_icon.png');
}

/*  Page footer links */
.vc_row.page-footer-link-boxes {
    line-height: 1;
    color: white;
}

.vc_row.page-footer-link-boxes .wpb_content_element {
    margin-bottom: 0;
    padding-top: 0;
}

.vc_row.page-footer-link-boxes .vc_column-inner {
    padding: 7px 15px;
}

.vc_row.page-footer-link-boxes .text-column .vc_column-inner {
    padding: 10px 20px 10px 0;
}

.vc_row.page-footer-link-boxes p {
    line-height: 1.3;
}

.vc_row.page-footer-link-boxes a {
    color: white;
    font-size: 18px;
    line-height: 1.3;
    display: block;
}

.inner-box .image-column {
    width: 25%;
    max-width: 100px;
}

.inner-box .text-column {
    width: 75%;
}

.outer-box.box-count-4 > .wpb_column {
    width: 25%;
}

.outer-box.box-count-5 > .wpb_column {
    width: 20%;
}

@media screen and (max-width: 1000px) {
    .outer-box.box-count-4 > .wpb_column,
    .outer-box.box-count-5 > .wpb_column {
        width: 50%;
        min-height: 130px;
    }
    
    .outer-box.box-count-5 > .wpb_column:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .outer-box.box-count-4 > .wpb_column,
    .outer-box.box-count-5 > .wpb_column {
        width: 100%;
    }
    
    .outer-box.box-count-5 > .wpb_column:last-child {
        margin-left: 0;
    }
}