@font-face{ 
	font-family: 'LM Sans Regular';
	src: url('fonts/Sans/cmunss.eot');
	src: url('fonts/Sans/cmunss.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Sans/cmunss.woff') format('woff'),
		 url('fonts/Sans/cmunss.ttf') format('truetype'),
		 url('fonts/Sans/cmunss.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'LM Sans Bold';
	src: url('fonts/Sans/cmunsx.eot');
	src: url('fonts/Sans/cmunsx.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Sans/cmunsx.woff') format('woff'),
		 url('fonts/Sans/cmunsx.ttf') format('truetype'),
		 url('fonts/Sans/cmunsx.svg#webfont') format('svg');
}

body {
	margin: 0;
	font-family: LM Sans Regular, Open Sans, sans-serif;
	background: #eeeeee;
	/* background: url(img/PI2.jpg) fixed; */
	/* background: url(img/CCIS_small2.jpg) bottom center fixed; */
	background: url(img/wm-1.jpg) top center fixed;
	background-size: cover;
	padding-bottom: 2em;
}

:root {
    --main-color:#007c41;
}

.header {
	margin: 0;
	margin-top: 50px;
	background: #252585;
	/* background: #007c41; */
	background: var(--main-color);
	width: 100%;
}
.header .headline {
	font-family: LM Sans Regular, Open Sans, sans-serif;
	font-size: 2.5em;
	color: white;
	display: block;
	margin-left: 15%;
	padding-top: 20px;
}
.header .subheadline {
	color: white;
	display: block;
	margin-left: 15%;
	padding-top: 0px;
}

.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
	/* background: #007c41; */
	background: #007c41;
	padding-top: 1em;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 50px;
}
.topnav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-right: 1.5em;
	line-height: 40px;
}
.topnav a, .topnav a:link, .topnav a:visited {
	text-decoration: none;
	color: #dddddd;
}
.topnav a.current {
	font-weight: bold;
	color: white;
}
.topnav a:hover {
	color: white;
}

.mainbox {
	position: relative;
	margin-top: -30px;
	width: 70%;
	margin-left: 15%;
}
.content {
	box-sizing: border-box;
	background: white;
	padding: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: justify;
}
.content h1, .content h2, .content h3 {
	font-weight: normal;
}
.content p, .content ul, .content ol {
	font-size: 1.1em;
	line-height: 1.5em;
}
.content ol li p {
	font-size: 1em;
	margin-top: 0.5em;
}
.content a, .content a:link, .content a:visited {
	text-decoration: underline;
	/* color: #007c41; */
	color: #007c41;
	
	/*
		A8CBE2
		679BBC
		007c41
		28658D
		154C71
	*/
	
}
.content a:active {
	text-decoration: underline;
	color: #ff8800;
}


.wideimage {
	width: 100%;
	background: white;
	height: 800px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	background-position: middle center;
	background-size: cover;
}
.wideimage:hover {
	border: 5px solid red;
}

.widetext {
	width: 100%;
	background: white;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	background-size: cover;
	padding-left: 0em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 1em;
	box-sizing: border-box;
	/*text-align: center;*/
}
.widetext img {
	width: 50%;
	border: 1px solid black;
	margin-left: calc(15%);
}
.widetext p {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-left: calc(15% + 1.5em);
	padding-right: calc(15% + 1.5em);
	padding-bottom: 0.4em;
	background: white;
	width: 100%;
	box-sizing: border-box;
	font-style: italic;
	font-size: 1em;
}
.widetext p a, .widetext p a:link, .widetext p a:visited {
	text-decoration: underline;
	color: #007c41;
}



.cv_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	line-height: 1.4em;
}
.cv_table_td_left {
	width: 7em;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #007c41; /*navy; */
	padding-right: 0.5em;
	height: 120px;
}
.cv_table_td_right {
	vertical-align: top;
	padding-left: 0.5em;
	padding-bottom: 1em;
}
.cv_table_td_image {
	width: 225px;
	text-align: right;
	vertical-align: top;
}
.cv_table_td_image img {
	border: 0;
}
.cv_highlight {
	display: block;
	margin-bottom: 1em;
}
.cv_detail_highlight {
	font-weight: bold;
	color: #444;
}
.cv_detail_regular {
	padding-left: 1em;
}



