@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

  /* End of normalize? */

  /* Styling */

  :root {
    --font-serif: "jaf-lapture", serif;
    --font-sans-serif: "supria-sans-condensed", sans-serif;
    --font-mono: "inconsalata",monospace;
    
    /* --font-xs: 0.25rem;
    --font-s: 16px;
    --font-m: 1.1rem;
    --font-l: 1.5rem;
    --font-lh: 1.5rem;
    --font-sansmatch: 0.95rem; */
    
    /* --unit-maxwidth-text: 35em;
    --unit-line-height: 1.4em; */
    
    --dark-grey: #191a17;
    --light-grey: #F3F3F6;
    --footer-background :#f1f0ec;
    --ada-gold: #8C6123;
    --dark-gold: #BC8230;
    --medium-gold: #DABC8E;
    --white: #ffffff;
    --dark-purple: #3D348B;
    --light-purple: #5B5DE9;
    --dark-orange: #F35B04;
    --light-orange: #F18701;
  
    
    /* --spacing-max-width: 36rem;
    --spacing-xs: calc(var(--font-lh) * 0.25);
    --spacing-s: calc(var(--font-lh) * 0.5);
    --spacing-m: var(--font-lh);
    --spacing-l: calc(var(--font-lh) * 3);
    --spacing-xl: calc(var(--font-lh) * 6);
    --spacing-letter: 0.3em;
    --spacing-sidebar: 33.33vh; */
    }

* {
  box-sizing: border-box;
  font-feature-settings: 'ss02';
  -moz-font-smoothing: grayscale; } /* Is this reduntant with below? */

html {
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font-serif);
  background-color: var(--light-grey);
	color: var(--dark-grey) !important;
  overflow-x: hidden;
  transition: transform, .25s, ease-out; }

img {
  max-width: 100%;
  display: block;
  /* Below, reset or style? */
  width: 100%;
  padding: 0; }

img.full-width {
  max-width: none;
  width: 100%;
  padding: 0; }
  @media only screen and (min-width: 38.4em) {
    img.full-width {
      max-width: none;
      width: 200%;
      padding: 0; } }
  @media only screen and (min-width: 64em) {
    img.full-width {
      max-width: none;
      width: 200%;
      padding: 0; } }

  @media only screen and (min-width: 38.4em) {
    img.rulebook-cover {
      max-width: 225px;
      max-height: 225px;
      width: auto;
      height: auto; } }

