@charset "UTF-8";
.address-wrapper{
	background-color: #eee;
	min-height: 5rem;
}
.address {
	font-size: 1.8rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.address  p {
	color: #c11c2f;
	float: left;
}
.address a {
	color: #c11c2f;
}
.footerlinks-wrapper {
	background-color: #c11c2f;
}
.footerlinks{
	font-size: 1.8rem;
	font-weight: 300;
	color: #fff;
	min-height: 8rem;
}
.footerlinks > ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.footerlinks  a {
	color: #fff;
}
.hogfooter {
	margin-top: -12px;
	display: inline-block;
}
#hoglogo {
	width: 72px;
	height: 66px;
}
@media (min-width: 768px) {
.address {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 15px;
}
.footerlinks {
	max-width: 1440px;
	margin: 0 auto;
	border: solid 1px transparent;
}
.footerlinks > ul > li {
	float: left;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 25px;
}
.footerlinks > ul > li ~ li  > span::before{
		content: "|";
		padding-right: 15px;
	}

}