html{
	color: #020202;
}
h1, h2, h3, h4, h5{
	font-weight: bold;
}
@media (min-width:1200px){
	.container{
		width:1040px;
	}
}
header{
	margin-top: 15px;
	border-bottom: 3px solid #18668D;
}
.blue{
	color: #18668D;
}
.center{
	text-align: center;
}
img.center{
	display: block;
	margin: auto;
}
.blueBot{
	border-bottom: 2px solid #18668D;
	padding-bottom: 5px;
}
h1{
	margin-top: 0;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 16px;
	margin: 10px 0 5px 15px;
}
a{
	text-decoration: none !important;
}
.blueArrow{
	background: url("../img/blueArrow.png") no-repeat top right;
	width: 90%;
	line-height: 82px;
	text-align: center;
	color: #fff;
	margin-left: -20px;
}
#mainContent{
	margin-top: 15px;
	border: 1px solid #59c9d7;
	padding: 20px;
}
.blueBord{
	position: relative;
	border: 1px solid #59c9d7;
	padding: 20px;
}
.bold{
	font-weight: bold;
}
.abBot{
	position: absolute;
	bottom: 0;
}
.huffington{
	background: url("../img/time.jpg") no-repeat 20px center;
	padding-left: 120px;
}
.harvard{
	background: url("../img/harvardMedical.jpg") no-repeat 20px center;
	padding-left: 120px;
	margin: 10px 0;
}
.guardian{
	background: url("../img/washington_post.jpg") no-repeat 20px center;
	padding-left: 120px;
margin: 10px 0px;
}
.scientific_american{
	background: url("../img/mayo.jpg") no-repeat 20px center;
	padding-left: 120px;
padding-top: 35px;
    padding-bottom: 35px;
}
.time{
	height: 437px;
}
h2.blueBot{
	padding-left: 15px;
}
.faq{
	padding-left: 15px;
}
.faq h3{
	font-size: 18px;
}
.mt30{
	margin-top: 30px;
}
ul.greenCheck{
	list-style: none;
}
ul.greenCheck li{
	background: url("../img/greenCheck.png") no-repeat 0;
	padding-left: 30px;
	min-height: 30px;
}
.orderLink{
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
}
.orderLink:hover{
	color: #fff;
}
.button{
	width: 168px;
	height: 48px;
	background: url("../img/orderButton.png") no-repeat 0 0;
	margin: auto;
}
.button:hover{
	background-position: 0 -48px;
}
.finalCTA{
	margin-top: 20px;
}
.finalCTA h2{
	border-bottom: 1px solid #0080a3;
	padding-bottom: 10px;
	margin-top: 100px;
}
.side img{
	margin-bottom: 20px;
}
.orderOptions{
	margin-bottom: 20px;
	padding-bottom: 10px;
	box-shadow: 3px 3px 5px #ccc;
}
.orderOptions .option{
	text-align: left;
	padding-bottom: 10px;
	cursor: pointer;
}
.orderOptions .option.bestVal{
	background-color: #e1f9ff;
}
.orderOptions .option h4{
	background-color: #0080a3;
	color: #fff;
	padding: 5px;
	margin: 0 0 10px;
}
.orderOptions .option li{
	list-style: none;
	background: url("../img/bullets.png") no-repeat 0 10px;
	background-position: 0 -111px;
	margin-left: 10px;
	padding-left: 25px;
}
.orderOptions .option.active li{
	background-position: 0 10px;
}
.orderOptions .order_link{
	color: #fff;
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
}
.orderOptions .option hr{
	margin: 0;
}
footer{
	border-top: 3px solid #18668D;
	margin-top: 15px;
	padding-top: 15px;
}
footer a{
	padding: 0 15px;
}
footer a:first-of-type{
	border-right: 1px solid #428BCA;
}
.testimonialDisc{
	text-align: center;
	margin: 20px 0;
}