/* Panel
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body .content ul {
	padding-left: 0;
}

.content h2, .content span {
	margin-bottom: 30px;
}

.content h2.hidden, .content h4.hidden {
	cursor: help;
}

.content h2.hidden:before, .content h4.hidden:before {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	display: block;
	left: -1px;
	padding: 5px 8px 6px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.5);
	background: #fff;
	z-index: 9;
	pointer-events: none;
	transition: 0.1s all ease-in-out;
}

.content h2.hidden:hover:before, .content h4.hidden:hover:before {
	visibility: visible;
	opacity: 1;
}

.content h2.hidden:after, .content h4.hidden:after {
	position: relative;
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNTc0LDUuNjY5bC0xLjQyNCwxLjQyNEMxMy40MjgsNy40NCwxMy42NTYsNy43NTcsMTMuODE5LDhjLTAuNzYsMS4xMy0yLjg1LDMuODItNS41NjEsMy45ODVMNi40NDMsMTMuOCBDNi45MzksMTMuOTI0LDcuNDU3LDE0LDgsMTRjNC43MDcsMCw3Ljc0NC01LjI4NCw3Ljg3MS01LjUwOGMwLjE3MS0wLjMwNCwwLjE3Mi0wLjY3NiwwLjAwMS0wLjk4IEMxNS44MjUsNy40MjcsMTUuMzcyLDYuNjMxLDE0LjU3NCw1LjY2OXoiPjwvcGF0aD48cGF0aCBkPSJNMC4yOTMsMTUuNzA3QzAuNDg4LDE1LjkwMiwwLjc0NCwxNiwxLDE2czAuNTEyLTAuMDk4LDAuNzA3LTAuMjkzbDE0LTE0YzAuMzkxLTAuMzkxLDAuMzkxLTEuMDIzLDAtMS40MTQgcy0xLjAyMy0wLjM5MS0xLjQxNCwwbC0yLjc0NSwyLjc0NUMxMC41MTUsMi40MzEsOS4zMzEsMiw4LDJDMy4yNDUsMiwwLjI1MSw3LjI4OSwwLjEyNiw3LjUxNCBjLTAuMTY5LDAuMzAzLTAuMTY4LDAuNjcyLDAuMDAyLDAuOTc1YzAuMDcsMC4xMjUsMS4wNDQsMS44MDIsMi42OTMsMy4yNzZsLTIuNTI5LDIuNTI5Qy0wLjA5OCwxNC42ODQtMC4wOTgsMTUuMzE2LDAuMjkzLDE1LjcwN3ogTTIuMTgxLDcuOTk5QzIuOTU4LDYuODM1LDUuMTQ2LDQsOCw0YzAuNzQyLDAsMS40MzcsMC4yMDEsMi4wNzgsMC41MDhMOC41MTIsNi4wNzRDOC4zNDgsNi4wMjksOC4xNzgsNiw4LDZDNi44OTUsNiw2LDYuODk1LDYsOCBjMCwwLjE3OCwwLjAyOSwwLjM0OCwwLjA3NCwwLjUxMkw0LjI0LDEwLjM0NkMzLjI4NSw5LjUxLDIuNTU5LDguNTYyLDIuMTgxLDcuOTk5eiI+PC9wYXRoPjwvc3ZnPg==');
	opacity: 0.27;
}

.content h2 {
	position: relative;
	margin-top: 3px;
}

.content h2.hidden:before {
	content: 'Regular website visitors do not have access to this panel page yet.';
	bottom: -60px;
	width: 150px;
}

.content h2.hidden:hover:before {
	bottom: -64px;
}

.content h2.hidden:after {
	/*top: 1px;*/
	margin-left: 8px;
}

.content h4 {
	position: relative;
	margin: 0 0 5px;
}

.content h4.hidden:before {
	content: 'Regular website visitors cannot see this section yet.';
	top: 21px;
	width: 120px;
}

.content h4.hidden:hover:before {
	top: 25px;
}

.content h4.hidden:after {
	top: 2px;
	margin-left: 6px;
}

.content span {
	display: block;
	line-height: 1.4;
}

.content a {
	border-bottom-color: #d9d9d9; /* 0.15 */
	color: inherit;
}

.content .data {
	float: left;
	width: 180px;
}

.content .details {
	margin-left: 240px;
}

.content .data span.type, .content .data span.open, .content .data span.closed {
	position: relative;
	display: inline-block;
	left: -1px;
	margin-right: 2px;
	margin-bottom: 34px;
	padding: 1px 5px 1px 6px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
	color: #fff;
	background: #000;
}

.content .data span.open {
	background: #7dbd39;
}

.content .data span.closed {
	background: #9160e6;
}

.content .data span span {
	margin-top: 6px;
}

.content .data span a, .content .details ul.papers a {
	display: inline-block;
	line-height: 1.2;
}

.content .data h4 + span a:last-child {
	margin-bottom: 5px;
}

.content .data ul.people {
	margin-bottom: 24px;
}

.content .data ul.people li {
	list-style: none;
	padding-top: 1px;
	padding-bottom: 8px;
	line-height: 1.3;
}

.content .data ul.people.emails li {
	overflow-wrap: break-word;
}

.content .data ul.people li span, .content .details ul.papers > li span span {
	margin: 3px 0 0; /* under links: 3px */
	font-style: italic;
	font-size: 14px;
	line-height: 1.2;
	color: #949494; /* 0.42 */
}

