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

#container {
	width: 100%;
}

header {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: white;
	position: fixed;
	top: 0px;
	z-index: 50;
}

#hedwrap {
	position: relative;
	height: 100vh;
}

#tgdiv {
	height: 20vh;
}

#SEscript img, #SEexeg img, #SElogpic img {
	height: 100%;
	width: 100%;
}

#SEscript, #SEexeg {
	height: 25%;
	position: absolute;
}

#SEscript {
	top: 5%;
	left: 52%;
	width: 40%;
}

#SEexeg {
	top: 40%;
	right: 5%;
	width: 40%;
}

#SElogpic {
	height: 78%;
	width: 50%;
	position: absolute;
	top: 5%;
	left: 5%;
}

#startbut {
	border: 2px black solid;
	position: absolute;
	height: 15%;
	width: 25%;
	top: 40%;
	left: 60%;
	box-shadow: 0px 1px 5px black;
	cursor: pointer;
}

#slogan {
	position: absolute;
	height: 30%;
	width: 40%;
	right: 5%;
	top: 65%;
	text-align: center;
	color: #244C80;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

#thmvs {
	position: absolute;
	height: 5%;
	bottom: 8%;
	width: 50%;
	left: 5%;
	text-align: center;
	font-size: .7em;
	opacity: 1;
	margin: 0;
	padding: 0;
}

linksec {
	min-height: 100vh;
	overflow: hidden;
}

iconbox {
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

#iconbkgnd {
	position: absolute;
	background-image: url('../images/clouds.jpg');
	background-size: 100% 120%;
	height: 100%;
	width: 100%;
	z-index: -50;
	transform: translateY(-60%) scaleY(1.5);
}

.iconsec {
	padding: 20px;
	background-color: rgba(255, 255, 255, .5);
	border:  2px black solid;
	cursor:  pointer;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	opacity: .05;
	transition: opacity .5s ease-in-out, left .5s ease-in-out;
}

#iconwhat {
	left: 150px;
}

#iconwhy {
	left: 100px;
}

#iconsupp {
	left: 50px;
}

#iconBW {
	left: -50px;
}

#icontut {
	left: -100px;
}

#iconcont {
	left: -150px;
}

.icsin {
	opacity: 1;
	left: 0px !important;
}

.iconsec h6 {
	font-size: 1em;
	color:black;
}

.iconsec a {
	text-decoration: none;
}

.iconsec a:visited, .iconsec a:hover, .iconsec a:active {
	color: black;
}

.topsidebdr {
	position: relative;
	width: 100%;
}

.botsidebdr {
	position: relative;
	width: 100%;
}

#ltside, #ltsidebot {
	position: absolute;
	left: 0px;
	width: 25px;
}

#rtside, #rtsidebot {
	position: absolute; 
	right:0px;
	width: 25px;
}

#rtsidebot, #ltsidebot {
	bottom: 0px;
	height: 260px;
}

#ltside, #rtside {
	top: 2px;
	height: 260px;
}

#menu {
	height: 2px;
	width: 100%;
	background-color: #244C80;
}

.blurb {
	font-size: 1.2em;
	margin-left: 35px;
}

h2 ~ p {
	font-size: 1.2em;
}

.blurb + p {
	margin-top: 20px;
}

.blue {
	color: #244C80;
}

thumlab, thumlab + p {
	font-size: 1.2em;
}

footer {
	clear: both;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 79px;
	z-index: 1;
}

footer img {
	height: 79px;
	width: 100%;
}

#thinker {
	float: left;
	width: 90px;
}

#facphoto {
	float: right;
	width: 137px;
}

#footerbar {
	width: 100%;
	height:79px;
	background-image: url(../images/footerbar.gif);
	background-size: cover;
	background-position: center center;
	text-align: center;
	font-size: 12pt;
	line-height: 70px;
}

trigger {
	overflow: hidden;
	transform: scaleX(1);
	height: 120px;
	transition: height .4s linear, transform .2s linear, margin .4s ease-in-out;
	transform-origin: left center;
	width: clamp(45%, 88%, 98%);
	display: flex;
	cursor: pointer;
	background: #244C80;
	background-size: 100%;
	margin:  10px 0px 0px 5px;
	border-radius: 10px 25px 0px 0px;
}

.tin {
	margin: 10px 0px 0px 15px;
}

trigger:hover {
	transform: scaleX(1.02);
}

trigbox {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
}

trigmainicon {
	width: 145px;
}

trigmainicon img {
	height: 100%;
	padding: 8px;
	transform: translateX(20px);
	transition: transform .4s ease-in-out;
}

