/** reset.css **/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

a img {
  border: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/*
@font-face {
  font-family: GentiumPlusW;
  src: url(./font/GentiumPlus-R.woff); }
@font-face {
  font-family: GentiumPlusW;
  font-style: italic;
  src: url(./font/GentiumPlus-I.woff); }
@font-face {
  font-family: Raleway;
  src: url(./font/Raleway-Regular.woff); }
@font-face {
  font-family: Raleway;
  font-weight: 300;
  src: url(./font/Raleway-Light.woff); }
@font-face {
  font-family: Raleway;
  font-weight: 600;
  src: url(./font/Raleway-SemiBold.woff); }
  */
/* http://www.colourlovers.com/palette/4521034/Wombat */
/* http://www.colourlovers.com/palette/4521036/Wombat_2 */
/* http://www.colourlovers.com/palette/4521037/Wombat_3 */
/* http://www.colourlovers.com/palette/3786112/denim */
html {
  font-size: 75%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 50em) {
    html {
      font-size: 93.75%; } }
  @media screen and (min-width: 64em) {
    html {
      font-size: 106.25%; } }
  @media screen and (min-width: 100em) {
    html {
      font-size: 118.75%; } }

body {
  font-size: 1.3333333333rem;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; }
  @media screen and (min-width: 40em) {
    body {
      font-size: 1.2142857143rem; } }
  @media screen and (min-width: 50em) {
    body {
      font-size: 1.2rem; } }
  @media screen and (min-width: 64em) {
    body {
      font-size: 1.1764705882rem; } }
  @media screen and (min-width: 100em) {
    body {
      font-size: 1.1578947368rem; } }

a {
  color: #8ac6f2;
  text-decoration: none;
  transition: color .1s, background-color .1s; }
  a:hover, a:active, a:focus {
    color: #5a97e8;
    text-decoration: none; }

.typeset p a, .typeset li a {
  /*background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 50%,lighten($linkColour,20%)
   * 50%);*/
  background-position: 0 93%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  text-shadow: 0.1rem 0 #242424, 0.15rem 0 #242424, -0.1rem 0 #242424, -0.15rem 0 #242424; }
  .typeset p a:hover, .typeset p a:active, .typeset p a:focus, .typeset li a:hover, .typeset li a:active, .typeset li a:focus {
    /*background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 50%,lighten($hoverColour,20%)
     * 50%);*/ }
.typeset p {
  line-height: 2rem;
  margin-bottom: 1.43999rem;
  padding-top: 0.56001rem;
  font-feature-settings: 'kern', 'onum', 'liga'; }
  @media screen and (min-width: 40em) {
    .typeset p {
      margin-bottom: 1.4007042857rem;
      padding-top: 0.5992957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset p {
      margin-bottom: 1.39599rem;
      padding-top: 0.60401rem; } }
  @media screen and (min-width: 64em) {
    .typeset p {
      margin-bottom: 1.3882252941rem;
      padding-top: 0.6117747059rem; } }
  @media screen and (min-width: 100em) {
    .typeset p {
      margin-bottom: 1.3820952632rem;
      padding-top: 0.6179047368rem; } }
.typeset h1, .typeset h2, .typeset h3, .typeset h4, .typeset h5, .typeset h6 {
  color: #f6f3e8;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  /* font-feature-settings: 'dlig', 'liga', 'lnum', 'kern'; */
  font-style: normal;
  font-weight: 700; }
.typeset h1, .typeset .alpha {
  line-height: 3rem;
  font-size: 2.3333333333rem;
  margin-bottom: 0.26999rem;
  padding-top: 0.73001rem; }
  @media screen and (min-width: 40em) {
    .typeset h1, .typeset .alpha {
      font-size: 2.1428571429rem;
      margin-bottom: 0.2071328571rem;
      padding-top: 0.7928671429rem; } }
  @media screen and (min-width: 50em) {
    .typeset h1, .typeset .alpha {
      font-size: 2.1333333333rem;
      margin-bottom: 0.20399rem;
      padding-top: 0.79601rem; } }
  @media screen and (min-width: 64em) {
    .typeset h1, .typeset .alpha {
      font-size: 2.3529411765rem;
      margin-bottom: 0.2764605882rem;
      padding-top: 0.7235394118rem; } }
  @media screen and (min-width: 100em) {
    .typeset h1, .typeset .alpha {
      font-size: 2.6315789474rem;
      margin-bottom: 0.3684110526rem;
      padding-top: 0.6315889474rem; } }
.typeset h2, .typeset .beta {
  line-height: 3rem;
  font-size: 2.0833333333rem;
  margin-bottom: 0.18749rem;
  padding-top: 0.81251rem; }
  @media screen and (min-width: 40em) {
    .typeset h2, .typeset .beta {
      font-size: 1.9rem;
      margin-bottom: 0.12699rem;
      padding-top: 0.87301rem; } }
  @media screen and (min-width: 50em) {
    .typeset h2, .typeset .beta {
      font-size: 1.8733333333rem;
      margin-bottom: 0.11819rem;
      padding-top: 0.88181rem; } }
  @media screen and (min-width: 64em) {
    .typeset h2, .typeset .beta {
      font-size: 2.0882352941rem;
      margin-bottom: 0.1891076471rem;
      padding-top: 0.8108923529rem; } }
  @media screen and (min-width: 100em) {
    .typeset h2, .typeset .beta {
      font-size: 2.3105263158rem;
      margin-bottom: 0.2624636842rem;
      padding-top: 0.7375363158rem; } }
.typeset h3, .typeset .gamma {
  line-height: 3rem;
  font-size: 1.8666666667rem;
  margin-bottom: 0.11599rem;
  padding-top: 0.88401rem; }
  @media screen and (min-width: 40em) {
    .typeset h3, .typeset .gamma {
      font-size: 1.7142857143rem;
      margin-bottom: 0.0657042857rem;
      padding-top: 0.9342957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset h3, .typeset .gamma {
      font-size: 1.7066666667rem;
      margin-bottom: 0.06319rem;
      padding-top: 0.93681rem; } }
  @media screen and (min-width: 64em) {
    .typeset h3, .typeset .gamma {
      font-size: 1.7647058824rem;
      margin-bottom: 0.0823429412rem;
      padding-top: 0.9176570588rem; } }
  @media screen and (min-width: 100em) {
    .typeset h3, .typeset .gamma {
      font-size: 1.8578947368rem;
      margin-bottom: 0.1130952632rem;
      padding-top: 0.8869047368rem; } }
.typeset h4, .typeset .delta {
  line-height: 2rem;
  font-size: 1.6666666667rem;
  margin-bottom: -0.45001rem;
  padding-top: 0.45001rem; }
  @media screen and (min-width: 40em) {
    .typeset h4, .typeset .delta {
      font-size: 1.5214285714rem;
      margin-bottom: -0.4979385714rem;
      padding-top: 0.4979385714rem; } }
  @media screen and (min-width: 50em) {
    .typeset h4, .typeset .delta {
      font-size: 1.5rem;
      margin-bottom: -0.50501rem;
      padding-top: 0.50501rem; } }
  @media screen and (min-width: 64em) {
    .typeset h4, .typeset .delta {
      font-size: 1.5705882353rem;
      margin-bottom: -0.4817158824rem;
      padding-top: 0.4817158824rem; } }
  @media screen and (min-width: 100em) {
    .typeset h4, .typeset .delta {
      font-size: 1.6368421053rem;
      margin-bottom: -0.4598521053rem;
      padding-top: 0.4598521053rem; } }
.typeset h5, .typeset .epsilon {
  line-height: 2rem;
  font-size: 1.4916666667rem;
  margin-bottom: -0.50776rem;
  padding-top: 0.50776rem; }
  @media screen and (min-width: 40em) {
    .typeset h5, .typeset .epsilon {
      font-size: 1.3714285714rem;
      margin-bottom: -0.5474385714rem;
      padding-top: 0.5474385714rem; } }
  @media screen and (min-width: 50em) {
    .typeset h5, .typeset .epsilon {
      font-size: 1.3666666667rem;
      margin-bottom: -0.54901rem;
      padding-top: 0.54901rem; } }
  @media screen and (min-width: 64em) {
    .typeset h5, .typeset .epsilon {
      font-size: 1.3235294118rem;
      margin-bottom: -0.5632452941rem;
      padding-top: 0.5632452941rem; } }
  @media screen and (min-width: 100em) {
    .typeset h5, .typeset .epsilon {
      font-size: 1.3157894737rem;
      margin-bottom: -0.5657994737rem;
      padding-top: 0.5657994737rem; } }
.typeset h6, .typeset .zeta {
  line-height: 2rem;
  font-size: 1.3333333333rem;
  margin-bottom: -0.56001rem;
  padding-top: 0.56001rem; }
  @media screen and (min-width: 40em) {
    .typeset h6, .typeset .zeta {
      font-size: 1.2142857143rem;
      margin-bottom: -0.5992957143rem;
      padding-top: 0.5992957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset h6, .typeset .zeta {
      font-size: 1.2rem;
      margin-bottom: -0.60401rem;
      padding-top: 0.60401rem; } }
  @media screen and (min-width: 64em) {
    .typeset h6, .typeset .zeta {
      font-size: 1.1764705882rem;
      margin-bottom: -0.6117747059rem;
      padding-top: 0.6117747059rem; } }
  @media screen and (min-width: 100em) {
    .typeset h6, .typeset .zeta {
      font-size: 1.1578947368rem;
      margin-bottom: -0.6179047368rem;
      padding-top: 0.6179047368rem; } }
.typeset ul, .typeset ol {
  line-height: 2rem;
  margin-bottom: 1.43999rem;
  padding-top: 0.56001rem; }
  @media screen and (min-width: 40em) {
    .typeset ul, .typeset ol {
      margin-bottom: 1.4007042857rem;
      padding-top: 0.5992957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset ul, .typeset ol {
      margin-bottom: 1.39599rem;
      padding-top: 0.60401rem; } }
  @media screen and (min-width: 64em) {
    .typeset ul, .typeset ol {
      margin-bottom: 1.3882252941rem;
      padding-top: 0.6117747059rem; } }
  @media screen and (min-width: 100em) {
    .typeset ul, .typeset ol {
      margin-bottom: 1.3820952632rem;
      padding-top: 0.6179047368rem; } }
  .typeset ul li, .typeset ol li {
    font-feature-settings: 'kern', 'onum', 'liga';
    margin-left: 2rem; }
    @media screen and (min-width: 40em) {
      .typeset ul li, .typeset ol li {
        margin-left: 0; } }
    .typeset ul li ol, .typeset ul li ul, .typeset ol li ol, .typeset ol li ul {
      padding-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 2rem; }
.typeset ol {
  list-style-type: none; }
  .typeset ol li {
    counter-increment: top-level; }
    .typeset ol li:before {
      content: counter(top-level) ".";
      font-feature-settings: 'lnum', 'tnum';
      margin-left: -3rem;
      position: absolute;
      text-align: right;
      width: 2em; }
    .typeset ol li ul li:before {
      content: ''; }
    .typeset ol li ul li ol li {
      counter-increment: alt-level; }
      .typeset ol li ul li ol li:before {
        content: counter(alt-level) "."; }
    .typeset ol li ol li {
      counter-increment: sub-level; }
      .typeset ol li ol li:before {
        content: counter(top-level) "." counter(sub-level); }
      .typeset ol li ol li ul li:before {
        content: ''; }
      .typeset ol li ol li ol li {
        counter-increment: sub-sub-level; }
        .typeset ol li ol li ol li:before {
          content: counter(top-level) "." counter(sub-level) "." counter(sub-sub-level); }
.typeset dl {
  line-height: 2rem;
  margin-bottom: 1.43999rem;
  padding-top: 0.56001rem; }
  @media screen and (min-width: 40em) {
    .typeset dl {
      margin-bottom: 1.4007042857rem;
      padding-top: 0.5992957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset dl {
      margin-bottom: 1.39599rem;
      padding-top: 0.60401rem; } }
  @media screen and (min-width: 64em) {
    .typeset dl {
      margin-bottom: 1.3882252941rem;
      padding-top: 0.6117747059rem; } }
  @media screen and (min-width: 100em) {
    .typeset dl {
      margin-bottom: 1.3820952632rem;
      padding-top: 0.6179047368rem; } }
  .typeset dl dt, .typeset dl dd {
    font-feature-settings: 'kern', 'onum', 'liga';
    margin-left: 2rem; }
    @media screen and (min-width: 40em) {
      .typeset dl dt, .typeset dl dd {
        margin-left: 0; } }
  .typeset dl dt {
    font-weight: 700; }
  .typeset dl dd + dt {
    padding-top: 1rem; }
.typeset table {
  line-height: 2rem;
  font-size: 1.1916666667rem;
  margin-bottom: -0.60676rem;
  padding-top: 0.60676rem;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  /*font-feature-settings: 'liga', 'lnum', 'tnum', 'kern';*/
  font-style: normal;
  font-weight: 400;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .typeset table {
      font-size: 1.0928571429rem;
      margin-bottom: -0.6393671429rem;
      padding-top: 0.6393671429rem; } }
  @media screen and (min-width: 50em) {
    .typeset table {
      font-size: 1.0866666667rem;
      margin-bottom: -0.64141rem;
      padding-top: 0.64141rem; } }
  @media screen and (min-width: 64em) {
    .typeset table {
      font-size: 0.9941176471rem;
      margin-bottom: -0.6719511765rem;
      padding-top: 0.6719511765rem; } }
  @media screen and (min-width: 100em) {
    .typeset table {
      font-size: 0.9263157895rem;
      margin-bottom: -0.6943257895rem;
      padding-top: 0.6943257895rem; } }
  .typeset table thead th {
    line-height: 2rem;
    font-size: 1.3333333333rem;
    margin-bottom: -0.56001rem;
    padding-top: 0.56001rem;
    padding-bottom: 1px; }
    @media screen and (min-width: 40em) {
      .typeset table thead th {
        font-size: 1.2142857143rem;
        margin-bottom: -0.5992957143rem;
        padding-top: 0.5992957143rem; } }
    @media screen and (min-width: 50em) {
      .typeset table thead th {
        font-size: 1.2rem;
        margin-bottom: -0.60401rem;
        padding-top: 0.60401rem; } }
    @media screen and (min-width: 64em) {
      .typeset table thead th {
        font-size: 1.1764705882rem;
        margin-bottom: -0.6117747059rem;
        padding-top: 0.6117747059rem; } }
    @media screen and (min-width: 100em) {
      .typeset table thead th {
        font-size: 1.1578947368rem;
        margin-bottom: -0.6179047368rem;
        padding-top: 0.6179047368rem; } }
.typeset b, .typeset strong, .typeset .bold {
  font-weight: 700; }
.typeset em, .typeset i, .typeset .italic {
  font-style: italic; }
.typeset small, .typeset .caption {
  font-size: 1.0666666667rem;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-style: normal;
  font-weight: 400; }
  @media screen and (min-width: 40em) {
    .typeset small, .typeset .caption {
      font-size: 0.9714285714rem; } }
  @media screen and (min-width: 50em) {
    .typeset small, .typeset .caption {
      font-size: 0.96rem; } }
  @media screen and (min-width: 64em) {
    .typeset small, .typeset .caption {
      font-size: 0.8823529412rem; } }
  @media screen and (min-width: 100em) {
    .typeset small, .typeset .caption {
      font-size: 0.8210526316rem; } }
.typeset small {
  line-height: 1rem; }
.typeset .caption {
  line-height: 2rem;
  margin-bottom: 1.35199rem;
  padding-top: 0.64801rem;
  color: #cae682; }
  @media screen and (min-width: 40em) {
    .typeset .caption {
      margin-bottom: 1.3205614286rem;
      padding-top: 0.6794385714rem; } }
  @media screen and (min-width: 50em) {
    .typeset .caption {
      margin-bottom: 1.31679rem;
      padding-top: 0.68321rem; } }
  @media screen and (min-width: 64em) {
    .typeset .caption {
      margin-bottom: 1.2911664706rem;
      padding-top: 0.7088335294rem; } }
  @media screen and (min-width: 100em) {
    .typeset .caption {
      margin-bottom: 1.2709373684rem;
      padding-top: 0.7290626316rem; } }
.typeset h1 + .caption, .typeset .alpha + .caption, .typeset h2 + .caption, .typeset .beta + .caption, .typeset h3 + .caption, .typeset .gamma + .caption {
  margin-top: -1rem; }
.typeset .delta + .caption, .typeset .epsilon + .caption, .typeset .zeta + .caption {
  margin-top: 0rem; }
.typeset blockquote p {
  border-left: 0.15rem solid #8ac6f2;
  font-style: italic;
  padding-left: 1rem;
  margin-bottom: 1.87999rem;
  padding-bottom: 0.56001rem; }
  @media screen and (min-width: 40em) {
    .typeset blockquote p {
      margin-bottom: 1.8014185714rem;
      padding-bottom: 0.5992957143rem; } }
  @media screen and (min-width: 50em) {
    .typeset blockquote p {
      margin-bottom: 1.79199rem;
      padding-bottom: 0.60401rem; } }
  @media screen and (min-width: 64em) {
    .typeset blockquote p {
      margin-bottom: 1.7764605882rem;
      padding-bottom: 0.6117747059rem; } }
  @media screen and (min-width: 100em) {
    .typeset blockquote p {
      margin-bottom: 1.7642005263rem;
      padding-bottom: 0.6179047368rem; } }
@media screen and (min-width: 40em) {
  .typeset blockquote {
    margin-left: -1rem; } }
.typeset hr {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #656565 50%);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  border: 0;
  margin: 0;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  #main-footer hr {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #cae682 50%); }
.typeset code, .typeset pre {
  background-color: #384048;
  font-family: Menlo, monospace; }
.typeset pre {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }
.typeset code {
  font-size: 1.0666666667rem;
  line-height: 1rem; }
  @media screen and (min-width: 40em) {
    .typeset code {
      font-size: 0.9714285714rem; } }
  @media screen and (min-width: 50em) {
    .typeset code {
      font-size: 0.96rem; } }
  @media screen and (min-width: 64em) {
    .typeset code {
      font-size: 0.8823529412rem; } }
  @media screen and (min-width: 100em) {
    .typeset code {
      font-size: 0.8210526316rem; } }
.typeset .upper {
  font-kerning: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }
.typeset .small-caps {
  font-feature-settings: 'smcp', 'kern';
  font-kerning: normal;
  letter-spacing: 0.1rem; }
.typeset .lining-numerals {
  font-feature-settings: 'lnum', 'kern'; }
.typeset .oldstyle-numerals {
  font-feature-settings: 'onum', 'kern'; }

.section {
  margin: 0 auto;
  position: relative;
  width: 94%; }
  .section:before, .section:after {
    display: table;
    content: ""; }
  .section:after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .section {
      max-width: 64.7058823529rem; } }
  @media screen and (min-width: 100em) {
    .section {
      max-width: 68.4210526316rem; } }

.single-measure {
  max-width: 41.6666666667rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .single-measure {
      max-width: 39.2857142857rem; } }
  @media screen and (min-width: 50em) {
    .single-measure {
      max-width: 40rem; } }
  @media screen and (min-width: 64em) {
    .single-measure {
      max-width: 40rem; } }
  @media screen and (min-width: 100em) {
    .single-measure {
      max-width: 39.4736842105rem; } }

.column {
  max-width: 41.6666666667rem;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .column {
      float: left;
      margin: initial;
      max-width: initial;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 64em) {
    .column {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 40em) {
  .column--duo {
    width: 50%; }
    .column--duo:nth-of-type(2n+3) {
      clear: left; }
    .column--duo:nth-of-type(n+3) {
      margin-top: 3rem; } }

@media screen and (min-width: 40em) {
  .column--trio {
    width: 33.333%; }
    .column--trio:nth-of-type(3n+4) {
      clear: left; }
    .column--trio:nth-of-type(n+4) {
      margin-top: 3rem; } }

@media screen and (min-width: 40em) {
  .column--quad {
    width: 50%; } }
@media screen and (min-width: 50em) {
  .column--quad {
    width: 25%; } }

@media screen and (min-width: 40em) {
  .column--main {
    max-width: 65%; } }
@media screen and (min-width: 50em) {
  .column--main {
    max-width: 65%; } }
@media screen and (min-width: 64em) {
  .column--main {
    max-width: 65%; } }
@media screen and (min-width: 100em) {
  .column--main {
    max-width: 63.5384615385%; } }

@media screen and (min-width: 40em) {
  .column--sidebar {
    max-width: 35%;
    padding-right: 2rem; } }
@media screen and (min-width: 50em) {
  .column--sidebar {
    max-width: 35%; } }
@media screen and (min-width: 64em) {
  .column--sidebar {
    max-width: 35%;
    padding-right: 4rem; } }
@media screen and (min-width: 100em) {
  .column--sidebar {
    max-width: 36.4615384615%; } }

@media screen and (min-width: 40em) {
  .column--main + .column--sidebar {
    padding-left: 2rem;
    padding-right: 1rem; } }
@media screen and (min-width: 64em) {
  .column--main + .column--sidebar {
    padding-left: 4rem;
    padding-right: 2rem; } }

@media screen and (min-width: 64em) {
  .column--trio p,
  .column--quad p,
  .column--sidebar p {
    line-height: 2rem;
    font-size: 0.9941176471rem;
    margin-bottom: 1.3280488235rem;
    padding-top: 0.6719511765rem; }
  .column--trio li,
  .column--quad li,
  .column--sidebar li {
    font-size: 0.9941176471rem; } }
@media screen and (min-width: 100em) {
  .column--trio p,
  .column--quad p,
  .column--sidebar p {
    line-height: 2rem;
    font-size: 0.9263157895rem;
    margin-bottom: 1.3056742105rem;
    padding-top: 0.6943257895rem; }
  .column--trio li,
  .column--quad li,
  .column--sidebar li {
    font-size: 0.9263157895rem; } }

@media screen and (min-width: 40em) {
  .column--right {
    max-width: 65%;
    margin-left: 35%; } }
@media screen and (min-width: 50em) {
  .column--right {
    max-width: 65%;
    margin-left: 35%; } }
@media screen and (min-width: 64em) {
  .column--right {
    max-width: 65%;
    margin-left: 35%; } }
@media screen and (min-width: 100em) {
  .column--right {
    max-width: 63.5384615385%;
    margin-left: 36.4615384615%; } }
@media screen and (min-width: 40em) {
  .column--right .sidenote {
    max-width: 35%;
    left: 0;
    padding-left: 1rem;
    padding-right: 2rem;
    position: absolute; } }
@media screen and (min-width: 50em) {
  .column--right .sidenote {
    max-width: 35%; } }
@media screen and (min-width: 64em) {
  .column--right .sidenote {
    max-width: 35%;
    padding-right: 4rem; } }
@media screen and (min-width: 100em) {
  .column--right .sidenote {
    max-width: 36.4615384615%;
    padding-left: 2rem; } }

@media screen and (min-width: 40em) {
  .column--left {
    max-width: 65%; } }
@media screen and (min-width: 50em) {
  .column--left {
    max-width: 65%; } }
@media screen and (min-width: 64em) {
  .column--left {
    max-width: 65%; } }
@media screen and (min-width: 100em) {
  .column--left {
    max-width: 63.5384615385%; } }
@media screen and (min-width: 40em) {
  .column--left .sidenote {
    max-width: 35%;
    left: 65%;
    padding-left: 2rem;
    padding-right: 1rem;
    position: absolute; } }
@media screen and (min-width: 50em) {
  .column--left .sidenote {
    max-width: 35%;
    left: 65%; } }
@media screen and (min-width: 64em) {
  .column--left .sidenote {
    max-width: 35%;
    left: 65%;
    padding-left: 4rem; } }
@media screen and (min-width: 100em) {
  .column--left .sidenote {
    max-width: 36.4615384615%;
    left: 63.5384615385%;
    padding-right: 2rem; } }

.typeset.show-grid {
  background-image: linear-gradient(to bottom, cyan 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1rem; }

/* some standard styling, non grid related */
body {
  background: #242424;
  color: #f6f3e8;
  padding: 0 1em; }

a:hover {
  border-bottom: thin solid #5a97e8; }

#top-nav {
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  border-bottom: thin solid #656565;
  padding: 1rem 0 0.5rem; }
  #top-nav ul {
    list-style-type: none; }
    #top-nav ul li {
      float: left;
      margin-right: 3rem; }

#main-header {
  /*border-bottom: thin solid #656565;*/
  margin: 1rem 0 1rem 0; }
  #main-header h1 {
  font-family: Consolas, "Lucida Console", Monaco, monospace; }
  #main-header p {
    font-style: italic; }

/*
.panel {
	background-color: #efefef;
	padding: 10px;
}
*/
#main-footer {
  padding: 10px; }

.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

/****
 * GRID LAYOUT
 ****/
@media (min-width: 550px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(12, [col] 1fr);
    grid-template-rows: repeat(5, [row] auto);
    grid-column-gap: 1em;
    grid-row-gap: 15px; }

  #top-nav {
    grid-column: col / span 12;
    grid-row: row 1; }

  #main-header {
    grid-column: col / span 12;
    grid-row: row 2; }

  #main-footer {
    grid-column: col / span 12;
    grid-row: row 4; }

  #content {
    grid-column: col / span 12;
    grid-row: row 3; }

  /*
  .panel {
      grid-column: col / span 4;
      grid-row: row 3 ;
  }
  */ }
