/* 
 * Modal Control 
 */

 .modal-content {
	position: relative;
	border-radius: 3px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, .25);
}

.modal-header,
.modal-footer {
	padding: .875em 1.5em;
}

.modal-body {
	padding: .875em 1.5em 1.25em 1.5em;
}

.modal-body .section {
	margin-bottom: 1.25em;
}
.modal-body .section:last-child {
	margin-bottom: 0;
}
.modal-body .section > strong {
	display: block;
	margin-bottom: .5em;
	text-transform: uppercase;
}
.modal-body .section > p {
	margin-bottom: 1.25em;
	line-height: 1.5;
}
.modal-body .section > p:last-child {
	margin-bottom: 0;
}
.modal-body .section > ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em; /* modal-body padding */
}
.modal-body .section > ul > li {
	line-height: 1.5;
	padding-bottom: .5em;
}
.modal-body .section > ul > li:last-child {
	padding-bottom: 0;
}
.modal-body .section a {
	color: #fff; 
	text-decoration: underline;
}

/* Modal Header */

.modal-header {
	text-align: center;
}

.modal-title {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	color: #E1E0E0;
}

@media only screen and (max-width: 767px) 
{
	.modal-title {
		font-size: 1.5em;
	}
}

/* Modal Body */

.modal-body .section {
	font-size: 1em;
	margin-top: 0;
}

.modal-body .section:last-child {
	margin-bottom: 0;
}

/* Modal Footer */

.modal-footer {
	background: rgba(0, 0, 0, .03);
	text-align: left;
}

/* Modal Buttons */

.close-icon {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;

	/* same styling as standard button */
	color: #FAF9F8;
	background: #191919;
	border: none;
	outline: none;
	cursor: pointer;
}

.modal-footer button {
	-webkit-appearance: none;
	appearance: none;
	font-size: .875em;
}


/* Modal Overlay and Wrappers */

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 9999999998;
}

.modal {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 1.75rem;
	margin-top: 70px; /* plus padding equals roughly header height to see h1 text */ 
	max-width: 1000px;
	width: 100%;
	z-index: 9999999999;
	font-size: 1rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o--transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) 
{
	.modal {
		margin-top: 50px;
	}
}

.modal-content {
	background: rgba(25, 25, 25, 0.9);
	color: #fff;
	border: 1px solid #000;
}
/*
     FILE ARCHIVED ON 18:18:24 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:10:19 Nov 08, 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.526
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 7.059
  LoadShardBlock: 188.015 (3)
  PetaboxLoader3.datanode: 179.818 (5)
  load_resource: 838.426
  PetaboxLoader3.resolve: 738.917
  loaddict: 55.287
*/