/**
 * WEB-P12 — Careers hub and job detail.
 * Capital-projects / engineering careers. No stock photography.
 * Namespaces: .vc-careers-hub-v1 .vc-job-v1 .vc-job-row .vc-apply-form
 */

.vc-careers-hub-v1,
.vc-job-v1,
.vc-job-row,
.vc-apply-form {
	--vc-cr-navy: #071521;
	--vc-cr-ink: #0b1f33;
	--vc-cr-gold: #c4a35a;
	--vc-cr-muted: #4a5563;
	--vc-cr-rule: #d8d0c4;
	--vc-cr-canvas: #f4f0e8;
	--vc-cr-paper: #ffffff;
	--vc-cr-measure: 1120px;
}

.vc-careers-hub-v1 .vc-h1 .elementor-heading-title,
.vc-job-v1 .vc-h1 {
	color: var(--vc-cr-navy);
	font-size: clamp(36px, 5vw, 62px);
	line-height: 1.06;
	letter-spacing: -0.038em;
	font-weight: 700;
	max-width: 16ch;
}

.vc-careers-hub-v1 .vc-h2 .elementor-heading-title,
.vc-job-v1 .vc-h2 {
	color: var(--vc-cr-ink);
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.vc-careers-hub-v1 .vc-kicker .elementor-heading-title,
.vc-job-v1 .vc-kicker {
	color: var(--vc-cr-gold);
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 12px;
}

.vc-careers-hub-v1 .vc-hero-lead,
.vc-careers-hub-v1 .vc-hero-lead p,
.vc-careers-hub-v1 .vc-lead p {
	color: #d8e0e6;
	font-size: 18px;
	line-height: 1.55;
	max-width: 42rem;
}

.vc-careers-hub-v1 .vc-body p,
.vc-careers-hub-v1 .vc-lead--ink p {
	color: var(--vc-cr-muted);
	font-size: 17px;
	line-height: 1.6;
	max-width: 46rem;
}

body.vc-careers-hub-v1 .elementor-section.vc-cr-hero {
	position: relative;
	background:
		linear-gradient(115deg, rgba(7, 21, 33, 0.08) 0, rgba(7, 21, 33, 0.08) 40%, transparent 40.4%),
		repeating-linear-gradient(
			-18deg,
			transparent,
			transparent 22px,
			rgba(196, 163, 90, 0.07) 22px,
			rgba(196, 163, 90, 0.07) 23px
		),
		#071521;
	padding-top: 40px;
}

body.vc-careers-hub-v1 .elementor-section.vc-cr-hero::after {
	content: "";
	position: absolute;
	right: 8%;
	top: 18%;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(196, 163, 90, 0.35);
	transform: rotate(45deg);
	pointer-events: none;
}

.vc-careers-hub-v1 .vc-h1 .elementor-heading-title {
	color: #ffffff !important;
}

.vc-careers-disciplines {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	border-top: 1px solid var(--vc-cr-rule);
}

.vc-careers-disciplines__item {
	margin: 0;
	padding: 18px 20px 18px 0;
	border-bottom: 1px solid var(--vc-cr-rule);
	color: var(--vc-cr-ink);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.vc-careers-disciplines__item:nth-child(odd) {
	padding-right: 28px;
	border-right: 1px solid var(--vc-cr-rule);
}

.vc-job-index {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.vc-job-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: end;
	padding: 28px 0;
	border-bottom: 1px solid var(--vc-cr-rule);
}

.vc-job-row__title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.vc-job-row__title a {
	color: var(--vc-cr-ink);
	text-decoration: none;
}

.vc-job-row__title a:hover,
.vc-job-row__title a:focus {
	color: var(--vc-cr-navy);
	text-decoration: underline;
}

.vc-job-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	color: var(--vc-cr-muted);
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vc-job-row__summary {
	margin: 0;
	max-width: 46rem;
	color: var(--vc-cr-muted);
	font-size: 16px;
	line-height: 1.5;
}

.vc-job-row__action {
	margin: 0;
	white-space: nowrap;
}

.vc-text-link,
.vc-careers-hub-v1 .vc-text-link a,
.vc-job-v1 .vc-text-link {
	color: var(--vc-cr-ink);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--vc-cr-gold);
}

.vc-job-empty {
	padding: 32px 0 8px;
	border-top: 1px solid var(--vc-cr-rule);
}

.vc-job-empty__title {
	margin: 0 0 8px;
	color: var(--vc-cr-ink);
	font-size: 20px;
	font-weight: 700;
}

.vc-job-v1 .vc-job-shell {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}

.vc-job-v1__header {
	background: var(--vc-cr-navy);
	color: #ffffff;
	padding: 72px 0 56px;
}

.vc-job-v1__header .vc-h1,
.vc-job-v1__header .vc-kicker {
	color: #ffffff;
}

.vc-job-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	color: #cfd7de;
	font-size: 14px;
}

