body, html {
	overflow-x: hidden;
}

body.lbActive, html.lbActive {
	overflow: hidden;
}

body {
	color: #1f2224;
	font-family: 'AvenirLight07', 'Helvtica', 'Arial', sans-serif;
}

a {color: #4dc0e8;}
a:hover {text-decoration: none;}
a.clr-white {color: #fff;}
a.clr-white:hover {text-decoration: underline;}
a.text-underline {text-decoration: underline;}
a.text-underline:hover {text-decoration: none;}

p {margin-bottom: 20px;}

ul {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 40px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'AvenirRoman12', 'Helvtica', 'Arial', sans-serif;
}

.h1, h1 {
	font-size: 36px;
	line-height: 48px;
}
.h2, h2 {
	font-size: 36px;
	line-height: 48px;
}
.h3, h3 {}
.h4, h4 {
	font-size: 26px;
	line-height: 32px;
}

.h6, h6 {
	font-size: 20px;
	line-height: 26px;
}

.fullWidth {width: 100%;}

.tm {font-size: .4em; top: -1.35em;}

.spacer-5, .spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-60, .spacer-75, .spacer-100, .spacer-150, .spacer-200 {
	padding: 0px;
	height: 1px;
	background: none;
	border: none;
	display: block;
	width: 100%;
}

.spacer-5 {margin: 2px 3px;}
.spacer-10 {margin: 5px 5px;}
.spacer-20 {margin: 10px 10px;}
.spacer-30 {margin: 15px 15px;}
.spacer-40 {margin: 20px 20px;}
.spacer-60 {margin: 30px 30px;}
.spacer-75 {margin: 37px 38px;}
.spacer-100 {margin: 50px 50px;}
.spacer-150 {margin: 75px 75px;}
.spacer-200 {margin: 100px 100px;}

.margin-5, .margin-10, .margin-20, .margin-30, .margin-40, .margin-60, .margin-75, .margin-100, .margin-150, .margin-200 {
	padding: 0px;
	height: 1px;
	background: #ccc;
	border: none;
	display: block;
	width: 100%;
}

.v-padding-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.row.noMargin {margin: 0px;}

.margin-5 {margin: 2px 3px;}
.margin-10 {margin: 5px 5px;}
.margin-20 {margin: 10px 10px;}
.margin-30 {margin: 15px 15px;}
.margin-40 {margin: 20px 20px;}
.margin-60 {margin: 30px 30px;}
.margin-75 {margin: 37px 38px;}
.margin-100 {margin: 50px 50px;}
.margin-120 {margin: 60px 60px;}
.margin-150 {margin: 75px 75px;}
.margin-200 {margin: 100px 100px;}

.clr-lt-blue {color: #4dc0e8;}
.clr-blue {color: #00528a;}
.clr-blue {color: #022c66;}
.clr-green {color: #95c93d;}
.clr-lt-green {color: #c0e45d;}
.clr-red {color: #e1251b;}
.clr-white {color: #fff;}
.clr-gray {color: #4c5658;}
.clr-md-gray {color: #878888;}

.bg-lt-blue {background-color: #4dc0e8;}
.bg-blue {background-color: #00528a;}
.bg-dk-blue {background-color: #022c66;}
.bg-red {background-color: #e1251b;}
.bg-lt-gray {background-color: #f6f6f6;}
.bg-md-gray {background-color: #cfd3d3;}
.bg-gray {background-color: #4c5658;}
.bg-dk-gray {background-color: #242729;}
.bg-green {background-color: #95c93d;}

.border-white {
	border: 1px solid #fff;
}

.txt-large {
	font-size: 22px;
	line-height: 40px;
}

.container.wide {
	width: 100%;
	max-width: 1540px;
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}

.bg-cover {background-size: cover; background-position: center center;}
.bg-cover.bg-top {background-position: center top;}
.bg-scroll {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0 none;
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#blip {position: absolute; top: 0px; left: 0px; height: 1px; width: 1px;}

#topBar {
	width: 100%;
	padding: 30px 0px;
	background: #fff;
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #eee;
	/*
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	*/
}

#topBar:after {
	content: '';
	display: block;
	clear: both;
}

.scrolling #topBar {
	padding: 10px 0px;
}

#header {
	height: auto;
	padding: 150px 0px 90px;
	width: 100%;
	position: relative;
}

.home #header, .page-template-template-home-test #header {
	height: 700px;
	background-position: right top;
    background-size: cover;
}

#header:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(77,192,232,.8);
	z-index: 1;
}

.page-template-template-home-test #header:after {
	display: none;
}

.home #header:after {display: none;}

.single-post #header:after, .single-resources #header:after {
	background: rgba(77,192,232,1) !important;
}

#logo {
	float: left;
	width: 200px;
	display: block;
}

.scrolling #logo {
	width: 140px;
}

#logo img {width: 100%;}

#mainNav {float: right;}
#mainNav ul {
	padding: 0px;
	margin: 0px;
}
#mainNav li {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 10px;
	list-style: none;
	position: relative;
	display: inline-block;
}

#mainNav li:after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #95c93d;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
}

#mainNav .menu-primary-nav-container > ul > li:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);	
}

#mainNav a {
	display: block;
	padding: 3px 0px 8px;
	color: #666667;
	text-decoration: none;
}
.scrolling #mainNav a {
	padding: 3px 0px 3px;
}
#mainNav a:hover {
	text-decoration: none;
}

#mainNav li ul {
	min-width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	background: #00528a;
	padding: 10px 5px 5px;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

#mainNav li.menu-item-has-children:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	transform: translate(0px);
}

#mainNav li ul li {
	display: list-item;
	list-style: none;
	white-space: nowrap;
}

#mainNav li ul li a {
	color: #fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
#mainNav li ul li a:hover {
	color: #c0e45d
}

#mobileNavIcon {
	display: block;
}

