/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
	padding-top: 127px;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	z-index: 1000;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: #036803;
}

#header .section {
	height: 127px;
}

#header .logo {
	float: left;
	width: 271px;
	margin: 19px 0 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header #navigation {
	position: absolute;
	right: 0;
	top: 93px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 32px;
	padding: 0;
	list-style: none;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #036803;
	/* text-transform: uppercase; */
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#header #navigation ul li.hasSub>a:after {
	content: "▾";
	display: inline-block;
	margin-left: 0;
}

#header #navigation ul li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -93px;
	height: 5px;
	background: #e2223a;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
/*	-webkit-transform: translate(0, 4.5em);
	-moz-transform: translate(0, 4.5em);
	transform: translate(0, 4.5em);
	-webkit-transition: left 0.3s, right 0.3s, transform 0.4s, opacity 0.3s, visibility 0.3s;
	-moz-transition: left 0.3s, right 0.3s, transform 0.4s, opacity 0.3s, visibility 0.3s;
	transition: left 0.3s, right 0.3s, transform 0.4s, opacity 0.3s, visibility 0.3s;
*/
}

#header #navigation ul li a {
	display: inline-block;
}

#header #navigation ul li:first-child {
	margin-left: 0;
}

#header #navigation ul li.Current,
#header #navigation ul li.Parent,
#header #navigation ul li:hover {
	color: #e1223a;
}

#header #navigation ul li.Current:after,
#header #navigation ul li.Parent:after,
#header #navigation ul li:hover:after {
	left: -10px;
	right: -10px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transform: translate(0,0);
}

#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 0 0 38px;
	background: #1A2C4B;
	border-top: 8px solid #036803;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 50px;
}

#header #navigation li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
}

#header #navigation li ul li a {
	display: block;
	padding: 7px 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation li ul li:after {
	display: none;
}

#header #navigation li ul li:hover {
	background-color: #3853CA;
	color: #fff;
}

#header #navigation li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	transform: translateY(-2em);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

#Section4 {
	background-color: #e5f0e5;
}
#Section2 {
/*  background: #f0eae5 url(../images/Fern_BG.jpg) no-repeat center top;
    background-size: auto;
  	background-size: cover;
  	color: #fff;
  	*/
}
#Section2 h1, #Section2 h2, #Section2 h3 {
/*	color: #fff;*/
}
/* Slider */

#slider {
	position: relative;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
	background: url(../images/slider-curve.png) no-repeat left bottom;
	background-size: 27.02702702702703%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#slider .overlay .section {
	position: relative;
	height: 100%;
}

#slider .overlay .bird {
	position: absolute;
	left: -131px;
	bottom: -143px;
	width: 259px;
}

#slider .overlay .title {
	position: absolute;
	left: 144px;
	bottom: 35px;
	margin: 0;
	padding: 0;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 54px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000;
}

/* Banner */

#banner {
	position: relative;
}

#banner img {
	display: block;
	width: 100%;
}

#banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*	background: url(../images/banner-curve.png) no-repeat left bottom;
	-webkit-background-size: 22.88851351351351%-webkit-;
	-moz-background-size: 22.88851351351351%;
	background-size: 22.88851351351351%;
	-ms-behavior: url(/backgroundsize.min.htc);
*/
}

#banner .overlay .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#banner .overlay .title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 15px 15px 68px;
	text-transform: uppercase;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 54px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000, 0 0 0.0555555555555556em #000;
}

/* Nav Bar */

#navBar {
	position: relative;
	background: #006600;
	color: #fff;
	text-align: right;
	z-index: 1;
}

#navBar .section {
	padding-top: 32px;
	padding-bottom: 32px;
}

#navBar #subNav ul {
	margin: 0;
	padding: 0;
}

#navBar #subNav ul li {
	position: relative;
	margin: 7px -4px 7px 38px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-transform: capitalize;
}

