@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	list-style: none;
}

html, body {
	height:100%;	
	font-size: 14px;
}

.wrapper {
	height: auto !important; /*For IE6 support*/
	height: 100%; /*For IE6 support*/
	margin: 150px auto -425px; /*Footer height -10px */
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

p, ul, li {
	font-family: 'Open Sans', sans-serif;
}

ul {
	padding-left: 25px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

iframe {
	margin-top: 50px;	
}

.burger {display: none;}

/***************

HEADER

***************/

.header {
	height: 70px;
	width: 100%;
	background: #0F0052;
	position: fixed;
	top: 0px;
	
	z-index: 10000;
}

@media only screen and (min-width: 1401px) {
	.header img {
		height: 28px;
		margin: 24px 0px 0px 100px;
	}
}

@media only screen and (max-width: 1400px) {
	.header img {
		height: 28px;
		margin: 24px 0px 0px 40px;
	}
}
	
	.header a {
		font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
	}

	.header a:nth-of-type(1)  {
		float: left;	
	}

	.header a:nth-of-type(2)  {
		float: left;	
	}
	
	.header a:nth-of-type(3){
		float: right;
		
	}
@media only screen and (min-width: 1401px) {
	#back-to-top {
		height: 24px;
		border:	2px solid #FFE11E;
		border-radius: 5px;
		padding: 7px 20px 0px 20px;
		margin: 19px 100px 0px 0px;
	}
}

@media only screen and (max-width: 1400px) {
	#back-to-top {
		height: 24px;
		border:	2px solid #FFE11E;
		border-radius: 5px;
		padding: 7px 20px 0px 20px;
		margin: 19px 40px 0px 0px;
	}
}


.bread_crumbs {
	width: 50%;
	position: absolute;
	left: 25%;
	margin: -50px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}

	.bread_crumbs a{
		font-family: 'Open Sans', sans-serif;
		font-size: .75em;
		color: #0F0052;
	}
	
	.bread_crumbs a:after {
		content: "";
		display: inline-block;
		width: 0px; 
		height: 00px; 
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent; 
		
		border-left: 3px solid #0F0052;
		margin: 0px 20px 0px 5px;
	}
	
		


/***************

SEARCH BAR

***************/

#search_box {
	width: 100%;
	box-sizing: border-box;
	margin: 25px 0px;
	height: 30px;
}

#input {
	width: 68%;
	height: 30px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #C2C8CC;
	box-sizing: border-box;
	border-radius: 5px;
	float: left;
}

#button {
	width: 30%;
	height: 30px;
	padding: 5px;
	background: #ffffff;
	border: 2px solid #FFE11E;
	border-radius: 5px;
	box-sizing: border-box;
	float: right;
}

	#button:hover  {
		cursor: pointer;
	}

/***************

MAIN CONTENT

***************/
#screen-banner {width: 100%;}
#mobile-banner {display: none;}

@media only screen and (min-width: 1401px) {
	.left_col {
		width: 25%;
		height: 100%;
		float: left;
		padding-left: 100px;
		padding-right: 20px;
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box;   
				box-sizing: border-box;
	}

	.right_col {
		width: 25%;
		height: 100%;
		float: right;
		padding-right: 100px;
		padding-left: 20px;
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box;   
				box-sizing: border-box;

	}
}

@media only screen and (max-width: 1400px) {
	.left_col {
		width: 25%;
		height: 100%;
		float: left;
		padding-left: 40px;
		padding-right: 20px;
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box;   
				box-sizing: border-box;
	}

	.right_col {
		width: 25%;
		height: 100%;
		float: right;
		padding-right: 40px;
		padding-left: 20px;
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box;   
				box-sizing: border-box;

	}
}

	.left_col h1, .right_col h1 {
		font-size: 1.75em;
		margin-bottom: 20px;
		font-weight: normal;
		letter-spacing: -.5px;
	}

		.right_col h1:nth-of-type(2) {
			margin-top: 50px;
		}

	.left_col h2, .right_col h2 {
		font-size: 1.25em;
		font-weight: bold;
		border-bottom: 1px dotted #000000;
		margin-bottom: 10px;
	}
	
		.left_col a, .right_col a {
			font-family: 'Open Sans', sans-serif;
			color: #0F0052;
			margin-bottom: 12px;
			display:block;
		}
		
			.left_col a:hover, .right_col a:hover {
				color: #12E7FF
			}
		
		.left_col ul, .right_col ul {
			margin-left: 25px !important;
		}


