.slideimgSize {
    width: 100vw;
    height: 35.5vw;
    object-fit: cover;
}

.imgbg {
    padding: 22vw 0 0 0;
    background: url(/user/themes/automation/images/headerimg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bx-wrapper {
    height: auto;
}

.bx-caption {
    text-align: left;
    font-size: 1.185vw;
}

.mainDiv {
    position: relative;
}

.fonttitle {
    font-family: Futura Md BT;
    font-size: 2.9vw;
    text-align: center;
}

.fontcontent {
    text-align: justify;
    line-height: 1.6;
    font-size: 1.185vw;
}

.fonticon {
    padding: 0 0 0px 0;
    font-size: 1.185vw;
}

.btmtitle

/*holdon*/
    {
    font-family: Futura Md BT;
    font-size: 3vw;
}

.labeltxt {
    font-size: 1.185vw;
}

.fontmt {
    padding: 0 0 0px 0;
    font-size: 1.185vw;
}

.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    height: 100%;
}

.divMiddle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.185vw;
    font-weight: bold;
    text-shadow: 0px 0px 6px black;
    background: rgba(0, 0, 0, 0.40);
}

.containerImg {
    text-align: center;
    color: white;
    cursor: pointer;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
}

.containerImg:hover .divMiddle {
    opacity: 0;
}

.hovertxt {
    text-transform: uppercase;
    font-size: 1.3vw;
    width: 100%;
    font-weight: bold;
}

.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    cursor: pointer;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 6px black;
    background: rgba(0, 0, 0, 0.10);
}

.containerImg:hover .image {
    opacity: 0.9;
}

.containerImg:hover .middle {
    opacity: 1;
}

.text {
    color: #fff;
    font-size: 1.4vw;
    width: 100%;
}

.iStyle {
    padding: 0.9vw 0.3vw;
    font-size: 1.185vw;
}

/*Chris*/
.hr-sect {
    /*margin-top: 35px !important;
		  /margin-bottom:5px;*/
    display: flex;
    flex-basis: 100%;
    align-items: center;
    /*color: rgba(0, 0, 0, 0.35);/
          /margin: 1vw 0px;/*/
    cursor: pointer;
    transition: max-height 0.2s ease-out;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 0.25vw;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 1vw;
    */
}

/*Chris*/
/*.hr-sect
      {
		  margin-bottom:5px;
		  display: flex;
          flex-basis: 100%;
          align-items: center; color: rgba(0, 0, 0, 0.35);
         
		  
      }
      .hr-sect::before, .hr-sect::after
      {
          content: "";
          flex-grow: 1;
          background: rgba(0, 0, 0, 0.35);
          height: 0.25vw;
          font-size: 0px;
          line-height: 0px;
          margin: 0px 1vw;
      }*/
.dataStyle {
    margin: 0 0.25vw;
    border: 0px solid #000;
    border-radius: 10px;
    box-shadow: 2px 3px 5px #888888;
}

.imgSize {
    width: 100%;
    height: 20vw;
    border-radius: 10px;
    object-fit: cover;
}

.floating_label {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Futura Md BT;
    opacity: 0;
    border-radius: 10px;
    font-size: 1.4vw;
}

#eventDiv:hover .floating_label {
    opacity: 1;
    cursor: pointer;
}

#eventDiv:hover .divMiddle {
    opacity: 0;
}

.containerImg:hover,
.containerImg:focus,
.dataStyle:hover,
.dataStyle:focus {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.75), 0 6px 10px 5px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition: .22s ease-in;
    opacity: .95;
}

.imgSizeH {
    width: 100%;
    height: 18vw;
    border-radius: 0px;
    object-fit: cover;
}

