body {
	margin:0;
	font-size: 1.3em;
	font-family: sans-serif;
	font-weight: lighter;
	line-height: 1.375;
}

* {
  box-sizing: border-box;
}

nav#desktop-nav {
	/*background-color: #649AC4;*/
	/*background-color: #4C8BBB;*/
	background-color: #4380A8;
	text-align: center;
	font-size: larger;
	font-family: sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	z-index: 9999;
}

div.nav-button {
	margin-left: 30px;
	margin-right: 30px;
	display:inline-block
}

#desktop-nav a, #desktop-nav a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#desktop-nav a:hover, #desktop-nav a:visited:hover, #desktop-nav label:hover, #desktop-nav a:active, #desktop-nav a:visited:active, #desktop-nav label:active {
    color:rgba(255, 255, 255, .6);
    outline:none
}


#desktop-nav a.active-index, #desktop-nav a:visited.active-index, #desktop-nav label.active-index {
    color:rgba(255, 255, 255, .6);
    outline:none
}

#desktop-nav .active > a, #desktop-nav .active > a:visited, #desktop-nav .active > a:active, #desktop-nav .active > label {
    color:rgba(255, 255, 255, .6);
    outline:none
}

div.nav-top-margin {
	/* A spacer to push content below navigation bar */
	height: 30px;
}

div#title-banner {
	/*background-color: #649AC4;*/
	/*background-color: #4C8BBB;*/
	background-color: #4380A8;
	/*font-size: 20pt;*/
	font-family: sans-serif;
	text-align: center;
	width: 100%;
}

div#title-banner-gallery {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

div#title-banner-gallery-controls {
	width: 100%;
	margin-top:16px!important;
	margin-bottom:16px!important;
	font-size:18px!important;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
}

.banner-gallery-prev,
.banner-gallery-next {
	cursor: pointer;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
}

.banner-gallery-next {
	float:right!important;
	border-radius: 3px 0 0 3px;
}

.banner-gallery-prev {
	border-radius: 0 3px 3px 0;
	float:left!important;
}

.banner-gallery-prev:hover,
.banner-gallery-next:hover {
 	background-color: rgba(0, 0, 0, 0.8);
}

.banner-gallery-badge {
	height:13px;
	width:13px;
	cursor: pointer;
	background-color:#000;
	color:#fff;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	border:1px solid #ccc!important;
	padding:0;
	margin-top: 21px;
	margin-bottom: 21px;
	background-color:transparent!important;
}

.banner-gallery-badge-active {
	color:#000!important;
	background-color:#fff!important;
}

.banner-gallery-badge:hover {
	color:#000!important;background-color:#fff!important
}

img.banner-gallery-img {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	display: none; /* By default, gallery images are hidden. Add .banner-gallery-img-active to make them visible */
}

img.banner-gallery-img-active {
	display: block;
}

img.team-headshot {
	float: right;
	max-height: 250px;
	max-width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
}

img.news-image-float-clear {
	float: right;
	clear: right;
	max-width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
}

img.news-image {
	float: right;
	max-height: 250px;
	max-width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
}

div#title-banner-text {
	font-size:30pt;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

div#project-main-title {
	font-size: 45pt;
}

div#footer {
	color: #fff;
	/*background-color: #649AC4;*/
	/*background-color: #4C8BBB;*/
	background-color: #4380A8;
	font-family: sans-serif;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 90px;
}

img.logo-footer {
	float: right;
	vertical-align: middle;
	height: 70px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
}

div.text-content-section {
	max-width: 1500px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.content-section {
	padding-top: 30px;
}

h3.section-header {
	/*color: #649AC4;*/
	/*color: #4C8BBB;*/
	color: #4380A8;
	font-weight: bolder;
	/*font-size: 28pt;*/
	font-size: 3em;
	text-align: center;
}

h3.section-header.logo-header {
	margin-bottom: 0;
}

h4.section-header {
	/*color: #649AC4;*/
	/*color: #4C8BBB;*/
	color: #4380A8;
	font-weight: bold;
	/*font-size: 16pt;*/
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-block-start: 0.5em;
	margin-bottom: 0.5em;
	margin-block-end: 0.5em;
}

h4.team-member {
	margin-top: 1.5em;
	margin-block-start: 1.5em;
}

.section-header a, .section-header a:visited {
	/*color: #649AC4;*/
	/*color: #4C8BBB;*/
	color: #4380A8;
	text-decoration: none;
	outline: none;
}

div.news-item {
	margin-bottom: 2.2em;
	min-height: 350px;
}

div.logo-line {
	width: 100%;
	text-align: center;
	padding-top: 1.5em;
}
div.cosmovis-logo-line {
	width: 100%;
	text-align: center;
	padding-top: 0.9em;
	padding-bottom: 1.5em;
}

img.logo-line {
	height: 100px;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

img#erc-logo {
	/*height: 150px;*/
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 0.5px solid;
	border-color: black;
}

img#cosmovis-qr-code {
	/*height: 150px;*/
	padding-right: 0.5em;
	padding-left: 0.5em;
}

img.logo-left {
	/*float: left;*/
	padding-right: 1em;
}

img.logo-right {
	/*float: right;*/
	padding-left: 1em;
}
span#erc-logo {
	/*height: 150px;*/
	padding-right: 0.5em;
	padding-left: 0.5em;
	display: inline-block;
}
span#cosmovis-qr-code {
	/*height: 150px;*/
	padding-right: 0.5em;
	padding-left: 0.5em;
	display: inline-block;
}

span.logo-left {
	/*float: left;*/
	padding-right: 1em;
	display: inline-block;
}

span.logo-right {
	/*float: right;*/
	padding-left: 1em;
	display: inline-block;
}

.volume {
	font-style: italic;
}

.journal {
	font-style: italic;
}

.book {
	font-style: italic;
}

.translation {
	font-style: italic;	
}


.paper {
	font-style: italic;
}

.email {
	font-style: italic;
	font-size: 0.85em;
}
