/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*------------------------------ ROOT STUFF ------------------------------*/
:root {
  --baseline-unit: 4px;
  /*--base-font-size-s: 16px;*/
  --base-font-size: 19px;
  --small-font-size: 16px;
  --base-weight: 400;
  --base-bold-weight: 600;
  --base-heading-weight: 400;
  --body-colour: #222833;
  --paynes-grey: #40404F;
  /* dark to light tints */
  --paynes-grey-tint-1: #B3B3B9;
  --paynes-grey-tint-2: #C5C5CA;
  --paynes-grey-tint-3: #D9D9DC;
  --paynes-grey-tint-4: #EBEBED;
  --paynes-grey-tint-5: #FBFBFC;
  --paynes-grey-shadow: 0 2px 4px 2px rgba(64, 64, 79, 0.1);
  --white: #ffffff;
  --warm-yellow: #FFC800;
  --grey: #CBC3BC;
  --grey-15: #F5F3F2;
  --mustard: #F6C769;
  --ochre: #F6AE00;
  --sienna: #6D3900;
  --umber: #6D574F;
}

html {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: var(--base-font-size);
  font-weight: var(--base-weight);
  line-height: calc(var(--baseline-unit) * 7);
}

body {
  color: var(--body-colour);
  background-color: var(--white);
}

::selection {
  color: var(--body-colour);
  background-color: var(--warm-yellow);
}

/*----------------------------- STRONG ETC -----------------------------*/
strong,
b {
  font-weight: var(--base-bold-weight);
}

/*----------------------------- LINKS -----------------------------*/
a {
  color: var(--body-colour);
  text-decoration: none;
  box-shadow: 0 2px var(--sienna);
  transition: all 0.1s ease-out;
}

a:focus {
  background-color: var(--white);
  outline: calc(var(--baseline-unit) / 2) solid var(--sienna);
}

a:hover,
a:focus,
a:active {
  box-shadow: 0 4px var(--sienna);
}

a.simple:hover,
a.simple:focus,
a.simple:active {
  color: var(--body-colour);
}

a.alt {
  color: var(--white);
  background-color: transparent;
  box-shadow: 0 2px var(--white);
}

a.alt:hover,
a.alt:focus,
a.alt:active {
  color: var(--body-colour);
  background-color: var(--warm-yellow);
  box-shadow: 0 2px var(--warm-yellow);
}

.back::before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 var(--baseline-unit) var(--baseline-unit) 0;
  border-top: var(--baseline-unit) solid transparent;
  border-bottom: var(--baseline-unit) solid transparent;
  border-right: var(--baseline-unit) solid var(--warm-yellow);
}

/*----------------------------- INLINE -----------------------------*/
abbr[title] {
  text-decoration: underline wavy var(--paynes-grey);
}

a abbr[title] {
  text-decoration: none;
}

/*----------------------------- IMAGES -----------------------------*/
img {
  display: block;
  max-width: 100%;
}

figure {
  margin: calc(var(--baseline-unit) * 5) 0;
}

@media screen and (min-width: 468px) {
  figure {
    margin: calc(var(--baseline-unit) * 7) 0;
  }
}
figcaption {
  font-size: var(--small-font-size);
  padding: calc(var(--baseline-unit) * 2);
  padding-left: 0;
}

/*----------------------------- GENERAL HEADERS -----------------------------*/
/*

--small = Minor 3rd - 1.200
--med = Perfect 4th - 1.333

*/
h1, h2, h3, h4, h5, h6,
.heading-xxl, .heading-xl, .heading-l, .heading-m {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: inherit;
  font-weight: var(--base-heading-weight);
  color: var(--body-colour);
}

h1,
.heading-xxl {
  font-size: 2.074em; /* skip one? it's 2.488 */
  line-height: calc(var(--baseline-unit) * 11);
  margin: calc(var(--baseline-unit) * 8) 0;
}

@media screen and (min-width: 468px) {
  h1,
  .heading-xxl {
    font-size: 3.157em; /* skip one? it's 4.209 */
    line-height: calc(var(--baseline-unit) * 16);
    margin: calc(var(--baseline-unit) * 12) 0;
  }
}
h2,
.heading-xl {
  font-size: 1.728em;
  line-height: calc(var(--baseline-unit) * 10);
  margin: calc(var(--baseline-unit) * 8) 0 calc(var(--baseline-unit) * 6) 0;
}

@media screen and (min-width: 468px) {
  h2,
  .heading-xl {
    font-size: 2.369em;
    line-height: calc(var(--baseline-unit) * 12);
    margin: calc(var(--baseline-unit) * 12) 0 calc(var(--baseline-unit) * 10) 0;
  }
}
h3,
.heading-l {
  font-size: 1.44em;
  line-height: calc(var(--baseline-unit) * 9);
  margin: calc(var(--baseline-unit) * 8) 0 calc(var(--baseline-unit) * 6) 0;
}