.main_div {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.sub_div {
    position: absolute;
    bottom: 0px;
}

.hrtdiv {
    width: 100%;
    margin: 0px;
    /*padding: 0 1.1vw;*/
    padding: 0 2.5vw;
    position: relative;
}

.hrtdl {
    padding: 0 0.8vw 1.6vw 0.8vw;
}


.modal {
    display: none;

    position: fixed;

    z-index: 9999;

    padding-top: 100px;

    left: 0;
    top: 0;
    width: 100%;

    height: 100%;

    overflow: auto;

    background-color: rgb(0, 0, 0);

    background-color: rgba(0, 0, 0, 0.9);

}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: auto;
    text-align: justify;
}

@-webkit-keyframes@-webkit-keyframeszoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframeszoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1);
    }
}


lose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.bx-wrapper .bx-pager {
    bottom: 1vw !important;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 1.1vw;
    /*padding-bottom:1.42vw;*/
    /*padding: 3px;*/
}

input[type="submit" i]:disabled {
    background-color: rgba(143, 177, 54, 0.65);
    color: rgba(255, 255, 255, 0.65);
}

input[type="submit" i]:active {
    background-color: rgba(143, 177, 54);
    color: #ffffff;
}

input {
    background-color: rgba(143, 177, 54, 0.95);
    color: #ffffff;
}

input:hover {
    background-color: rgba(18, 18, 18, 0.85);
    color: rgba(143, 177, 54);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(255, 255, 255, 0.8);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(22, 22, 22, 0.5);
}

.feature-buttons a img {
    transition: box-shadow 0.3s ease-out;
    -webkit-transition: box-shadow 0.3s ease-out;
    /* Safari prior 6.1 */
    border-radius: 50%;
}

.feature-buttons a img:hover {
    -webkit-box-shadow: 2px 3px 15px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 2px 3px 15px 1px rgba(255, 255, 255, 0.75);
    box-shadow: 2px 3px 15px 1px rgba(255, 255, 255, 0.75);
    transition: box-shadow 0.3s ease-in;
    -webkit-transition: box-shadow 0.3s ease-out;
    /* Safari prior 6.1 */
    border-radius: 50%;
}

.CNAFF img {
    transition: box-shadow 0.3s ease-out;
    -webkit-transition: box-shadow 0.3s ease-out;
    /* Safari prior 6.1 */
    border-radius: 50%;
    width: 90%;
}

.CNAFF img:hover {
    -webkit-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in;
    -webkit-transition: box-shadow 0.3s ease-out;
    /* Safari prior 6.1 */
    border-radius: 50%;
}

.modal-large {
    max-width: 100% !important;
}

#DiscoverMore-close,
#AppsDownload-close {
    z-index: 99;
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 190%;
    outline: none !important;
}

.vertical-divider {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 1px;
    margin: auto;
}

.iStyle div img {
    border-radius: 50%;
    -webkit-transition: box-shadow 0.3gs ease-out;
    /* Safari prior 6.1 */
    transition: box-shadow 0.3s ease-out;
}

.iStyle div img:hover {
    -webkit-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    -webkit-transition: box-shadow 0.3s ease-in;
    /* Safari prior 6.1 */
    transition: box-shadow 0.3s ease-in;
}

.bx-pager-item {
    zoom: 0.8;
}

.col-7 {
    height: 90%;
    width: 58%;
    padding: 0 0.8vw;
}

#video {
    width: 100%;
    /*padding: 0 5vw;*/
    height: auto;
}

.fixsize {
    width: 70px;
}

.iconbtm {
    padding: 50vh 0;
    background-blend-mode: multiply;
    color: white;
    text-align: center;
}

.fade-in {
    opacity: 0;
}

.appear {
    opacity: 1;
    transition: opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out;
}

.fade-in.appear {
    opacity: 1;
}

.from-left {
    grid-column: 2 / 3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.from-left {
    transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
    transition: opacity 250ms ease-in, transform 400ms ease-in;
    transition: opacity 250ms ease-in, transform 400ms ease-in, -webkit-transform 400ms ease-in;
    -webkit-transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
    -webkit-transition: opacity 250ms ease-in, transform 400ms ease-in;
    -webkit-transition: opacity 250ms ease-in, transform 400ms ease-in, -webkit-transform 400ms ease-in;
    opacity: 0;
}

.col.CNAFF.from-left.shown {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    animation: animate 1s;
}

@keyframes animate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#scan-qr-title {
    padding: .5rem;
}

