/* CSS Document */

@font-face {
	font-family: "Trajan";

	src: url("../font/TrajanPro-Regular.eot") format("eot"),
	url("../font/TrajanPro-Regular.woff") format("woff"),
	url("../font/TrajanPro-Regular.ttf") format("truetype");

	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	font-family: Arial, Verdana;
	color: #ffffff;
}

#diag {
	display: none;
	width: 200px;
	background-color: hsla(0,0%,100%,0.8);
	position: fixed;
	top: 155px;
	right: 30px;
	z-index: 10000;
	text-align: center;
	color: #000000;
}

#back_main { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#top {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.5);
	border-bottom: 20px solid #fdbd15;
}

#desktopNav {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

#mobNav {
	display: none;
	float: left;
	height: 40px;
	margin-left: 20px;
	margin-top: 30px;
	cursor: pointer;
}

#logo {
	float: right;
	margin-right: 20px;
}

#holder {
	visibility: block;
	width: 100%;
	max-width: 1200px;
	position: absolute;
	z-index: 0;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	background-color: hsla(211,100%,33%,0.8);
	box-shadow: 0px 0px 40px hsla(0,0%,100%,0.5);
}

#slideshow {
	width: 100%;
	background-color: #000000;
}

.slide {
	width: 100%;
	display: block;
}

#midBand {
	height: 50px;
	background: linear-gradient(to left, #294d7f, #041935);
	border-bottom: 1px solid #111111;
	box-shadow: 0px 0px 40px hsla(0,0%,100%,0.5);
	border-top: 1px solid #B7CDFF;
}

#midBand2 {
	background: linear-gradient(to left, #294d7f, #041935);
	border-bottom: 1px solid #111111;
	box-shadow: 0px 0px 40px hsla(0,0%,100%,0.5);
	border-top: 1px solid #B7CDFF;
	padding: 30px;
}





#bottom {
	display: block;
	width: calc(100%);
	height: 40px;
	padding-top: 10px;
	background-color: #193b6b;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.5);
}

#content {
	width: calc(100% - 100px);
	margin: auto;
	min-height: calc(100vh - 405px);
	padding: 50px;
}





.leftColumn {
	float: left;
	width: 41%;
	min-width: 300px;
	margin-left: 3%;
	margin-right: 2%;
	background-color: hsla(0,0%,0%,0.2);
	padding: 2%;
	border-radius: 10px;
}

.rightColumn {
	float: right;
	width: 41%;
	min-width: 300px;
	margin-left: 3%;
	margin-right: 2%;
	background-color: hsla(0,0%,0%,0.2);
	padding: 2%;
	border-radius: 10px;
}

.columnImage {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h1 {
	color: #ffffff;
	font-size: 48px;
	font-family: Trajan;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}

h1:after {
	content: " ...";
}

h2 {
	color: #fdbd15;
	font-size: 20px;
	font-family: Trajan;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}

hr {
	border: none;
	border-top: 1px dotted rgba(255,255,255,0.3);
}


.fright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.3);
	width: 30%;
	max-width: 300px;
}

.capright {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 30%;
	max-width: 300px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fdbd15;
}

#address {
	text-align: center;
}

#telep {
}


.formLabel {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.tBox {
	width: 300px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

.select {
	width: 320px;
	border: 1px solid #000000;
	padding: 10px;
}

#messageBody {
	width: calc(100% - 24px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#contactText p {
	text-align: center;
	font-weight: bold;
}

button {
	background-color: #fdbd15;
	color: #000000;
	padding: 10px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.5);
	cursor: pointer;
	font-weight: bold;
}

.studentThumb {
	height: 150px;
	border-radius: 10px;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.5);
}

#ageStuff {
	font-size: 12px;
}

.rightBox {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 40%;
	max-width: 250px;
	background-color: hsla(0,0%,0%,0.2);
	padding: 20px;
	border-radius: 10px;
	font-size: 12px;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.5);
}

.rightBox p {
	text-align: center;
	font-size: 12px;
}