html {
  font-family: var(--font-serif);
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
strong {
  font-weight: bold; }

.medium {
  font-weight: bold; }

i,
em {
  font-style: italic; }

/* LINKS */

a,
a span {
  color: inherit;
  text-decoration: none;
  position: relative;
}

a:link,
a:visited {
  color:var(--light-purple);
  text-decoration: none;
}

.nav a:link,
.nav a:visited {
	color:#191a17;
	text-decoration: none;
}

a:hover,
a:active,
a.active:link,
a.active:visited,
a.hover h6 {
	text-decoration: none;
	border: none;
  color: var(--dark-purple);
	border-bottom:solid 1px var(--dark-purple);
}

.prev-next a:link.prev-next__element--next,
.prev-next a:visited.prev-next__element--next {
	color: var(--white) !important;
	text-decoration: none;
}

.prev-next a:link.prev-next__element--prev,
.prev-next a:visited.prev-next__element--prev {
	color: var(--dark-purple) !important;
	text-decoration: none;
}

.prev-next a:hover.prev-next__element--next,
.prev-next a:active.prev-next__element--next,
.prev-next a.active:link.prev-next__element--next,
.prev-next a.active:visited.prev-next__element--next {
	color:var(--white) !important;
	text-decoration: none;
	border: none;
	background-color: var(--light-purple) !important;
}

.prev-next a:hover.prev-next__element--prev,
.prev-next a:active.prev-next__element--prev,
.prev-next a.active:link.prev-next__element--prev,
.prev-next a.active:visited.prev-next__element--prev {
	color:var(--light-purple) !important;
	text-decoration: none;
	border: none;
}

.main-footer a {
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .5px;
  font-family: var(--font-sans-serif);
}

.main-footer a:hover,
.main-footer a:active,
.main-footer a.active:link,
.main-footer a.active:visited {
  border: none;
}

/* Index Link Styles   */

a.index-link-label {
	position: relative;
  display: inline-block;
	font-family: var(--font-sans-serif);
	font-size: .7rem;
	font-weight: 700;
	margin-left: 2px;
	padding: 1px 8px 0 8px;
	background-color: var(--dark-purple);
	border-radius: 5px; }

a:link.index-link-label,
a:visited.index-link-label{
	color: #F3F3F6 !important;
 text-decoration: none;
}

a.index-link-label:hover,
a.index-link-label:active,
a.index-link-label.active:link,
a.index-link-label.active:visited {
	text-decoration: none;
	border: none;
	background-color: var(--light-purple);
}

/* From my other site, different link style that avoids text decenders */

/*a:hover::after,
a:hover span::after,
a.active:link::after,
a.active:visited::after,
a.underline:link::after,
a.underline:visited::after {
 content:'';
 position:absolute;
 width: 100%;
 height: 0;
 left:0;
 bottom: 2px;
}

a.underline:link::after,
a.underline:visited::after {
 border: none;	
}

a:hover::after,
a:hover span::after,
a.active:link::after,
a.active:visited::after,
a.underline:hover::after,
a.underline:active::after {
 border-bottom:solid 1px var(--dark-gold);
 border: none;  }

a.no-underline::after,
a.no-underline span::after {
	 border: none; }

a.no-underline,
a.no-underline span {
	 border: none; }

a.no-link {
	color:#231F20; }*/

/*p a:hover,
p a:active,
p a.active:link,
p a.active:visited  {
	border-bottom: none;
	background-image: linear-gradient(to bottom, #0000ff 0, #0000ff 100%);
	background-repeat: repeat-x;
	background-size: 0.1rem 0.1rem;
	text-shadow: 3px 0 #f1f0ec, 2px 0 #f1f0ec, 1px 0 #f1f0ec, -1px 0 #f1f0ec, -2px 0 #f1f0ec, -3px 0 #f1f0ec;
	background-position: 0 .905rem; }
	@media screen and (max-width: 700px) {
		p a:link, p a:visited, p a:active, p a:hover {
		  color: #0000ff; } }*/

/*h3 a:hover,
h3 a:active,
h3 a.active:link,
h3 a.active:visited  {
	border-bottom: none;
	background-image: linear-gradient(to bottom, var(--dark-gold) 0, var(--dark-gold) 100%);
	background-repeat: repeat-x;
	background-size: 0.09rem 0.09rem;
	text-shadow: 5px 0 #f1f0ec, 4px 0 #f1f0ec, 3px 0 #f1f0ec, 2px 0 #f1f0ec, 1px 0 #f1f0ec, -1px 0 #f1f0ec, -2px 0 #f1f0ec, -3px 0 #f1f0ec;
	background-position: 0 1.1rem; }
	@media screen and (max-width: 700px) {
		h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
		  color: var(--dark-gold); } }

/* Rules link? */

span.rules-link {
	font-family: var(--font-sans-serif);	
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: 0.05rem;
  	text-transform:uppercase;
	margin-bottom: 2em;
	display:block;
}
	@media only screen and (min-width: 51.2em) {
    	span.rules-link {
			display: inline;
    		margin-left:1em; } }
  	@media only screen and (min-width: 64em) {
		span.rules-link {
      		 } }

/* Body Text & Typography   */

.body-text {
  font-size: 0.8rem;
  line-height: 1.5; }
  @media only screen and (min-width: 38.4em) {
    .body-text {
      font-size: 1rem;
      line-height: 1.5; } }
  .body-text h1 {
    font-size: 1.6rem;
    line-height: 1.2; }
    @media only screen and (min-width: 38.4em) {
      .body-text h1 {
        font-size: 2rem;
        line-height: 1.2; } }
  .body-text h2 {
    font-size: 1.4rem;
    line-height: 1.4; }
    @media only screen and (min-width: 38.4em) {
      .body-text h2 {
        font-size: 1.6rem;
        line-height: 1.2; } }
  .body-text h3 {
    font-size: 1.2rem;
    line-height: 1.4; }
    @media only screen and (min-width: 38.4em) {
      .body-text h3 {
        font-size: 1.4rem;
        line-height: 1.2; } }
  .body-text h4 {
    font-size: 1rem;
    line-height: 1.4; }
    @media only screen and (min-width: 38.4em) {
      .body-text h4 {
        font-size: 1.2rem;
        line-height: 1.2; } }
  .body-text h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-variant: small-caps;
    letter-spacing: .25px; }
  .body-text h6 {
    font-family: var(--font-sans-serif);	
    letter-spacing: 0.02rem;
    text-transform:uppercase; }
    
  h6 {
    font-family: var(--font-sans-serif);
    font-size: .8rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;	
  }

  p, li {
    font-weight: 300;
    font-size: .9rem; }
    @media only screen and (min-width: 38.4em) {
    p, li {
      font-size: 1rem; } }

  .body-text h1,
  .body-text h3,
  .body-text h4,
  .body-text h5,
  .body-text h6,
  .body-text p,
  .body-text ul,
  .body-text ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .body-text h2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .body-text h1 + h2 {
    margin-top: 1.5rem; }
  .body-text ul,
  .body-text ol {
    padding-left: 0; }
  .body-text ol ul,
  .body-text ul ol,
  .body-text ul ul,
  .body-text ol ol {
    margin-top: .5em;
    margin-bottom: 1.5em; }
  .body-text ul {
    list-style: none; }
    .body-text ul li,
    .body-text ol li {
      position: relative;
      margin-top: 1.5rem;
      margin-left: 0;
      padding-left: .7em; }
      .body-text ul li:before {
        position: absolute;
        top: .7em;
        left: 0;
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 50%;
        background-color: currentcolor;
        content: ''; }
  .body-text ol li {
    margin-left: 1.2em; }
  .body-text ul.collapse-top li,
  .body-text ol.collapse-top li {
    margin-top: 0; }
  .body-text section:not(:first-of-type) {
    margin-top: 4em; }
  /* .body-text a {
    text-decoration: underline; } */
  .body-text input,
  .body-text button {
    font-family: var(--font-serif) }
  .body-text :last-child {
    margin-bottom: 0; }

  /* Body Text Modifications */

 h6.collapse-top {
    margin-top: .5rem;
  }

  h1.collapse-bottom,
  h2.collapse-bottom,
  h3.collapse-bottom {
    margin-bottom: .5rem;
  }

 .errata {
  padding: 5px 3px;
  background-color: var(--white);
 }

