/* Deferred Interest Financing Program page content styles */
.page-template-topical-landing-page .content-area {
	padding: 0;
}

.page-template-topical-landing-page .landing-hero {
	background-image: linear-gradient(108deg,#5890cb 53%,transparent 53%),var(--hero-img);
	background-size: cover, 55% auto;
	background-repeat: no-repeat;
	background-position: left top,right center;
	/* height: clamp(300px,32vw,600px); */
	/* position: relative; */
	/* top: 0; */
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: 1em;
	padding: 4em 5% 1em;
	color: #000;
	/*font-size: 1.4em;*/
	font-size: clamp(1.3em, 4.5vw, 1.4em);
	line-height: 1.2;
}

.page-template-topical-landing-page .landing-hero h1 {
	color: #fff;
	font-weight: 600 !important;
	font-size: clamp(2em, 4.5vw, 3em);
	line-height: 1;
	text-transform: uppercase;
	max-width: 9em;
	margin: 0;
}

.page-template-topical-landing-page .landing-hero p {
	max-width: 25em;
	margin: 0;
}

.page-template-topical-landing-page .landing-hero .link-button {
	font-size: 1.1em;
	padding: .5em 1em;
	background-color: #2a4e82;
	width: fit-content;
	line-height: 1;
	height: auto;
}

.page-template-topical-landing-page .landing-hero .terms {
	align-self: end;
	justify-self: end;
	font-style: italic;
}

.page-template-topical-landing-page .landing-hero .terms a {
	color: #fff;
}

.page-template-topical-landing-page #content .entry-content {
	float: none;
	width: auto;
}

.page-template-topical-landing-page .entry-content > section {
	padding: 4em 5%;
}

.page-template-topical-landing-page .entry-content > section:nth-of-type(even) {
	background-color: #fff;
}

.page-template-topical-landing-page .entry-content > section h2 {
	margin: 0.25em 0;
	color: #1e5ba9;
	font-size: 2.25em;
	line-height: 1;
}

.page-template-topical-landing-page .entry-content > section h2 {
	font-size: 3em;
}

.page-template-topical-landing-page .entry-content > section {
	background-repeat: no-repeat;
}
.page-template-topical-landing-page .entry-content > section:nth-of-type(odd) {
	text-align: center;

	& p {
		max-width: 37em;
		margin-left: auto;
		margin-right: auto;
	}
}
.page-template-topical-landing-page .entry-content > section:nth-of-type(even) {
	padding-left: 50%;
}

.page-template-topical-landing-page .entry-content > .what-is-dip {
	background-image: radial-gradient(circle, #cfd9ef,#9db6db);
}

.page-template-topical-landing-page .entry-content > .how-it-works {
	background-image: url('https://www.a-1autoglass.com/wp-content/uploads/card-graphic.png');
	background-size: 30% auto;
	background-position: left 5% center;
}

.page-template-topical-landing-page .entry-content > .benefits ul {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	align-items: start;
	justify-content: space-evenly;
	list-style-type: none;

	& li {
		flex: 0 0 20%;
	}

	& .fa {
		display: block;
		font-size: 4em;
		color: #fff;
		margin: 0 auto .05em;
		width: 1.1em;
		height: 1.1em;
		line-height: 1.1;
		text-shadow: 0px 2px 6px #9fa9bf;
		border-radius: 50%;
	}

	& strong {
		display: block;
		font-size: 1.5em;
	}
}

.page-template-topical-landing-page .entry-content > .where-to-use {
	background-image: linear-gradient(90deg, transparent 80%, #fff), url('https://www.a-1autoglass.com/wp-content/uploads/2012/10/eugene2.jpg');
	background-size: 45% auto;
	background-position: left center;
}

.page-template-topical-landing-page .entry-content > .apply {
}


/**
 *  Responsive Adjustments  
 **/
/* Responsive Typography Tuning */
@media (max-width: 60em) {
	.page-template-topical-landing-page .landing-hero {
		background-size: cover;
	}
	.page-template-topical-landing-page .landing-hero p {
		max-width: 17em;
	}	
}

/* Small Screens  */
@media (max-width: 643px) {

	.page-template-topical-landing-page .landing-hero {
		background-image: linear-gradient(4deg,#5890cb 18em,transparent 18em),var(--hero-img);
		background-size: cover, 100% auto;
		background-repeat: no-repeat;
		background-position: left top, center top;
		padding-top: 14em;
	}

	.page-template-topical-landing-page .entry-content > section:nth-of-type(2n) {
		padding-left: 5%;
	}

	.page-template-topical-landing-page .entry-content > .how-it-works {
		background-size: 37% auto;
		background-position: right 5% top 1.5em;
	}

	.page-template-topical-landing-page .entry-content > .benefits ul {
		flex-flow: column wrap;
		align-items: center;
		gap: 3em;
	}

	.page-template-topical-landing-page .entry-content > .where-to-use {
		background-image: url('https://www.a-1autoglass.com/wp-content/uploads/eugene-6th-alt.jpg');
		background-size: contain;
		background-position: center bottom;
		padding-bottom: 50vw;
	}

}