:root {
  --bg-lp-odd: #FFFFFF !important;
  --bg-lp-even: #F6F6F6 !important;
}

#engineAjax {
    margin-top: 0px;
}
#engine{
	padding-bottom: 0px;
}

.landing-page-row.row-odd{
	background: #FFFFFF;
}
.landing-page-row.row-even{
	background: #F6F6F6;
}