.l-header {
	background: white;
}
.l-nav {
	background: #01659f;
}

.page--home .page__blocks {

	background: #01659f;
}

.button {

	background: #01659f;
}

.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
	background: #01659f;

}

.search__header {

	background: #01659f;
}

.menu--fixed .menu-item a i {
	color:  #01659f;
}

.vehicle--full .vehicle__header {
	background: #00588b;
}

.menu--main>li.active>a {
	border-bottom: 3px solid white;
}

.menu--fixed .menu-item a {
	color: black;
}

.button--search {
	color: white;
}

.vehicle__make {
	font-size: 20px !important;	
	text-transform: none;
}

.price-combined__value {
	font-size: 20px !important;	
}

.vehicle--full .vehicle__description {
	text-align: left !important;
}

@media(max-width: 1023px) {
	.menu--fixed .menu-item a {
		color: white;
	}
	.menu--fixed .menu-item a i {
		color: white;
	}
	.l-header__second {
		background: #01659f;
	}

}



@media(max-width: 767px) {
	.listing--vehicle-featured ul button.slick-prev {
		display: none;
	}
}
@media(max-width: 991px) {
	.l-octane-finance-banner {
		display: none;
	}

}