/* Overrides */

/* remove gradient from hero since image is black already */
.main-container .gt-main-content .hero_video .homepage-intro-video::before {
	background: none!important;
}

h1.page-title {
	display: none;
}

.node--unpublished {
	background: #fff!important;
}

.auto-anchor {
	display: none!important;
}

.scroll-heading {
  width: 100%;
}

.scroll-heading h2 {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.scroll-heading p {
	line-height: 1.2!important;
}

.scroll-heading span {
	text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: .25rem .4rem;
  font-weight: 500;
}

.scroll-section {
	/* overflow: hidden; */
}

.layout--twocol-section h3 {
	margin-bottom: 1rem!important;
	font-size: 35px;
}

.layout--twocol-section h3:before {
	display: none!important;
}


.scroll-heading h2 {
	max-width: 688px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



/* === BASE HEADING === */ 

h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #B3A369!important;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h2 em {
  font-style: normal;
  font-weight: 600;
}


/* Heading style
   ----------------------------- */
.field--name-body h2 {
text-align: center;
    font-size:25px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

@media (min-width: 420px) {
  .field--name-body h2 {
    font-size: 50px;
  }
}

.field--name-body h2:after,.field--name-body h2:before {
  content: "";
  display: block;
  width: 100%!important;
  border-top: 1px solid #97b363;
  border-bottom: 1px solid #97b363;
  height: 5px;
  background-color: #f8f8f8!important;
  border-radius: 0!important;
}

.field--name-body h2#ghufran-bhatti {
	color: #97b363!important;
}
#ghufran-bhatti-major p span {
  background: #97b363!important;
}
.field--name-body h2#antonia-rabisheva:after,.field--name-body h2#antonia-rabisheva:before {
  border-top: 1px solid #526d9c;
  border-bottom: 1px solid #526d9c;
}
.field--name-body h2#antonia-rabisheva {
	color: #526d9c!important;
}
#antonia-rabisheva-major p span {
  background: #526d9c!important;
}
.field--name-body h2#rivash-deepnarain:after,.field--name-body h2#rivash-deepnarain:before {
  border-top: 1px solid #cf6c42;
  border-bottom: 1px solid #cf6c42;
}
.field--name-body h2#rivash-deepnarain {
	color: #cf6c42!important;
}
#rivash-deepnarain-major p span {
  background: #cf6c42!important;
}
.field--name-body h2#carson-veal:after,.field--name-body h2#carson-veal:before {
  border-top: 1px solid #731a55;
  border-bottom: 1px solid #731a55;
}
.field--name-body h2#carson-veal {
	color: #731a55!important;
}
#carson-veal-major p span {
  background: #731a55!important;
}
.field--name-body h2#priscilla-pierre:after,.field--name-body h2#priscilla-pierre:before {
  border-top: 1px solid #f0b310;
  border-bottom: 1px solid #f0b310;
}
.field--name-body h2#priscilla-pierre {
	color: #f0b310!important;
}
#priscilla-pierre-major p span {
  background: #f0b310!important;
}
.field--name-body h2#lukas-anisansel:after,.field--name-body h2#lukas-anisansel:before {
  border-top: 1px solid #009cb0;
  border-bottom: 1px solid #009cb0;
}
.field--name-body h2#lukas-anisansel {
	color: #009cb0!important;
}
#lukas-anisansel-major p span {
  background: #009cb0!important;
}



/* mute buttom */

.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Mute/unmute button */
.mute-toggle {
  position: relative;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s ease;
  background: transparent;
  opacity: .8;
}

.mute-toggle:hover {
	opacity: 1;
}


.toggle-mute {
	position: absolute;
	top: 0;
	right: 0;
  box-sizing: border-box;
  pointer-events: all;
  cursor: pointer;
  background-color: rgba(0,0,0,.48);
  border-radius: 3px;
  padding-block: 5px;
  padding-inline: 5px;
  margin: 4px;
}

.icon-wrapper.active.mute-btn {
  display: inline-block;
}

.icon-wrapper.mute-btn {
  display: none;
  height: 26px;
  width: 26px;
  margin-left: 5px;
}

path.mute-btn {
  fill: white;
}




.main-container .gt-main-content .hero_video.graphic-hexes.visible .homepage-intro-video::after {
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transtition: top 1.75s ease-in-out;
  transition: top 1.75s ease-in-out;
    transition-delay: 0s;
  transition-delay: .5s;
}



.main-container .gt-main-content .hero_video.graphic-hexes .homepage-intro-video::after {
	top: -50vw;	
	content: "";
  display: block;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	width: 350px;
	height: 252px;
  background: url('/sites/default/files/2026-05/exit-interview-header-overlay-1.png');
}

@media (min-width: 480px) {
  .main-container .gt-main-content .hero_video.graphic-hexes.visible .homepage-intro-video::after {
    top: 140px;
  }
}

@media (min-width:800px) {
  .main-container .gt-main-content .hero_video.graphic-hexes.visible .homepage-intro-video::after {
    top: 30px;
  	right: 90px;
  	left: auto;
  	transform: none;
  }
	.main-container .gt-main-content .hero_video.graphic-hexes .homepage-intro-video::after {
  	background-size: contain;
  	width: 619px;
  	height: 448px;
	}
}

@media (min-width: 1200px) {
  .main-container .gt-main-content .hero_video.graphic-hexes.visible .homepage-intro-video::after {
    top: 60px;
  	right: 120px;;
  	transform: none;
  }
	.main-container .gt-main-content .hero_video.graphic-hexes .homepage-intro-video::after {
  	background-size: contain;
  	width: 719px;
  	height: 520px;
	}
}

.main-container .gt-main-content .hero_video .block-container .block-wrapper {
	margin-left: 2rem;
	margin-right: 2rem;
}


