.nysomh .etg-row.etg-row__intro .intro-pane .DnnModule:first-child .module-container, .nysomh .etg-row.etg-row__intro .intro-pane .DnnModule:only-child .module-container {
	margin: 0 !important;
	margin-top: 0 !important;
}
.banner-image--simple {
	position: relative;
}
.banner-image--simple:after {
	background: url("/Portals/_default/Skins/OnTrack23/Images/bottom-border.png");
	bottom: -1px;
  	background-position: bottom;
	left: 0;
	content: '';
	width: 100%;
	height: 35px;
	display: flex;
	position: absolute;
	pointer-events: none;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
img.banner-image--bg {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.banner-image--content {
	display: flex;
    height: 100%;
    margin: 0 auto;
	padding: 4.5rem 1rem;
}
.banner-image--text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 1rem;
	z-index: 9;
	padding: 0 1rem;
	width: 100%;
}
.banner-image--text h1 {
	color: #fff;
	margin: 0;
	line-height: 1.8;
	font-weight: 700;
	font-size: calc((22px + (60 - 22) * (100vw - 380px) / (1920 - 380)) * var(--size-factor));
}
.banner-image--text h1.banner-special {
	font-family: var(--font__special, "marydale");
	text-align: center;
	line-height: 1.3;
}
.banner-image--text .button {
	width: max-content;
	text-transform: uppercase;
	text-align: center;
}
.banner-image--text .button:first-of-type {
	margin-top: 1rem;
}
.banner-image--text .button.button__alt:before {
	content: '\f144';
	font-family: var(--font__awesome);
	margin-right: 0.35rem;
	color: var(--midnight, #0e4c9a);
}
.banner-image--content__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2rem);
}
.banner-image--text__bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 1099px) {
	img.banner-image--bg {
		min-height: 95vh;
	}
	.banner-image--content {
		max-width: 1100px;
		padding: 10rem 0 7rem;
	}
	.banner-image--content__bg {
		left: 50%;
		transform: translateX(-50%);
	}
	.banner-image--simple:after {
		background-size: 100% !important;
	}
}