/* Anchor Link Padding Adjustment */

h2 {
	padding-top: 1.5rem; }
	@media only screen and (min-width: 38.4em) {
		h2 {
			padding-top: 1.5rem; } }
	@media only screen and (min-width: 64em) {
		h2 {
			padding-top: 2rem; } }

h3 {
	padding-top: 1.5rem; }
	@media only screen and (min-width: 38.4em) {
		h3 {
			padding-top: 1.5rem; } }
	@media only screen and (min-width: 64em) {
		h3 {
			padding-top: 2rem; } }

/* Rulebook Adjustments */

.rulebook-content blockquote {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: 1.5rem;
  letter-spacing: normal;
  margin: 4rem auto;
  font-style: italic
}

.rulebook-content blockquote cite {
  display: block;
  font-style: normal;
  font-feature-settings: 'smcp' 1;
  text-transform: lowercase
}

hr {
	border: 0;
    height: 1px;
    background: #999;
}

hr.featured-games	{
	margin-top:3rem;
}

hr.section-break-hr {
	margin: .75rem 0; }

hr.grid-hr {
  margin-top: 4.5rem;
  margin-bottom: 6rem; }

.caption {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: .75em;
	font-style: italic;
	color: #555;
	margin-top:.5rem;
}

.note {
	padding: 24px;
  color: var(--dark-grey);
	background-color: var(--white);
	border-radius: 10px;
}

