/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/*! Base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --runcie-scale: 1;
  --runcie-text-color: #262421;
  --runcie-primary-color: #e32719;
}

@media screen and (min-width: 45rem) {
  :root {
    --runcie-scale: 1.2;
  }
}

@media screen and (min-width: 60rem) {
  :root {
    --runcie-scale: 1.35;
  }
}

html {
  background: #e7dcca;
  margin: 0;
  min-height: 100%;
  min-width: 18.75rem;
  overflow-y: scroll;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  text-align:center;
}

input,
button,
select {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

hr {
  background: #262421;
  border: 0;
  height: 1px;
  margin: 1.25rem 0;
  outline: 0;
}

.js *[data-href] {
  cursor: pointer;
}

/*! Typography */
body {
  color: #262421;
  color: var(--runcie-text-color, #262421);
  font-family: "Lusitana", Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
  text-decoration: none;
  -webkit-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}

a:focus, a:hover {
  text-decoration: underline;
}

a[href^='mailto:'] {
  display: inline-block;
  word-break: break-all;
}

p {
  font-size: 1.25rem;
  margin: 0 0 1em 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  p {
    font-size: calc(1.25rem * var(--runcie-scale));
  }
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1em 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: calc(1.5625rem * var(--runcie-scale));
  }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/**!
 * Elements
 */
/**!
 * Blocks
 */
.Article {
  padding-left: 2.5rem;
  background: url("../img/james-runcie-icon.svg") 0 0.3125rem no-repeat;
  background-size: 1.25rem auto;
  background-position: 0 calc(0.3125rem * var(--runcie-scale));
  background-size: calc(1.25rem * var(--runcie-scale)) auto;
  margin: 1.875rem 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Article {
    padding-left: calc(2.5rem * var(--runcie-scale));
  }
}

.Article h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Article h2 {
    font-size: calc(1.25rem * var(--runcie-scale));
  }
}

.Article a[href^='mailto:']:not(:hover):not(:focus) {
  color: inherit;
}

.Articles {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .Articles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    max-width: none;
  }
  .Articles > .Article {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    margin-top: 0;
  }
  .Articles > .Article:last-child {
    margin-bottom: 0;
  }
  .Articles > .Article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .Articles > .Article:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .Articles > .Article:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .Articles > .Article:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
  .Articles > .Article:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
  }
  .Articles > .Article:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / span 1;
  }
  .Articles > .Article:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / span 1;
  }
  .Articles > .Article:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / span 1;
  }
  .Articles > .Article:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / span 1;
  }
  .Articles > .Article:nth-child(10) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / span 1;
  }
  .Articles > .Article:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / span 1;
  }
  .Articles > .Article:nth-child(12) {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12 / span 1;
  }
  .Articles > .Article:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13 / span 1;
  }
  .Articles > .Article:nth-child(14) {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14 / span 1;
  }
  .Articles > .Article:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-row-span: 1;
    grid-row: 15 / span 1;
  }
  .Articles > .Article:nth-child(16) {
    -ms-grid-row: 16;
    -ms-grid-row-span: 1;
    grid-row: 16 / span 1;
  }
  .Articles > .Article:nth-child(17) {
    -ms-grid-row: 17;
    -ms-grid-row-span: 1;
    grid-row: 17 / span 1;
  }
  .Articles > .Article:nth-child(18) {
    -ms-grid-row: 18;
    -ms-grid-row-span: 1;
    grid-row: 18 / span 1;
  }
  .Articles > .Article:nth-child(19) {
    -ms-grid-row: 19;
    -ms-grid-row-span: 1;
    grid-row: 19 / span 1;
  }
}

@media screen and (min-width: 45rem) {
  .Article {
    margin: 3.75rem 0;
  }
}

.Carousel {
  margin: 1.875rem 0;
}

.Carousel .owl-carousel .owl-nav {
  bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 1.875rem;
  pointer-events: none;
  position: absolute;
  right: 1.875rem;
}

.Carousel .owl-carousel .owl-nav .owl-next,
.Carousel .owl-carousel .owl-nav .owl-prev {
  display: block;
  height: 2.5625rem;
  pointer-events: all;
  width: 1.6875rem;
  background: transparent url("../img/owl-next.svg") center center no-repeat;
}

.Carousel .owl-carousel .owl-nav .owl-next [aria-label],
.Carousel .owl-carousel .owl-nav .owl-prev [aria-label] {
  display: none;
}

.Carousel .owl-carousel .owl-nav .owl-prev {
  background-image: url("../img/owl-prev.svg");
}