.rightBox hr {
	border-color: #fdbd15;
	width: 50%;
}

#robotDestroyer {
	 width: 100%;
	 max-width: 450px;
}


.eligibilityHolder {
	width: 25%;
	max-width: 300px;
	display: inline-block;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	font-size: 0px;
}

.eligibilityImage {
	width: 100%;
	border-radius: 5px;
}

.eligibilityCaption {
	font-family: Trajan;
	margin-top: 13px;
	display: block;
	color: #200000;
	font-size: 12px;
}











a:link {
	text-decoration: none;
	color: #fdbd15;
}

a:active {
	text-decoration: none;
	color: #fdbd15;
}

a:visited {
	text-decoration: none;
	color: #fdbd15;
}

a:hover {
	text-decoration: underline;
	color: #fdbd15;
}






a:link.toplinks {
	text-decoration: none;
	display: inline-block;
	color: #193b6b;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 25px;
}

a:active.toplinks {
	text-decoration: none;
	color: #193b6b;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 25px;
}

a:visited.toplinks {
	text-decoration: none;
	color: #193b6b;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 25px;
}

a:hover.toplinks {
	text-decoration: none;
	color: #fdbd15;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 25px;
}

#topselected {
	text-decoration: none;
	color: #fdbd15;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 25px;
}




a:link.imageButton {
	text-decoration: none;
	filter: brightness(100%);

	transition: all 0.5s;
}

a:active.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:visited.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:hover.imageButton {
	text-decoration: none;
	filter: brightness(150%);
}










@media screen and (max-width: 949px) {

	#desktopNav {
		display: none;
		float: none;
		margin-top: 70px;
		margin-left: 0px;
		position: absolute;
		top: 51px;
		width: calc(100% - 40px);
		background-color: hsla(0,0%,100%,0.80);
		padding: 20px;
		box-shadow: 0px 0px 25px hsla(0,0%,0%,0.8);
		text-align: center;
	}

	#mobNav {
		display: block;
	}

	a:link.toplinks {
		text-decoration: none;
		color: #333333;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		display: block;
		width: 280px;
		padding: 10px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: center;
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	}
	
	a:active.toplinks {
		text-decoration: none;
		color: #333333;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		display: block;
		width: 280px;
		padding: 10px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: center;
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	}
	
	a:visited.toplinks {
		text-decoration: none;
		color: #333333;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		display: block;
		width: 280px;
		padding: 10px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: center;
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	}
	
	a:hover.toplinks {
		text-decoration: none;
		color: #333333;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		display: block;
		width: 280px;
		padding: 10px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: center;
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	}

	#midBand {
		height: 20px;
	}

	#topselected {
		text-decoration: none;
		color: #ffffff;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		display: block;
		width: 280px;
		padding: 10px;
		background-color: #333333;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: center;
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	}

	h1 {
		font-size: 32px;
		text-align: center;
	}

	h1:after {
		content: "";
	}

	h2 {
		text-align: center;
	}

	.leftColumn {
		float: none;
		width: 100%;
		min-width: auto;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.rightColumn {
		float: none;
		width: 95%;
		min-width: auto;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.rightBox {
		float: none;
		margin-left: 10%;
		margin-bottom: 30px;
		margin-top: 30px;
		width: 70%;
		max-width: 10000px;
	}
	
	#telep {
		text-align: center;
	}

	#charity {
		text-align: center;
	}

	#logo {
		margin-top: 20px;
		width: 200px;
	}

}

@media screen and (max-width: 799px) {

.eligibilityHolder {
	width: calc(100% - 100px);
	min-width: 0px;
	max-width: 500px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.eligibilityCaption {
	font-size: 12px;
	height: 15px;
	overflow: hidden;
}

}

@media screen and (max-width: 509px) {

	#content {
		width: calc(100% - 40px);
		padding: 20px;
	}

	.tBox {
		width: calc(100% - 22px);
	}

	.select {
		width: calc(100% - 2px);
	}

	#messageBody {
		height: 200px;
	}

}






