﻿$(document).ready(function() {
  $('.services-industries-nav #professionals').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #articles').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #events').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #publications').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #resources').click(function() {
    $('.structure-content').hide();
  });
});