/* ============ HERO ============ */
.jobs-hero{
	padding:30px 0 70px;
	position:relative;
	overflow:hidden;
	height:350px;
	background: url("../img/hero-careers-bg.png") center center / cover no-repeat, radial-gradient(circle at top right,#f6f8fc 0,var(--bs-white) 70%);
}

.jobs-hero--compact{
	height:256px;
}

.jobs-hero h1{
	font-size:58px;
	line-height:1;
	font-weight:700;
	color:var(--bs-navy);
}

.jobs-hero h2{
	font-size:40px;
	line-height:1;
	font-weight:700;
	color:var(--bs-navy);
}

.jobs-hero p{
	font-size:18px;
	color:#6c757d;
	max-width:550px;
}

.hero-search{
	max-width:700px;
	margin-top: 0px;
}

.hero-search .input-group{
	background:var(--bs-white);
	border-radius:14px;
	box-shadow:0 12px 35px rgba(16,44,87,.10);
}

.hero-search .input-group-text{
	background:transparent;
	border:none;
	color:#9aa5b4;
}

.hero-search .form-control{
	border:none;
	height:52px;
	font-size:15px;
	box-shadow:none;
}

.hero-search .form-control:focus{
	box-shadow:none;
}

.btn-search{
	height:52px;
	width:52px;
	border-radius:10px;
	background:var(--bs-dark-navy);
	border:none;
	color:var(--bs-white);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.3s;
	flex:0 0 auto;
}

.btn-search:hover{
	background:var(--bs-navy);
}

@media(max-width:991px){

	.jobs-hero{
		height:auto;
		min-height:400px;
		padding:50px 0;
		background-position:center top;
		background-size:cover;
		display:flex;
		align-items:center;
	}

	.jobs-hero h1{
		font-size:38px;
		text-align:center;
	}

	.jobs-hero h2{
		font-size:28px;
		text-align:center;
	}

	.jobs-hero p{
		text-align:center;
		margin:auto auto 24px;
	}

	.hero-search{
		margin:auto;
	}
}

@media(max-width:576px){

	.jobs-hero{
		height:auto;
		min-height:auto;
		padding:40px 0;
		background-position:center top;
		background-size:cover;
	}

	.jobs-hero h1{
		font-size:28px;
		text-align:center;
	}

	.jobs-hero h2{
		font-size:20px;
		text-align:center;
	}

	.jobs-hero p{
		font-size:15px;
		text-align:center;
		margin:auto auto 20px;
	}

	.hero-search{
		margin:auto;
	}

	.hero-search .input-group{
		flex-wrap:nowrap;
	}

	.hero-search .form-control{
		height:46px;
		font-size:14px;
	}

	.btn-search{
		height:46px;
		width:46px;
	}
}

.apply-breadcrumb{
	font-size:13px;
	color:#8b95a5;
	margin-bottom:22px;
	display:flex;
	align-items:center;
	gap:8px;
}

.apply-breadcrumb a{
	color:#8b95a5;
	text-decoration:none;
}

.apply-breadcrumb a:hover{
	color:var(--bs-navy);
}

.apply-breadcrumb i{
	font-size:11px;
}

.apply-breadcrumb span{
	color:var(--bs-navy);
	font-weight:600;
}