@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #d0d1d3;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust:none;
}

.maincontainer {
	width: 100%;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 100%;
	background-color: #ffffff;
	text-align:center;
}

.headlogo {
	margin-top:20px;
	margin-bottom:20px;
}

/* xxxxxxxxxxxx */
/* BEGIN NAVBAR */
/* BEGIN NAVBAR */
/* xxxxxxxxxxxx */
.navbar {
	width: 100%;
	background-color: #919195;
}

.wrap	{
	width: 720px; /* Spans the width of the page */
	margin: 0px; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 4000; /* Makes sure that your menu remains on top of other page elements */
	position: relative;
	background-color: #919195;
	margin-left: auto;
	margin-right: auto;
	height:40px;
	}
	
	.navbargray	{
	width: 720px;
	padding: 0;
	margin: 0;
	height:40px;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
	font-size: 0.80em;
	letter-spacing: 0.3em;
	line-height:1em;
	text-align: left;
	font-family: 'humanst521_btroman', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	}
	
	.navbargray li 	{
	float: left;  /* This lines up the menu items horizontally */
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}



/* BEGIN HOME */
.navbargray li.navhome {
	width: 90px;
	margin-left: 40px;
}
.navbargray li.navhome a {
	padding-left: 0px;
}
/* END HOME */

/* BEGIN ABOUT */
.navbargray li.about {
	text-align: left;
	width: 100px;
}
.navbargray li.about a {
	padding-left: 0px;
}

.navbargray li.about ul {
	width: 240px;
	height: 80px;
	overflow: hidden;
}

.navbargray li.about ul li {
	width: 240px;
}

.navbargray li.about ul li a {
	padding-top: 4px;
	padding-left: 10px;
}
/* END ABOUT */


/* BEGIN COMPANIES */
.navbargray li.companies {
	width: 150px;
}
.navbargray li.companies a {
	padding-left: 0px;
}

.navbargray li.companies ul {
	width: 330px;
	height: 60px;
	overflow: hidden;
}

.navbargray li.companies ul li {
	width: 330px;
}

.navbargray li.companies ul li a {
	padding-top: 4px;
	padding-left: 10px;
}

/* END COMPANIES */


/* BEGIN NEWS */
.navbargray li.news {
	text-align: left;
	width: 90px;
}
.navbargray li.news a {
	padding-left: 0px;
}

.navbargray li.news ul {
	width: 240px;
	height: 40px;
	overflow: hidden;
}

.navbargray li.news ul li {
	width: 240px;
}

.navbargray li.news ul li a {
	padding-top: 4px;
	padding-left: 10px;
}
/* END NEWS */

/* BEGIN CAREERS */
.navbargray li.careers {
	text-align: left;
	width: 120px;
}
.navbargray li.careers a {
	padding-left: 0px;
}

.navbargray li.careers ul {
	width: 290px;
	height: 60px;
	overflow: hidden;
}

.navbargray li.careers ul li {
	width: 290px;
}

.navbargray li.careers ul li a {
	padding-top: 4px;
	padding-left: 10px;
}
/* END CAREERS */

/* BEGIN CONTACT */
.navbargray li.contact {
	width: 130px;
}
.navbargray li.contact a {
	padding-left: 0px;
}
/* END CONTACT */




.navbargray a.dave	{							
		padding-top: 14px;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		display: block;
		height: 26px;
		padding-left: 10px;
		padding-right: 10px;
}
						
.navbargray li a.dave	{							
		color: #ffffff; /* Text color */
}
		
.navbargray li:hover, .navbargray a:hover {
	/* background-color: #000;  top level rollover color */			
		/* color: red !important;  Text color */
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
} 

.navbargray li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0px; /* Aligns drop-down box underneath the menu item */
		padding: 0px; /* Aligns drop-down box underneath the menu item */
}				

