.footer {
	margin-top: 5em;	
	background-color: #e6e6e6;
}

.footerUl > li > a:hover {
	color: black;
	background: none;
	text-decoration: underline;
}

.footer-col-left{
	height: 75px;
	margin-bottom: 5px;
}

.footer-col-left > ul {
	margin: 0;
}

/* FOOTER SEPARATOR */

.footerUl > li:after {
	content: "";
	background: gray;
	position: absolute;
	bottom: 25%;
	left: 0;
	height: 50%;
	width: 1px;
}

.footerUl > li:first-child:after {
	background: none;
}

.footerLogo {
	text-decoration: none;
}

.footerDisclaimer {
	padding-top: 1%;
}

/* END OF FOOTER SEPARATOR */

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.footer-col-left{
		height: auto;
	}
}

@media (min-width: 1200px) {
	.footer-col-left {
		height: 150px;
	}

	.footer-col-left > div:nth-child(3) {
		position: absolute; 
		bottom: 5px;
	}
}