.vc-job-closed {
	margin: 20px 0 0;
	padding: 12px 14px;
	border-left: 3px solid var(--vc-cr-gold);
	background: rgba(255, 255, 255, 0.06);
}

.vc-job-v1__section {
	padding: 56px 0;
}

.vc-job-v1__section--warm {
	background: var(--vc-cr-canvas);
}

.vc-job-v1__section ul {
	margin: 0;
	padding: 0 0 0 1.1em;
}

.vc-job-v1__section li {
	margin: 0 0 8px;
	color: var(--vc-cr-muted);
	line-height: 1.5;
}

.vc-apply-form {
	max-width: 720px;
}

.vc-apply-form__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 20px;
}

.vc-apply-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.vc-apply-form__field:nth-child(n + 8),
.vc-apply-form__field:has(textarea),
.vc-apply-form__field:has(input[type="file"]),
.vc-apply-form__field:has(input[type="checkbox"]),
.vc-apply-form__submit,
.vc-apply-form__banner,
.vc-apply-form__success,
.cf-turnstile {
	grid-column: 1 / -1;
}

.vc-apply-form label {
	font-size: 14px;
	font-weight: 600;
	color: var(--vc-cr-ink);
}

.vc-apply-form__req {
	font-weight: 500;
	color: var(--vc-cr-muted);
}

.vc-apply-form input,
.vc-apply-form select,
.vc-apply-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #cfd7de;
	border-radius: 2px;
	background: #ffffff;
	color: var(--vc-cr-ink);
	font-size: 16px;
}

.vc-apply-form textarea {
	min-height: 120px;
}

.vc-apply-form input:focus,
.vc-apply-form select:focus,
.vc-apply-form textarea:focus {
	outline: 3px solid rgba(28, 69, 104, 0.28);
	border-color: #1c4568;
}

.vc-apply-form__field--error input,
.vc-apply-form__field--error select,
.vc-apply-form__field--error textarea {
	border-color: #b42318;
}

.vc-apply-form__error {
	margin: 0;
	color: #b42318;
	font-size: 14px;
}

.vc-apply-form__hint {
	margin: 0;
	color: var(--vc-cr-muted);
	font-size: 13px;
}

.vc-apply-form__banner,
.vc-apply-form__success {
	margin: 0 0 8px;
	padding: 14px 16px;
	grid-column: 1 / -1;
}

.vc-apply-form__banner {
	background: #f8e7e6;
	color: #7a1c16;
}

.vc-apply-form__success {
	background: #e7f4ea;
	color: #17663a;
}

.vc-apply-form__hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.vc-apply-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	min-width: 180px;
	padding: 0 22px;
	border: 1px solid var(--vc-cr-navy);
	background: var(--vc-cr-navy);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.vc-apply-form__submit:focus {
	outline: 3px solid rgba(196, 163, 90, 0.7);
	outline-offset: 2px;
}

.vc-about-v2 .vc-about-careers .vc-h2 .elementor-heading-title {
	max-width: 18ch;
}

@media (max-width: 767px) {
	body.vc-careers-hub-v1 .elementor-section.vc-cr-hero::after {
		display: none;
	}

	.vc-careers-disciplines,
	.vc-job-row,
	.vc-apply-form__form {
		grid-template-columns: 1fr;
	}

	.vc-careers-disciplines__item:nth-child(odd) {
		padding-right: 0;
		border-right: 0;
	}

	.vc-job-row__action {
		white-space: normal;
	}
}

.vc-talent-index {
	display: grid;
	gap: 36px;
	margin-top: 12px;
}

.vc-talent-index__group {
	border-top: 1px solid var(--vc-cr-rule);
	padding-top: 20px;
}

.vc-talent-index__heading {
	margin: 0 0 12px;
	color: var(--vc-cr-ink);
	font-size: 18px;
	letter-spacing: -0.01em;
}

.vc-talent-index__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vc-talent-index__item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	align-items: baseline;
	padding: 14px 0;
	border-bottom: 1px solid var(--vc-cr-rule);
}

.vc-talent-index__item a {
	color: var(--vc-cr-ink);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--vc-cr-gold);
}

.vc-talent-index__item span {
	color: var(--vc-cr-gold);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
}

.vc-job-v1--talent .vc-job-lead {
	max-width: 46rem;
	font-size: 18px;
	line-height: 1.55;
	color: #d8e0e6;
}

