/*  This file is derived from the grid.css example at http://www.adamkaplan.me/grid/

    Styles in this file implement a mobile-first responsive grid layout. Some basic font
    settings are included to set relative sizes; don't add more styling via this sheet.

    Each top-level view should contain a <section> or similar semantic element, containing
    a <div class='container'> and one or more rows.
                                                                                           */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

.container {
    margin: 0 auto;
    max-width: 53rem;
    width: 90%;
}

.column { margin-bottom: 1.5rem; }

.column {
    float: left;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.column.full { width: 100%; }
.column.two-thirds { width: 66.7%; }
.column.half { width: 100%; }
.column.third { width: 33.3%; }
.column.fourth { width: 25%; }
.column.flow-opposite { float: right; }

@media (min-width: 40rem) {
  .column.half { width: 50%; }
  html { font-size: 112%; }
}

@media (min-width: 68rem) {
  html { font-size: 120%; }
}

/*
     FILE ARCHIVED ON 23:01:26 Jul 18, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:57:41 Mar 02, 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.475
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.035
  esindex: 0.007
  cdx.remote: 48.652
  LoadShardBlock: 321.124 (3)
  PetaboxLoader3.resolve: 291.616 (5)
  PetaboxLoader3.datanode: 287.151 (5)
  load_resource: 324.822 (2)
*/