@import url('open-sans/style.css');
@import url('fontkit/style.css');
body {color:#000000; font-family: 'Open Sans'; font-size:16px; margin: 0; padding: 0;}
a, a:hover, .header-top-bar a img, .header-top-bar a:hover img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.zEditorHTML p {
	line-height: 1.5em;
}
.zEditorHTML h2 {
	font-weight: normal;
}
.z-button, .z-content-subpage-button, .z-content-subpage-button:link {
	background: #D08215;
	background-color: #D08215;
}
img{max-width: 100%;}
.helvetica {
	font-family: 'Helvetica Bold';
}
header.header {
	border-bottom: 8px solid #455e2c;
}
.header .logo a, .header .logo a img, .main-menu ul, .main-menu li, .main-menu a, .header-top-bar a, .header-top-bar a img {
	float: left;
}
.header .logo {
	margin: 30px 0 15px 0;
}
.main-menu ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li {
	padding-bottom: 10px;
}
.main-menu ul li a {
	font-size: 17px;
	text-decoration: none;
	color: #000;
	padding: 60px 15px 10px 15px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	margin-left: -1px;
}
.main-menu ul li:hover a, .main-menu ul .drop-down .link a:hover {
	/*color: #455e2c;*/
}
.main-menu ul li a span.z-arrow-right-10 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 8px 0 0 10px;

	border-width: 8px;
	border-left-color:#455e2c;
}
.main-menu ul li:hover a span.z-arrow-right-10 {
	border-left-color:#000;
}
.main-menu ul .drop-down {
	display: none;
}
.main-menu ul li:hover .drop-down {
	display: block;
}
header.header .z-container {
	position: relative;
}
.main-menu ul .drop-down {
	background-color: #455e2c;
	padding: 40px;
	position: absolute;
	top: 169px;
	z-index: 999;
	margin: 0;
	left: 0;
	width: 100%;
}
.main-menu ul .drop-down .z-t-30 {
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0;
}
.main-menu ul .drop-down .links {
	float: left;
	width: 55%;
}
.main-menu ul .drop-down .left, .main-menu ul .drop-down .right {
	float: left;
	width: 50%;
}
.main-menu ul .drop-down .link {
	float: left;
	width: 100%;
	padding: 0 10% 0 0;
}
.main-menu ul .drop-down .link a {
	color: #fff;
	margin: 10px 0;
	padding: 0;
	border: none;
}
.main-menu ul .drop-down img.menu-img {
	float: right;
	max-width: 45%;
}
.header-top-bar {
	background-image: url('../images/top-bar-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header-top-bar a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	white-space:nowrap;
	margin: 8px 19px 8px 0;
}
.header-top-bar a:hover {
	color: #d08215;
}
.header-top-bar a img {
	border: 1px solid #fff;
	margin: 2px 5px 0 0;
}
.header-top-bar a:hover img {
	border: 1px solid #d08215;
}


.footer-newsletter .z-t-36, .footer-newsletter {
	float: left;
}
.signup-form {
	float: right;
}
section.footer-newsletter {
	background-color: #455e2c;
	color: #fff;
}
section.footer-newsletter .z-t-36 {
	font-family: Open Sans Light;
}
.signup-form input[type="text"] {
	width: 400px;
	border: none;
	font-style: italic;
	font-size: 20px;
	padding: 5px 8px;
}
.signup-form input[type="submit"], .signup-form .subscribe_btn {
	font-size: 20px;
	padding: 5px 35px;
	margin-left: 10px;
	background-color: #e89725;
	text-decoration: none;
	color: #fff;
}
.footer-newsletter .signup-form {
	padding: 7px 0 0 0;
}


footer.footer {
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.footer-box {
	float: left;
	width: 20%;
}
.footer-box, .footer-box ul li a {
	color: #fff;
}
.footer-box .z-t-18, .footer-box a.map {
	font-weight: bold;
	color: #d08215;
}
.footer-box ul, .footer-box ul li, .footer-box ul li a {
	float: left;
}
.footer-box ul {
	margin: 0;
	padding: 5px 0 0 0;
}
.footer-box ul li {
	width: 100%;
	list-style: none;
	margin: 3px 0;
}
.footer-box ul li a, .footer-box a.map:hover, .footer .copyright a {
	text-decoration: none;
}
.footer-box ul li a:hover, .footer .copyright a:hover {
	text-decoration: underline;
}
.footer .copyright, .footer .copyright a {
	color: #CCC;
}
.footer .copyright .divi {
	display: inline-block;
	background-color: #CCC;
	width: 1px;
	height: 17px;
	margin: 0 15px -4px 15px;
}

section.slider:after {
	content: '';
	width: 100%;
	background-color: #455e2c;
	height: 40px;
	float: left;
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: -20px;
	opacity: .46;
}

section.page-banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
section.page-banner .small-heading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Open Sans Light;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -55px;
}
section.page-banner h1 {
	font-family: Open Sans Light;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 65px 0;
}

.sponsors-heading {
	font-family: Open Sans Light;
	text-align: center;
	color: #455E2C;
}

.sponsors-slider {
	margin: 40px 0;
}
.sponsors-slider-container {
	padding: 0 100px;
}
.sponsors-slider .sponsors-slide {
	color: #FFFFFF;
	font-style: italic;
}
.sponsors-slider.content-slider .slider-previous-button {
	background-color: rgba(69, 94, 44, .85);
	width: 43px;
	height: 86px;
	padding: 0;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sponsors-slider.content-slider .slider-previous-button:hover {
	background-color: rgba(69, 94, 44, 1);
}
.sponsors-slider.content-slider .slider-next-button {
	background-color: rgba(69, 94, 44, .85);
	width: 43px;
	height: 86px;
	padding: 0;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sponsors-slider.content-slider .slider-next-button:hover {
	background-color: rgba(69, 94, 44, 1);
}

.sponsors-slider .sponsor {
	float: left;
	display: inline-block;
	width: 23%;
	margin: 0 1%;
}
.sponsors-slider .sponsor img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and ( max-width: 767px ) {
	.sponsors-slider .sponsor {
		width: 48%;
		margin: 5px 1%;
	}
}

@media screen and ( max-width: 480px ) {
	.sponsors-slider-container {
		padding: 0;
	}
	.sponsors-slider .slider-previous-button {
		display: none;
	}
	.sponsors-slider .slider-next-button {
		display: none;
	}
}






.secondarySponsors {
	margin-bottom: 40px;
}
.secondarySponsors .secondarySponsor {
	display: inline-block;
	margin: 0 10px;
}



.donate-menu-link{background-color:#455e2c !important; color:#FFF !important; display:block !important; margin-top:50px !important; margin-left:5px !important; padding:10px !important;}


@media screen and (max-width: 1362px) {
	.donate-menu-link{ margin-top:25px !important; margin-left:5px !important; padding:8px !important;}
	.header-top-bar {
		background-size: cover;
	}
	.header-top-bar a {
		font-size: 12px;
		margin: 8px 4% 8px 0;
		width: 20%;
	}
 
	.header-top-bar .header-top-bar-line1 {
		float: left;
		clear: both;
		display: block;
		width: 100%;
	}
	.header-top-bar .header-top-bar-line2 {
		float: left;
		clear: both;
		display: block;
		width: 100%;
	}

	.header .logo {
		margin: 15px 0;
		width: 200px;
	}
	.main-menu ul li a span.z-arrow-right-10 {
		display: none;
	}
	.main-menu ul .drop-down {
		top: 191px;
	}
	.main-menu ul li a {
		padding: 35px 8px 10px;
	}
	section.page-banner {
		background-size: cover;
	}

	.signup-form input[type="text"] {
		width: 320px;
	}
}

@media screen and (max-width: 992px) {
	header.header {
		border-bottom: 0 solid #455e2c;
	}

	.header-top-bar {
		padding: 0 1%;
		box-sizing: border-box;
	}
	.header-top-bar a {
		width: 22%;
		margin-right: 2%;
	}

	.header .logo {
		width: 100%;
		margin: 0;
		padding: 20px;
		text-align: center;
	}
	.header .logo a, .header .logo a img {
		float: none;
	}


	.z-mobileMenuDiv, .z-mobileMenuButton {
		background-color: #455e2c;
	}

	section.footer-newsletter .z-t-36 {
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.signup-form {
		float: none;
		text-align: center;
		width: 100%;
	}
	.signup-form input[type="text"] {
		width: 320px;
	}

	footer.footer {
		box-sizing: border-box;
		padding-left: 1%;
		padding-right: 1%;
	}

	.footer-box {
		width: 25%;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-box ul li {
		text-align: center;
	}
	.footer-box ul li a {
		float: none;
		display: block;
	}
	.footer-box.foo-add {
		float: none;
		clear: both;
		margin: 0 auto 40px;
		width: 50%;
		text-align: center;
	}
	.footer-box ul {
		padding: 0;
	}

	footer.footer .copyright {
		text-align: center;
		line-height: 2em;
	}

	section.page-banner .small-heading {
		margin-top: -45px;
	}

	section.page-banner h1 {
		padding: 35px 0;
	}
}

@media screen and (max-width: 767px) {
	.header-top-bar {
		display: none;
	}
	.header .logo {
		margin: 0;
		max-width: 100%;
		padding: 15px;
	}
	.z-mobileMenuDiv {
		z-index: 999;
	}

	.signup-form input[type="text"] {
		max-width: 80%;
		margin-bottom: 20px;
	}
	.signup-form input[type="submit"] {
		margin: 0;
	}

	footer.footer .z-container {
		display: table;
	}
	.footer-box {
		display: table-footer-group;
		width: 80%;
		margin: 0 10%;
		padding: 40px 0 0;
	}
	.footer-box ul {
		width: 100%;
	}
	.footer-box.foo-add {
		display: table-header-group;
	}

	footer.footer .copyright {

	}

	section.page-banner h1 {
		font-size: 36px;
	}

	footer.footer .footer-service {
		display: block;
	}
}
section.page-banner.default {
	background-image: url('../images/visit-banner.jpg');
}
section.nor-page-title h1.z-h-35 {
    font-family: Open Sans Light;
    color: #455e2c;
}
.nor-page-con h2 a, .nor-page-con .z-h-24 a {
    color: #000;
    text-decoration: none;
}
.nor-page-con h2 a:hover, .nor-page-con .zcontent-readmore-link strong a:hover, .nor-page-con .z-h-24 a:hover {
    text-decoration: underline;
}
.nor-page-con .zcontent-readmore-link strong a {
    font-weight: bold;
    color: #455e2c;
    text-decoration: none;
}
.nor-page-con .zcontent-subpage-div {
    margin-top: 20px;
}
