@import  "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&amp;display=swap";

/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

http://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
.main-header {
	height: 100px;
	background-color: white;
	color: rgba(152,30,50,1);
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-image: url(https://wpcdn.web.wsu.edu/wp-labs/uploads/sites/530/2017/03/Title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
}

#jacket {
	background-color: white;
}

/* comment to revert to normal */
.article-title {
	text-align: center;
	color: white;
}

.main-header sup span {
	display: none;
}

.main-header sub {
	display: none;
}

#nav_menu-22.widget.widget_nav_menu header {
	font-size: 20px;
	padding-bottom: 16px;
}

#menu-researchmenu1 {
	font-size: 16px;
}

#recent-posts-42.widget.widget_recent_entries header {
	font-size: 20px;
	padding-bottom: 16px;
}

#recent-posts-42.widget.widget_recent_entries li {
	font-size: 16px;
}

.post-date {
	font-size: 12px;
}

h5 {
	color: #981e32;
}

/*----------Accordion------------*/
#cont {
	display: none;
}

.show:focus + .hide {
	display: inline;
}

.show:focus + .hide + #cont {
	display: block;
}

/* Custom CSS starts here.  */
.header {
	height: 100px;
	background-color: white;
	color: rgba(152,30,50,1);
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-image: url(https://wpcdn.web.wsu.edu/wp-labs/uploads/sites/530/2017/03/Title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.article-header {
	display: none;
}

.column.two {
	display: none;
}

.article-footer {
	display: none;
}

.column.one {
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
	justify-content: center !important;
	align-items: center !important;
}

.container {
	margin: 5%;
}

.subContainer {
	margin-top: 100px;
}

p {
	color: #464e54;
	size: 15px;
}

h1 {
	font-size: 25px;
	font-weight: 400;
	font-family: 'Open Sans';
	color: rgba(152,30,50,1);
	margin: 0;
	padding: 0;
	line-height: .9;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans';
	color: rgba(152,30,50,1);
	margin: 0;
	padding: 0;
	line-height: .9;
}

h3 {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans';
	color: rgba(152,30,50,1);
	margin: 0;
	padding: 0;
	line-height: .9;
}

#h2Pipe {
	color: #b5babe;
	opacity: 80%;
	margin: 5px;
}

#binder {
	max-width: 1300px !important;
}

hr {
	height: 1px;
}

#collageImageContainer {
	max-height: 95%;
	max-width: 95%;
}

.participatenowButton {
	text-align: center;
	margin: auto;
	background-color: #981e32;
	max-width: 300px;
	max-height: 25px;
	border-radius: 15px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border: 1px solid rgba(181,186,190,.4);
}

.participatenowButtonText {
	color: white;
}

.participatenowButton:hover {
	background-color: white;
}

.participatenowButton:hover .participatenowButtonText {
	color: black;
}

/* Personnel Page*/
.personnelTitle {
	margin: 5px;
}

#groupImageContainer {
	max-width: 100%;
	max-height: 100%;
}

.personnelImage {
	border-radius: 50%;
	height: 200px !important;
	width: 200px;
	align-self: center;
	object-fit: cover;
}

#rank {
	color: #5e6a71;
	opacity: 80%;
}

#aboutText {
	margin: 1%;
}

#aboutLabContainer {
	margin: 5px;
	max-height: 100%;
	max-width: 100%;
}

#personnelName {
	color: rgba(152,30,50,1);
}

#groupImage {
	max-height: 95%;
	border-radius: 20px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	margin: auto;
	display: block;
}

/* End Personnel Page*/
/* Start Publication Page */
#publicationContainer {
	max-height: 100%;
	max-width: 100%;
	margin: 5px;
}

#publicationYearContainer {
	display: flex;
	flex-direction: column;
}

#publicationEntryContainer {
	display: flex;
	flex-direction: row !important;
	margin-bottom: 10px;
	margin-top: 10px;
	align-items: center;
	justify-content: center !important;
	color: #464e54;
	size: 15px;
}

