
.header {
	background-color:#222222 !important;
	padding:35px 0px;
	margin:0px 0px 50px 0px;
}

.content {
	width:100%;
	max-width:100% !important;
	display:block;
	margin:70px 25px !important;
	padding-top:60px;
}

p {font-family:Arial, sans-serif;font-size:19px;line-height:25px;color:#666666;}

.ul2 ul {
    list-style: none;
	list-style-position: inside !important;
	margin:10px 10px 30px 0 !important;
	color:#FFFFFF;
	font-size:19px;
}

.ul2 li {padding:8px 0;
	color:#FFFFFF;
	font-size:19px;
	max-width:95% !important;
}

.ul2 li:before {
    content: "+";
    padding-right: 16px !important;
}

@media (max-width:640px) {
.header {margin:0px 0px 30px 0px;}
}
	
.container {
	height:100%;
	width:100%;
}

@media (max-width:640px) {

	.content {
	max-width:95% !important;
	}
	
	.ul2 {margin-left:-18px !important;}
	
.content img {padding:20px 0px;}
}

.grey {
	color:#737373;
	line-height:30px;
	font-size: 24px;
	font-weight:400;
	margin-bottom:65px;
}

@media (max-width:640px) {
	.grey {font-size:20px;line-height:24px;}
}


.logo {
	width:85%;
	max-width:350px;
	height:auto;
	padding-left:50px;
}

.footer {
	bottom:0px;
	width:100%;
	padding:25px 50px 50px;
	margin:50px 0px 0px px;
	background: none repeat scroll 0 0 #F0F1F4;
	border-top:1px solid #D8DDE1;
    color: #7B8084;
	line-height:24px;
	font-size: 20px;
	font-weight:400;
}

@media (min-width:800px) {
	.footer {position:fixed;}
}


.clearfix {
  clear:both;
  display:block;
}


.featureimg {
	display:block;
	margin:0 auto;
	max-width:170px;
	height:auto; 
}


.navbar-brand img {margin-left:10px;}

@media (max-width:480px) {
.navbar-brand img {margin-left:-10px;margin-right:8px;}
}


.fixedfooter {
	background-color: #F2F2F2;
	padding-left:30px;
	width:100%;
	bottom:0;
	position:relative;
}

@media (min-width:640px) {
.fixedfooter {
	position:fixed;
}
	}

