.manufacturing-page {
	--manufacturing-section-spacing: 5.625rem;
	overflow: hidden;
}

.manufacturing-page .container-max {
	max-width: 1440px;
	padding-left: clamp(30px, calc((100vw - 1240px) / 2), 100px);
	padding-right: clamp(30px, calc((100vw - 1240px) / 2), 100px);
}

.manufacturing-section {
	padding: var(--manufacturing-section-spacing) 0;
}

.manufacturing-page h2,
.manufacturing-page h3,
.manufacturing-section h2,
.manufacturing-section h3 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

.manufacturing-page h2,
.manufacturing-section h2 {
	font-size: 40px;
	line-height: 45px;
	margin: 0;
}

.manufacturing-page h3,
.manufacturing-section h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 16px;
}

.manufacturing-page .body-copy p:not(.manufacturing-eyebrow),
.manufacturing-section .body-copy p:not(.manufacturing-eyebrow),
.manufacturing-copy p:not(.manufacturing-eyebrow),
.manufacturing-benefit p,
.manufacturing-callout p:not(.manufacturing-eyebrow),
.manufacturing-panel-story time,
.manufacturing-member-list li {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
}

.manufacturing-media-image {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	width: 100% !important;
}

.manufacturing-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.manufacturing-button {
	min-width: 244px;
	padding: 18px 24px;
	text-align: center;
	text-decoration: none;
}

.body-copy .manufacturing-button,
.manufacturing-button:hover,
.manufacturing-button:focus {
	text-decoration: none;
}

.body-copy a.manufacturing-text-link,
.manufacturing-text-link,
.manufacturing-text-link:hover,
.manufacturing-text-link:focus {
	color: var(--theme-ada-color);
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.body-copy a.manufacturing-text-link:hover,
.body-copy a.manufacturing-text-link:focus,
.manufacturing-text-link:hover,
.manufacturing-text-link:focus {
	color: #0a3e52;
	text-decoration: none;
}

.manufacturing-breadcrumb {
	align-items: center;
	background: #184d61;
	display: flex;
	height: 49px;
	justify-content: center;
	margin: 0;
	padding: 0 1.875rem;
	width: 100%;
}

.manufacturing-breadcrumb ol {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.manufacturing-breadcrumb li {
	align-items: center;
	color: #d7dfe4;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.manufacturing-breadcrumb li + li:before {
	border-bottom: .25rem solid transparent;
	border-left: .25rem solid var(--theme-base-color);
	border-top: .25rem solid transparent;
	content: "";
	margin-right: 1.25rem;
}

.manufacturing-breadcrumb a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	text-decoration: none;
}

.manufacturing-breadcrumb a:hover,
.manufacturing-breadcrumb a:focus {
	color: #00acd7;
	text-decoration: none;
}

.manufacturing-breadcrumb .material-icons {
	font-size: 18px;
	line-height: 1;
}

.manufacturing-intro__grid,
.manufacturing-image-text__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 465px) minmax(320px, 685px);
	justify-content: space-between;
}

.manufacturing-intro__image {
	background: #ddeafd;
	height: 385px;
	overflow: hidden;
}

.manufacturing-intro__image .manufacturing-media-image {
	transform: scaleX(-1);
}

.manufacturing-copy h2,
.manufacturing-image-text__copy h2 {
	margin-bottom: 32px;
}

.manufacturing-section__header {
	margin-bottom: 64px;
	max-width: 620px;
}

.manufacturing-benefits {
	padding-top: 0;
}

.manufacturing-benefits .manufacturing-section__header {
	max-width: none;
}

.manufacturing-benefits .manufacturing-section__header h2 {
	white-space: nowrap;
}

.manufacturing-benefits__grid {
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 72px;
}

.manufacturing-benefit {
	padding: 0 44px;
}

.manufacturing-benefit:not(:nth-child(3n+1)) {
	border-left: 1px solid #d9d9d9;
}

.manufacturing-benefit:nth-child(3n+1) {
	padding-left: 0;
}

.manufacturing-benefit:nth-child(3n) {
	padding-right: 0;
}

.manufacturing-benefit__icon {
	align-items: center;
	background: #e7eef1;
	border-radius: 50%;
	color: #0a3e52;
	display: flex;
	height: 44px;
	justify-content: center;
	margin-bottom: 26px;
	width: 44px;
}

.manufacturing-benefit__icon i {
	font-size: 25px;
}

.manufacturing-benefit__icon-image {
	height: 25px;
	object-fit: contain;
	width: 25px;
}

.manufacturing-benefit h3,
.manufacturing-benefit p {
	margin: 0;
}

