@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mulish&display=swap);
body {
	background:#f8eeff url(../easter-bg.jpg);
	color:#404040;
	font-family:"Mulish", sans-serif;
	font-size:16px
}
.breadcrumb {
	background-color:#eee8d0;
	display:inline-flex;
	padding:1px 11px 3px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px
}
h1, h2, h3 {
	font-family:"Oswald", sans-serif;
	color:#006744
}
h3 {
	margin-top:20px
}
h4 {
	font-weight:700;
	margin:15px 0 0
}
#cssmenu>ul li a, a, a:active {
	color:#618383;
transition:all .5s ease 0s
}
a:hover {
	color:#376968
}
.topStruc {
	margin:0 0 5px;
	background-color:#ac9385;
	color:#f6e9e2;
	border-bottom:4px outset #ab8875;
	-webkit-box-shadow:0 6px 6px -6px #000;
	-moz-box-shadow:0 6px 6px -6px #000;
	box-shadow:0 6px 6px -6px #000
}
.logoStruc {
	overflow:hidden
}
.logoStruc img {
	background:-webkit-linear-gradient(#ffb23f, #ffb23f, #ffec93, #ffec93, #ffec93, #ffb23f);
	background:-o-linear-gradient(#ffb23f, #ffb23f, #ffec93, #ffec93, #ffec93, #ffb23f);
	background:-moz-linear-gradient(#ffb23f, #ffb23f, #ffec93, #ffec93, #ffec93, #ffb23f);
	background:linear-gradient(#ffb23f, #ffb23f, #ffec93, #ffec93, #ffec93, #ffb23f);
	padding:0 10px;
}
#cssmenu {
	line-height:15px;
	text-align:left
}
#cssmenu>ul {
	width:auto;
	list-style-type:none;
	padding:0;
	margin:12px 0 4px;
	float:right
}
#cssmenu>ul li#responsive-tab, .rhtCont br {
	display:none
}
#cssmenu>ul li {
	display:inline-block;
*display:inline;
	zoom:1
}
#cssmenu>ul li.right {
	float:right
}
#cssmenu>ul li.has-sub {
	position:relative
}
#cssmenu>ul li.has-sub ul li, #cssmenu>ul li.has-sub:hover ul {
	display:block
}
#cssmenu>ul li.has-sub ul {
	display:none;
	width:250px;
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
	background:#fff;
	border:1px solid #ece6e8;
	border-bottom:3px solid #d9ced2;
	border-top:0 none
}
#cssmenu>ul li.has-sub>a {
	background-image:url(/img/caret.png);
	background-repeat:no-repeat;
	background-position:90% -95%
}
#cssmenu>ul li.has-sub>a.active, #cssmenu>ul li.has-sub>a:hover {
	background:#711800 url(/img/caret.png)no-repeat;
	background-position:90% 195%
}
#cssmenu>ul li a {
	display:block;
	padding:12px 22px 11px;
	text-decoration:none;
	color:#fff;
	background-color:#95725f;
	margin:0 2px
}
#cssmenu>ul li a.active, #cssmenu>ul li a:hover {
	background:#711800;
	color:#ff9;
	text-shadow:0 1px 0#000;
