.footer{
	background-color: #1E5082;
	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: #1E5082; */
	display: inline-block;
	vertical-align: top;
}

.footer p{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	margin: 0px;
	padding: 4px;
/*	line-height:1; */
	line-height:140%;
	text-align: left;
}

.footer .bottomheader {
	font-size:18px;
	color:#FFF;
	padding: 4px;
}

.footer .footercentered {
	font-size:14px;
	line-height:140%;
	color:#FFF;
	margin: 0px;
	padding: 4px;
	text-align: center;
}

.smallbody {
	font-size:11px;
	line-height:140%;
/*	color:#FFF;
	margin: 0px;
	padding: 4px;
	text-align: center; */
}

.footerimg {
	margin-top:12px;
	margin-bottom:10px;
}

.footer .footer-left{
	width: 25%;
}

.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.25;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	color: #FFF;
}

.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: 23%;
}

/* Footer Right Center */

.footer .footer-right{
	width: 20%;
}

/* Footer Right */

.footer .footer-right-center{
	width: 29%;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 50em) {

.footer{
	background-color: #1E5082;
/*	font: bold 14px sans-serif; */
	font: bold 14px;
}
	
.footer p,
.footer h3,
.footer ul{
	text-align: center;
}

.footer li {
/*	font: normal 14px sans-serif; */
	font: normal 14px;
	line-height: 150%;
}

.footer .footer-left,
.footer .footer-left-center,
.footer .footer-right-center,
.footer .footer-right{
	display: block;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
}
