.footerTextWrapper {
	margin-left: 10px;
}

.footerTextWrapper, .footerText, .footerText:hover {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 8pt;
	color: white;
}

.footerText2Wrapper {
	margin-left: 10px;
}

.footerText2Wrapper, .footerText2, .footerText2:hover {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 8pt;
	color: #fff;
	/* text-decoration: none; */	
}

.footerText2:hover {
	/* text-decoration: underline; */
}

.mainFooter {
	height: 55px;   
   background-color: #777;
   margin-bottom: 4px;	
   width: 104% !important;
}

.iconLinks{
	color: #fff !important;
	font-size: x-large;
	padding-right: 8px;
}

/* For Mobile */
@media (max-width: 667px) {
	.footerText2Wrapper, .footerText2, .footerText2:hover{	
		font-size: smaller;
	}
}