@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;	
}

html, body {
	font-size: 20px;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #000000;
	scrollbar-face-color: none;
}

#index-bg {
	z-index: -100;
	position: fixed;
	left: 50%;
	top: 50%;
    margin-left: -1280px; /* 50% */
	margin-top: -770px; /* 50% */
}


h1 { /*Main Header*/
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: #5abfff;
	text-align: center;
	text-transform: uppercase;
}

h2 { /*Sub Header*/
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h3 { /*Sub Header*/
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 0px 100px 15px 100px;
}

h4 { /*Block Quote*/
	font-style: italic;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #ffffff;
	padding: 25px 100px 50px 100px;
}

p {
	font-family: Calibri, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 25px;
	color: #ffffff;
	
}

a {
	color:#5abfff;
	text-decoration: none;
	font-family: Calibri, sans-serif;
}

	a:hover {
		color:#5abfff;
		text-decoration: underline;
	}

.content ul {
	font-family: Calibri, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0px 0px 25px 50px;
	color: #ffffff;
}

	.content ul li {
		list-style: disc;
	}

/******************

BRANDING

******************/

.more-info-button {
	cursor: pointer;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: #666666;
	text-align: center;
	position: absolute;
	top: 25px;
	right: -50px;
	
	-webkit-animation-name: more-info-button;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: more-info-button;
			animation-delay: 1s;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

	.more-info-button span {
		color: #333333;
		font-size: 1.5em;
		font-weight: bold;
		width: 100%;
		line-height: 50px;
	}

.more-info {
	z-index: 9999;
	width: 275px;
	position: absolute;
	top: 110px;
	right: 25px;
	background: #ffffff;	
	border: 3px solid #5abfff;
	border-radius: 5px;
}

	.more-info::before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0px 15px 25px;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 9996;
		top: -25px;
		right: 8px;
	}

.overlay {
	z-index: 9998;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

	.more-info a {
		display: block;
		text-decoration: none;
		color: #000000;
		font-size: 16px;
		margin: 15px 20px 15px 20px;
		text-align: right;
	}

		.more-info a:hover{
			text-decoration: underline;
		}

.about-image-button {
	z-index: 9994;
	width: 50px; 
	height: 42px;
	padding-top: 8px; /* To Adjust text to center */
	background: #666666;
	position: absolute;
	top: 25px;
	right: -50px;
	cursor: help;
	
	-webkit-animation-name: about-image-button;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: about-image-button;
			animation-delay: 1s;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

	.about-image-button p {
		font-family: Calibri, sans-serif;
		font-size: .75em;
		line-height: 1.25em;
		color: #000000;
		text-align: center;
		padding: 0px;
	}
	
	@-webkit-keyframes about-image-button {
		
		0% {right: -50px;}
		100% {right: 85px}
	}
	
	@keyframes about-image-button {
		
		0% {right: -50px;}
		100% {right: 85px}
	}
	
	.about-details {
		z-index: 9995;
		display: none;
		width: 275px;
		background: #ffffff;
		position: fixed;
		top: 110px;
		right: 25px;
		border: 3px solid #5abfff;
		border-radius: 5px;
	}

	.about-image-button:hover + .about-details{
		display: block;
	}
	
	.about-details p {
		color: #000000;
		text-align: left;
		padding: 25px;
		font-size: .75em;
	}
	
	.about-details::before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0px 15px 25px;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 9996;
		top: -25px;
		right: 68px;
	}

#watermark {
	position: absolute;
	bottom: 15px;
	right: -75px;
	
	-webkit-animation-name: watermark;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
			animation-name: watermark;
			animation-delay: 1s;
			animation-duration: 1.25s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

.aip-logo {
	display: none;
}

/******************

TIMELINE 

******************/

.timeline {
	z-index: 8000;
	height: 15%;
	width: 70%;
	margin: 0px 15% 0px 15%;
	position: absolute;
	top: 0%;
	box-sizing: border-box;
}

#timeline-bar {
	z-index: 8001;
	width: 100%;
	height: 2px;
	background-color:#5abfff;
	position: absolute;
	top: 50%;
}

.time {
	z-index: 8002;
	height: 12px;
	width: 12px;
	background-color: #555555;
	border: 3px solid #000000;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	transform: translate(-9px, -9px); /* adjusts circles to center of line */
}

.timeline-hovers {
	position: absolute;
	top: 50%;
	width: 250px;
	background: #ffffff;
	border: 2px solid #5abfff;
	transform: translate(-127px, 40px);
	border-radius: 5px;
	
}

	.timeline-hovers p {
		color: #000000;
		padding: 0px 10px 0px 10px;
		text-align: center;
	}

	.timeline-hovers::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
			border-top: 0px solid transparent;
  			border-right: 15px solid transparent;
 			border-bottom: 25px solid #FFFFFF;
			border-left: 15px solid transparent;
		display: block;
		z-index: 9996;
		position: absolute;
		top: -20px;
		left: 110px; /*half of width minus border width = 125-15 */
	}

