@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap');

.page-header
{
	display:none;
}

#all-results, .results-result 
{
	position:relative;
}

.results-result 
{
	/*max-width: 65ch;*/
	max-width: 100%;
	/*background-color: #ffffff;*/
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 0;
}

.result-name
{
	font-size: 1.5em !important;
	color: #000;
	border-bottom: none !important;
	font-weight: 700;
	letter-spacing: -.75px;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.result-title,
.result-department,
.result-college 
{
	font-family: "Roboto Condensed";
	font-size: .89em;
	line-height: 1;
	display: inline;
	margin-top: .5em;
	letter-spacing: -.25px;
	text-transform: uppercase;
}

.result-title
{
	font-family: "Roboto";
	font-weight: 700;
}

.result-title::after,
.result-department::after 
{
	content: '/';
	margin-left: .34em;
	margin-right: .34em;
	font-weight: 300;
	color: #666;
}

.main-container .region-content .results-result h1 
{
	line-height: .75;
}

.result-org 
{
	display: block;
	line-height: 1em;
	margin-top: .34em;
}

.result-links
{
	display: block;
}

.profile-photo {
  min-width: 60px;
  min-height: 60px;
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}

.profile-photo
{
	background-color: #aaa;
	float: left;
	margin-right: 1em;
	background-size: 95%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	opacity: .2;
	position: absolute;
	top: 10px;
	left: -70px;
}

.fis-link 
{
	display:inline-block;
	color: #006800 !important;
	padding: 0.5em 0;
	margin-right: 2em;
	letter-spacing: -0.5px;
	font-family: "Roboto";
	text-decoration: none;
	transition: .2s !important;
}

.fis-link:hover 
{
	/*background-color: #276436 !important;
	color: #ffffff !important;*/
	text-decoration: underline;
}


/* On screens that are 900px or less */
@media screen and (max-width: 900px) 
{
	.result-title,
	.result-department,
	.result-college
	{
		display: block;
	}
	
	.fis-link
	{
		display: block;
	}
	
	.fis-current,
	.fis-previous
	{
		display: none;
	}
}