/* ----- Footer ----- */

footer {
    background-color: #202E3B;
    padding-top: 100px;
    padding-bottom: 25px;
    line-height: 1.2;
}

footer h5 {
    margin-bottom: 0;
    margin-top: 0;
}

footer ul {
    margin-top: 2px;
}
footer ul li {
    list-style-type: none;
    
}
footer ul {
    padding: 0;
}

footer hr {
    background-color: #7A848D;
}


footer .site-map .column:last-child:not(:first-child), footer .site-map .columns:last-child:not(:first-child) {
float: left;
clear: right;
}

@media screen and (max-width: 735px) {
    footer {
        padding-top: 50px;
    }
    footer .site-map .columns {
        padding-right: 0;
        padding-left: 0;
    }
    footer h5 {
        margin-top: calc(47px/2);
    }  
}