.manufacturing-benefit p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}

.manufacturing-callout {
	padding-top: 0;
}

.manufacturing-callout__inner {
	align-items: center;
	background: #f2f2f2;
	display: grid;
	gap: 48px;
	grid-template-columns: 250px minmax(0, 1fr);
	padding: 45px 70px;
}

.manufacturing-callout__image {
	height: 170px;
	overflow: hidden;
}

.manufacturing-callout__copy h3 {
	font-size: 24px;
	line-height: 30px;
}

.manufacturing-callout__date {
	color: #525457;
	display: block;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 8px;
}

.manufacturing-image-text__grid {
	grid-template-columns: minmax(0, 600px) minmax(320px, 486px);
}

.manufacturing-image-text__copy h2 {
	white-space: nowrap;
}

.manufacturing-image-text--left .manufacturing-image-text__copy {
	order: 2;
}

.manufacturing-image-text--left .manufacturing-image-text__image {
	order: 1;
}

.manufacturing-image-text__image {
	height: 336px;
	overflow: hidden;
}

.manufacturing-image-text__image .manufacturing-media-image {
	object-position: center;
}

.manufacturing-tour-promo,
.manufacturing-article-panel {
	background: #f2f2f2;
}

.manufacturing-tour-promo {
	padding-bottom: var(--manufacturing-section-spacing);
}

.manufacturing-tour-promo__inner {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.manufacturing-tour-promo__inner h2 {
	margin-bottom: 24px;
}

.manufacturing-tour-promo .manufacturing-actions {
	justify-content: center;
}

.manufacturing-article-panel {
	padding-top: 0;
}

.manufacturing-article-panel__grid {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(0, 712px) minmax(0, 466px);
	justify-content: center;
}

.manufacturing-feature-story {
	color: #fff;
	display: block;
	height: 507px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.manufacturing-feature-story .manufacturing-media-image {
	height: 141.2% !important;
	left: 50%;
	position: absolute;
	top: calc(50% - 38px);
	transform: translate(-50%, -50%);
	width: 150.85% !important;
}

.manufacturing-feature-story:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 39, 52, .84) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.manufacturing-feature-story:hover,
.manufacturing-feature-story:focus {
	color: #fff;
	text-decoration: none;
}

.manufacturing-feature-story__overlay {
	bottom: 60px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 11px;
	left: 72px;
	max-width: 449px;
	position: absolute;
	right: 118px;
	z-index: 2;
}

.manufacturing-feature-story__overlay em {
	color: #fff;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.manufacturing-feature-story__overlay strong {
	color: #fff;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
}

.manufacturing-arrow-box,
.manufacturing-panel-story__image.red-block > span {
	align-items: center;
	background: var(--theme-ada-color);
	bottom: 0;
	color: #fff;
	display: flex;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 76px;
	z-index: 3;
}

.manufacturing-arrow-box i,
.manufacturing-panel-story__image.red-block > span i {
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.manufacturing-feature-story .manufacturing-arrow-box {
	height: 95px;
	width: 95px;
}

.manufacturing-feature-story:hover .manufacturing-arrow-box i,
.manufacturing-feature-story:focus .manufacturing-arrow-box i,
.manufacturing-panel-story__image.red-block:hover > span i,
.manufacturing-panel-story__image.red-block:focus > span i {
	animation: arrowSlide .5s cubic-bezier(.52, .01, .16, 1) normal;
}

.manufacturing-panel-list {
	align-self: center;
	padding-right: 40px;
}

.manufacturing-panel-list h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 28px;
}

.manufacturing-panel-list__items {
	display: grid;
	gap: 32px;
}

.manufacturing-panel-story {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	display: grid;
	gap: 20px;
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 96px;
	padding-bottom: 32px;
}

.manufacturing-panel-story__image {
	display: block;
	height: 96px;
	overflow: hidden;
	position: relative;
	width: 96px;
}

.manufacturing-panel-story__thumb {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	width: 100% !important;
}

.manufacturing-panel-story__image.red-block > span {
	height: 28px;
	width: 28px;
}

.manufacturing-panel-story__image.red-block > span i {
	font-size: 18px;
}

.manufacturing-panel-story h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 4px;
}

.manufacturing-panel-story h3 a {
	color: #245264;
	text-decoration: none;
}

.manufacturing-panel-story h3 a:hover,
.manufacturing-panel-story h3 a:focus {
	color: var(--theme-ada-color);
	text-decoration: none;
}

.manufacturing-panel-story time {
	display: block;
	font-size: 13px;
	line-height: 20px;
}

.manufacturing-panel-list__more {
	margin-top: 28px;
}

