$(document).ready(function(){
  // Sticky Sub Navigation Items (for sub sub nav, highlight both the current and the parent)
  $('#sub-nav a[href="'+window.location.pathname+'"]').addClass("current").parent().parent().prev().addClass("current");
});

