/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/
html {
	scroll-behavior: smooth;
}
body {
	position:relative;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}
.s-content a {
	cursor: pointer !important;
	color: #3b58e3;
	font-weight: 600;
	text-decoration: underline;
}
.s-content a {
	text-decoration:underline;
}
/*.s-content a:hover, .s-content a:focus{
	font-weight: 700;
    outline:1px dashed;
    text-decoration: none;
}*/

/*Header*/
.dt-logo-menu-wrap img {
	max-width: 160px;
	margin: 4% 0 0 4%;
}

.dt-logo-menu-wrap {
	font-size: 3rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-shadow: 0 0 black;
}

.h-hero-item {
	height: 100vh !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	position: relative;
}

/*.h-hero-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0 0 0 / 60%) 23%, transparent);
}*/

button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	transform: translate(0, -50%);
	margin-left: 5%;
	font-size: 0;
	background: none;
	border: none;
}

button.slick-prev.slick-arrow::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	font-size: 52px;
	color: #fff;
	text-shadow: 0 0 black;
}

button.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9;
	transform: translate(0, -50%);
	margin-right: 5%;
	font-size: 0;
	background: none;
	border: none;
}

button.slick-next.slick-arrow::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 52px;
	color: #fff;
	text-shadow: 0 0 black;
}

.slide-play-control {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: none;
}

ul.slick-dots {
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin-bottom: 0;
}

ul.slick-dots li {
	display: inline-block;
	margin-right: 2px;
}

ul.slick-dots li button {
	border: none;
	background: #fff;
	color: #fff;
	font-size: 0;
	width: 2vw;
	height: 5px;
}

.slide-play-control button {
	border: none;
	background: #596ca6;
	color: #fff;
}

li.slick-active button {
	background: #ffc300 !important;
}

@media (max-width:767px) {
	button.slick-prev.slick-arrow::after, button.slick-next.slick-arrow::after {
		font-size: 30px;
	}
	.ht-header {
		font-size: 22px !important;
		line-height: 1;
	}
	.dt-logo-menu-wrap img {
		max-width: 85px;
	}
	.social-media-wrap a {
		font-size: 16px !important;
	}
	.hero-text-wrap {
		width: 100%;
		background: #596ca6;
	}
	h2 {
		font-size: 36px !important;
	}

	.ht-content {
		font-size: 16px;
		line-height: 1.2;
	}

	.news-pod {
		margin: 0 auto 30px !important;
	}
	.hero-text-wrap:after {
		background: #ffc300;
	}
	span.desk-only {
		display: none;
	}

	span.disp-block {
		display: block;
	}
	ul.slick-dots {
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
		padding: 0;
		margin: 0;
	}

	ul.slick-dots li button {
		width: 20px;
	}
	.dt-logo-menu-wrap img {
		display: block;
		margin: 3% auto auto 5% ;
	}

	.dt-logo-menu-wrap {
		font-size: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
		top: 0;
		left: 0;
	}
	nav.main-nav.toggled {
		left: 0 !important;
	}
	.menu .text {
		display: none;
	}
	.menu {
		padding: 0 !important;
		top: 50% !important;
		transform: translate(0, calc(50% + 20px)) !important;
	}
	.nav-wrap.active {
		width: 100% !important; 
	}
	#ham span {
		background: #596ca6;
	}
	nav.main-nav.toggled {
		max-width: 100vw;
	}

	.h-hero-item {
		height: 45vh !important;
	}
    
    .news-hero-title {
        font-size: 24px;
        margin-top: 100px;
    }

}

