@charset "UTF-8";
@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');
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}

html,
#tinymce {
	font-size: 16px;
}

body {
	position: relative;
}

/* 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;
}

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;
	font-size: 1rem;
	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;
	}

hr.page-end {
	position: absolute;
	content: '\00a0';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 650px;
	background: transparent url('../../../../../templates/wavetech/images/gad-wave-bg.png') no-repeat center bottom;
	visibility: visible !important;
	z-index: -1;
	border: 0 none;
	filter: opacity(.12);
}

figure.image.right {
	float: right;
	margin: 0 0 1rem 1rem;
}

figure img.shadowed {
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.5);
}

ul.folders {
	margin-left: 1em;
	padding-left: 0;
	list-style: none;
}

	ul.folders li {
		margin: .5rem 0 2rem;
	}

	ul.folders li:before,
	ul.folders li:after {
		clear: both;
		content: '\00a0';
		display: block;
	}

		ul.folders li:after {
			font-size: 0;
		}

	ul.folders li:before,
	p em.icn {
		clear: both;
		display: block;
		float: left;
		margin: 0 1em 1em 0;
		font-style: normal;
		background: transparent url('../../../../../templates/wavetech/images/gad-icons.png') no-repeat;
		background-size: 300% !important;
	}

	ul.folders li:before {
		margin: -.5em 1em 1.5em .25em;
		width: 60px;
		height: 60px;
	}

	ul.folders li {
		margin: 0 !important;
		padding: .75em 0;
	}

		ul.small-icons.folders li {
			padding: 0;
		}

	ul.small-icons.folders li:before {
		width: 35px;
		height: 35px;
		margin-top: 0;
	}

	.small-icons em.icn {
		width: 30px;
		height: 30px;
	}
	
	ul.folders li:before,
	em.icn.folder {
		background-position: 0 0;
	}

	em.icn.arrow {
		background-position: -30px 0;
	}

	em.icn.mail {
		background-position: -60px 0;
	}

	em.icn.pin {
		background-position: 0 -30px;
	}

	em.icn.mobile {
		background-position: -30px -30px;
	}

	em.icn.phone {
		background-position: -60px -30px;
	}

	em.icn.fb {
		background-position: 0 -60px;
	}

	em.icn.ig {
		background-position: -30px -60px;
	}

	em.icn.x {
		background-position: -60px -60px;
	}

em + strong {
	overflow: hidden;
}

h2.ribbon-title {
	display: inline-block;
	min-width: 47%;
	margin: 2em 0 1em !important;
	padding: .15em .5em .25em;
	font-size: 1.5em;
}

figure.sprite {
	margin: 0;
	padding: 1rem;
}

figure.sprite,
h2.ribbon-title,
div.gad-bg {
	background: rgb(255,246,173);
	background: -moz-linear-gradient(107deg, rgba(255,246,173,1) 25%, rgba(250,168,246,1) 100%);
	background: -webkit-linear-gradient(107deg, rgba(255,246,173,1) 25%, rgba(250,168,246,1) 100%);
	background: linear-gradient(107deg, rgba(255,246,173,1) 25%, rgba(250,168,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff6ad",endColorstr="#faa8f6",GradientType=1);
}

figure.squared {
	margin: 0 auto;
}

	figure.squared img {
		height: revert-layer;
		margin-bottom: 1rem;
		border-radius: 1rem;
		box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.35);
		-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.35);
		object-fit: cover;
	}

	td > figure figcaption {
		padding: .5rem .25rem;
		font-size: .9rem;
		font-weight: bold;
		color: #000;
	}

	h2.ribbon-title,
	td > figure figcaption {
		font-family: 'Libre Baskerville', 'Times New Roman', Georgia;
	}

		td > figure figcaption a {
			text-decoration: underline;
		}