/* 
COLOR PALETTE
ECEDF3   VERY LIGHT
6CAEE0	MEDIUM LIGHT BLUE
215888   DARK BLUE (LOGO COLOR)
5E92CD	MEDIUM BLUE
162652	VERY DARK BLUE
71F79F	ACCENT - LIGHT - SPRING GREEN
FFB86F	ACCENT - MEDIUM LIGHT - MELLOW APRICOT
8de1e7	ACCENT - MEDIUM LIGHT - MUTED TEAL
254949	VERY DARK TEAL
e5dfa7	MEDIUM LIGHT - CREAMY BEIGE
*/
html, body, div, span, p, a, img, dl, dt, dd, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html, body {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	line-height:1;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end browser reset */
html {
    position: relative;
	box-sizing: border-box;
	scroll-padding-top: 70px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0; 
	line-height:1.4;
	font-size: 18px;
	color:#162652; /* palette color 05 */
	background-color: #fff; /* palette color 01 */
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
p {
	text-align:left;
	padding: 10px 0;
}
p.dropcap:first-letter {
 font-size : 300%;
 font-weight : bold;
 float : left;
 width : 1em;
 color : inherit;
 }
a:link {
	color: #215888; /* palette color 03 */
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #215888; /* palette color 03 */
	text-decoration: underline;
}
h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#215888; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:8px;
}
h2 {text-align:left; margin:16px auto;}
h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#225685; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:4px;
}
h2 a:link, h2 a:visited, h2 a:active {
	color:#225685;
	font-size:1.3em;
	text-align:center;
	text-decoration:none;
}
h2 a.highland:link, h2 a.highland:visited, h2 a.highland :active{
	color:#26618a;
}
h2 a:hover, h2 a.highland:hover {
	color:#28669a;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#225685; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:2px;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#215888; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

h5 {
	font-size:1.0em;
	font-weight:bold;
	color:#215888; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
h6 {
	font-size:0.9em;
	font-weight:bold;
	color:#215888; /* palette color 03 */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
.newsection {margin-top:36px;}

a {
   outline: 0;
}

.panel1 p a:hover, .panel1 p a:active, .panel1 p a:focus {
	color: #162652; /* palette color 05 */
}
.panel1 p a:link, .panel3 p a:link {
  color: #225685;
  text-decoration: none;
} 
.panel1 p a:visited, .panel3 p a:visited {
  color: #225685;
  text-decoration: none;
}
.panel1 p a:hover, .panel1 p a:active, .panel1 p a:focus, .panel3 p a:hover, .panel3 p a:active, .panel3 p a:focus {
  color: #28669a;
}
.panel2 p a:link {
	color:#ECEDF3;
	text-decoration: none;
}
.panel2 p a:visited  {
	color:#ECEDF3;
	text-decoration: none;
}
.panel2 p a:hover, .panel2 p a:active, .panel2 p a:focus {
	color:#fff;
}
.panel2 #holiday_notice a:link {
	color:#0005c0; /* palette color 01 */
}
.panel2 #holiday_notice a:visited  {
	color:#0005c0; /* palette color 01 */
}
.panel1 #holiday_notice a:hover, .panel1 a:active, .panel1 a:focus {
	color:#4f53ff; /* palette color 03 */
	background-color:transparent;
}
.panel2 #holiday_notice a:hover, .panel2 a:active, .panel2 a:focus {
	color:#4f53ff; /* palette color 06 */
	background-color:transparent;
}
.DetailsButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
	background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
	background-color:#f0c911;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#6b1503;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;
	margin:12px auto;
}
.DetailsButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
	background:-moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911',GradientType=0);
	background-color:#f2ab1e;
}
.DetailsButton:active {
	position:relative;
	top:1px;
}
a.DetailsButton {text-decoration:none;}

/* used to make footer always stick to bottom */
#pagewrap {
   flex: 1 0 auto;
}

/* control width of and appearance of page content */
.wrapper {padding-bottom:8px;} 
#maincontainer {
	width:100%;
	line-height:1.4;
	font-size: 1em;
	color:#162652; /* palette color 05 */
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	flex: 1 0 auto;
}
#maincontainer:after {
	content:"\A\A";
}
.container-controlwidth {max-width:1140px;margin:0 auto;}