.hightlight-menu-mobile a {
    display: block;
    margin-top: 15px;
    background: #ffc300;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

/*
#hero_carousal {
	height: calc(80vh - 150px);
	overflow: hidden;
}
	#hero_carousal .carousel-item {
	height: calc(80vh - 150px);
	background-size: cover !important;
	background-position: center;
	position: relative;
	background-repeat: no-repeat !important;

}

#hero_carousal .carousel-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(357deg, #000000a6, transparent);
}
*/
.hero-text-wrap {
	position: absolute;
    bottom: 10%;
    padding: 15px 30px;
    background: linear-gradient(45deg, #596ca6 27%, transparent);
    z-index: 9;
    color: #fff;
    width: 100%;
}

.ht-header {
	font-size: 38px;
}

#hero_carousal .carousel-indicators {
	display: none !important;
}

#home-hero .slick-initialized .slick-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #596ca62e;
}

.carousel-control-next, .carousel-control-prev {
	background: none;
	display: inline-block;
	top: 50%;
	height: auto;
	bottom: auto;
	width: auto;
	margin: 0 5%;
	padding: 30px;
	transform: translate(0, -50%);
	font-size: 40px;
	border: none;
	color: #ffc300;
	opacity: 1;
}

/*Home Page*/
/*Home News*/
.news-pod {
	text-decoration: none !important;
    margin: 15px 0;
    margin-bottom: 15px;
    display: block;
	transition: 0.5s ease;
}

section#home_news {
	position: relative;
	overflow: hidden;
	padding-top: 5%;
}

.news-pod-img {
	height: 320px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.news-pod:hover .news-des {
    display: block;
}
.news-pod-img > div {
    width: 100%;
}

.news-deco {
    width: 10%;
    padding: 31%;
    border: 15px solid #596ca6;
    position: absolute;
    transform: rotate(45deg);
    left: -62%;
    top: -19%;
    content: '';
    z-index: 9;
}

.news-letter-col {
    position: relative;
    z-index: 9;
    background: #fff;
}

section#home_news .container {
    position: relative;
    z-index: 9;
}

section#home_news::after {
    width: 10%;
    padding: 31%;
    border: 15px solid #ffc300;
    position: absolute;
    transform: rotate(45deg);
    left: -56%;
    top: -19%;
    content: '';
}

/*section#home_news::before {
	width: 10%;
    padding: 31%;
    border: 15px solid #cb0223;
    position: absolute;
    transform: rotate(45deg);
    left: 92%;
    top: -11%;
    content: '';
}*/
.news-deco2 {
	width: 10%;
    padding: 31%;
    border: 15px solid #f1b200;
    position: absolute;
    transform: rotate(45deg);
    left: 98%;
    top: -11%;
    content: '';
}

.event-pod li::marker {
    color: transparent;
}

.news-title {
	padding: 10px 15px 10px 15px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    background: #596ca6;
    width: 100%;
    color: #fff;
    border-bottom: 5px solid #ffc300;
	min-height: 70px;
}

.news-des {
	padding: 15px;
    line-height: 1.3;
    display: none;
    color: #fff;
    text-decoration: none !important;
	overflow: hidden;
}

.news-pod-img .npc-wrap {
    width: 100%;
}

.news-pod:hover .npc-wrap {
	height: 100%;
    background: linear-gradient(0deg, #00124b, #add8e687);
}

.news-more-btn {
	text-align: center;
    display: block;
    background: #ffc300;
    color: #000;
    display: block;
    padding: 8px 16px;
    margin-top: 15px;
}

.news-more-btn a {
	background: #596ca6;
	padding: 10px 15px;
	display: inline-block;
	margin: 15px auto;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500;
}

.news-letter-pod {
    /*background: #ffc300;*/
	padding: 20px;
    font-size: 27px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    height: calc(100% - 30px);
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-nlp-download {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.btn-nlp-download {
    background: #596ca6;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.row.all-news-btn-row {
    margin-top: 30px;
}

.news-letter-pod::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 100px;
    background: #cb0223;
    top: -15px;
    transform: rotate(45deg);
    right: -40px;
}

.nlp-intro {
    position: relative;
    z-index: 9;
    text-align: center;
}

/*Home Events*/
h2 {
	font-size: 3rem !important;
	position: relative;
	display: table;
	margin-bottom: 2rem;
}

h2:after {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 7px;
	background: #ffc300;
	content: '';
	left: 0;
	border-bottom: 2px solid #596ca6;
}

.nlp-intro {
    border: 5px solid #fff;
    padding: 15px;
	background: #ADD8E6;
}

.event-pod {
	background: #596ca6;
	color: #fff;
	padding: 15px;
	display: block;
	margin: 3rem 0;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5);
}

.event-pod:after {
	content: '';
	height: 30px;
	width: 100%;
	background: #ffc300;
	position: absolute;
	bottom: -5%;
	transform: rotate(-45deg);
	right: -45%;
}

.event-pod li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138" !important;
	color: #ffc300;
	margin-left: -35px;
	display: inline-block;
	padding: 0px 6px 1px 6px;
	font-size: 16px;
	margin-right: 8px;
	position: absolute;
}