.vc-job-v1--talent .vc-job-note,
.vc-job-group {
	color: #cfd7de;
	font-size: 15px;
	max-width: 46rem;
}

/* Keep the approved gold CTA readable on the navy Talent Pool hero, including hover. */
.vc-job-v1__header .vc-btn--accent {
	background: var(--vc-gold, #d9ad22);
	border-color: var(--vc-gold, #d9ad22);
	color: var(--vc-navy-950, #1c4568);
}
.vc-job-v1__header .vc-btn--accent:hover,
.vc-job-v1__header .vc-btn--accent:focus {
	background: #f0c53a;
	border-color: #f0c53a;
	color: #1c4568;
}

.vc-talent-related {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.vc-talent-related a {
	color: var(--vc-cr-ink);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--vc-cr-gold);
}

.vc-apply-form fieldset {
	border: 1px solid var(--vc-cr-rule);
	padding: 12px 14px;
	margin: 0;
}

.vc-apply-form fieldset legend {
	font-size: 14px;
	font-weight: 600;
	padding: 0 6px;
}

.vc-apply-form fieldset label {
	display: block;
	font-weight: 500;
	margin: 6px 0;
}

.vc-apply-form__hint {
	margin: 6px 0 0;
	color: var(--vc-cr-muted);
	font-size: 13px;
}

/* WEB-P12C — Recruitment form v2. Namespace .vc-rf-v2 only. */
.vc-rf-v2 {
	--vc-rf-navy: #071521;
	--vc-rf-ink: #0b1f33;
	--vc-rf-gold: #c4a35a;
	--vc-rf-muted: #4a5563;
	--vc-rf-rule: #d8d0c4;
	--vc-rf-line: #cfd7de;
	--vc-rf-canvas: #f7f4ee;
	--vc-rf-danger: #8a1f16;
	max-width: 920px;
	margin: 0 auto;
	color: var(--vc-rf-ink);
}

.vc-rf-v2__kicker {
	margin: 0 0 6px;
	color: var(--vc-rf-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vc-rf-v2__title,
.vc-rf-v2__confirm-title {
	margin: 0 0 18px;
	color: var(--vc-rf-navy);
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.vc-rf-v2__steps {
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--vc-rf-rule);
}

.vc-rf-v2__steps li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: var(--vc-rf-muted);
	font-size: 13px;
	font-weight: 600;
}

.vc-rf-v2__steps li.is-current {
	color: var(--vc-rf-navy);
}

.vc-rf-v2__step-num {
	color: var(--vc-rf-gold);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.vc-rf-v2__banner {
	margin: 0 0 16px;
	padding: 10px 12px;
	border-left: 3px solid var(--vc-rf-gold);
	background: var(--vc-rf-canvas);
	color: var(--vc-rf-ink);
	font-size: 14px;
}

.vc-rf-v2__section {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	min-width: 0;
}

.vc-rf-v2__section > legend {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0 6px;
	border-bottom: 1px solid var(--vc-rf-rule);
	color: var(--vc-rf-navy);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vc-rf-v2__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
}

.vc-rf-v2__field--full {
	grid-column: 1 / -1;
}

.vc-rf-v2__field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.vc-rf-v2__field > label,
.vc-rf-v2__label {
	color: var(--vc-rf-ink);
	font-size: 13px;
	font-weight: 600;
}

.vc-rf-v2__opt {
	margin-left: 6px;
	color: var(--vc-rf-muted);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vc-rf-v2 input[type="text"],
.vc-rf-v2 input[type="email"],
.vc-rf-v2 input[type="tel"],
.vc-rf-v2 input[type="url"],
.vc-rf-v2 select,
.vc-rf-v2 textarea {
	width: 100%;
	min-height: 44px;
	padding: 8px 10px;
	border: 1px solid var(--vc-rf-line);
	border-radius: 2px;
	background: #fff;
	color: var(--vc-rf-ink);
	font-size: 15px;
	line-height: 1.3;
}

.vc-rf-v2 textarea {
	min-height: 96px;
	max-height: 130px;
	resize: vertical;
}

.vc-rf-v2 input:focus,
.vc-rf-v2 select:focus,
.vc-rf-v2 textarea:focus {
	outline: 2px solid rgba(28, 69, 104, 0.28);
	outline-offset: 1px;
	border-color: #1c4568;
}

.vc-rf-v2__field.is-invalid input,
.vc-rf-v2__field.is-invalid select,
.vc-rf-v2__field.is-invalid textarea,
.vc-rf-v2__skill.is-invalid .vc-rf-v2__pills {
	border-color: var(--vc-rf-danger);
}

.vc-rf-v2__error {
	margin: 0;
	color: var(--vc-rf-danger);
	font-size: 13px;
}

.vc-rf-v2__hint,
.vc-rf-v2__lead {
	margin: 4px 0 0;
	color: var(--vc-rf-muted);
	font-size: 13px;
	line-height: 1.45;
}

.vc-rf-v2__skill {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
}

.vc-rf-v2__skill > legend {
	padding: 0;
	margin: 0 0 6px;
	color: var(--vc-rf-ink);
	font-size: 14px;
	font-weight: 600;
}

.vc-rf-v2__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.vc-rf-v2__pill {
	margin: 0;
	cursor: pointer;
}

.vc-rf-v2__pill input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.vc-rf-v2__pill span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid var(--vc-rf-line);
	border-radius: 2px;
	background: #fff;
	color: var(--vc-rf-ink);
	font-size: 13px;
	font-weight: 600;
}

.vc-rf-v2__pill input:checked + span {
	border-color: var(--vc-rf-navy);
	background: var(--vc-rf-navy);
	color: #fff;
}

.vc-rf-v2__pill input:focus-visible + span {
	outline: 2px solid rgba(196, 163, 90, 0.85);
	outline-offset: 2px;
}

.vc-rf-v2__file {
	position: relative;
}

.vc-rf-v2__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.vc-rf-v2__file-ui {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border: 1px dashed #b7c0c8;
	background: var(--vc-rf-canvas);
	cursor: pointer;
}

.vc-rf-v2.has-file .vc-rf-v2__file-ui {
	display: none;
}

.vc-rf-v2__file-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--vc-rf-navy);
}

.vc-rf-v2__file-hint,
.vc-rf-v2__file-chosen {
	margin: 0;
	color: var(--vc-rf-muted);
	font-size: 13px;
}

.vc-rf-v2__file-chosen {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid var(--vc-rf-rule);
	background: #fff;
}

.vc-rf-v2__file-change {
	border: 0;
	background: none;
	color: var(--vc-rf-navy);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.vc-rf-v2__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.vc-rf-v2__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--vc-rf-navy);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.vc-rf-v2__btn--primary {
	background: var(--vc-rf-navy);
	color: #fff;
}

.vc-rf-v2__btn--ghost {
	background: transparent;
	color: var(--vc-rf-navy);
}

.vc-rf-v2__btn:focus-visible {
	outline: 2px solid rgba(196, 163, 90, 0.85);
	outline-offset: 2px;
}

.vc-rf-v2__btn-review {
	display: none;
}

.vc-rf-v2.is-enhanced .vc-rf-v2__btn-review {
	display: inline-flex;
}

.vc-rf-v2.is-enhanced .vc-rf-v2__final {
	display: none;
}

.vc-rf-v2.is-enhanced.is-review .vc-rf-v2__panel--profile {
	display: none;
}

.vc-rf-v2.is-enhanced.is-review .vc-rf-v2__panel--review {
	display: block;
}

.vc-rf-v2.is-enhanced.is-review .vc-rf-v2__final {
	display: block;
}

.vc-rf-v2__panel--review[hidden] {
	display: none;
}

.vc-rf-v2__review-title {
	margin: 0 0 6px;
	font-size: 20px;
}

.vc-rf-v2__review-block {
	margin: 0 0 18px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--vc-rf-rule);
}

.vc-rf-v2__review-block h4 {
	margin: 0 0 8px;
	color: var(--vc-rf-navy);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vc-rf-v2__review-block dl {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 6px 16px;
	margin: 0;
}

.vc-rf-v2__review-block dt {
	color: var(--vc-rf-muted);
	font-size: 13px;
}

.vc-rf-v2__review-block dd {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.vc-rf-v2__consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 8px 0 12px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--vc-rf-muted);
}

.vc-rf-v2__consent input {
	margin-top: 3px;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.vc-rf-v2__turnstile {
	min-height: 0;
	margin: 0 0 12px;
}

.vc-rf-v2__hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.vc-rf-v2__confirm {
	padding: 28px 0 8px;
}

.vc-rf-v2__confirm-body,
.vc-rf-v2__ref {
	max-width: 40rem;
	color: var(--vc-rf-muted);
	font-size: 16px;
	line-height: 1.5;
}

.vc-rf-v2__ref strong {
	color: var(--vc-rf-navy);
}

@media (max-width: 767px) {
	.vc-rf-v2__grid,
	.vc-rf-v2__review-block dl {
		grid-template-columns: 1fr;
	}

	.vc-rf-v2__steps {
		gap: 16px;
	}

	.vc-rf-v2__btn {
		width: 100%;
	}

	.vc-rf-v2__pill span {
		min-width: calc(50% - 8px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vc-rf-v2 * {
		transition: none !important;
	}
}
