.team-grid {
  color: #313437;
  background-color: #fff;
}

.team-grid p {
  color: #7d8285;
}

.team-grid h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-grid h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-grid .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-grid .intro p {
  margin-bottom: 0;
}

.team-grid .people {
  /*padding: 50px 0;*/
  /*overflow: hidden;*/
  overflow-x: hidden;
  overflow-y: hidden;
}

.team-grid .item {
  margin-bottom: 30px;
}

.team-grid .item .box {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.team-grid .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(21,61,110, 80%);
  transition: opacity 0.30s ease-in;
  opacity: 0;
  padding-top: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.team-grid .item:hover .cover {
  opacity: 1;
}

.team-grid .item .name {
  font-weight: 100;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}

.team-grid .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #bbd8fb;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

.team-grid .social {
  font-size: 18px;
}

.team-grid .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-grid .social a:hover {
  opacity: 1;
}

/* Institute-Centres Grid */
.centre-institute-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.centre-grid {
  border: 1px solid #e7e7e7;
  border-top: 4px solid #B99D64;
  padding: 20px;
}
.college-name-grid {
  font-size: 1.4rem;
  color: #153D6C;
  margin: 10px 0 20px;
}
.grid-link {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
}

/* RESEARCH CSS */
/* Research Flex */
.btsl-img {
  height: 60vh;
}
.btsl-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  max-width: 80%;
  padding: 60px;
}
.bctl-content {
  display:  flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px 30px 20px;
}
.btsl-head, .btsl-summary, .bctl-content p, .bctl-content h4, .bctl-content p a {
  color: #fff !important;
}
.btsl-link a {
  color: #fff !important;
  padding: 8px 20px;
}

/* Research Header */
.header-left {
  padding-right: 40px;
}
.header-right {
  border: 1px solid #c4c4c4;
  border-top: 5px solid #153d6c;
  padding: 30px;
}

.research-resources{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-row-gap: 0.8rem;
}


/* Faculty Publications */
.view-faculty-publications .view-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 52px;
}
.view-faculty-publications .view-content .views-field-title {
  font-weight: 600;
  margin-bottom:  25px;
  font-size: 1.2rem;
}
.view-faculty-publications .view-content i {
  font-size: 0.9rem;
  color: #B99D64;
}
.see-all {
  float: right;
  font-size: 17px;
  font-weight: normal;
}
.see-all i {
  font-weight: 600;
  font-size: 15px;
  color: #B99D64;
}

/* REsearch page bottom pictures */
/* grid container */
.research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
/* research flex image */
.r-flexbox-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.r-flexbox-item {
  padding: 30px;
}
.r-flexbox-item a {
  color:  #fff;
}


@media (max-width:767px) {
  .btsl-img {
    height: 50vh;
  }
  .btsl-content {
    padding: 0 30px 30px;
    max-width: 100%;
  }
  .bctl-container {
    margin-bottom: 30px;
  }
  .view-faculty-publications .view-content {
    grid-template-columns: 1fr;
  }
  .research-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}