.section-home.section-heroandapply {
	grid-template-rows: 150px 20px 1fr 24px 24px;
}
@media (max-width: 1100px) {
	.section-home.section-heroandapply {
		grid-template-rows: 80px auto 80px 80px 304px 50px auto auto;
	}
}
.section-home.section-heroandapply .bg-water {
    background: url(/connected/img/water-header-fallback.jpg);
}
.hero-spotlight-image {
	background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(31,31,31,0.2) 70%, rgba(31,31,31,0.8) 100%), url('/connected/img/connected-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.section-home header {
	border-bottom: solid 1px rgb(37,110,230);
	grid-area: 1 / 1 / 3 / 8;
	text-align: center;
	display: block;
}
@media (max-width: 1100px) {
	.section-home header {
		grid-area: 1 / 1 / 2 / 4;
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}
}
img.partnership-jaxport-logo {
    max-height: 100px;
	margin: 1em;
}
@media (max-width: 1100px) {
	img.partnership-jaxport-logo {
		max-height: 60px;
	}
}
.section-heroandapply .hero-intro {
	background: rgba(50,50,50,0.5);
	border-left: solid 1px rgb(37,110,230);
    border-right: solid 1px rgb(37,110,230);
}
.section-heroandapply .hero-bg-video-control {
	border-top: solid 1px rgb(37,110,230);
}
@media (max-width: 1100px) {
	.hero-featured-spotlight div.grid {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1200px) {
	.section-video .video-module-wrap {
		margin-top: 3em;
	}
}