.tin trigmainicon img {
	transform: translateX(0px);
}

.triggeropen {
	height: 80px;
}

.triglab, .trigclickbar {
	color: white;
	max-width: 97%;
	text-align: center;
	align-content: space-around;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	transition: all .4s linear;
}

.triglab {
	font-size: 3rem;
	white-space: nowrap;
	opacity: .05;
	transition: opacity .4s ease-in-out;
}

.tin .triglab {
	opacity: 1;
}

.trigclickbar {
	display: flex;
	justify-content: center;
}

.trigicon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0px 5px;
	transition: all .7s linear;
	position: relative;
}

.trigiconx, .trigicont {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.trigiconx {
	background-image: url('../images/ContractX.jpg');
}

.trigicont {
	background-image: url('../images/Expandplus.jpg');
	opacity: 1;
	transition: opacity .4s linear;
}

.triginst {
	height: 25px;
	display: inline-block;
}

.triginstr {
	transition: all .7s linear;
	position: relative;
	padding-left: 0px;
	display: inline-block;
	height: 25px;
	width: 50px;
}

.trigiconopen .trigicont {
	opacity: 0;
}

.triginstrx, .triginstrt {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 25px;
	height: 25px;
	transition: opacity .4s linear;
}

.triginstrx {
	opacity: 0;
}

.triginstrt {
	opacity: 1;
}

.triginstropen .triginstrx {
	opacity: 1;
}

.triginstropen .triginstrt {
	opacity: 0;
}

explab {
	font-weight: bold;
	color: #244C80;
	font-size: 1.2rem;
}

containbox {
	display: block;
	width: 100%;
	height: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: height .6s ease-in-out;
	box-sizing: border-box;
	border: 1px solid #244C80;
}

expbox {
	display: block;
}

expframe {
	display: block;
	border: 1px #244C80;
	padding: 15px;
	background-image: url('../images/cloudsbiglightest.jpg');
	box-shadow: inset 5px 2px 2px rgba(36, 76, 128, 0.7);
	background-repeat: no-repeat;
	background-size: cover;
}

expframe p {
	margin: 3px 0px 5px 0px;
	font-size: 1.1rem;
}

video {
	width: 100%;
}

.coursesec, .tutsec {
	border-top: 4px #244C80 solid;
	width: 100%;
	display: flex;
	margin-bottom: 35px;
	align-content: stretch;
}

.coursepic, .tutpic {
	width: 30%;
}

.coursepic img, .tutpic img {
	height: 100%;
	width: 100%;
	border: 1px black solid;
}

.courselab, .tutlab {
	height: 100%;
	width: 70%;
	text-align: center;
	padding: 20px 40px;
	opacity: .05;
	transition: opacity .4s ease-in-out;
}

.csin .courselab, .tsin .tutlab {
	opacity: 1;
}

.coursesec:nth-child(odd), .tutsec:nth-child(odd) {
	flex-direction: row;
}

.coursesec:nth-child(odd) .coursepic, .tutsec:nth-child(odd) .tutpic {
	position:relative;
	left: 5%;
	opacity: .05;
	transition: left .4s ease-in-out, opacity .4s ease-in-out;
}

.coursesec:nth-child(even), .tutsec:nth-child(even) {
	flex-direction: row-reverse;
}

.coursesec:nth-child(even) .coursepic, .tutsec:nth-child(even) .tutpic {
	position:relative;
	right: 5%;
	opacity: .05;
	transition: right .4s ease-in-out, opacity .4s ease-in-out;
}

.csin:nth-child(odd) .coursepic, .tsin:nth-child(odd) .tutpic {
	left: 0;
	opacity: 1;
}

.csin:nth-child(even) .coursepic, .tsin:nth-child(even) .tutpic {
	right: 0;
	opacity: 1;
}

.courselab h3, .tutlab h3 {
	font-size: 2.5em;
}

.courselab p, .tutlab p {
	font-size: 1.1em;
}

.courselink a, .tutlink a {
	text-decoration: none;
	color: #244C80;
	font-size: 1.2em;
}

.courselink, .tutlink {
	background-image: url('../images/cloudsbiglighter.jpg');
	border: 2px #244C80 solid;
	border-radius: 15px;
	padding: 6px 10px;
	display: inline-block;
	box-shadow: 1px 1px 4px #244C80;
}

.biblink {
	text-align: center;
}

#contexpbut p {
	margin: 0px;
}

#contexpbut {
	height: 50px;
	transition: height .5s ease;
	overflow: hidden;
}

