/*******************************/
/****** 101 REASONS PAGE ******/
/*****************************/
#reasons header {
	background: #ccc;
	height: 300px;
	background: url('/l/Modules/static_content/images/noni_juice_banner.jpg') center center no-repeat scroll;
	background-size: cover;
}

#reasons .container {
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

#reasons .header h1 {
	margin: 65px 0 0 0;
	font-size: 34px;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	color: #007197;
}

#reasons .header h1 .larger {
	font-size: 50px;
	display: block;
}

#reasons .section_content {
	background: #f2f2f2;
	padding: 0;
	padding-bottom: 15px;
}

#reasons .section_content:nth-of-type(2n) {
	background: #fff;
}

#reasons .section_header {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #555;
	margin: 15px 0 15px 20px;
}

#reasons .article {
	margin-bottom: 10px;
}

#reasons .article .article_content p {
	background: #fff;
	padding: 10px;
}

#reasons .section_content:nth-of-type(2n) .article .article_content p {
	background: #f2f2f2;
}

#reasons .article .article_content p {
	margin: 0;
}

#reasons .article .article_content img {
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
	#reasons .header h1 {
		margin: 90px 0 0 0;
		font-size: 42px;
	}
	#reasons .header h1 .larger {
		font-size: 56px;
	}
}

@media (min-width: 992px) {
	#reasons header {
		height: 350px;
	}
	#reasons .header h1 {
		margin: 75px 0 0 0;
		font-size: 46px;
	}
	#reasons .header h1 .larger {
		font-size: 64px;
	}
}

@media (min-width: 1200px) {
	#reasons header {
		height: 400px;
	}
	#reasons .header h1 {
		margin: 70px 0 0 0;
		font-size: 54px;
	}
	#reasons .header h1 .larger {
		font-size: 74px;
	}
}