@charset "utf-8";

/* this is a custom CSS Stylesheet */


a {
	color: #c4903b;
	text-decoration: none;
}

a:hover, a:focus {
	color: #c4903b;
	text-decoration: none;
}

.header-bg{
	background-color:#505ca4; 
	height:22px; 
	width:100%!important;	
}

h2{
	
	font-family:Helvetica; font-weight:bold; color:#505ca4; font-size:45px;
	
}

.top-container{
	margin-top:35px;
}
.para{
	font-family:Helvetica; 
	color:#666666; 
	font-size:18px; 
	width:600px;
	margin-top:35px;
}

.footer{
	width:615px; 
	text-align:center; 
	margin-top:100px;
	border: solid 0px #fff;
}

hr{
	height: 1px;
	border: 0; 
	border-top: 1px solid #ccc; 
	padding: 0; 
	width:520px; 
	align:center;
	margin-bottom:7px!important;
	
}

.footer p{
	font-family:Helvetica; 
	color:#666666; 
	font-size:14px;
	line-height: 130%;
}
.container {
 width: 643px;
}




@media (max-width: 767px){
	.container {
    width: 100%;
	}
	
	.para{
	width:100%;
	}
	.footer{
	width:100%; 
	text-align:center;
	margin: auto 0;
	
	}
}

@media (max-width: 320px){
	h2{
		font-size:39px;
	}
}
