.summerpromo .banner::after, footer.footer::before  {
	display: none;
}

.summerpromo .benefits {
	padding-top: 6rem;
}

.summerpromo__list ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: list;
}

.summerpromo__list ol>li {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 20px;
	counter-increment: list;
}

.summerpromo__list ol>li:before {
	content: counter(list) ".";
	left: 0;
	display: inline-block;
	position: absolute;
	top: 0;
}

@media (max-width: 768px) {
	.benefits {
		opacity: 0;
	}

	.summerpromo__list ol>li:before {
		position: static;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.summerpromo__list ol>li {
		text-align: center;
		padding-left: 0;
	}
}

.summerpromo__list ol {
	margin-top: 30px;
}

.summerpromo__list ol>li {
	min-height: 48px;
	padding-left: 70px;
	color: #2b2e79;
	font-size: 1.9rem;
	font-weight: 300;
	position: relative;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.summerpromo__list ol>li {
		padding-left: 0;
		font-size: 1.6rem;
		line-height: 1.6rem;
		color: #464b4f;
		margin-bottom: 30px;
	}
	.summerpromo__list ol>li:before {
		margin-bottom: 5px;
	}
}

.summerpromo__list ol>li:before {
	font-size: 6rem;
	line-height: 5rem;
	font-weight: 600;
	color: #2b2e79;
}

.summerpromo__list ol>li span.blue,
.summerpromo__list ol>li a {
	color: #2198d0;
  font-weight: 400;
  text-decoration: none;
}

.header__benefit h2 {
	color: white;
	text-align: center;
}

.summerpromo__bg {
	background-position: 50% !important;
	min-height: 690px !important;
}

@media (min-width: 768px) {
	.summerpromo__bg {
		background-position: 67% 50% !important;
		min-height: 720px !important;
	}
}

@media (min-width: 1300px) {
	.summerpromo__bg {
		background-position: 66% 50% !important;
		min-height: 690px !important;
	}
}

.summerpromo__bg .lp-banner__title, .summerpromo__bg .lp-banner__subtitle, .summerpromo__bg .lp-banner__info, .summerpromo__bg .lp-banner__info a {
	color: white !important;
}

.summerpromo__bg .lp-banner__title {
	padding-top: 80px !important;
	padding-bottom: 20px !important;
}

.benefits__item h3 {
	font-size: 2.1rem !important;
}
.benefits__item p {
	font-size: 1.5rem !important;
}

.carousel__slide-list-item img {
	height: 45px;
}

.overlay__success-header, .lot-overlay__success-header{
	font-size: 2.25em !important;
}

.lot-overlay__success-header span, .overlay__success-header span {
	font-size: .75em !important;
}

.overlay__success-info, .lot-overlay__success-info {
	color: black !important;
	padding: 0 !important;
}

.overlay__success-info:first-of-type, .lot-overlay__success-info:first-of-type {
	font-weight: 400;
	margin-bottom: 0.25rem;
}