/** MASTHEAD **/
.featuredMain {
  position: relative;
  background-color: #00345e;
  line-height: 1.1;
  padding: 1.2rem;
}

.featured {
  height: auto !important;
}

.featured a {
  color: #fff;
  line-height: 1.4;
}

.featured a:hover {
  color: #EF7C00;
}

.mastheadCarousel .container {
  position: relative;
}

.mastheadCarousel .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 47, 98, 0.3);
}


@media (min-width: 992px) {
  .featuredMain {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 2;
    padding-bottom: 2rem;
  }

  .featuredMain {
    background-color: transparent;
  }

  .mastheadCarousel .item::before {
    background-color: rgba(0, 47, 98, 0.2);
  }
}

/** PROGRAMME SELECTOR **/
#study-tabContent .mobile-tab .dropdown button {
  background-color: #EF7C00;
}

.studyNav,
.progNav {
  border: none;
}

.studyNav .nav-link {
  margin: 0;
  color: #00345e;
  font-size: 1.25rem;
  border: none;
  border-bottom: 1px solid #dee2e6;
  padding: 0.8rem 0;
}

.studyNav .nav-link:hover {
  border-bottom: 3px solid rgb(0, 52, 94);
}

.studyNav .nav-link.active {
  font-weight: bold;
  color: #EF7C00;
  border-bottom: 7px solid #EF7C00;
  border-radius: 0;
}

.progNav .nav-link {
  color: #141414;
  margin: 0;
  border: none;
  border-bottom: 1px solid #dee2e6;
  padding: 0.8rem 0;
}

.progNav .nav-link:hover {
  border-color: #dee2e6
}

.progNav .nav-link.active {
  font-weight: bold;
  color: #EF7C00;
  border-bottom: 1px solid #dee2e6;
}

.studyShow {
  background: white;
  border: 1px solid #dee2e6;
  z-index: 1;
  top: 0;
  height: 100%;
  padding: 0;
}

.studyShow .tab-content,
.studyShow ul {
  margin: 0;
  padding: 1em;
}

.progBack,
.courseBack {
  font-size: 1.1em;
}

.progBack::before,
.courseBack::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060";
  margin-right: 10px;
}

.studyNav .nav-item:last-child .nav-link,
.progNav .nav-item:last-child .nav-link {
  border: none;
}

#programmes .row {
  padding: 0 1em;
}

@media (min-width:992px) {
  #programmes .row {
    padding: 0
  }

  .studyNav .nav-link,
  .studyNav .nav-item:last-child .nav-link {
    border-bottom: 3px solid rgb(0, 52, 94);
  }

  .studyNav .nav-item:last-child .nav-link.active {
    border-bottom: 7px solid #EF7C00;
  }

  .progNav .nav-item:last-child .nav-link {
    border-bottom: 1px solid #dee2e6;
  }
}

/** HOMEPAGE SECTION **/
#research-cases-news a {
  color: #141414
}

#research-cases-news a:hover {
  color: #EF7C00
}

.rankMember.tabSection .nav-li a {
  padding-left: 4em;
  padding-right: 4em;
}

.featuredMember img {
  max-height: 190px;
}

.featuredSocial .item {
  position: relative;
}

.featuredSocial a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 52, 91, 0.9);
  opacity: 0;
  transition: opacity .5s;
}

.featuredSocial .item .social-text {
  color: #fff;
  height: 100%;
  width: 100%;
  opacity: 1;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 2em;
  transition: opacity .3s;
  transform: translate3d(0, 100%, 0);
  z-index: 1;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.featuredSocial a:hover .social-text {
  opacity: 1;
  transition: transform .3s;
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.featuredSocial a:hover::after {
  opacity: 1;
  transition: opacity .5s;
}

.featuredSocial .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width:992px) {
  .featuredMember img {
    max-height: 110px;
  }
}