/*Fixed-width, centered column for site content.*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-right: 5px;
  clear: both;
}

.container:before {
  display: table;
  content: " ";
}

.container:after {
  display: table;
  clear: both;
}

/*Grid system
Create rows with `.columns` to clear the floated columns */

.columns {
  width: 100%;
  overflow: hidden;
}

.columns:before {
  display: table;
  content: " ";
 }

.columns:after {
  display: table;
  clear: both;
}

/*Base class for every column (requires a column width from below)*/
.column {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
}

.column-single {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

/* #Media Queries
================================================== */
@media screen and (min-width: 640px) {
  /*Column widths*/
  .one-third {
    width: 33%;
  }

  .two-thirds {
    width: 67%;
  }

  .one-fourth {
    width: 25%;
  }

  .one-half {
    width: 50%;
  }

  .three-fourths {
    width: 75%;
  }

  .one-fifth {
    width: 20%;
  }

  .four-fifths {
    width: 80%;
  }

  /*Equal width columns via table sorcery.*/
  .table-column {
    display: table-cell;
    width: 1%;
    padding-right: 1rem;
    padding-left: 1rem;
    vertical-align: top;
  }
}

@media screen and (min-width: 700px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 900px) {
  .container {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
     FILE ARCHIVED ON 00:22:06 Oct 20, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:13:08 Feb 19, 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: 1.289
  exclusion.robots: 0.112
  exclusion.robots.policy: 0.093
  esindex: 0.016
  cdx.remote: 24.649
  LoadShardBlock: 626.456 (6)
  PetaboxLoader3.datanode: 470.344 (8)
  PetaboxLoader3.resolve: 424.836 (4)
  load_resource: 413.471 (2)
*/