.navbargray li:hover ul 	{
	display: block; /* Displays the drop-down box when the menu item is hovered over */
	background-color: #000;
	opacity:0.8;
	padding-top: 15px;
	padding-bottom: 15px;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
						
.navbargray li ul li {
	height: 20px;
} 




.navbargray li ul li a.dave 	{
/*		border-top: 1px solid #ffffff;  */
		height: 20px;
}
				
.navbargray li ul li a.dave:hover {
	background-color: #000;
	/*	 background-color: #fde868;  sub menu level rollover color  */
	color: #da1844 !important;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
/* xxxxxxxxxx */
/* END NAVBAR */
/* xxxxxxxxxx */



.redbar {
	width: 100%;
	background-color: #da1844;
}

.redbar p {
	padding: 0.9em;
	font-size: 1.0em;
	letter-spacing: 0.3em;
	line-height:1em;
	text-align: center;
	font-family: 'humanst521_btroman', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}

.redbar p a {
	color: #ffffff;
	font-family: 'humanst521_btroman', Helvetica, Arial, sans-serif;
}

.redbar p a:link {
	color: #ffffff;
	text-decoration: none;
}

.redbar p a:active {
	color: #000000;
	text-decoration: none;
}

.redbar p a:visited {
	color: #ffffff;
	text-decoration: none;
}

.redbar p a:hover {
	color: #000000;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.homequad {
	width:25%;
	height: 1px;
	float: left;
}

.hometri {
	width:33.33333%;
	height: 1px;
	float: left;
}

.sidebarheader {
	width: 100%;
	background-color: #919195;
	padding: 0px;
	margin: 0px;
}

.sidebarheader p {
	padding: 0.9em;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	line-height:1em;
	text-align: center;
	font-family: 'humanst521_btroman', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}




.sidebarscroller {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.sidebarscrollerbg {
	vertical-align: top;
	background-color: #dbdbdd;
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/sidebar-bg.png);
	background-repeat: no-repeat;
	
	/* 0px means flush to the left -26 means forced up by 26px */
	background-position: 0px -26px;
}

.sidebarbgabout {
	vertical-align: bottom;
	background-color: #dbdbdd;
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/about-sidebar-bg.jpg);
	background-repeat: no-repeat;
	
	background-position:bottom left, bottom right;
}

.sidebarbgabouthistory {
	vertical-align: bottom;
	background-color: #f0f0f0;
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/about-sidebarhistory-bg.jpg);
	background-repeat: no-repeat;
	
	background-position:center left, center right;
}

.hero img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.abouthero {
	width: 100%;
	position:relative;
	overflow: hidden;
}

.aboutmininav {
	position:absolute;
	width: 300px;
	float: right;
	margin-top: -20px;
	z-index: 1000;
	left: 80%;
	bottom: 10%;
	font-family: humanst521_btbold;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	letter-spacing: 0.3em;
	line-height:1.5em;
	text-transform: uppercase;
	font-size: 0.8em;
}



.aboutmininav p a {
	color: #ffffff;
	text-decoration: none;
}

.aboutmininav p a:link {
	color: #ffffff;
	text-decoration: none;
}

.aboutmininav p a:active {
	color: #da1844;
	text-decoration: none;
}

.aboutmininav p a:visited {
	color: #ffffff;
	text-decoration: none;
}

