@charset "UTF-8";
/* */
@font-face {
  font-family: 'Anaheim';
  font-style: normal;
  font-display: fallback;
  src: url("/assets/font/Anaheim-VariableFont_wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: fallback;
  src: url("/assets/font/Oswald-VariableFont_wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Varta';
  font-style: normal;
  font-display: fallback;
  src: url("/assets/font/Varta-VariableFont_wght.ttf") format("truetype"); }
/* end / maximum values for screen sizes */
/* Normalise, copied from spectre */
/* Manually forked from Normalize.css */
/* 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: serif;
  /* 1 */
  -ms-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; }

/**
 * 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 */ }

/* 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; }

/**
 * Modify default styling of address.
 */
address {
  font-style: normal; }

/**
 * 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,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

/**
 * 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: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 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;
  outline: none; }

/* 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; }

:root {
  --main-font-family: 'Varta';
  --menu-font-family: 'Oswald';
  --header-font-family: 'Anaheim';
  --stand-first-font-family: 'Anaheim';
  --category-font-family: 'Anaheim';
  --metadata-font-family: 'Anaheim';
  --font-size-h1: 2rem;
  --font-size-h2: 1.7rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.3rem;
  --font-size-h5: 1.1rem;
  --font-size-h6: 1rem; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: var(--main-font-family), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI";
  font-size: 1.2rem;
  text-rendering: optimizeLegibility;
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
  margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--header-text-color);
  font-family: var(--header-font-family), sans-serif;
  margin: 1rem 0 .5rem;
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  text-align: left; }

h1, .h1 {
  font-size: var(--font-size-h1);
  text-shadow: 3px 3px var(--color-shade-1); }

h2, .h2 {
  font-size: var(--font-size-h2);
  text-shadow: 2px 2px var(--color-shade-1);
  margin-top: 2rem; }

h3, .h3 {
  font-size: var(--font-size-h3);
  margin-top: 1.5rem; }

h4, .h4 {
  font-size: var(--font-size-h4);
  margin-top: 1.2rem; }

h5, .h5 {
  font-size: var(--font-size-h5);
  margin-top: 1rem; }

h6, .h6 {
  font-size: var(--font-size-h6); }

h1 + div > p:first-of-type,
h2 + div > p:first-of-type,
h3 + div > p:first-of-type,
h4 + div > p:first-of-type,
h5 + div > p:first-of-type,
h6 + div > p:first-of-type {
  padding-top: 0.5em; }

img {
  max-width: 100%;
  object-fit: cover; }

ul li, ol li {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: .5em 0 .5em 2em;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: .5em 0 .5em 2em; }
  ul li,
  ol li {
    margin-top: .2em; }

ul {
  list-style: disc outside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal outside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }
dl dd {
  margin: .2em 0 .5em 0; }

p {
  margin: 0 0 1em; }

a,
ins,
u {
  text-decoration-skip-ink: auto; }

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none; }

a {
  color: var(--color-link);
  outline: none;
  text-decoration: none; }
  a:focus {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-shade-5), 0.2); }
  a:focus, a:hover, a:active, a.active {
    text-decoration: underline; }

blockquote {
  border-left: 0.4em solid var(--color-shade-2);
  margin: 1em 2em;
  font-family: var(--stand-first-font-family);
  font-style: italic;
  font-size: 1.1em;
  padding: .5em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

cite {
  display: block;
  color: var(--color-shade-3);
  font-style: normal;
  text-align: right; }

cite:before {
  content: '— '; }

b, strong {
  font-weight: 600; }

.debug {
  font-size: 90%;
  color: var(--color-warning);
  border: 1px solid var(--color-warning);
  margin: 2px 0; }

table thead tr th {
  text-align: left;
  padding: 0 .25em;
  border-bottom: 1px solid var(--color-background-shaded-2); }
table tbody tr td.cell-center {
  text-align: center; }

/* end / maximum values for screen sizes */
/*
SHOW-ONLY-*: hide every other size
HIDE-ONLY-*: hide explicitly this width
HIDE-UNTIL-*: hide until (and including) this width
HIDE-FROM-*: hide from (and including) this width
*/
.hidden,
.hide-until-xxl,
.hide-from-xs {
  display: none; }

