/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
}

p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 24px;
}


ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #000;
}

p a{
	color: red;
}

a:hover, a:focus {
	color: red;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}

img.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin: auto;
}

hr {
	text-align: left;
	clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem 0 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 6px solid red;
    border-left: 0;
	width: 90px;
}


/* Button
-----------------------------------------------------------*/

.button {
	background: #C4161C;
}

.button a {
	color: #fff;
}

#offCanvasMenu ul.nav .button a {
    color: #fff;
	border-radius: 0;
}

#offCanvasMenu ul.nav .button {
	border-radius: 0;
	border: 0px;
}


[type="email"], [type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #fff;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

a.button, [type="submit"] {
    background: red;
    border: none;
	border-radius: 0;
    color: black;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 15px 20px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #C4161C;
	color: white;
	border-radius: 8px;
}




/* Header
-----------------------------------------------------------*/


/*--- Top ---*/
.top {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}

.top ul {
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/

.header {
    background: white;
	padding: 40px 0 32px;
	border-bottom: 1px solid #eee;
	height: 150px;
}

.logo{
	margin-top: 0px;
}

.helpus {
	font-size: 24px;
	font-weight: 700;
	margin-top: 13px;
	margin-bottom: 10px;
}

.helpus span {
	color: #CF161C;
}

/*--- Nav ---*/

.menu a {
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
}

.menu-main-menu-container .menu a{
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu-main-menu-container .dropdown.menu a {
    padding: 15px 0px;
	margin: 0 0 0 60px;
}


.dropdown .is-dropdown-submenu a {
    line-height: 21px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #CF161C transparent transparent;
    right: 5px;
    left: auto;
    margin-top: 6px;
}


ul.nav.dropdown.menu {
    float: right;
	margin-top: 10px;
}

.menu-main-menu-container ul.nav.dropdown.menu {
    float: right;
    margin-top: 30px;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-family: 'Fira Sans', sans-serif;;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 15px;
    padding: 15px 0px 15px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}





ul.nav.dropdown.menu li > a:hover,
ul.nav.dropdown.menu li.current_page_item > a {
	border-bottom: 5px solid #CF161C;
	padding-bottom: 40px;
}

ul.nav.dropdown.menu ul li.current_page_item > a {
	border-bottom: 5px solid #CF161C;
	padding-bottom: 11px;
}
 
ul.nav.dropdown.menu li.current-menu-parent > a, 
ul.nav.dropdown.menu li.current-menu-ancestor > a {
    border-bottom: 0px solid #CF161C;
    padding-bottom: 11px;
}





.menu-secondary-menu-container ul.nav.dropdown.menu li > a:hover{
	border-bottom: 5px solid #CF161C;
	padding-bottom: 15px;
}

.menu-secondary-menu-container ul.nav.dropdown.menu li.current_page_item > a {
	border-bottom: 5px solid #CF161C;
	padding-bottom: 15px;
}




.menu-primary-menu-container ul.nav.dropdown.menu li.current-menu-ancestor > a {
    border-bottom: 3px solid #613D52;
	padding-bottom: 30px;
}

.menu-primary-menu-container ul.nav.dropdown.menu li.current-menu-ancestor > ul {
    margin-top: -30px;
}



.menu-main-menu-container ul.nav.dropdown.menu li.menu-item-has-children:hover > a {
    border-bottom: 0px solid #CF161C;
    padding-bottom: 15px;
}

.menu-main-menu-container ul.nav.dropdown.menu ul li > a:hover {
    border-bottom: 0px solid purple;
    padding-bottom: 11px;
}

.menu-main-menu-container ul.nav.dropdown.menu li > a:hover {
    border-bottom: 5px solid #CF161C;
    padding-bottom: 40px;
}


.menu-primary-menu-container ul.nav.dropdown.menu ul li.current_page_item > a {
    border-bottom: 0px solid #613D52;
	padding-bottom: 0px;
	color: #fff;
}

.menu-primary-menu-container ul.nav.dropdown.menu li.current_page_item > a {
    border-bottom: 3px solid #613D52;
	padding-bottom: 30px;
}


.menu-primary-menu-container ul.nav.dropdown.menu ul li.current_page_item, .secondarymenulink .dropdown li ul li.current_page_item {
    background: #613D52;
}














.dropdown.menu .is-active>a {
	color: #000;
}

.dropdown.menu a {
	padding: 0px;
}

.current_page_parent.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 3px;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 3px;
    right: 5px;
    left: auto;
    margin-top: -1px;
}

.headeraddress .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: 0px;
}


ul.nav.dropdown.menu ul {
	border: 0px;
	background: #eee;
}

ul.nav.dropdown.menu ul li > a:hover {
	border-bottom: 0px solid #CF161C;
}

ul.nav.dropdown.menu ul li:hover {
	background: #ccc;
	border-bottom: 4px solid #ccc;
}

ul.nav.dropdown.menu ul .current_page_item:hover{
	background: #ccc;
	border-bottom: 0px solid #ccc;
}

ul.nav.dropdown.menu ul li.current_page_item > a{
	border-bottom: 0px solid #CF161C;
}


.menu-primary-container{
	margin-top: 45px;
}


.headeraddress{
	font-size: 13px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 30px 0px 0;
	min-height: 73px;
}

.headeraddress li, .headeraddress a{
	color: #fff;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
	margin: 0 0 3px;
}

.secondarymenu{
	padding: 23px 0 0;
}

.menu-secondary-menu-container .dropdown{
	margin-top: 5px;
}

.menu-secondary-menu-container ul.nav.dropdown.menu .button > a:hover{
    border-bottom: 0px;
}


.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
}

