.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);
}

.join-us-heading {
	font-weight: 700;
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    color: #000;
}

.join-us-subtext {
	font-family: Segoe UI;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.join-us-perk-intro {
	font-family: Segoe UI;
	font-size: 20px;
    color: #000;
    font-weight: 300;
}

.join-us-sub-heading {
	font-family: Segoe UI;
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.banner-header-text p {
	top: 60%;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.banner-header-image h1 {
    color: #fff;
	position: relative;
    bottom: 30px;
}

.join-us-section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #505050;
    font-weight: 600;
}

p.join-us {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}

.join-us-logos {
    width: 100px;
    max-height: 80px;
}

.department-heading {
	font-family: Segoe UI;
	color: #000;
	font-size: 30px;
	font-weight: 500;
}

.staff-name {
	font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.staff-title {
	font-size: 1.1em;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.apply-job-button {
    min-width: 220px;
}

.perk-icon {
	width: 80px;
}

.perk-icon-large {
	width: 110px;
}

#coffee-icon {
	width: 60px;
}

#parking-icon {
	width: 67px;
}

th {
    color: #000 !important;
    font-weight: 700 !important;
}

td {
    font-size: 16px;
    color: #000;
    font-family: 'Inter';
    font-weight: 400;
}

.uk-subnav li a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.uk-subnav li.uk-active a {
	color: #fff !important;
	background-color: #542989 !important;
}

@media screen and (max-width: 639px) {
	.banner-header-text h1 {
		bottom: 50px;
		font-size: 40px;
		margin-bottom: 0;
	}
	.banner-header-text p {
		font-size: 18px !important;
		margin-top: 0;
	}
}