/**
 * Featherlight – ultra slim jQuery lightbox
 * https://github.com/noelboss/featherlight
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;
		position:fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		text-align: center;
		cursor: pointer;
		background: #333;
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight .featherlight-close {
		position: absolute;
		z-index: 9999;
		right: 0px;
		top: 0px;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff;
		color: #000;
	}

	.featherlight:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 2%;
		width: 60%;
		max-height: 95%;
		overflow: auto;
		background: #fff;
		cursor: auto;
	}

	.featherlight .featherlight-inner {
		display: block;
	}

	.featherlight-iframe .featherlight-content {
		min-height: 60%;
	}

	.featherlight iframe {
		border: none;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		height: 100%;
		width: 100%;
	}

	.featherlight .featherlight-image {
		width: 100%;
	}
}
/*
     FILE ARCHIVED ON 11:58:32 Jan 05, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:51:46 Sep 24, 2020.
     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):
  esindex: 0.016
  LoadShardBlock: 133.706 (3)
  load_resource: 615.373 (2)
  CDXLines.iter: 21.312 (3)
  exclusion.robots.policy: 0.11
  PetaboxLoader3.datanode: 155.143 (5)
  captures_list: 167.04
  PetaboxLoader3.resolve: 374.931 (3)
  exclusion.robots: 0.119
  RedisCDXSource: 8.207
*/