/**************************************************************************************************
* Advanced Manufacturing Page Styles                                                              *
***************************************************************************************************/

/**************************************************************************************************
* General Hero Banner                                                                             *
***************************************************************************************************/
/*.hero-banner {*/
/*	position: relative;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

/*.hero-banner-mobile {*/
/*	display: none;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.general-hero-banner {*/
/*		background-image: none !important;*/
/*	}*/

/*	.hero-banner-mobile {*/
/*		display: block;*/
/*		height: 45vh;*/
/*		width: 100%;*/
/*		object-position: center;*/
/*		object-fit: cover;*/
/*		margin-top: -1rem;*/
/*		border-radius: 0 0 2rem 2rem;*/
/*	}*/
/*}*/

/*.hero-banner-content {*/
/*	position: absolute;*/
/*	bottom: 10%;*/
/*	width: 50%;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.hero-banner-content {*/
/*		position: relative;*/
/*		bottom: 0;*/
/*		margin-top: 1rem;*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*.hero-banner-content h1,*/
/*.hero-banner-content h2,*/
/*.hero-banner-content p {*/
/*	color: white;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.hero-banner-content h1,*/
/*	.hero-banner-content h2,*/
/*	.hero-banner-content p {*/
/*		color: #002857 !important;*/
/*	}*/

/*	.hero-banner-content h1 {*/
/*		font-size: 38px;*/
/*		line-height: 42px;*/
/*		margin-bottom: 1rem;*/
/*	}*/
/*}*/

/*.hero-banner-content .cta-button-primary {*/
/*	display: none;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.hero-banner-content .cta-button-primary {*/
/*		display: block;*/
/*		width: 100%;*/
/*		min-width: none;*/
/*		margin-top: 2rem;*/
/*		margin-bottom: 2rem;*/
/*	}*/
/*}*/

/**************************************************************************************************
* Text with Full Image (Right)                                                                    *
***************************************************************************************************/
/*.text-with-full-image-wrapper {*/
/*	margin-top: -2rem;*/
/*}*/

/*.text-with-full-image-description {*/
/*	padding-top: 4rem;*/
/*	padding-bottom: 2rem;*/
/*}*/

/*.text-with-full-image-wrapper.i_block-first {*/
/*	margin-top: -4rem !important;*/
/*}*/

/*.i_block-first .text-with-full-image-description {*/
/*	padding-top: 6rem;*/
/*}*/

/*.text-with-full-image-bg img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*	object-position: top;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.text-with-full-image img {*/
/*		border-radius: 2rem 2rem 0 0;*/
/*	}*/
/*}*/

/**************************************************************************************************
* Fact Cards                                                                                      *
***************************************************************************************************/
/*.fact-card {*/
/*	position: relative;*/
/*	margin-bottom: 1rem;*/
/*}*/

/*.fact-card::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 2px;*/
/*    background-color: #e4e4e4;*/
/*    left: -10%;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.fact-card::before {*/
/*		left: 0;*/
/*	}*/

/*	.fact-card {*/
/*		padding-left: 1rem;*/
/*		margin-bottom: 2rem;*/
/*	}*/
/*}*/

/*.fact-cards-title {*/
/*	color: #0099ab;*/
/*	margin-top: 4rem;*/
/*	margin-bottom: 3rem;*/
/*}*/

/*.fact-cards-number {*/
/*	color: #002857;*/
/*	text-transform: uppercase;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.fact-cards-number {*/
/*		font-size: 3rem;*/
/*	}*/
/*}*/

/*.fact-cards-text {*/
/*	text-transform: uppercase;*/
/*	!* padding-right: 3rem; *!*/
/*	width: 60%;*/
/*	padding-bottom: 2rem;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.fact-cards-text {*/
/*		width: 80%;*/
/*		padding-bottom: 0.5rem;*/
/*	}*/
/*}*/

/*.fact-cards .cta-link-with-icon {*/
/*	margin-top: 2rem;*/
/*}*/

/*.fact-card-border-bottom {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

/*.fact-card-border-bottom .fact-cards-divider {*/
/*	display: block !important;*/
/*	border-bottom: 2px solid #e4e4e4;*/
/*	width: 95%;*/
/*	position: relative;*/
/*	bottom: -5%;*/
/*	left: 40%;*/
/*	transform: translateX(-50%);*/
/*	margin-top: auto;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.fact-card-border-bottom .fact-cards-divider {*/
/*		display: none !important;*/
/*	}*/
/*}*/