.note span {
	font-weight: 600;
	display: block;
	font-size: .9rem;
	margin-bottom: .25rem;
}

.rulebook-content ul.table-of-contents {
		margin:0 0 .5em 0;
}

ul.index-list li {
	padding-left: 0;
}

table {
  margin-bottom: 1.5rem;
}

table, tr, th {
	font-family: var(--font-serif);	
	font-weight: 300;
	font-size: 1rem;
	border: 1px solid;
}

tr {
	height: 3rem;
}

th {
	padding: 8px;
}

.limit-line-length {
  max-width: 24rem; }

.limit-line-length-inside h1,
.limit-line-length-inside h2,
.limit-line-length-inside h3,
.limit-line-length-inside h4,
.limit-line-length-inside p,
.limit-line-length-inside ul,
.limit-line-length-inside ol {
  max-width: 40rem; }

.nowrap {
  white-space: nowrap; }

/* Specific Typography */

h1.site-title {
  font-size: 1.3rem;
  margin-bottom: .25rem; }
  @media only screen and (min-width: 22em) {
		h1.site-title {
			font-size: 1.5rem; } }
	@media only screen and (min-width: 38.4em) {
		h1.site-title {
			font-size: 2rem; } }
	@media only screen and (min-width: 64em) {
		h1.site-title {
			font-size: 2.4rem; } }

h2.site-name-subhead {
	font-family: var(--font-sans-serif);	
	font-weight: 300;
	font-size: .9rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
	padding-top: .5rem;
  	margin: 0; }
	@media only screen and (min-width: 38.4em) {
		h2.site-name-subhead {
			font-size: 1rem;
			letter-spacing: .2rem; } }
	@media only screen and (min-width: 64em) {
		h2.site-name-subhead {
			font-size: 1rem; } }

h3.site-intro {
	font-weight: 500;
	font-size: 1rem;
	line-height: 150%; }
	@media only screen and (min-width: 38.4em) {
		h3.site-intro {
			font-size: 1.2rem; } }
	@media only screen and (min-width: 64em) {
		h3.site-intro {
			font-size: 1.4rem; } }

h5.game-grid-title {
	padding-top: 0;
	margin: .5rem 0 .25rem 0;
	font-weight: 500;
}

h6.game-grid-name {
  font-size: .8rem;
}

h2 i.material-icons,
h3 i.material-icons,
h4 i.material-icons,
h5 i.material-icons,
h6 i.material-icons,
div.note i.material-icons {
  font-size:.9em !important;
  vertical-align:-2px;
  line-height: .5em !important; }

.index-col p {
	font-size: .8em;
}

.index-col ul {
	text-align: left;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-padding-start: 0; }

.index-col li {
    font-size: .9rem;
    letter-spacing: .03rem;
    line-height: 1.5;
	  margin-top: 0; }
    @media only screen and (min-width: 600px) {
    .index-col li {
      font-size: 1rem;
      line-height: 1.5; } }  	

.toc-col p {
	font-size:.8em;
}

.toc-col ul {
	text-align: left;
	list-style-type:none;
	-webkit-margin-before:0;
	-webkit-padding-start:0; }

.toc-col li {
    font-size: 1rem;
    /* letter-spacing: .03rem; */
    line-height: 1.5;
	margin-top: 0; }
    @media only screen and (min-width: 600px) {
    p {
    font-size: 1rem;
    line-height: 1.5; } }

ul.index-list ul {
	padding-left:30px;
	margin-bottom: 0; }

ul.index-list li {
	font-family: var(--font-serif);
	margin-bottom: .5em; }

ul.index-list ul li {
	line-height: 1.2rem;
	margin-bottom:.5em; }

