@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto+Condensed:300,400,700|Roboto:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');
/*font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/
/* font-family: 'Josefin Sans', sans-serif; */
/* font-family: 'Raleway', sans-serif; */


/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #555;
	font-family: 'Raleway', sans-serif;
	background: #fff;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
	width: 100%
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #222;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #6280a2;
	font-size: 2vh;
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-align: center;
	border: 0px solid #33ccff;
	width: auto;
	padding: 1vh 3vh;
	margin: 0 auto;
	margin-top: 2vh;
}

.pwa {
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 2vh;
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-align: center;
	border: 0px solid #33ccff;
	width: auto;
	padding: 1vh 3vh;
	margin: 0 auto;
	margin-top: 2vh;
	background-color: #023269;
	color: #6280a2;
	bottom: 0;
	position: fixed;

}

@media only screen and (min-width: 56.250em) {

	a.btn {
		margin-right: 2vh;
	}
}



.btnmore {
	color: #33ccff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #414a4f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2vh;
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-align: center;
	padding: 3vh 6vh;
	border: 0px;
	cursor: pointer;
}

@media (max-width: 800px) {
	.btnmore {
		font-size: 3vh;
	}
}


hr{
	width: 90vw;
	height: 0.3vh;
	background-color: #8a1253;
	border: 0;
	margin: 0 auto;
	margin-bottom: 2vh;
	margin-top: 5vh;
}



img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.logo {
	max-height: 15vh;
	width: auto;
}
.headerlogo {
	max-height: 5vh;
	width: auto;
}
.webapplogo {
	max-height: 10vh;
	width: auto;
}
.small {
	max-height: 10vh;
}
p {
	color: #a0a0a0;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	color: #ededed;
	font-family: 'Josefin Sans', sans-serif;
}

h1 {
	font-size: 2.2em;
	font-weight: 300;
	
}

.banner {
	background: rgb(0, 0, 0, 0.2);
    padding: 2vh;
    margin-top: 60vh;
    width: 100%;
}

@media only screen and (min-width: 56.250em) {

	h1 {
		font-size: 6em;
	}
	p {
		font-size: 2em;
	}
	.banner {
		background: none;
		margin-top: 0;
	}

}