@media screen and (min-width: 468px) {
  h3,
  .heading-l {
    font-size: 1.777em;
    line-height: calc(var(--baseline-unit) * 10);
    margin: calc(var(--baseline-unit) * 8) 0 calc(var(--baseline-unit) * 6) 0;
  }
}
h4,
.heading-m {
  font-size: 1.2em;
  line-height: calc(var(--baseline-unit) * 8);
  margin: calc(var(--baseline-unit) * 6) 0 calc(var(--baseline-unit) * 4) 0;
}

@media screen and (min-width: 468px) {
  h4,
  .heading-m {
    font-size: 1.333em;
    line-height: calc(var(--baseline-unit) * 8);
    margin: calc(var(--baseline-unit) * 6) 0 calc(var(--baseline-unit) * 4) 0;
  }
}
h5, h6, .heading-s {
  font-size: var(--base-font-size);
  font-weight: var(--base-heading-weight);
}

.combo-title p {
  margin: calc(var(--baseline-unit) * 3) 0 calc(var(--baseline-unit) * 7) 0;
}

.combo-title h1:first-child,
.combo-title h2:first-child,
.combo-title h3:first-child {
  margin-bottom: 0;
}

.combo-title p:first-child {
  margin: calc(var(--baseline-unit) * 10) 0 0 0;
}

.combo-title p:first-child + h1,
.combo-title p:first-child + h2,
.combo-title p:first-child + h3 {
  margin-top: 0;
}

.header-disguise {
  margin: 0;
  display: inline;
}

/*----------------------------- PARAGRAPHS -----------------------------*/
p {
  margin: calc(var(--baseline-unit) * 5) 0;
}

@media screen and (min-width: 468px) {
  p {
    margin: calc(var(--baseline-unit) * 7) 0;
  }
}
/*----------------------------- LISTS -----------------------------*/
ol,
ul {
  margin: calc(var(--baseline-unit) * 5) 0;
}

@media screen and (min-width: 468px) {
  ol,
  ul {
    margin: calc(var(--baseline-unit) * 7) 0;
  }
}
ol {
  padding-left: 0;
  list-style: none;
  counter-reset: ol-counter;
}

ul {
  padding-left: 1em;
}

li {
  margin-bottom: calc(var(--baseline-unit) * 2);
}

ol li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 2em;
}

ol li::before {
  position: absolute;
  left: 0;
  content: counter(ol-counter) ". ";
  display: inline-block;
}

/*----------------------------- RULES -----------------------------*/
hr {
  position: relative;
  border: 0;
  height: 1px;
  margin: calc(var(--baseline-unit) * 12) 0;
}

hr:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--umber);
}

/*----------------------------- CODE and PRE -----------------------------*/
pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.code-block {
  padding: calc(var(--baseline-unit) / 2) calc(var(--baseline-unit) * 7);
  background-color: var(--paynes-grey);
  box-shadow: var(--paynes-grey-shadow);
}

code {
  font-family: monospace;
  font-size: var(--small-font-size);
  color: var(--white);
  background-color: var(--paynes-grey);
}

/*----------------------------- DETAILS -----------------------------*/
summary {
  cursor: pointer;
  position: relative;
  list-style: none;
  padding-left: calc(var(--baseline-unit) * 6);
  text-decoration: underline dotted var(--paynes-grey);
}
summary:before {
  position: absolute;
  display: block;
  left: 0;
  top: calc(var(--baseline-unit) * 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: var(--paynes-grey);
  border-width: 7px 0 7px 12px;
  content: "";
}

details[open] summary:before {
  border-width: 12px 7px 0 7px;
  border-left-color: transparent;
  border-top-color: var(--paynes-grey);
}

summary + p {
  margin: calc(var(--baseline-unit) * 2) 0;
}

/*----------------------------- BLOCKQUOTE -----------------------------*/
blockquote {
  position: relative;
  margin: calc(var(--baseline-unit) * 10) 0;
  padding: 0 0 0 calc(var(--baseline-unit) * 8);
  border-left: var(--baseline-unit) solid var(--warm-yellow);
}

@media screen and (min-width: 468px) {
  blockquote {
    margin: calc(var(--baseline-unit) * 14) 0;
  }
}
/*----------------------------- IFRAME -----------------------------*/
.embed-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: var(--paynes-grey);
}

