Sorry – I thought we were working on mobile for the whole time as the title of the post suggested.
Edit your CSS from:
.main-navigation .main-nav ul li.slideout-toggle a {
background-color: #00aced;
}
to
.main-navigation .main-nav ul li.slideout-toggle a {
background-color: #00aced !important;
}
should work.