.uk-subnav-pill > .uk-active > a {
	background-color: #fff;
    color: #56227d!important;
}

.team-name {
	color: #fff !important;
}

.team-name:hover {
	color: #000 !important;
}

.join-us-header p {
	top: 60%;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.banner-header-image {
    background: url('../img/join/eg-join-web-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    position: relative;
}

.banner-header-text {
	display: block;
    width: 900px;
    padding: 80px 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-header-text p {
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.banner-header-image h1 {
    color: #fff;
}

.careers-header {
	height: 30vw;
    background: #333; 
}

.section-heading {
	font-family: 'Inter', sans-serif;
	colour: #000;
}

.career-heading {
	font-family: 'Inter', sans-serif;
	color: #000 !important;
}

.career-subheading {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
}

.culture {
	text-align: center;
}

.culture .career-subheading {
	margin: 0 auto 50px auto; 
	font-family: 'Inter', sans-serif;
	color: #000;
    font-size: 1.6rem;
	width: 40%;
}

.culture .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 30px;
}

.culture .video-wrapper iframe,
.culture .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.grid-1 {
	margin-bottom: 300px!important;
}

.button-purple, .button-purple:hover {
	background: #56227d;
	color: #fff;
	font-family: 'Inter', sans-serif;
	border-radius: 10px;
	font-size: 20px;
    padding: 8px 30px;
}

.people-container {
	background: url('../img/2507/bg-people.jpg') center center no-repeat;
	background-size: cover;
	padding: 20px 0;
	border-radius: 20px;
}

.people-container h1 {
	color: #fff;
	font-family: 'Inter', sans-serif;
}

.people-container p {
	color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    width: 60%;
    margin: auto;
	line-height: 1.2;
}

.staff-name, 
.staff-title {
	color: #fff;
}

.perks-heading {
	color: #000000; 
	font-family: 'Inter', sans-serif;
    margin: auto;
}

.events-sub {
	color: #000;
}

.perk-icon {
    width: 80px;
}

.perk-icon-large {
    width: 110px;
}

.perk-label {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

#career-opportunity {
	background: #f3f3f3;
    padding: 20px 0;
}

#career-opportunity h1 {
	color: #000000; 
	font-family: 'Inter', sans-serif;
    width: 60%;
    margin: auto;
}

.career-opportunity-intro {
	font-family: 'Inter', sans-serif;
	color: #000000;
	font-size: 26px;
}

.apply-button {
	background: #56227d;
    color: #fff;
    border-radius: 10px;
	font-family: 'Inter', sans-serif;
}

.apply-button:hover {
	background: #4a1c6c;
}

.apply-button a,
.apply-button:hover a {
	color: #fff;
	text-decoration: none;
}

.job-role {
	font-family: 'Inter', sans-serif;
	color: #000000;
}


.gallery {
	margin-top: 120px;
}


.title {
  font-weight: 700;
}

/* The description */
.desc {
  font-size: 1em;
  font-style: italic;
  font-family: Georgia, serif;
}

/* Text-centering */
.title,
.desc,
.intro {
  text-align: center;
}

/* Intro section */
.intro {
  margin: 1.75em 0 .75em;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  margin-bottom: 1.75em;
}

.intro a {
  opacity: .7;
}

.intro a:hover {
  opacity: 1;
}

.intro h3 {
  font-size: .825em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: .25em .75em .75em;
}

.intro h3 a {
  font-weight: 400;
}

/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
  border-radius: 10px;
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}

.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
}
  
@media only screen and (max-width: 767px) {
	.culture .career-subheading {
		width: 80%;
	}
	.people-container p {
		width: 80%;
	}
}