.game-grid-item {
	font-family: var(--font-sans-serif);	
	font-weight: 300;
	font-size: 1rem;
	letter-spacing: 0.05rem;
  	text-transform:uppercase;
	margin-bottom: 2em; }

.game-grid-item img {
	width:100%;
}

.game-title {
	}
	@media screen and (max-width: 700px) {
	.game-title {
	   margin-top: 2rem;
		} }

.game-info {
	}
	@media screen and (max-width: 700px) {
	.game-info {
		margin-bottom:1rem;	
		} }

.game-content-list {
	margin-top: .5rem;
}

.game-description {
  margin-top: .5rem;
}

.game-content-list,
.game-info {
  max-width: 40rem;
}

.prev-next {
	font-family:  var(--font-serif);	
	font-weight: 400;
	font-size: .7rem;
	letter-spacing: 0.01rem;
}

.prev-next__extended {
	display: none; }
	@media only screen and (min-width: 32em) {
		.prev-next__extended {
			display: initial; } }
	@media only screen and (min-width: 64em) {
		.prev-next__extended {
			display: none; } }
	@media only screen and (min-width: 90em) {
		.prev-next__extended {
			display: initial; } }

/* Columns */

.two-columns {
	column-count: 1;
	column-gap: 2rem; }
	@media only screen and (min-width: 30em) {
	  .two-columns {
			column-count: 2;
			column-gap: 2rem;  } }

.index-col {
	margin-top:1.5rem;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1; }
	@media only screen and (min-width: 38.4em) {
		.index-col {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2; } }
	@media only screen and (min-width: 64em) {
		.index-col {
			-moz-column-count: 3;
			-webkit-column-count: 3;
			column-count: 3; } }

.toc-col {
	margin-top:1.5rem;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1; }
	@media only screen and (min-width: 38.4em) {
		.toc-col {
			-moz-column-count: 1;
			-webkit-column-count: 1;
			column-count: 1; } }
	@media only screen and (min-width: 64em) {
		.toc-col {
			-moz-column-count: 1;
			-webkit-column-count: 1;
			column-count: 1; } }

/* Back to Top Sticky Button */

div.toparrow {
	text-decoration: none;
  position: fixed;
  bottom: 1.5rem;
  right: 5%;
  text-align: left;
  font-size: 14px;
  font-family: var(--font-sans-serif);
  z-index: 2;
}

@media only screen and (min-width: 51.2em) {
    div.toparrow {
      right: 15%; } }
  @media only screen and (min-width: 64em) {
    div.toparrow {
      right: 40%; } }

.text {
  text-transform: uppercase;
  opacity: 0;
}

.up:hover .text {
  opacity: 1 !important;
}

@media (max-width: 983px) {
  .text {
    display: none;
  }
  .up {
  	font-size: 24px;
  }
}

div.toparrow {
	text-decoration: none;
  position: fixed;
  bottom: 1.5rem;
  right: 5%;
  text-align: left;
  font-size: 14px;
  font-family: var(--font-sans-serif);
  z-index: 2;
}

@media only screen and (min-width: 51.2em) {
    div.toparrow {
      right: 15%; } }
  @media only screen and (min-width: 64em) {
    div.toparrow {
      right: 40%; } }

.text {
  text-transform: uppercase;
  opacity: 0;
}

.up:hover .text {
  opacity: 1 !important;
}

@media (max-width: 983px) {
  .text {
    display: none;
  }
  .up {
  	font-size: 24px;
  }
}

/* Buttons */

/* What is this? */
.butn {
  background: var(--ada-gold);
  font-family: var(--font-sans-serif);
  font-weight: 400;
  color: var(--white);
  font-size: 18px;
  padding: 12px 20px 10px 20px;
  text-decoration: none;
  letter-spacing: .05em;
}

.butn:hover {
  background: #0E4749;
  text-decoration: none;
}

/* Actual buttons */

.btn {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-family: inherit;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  padding: .35em 1.5em; }

.btn--default {
  background-color: var(--dark-purple);
  color: var(--white); }

