/* This CSS is copied verbatim from eNETEmployer.com */
.footer{
	background-color: #A00;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 20px;
	color: #FFF;
}

.footer .footer-left,
.footer .footer-left-center,
.footer .footer-right,
.footer .footer-right-center{
	background-color: #A00;
	display: inline-block;
	vertical-align: top;
}

.footer p{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	margin: 0px;
	padding: 4px;
	line-height:1;
	text-align: left;
}

.footer .bottomheader{
	font-size:18px;
	color:#FFF;
	padding: 4px;
}

.footer .smallbody{
	font-size:12px;
	line-height:140%;
	color:#FFF;
	margin: 0px;
	padding: 4px;
	text-align: center;
}

.footerimg {
	margin-top:12px;
	margin-bottom:10px;
}

.footer .footer-left{
	width: 20%;
}

.footer ul{
	line-height: 50%;
    font-size: 12px;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	color:#FFF;
	margin:0;
	padding:0;
}

.footer li{
	line-height: 1.5;
	font-weight:normal;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
}

.footer .footer-right-center ul{
	margin: 8px 0px 0px 0px;
	
}
.footer .footer-right-center li{
	font-size:14px;
	list-style-type: none;
	list-style-position: inside;margin-left:10px;
	line-height: 1.5;
	margin: 0px 0px 0px 5px;
	
}

.footer .footer-right-center li li{
	list-style-type: circle;
	list-style-position: inside;margin-left:10px;
	
}

.footer a{
	display:inline-block;
	text-decoration: none;
	font-size:14px;
	color:#FFF;
}

.footer a:hover { 
    color: #FF0;
}

/* Footer Left Center */

.footer .footer-left-center{
	width: 20%;
}

/* Footer Right Center */

.footer .footer-right{
	width: 22%;
}

/* Footer Right */

.footer .footer-right-center{
	width: 35%;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 50em) {

	.footer{
		
		background-color: #A00;
		font: bold 14px sans-serif;
	}
	
	.footer p,
	.footer h3,
	.footer ul{
		text-align: center;
	}

	.footer .footer-left,
	.footer .footer-left-center,
	.footer .footer-right-center,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

}