#tagline {
	position: absolute;
	top: 50%;
	margin-top: 30px;
	left: 0px;
	z-index: 2;
	width: 100%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#tagTop {font-size: 75px; line-height: 80px; margin-bottom: 20px;}
#tagBtm {font-size: 30px; line-height: 34px;}

#pageTitle {
	position: relative;
	z-index: 2;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.half-section, .third-section, .fourth-section, .seven-twelfth-section {position: relative;}
.section-bg {
    bottom: 0;
    position: absolute;
    top: 0;
}
.left {left: 0px;}
.right {right: 0px;}
.half-section .section-bg {width: 50%;}
.third-section .section-bg {width: 33%;}
.fourth-section .section-bg {width: 25%;}
.seven-twelfth-section .section-bg {width: 42%;}
.seven-twelfth-section .col-12.col-lg-5 .dashboardImg {
	display: none;
}
.seven-twelfth-section .section-bg .dashboardImg {
	margin-top: 100px;
	width: 120%;
	margin-left: -20%;
}
#dashboardSection {
	padding-bottom: 160px !important;
}
.entry {
	padding-top: 100px;
	padding-bottom: 100px;
}

#newsTicker {
	padding: 40px 0px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 100;
	width: 100%;
}

#newsTicker:after {
	display: block;
	content: '';
	clear: both;
}

#newsHeader {
	display: inline-block;
	padding-right: 30px;
	font-weight: normal;
}

.newsTxt {
	line-height: 46px;
}

.btn {
	border: 1px solid #1f2224;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	color: #1f2224;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
}

.btn .inner {
	position: relative;
	z-index: 1;
}

a.clr-white {color: #fff;}

.btn.bdr-lt-blue {
	border-color: #4dc0e8;
}
.btn.clr-lt-blue {
	color: #4dc0e8 !important;
}

.btn.clr-blue {
	color: #022c66;
}

.btn.bdr-white {
	border-color: #fff !important;
}

.btn.bg-lt-blue {
	border: none;
	color: #fff !important;
}

.btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1f2224;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	
	z-index: 0;
}

.btn:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.btn:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.btn.bdr-lt-blue:after {
	background-color: #4dc0e8;
}

.btn.bdr-white:after {
	background-color: #fff;
}

.btn.bdr-white:hover .inner {
	color: #4dc0e8 !important;
}

.btn.bdr-blue {
	border-color: #022c66 !important;
}

.btn.bdr-blue:hover {
	border-color: #022c66 !important; 
	color: #fff;
}

.btn.bdr-blue:hover:after {
	background-color: #022c66;
}

.btn-blue {
	border-color: #022c66;
	background-color: #022c66;
	color: #fff;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.btn-blue:hover {
	background-color: #53c0e9 !important;
	color: #fff !important;
	border-color: #53c0e9;
}

