/**
 * footer.css
 *
 * All footer related styles
 *
**/

.l-footer .usupplychainpeople-logo {
	margin-bottom: 3rem;
	max-width: 100%;
}

img.usupplychainpeople-logo {
    height: 45px;
    display: block;
}

.grid-footer {
	background: #212121;
	color: #fff;
	margin: 0;
	padding-bottom: 60px;
	padding-top: 60px;
}

.grid-footer a {
	color: #fff;
}

.grid-footer dl,
.grid-footer dd {
	margin: 0;
	padding: 0;
}

.grid-footer dt {
	font-size: 2.3rem;
	margin-bottom: 2rem
}

.grid-footer dl {
	margin-bottom: 3rem;
}

.grid-footer dd {
	margin-bottom: 1rem;
}

.footerContactInfo > div,
.footerSocial {
	margin-bottom: 2rem;
}

.footerSocial ul,
.footerSocial li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerSocial ul {
	display: flex;
}

.footerSocial li {
	margin-right: 1rem;
}

.subFooter {
	background: #fff;
	margin: 30px 0;
	text-align: center;
}

.subFooter .ubrands-logo {
	margin: 10px auto;
	width: 50%;
	max-width: 250px;
}

.subFooter > div:first-child {
    text-align: center;
    margin-bottom: 30px;
}

.subFooter > div:last-child {
    text-align: center;
    margin-top: 30px;
}

    	.subFooter > div:first-child a:last-child,
	.subFooter > div:last-child a:last-child {
		margin-left: 25px;
	}

@media screen and (min-width: 450px) {
	.subFooter {
		display: block;
		grid-template-columns: none;
		grid-gap: unset;
		margin: 50px 0;
	}

	.subFooter .ubrands-logo {
		width: 100%;
	}

	.subFooter > div {
		margin: auto 0;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

	.footerSocial li {
		margin-right: 4rem;
	}

	.subFooter .hideOnSmall {
		display: none;
	}
}

@media screen and (min-width: 991px) {
 	
    .grid-footer {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr 1fr 400px;
		grid-gap: 20px;
	}   
    
    .grid-footer dl {
		margin-bottom: 5rem;
	}

	.grid-footer dl:last-child {
		margin: 0;
	}
    
    .footer-col1 {
		padding-right: 25px;
		width: 500px;
	}
}

@media screen and (min-width: 1024px) {
	.l-footer .usupplychainpeople-logo {
		max-width: none;
	}

	.subFooter {
		grid-template-columns: 1fr 300px 1fr;
		grid-gap: 20px;
		display: grid;
		align-items: stretch;
	}

	.subFooter .ubrands-logo {
		max-width: 250px;
	}

	.subFooter > div:first-child {
    margin-bottom: auto;
    text-align: left;
}

.subFooter > div:last-child {
    margin-top: auto;
    text-align: right;
}
}

@media screen and (min-width: 1280px) {
	.footer-col1 {
		padding-right: 50px;
		width: 720px;
	}
}

@media screen and (min-width: 1400px) {
	.footer-col1 {
		padding-right: 150px;
	}

}

@media screen and (min-width: 1600px) {

	.subFooter .hideOnSmall {
		display: inline;
	}
}
