/**
 * @file
 * Utility classes to assist with Javascript functionality.
 */

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
.js .js-hide {
  display: none;
}

/**
 * For anything you want to show on page load only when JS is enabled.
 */
.js-show {
  display: none;
}
.js .js-show {
  display: block;
}

/*
     FILE ARCHIVED ON 23:49:11 Jul 10, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:28:15 Aug 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.795
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.039
  esindex: 0.015
  cdx.remote: 533.506
  LoadShardBlock: 72.713 (3)
  PetaboxLoader3.datanode: 93.694 (4)
  load_resource: 29.88
*/