body {
	background-color: #ffffff;
}

main {
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
}

#content-splash {
	position: relative;
	top: 0;
}

.green-button, input.green-button {
	padding: 20px;
	background-color: #54880b;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	font-size: 1.5em;
}

div.fullWidthBG {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.title {
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.sectionHeader, h2.sectionHeader {
	font-size: 3em;
	text-align: center;
}

.mealPlanButton {
	margin-top: 20px;
}

.text1 {
	text-align: center;
	margin-bottom: 20px;
}

.text2 {
	box-shadow: 0 0 10px 0 #ccc;
	transition: top 0.3s ease-in-out 0.3s;
	border-radius: 15px;
	padding: 20px 0 20px 0;
	width: 100%;
	margin: 0 auto;
}

div.dossier-tile-box {
	border-bottom: none;
	margin: 0 auto;
}

p.text2p {
	margin: 0 50px 0 50px;
}

.text2 h2.sectionHeader {
	text-align: left;
	background: linear-gradient(110deg, #5c8ac8 60%, #bbcadd 60%);
	color: #fff;
	margin-top: 5px;
	box-shadow: 0 5px 10px 0 #ccc;
	transition: top 0.3s ease-in-out 0.3s;
}

.articleList {
	margin-bottom: 20px;
}

div.dossier-header, div.dossier-header div {
	height: 450px;
	position: relative;
	margin: 15px 0 30px 0;
	margin-top: 0;
}

div.dossier-header div.dossier-bottom-title h2 {
	color:#588a0f!important;
}

div.dossier-header div.dossier-bottom-title h1, div.dossier-header div.dossier-bottom-title h2, div.dossier-header div.dossier-bottom-title h3, div.dossier-header div.dossier-bottom-title p {
	background-color: white;
	text-align: center;
	color: #333;
	font-weight: bold;
}

div.dossier-header div.dossier-bottom-title {
	position: absolute;
	display: block;
	bottom: 0;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	width: 75%;
	height: auto;
	border-bottom: 1px solid white;
	left: 0;
	right: 0;
	border-top: 5px solid #A0C963;
}

div.dossier-header div.dossier-bottom-title h1, div.dossier-header div.dossier-bottom-title h2, div.dossier-header div.dossier-bottom-title h3 {
	margin: 0 auto;
}

div.dossier-tile h3 {
	margin: 10px 0 25px 0;
	text-align: center;
	font-size: 1.3em;
}

div.dossier-tile {
	min-height: 180px;
}

div.recipe-category-tile .dossier-img-box-medium, div.dossier-tile .dossier-img-box-medium {
	height: 125px;
	overflow: hidden;
}


@media only screen and (max-width: 600px) {
	.articleList {
		margin-bottom: 40px;
	}

	.firstH3 {
		margin-bottom: 20px;
	}

	span.top.green.right {
		margin: 20px auto;
	}
}

@media only screen and (max-width: 769px) {
	h3.dossier-quarter-title, div.dossier-tile h3 {
		font-size: 1.4em;
		font-weight: bold;
	}
}

@media only screen and (max-width: 640px) {
	div.dossier-header .middle-aligner,
	div.dossier-header .middle-align {
		height: auto;
		width: 100%;
	}

	div.dossier-header .middle-align {
		display: inline-block;
	}

	div.dossier-header .middle-align h1#dossier-title {
		font-size: 10vw;
		position: relative;
		top: 40px;
	}

	div.dossier-tile .dossier-img-box-medium, div.dossier-tile .dossier-img-box-small img, div.dossier-tile .dossier-img-box-medium img {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	div.dossier-bottom-title p.splashBigText {
		font-size: 4vw;
	}

	div.round-img.white-border {
		border-width: 3px;
	}

	div.round-img.mobile-hide {
		display: none !important;
	}

	#articleList .col-xs-6 {
		min-height: 206px;
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	#articleList .col-sm-6 {
		min-height: 170px;
	}
}