.event-time-wrap {
	display: block;
}

.event-time {
	display: inline-block;
}

.event-pod-title {
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	position: relative;
	display: block;
	border-bottom: 2px solid #1c1a1a;
	padding-bottom: 15px;
}

.event-pod ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 30px;
	display: block;
}

.event-pod a {
	color: #fff !important;
	text-decoration: none !important;
}

section#events2 {
    position: relative;
	background: #fff;
    padding-top: 3%;
	overflow: hidden;
}

#events2 .site-button {
    background: #ffffff;
}
section#events2:after {
    content: '';
    position: absolute;
    top: 0%;
    left: -107%;
    width: 200%;
    height: 100%;
    background: #ffc300;
    transform: rotate(45deg);
}

.events-bg {
	width: 100%;
    height: 100%;
    background-size: 36% !important;
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: center left;
    transform: scaleX(-1);
    opacity: 0.75;
    top: 0;
}

#events2 .container {
    position: relative;
    z-index: 9;
}

/*Testimonial Section*/
.read-more-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000; /* Ensure it's on top */
}

.read-more-modal .modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 80%;
	max-height: 80%;
	overflow-y: auto; /* Enable scrolling if content is long */
	position: relative;
}

.read-more-modal .close-modal {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
	z-index: 99;
}

section#testimonial {
	background-size: cover !important;
	background-position: top !important;
	padding: 5% 10% 10% 10%;
	color: #fff;
	text-align: center;
	position: relative;
	background-attachment: fixed !important;
}

.t-item-wrap .read-more {
    border: none;
    background: none;
    color: #ffc300;
    font-weight: 700;
}

section#testimonial .container {
	position: relative;
	z-index: 9;
}

section#testimonial::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #596ca6ba;
}

.t_text {
	font-size: 20px;
}

.t-name {
	font-style: italic;
	font-weight: 600;
	margin-top: 5%;
}

#testimonial ul.slick-dots {
	bottom: -30px !important;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
	margin: 0;
	width: auto;
}

#testimonial ul.slick-dots li {
	padding: 0;
	margin: 0 5px;
}

#testimonial button.slick-prev.slick-arrow, #testimonial button.slick-next.slick-arrow {
	display: none !important;
}

section#testimonial h2 {
	margin: auto auto 5% auto;
}

section#testimonial h2::after {
	width: 100%;
}

.testimonial-wrap.slick-initialized.slick-slider.slick-dotted {margin-bottom: 10%;}


.col-lg-6.map-col iframe {
    height: 680px;
}

.contact-form-col  select {
	width: 100%;
}

.grade-links a {
    display: inline-block;
    padding: 45px 15px;
    background: #44b0e0;
    margin: 15px 0;
    width: 10vw;
    color: #ffffff;
    text-decoration: none !important;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
    border-radius: 10px;
    font-size: 24px;
    border: 5px solid #fff;
}

/*Home Sponser Section*/
#sponsor a {
    width: 100%;
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block;
    background-position: center;
	text-decoration: none !important;
	color:#1c1a1a;
	margin-bottom: 60px;
}
#sponsor a span {
    display: block;
    text-align: center;
    padding-top: 100px;
}