.aboutmininav p a:hover {
	color: #da1844;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.quadbar a:link {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#news-container
{
	width: 300px; 
	margin: 0px;
}

#news-container ul li div
{
}
.news-scroller-item {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 0.8em;
	line-height:1em;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.news-scroller-item-date {
	color: #717073;
	padding-bottom:5px;
}

.news-scroller-item-text {
	color: #919195;
	line-height:1.2em;
}

.news-scroller-item-text a {
	color: #919195;
	text-decoration: none;
}

.news-scroller-item-text a:link {
	color: #919195;
	text-decoration: none;
}

.news-scroller-item-text a:active {
	color: #000000;
	text-decoration: none;
}

.news-scroller-item-text a:visited {
	color: #919195;
	text-decoration: none;
}

.news-scroller-item-text a:hover {
	color: #000000;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.news-scroller-item-source {
	color: #919195;
	padding-top: 5px;
}

.newssidebarbg {
	vertical-align: top;
	background-color: #dbdbdd;
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/sidebar-bg.png);
	background-repeat: no-repeat;
	
	/* 0px means flush to the left 50 means forced down by 30px */
	background-position: 0px 30px;
}

.recentnews {
	font-family: Helvetica, Arial, sans-serif !important;
	padding: 20px;
	font-size: 0.9em;
	width: 260px;
	height: 600px;
}



.recentnewss {
	font-family: Helvetica, Arial, sans-serif !important;
	padding: 20px;
	font-size: 0.9em;
	width: 260px;
}

.recentnewslink {
	margin-bottom: 15px;
}

.recentnewstitle p {
	color: #919195;
	padding-bottom: 6px;
	line-height:1.4em;
}

.recentnewstitle p a:link {
	color: #919195;
	text-decoration: none;
	display: block;
}

.recentnewstitle p a:active {
	color: #000000;
	text-decoration: none;
}

.recentnewstitle p a:visited {
	color: #919195;
	text-decoration: none;
}

.recentnewstitle p a:hover {
	color: #000000;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.recentnewssource p {
	color: #919195;
	font-style: italic;
	padding-bottom: 6px;
}

.recentnewsdate p {
	color: #919195;
	padding-bottom: 6px;
}

.mediacontact p {
	color: #fff;
	padding-bottom: 6px;
	line-height:1.4em;
}

.mediacontact p a:link {
	color: #fff;
	text-decoration: none;
}

.mediacontact p a:active {
	color: #000000;
	text-decoration: none;
}

.mediacontact p a:visited {
	color: #fff;
	text-decoration: none;
}

.mediacontact p a:hover {
	color: #000000;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.careernav {
	width: 100%;
	background-color: #919195;
	padding: 0px;
	margin: 0px;
}

.careernav p {
	padding: 0.9em;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	line-height:1em;
	text-align: left;
	font-family: 'humanst521_btroman', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}

.careernav p a:link {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding-left: 50px;
	text-align: left;
}



.careernav p a:active {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding-left: 50px;
	text-align: left;
}

.careernav p a:visited {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-left: 50px;
	text-align: left;
}

.careernav p a:hover {
	color: #000000 !important;
	text-decoration: none;
	display: inline-block;
	padding-left: 50px;
	text-align: left;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.employmentnav {
	width: 170px !important;
}

.employmentnav a.employmentnavactive {
	color:#000 !important;
	text-decoration:none !important;
}

.employmentnav ul {
	margin-left: 0 !important;
	list-style: none !important;
	color: #717073 !important;
	line-height: 2.5em !important;
	font-size: .8em !important;
}

.employmentcontent {
	width:100%;
	overflow-x:hidden;
	border-bottom: #919195 solid 1px;
	border-left: #919195 solid 1px;
	padding-left:20px;
	padding-top:5px;
}

.employmentcontent iframe {
	height: 600px;
	width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
}


.opportunity-logo {
	width: 220px;
	margin: auto;
}

div.fadehover {
	position: relative;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

.clear {
	clear: both;
}

.maincontentarea {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-top: 40px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}

.maincontentarea p {
	color: #717073;
	line-height: 1.6em;
	/*  font-size: .95em;  */
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

.maincontentarea p a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

.maincontentarea p a:link {
	color: #000;
	text-decoration: none;
}

.maincontentarea p a:active {
	color: #da1844;
	text-decoration: none;
}

.maincontentarea p a:visited {
	color: #000;
	text-decoration: none;
}

.maincontentarea p a:hover {
	color: #da1844 !important;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.maincontentarea ul {
	margin-left: 1.0em;
	list-style: disc;
	color: #717073;
	line-height: 1.6em;
	font-size: .95em;
	text-align: left;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

.maincontentarea ul a {
	color: #717073;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
}

.maincontentarea ul a:link {
	color: #717073;
	text-decoration: underline;
}

.maincontentarea ul a:active {
	color: #000;
	text-decoration: underline;
}

.maincontentarea ul a:visited {
	color: #717073;
	text-decoration: underline;
}

.maincontentarea ul a:hover {
	color: #000 !important;
	text-decoration: underline;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.listy li {
	margin-left: 0em;
	list-style: disc;
	color: #000;
	line-height: 1.6em;
	font-size: 1.1em;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.just-black {
	color:#000;
}

.just-gray {
	color:#717073;
}

h3 {
	padding-bottom: 10px;
	padding-top: 20px;
	color:#919195;
	font-size: 1.7em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: 'humanst521_btbold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;

}

h4 {
	padding-bottom: 10px;
	color:#000;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

h4 a {
	color: #000;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
}

h4 a:link {
	color: #000;
	text-decoration: underline;
}

h4 a:active {
	color: #000;
	text-decoration: underline;
}

h4 a:visited {
	color: #000;
	text-decoration: underline;
}

h4 a:hover {
	color: #717073 !important;
	text-decoration: underline;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.exec p {
	font-size: 1.0em !important;
	line-height: 1.8em !important;
	margin-bottom: 15px !important;
}

.exec {
	border-bottom: #d0d1d3 solid 2px;
	padding-bottom: 10px;
}

.exec img {
	
	padding-bottom: 20px;
}

.exec h2 {
	padding-bottom: 10px;
	color:#000;
	font-size: 1.0em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.newslist p {
	font-size: 1.0em !important;
	line-height: 1.4em !important;
	margin-bottom: 6px !important;
	margin-left: 40px !important;
}

.newslist {
	border-bottom: #d0d1d3 solid 2px;
	padding-bottom: 10px;
}

.newslist-image {
	float: left;
	width: 220px;
}

.newslist-text {
	margin-left: 220px;
}

.newslist img {
	
	padding-bottom: 20px;
}

.newslist p a:link {
	color: #717073;
	text-decoration: underline;
}

.newslist p a:active {
	color: #000;
	text-decoration: underline;
}

.newslist p a:visited {
	color: #717073;
	text-decoration: underline;
}

.newslist p a:hover {
	color: #000 !important;
	text-decoration: underline;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.newslistnav {
	padding-left: 270px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-top: 40px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}

.newslistnav p {
	font-size: 1.0em !important;
	line-height: 1.4em !important;
	margin-bottom: 6px !important;
	margin-left: 40px !important;
}

.newslistnav p a:link {
	color: #717073;
	text-decoration: none;
	background-color: #e6e6e7;
	padding-top: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	margin-right: 10px; margin-left: 10px;
}

.newslistnav p a:active {
	color: #000;
	background-color: #919195;
	text-decoration: none;
	padding-top: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	margin-right: 10px; margin-left: 10px;
}

.newslistnav p a:visited {
	color: #717073;
	text-decoration: none;
	background-color: #e6e6e7;
	padding-top: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	margin-right: 10px; margin-left: 10px;
}

.newslistnav p a:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: #919195;
	padding-top: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	margin-right: 10px; margin-left: 10px;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.newslistnavon {
	color: #fff !important;
	background-color: #919195 !important;
}

.newsdate {
	font-weight: bold !important;
}


.companiescontent {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #d0d1d3 solid 2px;
}

.companiescontent p {
	font-size: 1.0em !important;
	line-height: 1.8em !important;
	margin-bottom: 5px !important;
	color: #fff !important;
}

.companiescontent p a {
	color: #fff !important;
	text-decoration: none;
}

.companiescontent p a:link {
	color: #fff;
	text-decoration: none;
}

.companiescontent p a:active {
	color: #da1844;
	text-decoration: none;
}

.companiescontent p a:visited {
	color: #fff;
	text-decoration: none;
}

.companiescontent p a:hover {
	color: #da1844;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.companies-bg-aaf {
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/companies-bg-image-aff.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;
}

.companies-bg-fgl {
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/companies-bg-image-fgl.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;	
}

.companies-bg-flagler {
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/companies-bg-image-flagler.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;	
}

.companies-bg-parallel {
	background-image: url(/web/20241202120940im_/http://www.feci.com/images/companies-bg-image-flagler.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;	
}

.footermap {
	color: #909195;
	width: 100%;
	background-color: #e6e6e7;
}

.footermap p {
	padding: 0.4em;
	font-size: 0.8em;
	line-height:1em;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #909195;
	letter-spacing: 0.1em;
}

.footermapcol p a {
	padding-bottom: 1em;
	color: #909195;
	text-decoration: none;
	vertical-align: middle;
}

.footermapcol p a:link {
	color: #909195;
	text-decoration: none;
}

.footermapcol p a:active {
	color: #000000;
	text-decoration: none;
}

.footermapcol p a:visited {
	color: #909195;
	text-decoration: none;
}

.footermapcol p a:hover {
	color: #000000;
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.footermapcol {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot {
	width: 100%;
	background-color: #d0d1d3;
}

.foot p {
	color: #919195;
	text-align: center;
	padding:30px;
	font-size: 0.75em;
	letter-spacing: 0.1em;
}
/*
     FILE ARCHIVED ON 12:09:40 Dec 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:01:08 Sep 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.551
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 238.516
  LoadShardBlock: 165.189 (3)
  PetaboxLoader3.datanode: 257.594 (4)
  load_resource: 1596.005
  PetaboxLoader3.resolve: 1398.849
*/