.content .details ul.papers {
	padding-top: 3px;
	font-weight: 700;
	line-height: 1.3;
}

.content .details ul.papers + h4 {
	margin-top: 35px;
}

.content .details ul.papers > li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 18px;
	list-style: none;
}

.content .details ul.papers > li:before {
	position: absolute;
	display: block;
	content: '\e903';
	top: 4px;
	left: 0;
	font-family: 'EuroSEAScons' !important;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
}

.content .details ul.papers > li > span {
	display: block;
	margin: 3px 0 0;
	font-weight: 400;
	line-height: 1.3;
}

.content .details ul.papers > li > span a {
	margin-right: 2px;
}

body .content .details ul.papers > li > span span {
	display: inline-block;
}

.content .details ul.papers > li div {
	display: none;
	margin: 10px 0 22px;
}

.content .details ul.papers.open li div {
	display: block;
}

.content ul.papers > li:last-child div {
	margin-bottom: 16px;
}

.content .details ul.papers > li div p, .content .details ul.papers > li div ul, .content .details ul.papers > li div ol {
	margin: 0 0 9px;
	font-size: 14px;
	font-weight: initial;
	line-height: 1.3;
}

.content .details ul.papers > li div ul, .content .details ul.papers > li div ol {
	padding-left: 18px;
	list-style: disc;
}

.content .details a.button {
	margin-top: 18px;
	margin-bottom: 35px;
	color: #000;
	background: #ececec; /* 0.075 */
}

.content .details a.button:hover {
	color: #fff;
	background: #00b9af;
}

.content .details .abstract {
	margin: 6px 0 29px;
}

.content .details .abstract p {
	margin-bottom: 8px;
	line-height: 1.5;
}

.content .details .abstract ul, .content .details .abstract ol {
	margin-bottom: 12px;
	padding-left: 20px;
}

@media (max-width: 800px) {
	.content h2, .content span {
		margin-bottom: 25px;
	}

	.content .data {
		float: none;
		width: 100%;
	}

	.content .data ul.people li a {
		margin-right: 2px;
	}

	.content .data ul.people li span {
		display: inline-block;
	}

	.content .data span.type, .content .data span.open, .content .data span.closed {
		margin-bottom: 29px;
	}

	.content .data ul.people {
		margin-bottom: 19px;
	}

	.content .details {
		margin-left: 0;
	}

	.content .details ul.papers + h4 {
		margin-top: 30px;
	}

	.content .details a.button {
		margin-top: 13px;
		margin-bottom: 30px;
	}

	.content .details .abstract {
		margin-bottom: 24px;
	}
}

.modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.modal.visible {
	visibility: visible;
	opacity: 1;
}

.modal .window {
	position: relative;
	overflow-y: auto;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	width: 570px;
	padding: 28px;
	border-radius: 12px;
	background: #fff;
	transform: translateX(-50%) translateY(-50%) scale(0.975);
	transition: transform 0.2s ease-in-out;
}

.modal.visible .window {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.modal .window h2 {
	margin: 0 2px 16px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.5px;
}

.modal .window p {
	margin-left: 2px;
	margin-right: 2px;
	line-height: 1.5;
}

.modal .window a {
	text-decoration: inherit;
	border-bottom: 2px solid rgba(0,185,175,0.17); /* blue 0.17 */
	color: #00b9af;
	transition: 0.2s color ease-in-out, 0.2s border-bottom ease-in-out;
}

.modal .window a:hover {
	color: #00b9af;
	border-bottom-color: rgba(0,185,175,0.7); /* blue 0.7 */
}

.modal .window .password {
	position: relative;
	width: 360px;
	margin: 40px auto 42px;
}

.modal .window .password.error {
	animation: shake 1s ease-in-out;
}

@keyframes shake {
	0%, 90%, 100% {
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70% {
		transform: translate3d(-5px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		transform: translate3d(5px, 0, 0);
	}
}

.modal .window .password input {
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
}

.modal .window .password input.code {
	width: 100%;
	/*margin: 8px 0 12px;*/
	padding: 10px 18px 12px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 25px;
	font-family: inherit;
	font-size: 20px;
	box-sizing: border-box;
	transition: border-color 0.2s ease-in-out;
}

.modal .window .password input.code::placeholder {
	color: rgba(0,0,0,0.2);
}

.modal .window .password input.code:focus {
	outline: none;
	border-color: #00b9af;
}

.modal .window .password.error input.code {
	border-color: #d00;
}

.modal .window .password input.submit {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	padding: 0;
	border: 0;
	border-radius: 100%;
	color: #fff;
	background-color: #00b9af;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23FFFFFF' points='13.0706017 22.0706017 11.6563882 20.6563882 17.3130014 14.9992929 11.6563882 9.34361182 13.0706017 7.92939826 20.1416696 15.0004661'%3E%3C/polygon%3E%3C/svg%3E");
	background-size: 30px auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-color 0.2s ease-in-out;
}

.modal .window .password input.submit:hover, .modal .window .password input.submit:focus {
	outline: none;
	background-color: #00a69d;
}

.modal .window .password + p {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	color: rgba(0,0,0,0.65);
}

@media (max-width: 690px) {
	.modal .window {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 580px) {
	.modal .window {
		padding: 28px 18px;
	}

	.modal .window .password {
		width: 100%;
	}
}