.embed-16-9 .object {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*----------------------------- GLOBAL CHUNKS -----------------------------*/
/*----------------------------- HEADER AND FOOTER ----------------------------*/
.site-header {
  background-color: var(--grey-15);
  padding: calc(var(--baseline-unit) * 4) calc(var(--baseline-unit) * 4) 0 calc(var(--baseline-unit) * 4);
}

.site-footer {
  border-top: 1px dashed var(--umber);
  background-color: var(--grey-15);
  padding: calc(var(--baseline-unit) * 4);
  padding-bottom: calc(var(--baseline-unit) * 6);
}

@media screen and (min-width: 468px) {
  .site-header {
    padding-top: calc(var(--baseline-unit) * 6);
  }
  .site-footer {
    padding-top: calc(var(--baseline-unit) * 6);
    padding-bottom: calc(var(--baseline-unit) * 8);
  }
  .site-header > div,
  .site-footer > div {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
}
/*----------------------------- PAGE TITLE AREA -----------------------------*/
.title-area {
  border-bottom: 1px dashed var(--umber);
}

/*----------------------------- HOMEPAGE SPLASH -----------------------------*/
@media screen and (min-width: 700px) {
  .splash {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-column-gap: calc(var(--baseline-unit) * 8);
    align-items: center;
  }
}
/*----------------------------- CONTENT BLOCKS -----------------------------*/
.content {
  padding: calc(var(--baseline-unit) * 4);
  padding-bottom: calc(var(--baseline-unit) * 10);
}

@media screen and (min-width: 468px) {
  .content {
    padding-top: calc(var(--baseline-unit) * 6);
    padding-bottom: calc(var(--baseline-unit) * 14);
  }
  .content > * {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
}
.measure {
  max-width: 34em;
}

.full-width {
  box-sizing: border-box;
  width: calc(100vw - var(--baseline-unit) * 8);
}

@media screen and (min-width: 990px) {
  .full-width {
    width: 960px;
  }
}
.full-width > img {
  display: block;
  margin: calc(var(--baseline-unit) * 5) 0;
}

@media screen and (min-width: 990px) {
  .full-width > img {
    margin: calc(var(--baseline-unit) * 7) 0;
  }
}
.phone-image {
  max-width: 360px;
}

.cols-2 > * {
  margin-bottom: calc(var(--baseline-unit) * 8);
}

.cols-2:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 990px) {
  .cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: calc(var(--baseline-unit) * 8);
  }
  .cols-2 > * {
    margin-bottom: 0;
  }
}
/*----------------------------- GLOBAL NAV -----------------------------*/
.site-nav {
  padding-bottom: calc(var(--baseline-unit) * 4);
  padding-top: calc(var(--baseline-unit) * 2);
  border-bottom: 1px dashed var(--umber);
  background-color: var(--grey-15);
  font-size: var(--small-font-size);
}

@media screen and (min-width: 468px) {
  .site-nav {
    padding-bottom: calc(var(--baseline-unit) * 8);
  }
}
@media screen and (min-width: 480px) {
  .site-nav {
    font-size: var(--base-font-size);
  }
}
.site-nav ul,
.site-nav li {
  margin: 0;
  padding: 0;
}

.site-nav li {
  display: inline-block;
  margin-right: calc(var(--baseline-unit) * 6);
}

/*----------------------------- BREADCRUMBS -----------------------------*/
.breadcrumbs {
  padding-bottom: calc(var(--baseline-unit) * 4);
}

@media screen and (min-width: 468px) {
  .breadcrumbs {
    padding-bottom: calc(var(--baseline-unit) * 6);
  }
}
.breadcrumbs ol,
.breadcrumbs li {
  margin: 0;
  padding: 0;
}

.breadcrumbs li::before {
  position: static;
  content: " / ";
}

.breadcrumbs li:first-child::before {
  position: absolute;
  content: "";
}

.breadcrumbs li {
  display: inline-block;
}

/*----------------------------- PUFF STYLE CIRCULAR IMAGES -----------------------------*/
.roundel {
  width: 180px;
  height: 180px;
  clip-path: circle(50% at center);
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  .roundel {
    margin: 0;
  }
}
/*----------------------------- CATEGORY DISPLAY -----------------------------*/
a.category-link {
  display: block;
  clear: both;
  background-color: transparent;
  margin-bottom: calc(var(--baseline-unit) * 7);
  box-shadow: none;
}

a.category-link:hover,
a.category-link:focus,
a.category-link:active {
  color: var(--body-colour);
}

.category-link .small {
  float: left;
  margin-bottom: var(--baseline-unit);
  background-color: var(--grey);
}
.category-link .link-title {
  float: left;
  clear: left;
  margin: 0;
  padding: 0 0 calc(var(--baseline-unit) / 2) 0;
  box-shadow: 0 calc(var(--baseline-unit) / 2) var(--sienna);
  transition: all 0.1s ease-out;
}
.category-link .link-intro {
  clear: both;
  padding-top: var(--baseline-unit);
}
.category-link .link-intro p {
  display: inline;
}

a.category-link:hover .link-title,
a.category-link:focus .link-title,
a.category-link:active .link-title {
  box-shadow: 0 calc(var(--baseline-unit)) var(--sienna);
}

@media screen and (min-width: 700px) {
  .category-link {
    position: relative;
    min-height: 120px;
    padding-left: 1.5em;
  }
  .category-link .small {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    line-height: 1;
    padding: var(--baseline-unit);
  }
}
/* Modifier for a pictoral version */
@media screen and (min-width: 700px) {
  .category-link.-pictoral {
    position: relative;
    min-height: 180px;
    padding-left: 156px;
  }
  .category-link.-pictoral .roundel {
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .category-link.-pictoral .small {
    top: 10px;
  }
  .category-link.-pictoral .link-title {
    margin-top: 10px;
  }
}
/*----------------------------- PAGING -----------------------------*/
.paging {
  border-top: 1px dashed var(--paynes-grey-tint-2);
  padding-bottom: calc(var(--baseline-unit) * 4);
}

@media screen and (min-width: 468px) {
  .paging > nav {
    display: grid;
    gap: calc(var(--baseline-unit) * 8);
    grid-template-columns: 1fr 1fr;
  }
}
.paging-prefix {
  margin-bottom: calc(var(--baseline-unit) * 4);
}

@media screen and (min-width: 468px) {
  .paging-prev {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .paging-next {
    grid-column-start: 2;
    grid-row-start: 1;
    text-align: right;
  }
  .paging-next .category-link {
    text-align: right;
    padding-left: 0;
    padding-right: 1.5em;
  }
  .paging-next .category-link .small {
    right: 0;
    left: auto;
  }
  .paging-next .category-link .link-title {
    float: right;
  }
}
/*----------------------------- PICTORAL EXHIBITS -----------------------------*/
.exhibit {
  padding-top: calc(var(--baseline-unit) * 6);
}

@media screen and (min-width: 468px) {
  .exhibit {
    padding-top: calc(var(--baseline-unit) * 8);
  }
}
.pictoral-image {
  margin: 0 auto;
}

/*----------------------------- Utility -----------------------------*/
.small {
  font-size: var(--small-font-size);
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------------*/
/*----------------------------- Timeline and talks -----------------------------*/
.timeline-unit {
  margin-bottom: calc(var(--baseline-unit) * 10);
}

@media screen and (min-width: 700px) {
  .timeline-unit {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: calc(var(--baseline-unit) * 20);
  }
}
.timeline-date {
  color: var(--white);
  background-color: var(--body-colour);
}

@media screen and (min-width: 700px) {
  .timeline-date {
    border-top: none;
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    line-height: 1;
    padding: var(--baseline-unit);
  }
}
.timeline-position .--position {
  margin-bottom: 0;
}

.timeline-conf-talk {
  border: 1px dashed var(--paynes-grey-tint-3);
  padding: calc(var(--baseline-unit) * 4);
  padding-top: 0;
}

.timeline-significant-event {
  border: 1px solid var(--warm-yellow);
}

.timeline-image .--mission-patch img {
  max-width: 240px;
}

/* ==== PANEL TEST ==== */
@media screen and (min-width: 700px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(var(--baseline-unit) * 6);
    align-items: start;
  }
}
@media screen and (min-width: 800px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: calc(var(--baseline-unit) * 6);
    align-items: start;
  }
}
@media screen and (min-width: 800px) {
  .grid-2-3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: calc(var(--baseline-unit) * 6);
    align-items: start;
  }
}
.panel-unit {
  position: relative;
  min-height: 120px;
  margin-bottom: calc(var(--baseline-unit) * 8);
}
.panel-unit a {
  display: block;
  box-shadow: none;
  padding-right: 1.2631578947em;
  transition: all 0.1s ease-out;
}
.panel-unit a:hover .heading-m, .panel-unit a:focus .heading-m, .panel-unit a:active .heading-m {
  box-shadow: 0 4px var(--sienna);
}
.panel-unit .interior {
  padding-bottom: calc(var(--baseline-unit) * 4);
  transition: all 0.1s ease-out;
  border-bottom: 1px dashed var(--grey);
}
.panel-unit .interior.with-thumb {
  position: relative;
  padding-left: 140px;
  min-height: 132px;
}
.panel-unit .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
}
.panel-unit .date {
  font-size: var(--small-font-size);
  white-space: nowrap;
  line-height: 1;
}
.panel-unit .heading-m {
  display: inline-block;
  margin-top: calc(var(--baseline-unit) * 2);
  padding-bottom: calc(var(--baseline-unit) / 2);
  box-shadow: 0 calc(var(--baseline-unit) / 2) var(--sienna);
  transition: all 0.1s ease-out;
}
.panel-unit p {
  display: inline;
}

.drafts-exp {
  display: flex;
}

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