html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	background-color: #63BCBF;
	width: 100%;
	height: 100%;
}

p {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
}

h1 {
	margin-top: 10px;
	text-align: center;
	color: #2e2728;
	font-style: bold;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}

h2 {
	margin-top: 40px;
	text-align: left;
	color: #28828B;
	font-style: bold;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 1px solid #28828B;
}

h3 {
	margin-top: 40px;
	text-align: center;
	color: #63BCBF;
	font-style: bold;
	font-size: 30px;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px 0px #fff, 3px 2px 0px rgba(0,0,0,0.05);
}

a {
	color: #008A8E; 
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	text-decoration: none;
	cursor: pointer;
	outline: expression(hideFocus=true);
	outline: 0;
}

a:hover {
	color: #63BCBF;
}

ul,li {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
}

table,th,td {
	border: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}

td {
	padding: 10px;
}

.marginLeft10 {
	margin-left: 10px;
}

div#maincontainer {
	position: relative;
	width: 90%;
	margin: auto;
	background: #FFFFFF;
	padding: 20px;
}

div#maincontainer img {
	padding: 20px;
}

div#maincontainer p {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
}

div#maincontainer table,th,td {
	border: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}

/*----- div#banner_top {
	background: #FFFFFF url(images/background3.png) 50% no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 150px;
	margin: none;
	padding: none;
	border-bottom: 3px black solid;
	position: relative;
}	-----*/

div#menubackground {
	z-index: -3;
	position: relative;
	height: 50px;
	background-color: #2e2728;
	margin: none;
	padding: none;
}

/*-----div.logo {
	z-index: 100;
	background: #FFFFFF;
	width: 10%;
	height: 10%;
	position: absolute;
    bottom: 0;
    left: 70%;
    float: right;
}-----*/

/*----- Footer -----*/

div#footer {
	border-top: none;
	margin-bottom: 10px;
	margin-top: none;
	padding-top: 5px;
}

div#footer p {
	border-top: 1px #FFF solid;
	text-align: center;
	font-size: 9px;
	color: #343C3E;
	padding-top: 5px;
}

div#footer a {
	color: #000000; 
	font-family: 'Questrial', sans-serif;
	font-size: 9px;
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
	outline: expression(hideFocus=true);
	outline: 0;
}

div#footer a:hover {
	color: #FFFFFF;
}	

/*----- Index Buttons -----*/
	
.button1 {	
		text-align: center;
		font-size: 30px;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #000000;
		margin: 2.5%;
		border: none;
		background-color: #63BCBF;
		float: left;
  		width: 45%;
 	 	height: 200px;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button1:hover {
		background-color: #343C3E;
		color: #FFFFFF;
}

/*----- Structure Buttons -----*/

.button2 {	
		text-align: center;
		font-size: 2vw;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #FFFFFF;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px;
		padding-left: 20vw;
		padding-right: 20vw;
		border: none;
		background-color: #63BCBF;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button3 {	
		text-align: center;
		font-size: 2vw;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #FFFFFF;
		margin-left: 2vw;
		margin-right: 2vw;
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px;
		border: none;
		background-color: #28828B;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button3:hover {
		background-color: #343C3E;
		color: #FFFFFF;
}

/*----- Research Units Buttons -----*/
	
.button4 {	
		text-align: center;
		font-size: 30px;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #000000;
		margin: 1.5%;
		border: none;
		background-color: #63BCBF;
		float: left;
  		width: 30%;
 	 	height: 150px;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button4:hover {
		background-color: #343C3E;
		color: #FFFFFF;
}

.button5 {	
		text-align: center;
		font-size: 20px;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #FFFFFF;
		margin: 1.5%;
		border: none;
		background-color: #28828B;
		float: left;
  		width: 30%;
 	 	height: 80px;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button5:hover {
		background-color: #343C3E;
		color: #FFFFFF;
}

.button6 {	
		text-align: center;
		font-size: 20px;
		font-style: bold;
		font-family: 'Ubuntu', sans-serif;
		color: #FFFFFF;
		margin: 1.5%;
		border: none;
		background-color: #FFFFFF;
		float: left;
  		width: 30%;
 	 	height: 80px;
 	 	display: inline-block;
 	 	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
}

.button6:hover {
		background-color: #FFFFFF;
		color: #FFFFFF;
}

/*----- Header & Logo -----*/

a img.logo2 {
    display: none;
    background: #FFFFFF;
	width: 12.05%;
	height: auto;
	position: absolute;
    top: 0px;
    left: 84%;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}
a img.logo1 {
    display: inherit;
    width: 12.05%;
	height: auto;
	position: absolute;
    top: 0px;
    left: 84%;
}
a:hover img.logo2 {
    display: inherit;
}
a:hover img.logo1 {
    display: none;
}

/*----- Menu Outline -----*/

.clearfix:after {
display:block;
clear:both;
}
.menu-wrap {
width:100%;
box-shadow:0px 1px 3px rgba(0,0,0,0.2);
background:#343C3E;
}
.menu {
width:90%;
margin:0px auto;
}
.menu li {
margin:0px;
list-style:none;
font-family: 'Ubuntu', sans-serif;
}
.menu a {
margin-top: 5px;
font-size: 20px;
font-style: bold;
line-height: 100%;
font-family: 'Ubuntu', sans-serif;
transition:all linear 0.15s;
color:#919191;
}
.menu li:hover > a, .menu .current-item > a {
text-decoration:none;
color:#63BCBF;
}
.menu .arrow {
font-size:11px;
line-height:0%;
padding:5px;
}
/*----- Top Level -----*/
.menu > ul > li {
float:left;
display:inline-block;
position:relative;
font-size:19px;
}
.menu > ul > li > a {
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
font-style: bold;
line-height: 100%;
padding:10px 40px;
display:inline-block;
text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
background:#2e2728;
}
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
z-index:1;
opacity:1;
}
.sub-menu {
width:130%;
padding:5px 0px;
position:absolute;
top:100%;
left:0px;
z-index:-1;
opacity:0;
transition:opacity linear 0.15s;
box-shadow:0px 2px 3px rgba(0,0,0,0.2);
background:#2e2728;
}
.sub-menu li {
display:block;
font-size:16px;
}
.sub-menu li a {
padding:10px 30px;
display:block;
}
.sub-menu li a:hover, .sub-menu .current-item a {
background:#3e3436;
}


/*----- Image Slider -----*/

@import url(https://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
  box-sizing: border-box;
}
figure { 
  margin: 0; 
  background: #63BCBF;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; 
  overflow: hidden; 
}
figure.slider { 
  position: relative; 
  width: 500%;
  font-size: 0; 
  animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; 
  height: auto;
  display: inline-block;  
  position: inherit; 
}
figure.slider img { width: auto; height: 100%; }
figure.slider figure figcaption { 
  position: absolute; 
  bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; 
  width: 100%;
  font-size: 2rem; 
  padding: .6rem; 
}