.cem-page .cem-hero {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background-color: #02243e;
	background-image: linear-gradient(110deg, #0d405a 0%, #09354f 58%, #02243e 100%);
}
.lp-frame.cem-page .cem-hero-img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: calc(100% + 60px);
	max-height: none;
	width: auto;
	max-width: none;
	pointer-events: none;
}
.cem-page .cem-hero .container {
	position: relative;
}
.lp-frame.cem-page .cem-hero h1 {
	font-size: 49px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	margin-bottom: 24px;
}
.cem-page .cem-hero-rule {
	width: 85px;
	height: 3px;
	background-color: #7dc470;
	margin-bottom: 40px;
}
.cem-page .cem-hero p.cem-eyebrow,
.cem-page .cem-eyebrow {
	font-family: 'Bitter', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: .5px;
	color: #7dc470;
	margin-bottom: 20px;
}
.cem-page .cem-hero p {
	color: #fff;
	margin-bottom: 20px;
}
.cem-page .cem-glance-card {
	display: flex;
	gap: 30px;
	width: fit-content;
	max-width: 100%;
	padding: 28px;
	background-color: #052945;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}
.cem-page .cem-glance-intro {
	flex: 0 0 252px;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, .12);
}
.cem-page .cem-glance-intro p:not(.cem-eyebrow) {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}
.cem-page .cem-intro-rule {
	width: 40px;
	height: 1px;
	background-color: #7dc470;
	margin: 22px 0;
}

.cem-page .cem-check-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.cem-page .cem-check-list li {
	background: url('../images/icons/check.svg') no-repeat 0 6px;
	background-size: 14px 14px;
	padding-left: 26px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 25px;
	color: #404040;
}

.cem-page .cem-glance-list {
	flex: 1 1 auto;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 305px));
	column-gap: 25px;
	row-gap: 23px;
	align-content: center;
	margin-bottom: 0;
}
.cem-page .cem-glance-list li {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 1px 0 0 44px;
	margin-bottom: 0;
	background: none;
}
.cem-page .cem-glance-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 22px;
	height: 22px;
	border: 2px solid #7dc470;
	border-radius: 50%;
	background: url('../images/icons/check.svg') no-repeat 50% 50%;
	background-size: 10px 10px;
}

.lp-frame.cem-page .btn.cem-btn {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: 700;
	padding: 14px 28px !important;
	border-radius: 0;
	color: #fff;
	touch-action: manipulation;
}
.lp-frame.cem-page .cem-glance-intro .btn.cem-btn {
	font-size: 15px !important;
	padding: 12px 14px !important;
	border-radius: 4px;
	width: 100%;
	white-space: nowrap;
}
.lp-frame.cem-page .btn.cem-btn:focus-visible {
	outline: 2px solid #7dc470;
	outline-offset: 2px;
}
.cem-page .cem-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	white-space: nowrap;
}
.cem-page .cem-btn-navy {
	background-color: #163851;
	border-color: #163851;
}
.cem-page .cem-btn-navy:hover,
.cem-page .cem-btn-navy:focus,
.cem-page .cem-btn-navy:active {
	background-color: #0f2a3e;
	border-color: #0f2a3e;
	color: #fff;
}
.cem-page .cem-btn-navy:focus {
	box-shadow: none;
}

.lp-frame.cem-page h2 {
	font-size: 36px !important;
	margin-bottom: 36px !important;
}

.lp-frame.cem-page .bg-efefef {
	background-color: #efefef;
}

.cem-page .cem-split {
	display: flex;
	align-items: center;
	gap: 56px;
}
.cem-page .cem-split-txt {
	flex: 1 1 auto;
	min-width: 0;
}
.cem-page .cem-split-img {
	flex: 0 0 440px;
	max-width: 440px;
}
.cem-page .cem-split-img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.cem-page .cem-intro {
	font-size: 18px;
	line-height: 28px;
	max-width: 800px;
	margin: 0 auto 48px;
}
.cem-page .cem-tiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 32px;
}
.cem-page .cem-tile {
	width: 233px;
	text-align: center;
}
.cem-page .cem-tile-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: #d6e5ee;
}
.cem-page .cem-tile p {
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	color: #404040;
	margin-bottom: 0;
}