/* TIME LINE POINTS */

#timeline-1 {left: 0%;}
#hover-1 {left: 0%;}
	#hover-1{display: none;}
	#timeline-1:hover + div#hover-1{display: block;}

#timeline-2 {left: 13.33%;}
#hover-2 {left: 13.33%;}
	#hover-2 {display: none;}
	#timeline-2:hover + div#hover-2 {display: block;}

#timeline-3 {left: 17.33%;}
#hover-3 {left: 17.33%;}
	#hover-3{display: none;}
	#timeline-3:hover + div#hover-3{display: block;}

#timeline-4 {left: 25.33%;}
#hover-4 {left: 25.33%;}
	#hover-4{display: none;}
	#timeline-4:hover + div#hover-4{display: block;}

#timeline-5 {left: 29.30%;}
#hover-5 {left: 29.30%;}
	#hover-5{display: none;}
	#timeline-5:hover + div#hover-5{display: block;}

#timeline-6 {left: 32%;}
#hover-6 {left: 32%;}
	#hover-6{display: none;}
	#timeline-6:hover + div#hover-6{display: block;}

#timeline-7 {left: 35%;}
#hover-7 {left: 35%;}
	#hover-7{display: none;}
	#timeline-7:hover + div#hover-7{display: block;}

#timeline-8 {left: 38%;}
#hover-8 {left: 38%;}
	#hover-8{display: none;}
	#timeline-8:hover + div#hover-8{display: block;}

#timeline-9 {left: 41%;}
#hover-9 {left: 41%;}
	#hover-9{display: none;}
	#timeline-9:hover + div#hover-9{display: block;}

#timeline-10 {left: 50%;}
#hover-10 {left: 50%;}
	#hover-10{display: none;}
	#timeline-10:hover + div#hover-10{display: block;}

#timeline-10a {left: 53%;}
#hover-10a {left: 53%;}
	#hover-10a{display: none;}
	#timeline-10a:hover + div#hover-10a{display: block;}

#timeline-10b {left: 58%;}
#hover-10b {left: 58%;}
	#hover-10b{display: none;}
	#timeline-10b:hover + div#hover-10b{display: block;}

#timeline-11 {left: 61%;}
#hover-11 {left: 61%;}
	#hover-11{display: none;}
	#timeline-11:hover + div#hover-11{display: block;}

#timeline-12 {left: 75%;}
#hover-12 {left: 75%;}
	#hover-12{display: none;}
	#timeline-12:hover + div#hover-12{display: block;}

#timeline-13 {left: 100%;}
#hover-13 {left: 100%;}
	#hover-13{display: none;}
	#timeline-13:hover + div#hover-13{display: block;}

.active { /* must exist after all other points */
	z-index: 8002;
	background-color: #5abfff;
}

.sub { /* must exist after all other points */
	z-index: 8002;
	background-color: #ffffff;
}

/********************

MENU

********************/

.mobile-menu {
	display: none;
}
	
/******************

CONTENT

******************/

.header {
	z-index: 7000;
	height: 10%;
	width: 70%;
	margin: 0px 15% 0px 15%;
	position: absolute;
	top: 15%;
}

.content {
	height: 70%;
	width: 70%;
	margin: 0px 15% 0px 15%;
	overflow: auto;
	position: absolute;
	top: 25%;
	box-sizing: border-box;
	padding: 0px 50px 0px 50px;
}

	::-webkit-scrollbar {
		width: 4px;
	}
	 
	::-webkit-scrollbar-track {
		border-radius: 2px;
		background-color:  rgba(255, 255, 255, .2);
	}
	 
	::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background-color: rgba(255, 255, 255, .6);
	}

@-webkit-keyframes fade-in { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fade-in { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fade-in { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in{
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fade-in ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fade-in ease-in 1;
    animation:fade-in ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.intro {
	padding-left: 0px;
	width: 50%;
	text-align: left;
}

.intro-img{
	width: 30%;
}

#col-1{
	float: left;
	width: 45%;
}

#col-2 {
	float: right;
	width: 45%;
}

.img-float{
	float: right;
	width: 35%;
	max-width: 450px;
	padding-left: 50px;
}

/********************

FOOTER

********************/
	
.footer {
	display: none;
}

