@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap');
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	outline:none;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wrapper {
	max-width: 1280px;
	margin:0 auto;
}
.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-btns {
	text-align: right;
	padding-top: 65px;
	float: right;
}
.header-btns a {
	display: inline-block;
	color: #FFF;
	background:#56bbd3;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.5s;
	font-size: 22px;
	font-weight: bold;
	border-radius: var(--bs-border-radius);
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li {
	display: none;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li + li {
	display: table-cell;
}
.btn-translate {
	font-weight: bold;
	border-radius: var(--bs-border-radius);
}
.header-btns a:hover {
	background:#4e302e;
}
.hero-bg {
	position: relative;
}
.hero-bg img {
	width: 100%;
	height: auto;
}
.hero-content {
	position: absolute;
	width:100%;
	bottom:100px;
}
.hero-text {
	max-width:760px;
	margin:0 auto;
	color: #FFF;
	padding:20px;
	background:#0008;
	font-size: 26px;
	text-align: center;
}
.hero-text p {
	margin-bottom: 0;
}
.hero-btn {
	text-align: center;
	padding-top: 15px;
}
.hero-btn a {
	display: inline-block;
	color: #FFF;
	background:#56bbd3;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.5s;
	font-size: 24px;
	font-weight: bold;
	border-radius: var(--bs-border-radius);
}
.hero-btn a:hover {
	background:#4e302e;
}
.header-logo img {
	max-width: 100%;
	height: auto;
}
.about-bg {
	background: #f3f7ea;
	padding-top: 90px;
	padding-bottom: 90px;
}
.sidebar-graphic img {
	width:100%;
}
.sidebar-content {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.sidebar-content h2 {
	font-size: 30px;
	color: #4e302e;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 20px;
}
.sidebar-content p {
	font-size: 24px;
	color: #4e302e;
	line-height: 36px;
	margin-bottom: 40px;
}
a.btn.custom-btn {
	display: inline-block;
	color: #FFF;
	background:#56bbd3;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.5s;
	font-size: 22px;
	font-weight: 500;
}
a.btn.custom-btn:hover {
	background:#4e302e;
}
.services-bg {
	background: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 90px;
}
.newsletter-bg {
	background:url(../images/newsletter-bg.jpg) no-repeat center top;
/*	background:#56bbd3;*/
	min-height: 300px;
	background-size: cover;
	padding-top: 50px;
	position: relative;
}
.newsletter-bg::after {
	content: " ";
	background: #0005;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.newsletter-bg > .wrapper {
	position:relative;
	z-index: 2;
}
.newsletter-title {
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}
.newsletter-subtitle {
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.connect-bg {
	background:#c9ebfc;
	padding-top: 15px;
	padding-bottom: 15px;
}
.connect-heading {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.connect-btns {
	text-align: center;
}
.connect-btns a {
	color: #FFF;
	font-size: 60px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}
.footer-menu-bg {
	background:#56bbd3;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer-menu {
	text-align: center;
}
.footer-menu ul {
	margin:0;
	padding:0;
}
.footer-menu ul li {
	display: inline;
}
.footer-menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 21px;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.footer-menu ul li + li {
	border-left: 1px solid #FFF;
}
/* Customizing Wildapricot items */
#main-navigation {
	padding-bottom: 15px;
}
#main-navigation .menuInner ul.firstLevel > li > .item > a {
	font-size: 24px;
	font-weight: 500;
	margin-left: 30px;
	margin-right: 30px;
	line-height: inherit;
	height: auto;
	padding:0;
}
#main-navigation .menuInner ul.firstLevel > li > .item > a > span {
	height: auto;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#main-navigation .menuInner, .WaGadgetMenuHorizontal .menuInner ul.firstLevel {
	margin:0 auto;
}
.submenu-bg {
	background:#c9ebfc;
	margin-top: 20px;
	font-size: 18px;
}
#secondary-menu .orientationHorizontal li + li::before {
	display: none;
}
#secondary-menu .orientationHorizontal li a {
	color: #000;
	line-height: 60px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}
