body {
	background-color: #ffffff;
}

h3.advice-title {
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-size: 2em;
}

main {
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
}

#splashHeader {
	font-weight: 900;
	font-size: 4em;
	margin-top: 150px;
	text-shadow: 2px 2px 2px #000;
}

div.middle-align h1#splashHeader {
	margin: 0;
}

h2.sectionHeader {
	text-align: center;
}

#content-splash {
	position: relative;
	top: 0;
}

div.faq-do-list,
div.faq-avoid-list,
div.faq-dont-list {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	padding: 20px 100px;
	display: block;
	color: #333;
	box-shadow: 1px 2px 4px #ddd;
	border-width: 2px;
	border-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #F9F9F7;
	margin: 25px auto;
}

ul.fontawesome-list.large {
	font-size: 1.3em;
	line-height: 1.4;
	margin: 18px 0;
}

div.faq h3:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: "\f0da";
	left: 0;
	position: relative;
	padding: 0 10px 0 0;
	margin-right: 0;
}

h3.faq, div.faq h3 {
	border-bottom: none;
}

div.blog-roll-box h3 {
	font-size: 1vw;
}

div.faq h3 a {
	color: #588a0f;
}

.faq-do-list li, .faq-avoid-list li, .faq-dont-list li {
	margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
	div.blog-roll-box h3 {
		font-size: 2vw;
	}
}

@media screen and (max-width: 500px) {
	div.faq-do-list, div.faq-avoid-list, div.faq-dont-list {
		padding: 10px;
	}

	div.blog-roll-box h3 {
		font-size: 3.6vw;
	}
}

@media only screen and (max-width: 480px) {
	ul.faqList {
		margin: 10px auto;
	}

	ul.faqList li {
		width: 48% !important;
		margin: 10px 1% !important;
		float: left !important;
		display: inline-block !important;
	}

	ul.faqList li span {
		display: initial !important;
	}
}

#submit {
	background-color: #588a0f;
	color: #fff !important;
	padding: 10px;
	border: 0;
	border-radius: 3px;
}

#submit:hover {
	background-color: #A0C963;
	color: #fff !important;
	padding: 10px;
	border: 0;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 3px;
}

#submit:active {
	background-color: #588a0f;
	color: #fff;
	padding: 10px;
	border: 0;
	box-shadow: inset 2px 2px 3px #333;
	border-radius: 3px;
}

ul.faq-do-list,
ul.faq-dont-list,
ul.faq-avoid-list {
	list-style: none;
}

ul.faq-dont-list > li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f05e";
	color: #e73922;
	position: relative;
	left: -1em;
	margin: -0.4em;
	text-rendering: optimizeLegibility;
}

ul.faq-do-list > li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f00c";
	color: #588A0F;
	position: relative;
	left: -1em;
	margin: -0.47em;
	text-rendering: optimizeLegibility;
}

ul.faq-avoid-list > li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	color: #F5D76E;
	position: relative;
	font-weight: bold;
	left: -1em;
	margin: -0.47em !important;
}

div.faq-do-list {
	border-color: #A0C963;
}

div.faq-avoid-list {
	border-color: #F5AB35;
}

div.faq-dont-list {
	border-color: #E73922;
}

ul.faqList {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

ul.faqList li {
	float: left;
	display: table;
	width: 23%;
	margin: 30px 1%;
}

ul.faqList.culinary li {
	float: left;
	display: table;
	width: 30%;
	margin: 30px 1%;
	box-sizing: border-box;
}

ul.faqList li span a:link {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	position: relative;
	display: block;
	background-color: #fff;
	-ms-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
	-ms-transition: box-shadow 0.2s ease-in-out 0.1s;
	-moz-transition: box-shadow 0.2s ease-in-out 0.1s;
	-webkit-transition: box-shadow 0.2s ease-in-out 0.1s;
	transition: box-shadow 0.2s ease-in-out 0.1s;
}

ul.faqList li span a:visited {
	color: #333;
}

ul.faqList li span a:hover {
	top: -2px;
	color: #333;
	text-decoration: none;
	box-shadow: 2px 2px 4px #333;
}

ul.faqList li span a:active {
	background-color: #666;
	color: white;
	box-shadow: inset 1px 1px 3px #588a0f;
}

ul.faqList li span {
	display: table-cell;
	vertical-align: middle;
}

div.blog-roll-box {
	height: 250px;
	padding: 10px;
	border: 1px solid #efefef;
	position: relative;
	transition: box-shadow 0.3s ease-in-out 0.1s;
	transition: top 0.3s ease-in-out 0.1s;
	margin: 10px auto;
}

div.blog-roll-box:hover {
	box-shadow: 2px 2px 5px #ccc;
	top: -10px;
}

div.blog-roll-box img {
	transition: all 0.2s ease-in-out;
}

div.blog-roll-box img:hover {
	transform: scale(1.1);
}

div.blog-roll-box h3 {
	display: table;
	width: 100%;
}

div.blog-roll-box h3 a:link {
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

div.blog-roll-box h3 a:hover {
	text-decoration: underline;
}

input[type="text"].splashInput,
input[type="email"].splashInput {
	font-family: 'Open Sans';
	width: 70%;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	margin: 10px auto;
}