.black {color: #0A090D}
.dkblue {color: #334267}
.mainblue {color: #5F77AB}
.lghtblue {color: #6280A2}
.mustard {color: #C4AE34}

.blackbg {background: #0A090D;}
.dkbluebg {background: #334267;}
.mainbluebg {background: #5F77AB;}
.lghtbluebg {background: #6280A2;}
.mustardbg {background: #C4AE34;}
/* DESIGN MOBILE FIRST. ALL CSS IS FOR MOBILE SCREENS UP TO 599PX WIDE= 37.4EM */

/* *600PX SCREENS AND UP for-tablet-portrait-up*/
@media only screen and (min-width: 37.5em) {}
/* *900PX SCREENS AND UP for-tablet-landscape-up*/
@media only screen and (min-width: 56.250em) {}
/* *1200PX SCREENS AND UP for-desktop-up*/
@media only screen and (min-width: 75em) {}
/* *1800PX SCREENS AND UP for-big-desktop-up*/
@media only screen and (min-width: 112.50em) {}

.page {
	height: 100vh;
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
	background: url(img/hero.jpg) no-repeat center left fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 8vh;
}

.page2 {
	background: #000;
	min-height: 100vh;
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
	text-align: right;

	padding-bottom: 8vh;
}

header {
	z-index: 9;
	background: transparent;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	/* position:fixed; */
	top: 2vh;
	/* margin-top: 100vh; */
	margin-bottom: 2vh;
}

.content-grid {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.grid-item {
	width: 100%;
	min-height: 25vh;
	background: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 2vh;
}
.blackbg {background: #0A090D;}
.dkbluebg {background: #334267;}
.mainbluebg {background: #5F77AB;}
.lghtbluebg {background: #6280A2;}
.mustardbg {background: #C4AE34;}

@media only screen and (min-width: 56.250em) {
	.content-grid {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}

	.grid-item {
		width: calc(100% / 3 - 5vw); 
	}
}


.navbar {
	background: #fff;
	width: 100%;
	display: grid;
	justify-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 0.3vw;
	grid-row-start: 3;
  grid-row-end: 4;
  padding: 0;
  position:fixed; bottom:0; 
}
.navbar p {
	color: #8a1253;
	color: #fff;
	font-size: 0.7em;
}
.navbutton p:hover {
	color: #fff;
}
.navbutton {
	width: 100%;
	background: #FFF;
	background: #8a1253;
	height: 10vh;
    display: grid;
    justify-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0px;
	text-align: center;
}
.navbutton:hover {
	background: #fff;
	color: #8a1253;
}
.navbutton:hover p {
	background: #fff;
	color: #8a1253;
}
.background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #e8751a;
	z-index: -1;
}

.background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.0;
}
.background-image{
	left: -50%;
	width: 150%;
}

.fade {
	opacity: 0.2;
	left: 0;
	width: 100%;
}

.spacer50vh {
	height: 50vh;
}

@media only screen and (min-width: 56.250em) {

	.page{
		background: url(img/hero.jpg) no-repeat center center fixed; 
		min-height: 100vh;
		justify-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
				align-items: center;
				align-items: flex-end;
				padding: 5vh;
	}
	header{
		max-width: 100%;
	}
	.navbar {
		max-width: 50%;
	}
	.spotlight {
		height: 100vh;
		padding: 1vh;
		padding-top: 70%;
		padding-bottom: 11vh;
		overflow: auto;
	}
	hr {
		width: 100%;
	}
	.program-entry {
		grid-template-columns: 25% 1fr;
	}
}



input[type=checkbox] {
	display: none;
  }
  
  nav {
	  height: 100%;
  }
  nav ul {
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	list-style: none;
	-webkit-transition: all 3s cubic-bezier(.325, 1, .22, 1);
	transition: all 3s cubic-bezier(.325, 1, .22, 1);
  }
  
  nav li {
	/* border-bottom: .18rem solid #fff; */
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1em;
	padding: 2vw 0;
	margin: 0 2vh;
  }
  
  nav li p {
	  color: #ededed;
	  font-size: 0.8em;
	  font-weight: 400;
  }
  /* nav li:last-of-type {
	margin-bottom: .625rem;
  } */
  
  nav li a {
	text-decoration: none;
  }
  nav li a:hover{
	  font-size: 1.2em;
	  font-weight: 600;
  }
  
  input[type=checkbox]:checked ~ nav ul {
	z-index: 10;
	height: auto;
	max-height: 12rem;
	-webkit-transition: all 3s cubic-bezier(.5, 1, .22, 1);
	transition: all 3s cubic-bezier(.5, 1, .22, 1);
	min-height: 50vh;
  }
  
  .hamburger {
	display: block;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  
	top: 18px;
	right: 13px;
	height: 27px;
	width: 50px;
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
  }
  
  .line {
	position: absolute;
	display: block;
	background: #3d3d3d;
	width: 50px;
	height: .3rem;
	border-radius: .2rem;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.5, .1, 0, 1.2);
	transition: all .6s cubic-bezier(.5, .1, 0, 1.2);
  }
  
  .line-1 {
	top: 0;
  }
  
  .line-2 {
	top: 10px;
	width: 50px;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
  }
  
  .line-3 {
	top: 20px;
  }
  
  input[type=checkbox]:checked ~ label .line-1 {
	top: 0px;
	width: 50px;
	-webkit-transform: translateX(-11px) rotate(-45deg) translateY(12px);
			transform: translateX(-11px) rotate(-45deg) translateY(12px);
  }
  
  input[type=checkbox]:checked ~ label .line-2 {
	opacity: 0;
  }
  
  input[type=checkbox]:checked ~ label .line-3 {
	top: 14px;
	width: 50px;
	-webkit-transform: translateX(-8px) rotate(45deg) translateY(-8px);
			transform: translateX(-8px) rotate(45deg) translateY(-8px);
  }
  
  .dropdown {
	  z-index: 10;
	  height: auto;
	  color: #000;
	  width: 85%;
	  overflow: auto;
	  overflow:scroll;
  -webkit-overflow-scrolling: touch;
  }
  input[type=checkbox]:checked .dropdown {
	-webkit-transition: all 3s cubic-bezier(.325, 1, .22, 1);
	transition: all 3s cubic-bezier(.325, 1, .22, 1);
  }
.checkbox_toggle {
	color: #000;
	cursor: pointer;
}
.buttonapp {
	cursor: pointer;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	color: #8a1253;
	height: auto;
	border: #8a1253 1px solid;
	padding: 1vh 2vh;
    display: grid;
    justify-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
	text-align: center;
}

@media only screen and (min-width: 75em) {
	.dropdown {
		opacity: 0;
	}
}

/*---------------------
 	Contact Section
---------------------*/

.contact {
	background-color: #6280a2;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	/* background: url(img/hero.jpg) no-repeat center center fixed;
	background-size: cover; */
	padding: 10vh 2.5vh 8vw;

}

.contact p {
	color: #FFF;
	font-size: 2em;
}


form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	/* margin: 5vh auto; */
}

form input {
	padding: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 75vw;
	font-size: 1.2em;
	color: #555;
	margin: 0 0 2vh 0;
}

form .btn {
	color: #f7f7f7;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #9db5b2;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-align: center;
	padding: 3vh 6vh;
	border: 0px;
	cursor: pointer;
	margin: 2vh;
	-webkit-box-shadow: #000;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

form .btn:hover {
	background-color: #0A090D;
}
@media only screen and (min-width: 56.250em) {

	form input {
		width: 25vw;
	}
}

#email_add {
	display: none;
}