#navBar #subNav ul li a {
	position: relative;
	display: inline-block;
}

#navBar #subNav ul li:first-child {
	margin-left: 0;
}

#navBar #subNav ul li a:before {
	position: absolute;
	bottom: -0.1em;
	content: "";
	width: 0px;
	height: 0.1em;
	left: 50%;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#navBar #subNav ul li:hover a:before,
#navBar #subNav ul li.Current a:before,
#navBar #subNav ul li.Parent a:before {
	width: 100%;
	margin-left: -50%;
}

#navBar #subNav ul li.hasSub>a:after {
	content: "▾";
	display: inline-block;
	margin-left: 3px;
}

#navBar #subNav li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 0 0 1.9em;
	background: #237818;
	border-top: 0.2em solid #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 50px;
}

#navBar #subNav li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
}

#navBar #subNav li ul li a {
	display: block;
	padding: 7px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#navBar #subNav li ul li a:before {
	display: none;
}

#navBar #subNav li ul li:after {
	display: none;
}

#navBar #subNav li ul li:hover {
	background-color: #fb312e;
	color: #fff;
}

#navBar #subNav li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	transform: translateY(-2em);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#navBar #subNav li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}



/* Gallery */

#gallery {
	background: #ffffff;
	margin-bottom: 12px;
	margin-bottom: 0;
}

#gallery .section {
 	padding-top: 30px;
 /*	padding-bottom: 64px;  */
}

#gallery .title {
	text-align: center;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 36px;
	color: #1b2c4c;
	overflow: hidden;
	margin: 0;
}

#gallery .title span {
	position: relative;
	display: inline-block;
}

#gallery .title span:before,
#gallery .title span:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3.5px;
	width: 1000px;
	height: 7px;
	background: #036803;
}

#gallery .title span:before {
	left: -1023px;	
}

#gallery .title span:after {
	right: -1023px;	
}

#gallery .images {
	margin: 0;
	padding: 0;
}

#gallery .images li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery .images li a {
	display: block;
	overflow: hidden;
}

#gallery .images li img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#gallery .images li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#gallery .images .owl-prev,
#gallery .images .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 53px;
	margin-top: -26.5px;
	text-indent: -9999em;
	background: url(../images/gallery-arrows.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}

#gallery .images .owl-prev {
	left: -50px;	
}

#gallery .images .owl-next {
	right: -50px;	
	background-position: left bottom;
}

/* More Schools */

#moreSchools ul {
	margin: 0;
	padding: 0 4px;
}

#moreSchools ul li {
	float: left;
	margin: 0 0 12px;
	padding: 0 4px;
	list-style: none;
	width: 33.3%;
}

#moreSchools ul li a {
	position: relative;
	display: block;
	height: 131px;
	overflow: hidden;
}

#moreSchools ul li .image {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#moreSchools ul li a:hover .image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#moreSchools ul li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 38px;
	color: #fff;
	line-height: 1.2;
}

#moreSchools ul li .overlay p {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#moreSchools ul li .overlay p span {
	margin: 0;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Footer */

#footer {
	background: #036803;
	color: #fff;
	text-align: center;
}

#footer .section {
	padding-top: 48px;
	padding-bottom: 48px;
}

#footer #links {
	margin-bottom: 35px;
}

#footer #links ul {
	margin: 0;
	padding: 0;
}

#footer #links ul li {
	margin: 0 24px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 18px;
}

#footer #links ul li a {
	display: inline-block;
}

#footer #links ul li a:hover {
	text-decoration: underline;
}

#footer #links ul li ul {
	display: none;
}

#footer .copyright {
	margin: 0;
	font-size: 14px;
	color: #c9c5c5;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 8px;
	top: 48px;
    width: 25px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #262d47;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}


/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
label.error{
	color: red;
	font-weight: normal;
	font-size: 12px;
}
.grecaptcha-badge {
	z-index: 999!important;
}