.center_col {
	width: 50%;
	float: left;
	padding: 0px 20px 50px 20px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-top: -10px;
	border-left: 1px solid #EBF3F8;
	border-right: 1px solid #EBF3F8;
}
	.center_col .introduction{
		min-height: 250px;
		margin: 40px 0px -10px 0px;
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.center_col img{
		float: right;	
	}

	.center_col p {
		font-size: 1em;
		color: #000000;
		margin: 0px 0px 0px 0px;
		line-height: 1.5em;
		
	}
	
		.center_col p a{
			color: #0F0052;
			font-weight: bold;
		}
		
			.center_col p a:hover {
				color: #12E7FF;
			}
	
		.center_col .introduction p {
			margin: 0px;	
		}
	
		.center_col p a:hover:after {
			content: "";
			display: inline-block;
			width: 0px; 
			height: 00px; 
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent; 
			
			border-left: 5px solid #0F0052;
			margin-left: 10px;
		}

	.center_col span {
		margin-top: 10px;
		display: block;
		font-weight: bold;
	}
	
	.center_col h1 {
		font-size: 2em;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		margin-top: 50px;
		margin-bottom: 10px;
		padding: 5px 0px 5px 0px;
		border-radius: 5px;
		background: #0F0052;
	}
		
			.center_col h1:first-child {
				margin-top: 15px;	
			}
	
	.center_col h2 {
		font-size: 1.75em;
		color: #000000;
		text-transform: Uppercase;
		font-weight: bold;
		margin-top: 50px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #000000;
		text-align: center;
	}
		
	.center_col h3 {
		font-size: 1.5em;
		color: #0F0052;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 50px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #919699;
	}
	
	.center_col h4 {
		font-size: 1.25em;
		color: #000000;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 0px;
		
	}
	
	.center_col h1 a::before, .center_col h2 a::before, .center_col h3 a::before, .center_col h4 a::before {
		content:"";
		display: block;
	  height: 90px; /*same height as header*/
	  margin-top: -90px; /*same height as header*/
		
	}

	.center_col h1 a, .center_col h2 a, .center_col h3 a, .center_col h4 a {
		color: inherit;
	}
	
/*** LANDING AND BROWSE***/

@media only screen and (min-width: 1401px) {
	
	.main-sections {
		box-sizing: border-box;
		position: relative;
		background-color: #000000;
		width: 49%;
		float: left;
		overflow: hidden;
		margin: 20px 0px 0px 0px;

	}
	
	#ms1, #ms3{
		margin: 20px 2% 0px 0px;
	}

	.main-sections img {
		width: 100%;
		float: none;
		padding: none;
		margin: 0px auto 0px auto;
		display: block;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	.main-sections {
		box-sizing: border-box;
		position: relative;
		background-color: #000000;
		width: 100%;
		float: left;
		overflow: hidden;
		margin: 20px 0px 0px 0px;

	}

	.main-sections img {
		width: 100%;
		float: none;
		padding: none;
		margin: 0px auto 0px auto;
		display: block;
	}
	
}

.alphabet {
	margin: 20px auto 0px auto;
	line-height: 3em;
}
	.alphabet a{
		text-align:center;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		color: #ffffff;
		padding: 5px;
		margin: 0px;
		background: #0F0052;	
		border-radius: 2px;
	}
	
	.alphabet a:hover{
		background: #12E7FF
	}

.alphabet-list {
	display: block;
}

#feedback {
	margin: 50px auto 0px auto;
	text-align: center;
}

#feedback a {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #0F0052;
}

	#feedback a:hover {
		text-decoration: underline;
	}

/* HOVER CODE */

@media only screen and (min-width: 1401px) {

	.info {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%; /*height of exhibit div minimum */
		background-color: rgba(0, 102, 153, .90);
		z-index: 1000;
		padding: 10px 25px 10px 25px;
		box-sizing: border-box;
		transition: all 0.5s ease;
		transform: translateY(-50px);

	}
	
}

@media only screen and (max-width: 1400px) {

	.info {
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -60%; /*height of exhibit div minimum */
		background-color: rgba(0, 102, 153, .90);
		z-index: 1000;
		padding: 10px 25px 10px 25px;
		box-sizing: border-box;
		transition: all 0.5s ease;
		transform: translateY(-50px);

	}
	
}

		.info h2{
			height: 50px;
			padding-bottom: 10px;
			font-size: 1.75em;
			box-sizing: border-box;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: normal;
			color: #ffffff !important;
			margin-top: 0px;
			border-bottom: none;
		}

		.info p {
			color: #ffffff !important;
			text-align: center;
		}

	#ms1:hover #info1 {
		transition: all 0.5s ease;
		display: block;
		bottom: 0px;
		transform: translateY(0px);
	}

	#ms2:hover #info2 {
		transition: all 0.5s ease;
		display: block;
		bottom: 0px;
		transform: translateY(0px);
	}

	#ms3:hover #info3 {
		transition: all 0.5s ease;
		display: block;
		bottom: 0px;
		transform: translateY(0px);
	}

	#ms4:hover #info4 {
		transition: all 0.5s ease;
		display: block;
		bottom: 0px;
		transform: translateY(0px);
	}

/***************

FOOTER

***************/

.footer, .push {
	min-height: 435px;
	clear: both;
}

.footer {
	width: 100%;
	background: #0F0052;
	position: relative;
	bottom: 0px;
}

	.footer p{
		font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
	}

	.footer a {
		color: inherit;
	} 

	.footer img {
		width: 75%;
	}

.footer-container {
	margin: 0px 100px 0px 100px;
	padding: 50px 0px;
}

.footer_col {
	width: 33%;
	min-height: 300px;
	float: left;
	box-sizing: border-box;
	padding: 0px 25px 0px 25px;
	border-left: 1px solid #ffffff;
}

	#foot-col-1{
		border-left: none;
		padding-left: 0px;
	}

	#foot-col-2 p{
		display: block;
		margin-bottom: 5px;
	}

	#foot-col-3{
		padding-right: 0px;
	}

.footer span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #FFE11E;
	font-size: 1.25em;
	display: block;
	margin-bottom: 3px;
}

