/******* faculty teacher **********/
.block-region-right {

        background: #FFF;
    }
.sectioninfo{
	padding-left:10px;
	position:relative;
	padding-bottom:10px;
}
.sectioninfo:before{
	position:absolute;
	border-radius:10px;
	width:100%;
	height:calc(100% - 10px);
	background-color:#A1C9B0;
	content:"";
	left:0;
	bottom:0;
}
.teacherinfoblock {
    display: flex;
    flex-wrap: wrap;
    background-color:#F5FDFA;
    border-radius:10px;
    	position:relative;
    	z-index:2;
}

.teacher-img {
    text-align: center;
}
.teacher-img img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.teacherinfo {
    text-align: left;
}
.teacherinfo h1{
		font-size: 26px;
    font-weight: bold;
    color:#0B5D14;
    margin-bottom: 20px;
    padding-top: 10px;
}
.teacherinfo h1 span{
	font-size:22px;
	font-weight:400;
	margin-left:10px;
}

.page-node-type-teacher .field-type-text-with-summary h3{
    color: #5A9A73;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
    padding-left: 15px;
    padding: 20px 0 15px;
    text-transform: uppercase;
}


@media screen and (max-width:767px){
  
 .page-node-type-teacher .region-right {
    padding: 30px 14px;
    background: #FFF;
    margin-bottom: 40px;
    min-height: 515px;
  }

}

@media(min-width:768px){
	.teacher-img {
    width: 100%;
}
.teacherinfo {
    width: 100%;
    padding-left: 0px;
    text-align: left;
}
}
@media(min-width:992px){
	.teacher-img {
    width: 35%;
}
.teacherinfo {
    width: calc(65% - 20px);
    padding-left: 20px;
    position:relative;
    z-index:3;
    padding-top:30px;
}
.teacherinfodetail{
	margin-top:20px;
}
.col-sm-12.col-md-9.region-right {
        width: 100%;
    }
.teacherinfoblock:after{
	background: url(../../faculty-bg.png) no-repeat center right;
	height:80%;
	content:"";
	width:100%;
	background-size:contain;
	position:absolute;
	right:5%;
	top:5%;
}
}
@media (min-width: 1201px) {
 .block-region-right {
    padding: 40px;
    }
  .teacherinfo p{
	font-size:18px;
}
.teacher-img {
    width: 20%;
}
.teacherinfo {
    width: calc(80% - 30px);
    padding-left: 30px;
}
}
@media(max-width:767px){
.teacherinfo {
    padding:20px;
}
}