My problem was that the main menu was appearing and not the conditional menu I set up when viewed on a mobile device. Upon further investigation, the mobile menu was loading a secondary menu that I had hidden via CSS. SO I added additional code to hide that menu in the mobile html and it now works.