@import "sitemap.css";


table.slideshow {
	border: none;
}

table.slideshow tbody tr:nth-child(2n+1) {
	background-color: inherit;
}

table.slideshow tbody tr {
	border: none;
}

table.slideshow tbody td {
	padding: 0;
}

table.slideshow td p {
	margin-top: 0;
}


.slideshow-nav {
	margin-top: 0.25em;
	background-color: #eee;
	max-height: 10em;
}
.slideshow-nav .slick-slide {
	margin: 0.1em;
	opacity: 0.75;
	background-color: #fff;
	max-height: 10em;
}

.slideshow-nav .slick-current {
	opacity: 1.0;
}

.slick-arrow::before {
	color: inherit !important;
	font-size: 40px;
	opacity: 0.9
}

.slick-arrow {
	box-shadow: none;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.slick-next {
	right: 5px;
}
.slick-prev {
	left: 5px;
}


img.background {
	position: absolute;
	top: 0px;
	z-index: -1;
}

ul.collapsible-list {
    list-style-type: none;
    list-style-position: inside;
    border-left: 1px solid rgba(210,215,217, 0.75);
    margin: 0 0 0.5em 0.3em;
    padding: 0;
}

.collapsible-list li > ul {
    display: none;
}

.collapsible-list .fa {
 font-weight: normal;
 font-size: 1.1em;
 padding: 0 0.2em 0 0;
}

.collapsible-list .toggle {
 cursor: pointer;
 font-weight: normal;
 font-size: 1.1em;
 padding-left: 0.0em;
}


.emp-name {
    white-space: nowrap;
}

.emp-indexes {
    display: block;
    position: fixed;
    left: 25%;
    background-color: #fff;
    opacity: 1.0;
    border: 2px solid;
    border-radius: 4px;
    padding: 1em;
    font-size: 120%;
    height: 10em;
    overflow-y: scroll;
}
.emp-indexes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.archive ul {
    margin-top: 0.5em;
    list-style-type: circle;
    list-style-position: outside;
}

.archive li {
    margin-bottom: 0.5em;
    font-weight: normal;
}

.archive li small {
    font-size: 90%;
    display: inline;
    font-style: italic;
}


.vrtx-username, #vrtx-person-vcard {
    display: none;
}
	
.vrtx-title {
    font-weight: bold;
    font-size: 110%;
}

.vrtx-resource {
    margin-bottom: 2em;
}

.vrtx-feed-link, .vrtx-paging-feed-wrapper {
    display: none;
}

#vrtx-main-content {
    margin-bottom: 2em;
    max-width: 900px;
}

.vrtx-introduction {
	width: 100%;
}
.vrtx-introduction-image {
	max-width: 100%;
}
.vrtx-introduction-image img, .vrtx-frontpage-box-picture img {
	max-width: 100%;
	display: block;
}

td.vrtx-person-listing-name {
	height: 200px;
}

td.vrtx-person-listing-name img {
	height: 168px;
	width: 126px;
	object-fit: cover;
	float: left;
	margin-right: 1em;
}


#main #sitemap {
	border-top: 0;
	padding-top: 0.1em;
}

article {
	clear: both;
	margin-bottom: 2em;
}

article>footer {
	clear: both;
}

@media screen and (max-width: 2000px) {
	.posts > article > div {
		height: 22em;
		overflow: hidden;
		margin-bottom: 0em;
	}

	.posts > article {
		margin-bottom: 0.5em;

	}
	.posts > article::after {
		bottom: 2em;
	}

	.posts > article > footer {
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
		position: relative;
		top: -5em;
		padding-top: 5em;
	}
}

@media screen and (max-width: 480px) {
	article.content td {
		padding: 0.5em 0.1em;
	}

	table.group-leaders td {
		width: auto !important;
		height: auto !important;
		padding: 0.75em;
	}

	
	table.group-leaders tbody {
		display: grid;
		grid-template-columns: 50% 50%;
	}

	table.group-leaders tbody tr {
		display: grid;
		grid-auto-rows: 1fr;
		justify-content: space-around;
		height: auto !important;
	}

	
}


