@charset "utf-8";
/* CSS Document */
a{
	transition: all 0.2s;
}
.pageTopText a{
	color:#fff;
}
p.FooterText{
	overflow:hidden;
}
p.FooterText img{
	float: left;
	margin-right: 10px;	
}
p.FooterText a.social-icons {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	color: #4e4f50;
	display: inline-block;
	font-size: 1.6em;
	height: 2em;
	line-height: 3;
	margin-right: 4px;
	text-align: center;
	width: 2em;
	float: left;
}
.FooterText a.social-icons i.fa {
	line-height: 2;
}
.calltoaction {
	background: #EC2029;
	color: #FFF;
	padding: 15px 50px;
	font-size: 24px;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	transition: all 0.2s;
}
.calltoaction:hover{
	background: #003466;
}