.socialmenu {
    padding: 13px 0 0;
    margin-top: 13px;
}

.socialmenu li a{
	margin-left: 10px;
	color: #395499;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #C4161C transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0.2rem;
}

.accordion-menu li ul{
	width: 100%;
	margin: 0;
	display: block;
}

#offCanvasMenu ul.nav ul li {
   background: #ccc;
}

#offCanvasMenu ul.nav ul li:last-child {
   border-bottom: 0;
}


/* Home
-----------------------------------------------------------*/

/*----- Main -----*/

.black {
	background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/black.png);
	padding: 0 0 300px 0;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 700px;
	text-align: center;
}

.main h1{
	margin-top: 100px;
	color: #fff;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 2px;
}

.orbit-slide {
    width: 100%;
    height: 800px;
}

// .orbit-slide a{
//    width: 100%;
// }

.textoverlay {
	text-align: left;
}

.textoverlay p{
	color: #fff;
	font-size: 36px;
	line-height: 54px;
}

.textoverlay h1{
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 900;
}

.textoverlay .button{
	border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-right: 8px;
}

.featureblack {
    background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/black.png);
    padding: 60px 0 60px 0;
}

.featuretext {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.featuretext h2{
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 52px;
}

.featuretext .button, .homesponsors .button, .footer .button {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	border-radius: 8px;
}

.homesponsors {
	margin-top: 100px;
}

.homesponsors h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 54px;
	font-weight: 700;
	letter-spacing: 1px;
}

.sponsorbuttons {
	margin-top: 20px;
}


.backgrounds{
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, bottom; 
}






/* Content
-----------------------------------------------------------*/
.content {
	background: #fff;
	min-height: 300px;
	margin: 50px 0 0;
}


.secondarymenulink .button {
	margin: 0 0 0 30px;
	background: #C4161C;
	font-weight: 700;
	border-radius: 8px;
}

.secondarymenulink ul.nav.dropdown.menu .button a {
    font-size: 18px;
}

.header_title {
	margin: 50px 0 0;
}

.header_title h2{
	font-size: 54px;
}

.crime {
	background: #eee;
	margin-bottom: 30px;
	padding: 40px;
}

.casesidebar {
	padding: 20px;
	background: #eee;
}

/* Pagintion
----------------------------------------------------------*/

.page-numbers {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.page-numbers:hover {
	background: #ccc;
}

.page-numbers.current {
	color: red;
	border: none;
}

.prev.page-numbers, .next.page-numbers, .page-numbers.dots{
	border: none;
}


/* Footer
-----------------------------------------------------------*/
.footer {
    background: #000;
	padding: 40px 0;
	margin-top: 50px;
}

.footer h3 {
    color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.footer a{
    color: #fff;
}

.footer .helpus {
	font-size: 24px;
	font-weight: 700;
	margin-top: 13px;
	color: #fff;
	text-align: right;
}






/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/x.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}





@media only screen and (max-width: 63.9375em) { 


/* Header
-----------------------------------------------------------*/


.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}


.menu_icon {
    margin: 0;
	font-size: 32px;
}

.menu_icon::after {
    display: none;
}

.menu-primary-container{
	margin-top: 30px;
}

#offCanvasMenu .close-button {
    background: #C4161C none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #666;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
	font-family: 'Fira Sans', sans-serif;
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
}

#offCanvasMenu ul li {
	list-style: none;
	font-family: 'Fira Sans', sans-serif;;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 10px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}

.textoverlay h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 52px;
}

.textoverlay p {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
}


.black {
    background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/black.png);
    padding: 0 0 180px 0;
}

.featureblack {
    background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/black.png);
    padding: 30px 0 300px 0;
}

.orbit-slide {
    width: 100%;
    height: 490px;
}

.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 475px;
    text-align: center;
}

.featuretext h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
}

.homesponsors h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 1px;
}

.homesponsors {
    margin-top: 70px;
}


.footer {
    background: #000;
    padding: 20px 0 10px;
    margin-top: 50px;
}


}



@media only screen and (max-width: 80em) { 

.helpus {
    font-size: 18px;
    font-weight: 700;
    margin-top: 13px;
}

.menu-main-menu-container .dropdown.menu a {
    padding: 0.7rem 0rem;
    margin: 0 0 0 30px;
}


}





@media only screen and (max-width: 39.9375em) {

.header {
    background: white;
    padding: 30px 0 32px;
    border-bottom: 1px solid #eee;
    height: 100px;
}


.black {
    background: url(/web/20240212042232im_/https://brandoncrimestoppers.com/wp-content/themes/starkers-F6/img/black.png);
    padding: 0 0 100px 0;
}

.footer .helpus {
    font-size: 24px;
    font-weight: 700;
    margin-top: 13px;
    color: #fff;
    text-align: center;
	line-height: 28px;
}

.footer .helpus span{
    display: block;
}



}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}
/*
     FILE ARCHIVED ON 04:22:32 Feb 12, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:54:22 Mar 15, 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.765
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.013
  cdx.remote: 10.472
  LoadShardBlock: 76.731 (3)
  PetaboxLoader3.datanode: 104.159 (4)
  load_resource: 92.356
  PetaboxLoader3.resolve: 30.992
*/