transition:all .5s ease 0s
}
@media (max-width:600px) {
#cssmenu>ul {
width:100%
}
#cssmenu>ul li#responsive-tab {
display:block;
background-color:#de302b
}
#cssmenu>ul li#responsive-tab a {
background:url(/img/menu.png)no-repeat;
background-position:95% -35%
}
#cssmenu>ul li#responsive-tab a:hover {
background-color:#711800;
background-position:95% 135%
}
#cssmenu>ul li {
display:none
}
#cssmenu>ul li.right {
float:none
}
#cssmenu>ul li.has-sub {
position:relative
}
#cssmenu>ul li.has-sub ul {
display:block;
position:static;
width:100%;
background:#fff;
border:0
}
#cssmenu>ul li.has-sub ul li {
display:block!important
}
#cssmenu>ul li.has-sub ul li a span {
display:block;
padding-left:24px
}
#cssmenu>ul li.has-sub>a {
background-image:none
}
}
@media (min-width:600px) {
#cssmenu>ul>li.collapsed {
display:inline-block!important;
*display:inline;
zoom:1
}
#cssmenu>ul ul li.collapsed {
display:block!important
}
}
.contWrap, .introLft {
	background-color:#fff
}
.contWrap {
	margin-top:15px;
	border:4px solid #818e97;
	-webkit-box-shadow:0 0 6px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 6px 3px rgba(0, 0, 0, .5);
	box-shadow:0 0 6px 3px rgba(0, 0, 0, .5)
}
.introLft {
	padding:6px
}
.introTxt {
	background:rgba(255, 255, 255, .4);
	padding:6px;
	font-size:1.1em;
	line-height:128%
}
.introTxt h1, .lftCont h2 {
	text-align:center
}
.contMain {
	overflow:hidden;
	margin:15px 0
}
.lftCont, .rhtCont {
	border:1px solid #fff;
	min-height:1px;
	background:rgba(255, 255, 255, .3)
}
.card-wrap {
	border-bottom: 1px dotted #dcdfd6;
	padding:14px 6px 10px;
	margin-bottom:12px
}
.copy-text {
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#4c80a4;
	padding:4px 17px;
	border-radius:20px;
	color:#fff;
	font-weight:400;
transition:all .5s ease 0s
}
@media (min-width:401px) and (max-width:500px) {
.copy-text {
margin-left:0;
padding:4px 9px
}
}
.copy-text:active, .copy-text:focus, .copy-text:hover {
	color:#edf8ff;
	background-color:#33668a
}
.card-wrap p {
	font-size:20px;
	padding:0 20px
}
@media (max-width:767px) {
.card-wrap p {
font-size:17px;
padding:0 9px
}
}
.msg-wrap {
	border-bottom:1px dotted #b9b9b9;
	padding:11px 0 15px;
	margin:0 15px
}
.msg-wrap p {
	margin:0 2px
}
.img-wrap {
	display:table;
	background-color:#f4f4f4;
	padding:10px;
	border:1px solid #ededed;
	margin:0 auto 20px;
	-webkit-box-shadow:0 6px 6px -6px #000;
	-moz-box-shadow:0 6px 6px -6px #000;
	box-shadow:0 6px 6px -6px #000
}
.share-wrap {
	text-align:left
}
.download-wrap {
	text-align:right;
	padding-top:6px
}
.download-btn {
	background-color:#446e7e;
	padding:4px 18px;
	border-radius:10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
transition:all .5s ease 0s
}
.download-btn:active, .download-btn:focus, .download-btn:hover {
	color:#fff;
	background-color:#4c80a4;
	text-decoration:none
}
@media (max-width:767px) {
.share-wrap {
margin-bottom:6px;
border-bottom:1px solid #e4e4e3
}
.download-wrap, .share-wrap {
text-align:center
}
}
.share-buttons {
	padding:6px 4px 0;
	border-radius:20px;
	border-top:unset;
	border-bottom:unset
}
.share-buttons p {
	font-weight:600;
	font-size:11px;
	margin-bottom:0;
	float:left;
	margin-top:11px;
	text-align:left;
	padding:0 6px 0 0
}
.share-buttons img {
	padding:8px 4px;
	width:unset;
	border:0;
	max-width:30px
}
@media (max-width:767px) {
.share-buttons img {
padding:6px 4px;
max-width:26px
}
}
.footNav li a, .share-buttons a, .share-buttons a:active, .share-buttons a:hover {
	text-decoration:none
}
.share-wrap .share-buttons {
	margin:0 0-11px;
	background:0 0;
	border:0
}
@media (max-width:767px) {
.share-wrap .share-buttons {
margin:0 auto 5px;
border:0
}
.share-buttons p {
margin-top:8px
}
}
.rhtCont {
	margin:0 0 10px;
	padding-bottom:10px;
	line-height:150%;
	font-size:16px
}
.rhtCont a, .rhtCont a:active, .rhtCont a:link, .rhtCont a:visited {
	padding:3px;
	background:rgba(235, 235, 235, .4);
	margin-bottom:4px;
	text-decoration:none;
transition:all .5s ease 0s;
	display:block;
	line-height:120%
}
.rhtCont a:hover {
	background:rgba(235, 235, 235, .7)
}
.bannWrap {
	width:92%;
	overflow:hidden;
	text-align:center;
	min-height:90px;
	margin:6px 15px
}
.searchWrap {
	width:98%;
	max-width:250px;
	padding:16px 10px;
	margin:6px auto;
	line-height:150%;
	text-align:center
}
.searchWrap input[type=text] {
	width:100%
}
.footStruc {
	overflow:hidden;
	margin:5px 15px
}
.bannerFoot, .bannerFoot2 {
	padding:6px;
	text-align:center;
	margin:15px 0
}
.bannerFoot2 {
	width:auto;
	max-width:200px
}
.backNav, .footNav {
	clear:both;
	overflow:hidden;
	padding:10px;
	display:table;
	margin:0 auto
}
.backNav ul, .footNav ul {
	padding-left:0
}
.footNav li {
	background-color:#005516;
	border:2px solid #005516;
	margin:4px;
	padding:4px 10px;
transition:all .5s ease 0s
}
.footNav li a {
	color:#e4f8e9;
	display:block
}
.footNav a:hover, .footNav li:hover {
	background:0 0;
	color:#005516!important
}
.backNav li, .backNav ul, .footNav li, .footNav ul {
	display:inline-block;
	list-style:none
}
.backNav li {
	background-color:#dc6f04;
	border-bottom:4px solid #993d00;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:8px;
	text-align:center;
	font-size:1.5em;
	color:#fcf2bb;
	font-weight:700;
	line-height:150%;
	-webkit-box-shadow:0 4px 6px -6px #000;
	-moz-box-shadow:0 4px 6px -6px #000;
	box-shadow:0 4px 6px -6px #000
}
.backNav li a {
	color:#fdf3c0;
	padding:10px 20px;
	font-size:18px;
	text-decoration:none;
	font-weight:500
}
.backNav li:hover {
	background-color:#dc3704;
	border-bottom:4px solid #922200;
	color:#ffed00;
	text-decoration:none
}
.backNav li, .button, .button:hover {
transition:all .5s ease 0s
}
.button {
	display:block;
	margin:8px auto 0;
	max-width:140px;
	background-image:linear-gradient(#ee5e05, #792410);
	font-size:17px;
	color:#ff9!important;
	padding:8px 0
}
.button:hover {
	text-decoration:none;
	background-image:linear-gradient(#792410, #ee5e05)
}
.center-block {
	float:none;
	margin-left:auto;
	margin-right:auto
}
.light {
	opacity:.6
}
#myBtn {
	display:none;
	position:fixed;
	bottom:20px;
	right:30px;
	z-index:99;
	font-size:18px;
	border:0;
	outline:0;
	background-color:red;
	color:#fff;
	cursor:pointer;
	padding:0;
	border-radius:50%;
	-webkit-box-shadow:0 0 7px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow:0 0 7px 5px rgba(0, 0, 0, .6);
	box-shadow:0 0 7px 5px rgba(0, 0, 0, .6)
}
#myBtn:hover {
	background-color:#555
}
ol.message li, ul.message li {
	padding:10px 6px;
	border-bottom:1px dotted #999
}
.inpageWrap{width:auto;overflow:hidden;text-align:center;margin-top:20px}
.inpageWrap ul, .inpageWrap li{list-style:none;display:inline-block;text-align:center;padding-left:0;margin-left:0}
.inpageWrap a{display:block;background:#486600;border:2px solid #e9f3ff;padding:6px 15px;line-height:110%;margin:2px;color:#fff;text-decoration:none;transition:all 0.5s ease 0s;}
.inpageWrap a:hover{background:#660035;border:2px solid #fff;color:#FFFE86; text-decoration:none}
.border-none {border:none}