@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,500,400,300);

/* /////////////// BASIC /////////////// */
body {
	color: #666666;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}

#page-wrapper .wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gray-bg {
	background-color: #f6f6f6;
}

.dark-bg {
	background-color: #a94440;
	color: #fff;
}

a {
	color: #2156a6;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a:hover {
	color: #2156a6;
}

a#policy {
	text-decoration: underline;
}

a#policy:hover {
	color: #91703B;
}

hr {
	border-top: 1px solid #f1f1f1 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
}

/* /////////////// TYPOGRAPHY /////////////// */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	text-transform: uppercase;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 700;
	margin-top: 0px;
	line-height: 1.3;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
	font-weight: 800;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.page-title {
	margin-bottom: 20px;
	font-weight: 800;
}

h2.page-title {
	margin-bottom: 20px;
	font-weight: 300;
}

.page-title-alt {
	margin-bottom: 30px;
	color: #91703b;
}

.max-width-700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0px;
}

p.lead {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 25px;
}

/* /////////////// BUTTONS /////////////// */
.btn, button {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	outline: none;
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	-o-border-radius: 2px !important;
}

.btn-lg {
	padding: 14px 30px !important;
	display: inline-block;
}

.btn-white {
	background-color: #fff;
	border-color: transparent;
	color: #000;
}
.btn-white:hover {
	filter: brightness(70%);
	border-color: transparent;
}
.modalBtn {
	background-color: #a94440;
	border-color: #a94440;
}
.modalBtn:hover {
	background-color: rgba(169,68,64, 0.9);;
	border-color: #a94440
}

/* /////////////// FORMS /////////////// */
form {
	position: relative;
}

button {
	outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}

