.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 17:20:51 Feb 09, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:07:46 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: 117.005
  exclusion.robots: 0.198
  exclusion.robots.policy: 0.191
  RedisCDXSource: 1.235
  esindex: 0.008
  LoadShardBlock: 95.283 (3)
  PetaboxLoader3.datanode: 97.723 (4)
  CDXLines.iter: 17.196 (3)
  load_resource: 42.702
  PetaboxLoader3.resolve: 36.24
*/