#padding-div {
    height: 60px;
}

#discover-more-logo {
    width: auto;
}

/**************Responsive*************/
@media only screen and (max-width: 320px) {


    #AppsDownloadLabel {
        font-size: 10px !important;
    }

    #AppsDownload-close {
        right: 10px;
        top: 15px;
        font-size: 100%;
    }

    #scan-qr-title {
        padding: .5rem;
        font-size: 8pt;
        margin-top: -1rem;
    }

    #AppsDownload .container-fluid {
        padding: 0;
    }

    .qr-logo-label {
        font-size: 8pt;
    }

    #padding-div {
        height: 0px;
    }

    .slideimgSize {
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }

    .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 15vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bx-caption {
        height: 9vw;
        text-align: center;
    }

    .fonttitle {
        font-family: Futura Md BT;
        font-size: 6.5vw;
        text-align: center;
    }

    .fontcontent {
        text-align: justify;
        line-height: 1.6;
        font-size: 2.5vw;
        margin-bottom: 5px;
    }

    .col-7 {
        height: 90%;
        width: 58%;
        padding: 0 0.8vw;
        display: contents;
    }

    #video {
        width: 90%;
        padding: 0 5vw;
        height: auto;
    }

    .fonticon {
        padding: 0 0 0px 0;
        font-size: 2.5vw;
    }

    .btmtitle {
        font-family: Futura Md BT;
        font-size: 4vw;
    }

    .fontmt {
        font-size: 5.21pt;
    }

    hr,
    p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hovertxt {
        text-transform: uppercase;
        font-size: 3.8vw;
        width: 100%;
        font-weight: bold;
    }

    .CNAFF {
        padding-left: 0.2vw;
    }

    .CNAFF img {
        transition: box-shadow 0.3s ease-out;
        -webkit-transition: box-shadow 0.3s ease-out;
        /* Safari prior 6.1 */
        border-radius: 50%;
        width: 32px;
    }

    .labeltxt,
    .floating_label {
        font-size: 2.5vw;
    }

    .bx-wrapper .bx-pager {
        bottom: 1.3vw !important;
    }

    .bx-pager-item {
        zoom: 2.4;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.91vw;
        padding: 3px;
    }

    #discover-more-logo {
        width: 45vw;
    }
}

