<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***  BIO THUMB  ***/

.bio .bio-inner {
  display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	text-align: center;
}

.bio .bio-link {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bio .bio-link:hover {
  background-color: #35A9E6;
	color: #C3E5F7;
}

.bio .bio-thumb {width: 100%;}

.bio .bio-text-wrap {
  padding: 20px;
}

.bio .bio-name {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 800;
	line-height: 0.9em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bio .bio-link:hover .bio-name {color: white;}

.bio .bio-first-name {
  display: block;
  font-size: 0.66em;
	letter-spacing: 0;
	font-weight: 600;
}

.bio .bio-position {
  display: block;
  text-transform: uppercase;
  margin: 0;
	margin-top: 0.25em;
	font-size: 0.9em;
}



/***  BIO FULL  ***/

.bio-static .main, 
.bio-static .site-inner, 
.bio-static [class*="elementor-"] {position: static !important;}

.bio-overlay {
  position: fixed !important;
	top: 0;
	left: 0;
  z-index: 1000000;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	justify-content: center;
	align-items: center;
	display: flex;
	height: 0;
  opacity: 0;
	overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.bio-overlay-inner {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.bio.active + .bio-overlay {
  opacity: 1;
	height: 100%;
}

.bio-full {
  position: relative;
	z-index: 2;
  display: block;
	width: 90%;
	max-height: 90%;
	overflow: auto;
	max-width: 750px;
	padding: 50px;
	background-color: white;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.bio-full .bio-intro-wrap .grid {align-items: center;}

.bio-full .bio-thumb {
  border-radius: 50%;
	border: 1px solid #d2d2d2;
}

.bio-full .bio-name {font-weight: 600;}

.bio-full .bio-position {
  margin-top: -1em;
  text-transform: uppercase;
  font-size: 1.15em;
}

.bio-full .bio-email {color: #797979;}

.bio-full .bio-content-wrap {margin-bottom: 0 !important;}

.bio-full .bio-close {
  position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.bio-full .bio-close .fal {
  font-size: 2em;
}

.bio-full .bio-close:hover .fal {color: #35A9E6;}



/***  DEPARTMENT SELECT  ***/

.department-select {max-width: 300px;}









</pre></body></html>