/* Holiday Shopping Village CSS code */
body {
  background: #f6f6f6;
}
@font-face {
  font-family: '../fonts/Roboto-Black';
  src: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.eot');
  src: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.woff2') format('woff2'), url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.woff') format('woff'), url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.ttf') format('truetype'), url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.svg#Roboto-Black') format('svg'), url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/fonts/Roboto-Black.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------
Media Queries (CherryFramework)
------------------------------------------------------------ */
/* ------------------------------------------------------------
Header
------------------------------------------------------------ */
#header {
  position: relative;
}
#header.site-header {
  margin-top: 10px;
  height: 560px;
  background-position: center -40px;
}
#header.site-header .header-top {
  margin-top: 0;
}
#header.site-header .header-top .static-header-sidebar {
  padding: 0;
}
#header.site-header .header-top .static-header-sidebar .sidebar-header {
  position: relative;
}
#header.site-header .header-top .static-header-sidebar .sidebar-header aside#text-2 {
  margin-bottom: 0;
  background: #fff;
  padding: 0 0 10px;
  position: relative;
  z-index: 2;
}
#header.site-header .header-top .static-header-sidebar .sidebar-header aside .logo {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside .logo {
    width: 80%;
  }
}
@media only screen and (max-width: 360px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside .logo {
    width: 94%;
  }
}
#header.site-header .header-top .static-header-sidebar .sidebar-header aside.event-date {
  display: block;
  font-family: Lato,sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #035178;
  text-align: center;
}
#header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
  margin: 0;
  width: 200px;
  height: auto;
  position: absolute;
  top: 110px;
  right: 0;
  left: auto;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    width: 170px;
    top: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    width: 125px;
    top: 115px;
    right: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    width: 110px;
    top: 215px;
    right: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    top: 190px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 479px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    width: 110px;
    top: 200px;
  }
}
@media only screen and (max-width: 360px) {
  #header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap {
    width: 120px;
    top: 285px;
  }
}
#header.site-header .header-top .static-header-sidebar .sidebar-header aside.rotated-promotion-wrap img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.site-header .header-top .container {
    padding: 0;
  }
}
/* Social Buttons ------------------------------------------ */
aside .widget-title {
  display: none;
}
.header-top {
  margin-top: 15px;
}
.header-bottom {
  display: none;
}
@media only screen and (max-width: 780px) {
  .top-header-elements {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 360px) {
  .top-header-elements {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top-header-elements .logo-plaza {
  width: 250px;
}
@media only screen and (max-width: 360px) {
  .top-header-elements .logo-plaza {
    margin-bottom: 20px;
  }
}
.top-header-elements .social-buttons {
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 360px) {
  .top-header-elements .social-buttons {
    padding: 0;
  }
}
.top-header-elements .social-buttons li {
  margin: 0 4px;
  font-size: 24px;
}
.top-header-elements .social-buttons li a {
  width: 40px;
  height: 40px;
  background: #213750;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header-elements .social-buttons li a:hover {
  background: #035178;
}
.top-header-elements .social-buttons li a i {
  color: #fff;
}
.top-header-elements .social-buttons li.mrock-popup {
  position: relative;
  background: #1F9CCF;
  border-radius: 20px;
}
.top-header-elements .social-buttons li.mrock-popup:hover {
  background: #035178;
}
.top-header-elements .social-buttons li.mrock-popup i {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 10px;
  color: #fff;
  z-index: 1;
}
.top-header-elements .social-buttons li.mrock-popup a.pps-btn.pps-button-popup-65.pps-button-popup {
  background: transparent;
  z-index: 2;
  height: 0;
  padding: 20px;
  position: relative;
  border: none;
}
/* ------------------------------------------------------------
Content
------------------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content > .container {
    padding-left: 0;
  }
}
.entry-content {
  position: relative;
}
.entry-content .special-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .entry-content .special-buttons {
    flex-direction: column;
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .entry-content .special-buttons {
    flex-direction: column;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content .special-buttons {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 455px) and (max-width: 460px) {
  .entry-content .special-buttons {
    margin-top: 0;
  }
}
@media only screen and (max-width: 454px) {
  .entry-content .special-buttons {
    margin-top: 25px;
  }
}
.entry-content .special-buttons .pps-button-popup {
  order: 1;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .entry-content .special-buttons .pps-button-popup {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .entry-content .special-buttons .pps-button-popup {
    margin: 0 0 20px;
  }
}
.entry-content .special-buttons div.btn {
  order: 2;
}
.entry-content .special-buttons .btn {
  position: relative;
  height: 120px;
  width: 120px;
}
.entry-content .special-buttons .btn a {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
}
.entry-content .special-buttons .btn a.apply-now {
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/btn-apply-now.png');
}
.entry-content .special-buttons .btn a.brochure {
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/btn-vendor-brochure.png');
}
.entry-content h4 {
  color: #666;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: Lato,sans-serif;
  font-weight: 900;
  font-style: normal;
}
.entry-content p {
  line-height: 1.6em;
}
.entry-content .main-text {
  width: 67%;
  padding: 0;
  margin: 0 3% 0 0;
  border-radius: 5px;
  float: right;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .entry-content .main-text {
    width: 80%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content .main-text {
    width: 90%;
    margin: -50px 5% 0;
  }
}
@media only screen and (min-width: 1200px) {
  .entry-content .main-text h2.main-title {
    white-space: nowrap;
  }
}
.entry-content .main-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  text-align: left;
  color: #ff0000;
  margin-bottom: 20px;
  margin-top: 13px;
  line-height: 1.3em;
}
@media only screen and (max-width: 1199px) {
  .entry-content .main-text h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .entry-content .main-text h2 {
    font-size: 24px;
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 560px) {
  .entry-content .main-text h2 {
    font-size: 20px;
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 460px) {
  .entry-content .main-text h2 {
    margin-bottom: 150px;
  }
}
.entry-content .main-text p {
  hyphens: none;
}
.entry-content .main-text p.press-release {
  margin-top: 0;
  font-family: Lato,sans-serif !important;
  font-weight: bold;
  display: inline-block;
  background: #e9e9e9;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.entry-content .main-text p.press-release:hover {
  background: #1F9CCF;
  border: 1px solid #1F9CCF;
}
.entry-content .main-text p.press-release a {
  color: #666;
  display: inline-block;
  padding: 5px 10px;
  font-style: italic;
  text-transform: capitalize;
}
.entry-content .main-text p.press-release a:hover {
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}
.entry-content .main-text ul li {
  list-style: none;
  position: relative;
  line-height: 1.6em;
}
.entry-content .main-text ul li i {
  position: absolute;
  left: -25px;
  top: 4px;
  color: #B1DDE6;
}
.entry-content .main-text .row {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .entry-content .main-text .row {
    flex-direction: column;
  }
}
.entry-content .main-text .row .span6 {
  width: 47%;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .entry-content .main-text .row .span6 {
    width: 90%;
  }
}
.entry-content .main-text .row .span6 h4 {
  hyphens: none;
  margin: 15px 0 20px;
}
.entry-content .main-text .row .span6 a[href~="mailto"] {
  hyphens: none;
}
.entry-content .main-text .row .span6 ul {
  padding-left: 25px;
}
.entry-content .main-text .row .span6:nth-child(2) {
  margin-left: 6%;
}
@media only screen and (max-width: 479px) {
  .entry-content .main-text .row .span6:nth-child(2) {
    margin-left: 0;
  }
}
/* Form ---------------------------------------------------- */
.iphorm-outer {
  display: block;
  width: 70% !important;
  margin: 0 auto;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer .iphorm-input-wrap input,
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer .iphorm-input-wrap textarea {
  width: 100%;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer .iphorm-input-wrap label {
  font-weight: normal;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer .iphorm-input-wrap-checkbox .iphorm_2_26-input-ul .iphorm-input-li {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 360px) {
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer .iphorm-input-wrap-checkbox .iphorm_2_26-input-ul .iphorm-input-li {
    width: auto;
  }
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer-file .iphorm-input-outer-wrap {
  border: 1px solid #999;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm-element-spacer-file .iphorm-input-outer-wrap .iphorm-swfupload {
  margin-right: 20px;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap label {
  font-size: 11px;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-element-wrap .iphorm_2_12-element-spacer label {
  white-space: nowrap;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-submit-input-wrap {
  display: table;
  margin: 0 auto;
  float: none;
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm-submit-input-wrap .iphorm-submit-element {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_9-element-wrap,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_12-element-wrap,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_13-element-wrap,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_16-element-wrap {
    width: 100%;
  }
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_9-element-wrap div,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_12-element-wrap div,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_13-element-wrap div,
  .iphorm-outer .iphorm .iphorm-inner .iphorm-elements .iphorm_2_16-element-wrap div {
    padding-right: 0;
  }
}
.iphorm-outer .iphorm .iphorm-inner .iphorm-elements h2 {
  color: #ff0000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
}
/* Popup Windows ------------------------------------------- */
@media only screen and (max-width: 767px) {
  body div.pps-popup {
    width: 90% !important;
    left: 5% !important;
  }
}
@media only screen and (max-width: 767px) {
  body div.pps-popup .iphorm-outer {
    width: 90% !important;
  }
}
/* ------------------------------------------------------------
Footer
------------------------------------------------------------ */
#footer {
  background: #213750;
  padding: 12px 0 15px;
}
#footer .static-footer-info {
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
#footer .static-footer-info .footer-top {
  color: #fff;
  font-size: 13px;
}
#footer .static-footer-info .footer-bottom {
  color: #f0f0f0;
  font-size: 12px;
}
/* 16 sep*/
.entry-content .special-buttons {
  float: left;
  display: inline-block !important;
  width: 320px;
}
.entry-content .special-buttons .pps-button-popup {
  float: left;
}
.entry-content .special-buttons .btn {
  float: left;
}
.top-header-elements .logo-plaza {
  float: left;
}
.top-header-elements .social-buttons {
  display: block !important;
}
.top-header-elements .social-buttons li {
  float: left;
}
.top-header-elements .social-buttons li a {
  display: inline-block;
  text-align: center;
  padding-top: 7px;
}
#text-2 {
  float: left;
  width: 100% !important;
}
.entry-content .main-text .row .span6 {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .entry-content .special-buttons {
    display: flex !important;
    float: none;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .top-header-elements .social-buttons {
    padding-top: 0;
  }
  .entry-content .special-buttons {
    display: flex !important;
  }
  .countdown_days .textwidget > span {
    top: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .content_countdown {
    float: left !important;
    width: 100% !important;
  }
}
/*17 Sep*/
.main_text_newhome {
  float: left !important;
  width: 100% !important;
}
.page-id-117 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.txt_home_marg {
  padding-left: 35px !important;
  padding-right: 25px !important;
}
.main_text_newhome .main-title {
  padding-bottom: 15px;
  color: #000 !important;
  font-family: 'Roboto-Black';
  font-size: 36px !important;
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/border_blue.png') no-repeat;
  background-position: 4px 55px;
}
.main_text_newhome p {
  color: #000;
  font-size: 18px;
}
.mail_call > span {
  font-size: 24px;
}
.main_text_newhome .press-release-link {
  color: #000 !important;
  text-decoration: none;
}
.apply_vendor_now {
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/bg - apply_vendor.jpg');
  background-size: cover;
  height: 164px;
  width: 100%;
  text-align: center;
  padding-top: 56px;
}
.considered_key_dates {
  height: 480px;
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/bg101.jpg');
  width: 100%;
  background-size: cover;
  padding: 50px;
}
.considered_key_dates .span6 {
  float: left;
}
.considered_key_dates .span6 h4 {
  color: #fff;
  font-size: 36px;
  background: rgba(0, 0, 0, 0) url("https://millennialmarketsboston.com/wp-content/themes/shoppingvillage-theme/images/Ruler.png") no-repeat scroll 4px 45px;
  padding-bottom: 50px;
}
.considered_key_dates .span6 ul {
  padding-left: 0 !important;
}
.considered_key_dates .span6 ul li {
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  display: flex;
}
.checkmark_icon {
  margin-right: 8px;
  float: left;
}
.mail_call {
  background: url('https://bostonwinter.org/wp-content/themes/shoppingvillage-theme/images/email_no_bg.png');
  background-size: cover;
  height: 164px;
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.mail_call p {
  color: #fff;
  font-size: 36px;
  line-height: 0;
}
.homepagenew .hentry {
  margin: 0 !important;
}
.mail_call a {
  color: #fff;
}
.homepagenew #footer {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.homepagenew #text-3 {
  display: none;
}
.homepagenew #text-6 {
  display: none;
}
.homepagenew .textwidget {
  display: none;
}
.homepagenew #text-2 .textwidget {
  display: block !important;
}
.homepagenew .site-header {
  height: 776px !important;
}
#main_countedown_1 .time_left {
  background: none !important;
  color: red !important;
  padding: 0% 25% !important;
}
#main_countedown_1 .time_description {
  font-size: 18px !important;
}
#main_countedown_1 .element_conteiner {
  margin-right: 15px;
}
/*19 Sep*/
.countdown_days {
  padding-top: 205px;
}
.countdown_days .textwidget > span {
  color: red;
  float: left;
  width: 43%;
  position: relative;
  text-align: right;
  font-weight: bold;
  top: 26px;
  font-size: 20px;
}
.countdown_days .textwidget {
  float: left;
  width: 100%;
}
.homepagenew #header.site-header {
  background-position: center -141px;
}
.content_countdown {
  float: right;
  width: 73%;
}
#main_countedown_1 .countdown {
  margin-top: 0 !important;
}
/* --------------------------------------------------------------------------------
Mobile Adjustments
-------------------------------------------------------------------------------- */
#header .header-top .slogan {
  hyphens: none;
  text-align: center;
  line-height: 1.2em;
}
#header .header-top aside .slidercaption h1 {
  hyphens: none;
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 3% 10%;
}
@media only screen and (min-width: 480px) {
  #header .header-top aside .slidercaption h1 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 640px) {
  #header .header-top aside .slidercaption h1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  #header .header-top aside .slidercaption h1 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-top aside .slidercaption h1 {
    font-size: 45px;
    line-height: 50px;
    padding: 15px 100px;
  }
}
#header .header-top aside .socials {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #header .header-top aside .socials {
    width: 33.33%;
  }
}
#header .header-top .news {
  padding: 3px 0;
}
@media only screen and (min-width: 640px) {
  #header .header-top .news {
    padding: 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-top .news {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-top .news {
    padding: 15px 0;
    bottom: 0;
  }
}
#header .header-top .news marquee {
  font-size: 0.7em;
}
@media only screen and (min-width: 640px) {
  #header .header-top .news marquee {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-top .news marquee {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-top .news marquee {
    font-size: 18px;
  }
}
#content #main .entry-content .special-buttons {
  float: none;
  display: block !important;
  position: relative;
  margin: 0 auto -2.4em;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  #content #main .entry-content .special-buttons {
    width: 20%;
    float: left;
    display: inline-block !important;
    position: absolute;
    margin: auto;
  }
}
#content #main .entry-content h2 {
  hyphens: none;
  line-height: 1.3em;
}
@media only screen and (min-width: 1200px) {
  #content #main .entry-content h2 {
    font-size: 30px;
  }
}
#content #main .entry-content div.row {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content #main .entry-content div.row .span3 {
  width: 40%;
  height: 100px;
  margin: 10px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #content #main .entry-content div.row .span3 {
    width: 20%;
    height: 140px;
  }
}
#content #main .entry-content div.row .span3 h3 {
  hyphens: none;
  font-size: 0.9em;
  line-height: 1.2em;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 360px) {
  #content #main .entry-content div.row .span3 h3 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  #content #main .entry-content div.row .span3 h3 {
    font-size: 20px;
  }
}

/*
     FILE ARCHIVED ON 03:22:30 Nov 04, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:10:11 Nov 11, 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.776
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.071
  esindex: 0.012
  cdx.remote: 7.034
  LoadShardBlock: 37.196 (3)
  PetaboxLoader3.datanode: 48.479 (4)
  load_resource: 82.299
  PetaboxLoader3.resolve: 30.794
*/