<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-store-hero-img-box{
	margin: -35px -30px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 75px;
	background-color: #f7f7f7 !important;
}
.new-store-h1{
	padding-top:10px;
	padding-bottom:15px;
}
.p-red{
	font-weight:bold;
	color: #d9382e !important;
}
.three-column-grid{
	padding: 15px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5rem;
}
.lexington-prize-subtext{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}
.lexington-prize-subtext p{
	margin:5px 0;
}
.three-column-grid-imgs{
	display:block;
	width:100%
}
.lexington-store-subhead{
	font-weight: 500;
	padding-bottom:10px;
}
.new-store-content-disclaim{
	font-size:14px;
}
.lexington-celebration-form .userform .field input.text, .userform .field select.dropdown{
	max-width:325px !important;
	margin-right: 10px;
}
.lexington-celebration-form{
	max-width:800px;
}
.lexington-celebration-form .userform .field {
	width: calc(100% / 2) !important;
	float: left;
}
.userform .field.userformsstep, .userform .field.userformsgroup{
	width:100% !important;
}
@media screen and (max-width: 768px){
	.lexington-celebration-form .userform .field input.text, .userform .field select.dropdown{
		max-width:225px !important;
	}
	.three-column-grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 568px){
	.three-column-grid{
		grid-template-columns: 1fr;
	}
	.lexington-celebration-form .userform .field {
		width: calc(100% ) !important;
		float: left;
	}
	.three-column-grid-imgs{
		margin-top:15px;
	}
}
</pre></body></html>