#publicationIconContainer {
	width: 5px;
	height: 55px;
	background-color: #981e32;
	margin-right: 17px;
	margin-left: 8px;
}

#publicationIconPic {
	height: 25px;
	width: 25px;
	margin: 10px;
	margin-right: 20px;
}

#publicationPublicationContainer {
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	margin: 0 !important;
	min-width: 0;
}

#publicationPublicationContainer p {
	padding: 0 !important;
}

/* End Publication Page*/
/* Start Current Research */
#projectTableContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#tableImage {
	margin: 3px;
	height: 200px;
	width: 300px;
}

#categoryImage {
	height: 200px;
	width: 320px;
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,.6);
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
}

#contentImageText {
}

#projectContainer {
	margin: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-start;
}

.projectImageContainer {
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

.projectTextContainer {
	width: 320px;
	height: 500px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border: 1px solid rgba(181,186,190,.4);
	border-radius: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

.projectTextContainerWide {
	width: 655px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border: 1px solid rgba(181,186,190,.4);
	border-radius: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

.projectTextContainerRed p {
	color: white;
	margin-right: 15px;
	margin-left: 15px;
}

.projectTextContainerRed h2 {
	color: white;
}

.projectTextContainerRed {
	background-color: #981e32;
}

.projectTextContainerWhite p {
	margin-right: 15px;
	margin-left: 15px;
}

#projectTextContainerTitle {
	margin-top: 15px;
	margin-left: 15px;
}

#projectImageContainerImage {
	object-fit: cover;
	border-radius: 20px;
	height: 500px;
	width: 320px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border: 1px solid rgba(181,186,190,.4);
}

#currentResearchWhiteDivider {
	margin-right: 7px;
	margin-left: 7px;
}

#currentResearchRedDivider {
	margin-right: 7px;
	margin-left: 7px;
	background-color: white;
}

/* End Current Research */
/* About Page */
#aboutMainText {
}

#aboutQuadrant {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 600px;
	width: 600px;
}

#aboutElement {
	order: 1;
	max-height: 49%;
	box-sizing: border-box;
	max-width: 49%;
}

/*End About Page*/
/* Start Page*/
#homeImage {
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border-radius: 10px;
	margin-bottom: 30px;
	height: 300px;
	width: 1200px;
	object-fit: cover;
}

#homeCategories {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 30px;
	margin-bottom: 30px;
}

#categoryIcon {
	width: 200px;
	margin: 20px;
}

#homeBottomContainer {
	display: flex;
}

#homepageBottomImagesContainer {
	display: flex;
	flex-direction: row;
	margin: auto;
	justify-content: center;
}

#homepageBottomImages {
	height: 75px;
	width: 75px;
	margin-top: 35px;
	margin-left: 15px;
	margin-right: 15px;
}

#participateContainer {
	width: 400px;
}

/* End Home Page*/
/* Start Collaborators Page */
#collaboratorMap {
	border-radius: 20px;
}

#collaboratorContainer {
	margin: 10px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	border-radius: 20px;
	border: 1px solid rgba(181,186,190,.4);
}

#collaboratorTitleContainer {
	display: flex;
	margin-top: 10px;
	flex-direction: row;
	margin-right: 20px;
	margin-left: 20px;
}

#collaboratorName {
	margin: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}

#collaboratorDepartment {
	color: #5e6a71;
	opacity: 80%;
	margin: 5px;
}

#collaboratorLocation {
	margin: 5px;
	color: #2a3033;
}

#collaboratorBio {
	margin-right: 20px;
	margin-left: 20px;
}

#collaboratorDivider {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	border-top: 1px solid rgba(239,240,241,.4);
}

/* End Collaborators Page */
/* Start News Post Page */
#newsPostContainer {
	max-width: 800px;
	min-width: 300px;
	border: 1px rgba(239,240,241,.4);
	border-radius: 20px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	margin: auto;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center !important;
	align-items: center !important;
}

