
.footer {
	background: #000;
	color:#fff;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
}

.footer .contentwrapper {
	margin: 0px auto; width:100%; max-width: 1200px; 
}

	.footer .content {
		display: flex;
		justify-content:space-around;
		flex-wrap: wrap;
		margin: 0px auto;
		width: 95%;
		height: auto;
		min-height: 240px;
		overflow: hidden;
		text-align: center;
		font-size: 1.2em;
	}

.footer .column {
	 text-align:left; width: 225px; margin-left:10px;
}

	.footer .column p {
		width: 90%;
		margin-left: 10px;
		color: #ffffff;
		line-height: 22px;
		padding-bottom: 5px;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
		border-bottom-color: #ffffff;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

.footer .column a {
	color:#ffffff;
}


.footer  a:hover {
	color:#c8c7c7 !important;
	text-decoration:none;
}

.footer #copyright {
	display: flex;
	justify-content:center;
	color: #ffffff;
	margin: 40px 20px 50px;
}



.SocialMediaLinks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 1335px;
	margin: 50px auto 0px;
}

.SocialImage img {
	max-width: 3.05rem;
	margin: 0 10px;
}

.footerLinks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 1335px;
	margin: 30px auto 20px;
}

.footerLinks a {
	color: #fff;
	margin: 0 10px;
	font-size: 1.2em;
}