 FooterCSS 

 Sets footer to match default.css, esp. padding-inline-start 
.footer-links ul,
.footer-siteInfo ul {
    padding-inline-start 0px;
    padding-left 0px;
}

@media (max-width 991px) {
     Removes off-canvas bleed in footer 
	.footer-links {
    	width 98%;
	}
}

@media (min-width 768px) {
     Sets footer to take up full width to match CMS 
    footer .container {
        width auto;
    }
}