/**************************************************************************************************
* Group blocks                                                                                    *
***************************************************************************************************/
/*.i_group-first {*/
/*	margin-top: 0;*/
/*	!* border-top: 1px solid red; *!*/
/*	margin-bottom: -4rem;*/
/*}*/

/*.i_group-first .text-with-large-image-right .text-with-large-image-description {*/
/*	border-radius: 2rem 0 0 0;*/
/*}*/

/*.i_group-first .text-with-large-image-right .text-with-large-image-bg {*/
/*	border-radius: 0 2rem 0 0;*/
/*}*/

/*.i_group-first .text-with-large-image-left .text-with-large-image-description {*/
/*	border-radius: 0 2rem 0 0;*/
/*}*/

/*.i_group-first .text-with-large-image-left .text-with-large-image-bg {*/
/*	border-radius: 2rem 0 0 0;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.i_group-first .text-with-large-image-right .text-with-large-image-description {*/
/*		border-radius: 2rem 2rem 0 0;*/
/*	}*/

/*	.i_group-first .text-with-large-image-right .text-with-large-image-bg {*/
/*		border-radius: 0 0 0 0;*/
/*	}*/

/*	.i_group-first .text-with-large-image-left .text-with-large-image-description {*/
/*		border-radius: 2rem 2rem 0 0;*/
/*	}*/

/*	.i_group-first .text-with-large-image-left .text-with-large-image-bg {*/
/*		border-radius: 0 0 0 0;*/
/*	}*/
/*}*/

/*.i_group-middle {*/
/*	margin-bottom: -4rem;*/
/*}*/

/*.i_group-last {*/
/*	margin-bottom: 0;*/
/*	!* border-bottom: 1px solid red; *!*/
/*}*/

/*.i_group-last .text-with-large-image-right .text-with-large-image-description {*/
/*	border-radius: 0 0 0 2rem;*/
/*}*/

/*.i_group-last .text-with-large-image-right .text-with-large-image-bg {*/
/*	border-radius: 0 0 2rem 0;*/
/*}*/

/*.i_group-last .text-with-large-image-left .text-with-large-image-description {*/
/*	border-radius: 0 0 2rem 0;*/
/*}*/

/*.i_group-last .text-with-large-image-left .text-with-large-image-bg {*/
/*	border-radius: 0 0 0 2rem;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.i_group-last .text-with-large-image-right .text-with-large-image-description {*/
/*		border-radius: 0 0 0 0;*/
/*	}*/

/*	.i_group-last .text-with-large-image-right .text-with-large-image-bg {*/
/*		border-radius: 0 0 2rem 2rem;*/
/*	}*/

/*	.i_group-last .text-with-large-image-left .text-with-large-image-description {*/
/*		border-radius: 0 0 0 0;*/
/*	}*/

/*	.i_group-last .text-with-large-image-left .text-with-large-image-bg {*/
/*		border-radius: 0 0 2rem 2rem;*/
/*	}*/
/*}*/

/*.i_group-dark-text h3 {*/
/*	color: #002857;*/
/*}*/

/*.i_group-dark-text p {*/
/*	color: #404041;*/
/*}*/

/*.i_group-dark-text .cta-link a {*/
/*	color:#0043AF;*/
/*	border-color: #0043AF;*/
/*}*/

/**************************************************************************************************
* Text with Large Image (Right / Left)                                                            *
***************************************************************************************************/
/*.text-with-large-image {*/
/*	color: white;*/
/*}*/

/*.text-with-large-image-description {*/
/*	padding-top: 4rem;*/
/*}*/

/*.text-with-large-image .cta-link {*/
/*	margin-top: 3rem;*/
/*	margin-bottom: 3rem;*/
/*}*/

/*.text-with-large-image a {*/
/*	border-color: white;*/
/*}*/

/*.text-with-large-image-bg {*/
/*	position: relative;*/
/*	background-size: cover;*/
/*	background-position: top;*/
/*	background-repeat: no-repeat;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.text-with-large-image-bg {*/
/*		height: 40vh;*/
/*	}*/
/*}*/

/* .text-with-large-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	max-height: 400px;
} */

/**************************************************************************************************
* Company Logos Block                                                                             *
***************************************************************************************************/