section#sponsor {
	margin: 0;
    background: #cbcbcb;
    padding: 3% 0 3%;
}

#sponsor h2 {
	display: block;
    text-align: center;
	margin-bottom: 5%;
}

#sponsor h3 {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #1c1a1a;
    font-weight: 600;
}

#sponsor h2:after {
	position: absolute;
    bottom: -10px;
    width: 50%;
    height: 7px;
    background: #ffc300;
    content: '';
    left: 25%;
    border-bottom: 2px solid #596ca6;
}


.sponsor-pod-wrap {
    text-align: center;
    filter: grayscale(100%);
    opacity: 0.8;
}

.sponsor-pod {
    margin: 0 15px;
    min-width: 150px;
    display: inline-block;
}

/*Secondary*/
#secondary-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgb(0 0 0 / 78%), transparent);
}

.entry-content h2 {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #3e4047;
	margin-bottom: 15px;
}

.entry-content h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: linear-gradient(45deg, #d8a806, transparent);
}

.entry-content p {
	line-height: 2;
	font-family: 'Montserrat', sans-serif;
}

section#secondary-hero {
	text-align: center;
	color: #fff;
	padding: 10rem 15px;
	background-position: center !important;
	background-size: cover !important;
	border-bottom: 10px solid #dbaa09;
	position: relative;
}



section#secondary-hero h1 {
	position: relative;
	z-index: 9;
	font-size: 3.25rem;
}

.staff-hero-title {
	color: #fff;
	FONT-WEIGHT: 600;
	font-size: 2.5rem;
	padding: 5% 0;
}

.staff-img.default {
    background-size: 60% !important;
    background-position: center !important;
}

section#secondary-hero-staff {
	background-size: cover !important;
	background-position: center !important;
	border-bottom: 8px solid #ffc300;
}

/*Calendar Landing Page*/
.calendar-pod {
    border: 1px solid #ffc300;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.25);
}