#contactbox {
	height: 0px;
	overflow: hidden;
	transition: height .5s ease;
}

#contactbox form {
	padding: 15px 0px;
}

.courselink:hover {
	background-image: url('../images/cloudsbigdarker.jpg');
	transform: translate(3px, 3px);
}

.courselink:hover a {
	color: white;
}

#contactform {
	margin-left: 50px;
}

#contactform label {
	display: inline-block;
	width: 170px;
	color: #244C80;
	font-weight: bold;
}

#contactform input[type="text"]{
	width: 250px;
	margin-bottom: 10px;
}

#contactform input[type="submit"] {
	padding: 6px 25px;
	background-image: url('../images/cloudsbiglighter.jpg');
	color: #244C80;
	border: 2px #244C80 solid;
	border-radius: 15px;
	box-shadow: 1px 1px 4px #244C80;
	margin-left: 30%;
	font-size: 1.2em;
	cursor: pointer;
} 

#contactform input[type="submit"]:hover {
	background-image: url('../images/cloudsbigdarker.jpg');
	transform: translate(2px, 1px);
	cursor: pointer;
}

#contactform textarea {
	width: 80%;
	height: 400px;
	margin-bottom: 15px;
}

#preload {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

@media screen and (max-width: 1086px) {
	.iconsec {
		padding: 15px;
	}

	footer {
		height: 70px;
	}

	footer img {
		height: 70px;
	}

	#footerbar {
		height: 70px;
		font-size: 11pt;
	}

	#thinker {
		width: 85px;
	}

	#facphoto {
		width: 130px;
	}
}

@media screen and (max-width: 890px) {
	.iconsec {
		padding: 10px;
	}

	.iconsec img {
		height:  80%;
		width: 80%;
	}

	.iconsec h6 {
		font-size: .8em;
	}

	footer {
		height: 65px;
	}

	footer img {
		height: 65px;
	}

	#footerbar {
		height: 65px;
		font-size: 10pt;
	}

	#thinker {
		width: 80px;
	}

	#facphoto {
		width: 122px;
	}
}

@media screen and (max-width: 645px) {
	.iconsec {
		padding: 5px;
	}

	.iconsec img {
		height: 70%;
		width: 70%;
	}

	.iconsec h6 {
		font-size: .7em;
	}
	
	.coursesec, .tutsec {
		display: block;
	}

	.coursepic, .tutpic {
		width: 100%;
	}

	.courselab, .tutlab {
		width: 100%;
		padding: 10px;
		opacity: 1;
	}

	.coursesec:nth-child(odd) .coursepic, .tutsec:nth-child(odd) .tutpic {
		left: 0;
	}

	.coursesec:nth-child(even) .coursepic, .tutsec:nth-child(even) .tutpic {
		right: 0;
	}


		#startbut {
		height: 25%;
		width: 31%;
		top: 40%;
		left: 57%;
	}

	triglab, explab {
		font-weight: normal;
		font-size: 1rem;
	}

	trigger {
		height: 80px;
	}

	.triggeropen {
		height: 60px;
	}

	.expbox {
		margin: 39px 0px 0px 0px;
	}

	.expframe {
		padding: 5px 3px 0px 5px;
	}

	.expframe p {
		font-size: .9rem;
		padding: 0px 10px;
	}

}

@media screen and (max-width: 600px) {
	trigmainicon {
		display: none;
	}
}


@media screen and (max-width: 510px) {
	#mainarea {
		padding: 10px 5px;
	}

	header {
		position: relative;
	}

	#tgdiv {
		height: 0px;
	}

	iconbox {
		display: block;
		text-align: left;
		min-height: auto;
		padding: 25px 0px;
	}

	.iconsec {
		width: 94%;
		margin: 15px 3%;
		text-align: left;
		position: relative;
		opacity: 1;
		left: 0 !important;
	}

	.iconsec img {
		height: 48px;
		width: 48px;
		display: inline-block;
	}

	.iconsec h6 {
		font-size: 1.5em;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 10px;
	}

	#righttopphoto, #lefttopphoto, #ltsidebot, #rtsidebot, #ltside, #rtside {
		display: none;
	}

	footer {
		height: 60px;
	}

	footer img {
		height: 60px;
	}

	#footerbar {
		height: 60px;
		font-size: 8pt
	}

	#thinker {
		width: 0px;
	}

	#facphoto {
		width: 0px;
	}
}

@media screen and (max-width:420px) {
  trigbox {
    flex-wrap: wrap;
  }

  .triglab {
    white-space: normal;
    font-size: 1.8rem;
  }
}