.btn--lg {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 1.5em 2em; }
  @media only screen and (min-width: 38.4em) {
    .btn--lg {
      font-size: 1rem;
      line-height: 1.5;
      padding: 2em 3em; } }

.btn--wide {
  min-width: 100%; }
  @media only screen and (min-width: 51.2em) {
    .btn--wide {
      min-width: 360px; } }

.btn--cropped {
  padding-left: 0;
  padding-right: 0;
  min-width: 0; }

.btn--custom-inverted {
  color: #FFFFFF; }

.btn--link {
  color: #FFFFFF;
  background: transparent; }

.btn--reset {
  background: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0; }

.btn--body-text {
  border-radius: 1em;
  margin-left: .15em;
  margin-right: .15em;
  padding: .15em .75em;
  margin-top: -.2em; }

.btn__icon {
  margin-right: 0.75em; }

/* Remove button border radius, work into styles above */

button {
  border-radius: 0px;
}

.btn {
  border-radius: 0px;
}

/* ? */

.label {
  font-size: 0.7rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75em;
  margin-top: -.2em;
  padding: 0 .5em; 
  font-family: var(--font-sans-serif);
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--light-purple);}

.list-reset {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.main-footer {
  font-size: 0.7rem;
  line-height: 1.5;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 51.2em) {
    .main-footer {
      padding-top: 0; } }
  @media only screen and (min-width: 64em) {
    .main-footer {
      padding-top: 3rem;
      padding-bottom: 2.25rem; } }

.cookieconsent-padding {
  display: none;
  height: 200px; }
  @media only screen and (min-width: 21em) {
    .cookieconsent-padding {
      height: 140px; } }
  @media only screen and (min-width: 38.4em) {
    .cookieconsent-padding {
      height: 60px; } }
  @media only screen and (min-width: 64em) {
    .cookieconsent-padding {
      height: 40px; } }

.main-header {
  padding-top: 1.5rem;
  min-height: 5rem; }
  @media only screen and (min-width: 38.4em) {
    .main-header {
      padding-top: 2rem;
      min-height: 7rem; } }
  @media only screen and (min-width: 64em) {
    .main-header {
      padding-top: 3rem;
      min-height: 9rem; } }

.main-header__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-variant: small-caps;
  letter-spacing: .07rem;
  font-size: 0.8rem;
  line-height: 1.5; }
  @media only screen and (min-width: 38.4em) {
    .main-header__title {
      font-size: 1rem;
      line-height: 1.5; } }
  @media only screen and (min-width: 51.2em) {
    .main-header__title {
      margin-top: -.45em; } }

.main-header__logo.main-header__logo {
  display: none; }
  @media only screen and (min-width: 51.2em) {
    .main-header__logo.main-header__logo {
      display: flex; } }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

@media only screen and (min-width: 51.2em) {
  .has-nav {
    padding-left: 4rem; } }

@media only screen and (min-width: 51.2em) {
  .has-nav:not(.nav-is-hidden) {
    overflow: hidden; } }

.nav {
  font-family: var(--font-serif);
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: .07rem;
  overflow-x: hidden;
  font-size: 0.8rem;
  line-height: 1.5; }
  @media only screen and (min-width: 51.2em) {
    .nav {
      padding: 2rem !important;
      position: relative; } }
  @media only screen and (min-width: 64em) {
    .nav {
      padding: 3rem !important;
      font-size: .9rem;
      line-height: 1.5; } }
  .nav-is-initialized .nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5; }
    @media only screen and (min-width: 51.2em) {
      .nav-is-initialized .nav {
        height: 100%;
        overflow-y: auto;
        position: fixed;
        left: 4rem; } }
  .nav-is-hidden .nav {
    display: none; }

.nav-is-initialized .nav::after, .nav-is-initialized
.nav-title:after {
  content: "";
  background-color: var(--light-grey);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5; }