@media only screen and (min-width: 321px) and (max-width: 519px) {
    .feature-buttons {
        margin-bottom: .5em;
    }

    #discover-more-logo {
        width: 45vw;
    }

    #AppsDownloadLabel {
        font-size: 10px !important;
    }

    #AppsDownload-close {
        right: 10px;
        top: 15px;
        font-size: 100%;
    }

    #scan-qr-title {
        padding: .5rem;
        font-size: 8pt;
        margin-top: -1rem;
    }

    #AppsDownload .container-fluid {
        padding: 0;
    }

    .qr-logo-label {
        font-size: 8pt;
    }

    #padding-div {
        height: 3vh;
    }

    .slideimgSize {
        width: 100%;
        height: 70vw;
        object-fit: cover;
    }

    .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 13vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bx-caption {
        height: 35px;
        text-align: center;
    }

    .fonttitle {
        font-family: Futura Md BT;
        font-size: 6vw;
        text-align: center;
    }

    .fontcontent {
        text-align: justify;
        line-height: 1.6;
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .col-7 {
        height: 90%;
        width: 58%;
        padding: 0 0.8vw;
        display: contents;
    }

    #video {
        width: 90%;
        padding: 0 5vw;
        height: auto;
    }

    .fonticon {
        padding: 0 0 0px 0;
        font-size: 3vw;
    }

    hr,
    p {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .hovertxt {
        text-transform: uppercase;
        font-size: 3vw;
        width: 100%;
        font-weight: bold;
    }

    .btmtitle {
        font-family: Futura Md BT;
        font-size: 4.5vw;
    }

    .fontmt {
        font-size: 5.85pt;
    }

    .CNAFF {
        padding-left: 7px;
    }

    .CNAFF img {
        transition: box-shadow 0.3s ease-out;
        -webkit-transition: box-shadow 0.3s ease-out;
        /* Safari prior 6.1 */
        border-radius: 50%;
        width: 40px;
    }

    .labeltxt,
    .floating_label {
        font-size: 3vw;
    }

    .bx-wrapper .bx-pager {
        bottom: 1.9vw !important;
    }

    .bx-pager-item {
        zoom: 2.3;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.91vw;
        padding: 3px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 600px) {
    .feature-buttons {
        margin-bottom: .5em;
    }

    #AppsDownloadLabel {
        font-size: 1rem !important;
    }

    #scan-qr-title {
        margin-top: -1rem;
    }

    #discover-more-logo {
        width: auto;
    }

    .slideimgSize {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }

    .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 10vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bx-caption {
        height: 36px;
        text-align: center;
        font-size: 1.018vw;
    }

    .fonttitle {
        font-family: Futura Md BT;
        font-size: 4vw;
        text-align: center;
    }

    .fontcontent {
        text-align: justify;
        line-height: 1.6;
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .col-7 {
        height: 90%;
        width: 58%;
        padding: 0 0.8vw;
        display: contents;
    }

    #video {
        width: 90%;
        padding: 0 5vw;
        height: auto;
    }

    .fonticon {
        padding: 0 0 0px 0;
        font-size: 3vw;
    }

    hr,
    p {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .hovertxt {
        text-transform: uppercase;
        font-size: 3vw;
        width: 100%;
        font-weight: bold;
    }

    .btmtitle {
        font-family: Futura Md BT;
        font-size: 4vw;
    }

    .fontmt {
        font-size: 2.1vw;
    }

    #padding-div {
        height: 3vh;
    }

    .CNAFF img {
        transition: box-shadow 0.3s ease-out;
        -webkit-transition: box-shadow 0.3s ease-out;
        /* Safari prior 6.1 */
        border-radius: 50%;
        width: 60px;
    }

    .labeltxt,
    .floating_label {
        font-size: 2vw;
    }

    .bx-pager-item {
        zoom: 1.5;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.3496em;
        padding: 2px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 720px) {
    .feature-buttons {
        margin-bottom: .5em;
    }

    #AppsDownloadLabel {
        font-size: 1rem !important;
    }

    #scan-qr-title {
        margin-top: -1rem;
    }

    #discover-more-logo {
        width: auto;
    }

    .slideimgSize {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }

    .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 10vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bx-caption {
        height: 35px;
        text-align: center;
        font-size: 5pt;
    }

    .fonttitle {
        font-family: Futura Md BT;
        font-size: 4vw;
        text-align: center;
    }

    .fontcontent {
        text-align: justify;
        line-height: 1.6;
        font-size: 2.25vw;
        margin-bottom: 5px;
    }

    .col-7 {
        height: 90%;
        width: 58%;
        padding: 0 0.8vw;
        display: contents;
    }

    #video {
        width: 90%;
        padding: 0 5vw;
        height: auto;
    }

    .fonticon {
        padding: 0 0 0px 0;
        font-size: 2.5vw;
    }

    hr,
    p {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .hovertxt {
        text-transform: uppercase;
        font-size: 3vw;
        width: 100%;
        font-weight: bold;
    }

    .btmtitle {
        font-family: Futura Md BT;
        font-size: 4vw;
    }

    .fontmt {
        font-size: 2.1vw;
    }

    .CNAFF img {
        transition: box-shadow 0.3s ease-out;
        -webkit-transition: box-shadow 0.3s ease-out;
        /* Safari prior 6.1 */
        border-radius: 50%;
        width: 60px;
    }

    .labeltxt,
    .floating_label {
        font-size: 3vw;
    }

    .bx-pager-item {
        zoom: 1.5;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.185vw;
        padding: 1.5vw;
    }
}