/* footer */
.container-controlwidth .footer-col1 {
	float:left;
	width:50%;
	box-sizing:border-box;
}
footer {
	width: 100%;
	background-color: #000; /* off palette */
	overflow: auto;
	padding: 50px 0 180px 0;
	font-size: 1em;
	line-height: 1.6em;
	flex-shrink: 0;
}
.footerFB {
	height: 25px;
	display: inline-block;
	width: 25px;
	margin:16px;
	background: url("https://b4af2a.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-facebook-sprite.png") 0 0 no-repeat;
}
.footerFB:hover {
	background: url("https://b4af2a.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-facebook-sprite.png") 0 -25px no-repeat;
}
.footerYT {
	height: 25px;
	display: inline-block;
	width: 25px;
	margin:16px;
	background: url("https://5da4d9.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-youtube-sprite.png") 0 0 no-repeat;
}
.footerYT:hover {
	background: url("https://5da4d9.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-youtube-sprite.png") 0 -25px no-repeat;
}
.footerCONTACT {
	height: 25px;
	display: inline-block;
	width: 25px;
	margin:16px;
	background: url("https://a02758.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-contact-sprite.png") 0 0 no-repeat;
}
.footerCONTACT:hover{
	background: url("https://a02758.claudeassets.com/20251211005633im_/https://www.mesamachines.com/images/footer-contact-sprite.png") 0 -25px no-repeat;
}
footer .container-controlwidth {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	padding:12px;
	margin-top:-12px;
	font-size:0.8em;
	color:#ECEDF3; /* palette color 01 */
}
.footerlinks2 {padding:8px 12px;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	align-content:flex-start;
	padding:6px 12px;
	margin-top:-6px;
}
.footerlinks {display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	align-content:flex-start;
	padding:8px 12px;
	margin-top:-8px;
	width:100%;
	text-align:center;
}
.footersocialcontact {
	width:100%;
	text-align:center;
	clear:both;
}
.footercontactsocial {
	text-align:center;
}
.footercontact, .footercontact2 {
	display:inline-block;
	text-align:left;
}
.footerlinks2 a:link, .footercopyright a:link {
	color: #ECEDF3; /* palette color 01 */
	text-decoration: none;
}
.footerlinks2 a:visited, .footercopyright a:visited {
	color: #ECEDF3; /* palette color 01 */
	text-decoration: none;
}
.footerlinks2 a:hover, .footercopyright a:hover {
	color: #ECEDF3; /* palette color 01 */
	text-decoration: underline;
}
.footerlinks2 a:active, .footercopyright a:active {
	color: #ECEDF3; /* palette color 01 */
	text-decoration: none;
}
.footercopyright, .footersecurity {
	clear:both;
	width:100%;
	margin:12px auto;
	text-align:center;
	font-size:0.8em;
	color:#ECEDF3; /* palette color 01 */
}

.push50 {height:50px;flex-shrink:0;}
.xsmallfont {font-size: calc(1em - 1vw);}
.smallfont {font-size: calc(1em - 0.5vw);}
.mediumfont {font-size: calc(1em + 1vw);}
.largefont {font-size: calc(1em + 2vw);}
.xlargefont {font-size: calc(1em + 3vw);}
.xxlargefont {font-size: calc(1em + 4vw);}
.table {display:table;border-collapse:collapse;}
.tablerow {display:table-row;}
.tablecell {display:table-cell;}
.pad-left {padding-left:12px;}
.panel1 {
	width:100%;
	background-color:transparent;
	padding:36px 0;
}
.panel2 {
	width:100%;
	color:#ECEDF3; /* palette color 01 */
	background-color:#225685;
	padding:36px 0;
}
.panel3 {
	width:100%;
	background-color:#EFEEEE; /* for machine panels per KathyL*/
	padding:36px 0;
}
.panel1 h2, .panel2 h2, .panel3 h2 {
	font-size:1.3em;
	text-align:left;
	text-decoration:none;
}
#index .panel1 h2, #index .panel2 h2, #index .panel3 h2 {
	text-align:center;
}
.panel1 h2 a, .panel2 h2 a, .panel3 h2 a {
	font-size:1.3em;
	text-align:left;
	text-decoration:none;
}
#index .panel1 h2 a, #index .panel2 h2 a, #index .panel3 h2 a {
	text-align:center;
}
.panel2 h1, .panel2 h2, .panel2 h3, .panel2 h4, .panel2 h5, .panel2 h6 {
	color:#ECEDF3; /* palette color 01 */
}
.panel1 .testimonial-quote, .panel2 .testimonial-quote, .panel1 .testimonial-signature, .panel2 .testimonial-signature {
	color: #162652; /* palette color 05 */
}
.panel2 .testimonial-box {
	background-color:#ECEDF3; /* palette color 01 */
}
.panel-wrap {
	max-width:1200px; /* was 1024 */
	margin:0 auto;
	background-color:transparent;
	padding:12px;
}
.panel-wrap2 {
	max-width:1200px; /* was 1024 */
	margin:0 auto;
	background-color:transparent;
	padding:12px;
}
.content-wrap {
	max-width:1200px; /* was 1024 */
	margin:0 auto;
	background-color:#ECEDF3; /* palette color 01 */
	padding:0 12px 24px 12px;
}
.panel-content {
	max-width:1200px; /* was 1024 */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	line-height:1.4;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-img {width:25%;max-width:400px;margin:auto;text-align:center;}
.panel-text {width:70%;margin:auto;}
.panel-img img {max-width:100%;max-height:100%;}
.panel-img img#checkmark-blue {width:90%;margin:0 auto;}
.clearfix {
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
.clearafter:after {
	content: "";
    display: table;
    clear: both;
}.clearfix2 {
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
.footer {
	box-sizing: border-box;
	width:100%;
	margin-top:-300px;
	height: 300px;
	background-color:#162652; /* palette color 05 */
	text-align:center;
	position: absolute;
	bottom:0;
	left:0;
	padding-top:10px;
	padding-bottom:10px;
	color:#e5dfa7; /* palette color 10 */
	font-size: calc(0.5em + 0.5vw);
}
.footer a:link {
	color: #e5dfa7; /* palette color 10 */
	text-decoration: underline;
}
.footer a:visited {
	color: #e5dfa7; /* palette color 10 */
	text-decoration: underline;
}
.footer a:hover {
	color: #FFB86F; /* palette color 07 */
	text-decoration: underline;
}
.footer a:active {
	color: #e5dfa7; /* palette color 10 */
	text-decoration: underline;
}
img.special {
    border-color: #5E92CD; /* palette color 04 */
    border-style: solid;
    border-width: 1px;
    position: relative;
}
#top-right-pic {
    float: right;
    width: 40%;
    text-align: center;
}
#top-left-text {
    float: left;
    width: 60%;
    text-align: left;
}
@media (max-width:599px) {
	#top-right-pic {
		float: none;
		display:block;
		width:100%;
		text-align: center;
	}
	#top-left-text {
		float: none;
		display:block;
		width:100%;
		text-align: left;
	}
}	
	
