.sticky-banner {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sticky-banner {
		position: fixed;
		bottom: 0;
		display: block;
		width: 100%;
		color: #eeeeee;
		background: black;
		z-index: 10;

	    -webkit-transition:.2s bottom ease;
	       -moz-transition:.2s bottom ease;
	         -o-transition:.2s bottom ease;
	            transition:.2s bottom ease;
	}

	.sticky-banner.closed {
		bottom: -20em;
	}

	.sticky-banner strong {
		font-weight: bold;
	}

	.sticky-banner .wrapper {
		padding: 0.5em 3.5em 0.5em 1em;
	}

	.sticky-banner p {
		margin-bottom: .65em;
		line-height: 1.25;
	}

	.sticky-banner .close-button {
		display: block;
		width: 1.25em;
	    position: absolute;
	    top: -0.5em;
	    right: 0.25em;
		color: #eeeeee;
		font-family: peta-web-font;
		font-size: 2.35em;
		font-weight: 400;
		height: 1.25em;
		line-height: 1.25em;
		text-align: center;
			border-radius: 50%;
		background: #000000;
	}

		.sticky-banner .close-button:hover {
			color: #ffffff;
		}
}

@media only screen and (max-width: 480px) {
	.sticky-banner .wrapper {
		font-size: 2.7vw;
	}
}
/*
     FILE ARCHIVED ON 23:33:18 Feb 12, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:33:39 Nov 05, 2022.
     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: 602.89
  exclusion.robots: 0.2
  exclusion.robots.policy: 0.193
  cdx.remote: 0.059
  esindex: 0.01
  LoadShardBlock: 130.305 (3)
  PetaboxLoader3.datanode: 88.527 (5)
  CDXLines.iter: 21.366 (3)
  PetaboxLoader3.resolve: 87.412 (3)
  load_resource: 65.874 (2)
*/