.nav-is-hidden .nav::after, .nav-is-hidden
.nav-title:after {
  transform: translateY(-100%); }
  @media only screen and (min-width: 51.2em) {
    .nav-is-hidden .nav::after, .nav-is-hidden
    .nav-title:after {
      transform: translateX(-100%); } }

.nav::after {
  z-index: -1 !important; }
  @media only screen and (min-width: 51.2em) {
    .nav::after {
      display: none; } }

@media only screen and (max-width: 51.2em) {
  .nav-title:after {
    display: none; } }

.nav__content {
  position: relative;
  display: flex; }
  @media only screen and (min-width: 51.2em) {
    .nav__content {
      width: 36rem; } }
  @media only screen and (min-width: 64em) {
    .nav__content {
      width: 36rem; } }

.nav__container {
  padding: 1.5rem;
  flex: 1; }
  @media only screen and (min-width: 51.2em) {
    .nav__container {
      margin-top: .2em;
      padding: 0; } }

.nav--subnav-is-visible .nav__container--primary {
  display: none; }
  @media only screen and (min-width: 51.2em) {
    .nav--subnav-is-visible .nav__container--primary {
      display: block; } }

.nav__container--secondary {
  display: none; }
  @media only screen and (min-width: 51.2em) {
    .nav__container--secondary {
      display: block; } }
  .nav--subnav-is-visible .nav__container--secondary {
    display: block; }

.nav__list {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  list-style: none; }

.nav__subnav:not(.nav__subnav--active) {
  display: none; }

.nav__hide-chapter {
  color: black;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 51.2em) {
    .nav__hide-chapter {
      display: none !important; } }

.nav__section-title {
  color: var(--dark-grey);
  font-weight: 400;
  line-height: 1.5;
  /* display: none; */
  margin-top: 1.7rem;
  margin-bottom: 0.7rem; }
  @media only screen and (min-width: 51.2em) {
    .nav__section-title {
      display: block; } }

nav li span.section-id {
  font-weight: bold;
  font-size:.55rem;
  letter-spacing: .02rem; }

.nav__section-title:first-of-type {
  margin-top:0; }