.cp-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.cp-date {
    display: flex;
    background: #4e63ac;
    color: #fff;
    width: 78px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.cp-month {
    font-size: 24px;
    font-weight: 500;
}

.cpd-1 {
    text-align: center;
    padding: 8px;
}

.cpd-2 {
    background: #b62408;
    width: 32px;
    text-align: center;
    float: right;
    position: absolute;
    left: 78px;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.cp-title h3 {
    font-size: 24px !important;
}

.cp-info-wrap {
    padding: 15px;
    margin-left: 110px;
}

/*Contact Form*/
.wpcf7 {
    background: #fff;
    padding: 30px 30px 0 30px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    margin-bottom: 15px;
    background: #edededba;
    padding: 7px 15px 7px 15px;
    border-radius: 5px;
    border-color: #b2b2b2;
}

/*Staff Page*/
.staff-img {
	width: 100%;
	height: 430px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.staff-pod {
	max-width: 350px;
	margin: auto;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);
	margin-bottom: 60px;
}

.staff-info-wrap {
	padding: 15px;
	text-align: center;
}

.staff-info-wrap h4 {
	color: #24266d;
}

.btn-staff-info {
	border: none;
	background: #d9a700;
	padding: 10px 30px;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	margin:10px auto; 
	display:inline-block;
}

.staff-title {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.staff-single img {
	width: 100%;
}

.staff-single {
	font-size: 20px;
	text-align: justify;
	line-height: 1.6;
}
img.staff-single-img {
	position: relative;
	display: block;
}
.staff-single-wrap {
	position: relative;
	display: block;
	overflow: hidden;
    margin-bottom: 5%;
}

.staff-single a {
    background: #ffc300;
    padding: 5px 15px;
    color: #1c1a1a;
    text-decoration: none;
}

.staff-single-wrap:after {
	content: '';
	position: absolute;
	top: 7%;
	left: -50%;
	width: 100%;
	height: 10px;
	background: #ff0000;
	transform: rotate(-45deg);
}

.staff-single-wrap:before {
	content: '';
	position: absolute;
	bottom: 7%;
	right: -50%;
	width: 100%;
	height: 10px;
	background: #ffc300;
	transform: rotate(-45deg);
	z-index: 9;
}
/*Footer*/
footer#colophon {
	text-align: center;
	margin: 0;
	background: #596ca6;
	padding: 60px 0 0 0;
	color: #fff !important;
}

footer#colophon a:not(.social-media-wrap a) {
	color: #fff !important;
}

a.footer-logo img {
	max-width: 150px;
	margin-bottom: 20px;
}
.pwd {
	text-align: center;
	background: #fff;
	padding: 10px 0;
	color: #596ca6 !important;
}

.pwd a {
	color: #fff !important;
}
a.address-wrap i, a.phone-wrap i {
	color: #ffc300;
	font-size: 28px;
	margin-bottom: 15px;
	display: block;
}
a.phone-wrap i {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
a.address-wrap, a.phone-wrap{
	color: #fff;
	text-decoration: none !important;
	line-height: 1;
	margin-bottom: 50px;
	display: block;
	font-weight: 600;
}
.footer-title {
	font-size: 22px;
	font-weight: 600;
}

.footer-pod-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}

.social-media-wrap a {
	font-size: 28px;
	display: inline-block;
	background: #ffc300;
	color: #1c1a1a;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.social-media-wrap a.facebook {
	padding: 15px 30px;
	margin: 30px 15px;
	border-radius: 23px 0;
}

.social-media-wrap a.instagram {
	padding: 15px 25px;
	margin: 30px 15px;
	border-radius: 23px 0;
}

.social-media-wrap a.youtube {
	padding: 15px 20px;
	margin: 30px 15px;
	border-radius: 23px 0;
}
.hero-text-wrap:after {
	content: '';
	background: linear-gradient(45deg, #ffc300 27%, transparent);
	position: absolute;
	bottom: 0;
	z-index: 99;
	height: 10px;
	width: 100%;
	left: 0;
}
/*End Footer*/

/*Site Buttons*/
.site-button {
	background: #ffc300;
	color: #1c1a1a !important;
	font-weight: 600;
	padding: 13px 28px;
	text-decoration: none !important;
	border: 2px solid #ffc300;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}
	.site-button:hover {
		background: #fff;
	}
/*Hamburger*/
#ham {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: auto;
}
#ham span {
  display: block;
  position: absolute;
  height: 2.2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#ham span:nth-child(1) {
  top: 0px;
}
#ham span:nth-child(2),#ham span:nth-child(3) {
  top: 8px;
  width: 100%;
  right: 0;
}
#ham.open span:nth-child(2),#ham.open span:nth-child(3) {
	width:100% !important;
}
#ham span:nth-child(4) {
  top: 16px;
}
#ham.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 0%;
}
#ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ham.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 0%;
}
.ham-wrap{
	display:flex;
	padding: 9.25px 12px;
}
.ovly {
	position:absolute;
	top:-25px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:99;
	display:none;
}
.site-header > .container {
	position:relative;
	text-align:center;
}
.menu {
	/* transition: right .6s ease-in; */
	transition: all 0.5s ease;
	z-index: 999;
	color: #fff;
	background:#596ca6;
	display: inline-block;
	padding: 10px 10px;
	position: absolute;
	top: 70px;
	right: 0;
	border: none;
	transform: translate(0, -50%);
}
.menu-item svg {
    display: none;
}
	.menu:not(.active):hover, .menu:not(.active):focus {
		background: #596ca6;
		color: #fff;
		outline: none;
	}
.menu:not(.active):hover #ham span, .menu:not(.active):focus #ham span {
	background:#fff;
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
	color:inherit;
	text-decoration:none;
}