/* short-hand for smaller screens that have the off-canvas */
/* short-hand for screens wide enough to have the side menu */
/* XXL */
@media (min-width: 1281px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .hide-only-xxl,
  .hide-from-xxl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* XL */
@media (min-width: 961px) and (max-width: 1280px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xxl,
  .hide-only-xl,
  .hide-until-xl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* L */
@media (min-width: 841px) and (max-width: 960px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-l,
  .hide-until-xl,
  .hide-until-l,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* M */
@media (min-width: 601px) and (max-width: 840px) {
  .show-only-xs,
  .show-only-s,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-m,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* S */
@media (min-width: 481px) and (max-width: 600px) {
  .show-only-xs,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-s,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-from-s {
    display: none !important; } }
/* XS */
@media (max-width: 480px) {
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-xs,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-until-xs {
    display: none !important; } }
/*
containers: main layout for the whole page

mw-container
  mw-navbar
  mw-off-canvas-menu
  mw-page-grid
    mw-side-menu
    mw-page-container
*/
/* end / maximum values for screen sizes */
/* end / maximum values for screen sizes */
/*
SHOW-ONLY-*: hide every other size
HIDE-ONLY-*: hide explicitly this width
HIDE-UNTIL-*: hide until (and including) this width
HIDE-FROM-*: hide from (and including) this width
*/
.hidden,
.hide-until-xxl,
.hide-from-xs {
  display: none; }

/* short-hand for smaller screens that have the off-canvas */
/* short-hand for screens wide enough to have the side menu */
/* XXL */
@media (min-width: 1281px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .hide-only-xxl,
  .hide-from-xxl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* XL */
@media (min-width: 961px) and (max-width: 1280px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xxl,
  .hide-only-xl,
  .hide-until-xl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* L */
@media (min-width: 841px) and (max-width: 960px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-l,
  .hide-until-xl,
  .hide-until-l,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* M */
@media (min-width: 601px) and (max-width: 840px) {
  .show-only-xs,
  .show-only-s,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-m,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* S */
@media (min-width: 481px) and (max-width: 600px) {
  .show-only-xs,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-s,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-from-s {
    display: none !important; } }
/* XS */
@media (max-width: 480px) {
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-xs,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-until-xs {
    display: none !important; } }
.mw-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1050px;
  min-width: 240px;
  padding: 0 .5rem; }
  .mw-container.max-width-xl {
    max-width: 1050px; }
  .mw-container.max-width-l {
    max-width: 950px; }
  .mw-container.max-width-m {
    max-width: 840px; }
  .mw-container.max-width-s {
    max-width: 600px; }
  .mw-container.max-width-xs {
    max-width: 480px; }

.mw-page-grid {
  display: grid;
  grid-template-columns: auto; }

.home-grid {
  display: flex;
  column-gap: 1em; }

.home-grid-left {
  width: 50%;
  font-family: "Roboto Slab", "Open Sans", sans-serif;
  text-transform: uppercase; }

.home-grid-right {
  width: 50%;
  padding: 0 .5em; }

/* end / maximum values for screen sizes */
/*
SHOW-ONLY-*: hide every other size
HIDE-ONLY-*: hide explicitly this width
HIDE-UNTIL-*: hide until (and including) this width
HIDE-FROM-*: hide from (and including) this width
*/
.hidden,
.hide-until-xxl,
.hide-from-xs {
  display: none; }

/* short-hand for smaller screens that have the off-canvas */
/* short-hand for screens wide enough to have the side menu */
/* XXL */
@media (min-width: 1281px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .hide-only-xxl,
  .hide-from-xxl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* XL */
@media (min-width: 961px) and (max-width: 1280px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xxl,
  .hide-only-xl,
  .hide-until-xl,
  .hide-from-xl,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* L */
@media (min-width: 841px) and (max-width: 960px) {
  .show-only-xs,
  .show-only-s,
  .show-only-m,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-l,
  .hide-until-xl,
  .hide-until-l,
  .hide-from-l,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* M */
@media (min-width: 601px) and (max-width: 840px) {
  .show-only-xs,
  .show-only-s,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-m,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-from-m,
  .hide-from-s {
    display: none !important; } }
/* S */
@media (min-width: 481px) and (max-width: 600px) {
  .show-only-xs,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-s,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-from-s {
    display: none !important; } }
/* XS */
@media (max-width: 480px) {
  .show-only-s,
  .show-only-m,
  .show-only-l,
  .show-only-xl,
  .show-only-xxl,
  .hide-only-xs,
  .hide-until-xl,
  .hide-until-l,
  .hide-until-m,
  .hide-until-s,
  .hide-until-xs {
    display: none !important; } }
.navbar {
  background-color: var(--color-nav-header-background);
  color: var(--color-nav-header-text);
  top: 0;
  height: 4rem;
  position: sticky;
  z-index: 200;
  align-items: stretch;
  line-height: 4rem;
  transition: top .2s;
  /* move title bar in/out of view after scroll on small screens */ }
  .navbar .navbar-large-avatar a {
    color: var(--color-nav-header-text); }
    .navbar .navbar-large-avatar a:hover {
      text-decoration: none; }
    .navbar .navbar-large-avatar a:visited {
      color: var(--color-nav-header-text);
      text-decoration: none; }
  .navbar .navbar-main {
    font-family: var(--menu-font-family), serif;
    flex-grow: 0;
    display: flex;
    column-gap: 0; }
    .navbar .navbar-main a {
      display: inline-block;
      height: 4rem;
      line-height: 4rem;
      padding: 0 .5em;
      transform: skew(-10deg);
      text-transform: uppercase;
      text-decoration: none;
      color: var(--color-nav-header-text);
      white-space: nowrap; }
      .navbar .navbar-main a.active {
        background-color: var(--color-nav-header-background-active); }
      .navbar .navbar-main a:hover {
        text-decoration: none;
        background-color: var(--color-nav-header-background-hover);
        transition: background-color .1s; }
  @media (max-width: 840px) {
    .navbar.invisible {
      top: -3em; } }

/* header grid is for menu items in the top nav bar */
.mw-header-grid {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-content: flex-start;
  column-gap: 0; }
  .mw-header-grid .navbar-large-avatar {
    flex-grow: 1;
    padding: 0 .5em; }
  @media (max-width: 840px) {
    .mw-header-grid {
      grid-template-columns: 3rem auto; } }

/* header bar for small screens */
.mw-header-grid-small {
  display: flex;
  justify-content: flex-start; }
  .mw-header-grid-small .sidebar-toggle {
    flex-grow: 0;
    display: flex;
    place-items: center center;
    height: 4rem;
    width: 4rem;
    cursor: pointer; }
    @media (min-width: 841px) {
      .mw-header-grid-small .sidebar-toggle {
        display: none; } }
    .mw-header-grid-small .sidebar-toggle:hover .icon {
      background-color: var(--color-nav-header-background-hover);
      transition: background-color .1s; }
    .mw-header-grid-small .sidebar-toggle .icon {
      display: block;
      margin: auto;
      width: 1.8em;
      height: 1.8em;
      fill: var(--color-nav-header-text); }
      .mw-header-grid-small .sidebar-toggle .icon:hover {
        fill: var(--color-nav-header-text); }
  .mw-header-grid-small .avatar {
    flex-grow: 1;
    display: flex;
    place-items: center center; }
    .mw-header-grid-small .avatar a {
      display: flex;
      margin: auto;
      place-items: center center;
      height: 4rem;
      line-height: 4rem; }

/* main section of the nav bar */
.navbar-main {
  text-align: right;
  padding-right: .5rem; }

.navbar-large-avatar {
  display: flex; }
  .navbar-large-avatar a {
    display: flex;
    place-items: center center;
    height: 4rem;
    line-height: 4rem; }

.nav-bar-logo {
  height: 4rem; }
  .nav-bar-logo img {
    display: inline-block;
    height: 4rem;
    width: auto; }

.off-canvas {
  display: flex;
  flex-flow: nowrap;
  height: 100%;
  position: relative;
  max-width: 50%; }
  .off-canvas .off-canvas-toggle {
    display: block;
    position: absolute;
    top: .4rem;
    transition: none;
    z-index: 100;
    left: .4rem; }
  .off-canvas .off-canvas-sidebar {
    background: var(--color-background);
    bottom: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: transform .25s;
    z-index: 400;
    left: 0;
    transform: translateX(-100%);
    padding: .5em 2em 0 1em;
    max-width: 50%; }
  .off-canvas .off-canvas-avatar {
    padding: 0 2em; }
    .off-canvas .off-canvas-avatar img {
      display: block;
      margin: .5em auto;
      max-width: 4rem; }
  .off-canvas .off-canvas-content {
    flex: 1 1 auto;
    height: 100%;
    padding: 1rem; }
  .off-canvas .off-canvas-overlay {
    background: var(--color-shade-5);
    opacity: .3;
    border-color: transparent;
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }
  .off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active {
    transform: translateX(0); }
  .off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay {
    display: block;
    z-index: 300; }

.mw-container,
.dprp-header-container {
  transition: filter .2s; }

.side-menu-open .mw-container,
.side-menu-open .dprp-header-container {
  filter: blur(5px); }

@media (min-width: 841px) {
  .off-canvas.off-canvas-sidebar-show .off-canvas-toggle {
    display: none; }
  .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar {
    flex: 0 0 auto;
    position: relative;
    transform: none; }
  .off-canvas.off-canvas-sidebar-show .off-canvas-overlay {
    display: none !important; } }
/* https://github.com/foo123/touchTouch */
.tt-gallery-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }

.tt-gallery-overlay.tt-visible {
  opacity: 1; }

.tt-gallery-slider {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-property: left;
  transition-duration: 0.4s;
  transition-timing-function: ease; }

.tt-gallery-slider.tt-right-spring {
  -moz-animation: tt-right-spring 0.3s;
  -webkit-animation: tt-right-spring 0.3s;
  animation: tt-right-spring 0.3s; }

.tt-gallery-slider.tt-left-spring {
  -moz-animation: tt-left-spring 0.3s;
  -webkit-animation: tt-left-spring 0.3s;
  animation: tt-left-spring 0.3s; }

.tt-gallery-slider .tt-placeholder {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  line-height: 1px;
  text-align: center;
  background-color: transparent;
  background-image: url("./486.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.tt-gallery-slider .tt-placeholder.tt-img {
  background-image: none; }

.tt-gallery-slider .tt-placeholder::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 50%;
  width: 1px;
  border: 0;
  padding: 0;
  margin: 0;
  margin-right: -1px; }

.tt-gallery-slider .tt-placeholder img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto; }

.tt-gallery-overlay .tt-prev-arrow,
.tt-gallery-overlay .tt-next-arrow {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 80px;
  top: 50%;
  margin-top: -29px;
  z-index: 5;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  background-image: url(/assets/img/arrow-back-shadow.png);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.tt-gallery-overlay .tt-prev-arrow:hover,
.tt-gallery-overlay .tt-next-arrow:hover {
  opacity: 1; }

.tt-gallery-overlay .tt-prev-arrow {
  left: 10%; }

.tt-gallery-overlay .tt-next-arrow {
  right: 10%;
  transform: scaleX(-1); }

.tt-gallery-overlay .tt-caption {
  position: absolute;
  display: block;
  z-index: 5;
  width: 100%;
  height: auto;
  background: none;
  left: 0;
  bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center; }

@-webkit-keyframes tt-right-spring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }
@keyframes tt-right-spring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes tt-left-spring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }
@keyframes tt-left-spring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }
@media (max-width: 1080px) {
  .tt-gallery-overlay.tt-touch-screen .tt-prev-arrow,
  .tt-gallery-overlay.tt-touch-screen .tt-next-arrow {
    display: none !important; } }
@media (orientation: landscape) {
  .tt-gallery-slider .tt-placeholder img {
    max-width: none;
    max-height: 100%; } }
@media (orientation: portrait) {
  .tt-gallery-slider .tt-placeholder img {
    max-height: none;
    max-width: 100%; } }
@media (min-width: 1281px) {
  .category-title {
    font-size: 5rem; } }
@media (min-width: 961px) and (max-width: 1280px) {
  .category-title {
    font-size: 5rem; } }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased; }

[class^="icon-"].superscript, [class*=" icon-"].superscript {
  font-size: .6em;
  vertical-align: super; }

:root, :root.light {
  --color-nav-header-background: #956e71;
  --color-nav-header-background-active: #78585a;
  --color-nav-header-background-hover: #5b4244;
  --color-nav-header-text: #f5f5f5;
  --color-background: #d3c588;
  --color-background-shaded-1: #c5b363;
  --color-background-shaded-2: #c5b363;
  --color-text: #333e4a;
  --color-text-shaded: #5d7186;
  --color-link: #3e312b;
  --gradient-link: #3e312b;
  --color-success: #283e08;
  --color-success-shaded: black;
  --color-success-text: white;
  --color-warning: #c88430;
  --color-warning-shaded: #764e1c;
  --color-warning-text: white;
  --color-danger: #cc656b;
  --color-danger-shaded: #cc656b;
  --color-danger-text: white;
  --header-text-color: #090b0e;
  --header-text-weight: normal;
  --metadata-text-color: #5d7186;
  --nav-background-color: --page-backgroud-color;
  --nav-item-hover-background-color: #d3c588;
  --divider-color: #d3c588;
  --color-concert-year-active-text: #d3c588;
  --box-background-color: #d3c588;
  --image-contrast-filter: none; }
  :root .only-light, :root.light .only-light {
    display: revert; }
  :root .only-dark, :root.light .only-dark {
    display: none; }

:root.dark {
  --color-nav-header-background: #4b191c;
  --color-nav-header-background-active: #71262a;
  --color-nav-header-background-hover: #983339;
  --color-nav-header-text: #b0b0b0;
  --color-background: #17151f;
  --color-background-shaded-1: #221f2e;
  --color-background-shaded-2: #2e2a3d;
  --color-text: #b0b0b0;
  --color-text-shaded: #7d7d7d;
  --color-link: #9f6ea5;
  --gradient-link: linear-gradient(180deg, #424282, #92798c);
  --color-success: #283e08;
  --color-success-shaded: black;
  --color-success-text: white;
  --color-warning: #c88430;
  --color-warning-shaded: #764e1c;
  --color-warning-text: white;
  --color-danger: #cc656b;
  --color-danger-shaded: #cc656b;
  --color-danger-text: white;
  --header-text-color: white;
  --header-text-weight: normal;
  --metadata-text-color: #7d7d7d;
  --nav-background-color: --page-backgroud-color;
  --nav-item-hover-background-color: #17151f;
  --divider-color: #7d7d7d;
  --color-concert-year-active-text: #b0b0b0;
  --box-background-color: #7d7d7d;
  /* filter for images */
  --image-contrast-filter: contrast(0); }
  :root.dark .only-light {
    display: none; }
  :root.dark .only-dark {
    display: revert; }

@media (prefers-color-scheme: dark) {
  :root {
    --color-nav-header-background: #4b191c;
    --color-nav-header-background-active: #71262a;
    --color-nav-header-background-hover: #983339;
    --color-nav-header-text: #b0b0b0;
    --color-background: #17151f;
    --color-background-shaded-1: #221f2e;
    --color-background-shaded-2: #2e2a3d;
    --color-text: #b0b0b0;
    --color-text-shaded: #7d7d7d;
    --color-link: #9f6ea5;
    --gradient-link: linear-gradient(180deg, #424282, #92798c);
    --color-success: #283e08;
    --color-success-shaded: black;
    --color-success-text: white;
    --color-warning: #c88430;
    --color-warning-shaded: #764e1c;
    --color-warning-text: white;
    --color-danger: #cc656b;
    --color-danger-shaded: #cc656b;
    --color-danger-text: white;
    --header-text-color: white;
    --header-text-weight: normal;
    --metadata-text-color: #7d7d7d;
    --nav-background-color: --page-backgroud-color;
    --nav-item-hover-background-color: #17151f;
    --divider-color: #7d7d7d;
    --color-concert-year-active-text: #b0b0b0;
    --box-background-color: #7d7d7d;
    /* filter for images */
    --image-contrast-filter: contrast(0); }
    :root .only-light {
      display: none; }
    :root .only-dark {
      display: revert; } }
/* base */
.flex {
  display: flex; }

.image.center {
  display: block;
  text-align: center; }
  .image.center img {
    margin: auto; }

.menu-image-container {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  text-align: center; }

.menu-container {
  border-right: 1px solid var(--divider-color);
  top: 3em;
  position: sticky; }

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: .2rem 0; }

.ul.nav, li.nav-item {
  margin-top: 0; }

.nav-item a {
  display: block;
  padding: .1em .2em;
  font-family: var(--menu-font-family), serif;
  background-color: var(--nav-background-color);
  font-size: 1.2em;
  font-weight: 300;
  color: var(--color-link); }
  .nav-item a:hover, .nav-item a:active, .nav-item a:visited {
    color: var(--color-link);
    text-decoration: none; }
  .nav-item a:hover {
    background: var(--color-link);
    color: var(--color-background); }

.nav-header {
  font-family: var(--menu-font-family), serif;
  padding: .1em .2em;
  font-style: italic; }

.menu-container .link-icons {
  text-align: center; }
  .menu-container .link-icons a img {
    filter: saturate(0.3); }
  .menu-container .link-icons a:hover img {
    filter: saturate(1.5); }
  .menu-container .link-icons a,
  .menu-container .link-icons a:hover {
    text-decoration: none !important; }
  .menu-container .link-icons img {
    border: none;
    width: 2em; }

html:not(.dark):not(.light) .option.for-system {
  border-bottom-color: var(--color-shade-2); }
html.dark .option.for-dark {
  border-bottom-color: var(--color-shade-2); }
html.light .option.for-light {
  border-bottom-color: var(--color-shade-2); }

/* specific styles, common elements */
/* main page */
.title-image {
  margin: .5em;
  text-align: center; }
  .title-image img {
    max-width: 400px; }

.update-list a {
  /* override 2015 */
  color: var(--color-link) !important;
  font-family: var(--stand-first-font-family), serif; }

.update-text {
  text-align: justify; }

.copyright {
  margin: 2rem auto 0;
  padding-top: .5em;
  border-top: 1px solid var(--color-background-shaded-2);
  color: var(--metadata-text-color);
  text-align: center;
  font-size: .8em; }

/* update boxes */
.update-box {
  background-color: var(--box-background-color); }

.update-box-title {
  color: var(--header-text-color); }

.concert-years {
  position: sticky;
  height: 4rem;
  top: 4rem;
  z-index: 200;
  background-color: var(--color-background);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch; }
  .concert-years a {
    font-family: var(--menu-font-family), sans-serif;
    font-size: 1.2rem;
    color: var(--color-link);
    display: block;
    height: 3rem;
    text-decoration: none;
    line-height: 3rem;
    padding: 0 .5em; }
    .concert-years a.active {
      color: var(--color-concert-year-active-text);
      background: var(--gradient-link); }
    .concert-years a:hover {
      background-color: var(--color-background-shaded-2); }

.metadata {
  font-family: var(--menu-font-family), sans-serif;
  font-size: 1rem;
  color: var(--metadata-text-color); }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table.zebra tbody tr:nth-child(even) {
  background-color: var(--color-background-shaded-1); }

table.zebra tbody tr:hover {
  background-color: var(--color-background-shaded-2); }

thead {
  color: var(--header-text-color);
  font-weight: 800; }

th {
  padding: 0 .5em;
  border-bottom: solid 1px var(--color-background-shaded-2); }

table.row-cursor-pointer {
  cursor: pointer; }

.dates {
  margin: 1rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .dates tr[data-href] td {
    color: var(--color-text);
    cursor: pointer; }
  .dates td {
    line-height: 2em; }
  .dates td:first-of-type {
    white-space: nowrap;
    width: 10%;
    padding-right: .5em; }
  .dates td:nth-of-type(2),
  .dates td:nth-of-type(3) {
    width: 40%;
    white-space: collapse;
    padding-right: .5em; }
  .dates td:nth-of-type(4),
  .dates td:nth-of-type(5) {
    width: 5%; }
  .dates td div.icons {
    display: flex;
    justify-content: center;
    align-items: center; }
    .dates td div.icons div.icon {
      width: 1.2em;
      height: 1.2em; }

hr {
  background-color: transparent;
  border: none;
  border-top: 1px solid var(--color-text-shaded);
  margin: 2em 0; }

.warning {
  margin: 1rem 0;
  padding: .5rem;
  background-color: var(--color-warning-shaded);
  color: var(--color-warning-text); }

.date-navigation {
  z-index: 200;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  align-items: start;
  justify-items: center;
  margin: 0 0 2rem;
  background-color: var(--color-background);
  padding: 1em 0 .5em;
  position: sticky;
  top: 8rem;
  border-bottom: 1px solid var(--color-background-shaded-1);
  box-shadow: var(--color-background) 0 10px 20px 20px; }
  .date-navigation .date {
    justify-self: start; }
  .date-navigation .navigation {
    justify-self: end;
    display: flex; }
    .date-navigation .navigation a {
      display: flex;
      color: var(--color-link);
      text-decoration: none; }
      .date-navigation .navigation a:hover {
        background-color: var(--color-shade-1); }

.edit-controls + .date-navigation,
.copying + .date-navigation {
  top: 12rem; }

.icon {
  display: inline-block;
  mask-size: cover;
  width: 1em;
  height: 1em;
  padding: 0 .5em; }
  .icon.inactive {
    filter: opacity(0.5); }

.icon-inline {
  vertical-align: middle; }

.icon-arrow-back {
  mask-image: url(/assets/img/arrow-back.svg);
  background: var(--gradient-link); }

.icon-arrow-forward {
  mask-image: url(/assets/img/arrow-back.svg);
  background: var(--gradient-link);
  transform: scaleX(-1); }

.icon-menu {
  mask-image: url(/assets/img/icon-menu.svg);
  background: var(--color-text); }

.icon-r {
  mask-image: url(/assets/img/icon-release.svg);
  background: var(--gradient-link); }

.icon-s {
  mask-image: url(/assets/img/icon-studio.svg);
  background: var(--gradient-link); }

.icon-info {
  mask-image: url(/assets/img/icon-info.svg);
  background: var(--gradient-link); }

.icon-image {
  mask-image: url(/assets/img/icon-image.svg);
  background: var(--gradient-link); }

.icon-ticket {
  mask-image: url(/assets/img/icon-ticket.svg);
  background: var(--gradient-link); }

.icon-audio {
  mask-image: url(/assets/img/icon-audio.svg);
  background: var(--gradient-link); }

.icon-video {
  mask-image: url(/assets/img/icon-video.svg);
  background: var(--gradient-link); }

.icon-message {
  mask-image: url(/assets/img/icon-message.svg);
  background: var(--gradient-link); }

.caption,
img + span {
  display: block;
  font-family: var(--metadata-font-family), serif;
  font-size: .9em;
  margin-bottom: .5rem; }

.images p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  margin: 1rem 0; }
  .images p .gallery-image span span {
    padding: 0 .5rem;
    max-width: 400px;
    max-height: 300px; }
  .images p .gallery-image img {
    margin: .5rem;
    max-width: 400px;
    max-height: 300px; }

.welcome {
  text-align: center;
  font-family: var(--metadata-font-family), serif;
  margin: 1em 0; }

.error {
  background-color: var(--color-danger);
  border: 1px solid var(--color-danger-shaded);
  color: var(--color-danger-text);
  padding: 1rem;
  margin: 1rem 0; }

.edit-controls {
  padding: .5em;
  position: sticky;
  top: 4rem;
  height: 4rem;
  background-color: var(--color-background);
  z-index: 9; }

.mw-page-container > .edit-controls {
  top: 4rem; }

.concert-years + .edit-controls {
  top: 8rem; }

input, textarea, select {
  background-color: var(--color-background-shaded-1);
  border: 1px solid var(--color-background-shaded-2);
  color: var(--color-text);
  padding: .5rem;
  font-family: var(--stand-first-font-family), serif;
  border-radius: 2px; }

button {
  background-color: var(--color-background-shaded-2);
  border: 1px solid var(--color-background-shaded-1);
  color: var(--color-text);
  padding: .4em;
  border-radius: .4em;
  margin-right: .5em; }

input:disabled, textarea:disabled, button:disabled {
  background-color: var(--color-background-shaded-1);
  border: 1px solid var(--color-background-shaded-2);
  color: var(--color-text-shaded); }

textarea {
  width: 100%;
  height: 20rem;
  margin: .5rem 0;
  resize: vertical; }

.editing,
.copying {
  border: 1px solid var(--color-text);
  border-radius: .5em;
  padding: .5rem;
  margin: .5rem 0;
  transition: all 0.25s;
  transition-behavior: allow-discrete;
  display: none;
  opacity: 0;
  scale: 0;
  width: 0; }
  .editing legend,
  .copying legend {
    padding: 0 .5rem;
    font-weight: bold; }
  .editing input,
  .copying input {
    width: 100%; }

.editing.visible,
.copying.visible {
  display: block;
  opacity: 1;
  scale: 100%;
  width: 100%; }

.edit-form {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 1em;
  grid-row-gap: 3px;
  align-items: flex-start;
  justify-items: flex-start;
  margin: 1rem 0; }

.checkbox-wrapper {
  display: flex;
  place-items: center center; }

input[type="checkbox"] {
  appearance: none;
  border-radius: 1.5em;
  height: 1.6em;
  width: 4em;
  margin: .1em;
  background-color: var(--color-background);
  outline: none;
  transition: background-color .3s; }
  input[type="checkbox"]:checked {
    background-color: var(--color-background-shaded-2);
    transition: background-color .3s; }
  input[type="checkbox"]::before {
    display: block;
    position: relative;
    top: .2em;
    left: .3em;
    height: 1.15em;
    width: 1.8em;
    border-radius: 1.4em;
    content: '';
    transition: left .5s;
    background-color: var(--color-text); }
  input[type="checkbox"]:checked::before {
    background-color: var(--color-text);
    top: .2em;
    left: 1.8em;
    transition: left .5s; }

.settings {
  margin: 2em;
  padding: 2em;
  border: 1px solid var(--color-text);
  border-radius: 1em; }
  .settings .option {
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--color-text-shaded);
    background-color: var(--color-background-shaded-1);
    border-radius: .2em;
    padding: 0 .5em; }

/*# sourceMappingURL=maxwebsterlive.css.map */