/* the following will allow standard 16:9 videos to be rendered as responsive - just wrap the entire youtube code in a div with class videoWrapper */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* different classes for new websites */
.youtube-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.youtube-container iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
iframe{
    border-width: 0px;
}
/* FAQs */
.faq-question {
	padding:6px;
	color:#f00;
	text-align:left;
	font-weight:bold;
}
.faq-answer {
	padding:6px 6px 36px 6px;
	color:#162652; /* palette color 05 */
	text-align:left;
}
/** Social Button CSS **/

.share-btn {
  display: inline-block;
  border: none;
  outline: none;
  text-align: center;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}
.share-btn img {width:30px; height:30px; margin:12px;}

/* MEDIA QUERIES */
@media (min-width: 781px) and (max-width: 1048px) {
	.panel1, .panel2 {	padding:16px 12px;}
}
@media (min-width: 720px) and (max-width:780px) {
	.hideonmobile {display:none;}
	div.panel-content { display: flex; flex-direction: column; }
	div.panel-img { width:100%; order: 1; }
	div.panel-text { width:100%; order: 2; }
	.rainbow-divider {height:8px;}
	.panel-img img#checkmark-blue {width:60%;}
}
@media (max-width: 719px) {
	.xsmallfont {font-size: calc(1em - 1vw);}
	.smallfont {font-size: calc(1em - 0.5vw);}
	.mediumfont {font-size: 0.84em;}
	.largefont {font-size: 1em;}
	.xlargefont {font-size: calc(1em + 0.4vw);}
	.xxlargefont {font-size: calc(1em + 0.8vw);}
}
@media (min-width: 720px) and (max-width:979px) {
	.xsmallfont {font-size: calc(1em - 1vw);}
	.smallfont {font-size: calc(1em - 0.5vw);}
	.mediumfont {font-size: calc(1em + 0.8vw);}
	.largefont {font-size: calc(1em + 1vw);}
	.xlargefont {font-size: calc(1em + 1.2vw);}
	.xxlargefont {font-size: calc(1em + 1.6vw);}
}

@media (max-width: 480px) {
	h1 {font-size:1.5em;}
	h2 {font-size:1.3em;}
	h3 {font-size:1.2em;}
	h4 {font-size:1.1em;}
	.panel1, .panel2 {padding: 16px 0;}
}
/* Home Page */

