@charset "UTF-8";
html {
	background-color: #FFFFFF;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
body {
	margin: 0px;
	padding: 0px;
	color: #343434;
	font-size: 22px;
	line-height: 26px;
	word-wrap:break-word !important;
}
h1 {
	margin-top: 100px;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
}	

h3 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}


/* *** image banner at top of page *** */
.primary_header {
	width: 100%;
}

/* *** footer banner at bottom of page *** */
.secondary_header {
	clear: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* *** whole left article (contact) *** */
.left_article {
	float: left;
	width: 34%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #343434;
	font-size: 0.75em;
}

/* **** whole right article **** */
.right_article {
	float: right;
	width: 66%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #343434;
	font-size: 1em;
	text-align: justify;
}

/* *** paragraphs in right article *** */
.right_article p {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: normal;
}

/* **** links in right article **** */
.right_article p a {
	color: #009290;
	text-decoration: none;
}
.right_article p a:hover {
	color: #FFFFFF;
	background-color: #009290;
	cursor: pointer;
	text-decoration: none;
}

/* **** images in right article **** */
.right_article p img {
	float: right;
	width: auto;
	max-width: 40%;
	height: auto;
	padding-left: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
}


/* ******* title: "Publications" ******* */
.right_article h2 {
	padding-left: 30px;
	font-size: 30px;
	text-align: left;
}

/* ********* whole block of publications ****** */
.right_article ul {
	padding-right: 3%;
}

/* ************ each publication ************ */
/* *** border-left and border-radius refer to *** */
/* *** curved line to left of each publication *** */
.right_article ul li {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left: 2px solid #343434;
	border-radius: 6px;
	line-height: normal;
	list-style: none;
	font-size: 0.7em;
	text-align: justify;
}

/* ***** no top margin for 1st publication ***** */
.right_article ul li:first-child {
	margin-top: 0px;
}

/* ***** html links in publication list ******* */
.right_article ul li a {
	color: #009290;
	text-decoration: none;
}
.right_article ul li a:hover {
	color: #FFFFFF;
	background-color: #009290;
	cursor: pointer;
	text-decoration: none;
}

/* *** footer banner at bottom of page *** */
.footer {
	background-color: #009290;
}
.copyright {
	color: #FFFFFF;
	border-top-width: 2px;
	font-size: small;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}


/* ******************************************** */
/* ******************************************** */
/* ******************************************** */
/* ************* Media Queries *********** */

/* ******************************************** */
/*  ****** 2nd biggest (big tablet?)  ********* */
/* ******************************************** */
@media ( min-width : 769px ) and (max-width : 1200px ){
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 7%;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
}

/* ******************************************** */
/*  ********* 3rd biggest (tablet?)  ********** */
/* ******************************************** */
@media (min-width : 321px ) and ( max-width : 768px ){
.secondary_header {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	float: none;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	text-align: justify;
}
}

/* ******************************************** */
/*  ********* smallest (smartphone)  ********** */
/* ******************************************** */
@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	width: 100%;
	margin-top: 28px;
	margin-left: 0px;
}
.secondary_header {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	text-align: justify;
}
.copyright {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
}

/* ******************************************** */
/* ********     Navigation menus    *********** */
/* ********        below here       *********** */
/* ******************************************** */
/* ******************************************** */


#container {
	margin: 0 auto;
	max-width: 890px;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to whole nav container. */
nav { 
	margin: 0px;
	padding: 0px;
	background-color: #009290;
}

/* Since we'll have the "ul li" "float:left"  */
/* we need to add a clear after the container. */
/* Otherwise the rest of the webpage moves right. */

nav:after {
	content: "";
	display: table;
	clear: both;
}

/* Float top menu items from left side of screen. */
/* Add "position:relative" and remove margin, padding */
/*  and "list-style" (bullet point markers) from the "ul" */
nav ul {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
/* Positioning the menu items inline */
/* float left ensures no space between items */
nav ul li {
	float: left;
	display: inline-block;
	width: auto;
	margin: 0px;
	background-color: #009290;
	}

/* Default styling all menu links */
nav a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	font-size: 17px;
	text-decoration: none;
	line-height: 40px;
}
/* Background color change on Hover */
nav a:hover { 
	color: #009290;
	background-color: #CEFFFE;
}

/* Dropdown links from Research menu */
/* Background color change on Hover */
nav ul li ul li:hover {
	color: #009290;
	background: #FFFFFF;
}

/* Hide Research dropdowns by default */
/* and giving them a position of absolute, */
/* which means relative to nearest positioned */
/* ancestor instead of relative to viewport */
nav ul ul {
	position: absolute; 
	display: none;
	/* Must be same number as "line-height" of "nav a". If */
	/* greater, there will be vertical space before top item */
	top: 40px;
	/* This means positioned "40px from top" of ancestor item */
	/* It's part of the "position: absolute" stipulation. */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display: block;
}
	
/* First Tier Dropdown */
nav ul ul li {
	float: none;
	display: list-item;
	width: 210px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:210px; 
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* ******************************************** */
/* ******************************************** */
/* ******************************************** */

/* ************************ */
/* ************************ */
@media all and (max-width: 768px) {

	#logo {
		float: none;
		display: block;
		width: 100%;
		padding: 0px;
		text-align: center;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the "toggle" label */
	.toggle {
		display: block;
		padding: 10px 30px;	
		color: #FFFFFF;
		background-color: #009290;
		border: none;
		font-size: 17px;
		text-decoration: none;
	}
	.toggle:hover {
		color: #009290;
		background-color: #FFFFFF;
	}

	/* Display Dropdown when click on Parent Label */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% of ul*/
	/* Looks better at 60%, so I changed it. */
	nav ul li {
		display: block;
		width: 60%;
		}

	/* indent Research menu dropdown links */
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	/* further indent dropdown-from-dropdown links */
	/* Unnecessary because I don't have any */
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
 	nav ul ul ul a {
		background-color: #FFFFFF;
	}

	/* Dropdown links, etc. from Research menu */	
	nav ul li ul li .toggle,
	nav ul ul a,
    nav ul ul ul a {
		padding-left: 50px;
		background-color: #009290;
	}
  
	/* Hide Research dropdowns by default */
	nav ul ul {
		position: static;
		float: none;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}
}

/* ************************ */
/* ************************ */
@media all and (max-width: 320px) {

	/* main menu items */
	nav ul li {
		display: block;
		width: 100%;
	}
}
