@charset "utf-8";


.row{

	
	
}

.memberBox{
	width:200px;
	margin:0 30px;
	box-sizing:border-box;
	border-radius:2px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	
}

.imageHolder{
	width:200px;
	height:200px;
	position:relative;	
	
	box-sizing:border-box;
	overflow:hidden;
	border-radius:2px;
	background-color:#000;
}

.memberBox img{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	opacity:1;
	transition:all .2s ease-in-out;
}

.aboutBtn{
	display:block;
	position:absolute;
	bottom:10px;
	left:50%;
	width:80px;
	height:20px;
	margin-left:-40px;
	line-height:20px;
	font-weight:700;
	font-size:12px;
	border:2px solid #fff;
	text-align:center;
	color:#fff;
	opacity:1;
	border-radius:20px;
	transition:all .1s ease-in-out;
	text-transform:uppercase;
		opacity:1;

	box-shadow:0 8px 10px -3px #000;
	background-color:rgba(0,29,49,0.8);
}

.imageHolder:hover img{
	opacity:.5;
}


.aboutBtn:hover{
	width:90px;
	margin-left:-45px;	
}

.memberName{
	display:block;
	font-weight:700;
	font-size:14px;
	margin-top:5px;
	color:#003E6A;
	
}

.memberTitle{
	display:block;
	font-weight:400;
	font-size:12px;
	margin-top:5px;
	border-top:1px solid #003E6A;
	
}



.writeUp{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.writeUp p {
	text-align:justify;
	padding:0;
	margin:0;
	
}

.writeUp p strong{
	display:block;
	width:100%;
	margin-bottom:5px;
	border-bottom:2px solid #000;	
	color:#003E6A;
	font-weight:900;
	font-size:20px;
}


@media (min-width: 500px) {
	
.memberBox{
	margin:0 100px;
	margin-bottom:30px;
}


}


@media (min-width: 800px) {

.row{
		
	
}
.memberBox{
	margin:0;
	margin-bottom:30px;
	margin-right:44px;
}
.rowTwo .memberBox:last-child{
	margin-right:0;
	
}
.writeUp{
	position:absolute;
	right:0;
	width:450px;
	height:400px;	
	top:0;
}


.writeUp p strong{
	font-size:24px;
}

.aboutBtn{

		opacity:.5;

	box-shadow:none;
	background-color:rgba(0,29,49,0);
}
.imageHolder:hover .aboutBtn{
	opacity:1;

	box-shadow:0 8px 10px -3px #000;
	background-color:rgba(0,29,49,0.8);
}


}

@media (min-width: 900px) {


.memberBox{
	margin:0;
	margin-bottom:30px;
	margin-right:90px;
}
.rowTwo .memberBox:last-child{
	margin-right:0;
	
}
.writeUp{
	width:500px;
}



}

@media (min-width: 1000px) {


.memberBox{
	margin:0;
	margin-bottom:30px;
	margin-right:142px;
}
.rowTwo .memberBox:last-child{
	margin-right:0;
	
}
.writeUp{
	width:550px;
}



}

































