.career_tabber {
	padding: 96px 10px;
}
.career_tabber .tab-link {
	color: #2765a3;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding: 26px 20px 27px 0;
	position: relative;
	text-align: left;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 100%;
	cursor: pointer;
}
.career_tabber .tab-link span {
	color: #262a33;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	margin-top: 13px;
}
.career_tabber .tab-link:after {
	background-size: contain,0;
	height: 32px;
	position: absolute;
	right: -9px;
	top: 23px;
	width: 32px;
	content: "";
	display: block;
}
.career_tabber .tab-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.career_tabber .tabs {
	margin-top: -19px;
	max-width: 32.2%;
}
.career_tabber .tab-content-wrapper {
	margin-left: 8.3333333333%;
	max-width: 58.3333333333%;
	width: 100%;
	padding-left: 20px;
}
.career_tabber .tab-link:not(:last-child) {
	border-bottom: 1px solid #262a33;
}
.career_tabber .tab-content_none {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding-left: 14px;
}
.career_tabber .tab-content_none h4 {
	font-size: 24px;
	margin: 0;
}
.career_tabber .tab-link.active {
	color: #262a33;
}
.career_tabber .tab-link.active:after {
	background-size: 0,contain;
}
.career_tabber h2.tab_content_title {
	color: #000;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 24px;
}
.career_tabber .tab_content_location {
	margin: 0 0 16px;
	position: relative;
	padding-left: 30px;
}
.career_tabber .tab_content_location:before {
	content: "";
	display: block;
	height: 50px;
	left: -18px;
	position: absolute;
	top: -10px;
	width: 50px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.career_tabber .tab_content_salary {
	padding-left: 30px;
	position: relative;
	margin: 0 0 35px;
}
.career_tabber .tab_content_salary:before {
	display: block;
	height: 50px;
	left: -18px;
	position: absolute;
	width: 50px;
	content: "£";
	font-size: 31px;
	font-weight: 700;
	text-align: center;
	top: -9px;
}
.career_tabber .tab_button {
	display: flex;
}
.career_tabber .custom_button_gp a {
	display: inline-block;
	margin-right: 16px;
	min-height: 40px;
	min-width: 80px;
	padding: 11px 20px;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-appearance: none;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #2765a3;
}
.career_tabber .custom_button_gp a.hs-button:hover {
	background-color: #1c4c7c;
	border-color: #1c4c7c;
}
.career_tabber .custom_button_gp a.hs-sec-btn {
	color: #2765a3;
	border-color: #2765a3;
}
.career_tabber .custom_button_gp a.hs-sec-btn:hover {
	background-color: #ecf5ff;
}
.career_tabber .content {
	margin-top: 56px;
}
.career_tabber .tab-content {
	display: none;
	animation: fadeIn 0.5s ease 1 forwards;
}
.career_tabber .tab-content.active {
	display: block;
}
.career_tabber .tab-content.active~.tab-content_none {
	display: none;
}
.career_tabber .popup_body{
	display:none;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
	z-index: 99;
}
.career_tabber .popup_body_show{
	display:block;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}
.career_tabber .popup_back{
	background-color: rgba(0,0,0,.2);
	height: 150%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
	z-index: 10;
}
.career_tabber .popup_two_col {
	max-width: 980px;
	height: 100vh;
	margin-top: 50px!important;
	max-height: calc(100vh - 100px);
	left: 0!important;
	margin-left: auto!important;
	margin-right: auto!important;
	overflow: hidden;
	right: 0;
	top: 0;
	width: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	opacity: 1;
	position: fixed;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 10;
}
.career_tabber .popup_left {
	background-color: #2765a3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 100%;
	left: 0;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 40px;
	position: absolute;
	width: 39%;
	top: 0;
}
.career_tabber .popup_right {
	width: 61%;
	margin-left: auto;
	height: calc(100% - 44px);
	padding-left: 10px;
}
.career_tabber .popup_right iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
.career_tabber .popup_title {
	font-size: 32px;
	font-weight: 600;
}
.career_tabber .popup_jobtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 32px;
}
.career_tabber .popup_location {
	font-size: 18px;
	font-weight: 400;
	margin-top: 18px;
}
.career_tabber .popup_close_wrap {
	background: transparent;
	color: #33302e;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.career_tabber .popup_close {
	background-size: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-size: 8px;
	height: 20px;
	line-height: 1;
	margin: 12px;
	outline: inherit;
	padding: 0.25em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: baseline;
	width: 20px;
	float: right;
}
.career_tabber .popup_close:after {
	bottom: -12px;
	content: "";
	left: -12px;
	position: absolute;
	right: -12px;
	top: -12px;
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 61.24em) {
	.career_tabber .popup_left {
		display: none;
	}
	.career_tabber .popup_right {
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.career_tabber .tabs {
		max-width: 100%;
	}
	.career_tabber .tab-content-wrapper {
		margin-left: 0;
		max-width: 100%;
		padding-left: 0;
	}
	.career_tabber .tab-content_none {
		padding-left: 0;
	}
	.career_tabber {
		padding: 32px 10px;
	}
}


@keyframes fadeIn {
	100% {
		opacity: 1
			transform: none;
	}
}