.nav__list-item + .nav__list-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.nav__link {
  position: relative;
  color: #000000; }
  .nav__link:focus {
    border-bottom: 1px solid #000000;
    outline-style: none; }

.nav__link--active {
  border-bottom: 1px solid #000000; }

.nav__link--has-subnav::after {
  position: absolute;
  top: -.25em;
  right: -.55em;
  content: " ›"; }

.nav-title__button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 7;
  background-color: transparent;
  padding: 0;
  outline-style: none; }
  @media only screen and (min-width: 38.4em) {
    .nav-title__button {
      top: 2rem; } }
  @media only screen and (min-width: 51.2em) {
    .nav-title__button {
      position: fixed;
      top: 0;
      right: auto;
      left: 0;
      bottom: 0;
      width: 4rem;
      background-color: var(--dark-purple);
      color: #FFFFFF; } }
  @media only screen and (min-width: 51.2em) {
    .nav-is-hidden .nav-title__button {
      background-color: var(--light-orange) } }

@media only screen and (min-width: 51.2em) {
  .nav-title__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column; } }

@media only screen and (min-width: 64em) {
  .nav-title__content {
    padding-top: 3rem; } }

.nav-title__label {
  font-family: var(--font-serif);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0.65em;
  margin-top: -1rem;
  display: none;
  transform: rotate(-90deg);
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.5; }
  @media only screen and (min-width: 51.2em) {
    @supports (transform: rotate(-90deg)) {
      .nav-title__label {
        display: block;
        left: -.01em; } } }
  @media only screen and (min-width: 64em) {
    .nav-title__label {
      font-size: .85rem;
      line-height: 1.5;
      left: -.25em; } }
  .nav-is-hidden .nav-title__label {
    color: #191a17; }

.nav-title__label--vertical-mode {
  transform: rotate(0deg);
  writing-mode: vertical-lr;
  left: .5em; }

.nav-title__icon-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 1.3rem;
  width: 1.3rem;
  overflow: hidden; }

.nav-title__icon-wrapper:focus {
  outline: none !important; }

.nav-title__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.nav-title__icon--open {
  opacity: 0;
  transform: translateX(-100%); }
  .nav-is-hidden .nav-title__icon--open {
    opacity: 1;
    transform: translateX(0); }

.nav-title__icon--close {
  opacity: 1;
  transform: rotate(0); }
  .nav-is-hidden .nav-title__icon--close {
    opacity: 0; }

.nav-title__icon--close .close-x {
  stroke: #191a17;
  fill: transparent;
  stroke-width: 2; }
  @media only screen and (min-width: 51.2em) {
    .nav-title__icon--close .close-x {
      stroke: #ffffff; } }
  @media only screen and (min-width: 64em) {
    .nav-title__icon--close .close-x {
      stroke: #ffffff; } }

/* What is this? */

span.section-id {
  font-weight: bold;
  font-size:1rem;
  letter-spacing: .05rem;
}

/* Prev / Next */

.prev-next {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 51.2em) {
    .prev-next {
      /*padding: 3rem;*/ } }
  @media only screen and (min-width: 64em) {
    .prev-next {
      flex-direction: row;
      padding-top: 4rem;
      padding-bottom: 4rem;
      /*padding-left: 6rem;*/
      padding-right: 6rem; } }

.prev-next__element--next {
  order: -1; }
  @media only screen and (min-width: 64em) {
    .prev-next__element--next {
      order: initial;
      margin-left: auto; } }

.prev-next__extended {
  display: none; }
  @media only screen and (min-width: 38.4em) {
    .prev-next__extended {
      display: initial; } }

/* Adapted from https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
/* Default focus outlines are preserved for accessibility. */
/* in a real project I would discuss focus style options with the design team */
.range {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  padding: 0;
  /* Required for IE */ }

.range::-webkit-slider-thumb {
  -webkit-appearance: none; }

.range::-ms-track {
  width: 100%;
  cursor: pointer;
  height: 1.5em;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

/* Styling for WebKit/Blink */
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
  margin-top: -8px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ }

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #666666; }

/* Styling for Firefox */
.range::-moz-range-thumb {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer; }

.range::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #666666; }

/* Styling for IE/Edge */
.range::-ms-thumb {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer; }

.range::-ms-fill-lower,
.range::-ms-fill-upper {
  height: 4px;
  cursor: pointer;
  background: #666666; }

.ribbon {
  position: relative; }
  @media only screen and (min-width: 51.2em) {
    .ribbon {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }

.ribbon--rigid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.ribbon__element {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }

.ribbon__element--padded {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

@media only screen and (min-width: 38.4em) {
  .ribbon__title {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; } }


/* Is this a duplicate?     */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 28.8em) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only screen and (min-width: 51.2em) {
    .container {
      padding-left: 3rem;
      padding-right: 3rem; } }

.container__ab {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 28.8em) {
    .container__ab {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only screen and (min-width: 51.2em) {
    .container__ab {
      padding-left: 3rem;
      padding-right: 3rem; } }

.container--max-width {
  max-width: 72rem; }
  @media only screen and (min-width: 51.2em) {
    .container--max-width {
      padding-left: 4rem;
      padding-right: 4rem; } }

@media only screen and (min-width: 72em) {
  .text-container {
    width: 50%; } }

.widget,
.widget-video {
  margin-top: 3em;
  margin-bottom: 3em; }

@media only screen and (min-width: 64em) {
  .text-container .widget:not(.widget--small) {
    width: 200%; } }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.hidden {
  display: none; }

/* Masonry */   

.js-masonry img {
  margin: 0 auto 1em auto;
  max-width: 175px;
  max-height: 200px;
  width: auto;
  height: auto; }
  @media screen and (max-width: 700px) {
    .js-masonry img {
      max-width: 100%; } }  

.js-masonry span {
	/*display:block;*/ }

.row.js-masonry {
  margin-top:3rem; }

.game-grid-item a:hover img {
  outline:solid 4px var(--light-purple);
}
