.team-boxed {
  color:#313437;
  background-color:#eef4f7;
}

.team-boxed p {
  color:#7d8285;
}

.team-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.team-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.team-boxed .intro p {
  margin-bottom:0;
}

.team-boxed .people {
  padding:30px 0;
}

.team-boxed .item {
  text-align:center;
}

.team-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:#fff;
  margin-bottom:30px;
}

.team-boxed .item .name {
  font-weight:bold;
  margin-top:28px;
  margin-bottom:8px;
  color:inherit;
}

.team-boxed .item .title {
  text-transform:uppercase;
  font-weight:bold;
/*  color:#d0d0d0;*/
	color: #000000;
  letter-spacing:2px;
  font-size:13px;
}

.team-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
}


/* styles for guest bio overlays */
.biobox {
	width:400px;
	height:400px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

.myoverlay {
	position: relative;
	top: -400px;
	width: 400px;
	height: 400px;
	/*background-color:#FF4928;*/
	background-color:#DB285C;
	opacity: 0.0;
	transition: opacity 0.5s;
	padding: 100px 80px;
}

.myoverlay:hover {
	opacity: 0.8;
}

.biobtn {
	padding:5px;
	border: solid thin #FFFFFF;
	margin-bottom: 25px;
	font-size: large;
}


.biobtn:hover {
	background-color: #FFFFFF;
}

a:link > .biobtn, a:visited >.biobtn   {
	color: #FFFFFF;
}

a:hover > .biobtn   {
	color: #FF4928;
}




@media (max-width:767px) {
  .team-boxed .item .description {
    display:none;
  }
	
.team-boxed .item .briefdescription {
    display:block;
  }
}



@media (min-width:768px) {
  .team-boxed .item .briefdescription {
    display:none;
  }
}


/*@media (max-width:767px) {
  .team-boxed .item .description {
    display:none;
  }
}*/

.team-boxed .item img {
  max-width:500px;
}

@media (min-width:768px) and (max-width:990px)  {
	.team-boxed .item img {
  		max-width:300px;
	}
	
	
	
.team-boxed .item .box {
  padding:10px;
  margin-bottom:10px;
}
		
	.biobox {
	width:300px;
	height:300px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
	
	.myoverlay {
	top: -300px;
	width: 300px;
	height: 300px;
	opacity: 0.0;
	padding: 80px 20px;
	}
	
	.biobtn {
	padding:5px;
	margin-bottom: 15px;
	}
	
	
	
}


@media (max-width:467px)  {
	.team-boxed .item img {
  		max-width:275px;
	}
	
	.team-boxed .item .box {
  padding:10px;
  margin-bottom:10px;
}
	
	
	.biobox {
	width:275px;
	height:275px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
	
	.myoverlay {
	top: -275px;
	width: 275px;
	height: 275px;
	opacity: 0.0;
	padding: 80px 30px;
	}
	
	.biobtn {
	padding:5px;
	margin-bottom: 15px;
	}
}
/* /styles for guest bio overlays */



.team-boxed .social {
  font-size:18px;
  color:#a2a8ae;
}

.team-boxed .social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}

.team-boxed .social a:hover {
  opacity:1;
}

