@charset "utf-8";
/* CSS Document */

.main{background:#CCC;
height: 500px;}

#header{width: 100%;
height: auto;
position: relative;
z-index: 100;}

.clr{clear: both;}


#nav{
	width: 60%;
	height: 50px;
	float: left;
	margin-top: 25px;
	
}
#logo{
	width: 20%;
	float: left;
}
#logo img{
	width: 100%;
}

h2{color: #245480;
margin-top: 50px;
float: none;
clear: both;
}
h4{
	margin-top: 60px;
	color: #4e6070;
}
.p1{
	margin-top: 50px;
	float: none;
clear: both;
	color: #425064;}

.question{
	font-size: 22px;
	font-family: "Roboto Condensed", serif;
}

.question label{
	font-weight: bold;
}
.questionform, .question textarea{
	font-size: 14px;
	padding: 12px;
	width:60%;
	margin-bottom: 20px;
}

.col-sm-5 li{
	line-height: 35px;
}
.radios{
	width: 20px;
	height: 20px;
	
}
.textfld{
	color:#5e8b9c;
	background:#bbe8f9; 
	border:1px #70d0eb solid;
	width: 40%;
	box-shadow: none;
	border-radius: 8px;
	margin-bottom: 10px;
	padding-left: 1%;
}
input{
	box-shadow: none;
	
}
body{
	background: #dddfe1;
	color: #425064;
}
.container img{
	width: 100%;
}

.hmlogo{
	margin-top: 100px;
}

.copyright
{
	width: 100%;
	height: auto;
	text-align: center;
	color: #4e6070;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-top: 50px;
}
.copyright img{
	
	width: inherit;
}

#topbox{height:50px;
					width:50px;
					position:fixed;
					right:10px;
					bottom:20px;
	text-align: center;
}
.dwnld{
	width: 75%;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	
	border-radius: 10px;
	background-color: #4e6070;
}
.dwnld a, .dwnld a:active, .dwnld a:link, .dwnld a:visited{
	
	color: #F3EBEB;
}
.dwnld a:hover{
	color: cornflowerblue;
	text-decoration: none;
}