body {
	font-family: 'DINPro';
	font-weight: 400;
	color: #808080;
	font-size: 18px;
	overflow-x: hidden;
}
a {
	color: #9bc713;
}
a:hover,
a:focus {
	color: #8d8ba0;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a,
.logo,
.form-control,
.btn,
.image-wrapper .image-overlay {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
img {
	max-width: 100%;
	height: auto;
}
.mb-20 {
	margin-bottom: 20px;
}
.header {
	background-color: #3b375c;
	text-transform: uppercase;
	-webkit-box-shadow: -3px 8px 26px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: -3px 8px 26px rgba(0, 0, 0, 0.8);
	box-shadow: -3px 8px 26px rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 1000;
}
.header .header-inner {
	padding: 40px 0;
}
.header .side-section {
	float: right;
}
.header .logo:hover {
	margin-left: 10px;
}
.header .log {
	text-decoration: underline;
	display: inline-block;
	padding: 3px 15px 8px 0;
	border-right: 1px solid #fff;
	margin-right: 10px;
}
.header .join-info {
	text-align: right;
	font-size: 16px;
	color: #ffffff;
	padding: 25px 0 5px;
}
.header .form-group {
	margin-right: 10px;
}
.header .form-control {
	border: 1px solid #fff;
	text-transform: uppercase;
	max-width: 144px;
}
.header .form-control:focus {
	background-color: transparent;
	border: 0;
	color: #fff;
}
.header .btn {
	text-transform: uppercase;
	min-width: 145px;
}
.header-menu {
	background-color: #292640;
}
.social {
	display: inline-block;
}
.social .fa-stack {
	color: #a1abc0;
}
.social .fa-stack:hover,
.social .fa-stack:focus {
	color: #fff;
	text-decoration: none;
}
.social .fa-inverse {
	color: #1f3668;
}
.site-highlight {
	background-color: #9bc713;
	padding: 40px 0;
	border-bottom: 1px solid #7c9711;
}
.site-highlight h2 {
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.6;
}
.site-highlight .btn {
	margin-top: 10px;
}
.thumb-wrapper {
	background-color: #bfbeca;
	padding: 60px 0 30px;
}
.paralax {
	padding: 135px 0;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.stationary {
	background-image: url(/wp-content/uploads/2022/02/Photo-1-scaled.jpg);
	text-transform: uppercase;
	text-align: center;
	background-size: cover !important;
    background-repeat: no-repeat;
}
.stationary h3 {
	color: #9bc713;
	margin-top: 0;
}
.stationary h3:after {
	border-bottom: 2px solid #9bc713;
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 50%;
}
.stationary h4 {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 30px
}
.stationary h3,
.stationary h4 {
	font-size: 20px;
	line-height: 1.6;
}
.footer {
	background-color: #292640;
	padding: 40px 0;
	color: #ffffff;
	text-align: center;
}
.footer-tag {
	font-size: 24px;
	padding-bottom: 30px;
}
.franchise {
	display: inline-block;
}
.franchise li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	min-height: 74px;
}
.franchise li a {
	color: #fff;
}
.franchise li a img {
	display: block;
	margin: 5px 0;
}
.footer .address {
	padding: 30px 0;
	text-transform: uppercase;
}
.shadow {
	-webkit-box-shadow: 1px 4px 26px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 4px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 4px 26px rgba(0, 0, 0, 0.3);
	position: relative;
}
.mission {
	color: #3b375c;
	text-align: center;
	border-bottom: 3px solid #3b375c;
}
.mission h2 {
	font-weight: 300;
	font-size: 55px;
	border-top: 3px solid #3b375c;
	border-bottom: 3px solid #3b375c;
	margin: 0;
	padding: 4px 0 8px;
}
.mission .txt {
	font-size: 34px;
	line-height: 1.5;
	padding: 20px 0 31px;
}
.innerpage-padding {
	padding-top: 70px;
}
.content {
	padding: 10px 0 70px;
	margin-top:20px;
	margin-bottom:20px;
}
.content h2 {
	color: #3b375c;
	font-size: 32px;
	margin: 0 0 30px;
}
.content p {
	font-size: 24px;
	margin-bottom: 30px;
}
.carousel-control {
	bottom: 0;
	color: #e9e6e2;
	font-size: 54px;
	height: 54px;
	left: 5%;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 50%;
	width: 54px;
	margin-top: -27px;
	z-index: 100;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.carousel-control.right {
	background-image: none;
	left: auto;
	right: 5%;
}
.carousel-control.left {
	background-image: none;
	right: auto;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #ffffff;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	width: 100%;
}
.form-control {
	border-radius: 0;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn {
	border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}
.btn-default {
	color: #7c7c7c;
	border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-primary {
	background-color: #1f3668;
	border-color: #1f3668;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #8d8ba0;
	border-color: #fff;
}
.thumbnail {
	padding: 0;
	border: 0;
	position: relative;
	margin-bottom: 30px;
}
.thumbnail figure {
	overflow: hidden;
}
.thumbnail figure img,
.thumbnail .caption,
.thumbnail .caption,
.thumbnail .caption span:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumbnail a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.thumbnail .caption {
	background-color: #292640;
	color: #ffffff;
	padding: 12px 20px;
	text-transform: uppercase;
	position: relative;
	margin-top: 15px;
}
.thumbnail .caption h4 {
	font-size: 36px;
	position: relative;
	z-index: 1;
	margin: 0;
}
.thumbnail .caption span:after {
	background-color: #292640;
	content: "";
	height: 70px;
	position: absolute;
	width: 70px;
	right: 30px;
	top: -32px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thumbnail a:hover .caption {
	margin-top: 5px;
	background-color: #9bc713;
}
.thumbnail a:hover .caption span:after {
	width: 50px;
	height: 50px;
	top: -20px;
	background-color: #9bc713;
}
.breadcrumb {
	border-bottom: 1px solid #959595;
	text-transform: uppercase;
	background-color: transparent;
	color: #3b375c;
	margin-top: 20px;
	padding-left: 0;
	border-radius: 0;
}
.breadcrumb a {
	color: #3b375c;
}
.mb {
	margin-bottom: 20px;
}
.image-wrapper {
	position: relative;
}
#content img.wp-post-image {
	display: block;
	margin: 10px auto;
}
.image-wrapper {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.image-wrapper > a > img {
	margin: 0 !important;
}
.image-wrapper .image-overlay-before {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	padding: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.image-wrapper .image-overlay-before h2 {
	color: #fff;
	margin-bottom: 0;
}
.image-wrapper .image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
}
.image-wrapper:hover .image-overlay {
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-wrapper .image-content {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	padding: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.image-wrapper .image-content p {
	margin-bottom: 0;
}
.image-content {
	word-wrap: break-word;
	margin-bottom: 20px;
}

.image-content p {
	font-size: 16px;
	margin-bottom: 10px;
}
.individual {
	background: url(../images/individual-donate-button-bg.png) no-repeat center center;
}
.corporate {
	background: url(../images/corporate-donate-button-bg.png) no-repeat center center;
}
.large-donate-button-holder {
	float: left;
	width: 100%;
	height: 295px;
}
.donate-button-holder-text {
	margin: 130px 0 0 0;
	padding: 0 40px 20px 40px;
}
.donate-button-holder-text p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	width: 75%;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.donate-button-holder-text p img {
	display: block;
	text-align: left;
	margin-top: 20px;
}

.sponsor-hd {
	background-color: #9bc713;
    color: #fff;
    padding: 10px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    padding: 0px 1px!important;
}

@media (max-width: 1199px) {
	.header .form-group {
		margin-right: 6px;
	}
	.mission .txt {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.header .header-inner {
		text-align: center;
	}
	.header .top {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #4c4871;
	}
	.header .side-section {
		float: none;
	}
	.header .log {
		padding: 0 15px 5px 0;
	}
	.header .join-info {
		text-align: center;
	}
	.thumbnail .caption h4 {
		font-size: 24px;
	}
	.thumbnail .caption span:after {
		height: 50px;
		top: -17px;
		width: 50px;
	}
	.paralax {
		padding: 50px 0;
	}
	.mission h2 {
		font-size: 32px;
	}
	.mission .txt {
		font-size: 24px;
	}
	.content h2 {
		font-size: 24px;
	}
	.content p {
		font-size: 18px;
	}
	.innerpage-padding {
		padding-top: 40px;
	}
	.donate-button-holder-text p {
		width: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.header .form-group {
		margin-right: 0;
	}
	.header .form-control {
		max-width: none;
	}
	.header .log {
		padding: 0 8px 2px 0;
		margin-right: 3px;
		position: relative;
		top: 2px;
	}
	.header .join-info {
		font-size: inherit;
		padding-top: 15px;
	}
	.site-highlight,
	.paralax {
		padding: 20px 0;
	}
	.site-highlight h2 {
		text-align: center;
		font-size: 16px;
	}
	.thumb-wrapper {
		padding: 20px 0 0;
	}
	.stationary h3,
	.stationary h4 {
		font-size: 16px;
	}
	.footer-tag {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.footer .address {
		padding: 10px 0;
	}
	.mission h2 {
		font-size: 24px;
	}
	.mission .txt {
		font-size: 18px;
	}
	.content h2 {
		font-size: 18px;
	}
	.content p {
		font-size: inherit;
	}
	.innerpage-padding {
		padding-top: 20px;
	}
	.donate-button-holder-text p {
		width: 50%;
	}
	#mega-menu-wrap-header-menu { max-width: 100%; margin: 0px auto;}
	#mega-menu-wrap-header-menu .mega-menu-toggle:before { float: right; }
	.header-signup_wrapper .gform_footer { width: 80% !important; margin-top: 10px !important; }
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after { display: inline; }
}
@media (max-width: 640px) {
	.donate-button-holder-text p {
		width: 75%;
	}
}
@media (max-width: 480px) {
	.donate-button-holder-text p {
		width: 100%;
	}
}


/*#donate-popup .modal-content{
	margin-top: 100px !important;*/
}
