  
body * {
	box-sizing: border-box;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 18px;
	color: #555;
	line-height: 1.5em;
}


.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}


header {
	margin:0;
	padding:20px;
	border-bottom: 5px #8ec73f solid;
	text-align: center;
	background: rgb(255,255,255);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(238,238,238,1) 100%);
}

section {
	max-width: 1200px;
	margin: 0 auto;
	padding:10px 20px 20px 20px;
}

h3, h4 {
	color: #006838;
	margin-top:40px;
	font-weight:bolder;
}

h2 {
	padding: 10px;
	margin-top:20px;
	margin-bottom:10px;
	color: #fff;
	position: relative;
	background: #006838;
	border-left:10px #8ec73f solid;
	display:inline-block;
}

footer {
	background: #006838;
	color: #fff;
	padding: 50px 50px 20px;
}

div.cover {
	width:100%;
	background-size: cover;
	position: relative;
}


div.cover div {
	padding:200px 0;
	background: rgba(0,0,0,.2);
	width:100%;
	height:100%;
}

div.cover div h1 {
	padding:0;
	margin:10px auto;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 3px 12px rgba(0,0,0,0.5);
	margin-block-start: 0;
	line-height: 1.5em;
}

p {
	margin:10px 0 10px;	
}

div.cover ul {
	padding: 0;
	margin:0;
	text-align:center;
}

div.cover ul li {
	display: inline-block;
}

div.cover ul li a {
	display:block;
	background:#8ec73f;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	transition: .3s background ease-in-out;
}

section ul {
	font-weight: bolder;
}

div.cover ul li a:hover {
	background: #006838;
}


.contact {
	display: inline-block;
	border: 2px #8ec73f solid;
	padding:10px 20px;
	margin: 10px;
	box-shadow: 10px 10px 30px rgba(0,0,0,.1);
	min-width:400px;
}

section#buyer div.split {
	border-left:5px #8ec73f solid;
	display: inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom: 20px;
}

section#buyer h3 {
	margin: 5px 20px;
}


div.two-col {
	display: inline-block;
	width:45%;
	padding:10px;
	margin:10px;
	vertical-align:top;
}

div.ou-form {
	padding:20px;
	margin:10px;
	border: #00703c solid 5px;
	min-width:350px;
	width:30%;
	float: right;
}

footer p#directedit.directedit p {
	margin: 0 10px;
}

footer p#directedit.directedit a {
	color:#94be76;
}

html .scroll-to-top {
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}

section.program-list {
	clear:both;
	margin-bottom:20px;
}

section.program-list ul {	
	padding-left:0;
	justify-content:center;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

section.program-list ul li {
	width:32%;
	display: flex;
	justify-content: center;
	align-items:center;
	position: relative;
	overflow: hidden;
}

section.program-list ul li a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	background:#000;
}

section.program-list ul li img {
	width:100%;
	transition: .8s all ease-in-out;
	opacity: .7;
}	

section.program-list ul li img:hover {
	transform: scale(1.05);
	opacity: 1;
}

section.program-list ul li span {
	display:block;
	width:100%;
	position: absolute;
	text-align:center;
	top:50%;
	transform: translatey(-50%);
	pointer-events: none;
	text-shadow: 3px 3px 8px rgba(0,0,0,.5);
	padding:5px 10px;
}

section.program-list ul li:hover span:after {
	content:"";
	position:absolute;
	display:block;
	top:0;
	width:100px;
	height:100%;
	text-align:center;
	background: #00703c;
	border-left:20px #B2D33E solid;
	animation:.5s movee ease-in-out forwards;
	z-index:0;
}

@media screen and (max-width: 700px) {
	section img {
		float: none !important;
		width:100% !important;
		margin:0 0 20px !important;
	}

	section img.employee {
		float: left !important;
		width:70px !important;
		margin:10px !important;
	}

	section a.logo {
		width:50%;
		display: block;
		margin: 0 auto;
		text-align:center;
	}
	section#buyer div.split {
		display:block;
	}

	div.cover div {
		padding:100px 0;
	}	

	div.ou-form {
		padding:20px;
		margin:40px 10px 10px;
		border: #00703c solid 5px;
		width: auto;
		float: none;
	}

	.contact {
		display:block;
		width:auto;
		margin:10px;
		padding:20px;
	}

main nav.sub {
	background: #00703c;	
}

main nav.sub ul{
	list-style: none;
	padding-left:0;
}
main nav.sub ul li {
	display: inline-block;
}
main nav.sub ul li a {
	display: block;
	color:#fff;
	padding: 5px 10px;
	text-decoration: none;
}
main nav.sub ul li a:hover {
	background:#8EC73F;
}

section {
	padding:10px !important;
}

div.two-col {
	display: block;
	width:auto;
}
section.program-list ul {
	align-content: flex-start;
	flex-wrap:wrap;
}

section.program-list ul li {	
	width:100%;
	aspect-ratio: 2/ 1;
}

section.program-list ul li:hover span:after {
	display:none;
}
}

@keyframes movee {
	0% {
		left:0;
	}
	100% {
		left:100%;
	}
}