.lecture_notes_div {
	margin-left: 1.5em;
}
.lecture_notes_div ul.info {
	list-style: none;
	margin: 0;
	margin-top: -0.7em;
	padding: 0;
}
.lecture_notes_div ul.info li {
	display: inline-block;
	margin: 0;
	padding: 0.2em;
	color: #666666;
}
.lecture_notes_div ul.info li.prof {
	width: 9em;
	text-align: right;
}
.lecture_notes_div ul.info li.sem {
	width: 9em;
	text-align: right;
}
.lecture_notes_div ul.info li.sep {
	color: #888888;
	width: auto;
	min-width: 0;
}



.lit_list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
.lit_list li {
	margin-bottom: 1.5em;
	color: #666666;
}
.lit_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lit_list ul li {
	margin-bottom: 0.1em;
}
.lit_title {
	width: 100%;
	color: #007c41;
	/* border-bottom: 1px solid #007c41; */
	font-weight: bold;
	text-decoration: none;
}
.lit_list a, .lit_list a:link, .lit_list a:visited, .list_list a:hover {
	text-decoration: none;
}	
.lit_title a, .lit_title a:link, .lit_title a:visited {
	font-weight: bold;
	color: #007c41;
	text-decoration: none;
}
.lit_authors {
	/* font-style: italic; */
}
.lit_subjects span, .lit_projects span {
	display: inline-block;
	border: 1px solid #ccc;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.0em;
	font-size: 0.8em;
	line-height: 1em;
}
.lit_js_link {
	color: #007c41;
	text-decoration: none; /* underline; */
}
.lit_js_link:hover {
	cursor: pointer;
}
.lit_abstract {
	display: none;
	text-align: justify;
}
.lit_remarks {
	display: none;
	text-align: justify;
}
.lit_remarks ul {
	list-style: square;
	margin: 1em;
	padding-left: 1em;
}


.cat_list {
	width: 100%;
	list-style: none;
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
	text-align: left;
}
.cat_list li {
	list-style: none;
	margin: 0em;
	display: inline-block;
	float: left;
	border: 1px solid #ccc;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em;
}
.cat_list {
	color: #007c41;
}
.cat_list li:hover {
	cursor: pointer;
	color: white;
	background: #ff8800;
}
.cat_list_active {
	color: white;
	background: #ff8800;
}
  
.cat_list::after {
    clear: left;
	display: block;
	background: red;
	content: "";
	visibility: hidden;
}


.sw_list {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
.sw_list h3 {
	margin-bottom: 0;
}
.sw_list p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.sw_list textarea, .inputBox {
	margin-left: 1.5em;
	display: none;
	overflow: auto;
	height: 25em;
	border: 1px solid #cccccc;
	background: #f9f9ff;
	color: #444444;
	line-height: 1.5em;
	padding: 1em;
	width: 97%;
}
p.definition {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
p.version_info {
	font-family: Courier New, Courier, Monospace;
}


.fake_link {
	color: #007c41;
	text-decoration: underline;
}
.fake_link:hover {
	cursor: pointer;
}




























/* initially developed for Outreach page, now global */

.ImageDescriptionUL {
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	width: calc(70%);
	
	border-left: 5px solid #007c41;
	padding-left: 1em;
	margin-bottom: 3em;
	
}
.ImageDescriptionUL li:nth-child(1) {
	padding-top: 0.2em;
}
.ImageDescriptionUL li:last-child {
	padding-top: 0.5em;
}
.ImageDescriptionUL li {
	text-align: justify;
}

.gallery {
	width: 70%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	max-height: 500px;
	overflow: hidden;
	border: 1px solid #444;
}
.gallery img {
	width: 100%;
	box-shadow: none;
	transition: transform ease 0.2s;
}
.gallery img:hover {
	transform: scale(1.05);
}

/* https://benmarshall.me/responsive-iframes/ */
.ytVideo {
	position: relative;
	width: 70%;
	height: 0;
	padding-bottom: calc(0.7 * 56.25%);
	overflow: hidden;
}
.ytVideo iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform ease 0.2s;
}
/*.ytVideo iframe:hover {
	transform: scale(1.05);
}*/

h1:not(:first-child),
h2 {
	margin-top: 2em;
}