.bio-cols .bio {position: relative;}

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



/***  THUMB STYLES  ***/

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

.bio-cols .bio-link {cursor: pointer;}

.bio-cols .bio-inner .bio-portrait {margin-bottom: 10px;}

.bio-cols .bio-inner .bio-title, 
.bio-cols .bio-inner .bio-meta {margin: 0;}



/***  FULL STYLES  ***/

.bio-cols .bio-full-wrapper {
  display: block;
  max-height: 0;
	padding-left: 15px;
	padding-right: 15px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.bio-cols .bio.active .bio-full-wrapper {
  max-height: 10000px;
}

.bio-cols .bio-full {
	position: relative;
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	background: white;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	font-size: 0.9em;
}

.bio-cols .bio-close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon-close-black.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.content .bio-cols .bio-full .grid {margin: 0;}

.bio-cols .bio-position {margin-top: 0.25em;}

/* Bio Full Sizing */

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

.bio-cols .col-half.bio .bio-full-wrapper {width: 200%;}
.bio-cols .col-half.bio:nth-child(2n) .bio-full-wrapper {margin-left: -100%;}

.bio-cols .col-third.bio .bio-full-wrapper {width: 300%;}
.bio-cols .col-third.bio:nth-child(3n-1) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .col-third.bio:nth-child(3n) .bio-full-wrapper {margin-left: -200%;}

.bio-cols .col-fourth.bio .bio-full-wrapper {width: 400%;}
.bio-cols .col-fourth.bio:nth-child(4n-2) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .col-fourth.bio:nth-child(4n-1) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .col-fourth.bio:nth-child(4n) .bio-full-wrapper {margin-left: -300%;}

.bio-cols .col-fifth.bio .bio-full-wrapper {width: 500%;}
.bio-cols .col-fifth.bio:nth-child(5n-3) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .col-fifth.bio:nth-child(5n-2) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .col-fifth.bio:nth-child(5n-1) .bio-full-wrapper {margin-left: -300%;}
.bio-cols .col-fifth.bio:nth-child(5n) .bio-full-wrapper {margin-left: -400%;}

}

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

.bio-cols .laptop-col-half.bio .bio-full-wrapper {width: 200%;}
.bio-cols .laptop-col-half.bio:nth-child(2n) .bio-full-wrapper {margin-left: -100%;}

.bio-cols .laptop-col-third.bio .bio-full-wrapper {width: 300%;}
.bio-cols .laptop-col-third.bio:nth-child(3n-1) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .laptop-col-third.bio:nth-child(3n) .bio-full-wrapper {margin-left: -200%;}

.bio-cols .laptop-col-fourth.bio .bio-full-wrapper {width: 400%;}
.bio-cols .laptop-col-fourth.bio:nth-child(4n-2) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .laptop-col-fourth.bio:nth-child(4n-1) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .laptop-col-fourth.bio:nth-child(4n) .bio-full-wrapper {margin-left: -300%;}

.bio-cols .laptop-col-fifth.bio .bio-full-wrapper {width: 500%;}
.bio-cols .laptop-col-fifth.bio:nth-child(5n-3) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .laptop-col-fifth.bio:nth-child(5n-2) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .laptop-col-fifth.bio:nth-child(5n-1) .bio-full-wrapper {margin-left: -300%;}
.bio-cols .laptop-col-fifth.bio:nth-child(5n) .bio-full-wrapper {margin-left: -400%;}

}

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

.bio-cols .tablet-col-half.bio .bio-full-wrapper {width: 200%;}
.bio-cols .tablet-col-half.bio:nth-child(2n) .bio-full-wrapper {margin-left: -100%;}

.bio-cols .tablet-col-third.bio .bio-full-wrapper {width: 300%;}
.bio-cols .tablet-col-third.bio:nth-child(3n-1) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .tablet-col-third.bio:nth-child(3n) .bio-full-wrapper {margin-left: -200%;}

.bio-cols .tablet-col-fourth.bio .bio-full-wrapper {width: 400%;}
.bio-cols .tablet-col-fourth.bio:nth-child(4n-2) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .tablet-col-fourth.bio:nth-child(4n-1) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .tablet-col-fourth.bio:nth-child(4n) .bio-full-wrapper {margin-left: -300%;}

.bio-cols .tablet-col-fifth.bio .bio-full-wrapper {width: 500%;}
.bio-cols .tablet-col-fifth.bio:nth-child(5n-3) .bio-full-wrapper {margin-left: -100%;}
.bio-cols .tablet-col-fifth.bio:nth-child(5n-2) .bio-full-wrapper {margin-left: -200%;}
.bio-cols .tablet-col-fifth.bio:nth-child(5n-1) .bio-full-wrapper {margin-left: -300%;}
.bio-cols .tablet-col-fifth.bio:nth-child(5n) .bio-full-wrapper {margin-left: -400%;}

}

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

.bio-cols .bio-full-wrapper {width: 100%;}

}



/***  STYLIZING  ***/

.bio-cols {text-align: center;}

.bio-cols .bio-inner {
	position: relative;
	display: block;
	overflow: hidden;
	background: transparent;
	font-size: 0.85em;
	text-align: center;
	padding: 80px 15px 16px;
}

.bio-cols .bio-portrait-wrap {
	position: relative;
	z-index: 1;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid transparent;
	margin: -80px auto 15px;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.bio-cols .active .bio-portrait-wrap {
	border-color: var(--primary);
}

.bio-cols .bio-inner .bio-text-wrap {
	padding: 80px 10px 15px;
	margin-top: -80px;
	background-color: white;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bio-cols .bio-title {
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary);
	letter-spacing: 0.05em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.bio-cols .active .bio-inner .bio-title {color: var(--primary);}

.bio-cols .bio-inner p {margin: 0;}

.bio-cols a.bio-inner {
	cursor: pointer;
	color: var(--dark-2);
}

.bio-cols .bio-position {
	color: var(--secondary);
	font-weight: normal;
	font-family: var(--font-2);
}

.bio-cols .bio-history {font-size: 0.84em;}

@media screen and (max-width: 420px) {
.bio-cols .bio-thumb {
  text-align: center;
}
}