.manufacturing-final-cta {
	height: 816px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.manufacturing-final-cta .manufacturing-container {
	max-width: 1440px;
	position: static;
}

.manufacturing-final-cta__image {
	background-image: var(--manufacturing-final-image);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1534px auto;
	height: 674px;
	left: max(0px, calc(50% - 720px));
	position: absolute;
	top: 0;
	width: 1218px;
}

.manufacturing-final-cta__card {
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	height: 510px;
	justify-content: center;
	left: max(0px, calc(50% - 720px + 497px));
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 54px 53px;
	position: absolute;
	top: 306px;
	width: 726px;
	z-index: 2;
}

.manufacturing-final-cta__card h2 {
	margin-bottom: 28px;
}

.manufacturing-final-cta__card p:not(.manufacturing-eyebrow) {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.manufacturing-final-cta__card .manufacturing-actions {
	flex-wrap: nowrap;
	gap: 36px;
	margin-top: 56px;
}

.manufacturing-spotlights {
	padding-top: calc(var(--manufacturing-section-spacing) + 1.875rem);
}

.manufacturing-spotlights .manufacturing-section__header {
	max-width: none;
}

.manufacturing-spotlights__list {
	border-top: 1px solid #d9d9d9;
	display: grid;
}

.manufacturing-spotlight {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	display: grid;
	gap: 64px;
	grid-template-columns: 320px minmax(0, 1fr);
	min-height: 267px;
	padding: 32px 0;
}

.manufacturing-spotlight:last-child {
	border-bottom: 0;
}

.manufacturing-spotlight__logo {
	align-items: center;
	display: flex;
	height: 190px;
	justify-content: center;
	min-height: 190px;
	overflow: hidden;
}

.manufacturing-spotlight__logo-image {
	height: auto;
	max-height: 190px;
	max-width: 320px;
	width: auto;
}

.manufacturing-spotlight__copy h3 {
	font-size: 24px;
	line-height: 30px;
}

.manufacturing-spotlight__copy p {
	font-size: 14px;
	line-height: 22px;
}

.manufacturing-spotlight__link,
.manufacturing-spotlight__link:hover,
.manufacturing-spotlight__link:focus {
	border: 1px solid var(--theme-ada-color);
	color: var(--theme-ada-color);
	display: inline-block;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8px;
	padding: 7px 15px;
	text-decoration: none;
}

.manufacturing-spotlight__link:hover,
.manufacturing-spotlight__link:focus {
	background: var(--theme-ada-color);
	color: #fff;
}

.manufacturing-member-list {
	padding-top: 0;
}

.manufacturing-member-list h2 {
	margin-bottom: 50px;
}

.manufacturing-member-list__columns {
	column-count: 4;
	column-gap: 70px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.manufacturing-member-list li {
	break-inside: avoid;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
}

.manufacturing-member-list__link {
	color: inherit;
	text-decoration: none;
}

.manufacturing-member-list__link:hover,
.manufacturing-member-list__link:focus {
	color: var(--theme-ada-color);
	text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	.manufacturing-final-cta {
		height: 56.667vw;
	}

	.manufacturing-final-cta__image {
		background-size: 106.528vw auto;
		height: 46.806vw;
		left: 0;
		width: 84.583vw;
	}

	.manufacturing-final-cta__card {
		height: 35.417vw;
		left: 34.514vw;
		padding: 3.75vw 3.681vw;
		top: 21.25vw;
		width: 50.417vw;
	}
}

@media (max-width: 1199.98px) {
	.manufacturing-intro__grid,
	.manufacturing-image-text__grid,
	.manufacturing-article-panel__grid {
		gap: 48px;
	}

	.manufacturing-article-panel__grid {
		grid-template-columns: minmax(0, 1.4fr) minmax(300px, .9fr);
	}

	.manufacturing-feature-story {
		height: max(390px, 42vw);
	}

	.manufacturing-feature-story__overlay {
		bottom: 44px;
		left: 44px;
		right: 96px;
	}

	.manufacturing-feature-story__overlay strong {
		font-size: 34px;
		line-height: 40px;
	}

	.manufacturing-panel-list {
		padding-right: 0;
	}

	.manufacturing-image-text__grid {
		grid-template-columns: minmax(0, 600px) minmax(320px, 486px);
	}

	.manufacturing-final-cta {
		height: auto;
		overflow: visible;
		padding: 4rem 0 6rem;
	}

	.manufacturing-final-cta .manufacturing-container {
		position: relative;
	}

	.manufacturing-final-cta__image {
		background-position: center;
		background-size: cover;
		height: 520px;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

	.manufacturing-final-cta__card {
		height: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 726px;
		position: relative;
		right: auto;
		top: auto;
		width: calc(100% - 60px);
	}
}

@media (max-width: 991.98px) {
	.manufacturing-intro__grid,
	.manufacturing-image-text__grid,
	.manufacturing-article-panel__grid {
		grid-template-columns: 1fr;
	}

	.manufacturing-image-text__copy h2 {
		white-space: normal;
	}

	.manufacturing-image-text--left .manufacturing-image-text__copy,
	.manufacturing-image-text--left .manufacturing-image-text__image {
		order: initial;
	}

	.manufacturing-benefits__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.manufacturing-benefit,
	.manufacturing-benefit:nth-child(2n),
	.manufacturing-benefit:nth-child(2n+1),
	.manufacturing-benefit:nth-child(3n),
	.manufacturing-benefit:nth-child(3n+1) {
		border-left: 0;
		padding: 0;
	}

	.manufacturing-benefit:not(:first-child) {
		border-top: 1px solid #d9d9d9;
		margin-top: 30px;
		padding-top: 30px;
	}

	.manufacturing-final-cta {
		height: auto;
		overflow: visible;
		padding: 0 0 4rem;
	}

	.manufacturing-final-cta .manufacturing-container {
		display: grid;
		grid-template-columns: 1fr;
	}

	.manufacturing-final-cta__image {
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

	.manufacturing-final-cta__card {
		left: auto;
		margin: -72px 30px 0;
		position: relative;
		top: auto;
		width: auto;
	}

	.manufacturing-final-cta__image,
	.manufacturing-final-cta__card {
		grid-column: 1;
	}

	.manufacturing-member-list__columns {
		column-count: 3;
	}
}

@media (max-width: 767.98px) {
	.manufacturing-page {
		--manufacturing-section-spacing: 4rem;
	}

	.manufacturing-page .container-max {
		padding-left: 30px;
		padding-right: 30px;
	}

	.manufacturing-page h2 {
		font-size: 34px;
		line-height: 40px;
	}

	.manufacturing-breadcrumb {
		justify-content: flex-start;
		overflow-x: auto;
		padding-left: 24px;
		padding-right: 24px;
		scrollbar-width: none;
	}

	.manufacturing-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	.manufacturing-breadcrumb ol {
		gap: .75rem;
		min-width: 0;
		white-space: nowrap;
	}

	.manufacturing-breadcrumb li {
		font-size: .75rem;
	}

	.manufacturing-breadcrumb li + li:before {
		margin-right: .75rem;
	}

	.manufacturing-intro__image,
	.manufacturing-image-text__image,
	.manufacturing-feature-story,
	.manufacturing-final-cta__image {
		height: 260px;
		min-height: 0;
	}

	.manufacturing-callout__inner,
	.manufacturing-spotlight {
		grid-template-columns: 1fr;
	}

	.manufacturing-spotlight__logo {
		height: auto;
		justify-content: flex-start;
		min-height: 0;
	}

	.manufacturing-spotlight__logo-image {
		max-height: 140px;
		max-width: min(280px, 100%);
	}

	.manufacturing-callout__inner {
		padding: 38px 30px;
	}

	.manufacturing-article-panel__grid {
		gap: 36px;
	}

	.manufacturing-member-list__columns {
		column-count: 2;
	}
}

@media (max-width: 575.98px) {
	.manufacturing-page {
		--manufacturing-section-spacing: 3.25rem;
	}

	.manufacturing-page .container-max {
		padding-left: 24px;
		padding-right: 24px;
	}

	.manufacturing-panel-story {
		grid-template-columns: 1fr;
	}

	.manufacturing-callout__inner {
		margin-left: -24px;
		margin-right: -24px;
	}

	.manufacturing-feature-story__overlay {
		bottom: 88px;
		left: 24px;
		right: 24px;
	}

	.manufacturing-feature-story__overlay strong {
		font-size: 24px;
		line-height: 30px;
	}

	.manufacturing-final-cta__card {
		height: auto;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding: 40px 30px;
		width: 100%;
	}

	.manufacturing-final-cta__card .manufacturing-actions {
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 18px;
		margin-top: 32px;
	}

	.manufacturing-final-cta__card .manufacturing-button {
		min-width: 0;
		width: 100%;
	}

	.manufacturing-spotlight {
		gap: 20px;
	}

	.manufacturing-member-list__columns {
		column-count: 1;
	}
}
.page-header.page-header-img--navy-overlay::before {
	background: linear-gradient(rgba(9, 62, 82, .9), rgba(0, 0, 0, .78));
	opacity: 1;
}