.paddedcontainer {
	width: 100%;
	padding: 50px 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
@media (min-width: 1200px) {
  .paddedcontainer {
    max-width: 1140px;
    clear: both;   
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.paddedcontainer {
	 max-width: 960px;
	 clear: both;   
	  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.heroImage, .paddedcontainer img {
		float: none;
		width: auto;
	}
	.paddedcontainer {
		 max-width: 720px;
		 clear: both;   
	  }
}
@media (min-width: 576px) and (max-width: 767px) {
 	.paddedcontainer {
    max-width: 540px;
    clear: both;
	}
}
@media (max-width: 575px) {
	.paddedcontainer {
	padding: 5px;
	}
	main ul {padding-left: 20px;}
}
.cell1 {width:48%;vertical-align:middle; text-align:left;}
.cell2 {width:48%;vertical-align:middle; text-align:left;}
.cellbottomrt  {width:48%;vertical-align:bottom; text-align:left;}
.pad12 {padding:12px;}
.img-fluid {
	max-width: 100%;
	height: auto;
}
a.btn-primary  {
	display:inline-block;
	text-decoration: none;
	background-color: #5E92CD; /* palette color 04 */
	border: 1px solid #162652;	/* palette color 05 */
	font-size: 0.9em;
	font-weight: 700;
	margin: 12px 0;
	cursor: pointer;
	color: #ECEDF3; /* palette color 01 */
	border-radius: 10px;
	text-align: center;
	padding: 0.5em;
	text-transform: uppercase;
}
a.btn-primary:hover {
	background-color: #74a1d4;
}


.panel1 .btn-primary, .panel1 .btn-primary:hover, .panel1 .btn-header-support:hover , .panel2 .btn-primary, .panel2 .btn-primary:hover, .panel3 .btn-primary, .panel3 .btn-primary:hover, .panel2 .btn-header-support:hover {
	text-decoration: none;
}
.panel1 h2, .panel2 h2 {
	text-decoration: none;
}
h2 a{
	text-decoration: none;
}
.celebrating-floatleft {float:left;padding:0 12px 0 0; width:25%; max-width: 235px;}
.celebrating-floatleft img {max-width:100%;}
.celebrating-floatright {float:right;padding:0 12px 0 0; width:25%; max-width: 235px;}
.celebrating-floatright img {max-width:100%;}
@media (max-width: 480px) {
	.celebrating-floatleft {float:none; display:block; padding:0 12px 0 0; width:100%; max-width: 235px; margin: 0 auto;}
	.celebrating-floatright {float:none; display:block; padding:0 12px 0 0; width:100%; max-width: 235px; margin: 0 auto;}
	.container-controlwidth .footer-col1 {float:none;width:100%;}
	.footercontact2  {text-align:center;}
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ECEDF3; /* palette color 01 */
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0 18px 18px 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.supportCard h2 {
	text-align: center;
}
.supportCard img {
	margin: 0 auto;
	display: block;
}
.card.supportCard {
	min-height: 565px;
}
.contentLeft {
	float: left;
	padding-right: 12px;
	display: block;
	width: 45%;
}
.contentRight {
	float: right;
	padding-left: 12px;
	display: block;
	width: 45%;
}
.contentLeft, .contentRight {
	padding: 16px;
}
@media (max-width: 799px) {	
	.contentLeft, .contentRight {float:none; display:block; width: 100%; padding: 12px;}	
	.pad12 {text-align:center;}
}
@media (min-width: 800px) {	
	.contentLeft p, .contentRight p, .cell1 p, .cell2 p {font-size: 1.33em;}
	.pad12 p {font-size: 1em;}
}
.machine-photo-gallery {
	text-align: center;
	margin: 0 auto;
}
.gallery-photo {
	float: left;
	box-sizing: border-box;
	width: 172px;
	text-align: center;
	margin: 12px;
}
.celebrating-floatleft {float:left;padding:0 12px 0 0; width:25%; max-width: 235px;}
@media (max-width: 599px) {
	.celebrating-floatleft {float:none; display:block; padding:0 12px 0 0; width:100%; max-width: 235px; margin: 0 auto;}
	.cell1, .cell2 {display:block; width: 100%;}
	.cell1 {order:1;}
	.cell2 {order:2;}
}
body#about-mesa h2, body#mesa-map-directions h2, body#machine_warranty h2, body#contact-support h2, body#contact-mesa h2 {text-align:left;}
/*
     FILE ARCHIVED ON 19:00:28 Jun 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:47:33 Jul 13, 2026.
     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.354
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.028
  esindex: 0.014
  cdx.remote: 888.559
  LoadShardBlock: 950.404 (3)
  PetaboxLoader3.datanode: 184.109 (5)
  PetaboxLoader3.resolve: 618.332 (4)
  load_resource: 595.506 (2)
*/