.banner {
    background-image: url(../../node-banner-18.jpg) !important;
}

/************ faculty ************/
.quicktabs-wrapper .quicktabs-tabs {
    margin: 0 auto;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 2px solid #CCC;
}
.quicktabs-tabs{
  
}
.filter{
  /*display:none;*/
}
.facultyblocks{
  display:flex;
  flex-wrap:wrap;
}

.facultypage-filter.facultypage {
    overflow: hidden;
    background: #FFF;
    padding: 40px;
}
.quicktabs-wrapper .quicktabs-tabs>li {
    border: 1px solid #CCC;
    min-width: 20%;
}
.quicktabs-wrapper .quicktabs-tabs li a {
    font-size: 16px;
}
.quicktabs-wrapper .quicktabs-tabs li a,.quicktabs-wrapper .quicktabs-tabs li a:hover {
    border: 0 !important;
}
.quicktabs-wrapper .quicktabs-tabs li.active {
    background-color: #2E50C8;
    border: 1px solid #2E50C8;
}

.quicktabs-wrapper .quicktabs-tabs li.active a {
    color: #FFF;
    outline: none;
}
.memberblock .row {
  display: flex;
  flex-wrap: wrap;
}
.memberleft{
  position: relative;
padding-top: 15px;
line-height: 100% !important;
margin-bottom:30px;
}

.memberimg {
  line-height: 100% !important;
  max-width: 200px;
  display: inline-block;
  position: relative;
}
.memberimg:after {
  content: "";
  content: "";
  width: 100%;
  height: calc(100% + 30px);
  background: linear-gradient(316deg, #F4F8FE 0%, #DEEAFC 100%);
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
}
 .memberleft img{
  position:relative;
  z-index:1;
  width: 300px;
  max-height: 400px;
}
 .infors{
  border-left:2px solid #2E50C8;
  padding-left:18px;
  margin-top:15px;
}
 .infors h3{
  font-size:20px;
  color:#2E50C8;
  font-weight:600;
  margin-bottom:8px;
  padding: 0;
}
 .infors h3 span{
  font-size:16px;
  font-weight:normal;
  padding-left:10px;
  color:#555;
}
.language-en .infors h3 span {
    padding-left: 0px;
    padding-top: 7px;
    display: block;
}
 .infors p {
  font-size: 14px;
  line-height: 150%;
  color: #555;
}

 .members .memberblock {
    margin-bottom: 30px;
    padding-right: 10px;
}
 .members .infors {
    margin-top: 20px;
}
.members .memberblock .memberleft {
    margin-bottom: 15px;
}
 .members .memberblock:hover {
    background: #F4F8FE;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.4);
}

/**************** filter folio ****************/
.filtersearchregion{
    margin-bottom:50px;
}
.filtersearchtext{
  padding-bottom:15px;
  margin-bottom:10px;
}
.filterregion {
    overflow: hidden;
    padding: 15px 10px;
  background: linear-gradient(316deg, #F4F8FE 0%, #DEEAFC 100%);
}
.filterregion li {
    text-align: center;
    color: #333;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    padding: 20px 30px;
    list-style: none;
    min-width: 105px;
    margin-right: 5px;
    /* border: 1px solid #ECECEC; */
}
ul.filterregion.filteralpha li {
     min-width: auto;
    padding: 10px;
    margin-right: 2px;
}
.filterregion li:hover
{
    background: #FFF;
    color: #2E50C8;
}
.filterregion li.active {
    color:#FFF ;
    background: linear-gradient(316deg, #2E50C8 0%, #6F87DD 100%);
    box-shadow:2px 2px 6px #555;
}
.filter{
  margin-bottom:10px;
  display:none;
}
.filterregion.filteralpha li.no_res {
    cursor: default;
    color: #CCC;
}
.filterregion.filteralpha li.no_res:hover{
  background:none;
}
span.dead {
    border: 1px solid #666;
}

/******* faculty teacher **********/
.page-node-type-teacher .region-right{
  padding:50px 60px;
  background:#FFF;
  margin-bottom:40px;
  min-height: 515px;
}
.page-node-type-teacher .memberleft {
    margin-bottom: 15px;
}
.page-node-type-teacher .memberblock{
  margin-bottom:50px;
  background:url(../../bg-teacherhead.png) no-repeat center right; 
  background-size:auto;
  background-color: #F7F4FA;
  margin-left: 15px;
}
.page-node-type-teacher .infors {
    border-left:0;
    padding-top: 5%;
    margin-left: 10%;
    margin-bottom:15px;
}
.page-node-type-teacher .m-position{
  color:#555;
  padding-bottom:5px;
}
.page-node-type-teacher .field-type-text-with-summary h3{
  color:#2E50C8;
  font-size:18px;
  font-weight:600;
  margin-top:25px;
  margin-bottom:15px;
  border-left:2px solid #2E50C8;
  padding-left:15px;
  text-transform: uppercase;
}
@media(max-width:1380px){
	 .infors .four-line {
    -webkit-line-clamp: 3;
}
}
@media screen and (min-width:1200px){
	.filterregion li {
    padding: 30px 5%;
    font-size: 22px;
    width: 100%;
}
.filteralpha.filterregion li {
    font-size: 16px;
    width:auto;
}
.filterregion {
    display: flex;
    justify-content: space-evenly;
}
.filterregion.filteralpha{
	display:block;
} 
}
@media screen and (max-width:767px){
	.facultypage-filter.facultypage{
		padding:5px;
	}
	.filterregion {
    padding: 10px 10px;
}
  .quicktabs-wrapper .quicktabs-tabs {
    padding-right: 0;
    padding-left: 0;
}
 .page-node-type-teacher .region-right {
    padding: 30px 14px;
    background: #FFF;
    margin-bottom: 40px;
    min-height: 515px;
  }

}
@media screen and (max-width:430px){
	.quicktabs-wrapper .quicktabs-tabs li a {
    font-size: 14px;
}
}