button, input, textarea, select {
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 12px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #666666;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	display: inline-block;
	line-height: 1.0;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

input, select {
	font-size: 1rem;
	padding-left: 8px !important;
}

::placeholder {
	color: #999 !important;
}

label {
	font-size: 14px;
	margin-bottom: 6px;
	padding-right: 3px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	display: inline-block;
}

.error {
	color: #a94440;
	font-size: 13px;
}

/* /////////////// HEADER /////////////// */
@font-face { /* Company Logo */
	font-family: 'icomoon';
	src:url('/includes/css/fonts/icomoon.eot?-kkm0vr');
	src:url('/includes/css/fonts/icomoon.eot?#iefix-kkm0vr') format('embedded-opentype'),
	url('/includes/css/fonts/icomoon.ttf?-kkm0vr') format('truetype'),
	url('/includes/css/fonts/icomoon.woff?-kkm0vr') format('woff'),
	url('/includes/css/fonts/icomoon.svg?-kkm0vr#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.cons.header .logo:before {
	font-size: 20px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	top: 4px;
	margin-right: 1rem;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cons.header {
	background-color: #000000;
	height: 40px;
	color: #fff;
}
.cons.header .logo a {
	margin-top: 20px;
}
.cons.header-fixed .logo a {
	margin-top: 20px;
	width: 300px;
}
.cons.header .logo {
	font-size: 13px;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height: 40px;
	padding-top: 0;
	margin-left: -9px;
}

.header {
	text-align: center;
	top: 0px;
	z-index: 1000;
	color: #fff;
	width: 100%;
	height: 99px;
	transition: background-color 200ms ease-in-out 0s;
	-o-transition: background-color 200ms ease-in-out 0s;
	-moz-transition: background-color 200ms ease-in-out 0s;
	-webkit-transition: background-color 200ms ease-in-out 0s;
}

.header-inner {
	padding-left: 30px;
	padding-right: 20px;
	position: relative;
}

.header.header-fixed {
	display: block;
	margin-top: 0 !important;
	position: fixed;
}

.header-fixed .logo a {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 300px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
	padding: 26px 12px;
}

.header2 {
	top: 40px;
	height: 85px;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
	font-size: 26px;
	line-height: 1.6;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

.header-inner .nav-menu-inner.middle {
	height: 85px;
	padding-top: 10px;
}

/* /////////////// MIDDLE HEADER /////////////// */
.schoolName {
	text-align: left;
}
.schoolName h1 {
	font-size: 26px;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400 !important;
	margin-bottom: 8px;
	line-height: 1;
	line-height: 1.3;
	letter-spacing: 0px;
	text-transform: none;
}
.schoolName h5 {
	text-transform: none;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 400 !important;
	margin-bottom: 0;
	line-height: 1;
}
.schoolName a {
	color: #ffffff;
	text-decoration: none;
}

/* /////////////// HERO /////////////// */
.bg-half-170 {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
}
@media (max-width: 767px) {
	.hero > .container {
		top: 70px;
	}
}
.hero > .container {
	position: relative;
	top: 27.5%;
	z-index: 999;
}
.shape {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	fill: #000;
}
.shape > svg {
	-webkit-transform: scale(2);
	transform: scale(2);
	width: 100%;
	height: auto;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	vertical-align: bottom; /* changed to fix mobile view */
}

.schoolLogo {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	position: relative;
}

.e29_29 { 
	width:200px;
	height:140px;	
}

.linkTxt {
	font-size: 1.4rem;/*.875rem*/
}


/* /////////////// ACCORDION /////////////// */
.accordion-section {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.accordion-section:last-child {
	border-bottom: 1px solid #ccc;
}
.accordion-title {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 20px 20px;
	margin: 0px;
}
.accordion-title.active {
	color: #91703b;
}
.accordion-title:before {
	content: "\f105";
	display: block;
	font-family: "Font Awesome 5 Free",sans-serif;
	position: absolute;
	right: 18px;
}
.accordion-title.active:before {
	content: "\f107";
}
.accordion-content.default-hidden {
	display: none;
	margin: 0;
}
.accordion-content {
	padding: 0 20px 10px;
	text-align: left;
}

/* /////////////// MODAL /////////////// */
body.modal-open .header.header-fixed {
	width: calc(100vw - 17px); /* hack to override Bootstrap */
}

.modal label {
	font-weight: 800;
}

.modal btn {
	font-weight: 800;
}

.modal-header {
	background-color: lightgray;
}

#modal p {
	margin-bottom: .5rem;
}

/* /////////////// SPACING /////////////// */
.spacer-15 {
	height: 15px;
	width: 100%;
}

.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-60 {
	padding: 60px;
}

.pt-70 {
	padding-top: 40px;
}

.pb-80 {
	padding-bottom: 60px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.plt-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-0 {
	margin-bottom: 0px;
}
/* /////////////// SPACING /////////////// */

.leadin {
	color: #2156a6;
}

.activate {
	display: none;
}

@media (max-width: 767px) {
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.intro-title {
		letter-spacing: 0;
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.mb-sm-30 {
		margin-bottom: 30px;
	}
}
@media all and (max-width:1024px) {
	body.modal-open .header.header-fixed {
		width: 100%;
	}
	.nav-menu {
		background:#1a73e8;
	}
}

@media all and (max-width: 1024px) {
	.header .logo a {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 240px;
		transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	.header-inner {
		padding-right: 30px;
	}
	.nav-menu {
		background: #1a73e8;
	}
}

/* /////////////// NAVIGATION MENU /////////////// */
.nav-menu {
	position: static;
	float: right;
	display: block;
}

.nav-menu.active {
	display: block;
}

.nav-menu ul.nav-menu-inner {
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;	
	list-style: none;
}

.nav-menu ul.nav-menu-inner > li {
	display: inline-block;
	list-style: none;
	text-align: center;
}

.nav-menu ul.nav-menu-inner > li > a {
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
	padding: 33px 12px;
}

.nav-menu-icon {
	display: none;
	float: right;
}

.nav-menu-icon a {
	color: #fff;
	display: block;
	font-size: 17px;
	padding: .8rem 0 0 0;
}

.nav-menu-icon.active a, .nav-menu-icon > a.active,
.nav-menu-icon:hover a, .nav-menu-icon > a:hover,
.nav-menu ul.nav-menu-inner li.active > a,
.nav-menu ul.nav-menu-inner li > a.active,
.nav-menu ul.nav-menu-inner li:hover > a,
.nav-menu ul.nav-menu-inner li > a:hover,
.header-fixed .nav-menu ul.nav-menu-inner li > a.current,
.header-fixed .nav-menu ul.nav-menu-inner li.current > a {
	color: rgba(255, 255, 255, .6);
}

/* Dropdown-menu */
.nav-menu > ul li {
	position: relative;
}

@media all and (max-width: 1024px) {
	.nav-menu ul.nav-menu-inner li {
		display: block;
		width: 100%;
	}

	.nav-menu {
		position: fixed;
		top: 40px;
		left: 0;
		float: none;
		display: block;
		width: 100%;
		overflow-y: auto;
		display: none;
		z-index: 999;
	}

	.nav-menu-icon, .header-fixed .nav-menu-icon {
		display: inline-block;
		float: right;
	}

	.nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
		padding: 20px 12px;
		border-top: 1px solid #000;
	}

	.nav-menu ul.nav-menu-inner li.btn-item, .header-fixed .nav-menu ul.nav-menu-inner li.btn-item {
		padding: 20px 12px;
		border-top: 1px solid #000;
	}
}

/* /////////////// ROUND ICONS /////////////// */
.icon-top {
	background-color: #f5f5f5;
	display: inline-block !important;
	font-size: 23px;
	color: #333;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	margin-bottom: 30px;
}
.content-box {
	position: relative;
}
.content-box:hover .icon-top {
	background-color: #c7a674;
	color: #fff;
}

/* /////////////// PRELOADER /////////////// */
#preloader {
	background-color: rgba(255, 255, 255, 1);
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999999;
}

.site-spinner {
	border: 2px solid #ddd;
	font-size: 44px;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -22px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: site-spin 1s linear infinite;
	-moz-animation: site-spin 1s linear infinite;
	animation: site-spin 1s linear infinite;
	border-top-color: #333;
}

@keyframes site-spin {
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* /////////////// FOOTER /////////////// */
.copyright {
	font-size: 14px;
}

.footer-logo a {
	max-width: 300px;
	display: inline-block;
}

.footer-logo img {
	width: 100%;
}

/* /////////////// PARALLAX /////////////// */
.parallax {
	position: relative;
}

/* /////////////// SUPPORTED BROWSERS /////////////// */
#supported p, #supported ul {
	margin-bottom: .5rem;
}