.site-footer {
	background: #e2e2e2;
	padding: 30px 15px 0;
}

.site-footer aside {
	border-bottom: 1px solid #aeafb0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.site-footer h5 {
	color: #b3272d;
	font-size: 20px;
	font-weight: 600;
}

.site-footer strong {
	color: #b3272d;
	font-weight: 600;
}

.site-footer ul li a {
	color: #404041;
	font-family: "proxima-nova-condensed";
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
}

.site-footer em {
	background: #f3f3f3;
	font-size: 14px;
	padding: 10px 0;
	margin: 30px -15px 0;
	display: block;
	font-style: normal;
	text-align: center;
	clear: both;
}

@media screen and (min-width: 1024px) {
	.site-footer aside {
		border-bottom: 0;
		float: left;
		padding-right: 100px;
		margin-right: 100px;
		border-right: 1px solid #aeafb0;
	}
	.site-footer ul {
		float: left;
		margin-right: 50px;
		margin-bottom: 30px;
	}
	.site-footer ul li a {
		line-height: 1.5;
	}
}

@media screen and (min-width: 1140px) {
	.site-footer ul {
		margin-right: 100px;
	}
}