

/***  UNIVERSAL STYLES  ***/

.member {position: relative;}

.member-meta, 
.member-meta li {
  margin-left: 0;
	list-style: none;
}

.member-position, 
.member-meta {
	margin-top: 0.25em;
	margin-bottom: 0;
}



/***  COLUMN STYLES  ***/

.member-cols .cols-spaced{margin:0;}

.member-cols .member-box {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}

.member-cols.member-full-overlay .member-box, 
.member-cols.member-full-expand .member-box {cursor: pointer;}

.member-cols .member-link, 
.member-cols .member-link:hover {
	color: black;
	text-decoration: none;
}

.member-cols .member-portrait-wrap {margin-bottom: 10px;}

.member-cols .member-title, 
.member-cols .member-position {margin: 0;}

.member-cols .member-content-wrap {margin-top: 10px;}



/***  SINGLE COLUMN STYLES  ***/

.member-cols .col-full .member-box {
	display: flex;
	text-align: left;
}

.member-cols .col-full .member-portrait-wrap {
	width: 30%;
	padding-right: 30px;
	text-align: center;
}

.member-cols .col-full .member-text-wrap {width: 70%;}


/***  FULL STYLES - EXPAND  ***/

.member-full-expand .member-full {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 1s ease-in-out;
}

.member-full-expand .member.active .member-full {
	max-height: 10000px;
}

.member-full-expand .member-full .member-full-inner {
	position: relative;
	padding: 30px;
	margin-top: 1.5em;
	background: white;
	border: 1px solid #e9e9e9;
}

.member-full-expand .member-full .member-text-wrap {display: flex;}

.member-full-expand .member-full .member-info-wrap {
	width: 25%;
	padding-right: 30px;
}

.member-full-expand .member-full .member-content-wrap {
	width: 75%;
}

/* Bio Full Sizing */

@media screen and (min-width: 901px) {

.member-full-expand .col-sixth.member .member-full {width: calc(600% + 150px);}
.member-full-expand .col-sixth.member:nth-child(6n-4) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .col-sixth.member:nth-child(6n-3) .member-full {margin-left: calc(-200% + -60px);}
.member-full-expand .col-sixth.member:nth-child(6n-2) .member-full {margin-left: calc(-300% + -90px);}
.member-full-expand .col-sixth.member:nth-child(6n-1) .member-full {margin-left: calc(-400% + -120px);}
.member-full-expand .col-sixth.member:nth-child(6n) .member-full {margin-left: calc(-500% + -150px);}

.member-full-expand .col-fifth.member .member-full {width: calc(500% + 120px);}
.member-full-expand .col-fifth.member:nth-child(5n-3) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .col-fifth.member:nth-child(5n-2) .member-full {margin-left: calc(-200% + -60px);}
.member-full-expand .col-fifth.member:nth-child(5n-1) .member-full {margin-left: calc(-300% + -90px);}
.member-full-expand .col-fifth.member:nth-child(5n) .member-full {margin-left: calc(-400% + -120px);}

.member-full-expand .col-fourth.member .member-full {width: calc(400% + 90px);}
.member-full-expand .col-fourth.member:nth-child(4n-2) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .col-fourth.member:nth-child(4n-1) .member-full {margin-left: calc(-200% + -60px);}
.member-full-expand .col-fourth.member:nth-child(4n) .member-full {margin-left: calc(-300% + -90px);}

.member-full-expand .col-third.member .member-full {width: calc(300% + 60px);}
.member-full-expand .col-third.member:nth-child(3n-1) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .col-third.member:nth-child(3n) .member-full {margin-left: calc(-200% + -60px);}

.member-full-expand .col-half.member .member-full {width: calc(200% + 30px);}
.member-full-expand .col-half.member:nth-child(2n) .member-full {margin-left: calc(-100% + -30px);}

}

@media screen and (min-width: 601px) and (max-width: 900px) {

.member-full-expand .tablet-col-fourth.member .member-full {width: calc(400% + 90px);}
.member-full-expand .tablet-col-fourth.member:nth-child(4n-2) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .tablet-col-fourth.member:nth-child(4n-1) .member-full {margin-left: calc(-200% + -60px);}
.member-full-expand .tablet-col-fourth.member:nth-child(4n) .member-full {margin-left: calc(-300% + -90px);}

.member-full-expand .tablet-col-third.member .member-full {width: calc(300% + 60px);}
.member-full-expand .tablet-col-third.member:nth-child(2n-1) .member-full {margin-left: calc(-100% + -30px);}
.member-full-expand .tablet-col-third.member:nth-child(2n) .member-full {margin-left: calc(-200% + -60px);}

.member-full-expand .tablet-col-half.member .member-full {width: calc(200% + 30px);}
.member-full-expand .tablet-col-half.member:nth-child(2n) .member-full {margin-left: calc(-100% + -30px);}

}

@media screen and (min-width: 421px) and (max-width: 600px) {

.member-full-expand .mobile-col-half.member .member-full {width: calc(200% + 30px);}
.member-full-expand .mobile-col-half.member:nth-child(2n) .member-full {margin-left: calc(-100% + -30px);}

}



/***  FULL STYLES -- OVERLAY  ***/

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

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

.member-full-overlay .member.active .member-overlay {
	opacity: 1;
	height: 100%;
}

.member-full-overlay .member-full {
	position: fixed !important;
	z-index: 6000;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90%;
	max-width: 750px;
	height: 0;
	max-height: 90%;
	overflow: hidden;
	background-color: white;
	transition: opacity 300ms ease;
}

.member-full-overlay .member-full-inner {padding: 50px;}

.member-full-overlay .member.active .member-full {
	height: auto;
	overflow: auto;
}

.member-full-overlay .member-full .member-full-inner {display: flex;}

.member-full-overlay .member-full .member-portrait-wrap {
	width: 33%;
	padding-right: 30px;
}

.member-full-overlay .member-full .member-portrait-wrap + .member-text-wrap {width: 67%}

@media screen and (max-width: 900px) {
.member-full-overlay .member-full-inner {padding: 40px;}
}

@media screen and (max-width: 600px) {
.member-full-overlay .member-full-inner {padding: 25px;}
}

@media screen and (max-width: 420px) {
.member-full-overlay .member-full-inner {padding: 15px;}
}



/***  MEMBER LIST  ***/

.member-list li:not(:last-child) {margin-bottom: 10px;}

.member-list .member-title, 
.member-list .member-position {margin: 0;}



/***  DEPARTMENT SELECT  ***/

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



/***  SINGLE PAGE  ***/

.single-member .banner select {max-width: 300px;}

.single-member .member-portrait-wrap {width: 25%;}

.single-member .member-portrait-wrap + .member-text-wrap {width: 75%;}

.single-member .member-title {margin-bottom: 0;}

.member-position, 
.member-meta {
	margin-top: 0.5em;
}

.single-member .member-position {
	font-weight: bold;
	font-size: 1.5em;
}

.single-member .member-content-wrap:not(:first-child) {
	margin-top: 30px;
}


