@charset "UTF-8";

.profile {
	position: relative;
}

.profile .intro {
	margin-bottom: 20px;
}

.profile .intro .prof-img {
	text-align: center;
	min-height: 280px;
	padding: 2%;
	background-color: #f3f7f8;
}

.profile .intro .prof-img img {
	width: auto;
	max-height: 280px;
}

.profile .intro .prof-intro {
	position: relative;
	min-height: 280px;
	padding: 2% 0 2% 4%;
}

.profile .intro .prof-intro h3 {
	color: #0068a2;
	font-size: 27px;
	line-height: 1.6;
	margin: 0;
}

.profile .intro .prof-intro p {
	font-size: 18px;
	position: absolute;
	bottom: .5em;
}

.profile .intro .prof-intro p span {
	font-size: 80%;
	display: block;
	margin-bottom: .5em;
}

.profile .interview {
	position: relative;
}

.profile .interview.boxframe {
	padding: 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.profile .interview h4 {
	margin-top: 0;
	margin-bottom: .5em;
}

.profile .interview h4 i {
	color: #57a4c0;
	margin-right: .3em;
}

.profile .interview p {
	margin-top: 0;
	margin-bottom: 2em;
}

.profile .interview p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


img.align-left, img.align-right {
	width: 40%;
	height: auto;
	margin-bottom: 20px;
}

img.align-left {
	padding-right: 30px;
}

img.align-right {
	padding-left: 30px;
}

p {
	font-size: 15px;
}


@media (max-width: 767px) {	
	
	.profile .intro .prof-img {
		min-height: 240px;
	}
	
	.profile .intro .prof-img img {
		max-height: 240px;
	}
	
	.profile .intro .prof-intro {
		min-height: 240px;
	}
	
	.profile .intro .prof-intro h3 {
		font-size: 21px;
		line-height: 1.5;
	}
	
	img.align-left, img.align-right {
		width: 40%;
		height: auto;
		margin-bottom: 10px;
	}
	
	img.align-left {
		padding-right: 15px;
	}
	
	img.align-right {
		padding-left: 15px;
	}
	
	p {
		font-size: 14px;
	}
	
}


@media (max-width: 420px) {

	.row.staff {
		margin-bottom: 0;
	}
	
	.profile .intro .col-xs-4 {
		width: 100%;
		float: none;
	}
	
	.profile .intro .col-xs-8 {
		width: 100%;
		float: none;
	}
	
	.profile .intro .prof-img {
		height: auto;
		background-color: transparent;
	}
	
	.profile .intro .prof-img img {
		min-height: 1px;
	}
	
	.profile .intro .prof-intro {
		min-height: 100px;
		padding: 2% 0;
	}
	
	.profile .intro .prof-intro h3 {
		font-size: 15px;
		line-height: 1.4;
	}
	
	.profile .intro .prof-intro p {
		font-size: 14px;
		position: relative;
		bottom: 0;
		top: 1em;
	}
	
	.profile .intro .prof-intro p span {
		font-size: 80%;
		display: block;
		margin-bottom: .5em;
	}
	
	.profile .interview.boxframe {
		padding: 1em;
	}
	
	.profile .interview h4 {
		font-size: 14px;
		line-height: 1.3;
	}
	
	img.align-left, img.align-right {
		width: 100%;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	
	img.align-left {
		padding-right: 0;
	}
	
	img.align-right {
		padding-left: 0;
	}
	
	p {
		font-size: 13px;
	}
	
}