@media only screen and (min-width: 721px) and (max-width: 800px) {
    #AppsDownloadLabel {
        font-size: 1rem !important;
    }

    #scan-qr-title {
        margin-top: -1rem;
    }

    #discover-more-logo {
        width: auto;
    }

    .bx-caption {
        height: 45px;
        /*text-align:center;*/
        font-size: 5pt;
    }

    .fontcontent {
        font-size: 1.885vw;
        margin-bottom: 5px;
    }

    .btmtitle {
        font-family: Futura Md BT;
        font-size: 4vw;
    }

    .fontmt {
        font-size: 2.1vw;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
    #AppsDownloadLabel {
        font-size: 1rem !important;
    }

    #scan-qr-title {
        margin-top: -1rem;
    }

    .bx-caption {
        height: 45px;
        font-size: 5pt;
    }

    .fontcontent {
        font-size: 1.585vw;
    }

    .fonticon {
        padding: 0 0 0px 0;
        font-size: 1.65vw;
    }
}

/*--------------Responsive bottom bx-slider-----------------*/
@media only screen and (min-width: 340px) and (max-width: 419px) {
    .bx-wrapper .bx-pager {
        bottom: 1.9vw !important;
    }

    .bx-pager-item {
        zoom: 2.3;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.91vw;
        padding: 3px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 519px) {
    .bx-wrapper .bx-pager {
        bottom: 1.9vw !important;
    }

    .bx-pager-item {
        zoom: 2;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.71vw;
        padding: 3px;
    }

    .bx-caption {
        height: 8.5vw;
        /*font-size:6pt;*/
    }
}

@media only screen and (min-width: 520px) and (max-width: 619px) {
    .bx-wrapper .bx-pager {
        bottom: 1.6vw !important;
    }

    .bx-pager-item {
        zoom: 2;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.4vw;
        padding: 3px;
    }

    .bx-caption {
        height: 7.5vw;
        /*font-size:6pt;*/
    }
}

@media only screen and (min-width: 620px) and (max-width: 719px) {
    .bx-wrapper .bx-pager {
        bottom: 1.02vw !important;
    }

    .bx-pager-item {
        zoom: 1.6;
    }

    .bx-wrapper .bx-caption span {
        font-size: 2.3vw;
        padding: 3px;
    }

    .bx-caption {
        height: 6vw;
        /*font-size:6pt;*/
    }
}

@media only screen and (min-width: 720px) and (max-width: 819px) {
    .bx-wrapper .bx-pager {
        bottom: 1.15vw !important;
    }

    .bx-pager-item {
        zoom: 1.3;
    }

    .bx-wrapper .bx-caption span {
        font-size: 1.8vw;
        padding: 3px;
    }

    .bx-caption {
        height: 5vw;
        /*font-size:6pt;*/
    }
}

@media only screen and (min-width: 820px) and (max-width: 1200px) {
    .bx-wrapper .bx-pager {
        bottom: 1.01vw !important;
    }

    .bx-pager-item {
        zoom: 1.01;
    }

    .bx-wrapper .bx-caption span {
        font-size: 1.6vw;
        padding: 3px;
    }

    .bx-caption {
        height: 4.5vw;
        /*font-size:6pt;*/
    }
}

/*
     FILE ARCHIVED ON 07:10:15 Jun 09, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:47:52 Aug 22, 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: 1.873
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.019
  esindex: 0.012
  cdx.remote: 21.218
  LoadShardBlock: 221.314 (3)
  PetaboxLoader3.datanode: 625.727 (5)
  load_resource: 563.039 (2)
  PetaboxLoader3.resolve: 143.575 (2)
*/