#secondary-menu .orientationHorizontal li:hover a {
	color: #88AC2e;
}
.content-bg {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	color: #4e302e;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-format h1 {
	font-size: 48px;
}
.content-format h2 {
	font-size: 36px;
}
.content-format h3 {
	font-size: 30px;
}
.content-format h4 {
	font-size: 20px;
}
.content-format h5 {
	font-size: 18px;
}
.content-format h6 {
	font-size: 16px;
}
.content-format p {
	font-size: 18px;
	color: #4e302e;
}
.content-format img {
	max-width: 100%;
	height: auto;
}
.content-format.content-format-eportal p {
	line-height: inherit;
	font-size: 18px;
}
.content-format a {
	color: #000;
	text-decoration: none;
}
.content-format a:hover {
	color: #62AA31;
}
.content-format blockquote {
	font-size: 24px;
	color: #4e302e;
	line-height: 60px;
	background: #f3f7ea;
	padding:20px;
}
.content-format blockquote p {
	margin-left: 20px;
	border-left: 3px solid #a3a69d;
	padding-left: 20px;
	margin-top: 40px;
}
.left-box {
	background:#F0F7E9;
	padding:20px;
	font-size: 22px;
	text-align: center;
	border-bottom: 4px solid #62AA31;
	margin-left: 40px;
	margin-right: 40px;
}
.left-box strong {
	color: #62AA31;
}
.recipie-heading {
	text-align: center;
	background:#E6DDC3;
}
.recipie-heading h3 {
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.recipie-img {
	text-align: center;
	padding-bottom: 10px;
}
.recipie-container {
	text-align: center;
}
.recipie-container p {
	font-size: 16px;
	font-weight: normal;
	line-height: inherit;
	margin-bottom:5px;
}
.footer-tagline {
	padding-top:5px;
	padding-bottom:5px;
}
.footer-tagline p {
	margin-bottom:0;
	font-size: 16px;
	color: #4e302e;
}
.footer-tagline p a {
	color: #4e302e;
	text-decoration: none;	
}
.footer-tagline p a:hover {
	text-decoration: underline;
}
.newsletter-first-col, .newsletter-second-col, .newsletter-third-col, .newsletter-fourth-col {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	position: relative;
}
.newsletter-first-col img, .newsletter-second-col img, .newsletter-third-col img, .newsletter-fourth-col img {
	max-width: 100%;
	height:auto;
	height: 150px;
}
.newsletter-first-col {
	background:#EDD188;
}
.newsletter-first-col p {
	color: #F07C00;
	font-weight: bold;
	margin:0;
}
.newsletter-second-col p {
	color: #00a0db;
	font-weight: bold;
	margin:0;
}
.newsletter-third-col p {
	color: #6EAD00;
	font-weight: bold;
	margin:0;
}
.newsletter-fourth-col p {
	color: #6EAD00;
	font-weight: bold;
	margin:0;
}
.newsletter-second-col {
	background:#C3DCE1;
}
.newsletter-third-col {
	background:#D3DFB5;
}
.newsletter-fourth-col {
	background:#F5E6B1;
}
.newsletter-first-col a, .newsletter-second-col a, .newsletter-third-col a, .newsletter-fourth-col a {
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.newsletter-first-col.apple-mod {
	background:#E89C90;
	color: #3F3B3A;
}
.newsletter-first-col.carrot-mod {
	background:#F3C96B;
	color: #3F3B3A;
}
.newsletter-first-col.peas-mod {
	background:#C0CB73;
	color: #3F3B3A;
}
.newsletter-first-col.strawberries-mod {
	background:#A3DFC8;
	color: #3F3B3A;
}
.newsletter-first-col.avacoda-mod {
	background: #C0CB73;
	color: #3F3B3A;
}
.newsletter-first-col.corn-mod {
	background: #EAD4A0;
	color: #3F3B3A;
}
.newsletter-first-col.persimon-mod {
	background: #DCB761;
	color: #3F3B3A;
}
.newsletter-first-col.tomatoes-mod {
	background:#E89C90;
	color: #3F3B3A;
}
.newsletter-first-col.brocoli-mod {
	background:#A3DFC8;
	color: #3F3B3A;
}
.newsletter-first-col.melon-mod {
	background:#E4998E;
	color: #3F3B3A;
}
.newsletter-first-col.salad-mod {
	background: #A1DDC7;
	color: #3F3B3A;
}
.newsletter-first-col.squash-mod {
	background: #F7DFA8;
	color: #3F3B3A;
}
.newsletter-first-col.apple-mod p, .newsletter-first-col.carrot-mod p, .newsletter-first-col.peas-mod p, .newsletter-first-col.strawberries-mod p,
.newsletter-first-col.avacoda-mod p, .newsletter-first-col.corn-mod p, .newsletter-first-col.persimon-mod p, .newsletter-first-col.tomatoes-mod p,
.newsletter-first-col.brocoli-mod p, .newsletter-first-col.melon-mod p, .newsletter-first-col.salad-mod p, .newsletter-first-col.squash-mod p {
	color: #3F3B3A;
	font-size: 14px;
}
.video-library-embed iframe {
	max-width: 100%;
}
.resources-block {
	padding-left: 10px;
	padding-right: 10px;
}
.resources-block h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.resources-block h2 {
	font-weight: 700;
  	font-size: 16px;
  	color: #DD3333;
}
.content-format.content-format-eportal .resources-block p {
	font-size: 14px;
	color: #3F3B3A;
	transition: color 300ms ease 0ms;
	word-wrap: break-word;
}
#resources-first-col {
	background:#e1eacb;
}
#resources-second-col {
	background: #d7eff4;
}
#resources-third-col {
	background:#fff5d3;
}
#resources-fourth-col {
	background:#fcdcd2;
}
.secondary-graphic {
	position: relative;
	min-height: 200px;
}
.secondary-graphic .WaPlaceHolder {
	max-width: inherit;
}
.secondary-graphic img {
	width: 100%;
	height: auto;
}
.secondary-graphic-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #88ac2ecc;
	text-align: center;
}
.secondary-graphic-caption h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.secondary-graphic-caption p {
	margin-bottom: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
.about-box {
	padding-left: 10px;
	padding-right: 10px;
}
.about-box .icon {
	text-align: center;
	padding-bottom: 10px;
}
.about-box h3 {
	font-size: 20px;
	text-align: center;
	color: #4e302e;
	font-weight: bold;
	padding-bottom: 10px;
}
.about-box p {
	text-align: center;
	font-size: 18px;
	color: #4e302e;
}
.secondary-graphic.footer-secondary-graphic .secondary-graphic-caption{
	bottom: inherit;
	top: 0;
}
.secondary-graphic.footer-secondary-graphic .secondary-graphic-caption h3 {
	color: #FFF;
	text-align: center;
	font-size: 24px;
}
.secondary-graphic.footer-secondary-graphic .secondary-graphic-caption h2 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
.secondary-graphic.footer-secondary-graphic .secondary-graphic-caption p {
	text-align: center;
	font-size: 20px;
}
.about-bg.training-graphic-bg {
	padding-bottom: 0;
}
.flower-graphic {
	padding-top: 10px;
}
.flower-graphic img {
	width: 100%;
	height: auto;
}
h2.color-style {
	display: inline-block;
	font-size: 22px;
	color: #FFF;
	padding:10px 20px;
	background: #56bbd3;
	margin-bottom: 10px;
}
h2.color-style.style-2 {
	background:#87ab2e;
}
h2.color-style.style-3 {
	background: #ddb625;
}
h2.color-style.style-4 {
	background: #f47321;
}
h2.color-style span {
	font-size: 18px;
}
a.view-sample-btn {
	display: block;
	color: #87ab2e;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.training-graphic-bg .hero-btn a {
	color: #FFF;
}
.curriculum-columns p {
	font-size: 16px;
}
.curriculum-columns ul li {
	font-size: 16px;
}
p.bold-text {
	font-size: 24px;
	font-weight: bold;
	padding-top: 30px;
}
#curriculum-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.center-graphic {
	text-align: center;
	padding:20px;
}
#google_translate_element {
	width: 158px;
	float: right;
	padding-top: 72px;
	margin-right: 5px;
}
#PAGEID_18199 .secondary-graphic.footer-secondary-graphic .secondary-graphic-caption {
	top: inherit;
	bottom: 0;
}
@media screen and (max-width: 1200px) {
	.hero-content {
		bottom:50px;
	}
	.hero-text {
		font-size: 22px;
	}
	.hero-btn a {
		font-size: 20px;
	}
}
@media screen and (max-width: 820px) {
	.hero-text {
		font-size: 18px;
	}
	.hero-btn a {
		font-size: 18px;
	}
}
@media screen and (max-width: 790px){
	.hero-text {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hero-content {
		bottom:10px;
	}
}
@media screen and (max-width: 768px) {
	.about-bg {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.services-bg {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.newsletter-bg {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.connect-bg {
		padding-top: 0;
		padding-bottom: 0;
	}
	#main-navigation .menuInner ul.firstLevel > li > .item > a {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
	}
	#main-navigation .menuInner ul.firstLevel > li > .item > a > span {
		font-size: 16px;
	}
	#main-navigation {
		padding-bottom: 0;
	}
	#secondary-menu .orientationHorizontal li a {
		line-height: inherit;
	}
	.submenu-bg {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sidebar-content p {
		font-size: 18px;
		line-height: inherit;
	}
	a.btn.custom-btn {
		line-height: 30px;
	}
	.footer-tagline {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.WaGadgetMobilePanel {
		display: none;
	}
	body.LayoutMain .WaGadgetMenuHorizontal {
		display: block;
	}
}
@media screen and (max-width: 600px){
	.hero-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hero-btn {
		padding-top: 10px;
	}
	.header-btns a, body .btn-translate {
		font-size: 16px;
		font-weight: bold;
	}
}
@media screen and (max-width: 575px) {
	.header-logo {
		text-align: center;
		padding-bottom: 0;
	}
	.header-btns {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.content-bg {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.secondary-graphic-caption {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		position: relative;
		bottom:inherit;
		top: inherit;
	}
	.secondary-graphic-caption p {
		font-size: 18px;
	}
	.sidebar-content h2 {
		padding-top: 10px;
	}
}
@media screen and (max-width: 520px){
	.hero-content {
		position: relative;
		bottom: inherit;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#main-navigation .menuInner ul.firstLevel > li > .item > a {
		margin-left: 3px;
		margin-right: 3px;
	}
}