@media screen and (min-width: 45rem) {
  .Carousel {
    margin: 3.75rem 0;
  }
  .Carousel .owl-carousel .owl-nav {
    bottom: 3.125rem;
    left: 3.125rem;
    right: 3.125rem;
  }
}

.Excerpt {
  background: #e32719;
  background: var(--runcie-primary-color, #e32719);
  color: #fff;
  padding: 0 0.9375rem 1.875rem 0.9375rem;
  position: relative;
  margin: 1.875rem -0.9375rem;
}

.Excerpt:before {
  background: url("../img/turned-corner.png") 0 0 no-repeat;
  background-size: auto 100%;
  display: block;
  content: "";
  margin-bottom: calc(-10% - 1.875rem);
  margin-left: -0.9375rem;
  padding-bottom: calc(59.57447% * (393/1080));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 21.75926%;
}

.Excerpt .Quote {
  text-align: left;
  padding: 0;
}

.Excerpt .Quote p {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.Excerpt .Quote p:after {
  display: none;
}

.Excerpt .Quote p + p {
  text-indent: 2ch;
}

.Excerpt .Quote p:first-of-type:before, .Excerpt .Quote p:last-of-type:after {
  display: block;
  margin: 1.875rem auto;
}

@media screen and (min-width: 33.75rem) {
  .Excerpt {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .Excerpt:before {
    margin-left: -1.875rem;
  }
}

@media screen and (min-width: 45rem) {
  .Excerpt {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.Footer {
  margin: 1.875rem 0;
}

@media screen and (min-width: 45rem) {
  .Footer {
    margin: 3.75rem auto;
  }
}

.Header {
  margin: 1.25rem 0 1.875rem 0;
}

.Header__logo {
  height: 5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Header__logo {
    height: calc(5rem * var(--runcie-scale));
  }
}

.Header__logo img {
  max-width: 31.25rem;
  width: 80%;
}

.Header__logo img[src*='icon.svg'] {
  max-height: 5rem;
  max-width: none;
  width: auto;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Header__logo img[src*='icon.svg'] {
    max-height: calc(5rem * var(--runcie-scale));
  }
}

.Header__menu .Menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Headline {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
  margin: 1.875rem 0;
  text-align: center;
  text-transform: uppercase;
}

.Headline > * {
  font-size: 3.125rem;
  color: inherit;
  letter-spacing: 0.25em;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Headline > * {
    font-size: calc(3.125rem * var(--runcie-scale));
  }
}

.Headline .small-caps {
  letter-spacing: 0;
  text-transform: none;
}

@media screen and (max-width: 33.6875rem) {
  .Headline {
    --runcie-scale: 0.65;
  }
}

@media screen and (min-width: 45rem) {
  .Headline {
    margin: 3.75rem 0;
  }
}

.Image {
  margin: 1.875rem 0;
}

.Image img,
.Image svg {
  display: block;
  margin: 0 auto;
}

.Image__caption {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Image__caption {
    font-size: calc(0.75rem * var(--runcie-scale));
  }
}

.Image__icon {
  fill: #e32719;
  fill: var(--runcie-primary-color, #e32719);
  height: auto;
  max-width: 40%;
  width: 100%;
}

@media screen and (min-width: 45rem) {
  .Image {
    margin: 3.75rem 0;
  }
}

.Intro {
  --runcie-scale: 0.6;
  margin: 1.875rem auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.Intro__header {
  margin-bottom: 1.25rem;
}

.Intro__header h1 {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Intro__header h1 {
    font-size: calc(2.1875rem * var(--runcie-scale));
  }
}

.Intro__header h1 strong {
  font-size: 3.125rem;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Intro__header h1 strong {
    font-size: calc(3.125rem * var(--runcie-scale));
  }
}

.Intro__header p {
  font-size: 1.875rem;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Intro__header p {
    font-size: calc(1.875rem * var(--runcie-scale));
  }
}

.Intro__header .small-caps {
  text-transform: lowercase;
}

.Intro__definition {
  counter-reset: intro-counter;
  list-style: none;
}

.Intro__definition li {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
  padding-left: 3ch;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Intro__definition li {
    font-size: calc(1.5625rem * var(--runcie-scale));
  }
}

.Intro__definition li:before {
  content: counter(intro-counter) ".";
  counter-increment: intro-counter;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  margin-left: -3ch;
  padding-right: 1.5ch;
  width: 3ch;
  white-space: nowrap;
}

.Intro__definition li:last-child {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
  margin-bottom: 0;
}

.Intro__definition a {
  text-decoration: underline;
}

.Intro__definition a:focus, .Intro__definition a:hover {
  text-decoration: none;
}

.Intro__definition span {
  font-variant: small-caps;
  text-transform: lowercase;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .Intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    max-width: none;
  }
  .Intro > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
  .Intro > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .Intro > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .Intro > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .Intro > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
}

@media screen and (min-width: 33.75rem) {
  .Intro {
    --runcie-scale: 0.95;
  }
}

@media screen and (min-width: 45rem) {
  .Intro {
    --runcie-scale: 1.2;
    margin: 3.75rem auto;
  }
}

@media screen and (min-width: 60rem) {
  .Intro {
    --runcie-scale: 1.35;
  }
}

@media screen and (min-width: 67.5rem) {
  .Intro {
    --runcie-scale: 1.5;
  }
}

.Link {
  display: block;
  margin: 1.875rem 0;
}

.Link__title {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
  font-size: 1.25rem;
  font-weight: 700;
  font-variant: small-caps;
  margin-bottom: 0;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Link__title {
    font-size: calc(1.25rem * var(--runcie-scale));
  }
}

.Link__title:first-letter {
  font-size: 3.75rem;
  padding-top: 0.3125rem;
  float: left;
  font-variant: none;
  line-height: 1;
  vertical-align: top;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Link__title:first-letter {
    font-size: calc(3.75rem * var(--runcie-scale));
  }
}

@supports (font-size: calc(1rem * var(--test))) {
  .Link__title:first-letter {
    padding-top: calc(0.3125rem * var(--runcie-scale));
  }
}

.Link__url {
  color: #262421;
  color: var(--runcie-text-color, #262421);
  font-size: 1.25rem;
  display: inline-block;
  max-width: calc(100% - 3.75rem);
  text-decoration: none;
  word-break: break-all;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Link__url {
    font-size: calc(1.25rem * var(--runcie-scale));
  }
}

.Link__url[href]:focus, .Link__url[href]:hover {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
  text-decoration: underline;
}

@media screen and (min-width: 45rem) {
  .Link {
    margin: 3.75rem auto;
  }
}

.Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 0.9375rem;
}

.Menu__item:last-child {
  margin-right: 0;
}

.Menu__link {
  color: #262421;
  color: var(--runcie-text-color, #262421);
  font-size: 1.625rem;
  font-variant: small-caps;
  -webkit-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Menu__link {
    font-size: calc(1.625rem * var(--runcie-scale));
  }
}

.Menu__link:focus, .Menu__link:hover {
  color: #e32719;
}

.Menu__item--active .Menu__link {
  color: #e32719;
  font-weight: 700;
}

@media screen and (min-width: 45rem) {
  .Menu__item {
    margin-right: 1.25rem;
  }
}

.Prose {
  margin: 1.875rem 0;
  padding: 0;
}

.Prose:last-child {
  margin-bottom: 0; 
}

/* .Prose p:after {
  width: 1.25rem;
  background: url("../img/james-runcie-icon.svg") right 0 bottom 40% no-repeat;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: calc(1em * 1.4);
  margin-left: 0.3ch;
  vertical-align: top;
} */

@supports (font-size: calc(1rem * var(--test))) {
  .Prose p:after {
    width: calc(1.25rem * var(--runcie-scale));
  }
}

.Prose p:empty {
  display: none;
}

@media screen and (min-width: 45rem) {
  .Prose--intro p,
  .Prose--size-3 p {
    font-size: 2.8125rem;
    line-height: 1.3;
  }
  @supports (font-size: calc(1rem * var(--test))) {
    .Prose--intro p,
    .Prose--size-3 p {
      font-size: calc(2.8125rem * var(--runcie-scale));
    }
  }
  .Prose--size-2 p {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
  @supports (font-size: calc(1rem * var(--test))) {
    .Prose--size-2 p {
      font-size: calc(2.1875rem * var(--runcie-scale));
    }
  }
  .Prose--size-1 p {
    font-size: 1.5625rem;
  }
  @supports (font-size: calc(1rem * var(--test))) {
    .Prose--size-1 p {
      font-size: calc(1.5625rem * var(--runcie-scale));
    }
  }
}

.Prose--intro {
  font-weight: 600;
  text-align: center;
}

.Prose--intro p:last-child:after {
  display: block;
  margin: 1.875rem auto;
}

.Prose--center {
  text-align: center;
}

.Prose--basic a {
  color: inherit;
}

.Prose--basic p:after {
  display: none;
}

.Prose--justify {
  text-align: justify;
}

.Prose--inline p {
 /* display: inline; */
}

.Prose--inline p + p {
  margin-left: 0.5ch;
}

.Prose--inline p:last-child:after {
  display: none;
}

@media screen and (min-width: 45rem) {
  .Prose {
    margin: 3.75rem 0;
  }
}

.Quote {
  display: block;
  margin: 1.875rem auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 3.75rem;
  text-align: center;
}

.Quote p:first-of-type:before,
.Quote p:last-of-type:after {
  background: url("../img/quote-open.svg") center center no-repeat;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: calc(1em * 1.4);
  vertical-align: top;
  width: 1.35em;
}

.Quote p:first-of-type:before {
  margin-right: 0.9375rem;
}

.Quote p:last-of-type:after {
  background-image: url("../img/quote-close.svg");
  margin-left: 0.9375rem;
}

.Quote p {
  font-style: italic;
  font-weight: 700;
}

.Quote p:last-of-type {
  margin-bottom: 0.3125rem;
}

.Quote cite {
  font-size: 1.25rem;
  font-style: normal;
}

@supports (font-size: calc(1rem * var(--test))) {
  .Quote cite {
    font-size: calc(1.25rem * var(--runcie-scale));
  }
}

@media screen and (min-width: 45rem) {
  .Quote {
    margin: 3.75rem auto;
  }
}

.Social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.1875rem;
}

.Social__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.Social__link {
  display: block;
  padding: 0.1875rem;
}

.Social__link:focus .Social__masked, .Social__link:hover .Social__masked {
  fill: #e32719;
}

.Social__icon {
  border-radius: 100%;
  display: block;
  height: 2.3125rem;
  overflow: hidden;
  width: 2.3125rem;
}

.Social__masked {
  fill: #666;
}

/*!
 * Containers
 */
.Page {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  min-height: 100vh;
  padding: 0.625rem;
  position: relative;
}

.Page:before {
  background-position: right -6vw top;
   background-size: auto 100%;
   content: '';
   display: block;
   height: 0;
   left: 0;
   padding-bottom: 52.72727%;
   pointer-events: none;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: transparent;
   background-image: url('../img/bg--black.svg');
   background-repeat: repeat-x;
   background-attachment: scroll;
}

.Page__inner {
  background: #f6f3ed;
  margin: 0 auto;
  max-width: 60rem;
  padding: 0.9375rem;
}

.Page--home:before {
  background-color: #e32719;
}

.Page--home .Page__inner {
  background: white;
}

@media not all and (min-aspect-ratio: 990 / 522) {
  .Page--home:before {
    padding-bottom: 0;
    height: 100%;
  }
}

.Page--blue {
  --runcie-primary-color: #295389;
}

.Page--blue:before {
  background-image: url("../img/bg--blue.svg");
}

.Page--blue.Page--alt:before {
  background-color: #295389;
}

.Page--gold {
  --runcie-primary-color: #b29867;
}

.Page--gold:before {
  background-image: url("../img/bg--gold.svg");
}

.Page--gold.Page--alt:before {
  background-color: #b29867;
}

.Page--green {
  --runcie-primary-color: #1f7869;
}

.Page--green:before {
  background-image: url("../img/bg--green.svg");
}

.Page--green.Page--alt:before {
  background-color: #1f7869;
}

.Page--purple {
  --runcie-primary-color: #832154;
}

.Page--purple:before {
  background-image: url("../img/bg--purple.svg");
}

.Page--purple.Page--alt:before {
  background-color: #832154;
}

.Page--alt:before {
  background-color: #e32719;
  background-image: url("../img/bg--black.svg");
}

.Page--special:before {
  background-image: url("../img/bg--special.svg");
}

.Page--patternless:before {
  display: none;
}

@media screen and (min-width: 33.75rem) {
  .Page {
    padding: 1.25rem;
  }
  .Page__inner {
    padding: 1.875rem;
  }
}

/**!
 * Utilities
 */
/* misc */
.brand-color {
  color: #e32719;
}

.primary-color {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
}

.small-caps {
  font-variant: small-caps;
}

p .small-caps {
  font-size: 95%;
}

.url {
  display: inline-block;
  word-break: break-all;
}

.drop-cap,
.drop-caps:first-letter {
  color: #e32719;
  display: block;
  float: left;
  font-size: 3em;
  font-variant: none;
  text-transform: uppercase;
  line-height: 1;
  margin: 0.1em 0.1em -0.1em 0;
  vertical-align: top;
}

.Prose--size-2 .drop-cap, .Prose--size-2
.drop-caps:first-letter {
  color: #e32719;
  color: var(--runcie-primary-color, #e32719);
}

/* u-visibility */
.vh,
.js .vh-no-js,
.no-js .vh-js {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* u-shame */
