@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
}

h1 {
	color: #F00;
	font-family: 'PT Serif', serif;
	font-size: 20px;
}

h2 {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-style: italic;
}

h3, p {
	font-weight: normal;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
}

h4 {
	font-family: 'PT Serif', serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

body {
	margin: 0px 0px 0px 0px;
	background: #f7f8f5;
}

table {
	margin-left:auto;
	margin-right:auto;
}

table, th, td {
	border-collapse: collapse;
	border: 1px solid #433c34;
}

hr {
	height: 1px;
	border: none;
	background-color: #d6d6d6;
	margin: 10px 0 10px 0;
}

button {
	font-weight: bold;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	text-align: center;
}

.container {
	position: relative;
}

.innerContainer {
	max-width: 1400px;
	margin: 0 auto;
}

.header {
	padding: 0px 30px 0px 30px;
	text-align: center;
}

.content {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
}

.contentSmall {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 11px;
	line-height: 12px;
}

.contentMedium p {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 13px;
	line-height: 16px;
}

.nav {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	text-decoration: none;
}

.nav_small {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 9px;
	text-decoration: none;
}

.nav_red {
	color: #F00;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	text-decoration: none;
}

.nav_blog {
	padding: 20px 0 0 40px;
}

.nav_blog a {
	color: #F00;
	font-family: 'PT Serif', serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nav_links {
	color: #433c34;
	font-family: 'PT Serif', serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
	text-align: center !important;
}

.nav_links a {
	color: #F00 !important;
	text-decoration: none !important;
	padding: 0 5px 0 5px;
}

.notice_red {
	color: #F00 !important;
	font-family: 'PT Serif', serif;
	font-size: 12px;
	clear: both;
	padding: 0px 20px 0px 20px;
}

.featured {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.featured_header {
	background-color: #F00;
	color: white;
	text-align: center;
	font-size: 16px;
}

.featured_body {
	padding: 20px 10px 20px 15px;
	color: white;
	line-height: 140%;
}

.featured_section {
	width: 30%;
	min-height: 320px;
	display: inline-block;
	border: 1px solid black;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	margin-left: 1vw;
	margin-right: 1vw;
	background-color: #BEC79C;
}

.featured_empty {
	display: none;
}

.featured_updated {
	display: block;
	color: #433c34;
	font-size: 10px;
	float: right;
}

.footer {
	background-color: #BEC79C;
}

.blog_posted {
	white-space: nowrap;
	font-size: 11px;
	color: #F00;
}

.blog_updated {
	white-space: nowrap;
	font-size: 11px;
	float: right;
	color: #000000;
}

.blog_title {
	text-align: center;
	font-weight: bold;
}

.posts {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}

.media_contact {
	display: block;
	padding: 10px 0px 10px 30px;
}

.media_contact_footer {
	display: block;
	padding: 10px 0px 10px 0px;
}

.contact_message {
	padding: 0 10px 0 10px;
}

.contact_message textarea {
	width: 100%;
}

.career {
	margin: 20px;
	padding: 0px 10px 0px 10px;
	border: 1px solid black;
	border-radius: 25px;
	background: #e7eadb;
}

.career_left {
	width: 25%;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	display: inline-block;
}

.submission {
	width: 70%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.img_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.img_featured {
	display: block;
	max-width: 70%;
	height: auto;
	margin: 10px auto 0px auto;
}

.img_blog {
	width: 100%;
	height: auto;
}

.pinterest {
	width: 95% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.pinterest > span {
	width: 95% !important;
	overflow: hidden;
	padding: 5px !important;
	background-color: #BEC79C;
}

.eatright {
	padding-left: 2%;
	display: inline-block;
}

.clear {
	clear: both;
}

figcaption {
	font-size: 9px;
	padding-left: 10px;
}

.footer_social {
	width: 22%;
	text-align: left;
	display: inline-block;
	padding: 0 0 2% 2.5%;
}

.footer_social_links {
	text-align: left;
	padding: 0 0 0 3.5%;
}

.footer_social_links a {
	color: #596840;
	font-family: 'PT Serif', serif;
	font-size: 10px;
	text-decoration: none !important;
}

.footer_social_links a img {
	width: 18px;
	height: 18px;
}

.footer_location {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 2% 2.5%;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.footer_location_address {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 2% 3.5%;
}

.footer_location_map {
	display: inline-block;
	padding-top: 1%;
}

.footer_cert {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 2% 2.5%;
}

.footer_cert_img {
	display: inline-block;
}

.cert_img:hover, .cert_img:focus {
	-webkit-transform: scale(2.0);
	transform: scale(2.0);
}

.footer_legal {
	font-size: 8px;
	padding: 0 0 0.2% 2%;
}

.footer h4 {
	text-align: left;
	padding-left: 0;
}

@media (max-width: 1400px) {
	
	.footer .innerContainer {
		padding: 2%;
	}
}

@media (max-width: 640px) {

	.featured_section {
		width: 100%;
		min-height: auto;
		text-align: center;
		margin: 0 auto 2% auto;
	}

	.footer_social {
		width: 100%;
		padding: 0 0 2% 0;
	}

	.footer_location {
		width: 100%;
		padding: 0 0 2% 0;
		border: none;
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
	}

	.footer_location_address {
		width: 100%;
		padding: 0 0 0 2%;
	}

	.footer_location_map {
		width: 100%;
		padding: 2% 0 2% 0;
	}

	.footer_cert {
		width: 100%;
		padding: 2% 0 2% 0;
	}

	.footer_cert_img {
		padding: 0 0 0 3.5%;
	}

	.nav_links {
		width: 80% !important;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.img_left {
		width: 100%;
		display: block;
	}
	
	.img_blog2 {
		width: 60% !important;
		height: auto;
		margin: auto;
	}
	
	.posts {
		width: 100%;
		display: block;
	}
}

.dropbtn {
	background-color: #BEC79C;
	width: 70px;
	height: 40px;
	font-size: 12px;
	border-style: solid;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #F4FBDB;
}

.dropdown {
	background: #FFFFFF;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 2px 4px;
	float: right;
	vertical-align: middle;
}

.dropdown-content {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	display: none;
	position: absolute;
	border: 1px #BEC79C solid;
	background-color: #F9F9F9;
	min-width: 30px;
	overflow: auto;
	box-shadow: 0px 0px 2px 2px #BEC79C;
	padding: 0;
	right: 0;
	z-index: 1;
}

.dropdown-content ul {
	padding: 0;
	-webkit-padding-start: 0;
	list-style-type: none;
}

.dropdown-content a {
	color: black;
	display: list-item;
	list-style-type: none;
}

.dropdown a:hover {
	background-color: #BEC79C;
}

.show {
	display: block;
}

.head_img {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	height: auto;
}

.bg_img {
	background-repeat: no-repeat;
	background-size: 90% 90%;
	position: relative;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

input {
	border: 1px solid;
	padding: 1px 0px 6px 0px;
	background: #e7eadb;
}

input[type='file'] {
	border: none;
}

select {
	border: 1px solid;
	padding: 1px 0px 6px 0px;
	background: #e7eadb;
}

textarea {
	border: 1px solid;
	background: #e7eadb;
}

::placeholder {
	font-size: 10px;
	opacity: 0.8;
	padding-left: 20px;
}

.contactform {
	background-color: #BEC79C;
	width: 140px;
	height: 40px;
	font-size: 12px;
	border-style: solid;
	cursor: pointer;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contactform:hover, .contactform:focus {
	background: #F4FBDB;
}

ul li {
	padding:5px 15px 5px 10px;
}

.li_border:hover, .li_border:focus {
	-moz-box-shadow: 0 5px 10px #BEC79C !important;
	-webkit-box-shadow: 0 5px 10px #BEC79C !important;
	box-shadow: 0 5px 10px #BEC79C !important;
}

.li_expand:hover, .li_expand:focus {
	-moz-box-shadow: 0 5px 10px #BEC79C !important;
	-webkit-box-shadow: 0 5px 10px #BEC79C !important;
	box-shadow: 0 5px 10px #BEC79C !important;
	transition: all .3s ease-in-out !important;
	transform: scale(1.04) !important;
	list-style-type: none !important;
}