.btn-blue:after {
	background-color: #53c0e9;
}

.featureIcon {
	width: 100%;
}
.featureIcon img {
	height: 65px;
}

.partners {
	padding: 0px;
	margin: 0px;
}

.partners li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 40px;
	width: 24%;
}

.partners li a {
	display: block;
}

.partners li a img {width: 100%;}

.logo-box {max-width: 75px;}
.logo-normal {max-width: 100px;}
.logo-wide {max-width: 125px;}
.logo-x-wide {max-width: 150px;}

input, textarea, select {
	border: 1px solid #c0e45d;
	padding: 5px 10px;
	width: 100%;
}

input.btn {width: auto;}

label {
	margin-bottom: 15px;
}

.page-template-template-news, .post-type-archive-resources {
	background: #f6f6f6;
}

.featureNewsItem, .featureNewsItem:hover {
	display: block;
	color: #222;
	border: 1px solid #d0d3d4;
	background: #fff;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.featureNewsItem:hover {
	-webkit-transform: scale(1.005);
	-moz-transform: scale(1.005);
	transform: scale(1.005);
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.newsCol {
	margin-top: 30px;
}

.newsItem {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.newsItem:hover {
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.newsDate, .newsDate:hover {
	color: #666;
	margin-bottom: 20px;
}

.featureNewsItem .newsImg {
	padding-bottom: 30%;
}

.newsItem .newsImg {
	padding-bottom: 50%;
}

.newsItem .inner {
	padding: 40px 40px 120px 40px;
	position: relative;
	height: 100%;
}

.resourceCol .newsItem .inner {
	padding: 20px 20px 120px 20px;
}

.featureNewsItem .inner {
	padding: 30px 20px 120px;
	position: relative;
	height: 100%;
}

.newsCategory {
	text-transform: uppercase;
}

.press-release .newsCategory, .press-release:hover .newsCategory {
	color: #4dc0e8;
}

.update .newsCategory, .update:hover .newsCategory {
	color: #95c93d;
}

.awards .newsCategory, .awards:hover .newsCategory {
	color: #00528a;
}

.in-the-news .newsCategory, .in-the-news:hover .newsCategory {
	color: #f47f37;
}

.white-paper .newsCategory, .white-paper:hover .newsCategory {
	color: #4dc0e8;
}

.release-notes .newsCategory, .release-notes:hover .newsCategory {
	color: #95c93d;
}

.recording .newsCategory, .recording:hover .newsCategory {
	color: #00528a;
}

.case-study .newsCategory, .case-study:hover .newsCategory {
	color: #4c5658;
}

.newsTitle, .newsTitle:hover {
	font-size: 18px;
	color: #454545;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

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

.resourceType {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #222;
}

.resourceTitle h1 {
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
}

.resourceCol {
	display: none;
	margin-bottom: 30px;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.resourceCol.active {
	display: block;
}

.resourceIcon {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 14px;
	height: 20px;
	background-image: url(../images/white-paper.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.newsReadMore, .resourceReadMore  {
	font-size: 16px;
	line-height: 16px;
	color: #00528a;
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}

.newsReadMore {
	bottom: 40px;
	right: 40px;
}

.newsReadMore img {
	height: 16px;
	margin-top: -4px;
}

.newsReadMore:after {
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	content: '';
	height: 16px;
	width: 16px;
	border-top: 1px solid #00528a;
	border-right: 1px solid #00528a;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.resourceCol .newsReadMore {
	bottom: 20px;
	right: 20px;
}

/* Filters */
.fltrContainer {width: 100%;}

.fltrOption {
	padding: 5px 0px;
	width: 100%;
	cursor: pointer;
}

.checkBox {
	display: inline-block;
	border: 1px solid #222;
	width: 20px;
	height: 20px;
	background: #fff;
	vertical-align: middle;
}

.fltrOptionTxt {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

#fltrAll.active .checkBox {
	background: #333;
}

#fltrWhitePaper.active .checkBox {
	background: #4dc0e8;
}

#fltrReleaseNotes.active .checkBox {
	background: #95c93d;
}

#fltrRecording.active .checkBox {
	background: #00528a;
}

#fltrCaseStudy.active .checkBox {
	background: #4c5658;
}

.hidden {display: none;}

/* Popup Form */
.lbContainer {
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999999;
	display: none;
	overflow-y: auto;
}

.lightbox {
	position: absolute;
	top: 40px;
	left: 50%;
	overflow-y: auto;
	padding: 20px;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lightbox > .inner {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 60px 40px 40px;
	position: relative;
	overflow-y: auto;
}

.lightbox .lbClose {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 16px;
	color: #222;
	cursor: pointer;
	background: #ccc;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	z-index: 1;
	
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	transition: background .25s ease;
}

.lightbox .lbClose:hover {
	background: #ddd;
}

#doc {display: none;}

#resourceLink {
	display: none;
}

.resourceImg {
	border: 1px solid #eee;
}

.wpcf7-mail-sent-ok {
	color: #4dc0e8 !important;
	font-weight: bold !important;
	border: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

.productTable {
	text-align: left;
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

.productTable table {
	width: 100%;
}

.productTable th {
	background: #cfd2d4;
	color: #02528a;
}

.productTable .rowHeader {
	background: #f6f6f6;
	color: #02528a;
}

.productTable th, .productTable td {
	padding: 5px;
	border: 1px solid #999;
}

.arrows {
	background-image: url(../images/arrows.png);
	background-size: 100% 100%;
}

.arrowsRight {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-template-product-page #header {
	padding-top: 135px;
	padding-bottom: 40px;
}

/* Home News */
.homeNewsItem {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 40px;
}

#banner {
	z-index: 2;
	position: relative;
}

#newsletterBand {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer {
	padding-top: 40px;
}

#footerContact {
	padding: 17px 0px 0px;
	margin: 0px;
}
#footerContact li {
	padding: 0px 20px;
	display: inline-block;
	border-right: 1px solid #fff;
}
#footerContact li:last-child {
	border: none;
}
#footerLeft {
	text-align: left;
}
#footerRight {
	text-align: right;
}
#footerContact li:first-child {
	padding-left: 0px;
}
#footerContact li:last-child {
	padding-right: 0px;
}

