/*FOOTER*/
    
    .site-footer {
        bottom: 0;
		left: 0;
        width: 100%;
        height: 288px;
        background-color: #242729; 
        color: #6a737c;
        font-size: 0.875rem;
        font-family: sans-serif;
		overflow:hidden;
    }
    
@media only screen and (max-width: 680px) {
    .site-footer {
        height: 344px;
    } 
}
    
    .site-footer-container {
        max-width: 1264px;
        width: 100%;
        margin: 0 auto;
        padding: 32px 12px 20px 24px;
        display: flex;
        flex-flow: row wrap;
    }
    
    .site-footer-logo {
        flex: 0 0 64px;
        margin: 0 40px 32px 0;
    }
    
@media only screen and (max-width: 1063px) {
    
    .site-footer-logo {
        display:none;
    }
}
    
    .site-footer-nav {
        display: flex;
        
        flex-wrap: wrap;
    }
    
    .site-footer .-title {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 12px;
        color: #bbc0c4;
        line-height: 1.3;
        max-width: 230px;
        font-size: 0.875rem;
    }
    
    .site-footer-col {
        padding: 0 12px 24px 0;
        flex: 1 0 auto;
        min-width: 160px;
    }
    
    .site-footer-col ul {
        padding: 0;
    }
    
    .site-footer-copyright {
        font-size: 0.75rem;
        flex: 1 1 150px;
        display: flex;
        flex-direction: column;
    }
    
	@media only screen and (max-width: 1063px) {
	   
		.site-footer-copyright {
			font-size: 0.6875rem;
		}
	}
		
    .site-footer .-list {
        margin: 0;
        list-style: none;
    }
    
    .site-footer-copyright ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .site-footer .-item {
        padding-bottom: 0;
    }
    
    .site-footer-copyright ul li+li {
        margin-left: 12px;
    }
    
    .site-footer .-link {
        color: #848d95;
        padding: 4px 0;
        line-height: 1.3;
        display: inline-block;
        text-decoration: none;
    }
    
    .site-footer .-link:hover {
        color: #bbc0c4;
    }
    
    .site-footer .copyright-statement {
        margin-top: auto;
        margin-bottom: 24px;
    }
    
	