nav.main-nav a:focus, nav.main-nav a:focus-within {
	outline:none;
	font-weight:700;
	text-decoration:underline;
}
.skipto {
	position:absolute;
	color:#fff !important;
	text-decoration:important;
	left:-500px;
	top:-500px;
}
.skipto:focus, .skipto:hover {
    color: #fff !important;
    display: block;
    left: 10px;
    top: 0;
    font-weight: 700;
    z-index: 9999;
    background: #e44226;
}
.menu.active {
	height:auto;
	z-index:999;
}
.menu-active {
	overflow:hidden;
}

/*main nav*/
nav.main-nav {
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 0;
	height: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 0;
	background: #596ca6;
	padding: 80px 2em 2em;
}
nav.main-nav li {
	text-align:left;
}
nav.main-nav li a{
	display:none;
	position:relative;
}
nav.main-nav.toggled li a{
	display:inline-block;
	font-family: 'EB Garamond', serif;
}
div.screen nav.main-nav ul {
	padding: 2em 0 0 0;
}
nav ul, nav ol {
	list-style: none;
	padding: 0;
}
nav > ul {
	margin: 60px 0 0 0;
}
div.screen nav.main-nav ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.main-nav ul li a:hover {
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	padding-left:35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.main-nav.toggled {
	display: block;
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:100%;
	overflow-y: scroll;
	direction: rtl;
}
nav.main-nav > ul > li li.current-menu-item > a {
    /* background-image: linear-gradient(to right, #1d4029 , #71927c); */
	font-weight:900;
}
nav.main-nav a.btn_transp {
    font-size: 22px;
    margin: 45px 0;
}
div.screen nav.main-nav ul li a:last-child {
	border: none;
}
nav.main-nav ul li a {
	font-size: 28px;
    margin-bottom: 7px;
	color: #fff !important;
	text-align:left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:relative;
	padding-left:25px;
	font-weight:400;
	text-decoration:none;
}
.topmenu > li > a{
	font-weight:700;
}

nav.main-nav > a img {
	max-width: 120px;
	margin: auto;
	display: block;
}

.nav-wrap {
	overflow: hidden;
	position: fixed;
	z-index:99;
	top: 0;
	left: 0;
	width: 0;
	height: 100vh;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-wrap.active {
	width:420px;
}
.menu-item-has-children {
	position:relative;
}
nav.main-nav li.menu-item-has-children > a {
    padding-right: 45px;
}
nav.main-nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
    display: block;
}
.menu-item-has-children i {
	position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    color:#fff ;
    padding: 10px;
    z-index: 99;
}
nav.main-nav > ul > li.current-menu-item a{
	/* background-image: linear-gradient(to right, #1d4029 , #71927c); */
	font-weight:700;
}
nav.main-nav > ul > li.current-menu-item > a {
    padding: 0 15px !important;
}
.sub-menu {
	position:relative;
	display:block;
	margin-left:25px;
}
.sub-menu li {
	height:0;
	opacity:0;
}
.sub-menu li a{
	font-size:22px !important;
}
.sub-menu.active li{
	height:auto;
	opacity:1;
	transition: opacity 0.5s linear;
}
span.text {
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}
nav.main-nav li.menu-item-has-children > a:hover .sub-menu {
	display:block !important;
}

/*Header*/
header#masthead {
    position: relative;
}




/*Footer*/


/*Home Welcome*/


/*Secondary Template*/
.s-content:not(.home .s-content) {
	padding-top: 5%;
}

.s-content {
	color:#1c1a1a;
	font-size:17px;
	background:#F9F9F9;
	background-repeat: no-repeat;
    background-size: contain;
}
.vc_grid-container-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important;
}



.s-content ul, .is_single ul {
    margin: 40px 0 3em 0;
    padding: 0;
	list-style:none;
}
.s-content ul li, .is_single ul li{
	margin: 15px 0 0 20px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: left 6px !important;
    padding: 0 0 0 24px;
}

	.s-content ul li:not(.slick-dots li):before, .is_single ul li:not(.slick-dots li):before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f138";
		color: #44b0e0;
		margin-left: -35px;
		display: inline-block;
		padding: 0;
		font-size: 18px;
		margin-right: 8px;
		position: absolute;
	}