#footerNav ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	list-style: none;
	display: inline-block;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	width: 16%;
}
#footerNav li:last-child {padding-right: 0px;}

#footerNav li ul {
	width: 100%;
	padding-bottom: 20px;
}

#footerNav li ul li {
	display: list-item;
	padding: 5px 0px;
	width: 100%;
	font-size: 12px;
}

#footerNav li a {
	color: #cfd3d3;
}

#footerNav li a:hover {
	color: #cfd3d3;
	text-decoration: underline;
}

.footerContact {
	border-top: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
	padding: 15px 0px 25px;
}

#footer .h5 {
	font-size: 16px;
}

#footerNav a:not([href]):not([tabindex]) {
	color: #878888;
	text-transform: uppercase;
	font-size: 16px;
}

#footerNav a:not([href]):hover {
	text-decoration: none;
}

#footerNav a {
	color: #cfd3d3;
	font-size: 12px;
	text-decoration: none;
}

#footerNav a:hover {
	text-decoration: none;
}

#footerBottom {
	padding: 30px;
	color: #fff;
	background: #222;
	text-align: center;
}

#footerBottom a {
	color: #fff;
}

#footerBottom a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerBottom ul {
	margin: 0px;
	padding: 0px;
}

#footerBottom li {
	list-style: none;
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}

#footerBottom li:after {
	content: '|';
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footerBottom li:last-child:after {
	display: none;
}

#copyright {
	text-align: left;
}

#footerBtmNav {
	text-align: right;
}

/* Slick Slider */
/*
.slick-dots {
	margin: 0px;
	padding: 0px;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #cfd3d3;
	display: inline-block;
	margin: 0px 5px;
	cursor: pointer;
	border-color: 1px solid #fff;
	
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	transition: background .25s ease;
}

.slick-dots li:hover, .slick-dots li.slick-active {
	background: #fff;
	border: 1px solid #cfd3d3;
}

.slick-slide img {

}

.slick-dots li button {
	display: none;
}

.slick-slide div {
	height: 100%
}

.slick-slide div a {
	display: inline-block;
	margin-top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/
/*
     FILE ARCHIVED ON 15:08:46 Sep 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:34:12 Dec 14, 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.607
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.012
  cdx.remote: 18.771
  LoadShardBlock: 553.397 (3)
  PetaboxLoader3.resolve: 309.375 (5)
  PetaboxLoader3.datanode: 265.743 (5)
  load_resource: 327.772 (2)
*/