If you want to receive job updates in real-time; just give us your email below!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
$('.w-nav-menu').on('click', 'a', function() {
if ($('.w--open').length === 1){ // detect whether menu is open in mobile view
$('.w-nav-button').triggerHandler('tap');
}
});