.s-content ol li:before, .is_single ol li:before {
    background: #2E2E2E;
    padding: 2px 8px 0px;
    content: '';
    position: absolute;
    left: 17px;
    z-index: -1;
    border-radius: 13px;
    counter-increment: listitem;
    content: counters(listitem, '.') '';
    color: #fff;
}
.s-content ol, .is_single ol {
    position: relative;
	counter-reset:listitem;
	list-style:none;
}
.s-content ol li, .is_single ol li {
	padding-left: 12px;padding-bottom: 15px;
}
.img400 {
	max-height: 400px;
	overflow: hidden;
}
/*Board Members Pods*/
.board-name-wrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	font-weight: 600;
}

.board-title, .board-fname {
	margin-right: 5px;
}

.board-img {
	width: 100%;
	height: 300px;
	background-color: darkgrey;
	display: block;
	background-size: cover !important;
    background-position: top center;
}

.board-info-wrap {
	padding: 15px;
}

/*Accordian*/
.vc_tta-panel-title {
	background: #44b0e066;
    border-bottom: 1px solid #000000;
}
.vc_tta-panel-body ul {
	margin-bottom: 5% !important;
}
.vc_tta-panel-title a {
    color: #000 !important;
}
.vc_tta-panel-body {
    background: #fff !important;
}
i.vc_tta-controls-icon:before, i.vc_tta-controls-icon:after {
    border-color: #fff !important;
}

/*Home Buttons*/
.btn_default, #comments input[type="submit"], .gform_button {
	background: #e44426;
    padding: 13px 33px;
    color: #fff !important;
	font-size:14px;
	letter-spacing:0.13px;
	font-weight:700;
	cursor:pointer;
    display: inline-block;
	text-decoration:none !important;
	transition:.25s all;
	text-transform:uppercase;
	text-align:center;
	border:2px solid #e44426;
}
.btn_default:hover, #comments input[type="submit"]:hover, .gform_button:hover,
.btn_default:focus, #comments input[type="submit"]:focus, .gform_button:focus {
	color:#e44426 !important;
	background:#fff;
	outline:none;
}

/*Contact Form*/
input.wpcf7-form-control.wpcf7-submit {
	background: #ffc300;
	color: #1c1a1a !important;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.89px;
	padding: 15px 20px;
	display: block;
	margin: 15px auto 30px auto;
	transition: .35s all;
	border: 2px solid #ffc300;
	font-family: 'Barlow', sans-serif;
	text-decoration: none !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: #fff;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {
	border-radius: 5px;
	border-color: rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	width: 100%;
}

.wpcf7-form label {
	width: 100%;
}

/*Blog*/
section#secondary-hero-news {
    padding: 6% 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 5rem;
    color: #fff;
    position: relative;
    text-align: center;
}

section#secondary-hero-news:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgb(0 0 0 / 60%), transparent);
}

