/* Init Syles */

/* Visual Signature */
footer #visualSignature div:last-child{
	background-color: #c1d72e;
	height: 9px;
}

footer #visualSignature img {
	display: inline-block;
	margin-bottom: 1rem
}
footer #visualSignature{
	background-color: rgba(0,0,0,.8);
	padding-top: 1em;
}

footer .subFooter{
	margin-top: 2rem;
	margin-bottom: .3em;
	float: left;
	color: #fff;
}

/* Utilty Class */
.hSpacer{
	margin-top: 2em;
	margin-bottom: 2em;
}