.cem-page .cem-compliance .container > p {
	margin-bottom: 36px;
}
.cem-page .cem-callout {
	background-color: #f4f8fb;
	border-left: 4px solid #255c83;
	padding: 28px 32px;
	margin-bottom: 36px;
}
.cem-page .cem-callout p {
	margin-bottom: 0;
}
.cem-page .cem-sub-heading,
.cem-page .cem-card h3 {
	font-family: 'Bitter', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: .5px;
	text-transform: none;
	color: #000;
}
.cem-page .cem-sub-heading {
	margin-bottom: 36px;
}

.cem-page .cem-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.cem-page .cem-compare {
	width: 860px;
	max-width: 100%;
	min-width: 560px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
}
.cem-page .cem-compare th,
.cem-page .cem-compare td {
	padding: 16px 24px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.cem-page .cem-compare thead th {
	background-color: #163851;
	color: #fff;
	font-weight: 700;
}
.cem-page .cem-compare thead th:first-child {
	width: 48.8%;
	border-top-left-radius: 4px;
}
.cem-page .cem-compare thead th:nth-child(2) {
	width: 33.8%;
}
.cem-page .cem-compare thead th:last-child {
	width: 17.4%;
	border-top-right-radius: 4px;
}
.cem-page .cem-compare tbody th {
	font-weight: 600;
	color: #404040;
	text-align: left;
}
.cem-page .cem-compare tbody tr:nth-child(even) {
	background-color: #f7f9fa;
}
.cem-page .cem-compare td {
	font-weight: 700;
}
.cem-page .cem-compare .cem-yes {
	color: #7dc470;
}
.cem-page .cem-compare .cem-no {
	color: #9aa4ac;
}

.cem-page .cem-benefits {
	background-color: #163851;
	background-image: url('./energy-modeling/images/benefits-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.cem-page .cem-benefits {
		background-image: url('./energy-modeling/images/benefits-bg@2x.jpg');
	}
}
.lp-frame.cem-page .cem-benefits h2 {
	color: #fff;
}
.cem-page .cem-benefits-intro {
	color: #fff;
	margin-bottom: 36px;
}
.cem-page .cem-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 32px;
}
.cem-page .cem-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 332px;
	padding: 36px 32px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
}
.cem-page .cem-card img {
	height: 48px;
	width: auto;
	margin-bottom: 16px;
}
.cem-page .cem-card h3 {
	margin-bottom: 16px;
}
.cem-page .cem-card p {
	color: #404040;
	margin-bottom: 0;
}
.cem-page .cem-card p a {
	color: #7cc370;
	text-decoration: underline;
}
.cem-page .cem-card p a:hover,
.cem-page .cem-card p a:focus {
	color: #6eac64;
	text-decoration: none;
}

.cem-page .cem-cta-inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.lp-frame.cem-page .cem-cta h2 {
	margin-bottom: 28px !important;
}
.cem-page .cem-cta p {
	margin-bottom: 28px;
}

@media (max-width: 1199px) {
	.lp-frame.cem-page .cem-hero-img {
		display: none;
	}
}

@media (max-width: 991px) {
	.cem-page .cem-split {
		flex-direction: column;
		align-items: flex-start;
	}
	.cem-page .cem-split-img {
		flex: 0 0 auto;
		max-width: 440px;
	}
	.cem-page .cem-glance-card {
		flex-direction: column;
		gap: 28px;
		width: 100%;
	}
	.cem-page .cem-glance-intro {
		flex: 0 0 auto;
		padding-right: 0;
		padding-bottom: 28px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}
}

@media (max-width: 767px) {
	.cem-page .cem-hero {
		padding: 56px 0;
	}
	.lp-frame.cem-page .cem-hero h1 {
		font-size: 38px !important;
		line-height: 1.25 !important;
	}
	.lp-frame.cem-page h2 {
		font-size: 30px !important;
	}
	.cem-page .cem-hero-rule {
		margin-bottom: 28px;
	}
	.cem-page .cem-glance-card {
		padding: 24px;
	}
	.cem-page .cem-glance-list {
		grid-template-columns: 1fr;
	}
	.cem-page .cem-intro {
		margin-bottom: 36px;
	}
	.cem-page .cem-card {
		width: 100%;
		max-width: 400px;
	}
	.cem-page .cem-compare {min-width:100%;}
	.cem-page .cem-compare th,
	.cem-page .cem-compare td {
		padding: 14px 16px;
		font-size: 15px;
		vertical-align:middle;
	}
}