section#secondary-hero-news > div {
    position: relative;
    z-index: 9;
}
.blog-single {
	max-width: 100%;
	overflow: hidden;
	font-size: 17px;
}
.news-pods-header {
    text-align: center;
    margin-bottom: 3rem;
}
.row.seach-bar-row {
    margin-bottom: 4rem;
}
.meta-info {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.meta-info p {
    display: inline-block;
    font-weight: 700;
}

.meta-info p:first-of-type {
    margin-right: 15px;
}
nav.navigation.pagination h2 {
    display: none;
}
.post-featured-image {
    width: 100%;
    height: 250px;
	padding-top:15px;
    background-size: cover !important;
}
.blog-landing-row {
	padding:5% 0;
}
.post-pod h3 {
	padding:1em 1em 0 1em;
}
.post-pod h3 a {
	color:#e44426 !important;
	text-decoration:none !important;
}
.post-pod-contnet {
	padding:0 2em 2em 2em;
	display:grid;
}
.post-pod {
    box-shadow: 0px 2px 12px rgba(0,0,0,0.5);
	margin-bottom:35px;
}
.single-content {
	padding:5% 0;
}
#comments label {
    display: block;
}
#comments textarea, #comments input:not([type="submit"]) {
	width:100%;
	border-radius:5px;
}
#comments input[type='submit'] {
	border:none;
}
.post-pod .btnDefault {
	margin: 3em auto 1em;
    display: table;
}
.link-more a i {
	padding-left:5px;
}
h2.is_single {
    font-size: 60px !important; 
}
.site-content.is_single {
    padding: 5% 0;
}
#comments {
    max-width: 992px;
    margin: 2% auto 5%;
	padding: 0 15px;
}
.site-content.is_single .wrap {
	margin:0 15px;
}
.container.blog_single_feature img {
	width:100%;
}
.container.blog_single_feature {
	margin-top: -40px;
}
.blockquote{    
	margin: 0 0 1rem;
	font-size: 2em;
	padding-right: 1em;
	font-family: 'Permanent Marker', cursive;
	color: #0f1c3d !important;
}
.blog-btn-wrap {
    width: 100%;
    text-align: center;
    margin: 3% 0 0 0;
}
.archive_row {
	margin:10% 0 5% 0;;
}
.auth-wrap {
    background-image: linear-gradient(to right, #0f1c3d , transparent);
    display: inline-block;
    padding: 0.5em 3em 0.5em 1em;
    color: #fff;
    margin-top: 7px;
}
span.auth_name {
    text-transform: uppercase;
    font-weight: 600;
}
img.prod-title-img {
    max-height: 50px;
    display: block;
    margin: auto;
}
nav.navigation.post-navigation {
	display:none;
}
a.more-link {
    display: block;
    margin-top: 30px;
    background: #e44426;
    padding: 15px;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    transition: .25s all;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e44426;
}
a.more-link:hover, a.more-link:focus {
	background:#fff;
	color: #e44426 !important;
	outline:none;
}
p.link-more {
    margin: auto auto 0 auto;
}
.screen-reader-text {
	display:none;
}

.hightlight-menu-mobile {
    position: relative;
    z-index: 99;
}

/*Secondary Custom Classes*/
@media (min-width: 768px) {
	.footer-bg {
		display: none;
	}
}

@media (max-width:1400px) {
	.nlp-intro {
		font-size: 27px;
	}
	section#events2:after {
		left: -108%;
        top: 6%;
	}
	#sponsor a {
		width: 80px;
	}
}

@media (max-width: 1200px) {
	.nlp-intro {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.events-bg {
		background-position: top left;
	}
	#events2 {
		padding: 20% 0 5% 0 !important;
	}
	.col-lg-6.map-col iframe {
		height: 480px;
	}
	.grade-links a {
		width: 20vw;
	}
}

@media (max-width: 767px) {
	.grade-links a {
        width: 48%;
        margin: 0 0 15px 0;
        padding: 15px;
        font-size: 22px;
    }
	.footer-bg {
		position: absolute;
		top: 30px;
		left: 30px;
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		background-size: contain !important;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.15;
	}
	
	footer {
		position: relative;
	}
	
	footer .container {
		position: relative;
		z-index: 9;
	}
    
    .event-pod {
    	margin: 1rem 0;
    }
    
    section#testimonial {
    	padding: 30px 0 !important;
    }
    
    .col-lg-6.map-col iframe {
        height: 200px;
    }
    h2 {
    	font-size: 2.2rem !important;
    }

	.hightlight-menu, .ht-content {
		display: none;
	}
	section#events2::after {
        left: -175% !important;
        top: 6%;
    }
	.sponsor-pod {
		width: 35vw !important;
	}
	a.sponsor-pod-link {
		margin: auto;
	}
}