/* ---------- element-level ---------- */
h1.page-title a {
	color: #fff;
	text-decoration: none;
}

h1 .page-title a:hover,
h1 .page-title a:focus {
	color: #fff;
}

h2 {
	color: #8c232d;
	font-weight: 600;
}

h3 {
	color: #333;
	font-weight: 600;
	font-size: 1.6rem;
}

h4 {
	color: #333;
	font-weight: 600;
	margin-top: 1.5rem;
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
	font-weight: 600;
}

/* ---------- page-level ---------- */
.full-bleed {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

/*
#page.careers {
	padding: 0;
}
*/

.page-careers .button,
.page-careers .apply-btn {
	background: #a42a36;
	border-radius: 0;
	color: #fff;
	padding: .9em 1.5em;
}

.page-careers blockquote {
	margin: 1rem;
	color: #15141A;
	font-style: italic;
}

/* ---------- section scaffold ---------- */
.page-careers .testimonials-section {
	background: #fff;
	padding: 2rem 0;
}

/* ---------- hero ---------- */
.page-careers .page-photo {
	position: relative;
}

.page-careers .page-photo .apply-btn {
	margin: 0;
}

.page-careers .button:hover,
.page-careers .page-photo .apply-btn:hover {
	background: #5e1f2b;
}

.page-careers .page-photo .hero-bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	z-index: 2;
}

.page-careers .page-photo .hero-title {
	margin: 0 2rem 0 0;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	font-size: clamp(28px, 5vw, 40px);
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

/* ---------- responsive: hero (mobile portrait) ---------- */
@media (max-width: 640px) and (orientation: portrait) {
	.page-careers .page-photo .hero-bar {
		position: absolute;
		top: 1rem;
		right: 1rem;
		left: auto;
		bottom: 1rem;
		transform: none;
		width: auto;
		max-width: 90%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: .5rem;
		text-align: right;
		z-index: 2;
		padding: 0;
	}

	.page-careers .page-photo .hero-title {
		margin: 0;
		line-height: 1.1;
	}

	.page-careers .page-photo .apply-btn {
		align-self: flex-end;
		margin: 0;
	}
}

/* ---------- employee owned (desktop / landscape) ---------- */
@media (min-width: 981px),
(max-width: 980px) and (orientation: landscape) {
	.page-careers .owned-block {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 2rem;
	}

	.page-careers .owned-block .columns {
		/*float: none;*/
		width: auto;
	}

	.page-careers .owned-block .columns.text {
		flex: 1 1 60%;
	}

	.page-careers .owned-block .columns.image {
		flex: 0 1 40%;
		display: flex !important;
		justify-content: flex-end;
	}

	.page-careers .owned-block .columns.image img {
		max-width: 100%;
		height: auto;
	}

	.page-careers .owned-img-mobile {
		display: none !important;
	}
}

/* ---------- employee owned (mobile portrait) ---------- */
@media (max-width: 980px) and (orientation: portrait) {
	.page-careers .owned-block {
		display: block;
	}

	.page-careers .owned-block .columns.image {
		display: none;
	}

	.page-careers .owned-img-mobile {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 1rem 0;
	}

	.page-careers .owned-block .apply-btn {
		clear: both;
		margin-top: .5rem;
	}
}