#newsPostDivider {
	border: 1px rgba(181,186,190,.4);
	display: block;
	width: 95%;
	margin-right: 20px;
	margin-left: 20px;
}

#newsPostContainerBodyText {
	margin-right: 20px;
	margin-left: 20px;
}

#newsPostContainer p {
	color: #464e54 !important;
	size: 15px;
}

#newsPostContainerTitle {
	margin-top: 20px;
	text-align: center;
	max-width: 95%;
}

#newsContainer {
	margin: auto;
}

/* Ends News Post Page*/
/* Media Page Start*/
#mediaContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1000px;
	margin: auto;
	border: 1px solid rgba(181,186,190,.4);
	border-radius: 20px;
	box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
}

#mediaContainer p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#mediaContainer h2 {
	margin-top: 15px;
	max-width: 90%;
	text-align: center;
}

#mediaContainer hr {
	margin-right: 7px;
	margin-left: 7px;
}

#mediaContainerPicture {
	max-width: 300px;
	object-fit: cover;
	margin: 20px;
}

#mediaRowContainer {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: auto;
}

/* Page End*/
/* Contact Start Page */
#contactStartImage {
	max-height: 300px;
	width: 1200px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 30px;
}

/* End Contact Page */
/* desktop elements*/
@media (min-width: 800px) {
	.personnelContainer {
		margin: 5px;
		min-height: 350px;
		display: flex;
		justify-content: center;
		flex-direction: row;
		border: 1px solid rgba(181,186,190,.4);
		border-radius: 20px;
		box-shadow: rgba(149,157,165,0.2) 0 8px 24px;
	}
	
	.personnelBioContainer {
		order: 3;
		max-width: 66%;
		height: 100%;
		margin: 2%;
	}
	
	.sidebarContainer {
		order: 1;
		max-width: 30%;
		height: 100%;
		margin: auto;
	}
	
	#verticalLine {
		border: 1px solid rgba(181,186,190,.4);
		order: 2;
	}
	
	/* Current Research*/
	#projectSubContainer {
		flex-direction: row;
	}
	
	#projectSubContainerText {
	}
	
	#projectSubContainerImage {
	}
	
	.projectTextContainerWide {
		height: 500px;
	}/* End Current Research*/
	
}

@media (max-width: 800px) {
	.personnelContainer {
		margin: 5px;
		min-height: 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid rgba(181,186,190,.4);
		border-radius: 20px;
	}
	
	.personnelBioContainer {
		order: 2;
		max-width: 100%;
		height: 100%;
		margin: 2%;
	}
	
	.sidebarContainer {
		order: 1;
		max-width: 100%;
		height: 100%;
		margin: auto;
		margin-top: 5px;
	}
	
	#rank {
		display: inline-block;
	}
	
	/* Current Research*/
	#projectTableContainer {
		flex-direction: column;
	}
	
	#projectSubContainer {
		flex-direction: column;
	}
	
	.projectTextContainerWide {
		width: 100%;
		height: 100%;
	}
	
	.projectTextContainer {
		height: 100%;
		width: 95%;
	}
	
	/* End Current Research*/
	/*Start Page*/
	#Categories {
		flex-direction: column;
	}
	
	/* End Home Page*/
	/* Start Collaborators Page */
	#collaboratorTitleContainer {
		display: flex;
		margin-top: 10px;
		flex-direction: column;
		margin-right: 20px;
		margin-left: 20px;
	}
	
	#h2Pipe {
		color: #b5babe;
		opacity: 1%;
		margin: 5px;
		display: none;
	}
	
	#collaboratorName {
		margin: 5px;
		margin-left: 5px;
	}
	
	/* End Collaborators Page */
	/* Start Media Page */
	#mediaRowContainer {
		flex-direction: column;
	}/* End Media Page*/
	
}

/*
img {
	image-rendering: auto;
	image-rendering: pixelated;
}
*/
.embed-youtube .youtube-player {
	height: 80% !important;
	left: unset !important;
	position: unset !important;
	top: unset !important;
	width: unset !important;
}