h2 {
  text-align:center;
  padding-bottom:15px;
}
.teacher-list {
	color: #444 !important;
	font-weight: 300 !important;
	margin: 10px 0 40px 0;
	font-size: 18px;
	line-height: 25px;
}
.teacher-list-item {
	min-height: 400px;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 33%;
}
.teacher-name {
	font-size: 20px;
	margin-top: 24px;
	line-height: 20px;
	margin-bottom: 2px;
	font-style: italic;
}
.teacher-grade {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
	font-style: italic;
}
.teacher-image {
	margin-top: 0px;
	width: 176px;
	height: auto;
}
.teacherImage {
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-radius: 100%;
	margin: auto;
	border: solid 2px #B9B9B9;
	background-color: #FFF;
}
.inner-content {
	font-size: 18px;
	color: #545454;
	line-height: 28px;
}
.bio .teacher-read-more {
	cursor: pointer;
}
.bio.open .teacher-read-more {
	display: none;
}
.bio .hidden-content {
	display: none;
}
.bio.open .hidden-content {
	display: inline;
}
.bio .teacher-read-less {
	display: none;
}
.bio.open .teacher-read-less {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}
.update-note{
	line-height: 15px;
}
@media (min-width: 750px) and (max-width: 1200px) {
.teacher-list-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
}

@media (min-width: 0px) and (max-width: 750px) {
.teacher-list-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
}
@media(max-width:980px){
	.inner-content	{
		margin-top:-500px;
	}
}
@media(max-width:600px){
	.inner-content	{
		margin-top:-400px;
	}
}