@charset "UTF-8";body{color:#046616;background:#fff;font-family:'Libre Baskerville','Times New Roman',Georgia;font-size:16px;line-height:1.3}div.caption{padding:0 10px}div.caption img{border:1px solid #ccc}div.caption p{color:#666;text-align:center;font-size:.9em}hr#system-readmore{color:red;border:1px dashed red}hr.system-pagebreak{color:gray;border:1px dashed gray}span[lang]{border:1px dashed #bbb;padding:2px}span[lang]:after{color:red;vertical-align:super;content:attr(lang);font-size:smaller}
@import url('https://fonts.googleapis.com/css2?family=Candal&family=Inter:opsz,wght@14..32,100..900&family=Jomhuria&family=Libre+Baskerville:wght@400;700&family=Poppins:ital,wght@0,400;0,700;0,800;1,400&display=swap');

html,
#tinymce {
	font-size: 16px;
}

/* Custom */
h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.35rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

p, td {
	font-size: 1.25rem;
	vertical-align: top;
}

h1, h2, h3, h4, p {
	margin: 1.75rem auto;
}

strong {
	font-weight: 600;
}

p, td {
	font-size: 1.25rem;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

div.minBox,
div.midBox {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.minBox {
	width: 45%;
}

.midBox {
	width: 55%;
}

a.btn {
	display: inline-block;
	margin: 1rem auto;
	padding: 1rem 2rem;
	color: #fff;
	background: #046616;
		border-radius: 2rem;
		-webkit-border-radius: 2rem;
		-moz-border-radius: 2rem;
}

	a.btn:hover {
		background: #edb307;
		color: #fff;
	}

div.videoBox {
	position: relative;
	margin: 0 -5rem;
	padding: 0 2.5rem;
	overflow: hidden;
}

	div.videoBox video {
		display: inline-block;
		margin: 0;
		border-width: 1.85rem 2rem;
		border-style: solid;
		border-color: #fff;
		box-shadow: 0px 0px 35px 20px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 0px 35px 20px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 35px 20px rgba(0,0,0,0.25);
	}

a.box-btn {
	display: inline-block;
	width: 10rem;
	min-height: 10rem;
	margin: 1rem 1.5rem;
	padding: 1rem 1.35rem;
	font-size: .85rem;
	text-align: center;
	text-decoration: underline;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
}

a.box-btn img {
	margin: .5rem auto 1rem;
}

.float-right {
	float: right;
}

h1.plus {
	font-size: 5rem;
}

h2.plus {
	font-size: 4rem;
}

h3.plus {
	font-size: 3rem;
}

h2.bod-header {
	margin: 2rem auto 3rem;
	font-family: 'Poppins', 'Arial', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

	img.profile {
		width: 25rem;
		margin-bottom: 3rem;
		border: .65rem solid transparent;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		box-shadow: 10px 20px 20px 10px rgba(0,0,0,0.85);
		-webkit-box-shadow: 10px 20px 20px 10px rgba(0,0,0,0.85);
		-moz-box-shadow: 10px 20px 20px 10px rgba(0,0,0,0.85);
	}

	h2.bod-header em {
		font-weight: normal;
		font-size: .95em;
		color: #143d2b;
	}

		h2.bod-header strong {
			font-weight: 800;
		}

	td img.profile {
		max-width: 15rem;
		border-width: .45rem;
	}

		td h2.bod-header {
			font-size: 1.3rem;
			color: #143d2b;
			line-height: 1;
		}

.minBox h1,
.minBox h2,
.minBox h3 {
	margin: .25rem auto;
	line-height: 1;
}

figure.round {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 1.5rem;
	text-align: center;
	text-align-last: initial;
	vertical-align: top;
}

	figure.round img {
		display: block;
		height: auto;
		max-width: 100%;
		margin: 0 -0.75rem;
		border: .65rem solid #fff;
			aspect-ratio: 1 / 1;
			object-fit: cover;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
			-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
			-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
	}

	figure.xsmall {
		max-width: 10%;
	}

	figure.small {
		max-width: 15%;
	}

	figure.msmall {
		max-width: 18.5%;
	}

	figure.med {
		max-width: 22.5%;
	}

	figure.mlarge {
		max-width: 26.5%;
	}

	figure.large {
		max-width: 30%;
	}

	figure.xlarge {
		max-width: 40%;
	}

	figure.round figcaption {
		margin: 1rem auto;
		font-weight: 700;
		font-size: 1.25rem;
		color: #008037;
			text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
			-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
			-moz-text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
	}

.minBox ul li,
.midBox ul li {
	margin-bottom: .5rem;
}

table.bordered {
	border-collapse: separate !important;
	border-spacing: 10px;
	text-align: center;
	color: #143d2b;
}

	table.bordered[border="0"] th {
		position: relative;
		width: 17%;
		padding: 1rem .25rem;
		border: 5px solid #edb307;
	}

		table.bordered[border="0"] th:last-child {
			width: auto;
		}

	table.bordered[border="0"] td {
		padding: 2rem .5rem;
		border: 5px solid #046616;
		width: calc(20% - 20px);
	}

	th img.arrow {
		position: absolute;
		left: .5rem;
		bottom: -2.25rem;
	}

	table.bordered[border="0"] th,
	table.bordered[border="0"] td {
		vertical-align: middle;
	}

	table.bordered[border="0"] th,
	table.bordered[border="0"] td,
	table.bordered[border="0"] td p {
		font-size: 1rem;
	}

	table.bordered[border="0"] td a {
		word-break: break-all;
	}

table.tinytext,
div.tinytext {
	border: 0 none;
}

	div.tinytext p,
	table.tinytext td,
	table.tinytext td p,
	table.tinytext td li {
		font-size: .85rem;
	}	

	table.tinytext td p {
		margin: .25rem 0;
	}

div.spaced {
	clear: both;
	padding: 1rem 0;
	text-align: center;
}

	div.spaced.logos img {
		margin: 1.5rem .5rem;
	}

a {
	text-decoration: underline;
	color: var(--gr);
}

	a:hover {
		color: #edb307;
	}

td {
	padding: 1rem .75rem 1.5rem;
	font-weight: 600;
}

.item-page td > p,
td > p {
	margin: 0 0 1rem;
	font-size: 1.25rem;
}

img.rounded-corner {
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;	
}

ul.no-bullet {
	list-style: none;
	padding: 0;
	margin: 1rem auto;
}

	ul.no-bullet li {
		font-size: 1.5rem;
	}