@charset "utf-8";
/* CSS Document */




.newfootercontainer {
	width:746px;
	background:#454545;
	padding:24px 0px 0px 0px;
	height:156px;
	
}



.newfooter {
	width:700px;
	margin: auto;
	padding: 0px 0px 28px 0px;
	font-family: 'Open Sans',Verdana,sans-serif;
	color:#fff;
	font-weight:400;
	font-size:10px;
	text-align: center; 
}

.newfooter a {
	color:#fff;
	text-decoration:none;
}

.newfooter a:hover {
	color:#fff;
	text-decoration:underline;
	font-size:10px;
}

.newfooter a:visited {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}


.footerpipedivider {
	padding:0 5px 0 5px;	
}

.footerbottomcontainer {	
	width:700px;
	margin: auto;
	border-top: 1px solid #fff;
	padding-top:25px;
}

.footericonsquare {
	float:left;
	margin-right:14px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    // IE10+ CSS here
	
	.iehide {
		visibility:hidden;
	}
}
