body {
	background-color:#e1e1e1;
	font-family:Source Sans Pro, Helvetica, Arial, sans-serif
}



.container {
 	width: 1000px; 
	height: 700px;
	background-color:#ffffff;
	margin: 30px 30px 0px 30px;
	
	
}


.content1 {
	float: left;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
	background-color:#e9e9e9;
	
}

.content1 img {
	float:right;
	padding: 20px 90px 30px 0px
	
}
@media screen and (max-width: 800px) {
.content1 img {
	display: none;
	}

.introheading {
                float:left;
                margin: 20px 20px 0px 28px;
                background-color:#e9e9e9;
	}


.content2 {
	width: 100%;
	display: block;
	}

.content3 {
	width: 100%;
	display: block;
	font-weight:600;
	}
}


.content4 {
	float: left;
	width: 1000px;
	margin-top: -20px;
	margin-bottom: 20px;

}
@media screen and (min-width: 800px) {

.introheading {
                float:left;
                width: 30%;
                margin: 20px 0px 0px 28px;
                background-color:#e9e9e9;
	}

.content2 {
	float:left;
	width: 70%;
	margin-right: 20px;
	margin-bottom: 60px;
	
}

.content3 {
	float:left;
	width: 20%;
	font-weight:600;
	}
}


.introheading .title {
                font-size:28px;
                font-weight:600;
                margin-bottom:14px;
                line-height:28px;
}

.introheading .intro {
                font-size:14px;
                font-weight:400;
                line-height:24px;
}

.btn-default {
		background: #037fac;
		border-color: #037fac;
		background-image: #037fac;
}

.btn-primary{
		background: #037fac;
		border-color: #037fac;
		background-image: #037fac;
}

.nav>li>a{	
		padding: 10px 10px;

}

.footer {
	clear:left;
	width: 100%;
	height:220px;
	margin: 0px 60px 0px 0px;
	background-color:#333333;
	line-height:26px
	
}

.footer img {
	
	float:right;
	margin-top: 40px;
	margin-right: 80px;
}


.footercontent {
	float:left;
	margin: 34px 20px 40px 70px;
	padding: 0px;
	color:#ffffff;
	line-height:20px
	
}

.footercontent a {
	color: #ffffff;
}


.terms {
	margin-bottom: 54px;
	line-height:24px;
}