/*
Theme Name: Sputnik 2019.7
Theme URI: https://cdonald.co
Author: CDonald.co
Author URI: https://cdonald.co
Version: 1.1
Tags: one-column, two-columns, right-sidebar, flexible-header,
accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo,
editor-style, featured-images, footer-widgets, post-formats,
rtl-language-support, sticky-post, theme-options,
threaded-comments, translation-ready
*/
afig
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  display: block;
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 35px #f8f5f3 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.invert input:-webkit-autofill,
.invert input:-webkit-autofill:hover,
.invert input:-webkit-autofill:focus
textarea:-webkit-autofill,
.invert textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.invert select:-webkit-autofill,
.invert select:-webkit-autofill:hover,
.invert select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 35px #1b222d inset !important;
}

input:focus,
select:focus {
  outline: inherit;
}

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

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

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

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

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

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

/**
 * 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"] {
  -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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  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;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Prospectus';
  src: url("assets/fonts/ProspectusStd-BlkItal.eot");
  src: url("assets/fonts/ProspectusStd-BlkItal.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProspectusStd-BlkItal.woff2") format("woff2"), url("assets/fonts/ProspectusStd-BlkItal.woff") format("woff"), url("assets/fonts/ProspectusStd-BlkItal.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Prospectus';
  src: url("assets/fonts/ProspectusStd-Reg.eot");
  src: url("assets/fonts/ProspectusStd-Reg.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProspectusStd-Reg.woff2") format("woff2"), url("assets/fonts/ProspectusStd-Reg.woff") format("woff"), url("assets/fonts/ProspectusStd-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Prospectus';
  src: url("assets/fonts/ProspectusStd-Italic.eot");
  src: url("assets/fonts/ProspectusStd-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProspectusStd-Italic.woff2") format("woff2"), url("assets/fonts/ProspectusStd-Italic.woff") format("woff"), url("assets/fonts/ProspectusStd-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Prospectus';
  src: url("assets/fonts/ProspectusStd-Blk.eot");
  src: url("assets/fonts/ProspectusStd-Blk.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProspectusStd-Blk.woff2") format("woff2"), url("assets/fonts/ProspectusStd-Blk.woff") format("woff"), url("assets/fonts/ProspectusStd-Blk.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Morganite';
  src: url("assets/fonts/Morganite-ExtraBold.eot");
  src: url("assets/fonts/Morganite-ExtraBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Morganite-ExtraBold.woff2") format("woff2"), url("assets/fonts/Morganite-ExtraBold.woff") format("woff"), url("assets/fonts/Morganite-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Morganite';
  src: url("assets/fonts/Morganite-ExtraBoldItalic.eot");
  src: url("assets/fonts/Morganite-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Morganite-ExtraBoldItalic.woff2") format("woff2"), url("assets/fonts/Morganite-ExtraBoldItalic.woff") format("woff"), url("assets/fonts/Morganite-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Morganite';
  src: url("assets/fonts/Morganite-Book.eot");
  src: url("assets/fonts/Morganite-Book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Morganite-Book.woff2") format("woff2"), url("assets/fonts/Morganite-Book.woff") format("woff"), url("assets/fonts/Morganite-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ================================= */
/* MIXINS & VARIABLES                */
/* ================================= */
/* ================================= */
/* FONTS                             */
/* ================================= */
.ft-bold {
  font-weight: 700;
}

.ft-center {
  text-align: center;
}
.ft-center .para__bind {
  margin-left: auto;
  margin-right: auto;
}

.ft-italic {
  font-style: italic;
}

.ft-morganite {
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  /* text-transform: uppercase;  font-family: 'titlinggothicfb narrow'; font-weight: 500; letter-spacing: 0.05em; */
}
.ft-morganite.caps-override {
  text-transform: none;
}

.ft-wide {
  font-family: 'titlinggothicfb wide', titling-gothic-fb-wide, sans-serif;
  font-weight: 500;
}

.ft-cabin {
  font-family: "synthese", synthese, helvetica, arial, sans-serif;
}

.ft-prospectus {
  font-family: 'inconsolata', monospace;
  letter-spacing: 0;
}

.ft-underline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  padding-bottom: .5rem;
}
.ft-underline--grey {
  border-bottom-color: #f8f5f3;
}
.ft-underline--blue {
  border-bottom-color: #3333aa;
}

span.indent {
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  /* text-transform: uppercase;  font-family: 'titlinggothicfb narrow'; font-weight: 500; letter-spacing: 0.05em; */
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 2.2rem;
  float: left;
  color: #3333aa;
  margin-right: 2rem;
}
@media (min-width: 960px) {
  span.indent {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-bottom: 1.3rem;
  }
}

.ft-01 {
  font-size: 12px;
  line-height: 1rem;
}

.ft-02 {
  font-size: 14px;
  line-height: 1.5rem;
}

.ft-03 {
  font-size: 16px;
  line-height: 2rem;
}
@media (min-width: 960px) {
  .ft-03 {
    font-size: 18px;
  }
}

.ft-04 {
  font-size: 1rem;
  line-height: 2rem;
}

.ft-06 {
  font-size: 18px;
  line-height: 2rem;
}
@media (min-width: 960px) {
  .ft-06 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.ft-07 {
  font-size: 22px;
  line-height: 2rem;
}
@media (min-width: 960px) {
  .ft-07 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.ft-08 {
  font-size: 24px;
  line-height: 2.5rem;
}
@media (min-width: 960px) {
  .ft-08 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

.ft-09 {
  font-size: 30px;
  line-height: 2.5rem;
}
@media (min-width: 960px) {
  .ft-09 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

/* ================================= */
/* TAG DEFAULTS                      */
/* ================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: #f8f5f3;
  color: #1b222d;
  font-family: "synthese", helvetica, arial, sans-serif;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  width: 100%;
  font-weight: 400;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 2rem;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
}
body.loaded {
  opacity: 1;
}
@media (max-width: 959px) {
  body.menu-active {
    position: fixed;
  }
}

.colour-theme--red-highlight p a, .colour-theme--red-highlight p a:link, .colour-theme--red-highlight p a:visited, .colour-theme--red-highlight span a, .colour-theme--red-highlight span a:link, .colour-theme--red-highlight span a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -1px 0 #ff9097;
          box-shadow: inset 0 -1px 0 #ff9097;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.colour-theme--red-highlight p a.soft, .colour-theme--red-highlight p a:link.soft, .colour-theme--red-highlight p a:visited.soft, .colour-theme--red-highlight span a.soft, .colour-theme--red-highlight span a:link.soft, .colour-theme--red-highlight span a:visited.soft {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
.colour-theme--red-highlight p a.no-style, .colour-theme--red-highlight p a:link.no-style, .colour-theme--red-highlight p a:visited.no-style, .colour-theme--red-highlight span a.no-style, .colour-theme--red-highlight span a:link.no-style, .colour-theme--red-highlight span a:visited.no-style {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colour-theme--red-highlight p a:hover, .colour-theme--red-highlight span a:hover {
  color: #ff9097;
  -webkit-box-shadow: inset 0 -1px #ff9097;
          box-shadow: inset 0 -1px #ff9097;
}
.colour-theme--red-highlight .post-content a, .colour-theme--red-highlight .post-content a:link, .colour-theme--red-highlight .post-content a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -4px 0 #fdd5db;
          box-shadow: inset 0 -4px 0 #fdd5db;
  padding-bottom: 0;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}
.colour-theme--red-highlight .post-content a:hover {
  -webkit-box-shadow: inset 0 -1px #fdd5db;
          box-shadow: inset 0 -1px #fdd5db;
}
.colour-theme--red-highlight .highlight {
  color: #ff9097;
}
.colour-theme--red-highlight .highlight-fill {
  fill: #ff9097;
}
.colour-theme--red-highlight .highlight-background {
  background-color: #ff9097;
}
.colour-theme--red-highlight .block-background {
  /* background-color: white; */
}
.colour-theme--red-highlight .highlight-border {
  border-color: #ff9097;
}
.colour-theme--red-highlight .highlight-border-bottom {
  border-bottom-color: #ff9097;
}
.colour-theme--red-highlight h2, .colour-theme--red-highlight h3, .colour-theme--red-highlight h4, .colour-theme--red-highlight h5, .colour-theme--red-highlight h6 {
  color: #ff9097;
}
.colour-theme--red-highlight .post-content blockquote:not(.wp-block-quote)::before, .colour-theme--red-highlight .post-content blockquote:not(.wp-block-quote)::after {
  border-top-color: #ff9097;
}
.colour-theme--red-highlight .post-content blockquote:not(.wp-block-quote) p {
  color: #ff9097;
}
.colour-theme--red-highlight .post-content .wp-block-quote p {
  border-left-color: #ff9097;
}
.colour-theme--red-highlight .post-content .wp-block-sputnik-blocks-gutenberg-intro-block {
  /* color: $red-strong; */
  border-bottom-color: #ff9097;
}
.colour-theme--red-highlight .post-content .wp-block-sputnik-blocks-gutenberg-divider {
  border-bottom-color: #ff9097;
}
.colour-theme--red-highlight .post-content .wp-block-sputnik-blocks-gutenberg-question-block {
  color: #ff9097;
}
.colour-theme--red-highlight .highlight-override:hover {
  color: #1b222d;
  -webkit-box-shadow: inset 0 -1px 0 #1b222d;
          box-shadow: inset 0 -1px 0 #1b222d;
}
.colour-theme--red-highlight .invert-copy {
  color: white;
}
.colour-theme--red-highlight .invert-copy .highlight {
  /* color: white; */
}
.colour-theme--blue-highlight p a, .colour-theme--blue-highlight p a:link, .colour-theme--blue-highlight p a:visited, .colour-theme--blue-highlight span a, .colour-theme--blue-highlight span a:link, .colour-theme--blue-highlight span a:visited, .colour-theme--gradient p a, .colour-theme--gradient p a:link, .colour-theme--gradient p a:visited, .colour-theme--gradient span a, .colour-theme--gradient span a:link, .colour-theme--gradient span a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -1px 0 #3333aa;
          box-shadow: inset 0 -1px 0 #3333aa;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.colour-theme--blue-highlight p a.soft, .colour-theme--blue-highlight p a:link.soft, .colour-theme--blue-highlight p a:visited.soft, .colour-theme--blue-highlight span a.soft, .colour-theme--blue-highlight span a:link.soft, .colour-theme--blue-highlight span a:visited.soft, .colour-theme--gradient p a.soft, .colour-theme--gradient p a:link.soft, .colour-theme--gradient p a:visited.soft, .colour-theme--gradient span a.soft, .colour-theme--gradient span a:link.soft, .colour-theme--gradient span a:visited.soft {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
.colour-theme--blue-highlight p a.no-style, .colour-theme--blue-highlight p a:link.no-style, .colour-theme--blue-highlight p a:visited.no-style, .colour-theme--blue-highlight span a.no-style, .colour-theme--blue-highlight span a:link.no-style, .colour-theme--blue-highlight span a:visited.no-style, .colour-theme--gradient p a.no-style, .colour-theme--gradient p a:link.no-style, .colour-theme--gradient p a:visited.no-style, .colour-theme--gradient span a.no-style, .colour-theme--gradient span a:link.no-style, .colour-theme--gradient span a:visited.no-style {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colour-theme--blue-highlight p a:hover, .colour-theme--blue-highlight span a:hover, .colour-theme--gradient p a:hover, .colour-theme--gradient span a:hover {
  color: #3333aa;
  -webkit-box-shadow: inset 0 -1px #3333aa;
          box-shadow: inset 0 -1px #3333aa;
}
.colour-theme--blue-highlight .post-content a, .colour-theme--blue-highlight .post-content a:link, .colour-theme--blue-highlight .post-content a:visited, .colour-theme--gradient .post-content a, .colour-theme--gradient .post-content a:link, .colour-theme--gradient .post-content a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -4px 0 #c3c3f7;
          box-shadow: inset 0 -4px 0 #c3c3f7;
  padding-bottom: 0;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}
.colour-theme--blue-highlight .post-content a:hover, .colour-theme--gradient .post-content a:hover {
  -webkit-box-shadow: inset 0 -1px #c3c3f7;
          box-shadow: inset 0 -1px #c3c3f7;
}
.colour-theme--blue-highlight .highlight, .colour-theme--gradient .highlight {
  color: #3333aa;
}
.colour-theme--blue-highlight .highlight-fill, .colour-theme--gradient .highlight-fill {
  fill: #3333aa;
}
.colour-theme--blue-highlight .highlight-background, .colour-theme--gradient .highlight-background {
  background-color: #3333aa;
}
.colour-theme--blue-highlight .block-background, .colour-theme--gradient .block-background {
  /* background-color: $black; */
}
.colour-theme--blue-highlight .highlight-border, .colour-theme--gradient .highlight-border {
  border-color: #3333aa;
}
.colour-theme--blue-highlight .highlight-border-bottom, .colour-theme--gradient .highlight-border-bottom {
  border-bottom-color: #3333aa;
}
.colour-theme--blue-highlight h2, .colour-theme--blue-highlight h3, .colour-theme--blue-highlight h4, .colour-theme--blue-highlight h5, .colour-theme--blue-highlight h6, .colour-theme--gradient h2, .colour-theme--gradient h3, .colour-theme--gradient h4, .colour-theme--gradient h5, .colour-theme--gradient h6 {
  color: #3333aa;
}
.colour-theme--blue-highlight .post-content blockquote:not(.wp-block-quote)::before, .colour-theme--blue-highlight .post-content blockquote:not(.wp-block-quote)::after, .colour-theme--gradient .post-content blockquote:not(.wp-block-quote)::before, .colour-theme--gradient .post-content blockquote:not(.wp-block-quote)::after {
  border-top-color: #3333aa;
}
.colour-theme--blue-highlight .post-content blockquote:not(.wp-block-quote) p, .colour-theme--gradient .post-content blockquote:not(.wp-block-quote) p {
  color: #3333aa;
}
.colour-theme--blue-highlight .post-content .wp-block-quote p, .colour-theme--gradient .post-content .wp-block-quote p {
  border-left-color: #3333aa;
}
.colour-theme--blue-highlight .post-content .wp-block-sputnik-blocks-gutenberg-intro-block, .colour-theme--gradient .post-content .wp-block-sputnik-blocks-gutenberg-intro-block {
  /* color: $blue-strong; */
  border-bottom-color: #3333aa;
}
.colour-theme--blue-highlight .post-content .wp-block-sputnik-blocks-gutenberg-divider, .colour-theme--gradient .post-content .wp-block-sputnik-blocks-gutenberg-divider {
  border-bottom-color: #3333aa;
}
.colour-theme--blue-highlight .post-content .wp-block-sputnik-blocks-gutenberg-question-block, .colour-theme--gradient .post-content .wp-block-sputnik-blocks-gutenberg-question-block {
  color: #3333aa;
}
.colour-theme--blue-highlight .highlight-override:hover, .colour-theme--gradient .highlight-override:hover {
  color: #1b222d;
  -webkit-box-shadow: inset 0 -1px 0 #1b222d;
          box-shadow: inset 0 -1px 0 #1b222d;
}
.colour-theme--blue-highlight .invert-copy, .colour-theme--gradient .invert-copy {
  color: white;
}
.colour-theme--blue-highlight .invert-copy .highlight, .colour-theme--gradient .invert-copy .highlight {
  color: white;
}
.colour-theme--black {
  background: #272f41;
  color: white;
}
.colour-theme--black p a, .colour-theme--black p a:link, .colour-theme--black p a:visited, .colour-theme--black span a, .colour-theme--black span a:link, .colour-theme--black span a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -1px 0 #ff9097;
          box-shadow: inset 0 -1px 0 #ff9097;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.colour-theme--black p a.soft, .colour-theme--black p a:link.soft, .colour-theme--black p a:visited.soft, .colour-theme--black span a.soft, .colour-theme--black span a:link.soft, .colour-theme--black span a:visited.soft {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
.colour-theme--black p a.no-style, .colour-theme--black p a:link.no-style, .colour-theme--black p a:visited.no-style, .colour-theme--black span a.no-style, .colour-theme--black span a:link.no-style, .colour-theme--black span a:visited.no-style {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colour-theme--black p a:hover, .colour-theme--black span a:hover {
  color: #ff9097;
  -webkit-box-shadow: inset 0 -1px #ff9097;
          box-shadow: inset 0 -1px #ff9097;
}
.colour-theme--black .post-content a, .colour-theme--black .post-content a:link, .colour-theme--black .post-content a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -4px 0 #3333aa;
          box-shadow: inset 0 -4px 0 #3333aa;
  padding-bottom: 0;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}
.colour-theme--black .post-content a:hover {
  -webkit-box-shadow: inset 0 -1px #3333aa;
          box-shadow: inset 0 -1px #3333aa;
}
.colour-theme--black .highlight {
  color: #ff9097;
}
.colour-theme--black .highlight-fill {
  fill: #ff9097;
}
.colour-theme--black .highlight-background {
  background-color: #ff9097;
}
.colour-theme--black .block-background {
  background-color: #ff9097;
}
.colour-theme--black .highlight-border-bottom {
  border-bottom-color: #ff9097;
}
.colour-theme--black h2, .colour-theme--black h3, .colour-theme--black h4, .colour-theme--black h5, .colour-theme--black h6 {
  color: #ff9097;
}
.colour-theme--black .post-content blockquote:not(.wp-block-quote)::before, .colour-theme--black .post-content blockquote:not(.wp-block-quote)::after {
  border-top-color: #ff9097;
}
.colour-theme--black .post-content blockquote:not(.wp-block-quote) p {
  color: #ff9097;
}
.colour-theme--black .post-content .wp-block-quote p {
  border-left-color: #ff9097;
}
.colour-theme--black .post-content .wp-block-sputnik-blocks-gutenberg-intro-block {
  /* color: $blue-strong; */
  border-bottom-color: #ff9097;
}
.colour-theme--black .post-content .wp-block-sputnik-blocks-gutenberg-divider {
  border-bottom-color: #ff9097;
}
.colour-theme--black .post-content .wp-block-sputnik-blocks-gutenberg-question-block {
  color: #ff9097;
}
.colour-theme--black .highlight-override:hover {
  color: white;
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
}
.colour-theme--black .invert-copy {
  color: white;
}
.colour-theme--black .invert-copy .highlight {
  color: white;
}
.colour-theme--gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc100), to(#f37b7d));
  background: -o-linear-gradient(top, #ffc100 0%, #f37b7d 100%);
  background: linear-gradient(to bottom, #ffc100 0%, #f37b7d 100%);
}
.colour-theme--gradient .over-image {
  color: white;
}
.colour-theme--gradient .inverted__bg {
  background-color: #3333aa;
}
.colour-theme--gradient .invert-copy {
  color: #c3c3f7;
}
.colour-theme--gradient .invert-copy a, .colour-theme--gradient .invert-copy a:link, .colour-theme--gradient .invert-copy a:visited {
  color: inherit;
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.colour-theme--gradient .invert-copy a:hover {
  color: white;
  -webkit-box-shadow: inset 0 -1px white;
          box-shadow: inset 0 -1px white;
}
.colour-theme--gradient .invert-copy .highlight, .colour-theme--gradient .invert-copy h2, .colour-theme--gradient .invert-copy h3, .colour-theme--gradient .invert-copy h4, .colour-theme--gradient .invert-copy h5, .colour-theme--gradient .invert-copy h6 {
  color: white;
}

main {
  width: 100%;
  display: inline-block;
}

button, input, optgroup, select, textarea {
  font-family: "synthese", helvetica, arial, sans-serif;
  margin: 0;
  line-height: 1rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.event__container i {
  margin-right: 1rem;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.fullwidth {
  width: 100%;
}

.link-full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
}

.invert-copy {
  color: white;
}

.standard-hover {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.standard-hover:hover {
  opacity: 0.7;
}

/* ================================= */
/* ICONS                             */
/* ================================= */
.sprite {
  background-image: url("assets/icons/sprite.svg");
  background-repeat: no-repeat;
}

.icon {
  display: block;
}
.icon--bookmark {
  width: 16px;
  height: 21px;
  background-size: 768px 546px;
  background-position: 0px -80px;
}
.icon--twitter {
  width: 22px;
  height: 19px;
  background-size: 834px 593px;
  background-position: 0px -58px;
}
.icon--facebook {
  width: 13px;
  height: 21px;
  background-size: 814px 579px;
  background-position: 0px -113px;
}

/* ================================= */
/* COLOURS                           */
/* ================================= */
.ft-grey {
  color: #9B9B9B;
}

.highlight--white {
  color: white;
}

a.link-yellow {
  color: #3333aa;
}

a.link-yellow:hover {
  color: #3333aa;
}

a.link-grey {
  color: #9B9B9B;
}

a.link-grey:hover {
  color: #3333aa;
}

a.link-blue {
  color: #3333aa;
}

a.link-blue:hover {
  color: #1b222d;
}

a.link-black {
  color: #1b222d;
}

a.link-black:hover {
  color: #3333aa;
}

a.link-nav {
  color: inherit;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
a.link-nav:hover {
  opacity: 0.7;
}
a.link-nav.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.nav--darktheme a.link-nav.active {
  border-bottom-color: white;
}

/* ================================= */
/* POSITION & SPACING                */
/* ================================= */
.page__gutter {
  width: calc(100% - 32px);
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .page__gutter {
    max-width: 1306px;
    width: calc(100% - 128px);
  }
}
.page__gutter.no-max {
  max-width: none;
}

.intro-block {
  padding-top: 2rem;
  position: relative;
}
.intro-block--blue .highlight, .intro-block--green .highlight, .intro-block--black .highlight {
  color: white;
}
.intro-block--blue .highlight a,
.intro-block--blue .highlight a:link,
.intro-block--blue .highlight a:visited, .intro-block--green .highlight a,
.intro-block--green .highlight a:link,
.intro-block--green .highlight a:visited, .intro-block--black .highlight a,
.intro-block--black .highlight a:link,
.intro-block--black .highlight a:visited {
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
}
.intro-block--blue .highlight a:hover, .intro-block--green .highlight a:hover, .intro-block--black .highlight a:hover {
  color: #ff9097;
  -webkit-box-shadow: inset 0 -1px 0 #ff9097;
          box-shadow: inset 0 -1px 0 #ff9097;
}
.intro-block--pink .highlight {
  color: white;
}
.intro-block--peach .highlight {
  color: white;
}
.intro-block__background {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 1rem);
  width: 100%;
  z-index: -1;
}
.intro-block--blue .intro-block__background {
  background-color: #3333aa;
}
.intro-block--pink .intro-block__background {
  background-color: #fb9fa4;
}
.intro-block--peach .intro-block__background {
  background-color: #ff9097;
}
.intro-block--green .intro-block__background {
  background-color: #04bf8a;
  opacity: 0.2;
}
.intro-block--black .intro-block__background {
  background-color: #272f41;
}
.intro-block-inner {
  padding: 1rem 0 0;
}
@media (min-width: 960px) {
  .intro-block--blue .intro-block-inner--right {
    /* border-left-color: #3333ee; */
  }
  .intro-block-inner--right p {
    margin-top: 1rem;
  }
}

.small__padding {
  padding: 1.5rem 0;
}

.element__padding {
  padding: 2rem 0;
}

.large__padding {
  padding: 4rem 0;
}

.element__margin {
  margin: 4rem 0;
}

.section__margin {
  margin: 2rem 0;
  position: relative;
}
@media (min-width: 960px) {
  .section__margin {
    margin: 6rem 0;
  }
}
.intro-block + .section__margin {
  margin-top: 1rem;
}

.element__gutter {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 960px) {
  .element__gutter {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.double-spacing--bottom {
  margin-bottom: 2rem;
}

.page__section.image {
  position: relative;
}

.section__image-sizing {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__image--transparent {
  opacity: 0.4;
}
.section__image.background {
  z-index: -1;
}

.section__image-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__image-mask--black {
  background: rgba(25, 25, 25, 0.5);
}
.section__image-mask--blue {
  background: rgba(63, 58, 223, 0.5);
}

.lockup-position {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 960px) {
  .lockup-position {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    padding: 0;
  }
  .lockup-position.right {
    right: 0;
  }
  .lockup-position.left {
    left: 0;
  }
}

.lockup-insert {
  position: absolute;
}
.lockup-insert.half {
  width: 50%;
  height: 100%;
}
.lockup-insert.quarter {
  width: 50%;
  height: 50%;
}
.lockup-insert.top {
  top: 0;
}
.lockup-insert.bottom {
  bottom: 0;
}
.lockup-insert.left {
  left: 0;
}
.lockup-insert.right {
  right: 0;
}

@media (min-width: 960px) {
  .lockup-text--left {
    padding-right: 4rem;
  }
  .lockup-text--right {
    padding-left: 4rem;
  }
}
.section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__columns--fold {
  /* flex-flow: row wrap; */
}
.section__columns--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.section__columns.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (min-width: 960px) {
  .section__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section__columns--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.column {
  max-width: 550px;
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {
  .column {
    max-width: none;
  }
}
.column *:first-child {
  margin-top: 0;
}
.column--full {
  width: 100%;
}
.column--full .para__bind {
  margin-left: auto;
  margin-right: auto;
}
.column--half {
  width: 100%;
  margin: 0 auto 2rem;
}
@media (min-width: 960px) {
  .column--half {
    width: calc((100% - 4rem) * 0.5);
    margin: 0;
  }
}
@media (min-width: 960px) {
  .column--half.right {
    text-align: right;
  }
}
.column--half.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--half.column--title {
  margin: 0;
}
@media (min-width: 960px) {
  .column--third {
    width: calc((100% - 4rem) * 0.3333333);
  }
}
.column__title {
  margin-bottom: 1rem;
}
.intro-block .column__title {
  margin-bottom: 1rem;
}
.column__image {
  position: relative;
}
.column h2:not(.ft-08), .column h3:not(.ft-08), .column h4:not(.ft-08) {
  font-size: 18px;
  line-height: 2rem;
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  /* text-transform: uppercase;  font-family: 'titlinggothicfb narrow'; font-weight: 500; letter-spacing: 0.05em; */
}
@media (min-width: 960px) {
  .column h2:not(.ft-08), .column h3:not(.ft-08), .column h4:not(.ft-08) {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-close {
  margin-bottom: 0;
}

.para__bind {
  max-width: 712px;
}
.para__bind--large {
  max-width: 850px;
}

.no-mrgn {
  margin-top: 0;
  margin-bottom: 0;
}

/* ================================= */
/* PAGE ELEMENTS                     */
/* ================================= */
blockquote:not(.wp-block-quote) {
  font-size: 18px;
  line-height: 2rem;
  font-family: 'titlinggothicfb wide', titling-gothic-fb-wide, sans-serif;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  /* text-align:center; */
}
@media (min-width: 960px) {
  blockquote:not(.wp-block-quote) {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.column__background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: calc(100% - 6rem);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.column__background.transparent {
  opacity: 0.5;
}

.section__header {
  width: 100%;
  padding: 1.5rem 0;
  background: #3333aa;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

button, .button, a.button {
  padding: 1.5rem 2rem;
  font-size: inherit;
  white-space: nowrap;
  font-weight: 700;
  border-color: inherit;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  /* text-transform: uppercase;  font-family: 'titlinggothicfb narrow'; font-weight: 500; letter-spacing: 0.05em; */
}
button--slim, .button--slim, a.button--slim {
  /* padding: 0.5rem 1rem; */
}
button:hover, .button:hover, a.button:hover {
  opacity: 0.7;
}
button:focus, .button:focus, a.button:focus {
  outline: none;
}

input, select, input:-webkit-autofill, select:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: inherit;
  line-height: inherit;
  background: none;
  border: none;
  border-bottom-color: #ff9097;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  color: #ff9097;
  padding: 1rem 0;
  width: 100%;
  font-size: inherit;
  text-align: left;
  margin-bottom: 1em;
  max-width: 100%;
  /* @include bp(med) { padding: 1rem 2rem; } */
}
input.submit, select.submit, input:-webkit-autofill.submit, select:-webkit-autofill.submit {
  font-weight: 700;
  background: url("https://sptnk.co.uk/images/Arrow-Right.png") no-repeat right 32px center;
  background-size: 2rem;
  padding: 1.5rem 60px 1.5rem 1.5rem;
  border: 1px solid #ff9097;
  cursor: pointer;
}
input.submit:hover, select.submit:hover, input:-webkit-autofill.submit:hover, select:-webkit-autofill.submit:hover {
  opacity: 0.7;
}
input.invert, .invert input, select.invert, .invert select, input:-webkit-autofill.invert, .invert input:-webkit-autofill, select:-webkit-autofill.invert, .invert select:-webkit-autofill {
  border-bottom-color: white;
  color: white;
}
input.invert.submit, .invert input.submit, select.invert.submit, .invert select.submit, input:-webkit-autofill.invert.submit, .invert input:-webkit-autofill.submit, select:-webkit-autofill.invert.submit, .invert select:-webkit-autofill.submit {
  background: transparent url("https://sptnk.co.uk/images/Arrow-Right-White.png") no-repeat right 32px center;
  background-size: 2rem;
  border: 1px solid white;
}

input[type=radio], input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0 1rem 0 0;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background: #ff9097;
}

.underline {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.hero_background-container {
  position: relative;
  padding: 1rem;
}
.hero_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block--columns .hero_background {
  height: calc(100% + 5rem);
}
.hero_subtitle {
  margin: 0;
  max-width: 550px;
}
.hero_container {
  max-width: calc(550px + 2rem);
  width: 100%;
  margin: 1rem auto;
  position: relative;
}
@media (min-width: 960px) {
  .hero_container {
    max-width: none;
    width: calc(100% - 128px);
  }
}
.hero_container.full {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .hero_container:first-child {
    margin-top: 0;
  }
}
.hero_content {
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 960px) {
  .hero_content {
    padding: 0 3rem;
  }
}

/* ================================= */
/* PAGE BASICS                       */
/* ================================= */
.header__container {
  width: 100%;
  z-index: 2000;
  /* border-bottom: 3px solid white; */
}
.header__container--darktheme {
  /* border-bottom-color: $black; */
}

.mainmenu__container {
  width: 100%;
}

.header__placeholder {
  height: 0;
  width: 100%;
  z-index: -1;
}

.logo-container {
  width: 80px;
  overflow: hidden;
  margin-right: 2rem;
}
.logo-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.logo-container a:hover {
  opacity: 0.7;
}
@media (min-width: 960px) {
  .logo-container {
    width: auto;
    position: absolute;
    z-index: 20;
  }
}

.site-logo {
  height: 1.3rem;
  max-width: none;
  margin-left: -70px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 960px) {
  .site-logo {
    height: 1.4rem;
    margin-left: 0;
  }
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.02rem;
}
.nav--lighttheme {
  color: #1b222d;
}
.nav--lighttheme a:hover.link-nav {
  color: #3333aa;
}
.nav--darktheme {
  color: white !important;
}
.nav ul.nav-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  display: none;
  color: #1b222d;
}
@media (min-width: 960px) {
  .nav ul.nav-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3rem;
  }
}
.nav ul.nav-primary li + li {
  margin-left: 1rem;
}
.nav ul.nav-primary li.contains-submenu {
  position: relative;
}
.nav ul.nav-primary li.contains-submenu ul.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  top: 1.5rem;
}
.nav ul.nav-primary li.contains-submenu ul.submenu li {
  display: block;
  white-space: nowrap;
}
.nav ul.nav-primary li.contains-submenu ul.submenu li + li {
  margin-left: 0;
}
.nav ul.nav-primary li.contains-submenu:hover ul.submenu {
  opacity: 1;
  visibility: visible;
}
.nav ul.nav-secondary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav ul.nav-secondary li {
  color: #6a6a6a;
}
.nav ul.nav-secondary li a.active {
  border-bottom-width: 0px;
}
.nav ul.nav-secondary li + li {
  margin-left: 1rem;
}
.nav__icon {
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.nav__icon:hover {
  opacity: .7;
}
.nav__icon + .nav__icon {
  margin-left: 1rem;
}
.nav__icon .header__icon-img {
  height: 100%;
}

.nav-dropdown {
  width: 100%;
}
@media (max-width: 959px) {
  .nav-dropdown {
    display: none;
  }
}

.nav-secondary__container {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  color: #a7a7a7;
}

.overlay {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  background: #1b222d;
  color: white;
  position: fixed;
  z-index: 2000;
  opacity: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.overlay__content {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.overlay.active .overlay__content {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.search__overlay {
  background: #1b222d;
  height: 100vh;
  z-index: 3000;
}
.search__box {
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
}
.search__box input {
  padding: 1rem 0;
  background-color: transparent;
  border: none;
  color: white;
  text-align: left;
}
.search__close {
  width: 1rem;
}
@media (min-width: 960px) {
  .search__close {
    width: 2rem;
  }
}

.menu__close {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__close .page__gutter {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.menu__padding {
  padding: 4rem 0;
}
.menu__inner {
  width: 100%;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.menu__overlay .menu__inner {
  opacity: 0;
}
.menu__inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__inner ul li {
  padding-bottom: .25rem;
}
.menu__inner ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__inner ul li a:hover {
  opacity: .7;
}
.menu__inner ul li.contains-submenu {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__inner ul li.title {
  font-weight: 500;
  padding-bottom: .5rem;
}
.menu__inner ul li.title a {
  border-bottom: 1px solid white;
  padding-bottom: .25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__inner ul ul.submenu {
  font-weight: 400;
  margin-left: 2rem;
}
.menu__inner ul ul.submenu li {
  padding: 0 0 .5rem;
}
.menu__inner ul ul.submenu li + li {
  border-top: none;
}
.menu__inner ul + ul {
  margin-top: 2rem;
}
.menu__overlay {
  height: 0;
  -webkit-transition: visibility 0.1s ease-in-out 0.3s, opacity 0.1s ease-in-out 0.3s, height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1) 0.1s;
  -o-transition: visibility 0.1s ease-in-out 0.3s, opacity 0.1s ease-in-out 0.3s, height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1) 0.1s;
  transition: visibility 0.1s ease-in-out 0.3s, opacity 0.1s ease-in-out 0.3s, height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1) 0.1s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.menu__overlay.active {
  height: 100vh;
  overflow-y: scroll;
  -webkit-transition: height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1);
  -o-transition: height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1);
  transition: height 0.25s cubic-bezier(0.9, 0.02, 0.6, 1);
}
@media (min-width: 960px) {
  .menu__overlay.active {
    height: 496px;
    overflow: hidden;
  }
}
.menu__overlay.active .menu__inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 275ms;
  -o-transition: opacity 0.3s ease-in-out 275ms;
  transition: opacity 0.3s ease-in-out 275ms;
}

.mc4wp-form-fields p {
  margin-bottom: 0;
}

.footer {
  padding: 1rem 0;
  width: 100%;
  background: #272f41;
  color: white;
}
.colour-theme--black .footer {
  background: #121212;
}
.footer ul.colophon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.colophon li {
  display: inline;
}
.footer ul.colophon li + li:before {
  content: '|';
  margin: 0 .5rem;
  display: inline;
}
.footer ul.colophon a, .footer ul.colophon a:link, .footer ul.colophon a:visited {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.footer ul.colophon a:hover {
  opacity: 0.7;
}

.ease-in {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ease-in.loaded {
  opacity: 1;
}

/* ================================= */
/* PAGE TEMPLATE                     */
/* ================================= */
.basic__title {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .basic__title {
    text-align: center;
  }
}

.feature-block {
  position: relative;
  padding: 2rem 1rem;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .feature-block {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 959px) {
  .feature-block:first-of-type {
    margin-top: 0;
  }
}
.feature-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.feature-block .bg--peach {
  background-color: #ff9097;
}
.feature-block .bg--blue {
  background-color: #1b222d;
}
.feature-block .bg--pink {
  background-color: #fb9fa4;
}
.feature-block .bg--red {
  background-color: #fb5838;
}
.feature-block .bg--green {
  background-color: #04bf8a;
}
.feature-block .bg--gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9097), to(#f37b7d));
  background: -o-linear-gradient(top, #ff9097 0%, #f37b7d 100%);
  background: linear-gradient(to bottom, #ff9097 0%, #f37b7d 100%);
}
.feature__carousel {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 2rem 0;
}
.feature__carousel .carousel__container {
  max-width: 653px;
}
.feature__carousel .carousel__container--left {
  margin: 0;
}
.feature__carousel .carousel__container--center {
  margin: 0 auto;
}
.feature__carousel .carousel__container--right {
  margin: 0 0 0 auto;
}
@media (max-width: 959px) {
  .feature__carousel .carousel__container {
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .feature__carousel {
    padding: 6rem 0;
  }
}
@media (min-width: 960px) {
  .feature__title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: calc(100% - 2rem);
    max-width: 1306px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.feature__title {
  width: calc(100% - 2rem);
}
.feature__title--center {
  text-align: center;
  margin: 0 auto;
}
.feature__title--right {
  text-align: right;
}
@media (min-width: 960px) {
  .feature__title {
    position: absolute;
    top: 50%;
    width: calc(100% - 8rem);
  }
  .feature__title--left {
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feature__title--center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .feature__title--right {
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.feature__title h2 {
  font-family: 'titlinggothicfb wide', titling-gothic-fb-wide, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 2.5rem;
}
@media (min-width: 960px) {
  .feature__title h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.feature__title h2.title-bg--white {
  color: white;
}
.feature__title h2.title-bg--peach {
  color: #ff9097;
}
.feature__title h2.title-bg--blue {
  color: #3333aa;
}
.feature__title h2.title-bg--pink {
  color: #fb9fa4;
}
.feature__title h2.title-bg--green {
  color: #04bf8a;
}
.feature__title h2.title-bg--red {
  color: #fb5838;
}
.feature__title a {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.feature__title a:hover {
  opacity: 0.7;
}
.feature__text {
  width: 100%;
  max-width: 1306px;
  padding: 2rem;
  text-align: center;
}
.feature__text--white {
  color: white;
}
.feature__text--peach {
  color: #ff9097;
}
.feature__text--blue {
  color: #1b222d;
}
.feature__text--pink {
  color: #fb9fa4;
}
.feature__text--red {
  color: #fb5838;
}
.feature__text--green {
  color: #04bf8a;
}
.feature__text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .feature__text p {
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .feature__text {
    position: absolute;
    text-align: left;
    padding: 4rem 0;
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .feature__text p {
    width: calc((100% - 4rem) * 0.33333);
  }
  .feature__text--left p {
    margin-left: auto;
  }
  .feature__text--center p {
    margin-left: auto;
  }
}

/* ================================= */
/* POST FEED                         */
/* ================================= */
.post__container {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 2rem;
}
@media (min-width: 960px) {
  .post__container {
    margin-right: 2rem;
    margin-left: 0;
    width: calc((100% - 4rem) * 0.3333333);
  }
  .post__container:nth-of-type(3n) {
    margin-right: 0;
  }
  .post__container.wide {
    width: calc(((100% - 4rem) * 0.6666666) + 2rem);
    max-width: none;
  }
  .post__container.full {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post__container.full .post__container {
    margin-bottom: 0;
  }
  .post__container.full .post__title {
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
}
.post__container.min {
  width: 100%;
  max-width: none;
}
.post__container.min a {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.post__container.min a:hover {
  color: #3333aa;
}
.post__container.min + .post__container.min {
  border-top: 1px solid #454545;
  padding-top: 2rem;
}
.post__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.post__feed.loading {
  opacity: 0;
}
.post__feed.think {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .post__feed.think .post__container {
    margin-right: 0;
  }
}

.post__container.full .post__title:hover {
  color: #1b222d;
}
.colour-theme--black .post__container.full .post__title:hover {
  color: white;
}

.post__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__image.wide {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: absolute;
  z-index: -1;
}
.post__image.tags {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__content {
  position: relative;
  background: white;
}
.colour-theme--black .post__content {
  background: #1b222d;
}
.post__content.news {
  background: none;
  padding-right: 20%;
}
.post__content .news-date {
  background: white;
  padding: 0.25rem .5rem;
}
.post__content.wide {
  height: 100%;
  background: rgba(25, 25, 25, 0.1);
}
.post__content.wide .post__title {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.post__content.wide:hover .post__title {
  opacity: 0.7;
}
.post__content .post__link {
  position: absolute;
  display: block;
  height: calc(100% - 2.8rem);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}
.post__content .post__link.archive {
  height: 100%;
}
.post__content .post__image-container {
  position: relative;
  background: rgba(25, 25, 25, 0.1);
}
.post__content .post__mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.post__content .post__title {
  margin: 0;
  padding: 1rem;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  /* color: $blue-strong; */
  /* background: white; */
}
.wide .post__content .post__title {
  top: 0;
  background: none;
  color: white;
  max-width: 550px;
  padding-bottom: 45%;
}
@media (min-width: 960px) {
  .wide .post__content .post__title {
    position: absolute;
    padding-bottom: 0;
  }
}
.post__content .post__meta {
  text-align: right;
  padding: 1rem;
  margin-bottom: 0;
  color: #9B9B9B;
  border-top: 3px solid transparent;
  /* background: white; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post__content .post__meta span {
  text-align: left;
}
.post__content .post__meta.wide {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none;
  border-top: none;
  margin-bottom: 0;
  color: white;
}
.post__content:hover .post__title {
  color: #1b222d;
}
.post__content:hover .post__title.wide {
  color: #ddd;
}
.colour-theme--black .post__content:hover .post__title {
  color: white;
}

.post-feed-title {
  margin-top: 0;
}
@media (min-width: 960px) {
  .post-feed-title {
    margin: 0;
  }
}
.post-feed-title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .post-feed-title__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-feed-title a {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.post-feed-title:hover a {
  color: #1b222d;
}
.colour-theme--black .post-feed-title:hover a {
  color: white;
}

.wide .post__image-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ================================= */
/* SINGLE POST                       */
/* ================================= */
.carousel__container {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 959px) {
  .carousel__container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.carousel__border {
  border-width: 3rem;
  border-style: solid;
}
@media (min-width: 960px) {
  .carousel__border {
    border-width: 5rem;
  }
}
.carousel__border--white {
  border-color: white;
}
.carousel__border--peach {
  border-color: #ff9097;
}
.carousel__border--blue {
  border-color: #1b222d;
}
.carousel__border--pink {
  border-color: #fb9fa4;
}
.carousel__border--red {
  border-color: #fb5838;
}
.carousel__border--green {
  border-color: #04bf8a;
}
.carousel__title {
  margin: 0 auto;
  width: 100%;
  z-index: 20;
  padding: 2rem 0 8rem;
  color: white;
  position: relative;
  max-width: calc(550px + 2rem);
}
@media (min-width: 960px) {
  .carousel__title {
    padding: 2rem 3rem;
    width: 100%;
    max-width: calc(1306px + 6rem);
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    left: 50%;
  }
}
.carousel__title h1 {
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .carousel__title h1 {
    margin-top: 0;
  }
}
.carousel__title.magazine {
  z-index: 20;
  padding: 4rem 1rem;
  max-width: 1306px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.carousel__title.magazine:hover {
  opacity: 0.7;
}
@media (min-width: 960px) {
  .carousel__title.magazine {
    padding: 2rem 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.carousel__title-link {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.carousel__title-link:hover {
  opacity: 0.7;
}
.carousel__shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
}
@media (min-width: 960px) {
  .carousel__shade {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.65)), color-stop(50%, rgba(20, 20, 20, 0)));
    background: -o-linear-gradient(top, rgba(20, 20, 20, 0.65) 0%, rgba(20, 20, 20, 0) 50%);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.65) 0%, rgba(20, 20, 20, 0) 50%);
  }
}
.carousel__shade.back {
  z-index: -1;
}
.carousel__shade.full {
  background: rgba(20, 20, 20, 0.5);
}

.page-intro__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.height-define {
  width: 100%;
  display: block;
}
.height-define--sixteen-nine {
  padding-bottom: 56.25%;
}
.height-define--thirtytwo-nine {
  padding-bottom: 28.125%;
}
.height-define--eight-nine {
  padding-bottom: 112.5%;
}
.height-define--square {
  padding-bottom: 100%;
}

.slide__background {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(25, 25, 25, 0.1);
}
.slide__background.current {
  opacity: 1;
}
.slide__background--peach {
  background-color: #ff9097;
}
.slide__background--blue {
  background-color: #3333aa;
}
.slide__background--pink {
  background-color: #fb9fa4;
}
.slide__background--red {
  background-color: #fb5838;
}
.slide__background--black {
  background-color: #1b222d;
}
.slide__background--green {
  background-color: #04bf8a;
}

.single__container {
  max-width: 1306px;
  width: 100%;
  margin: 0 auto;
}
.single__container.news {
  margin-top: 0;
}
@media (min-width: 960px) {
  .single__container.news {
    margin-top: 2rem;
  }
}
.single__container-inner {
  margin: 0 auto;
}
.single__container-inner.news {
  margin-top: 0;
}
@media (min-width: 960px) {
  .single__container-inner.news {
    margin-top: 1rem;
  }
}
@media (min-width: 1306px) {
  .single__container-inner {
    /* margin: 3rem auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single__author-image {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  display: block;
  border-radius: 50%;
  margin: 1rem 1rem 1rem 0;
}
@media (min-width: 960px) {
  .single__author-image {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
    margin: 0 2rem 0 0;
  }
}
.single-author__position {
  width: calc(100% - 32px);
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
}
@media (min-width: 960px) {
  .single-author__position {
    max-width: 712px;
    padding-left: 0;
    width: 100%;
  }
}
.single-author__position p a {
  word-break: break-all;
}

.related__title, .widget-title {
  margin-top: 0;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  color: #ffc100;
  text-align: center;
}
@media (min-width: 1306px) {
  .related__title, .widget-title {
    text-align: left;
  }
}

.embed-youtube, .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 4rem auto;
}
.embed-youtube iframe, .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content {
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .post-content {
    padding: 3rem 0;
  }
}
.post-content.basic {
  padding-top: 0;
}
.post-content img {
  margin: 2rem auto;
  width: 100%;
}
.post-content figure img {
  margin: 0;
}
.post-content figure {
  margin: 4rem auto;
}
.post-content figure:first-child {
  margin-top: 0;
}
.post-content figure:first-child .video-container {
  margin-top: 0;
}
@media (min-width: 960px) {
  .post-content figure.wp-block-embed-spotify .video-container {
    padding-bottom: 37.5%;
  }
}
.post-content figcaption {
  color: #9B9B9B;
  text-align: right;
  font-size: 12px;
  line-height: 1rem;
  padding: .5rem 16px;
}
.post-content p, .post-content cite, .post-content ul, .post-content ol {
  /* padding: 0 1rem; */
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: calc(100% - 32px);
}
@media (min-width: 960px) {
  .post-content p, .post-content cite, .post-content ul, .post-content ol {
    max-width: 712px;
  }
}
.post-content p img, .post-content cite img, .post-content ul img, .post-content ol img {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  max-width: none;
}
@media (min-width: 960px) {
  .post-content p .embed-youtube, .post-content p .video-container, .post-content cite .embed-youtube, .post-content cite .video-container, .post-content ul .embed-youtube, .post-content ul .video-container, .post-content ol .embed-youtube, .post-content ol .video-container {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    max-width: none;
  }
}
.post-content ul, .post-content ol {
  padding-left: 1rem;
}
.post-content li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  letter-spacing: 0.05em;
  width: calc(100% - 36px);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 2.5rem;
}
@media (min-width: 960px) {
  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 960px) {
  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    max-width: 712px;
  }
}
.post-content .divider {
  width: calc(100% - 36px) !important;
  max-width: 550px;
}
@media (min-width: 960px) {
  .post-content .divider {
    max-width: 712px;
  }
}
.post-content blockquote:not(.wp-block-quote) {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.post-content blockquote:not(.wp-block-quote)::before, .post-content blockquote:not(.wp-block-quote)::after {
  content: '';
  width: 10%;
  min-width: 200px;
  margin: 3rem auto;
  display: block;
  border-top-width: 10px;
  border-top-style: solid;
}
.post-content blockquote:not(.wp-block-quote) p {
  padding: 0;
  text-align: center;
  font-weight: 700;
}
.post-content .wp-block-quote {
  color: inherit;
  font-style: italic;
  margin: 3rem auto;
}
.post-content .wp-block-quote p {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 2rem;
}
.post-content .wp-block-quote cite {
  font-size: 12px;
  line-height: 1rem;
  max-width: 550px;
  padding-left: 2rem;
  margin: 0 auto;
  display: block;
  width: calc(100% - 32px);
}
@media (min-width: 960px) {
  .post-content .wp-block-quote cite {
    max-width: 712px;
  }
}
.post-content .wp-block-sputnik-blocks-gutenberg-intro-block {
  font-style: italic;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  color: #3a3a3a;
}
.post-content .wp-block-sputnik-blocks-gutenberg-divider {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 4em auto;
  max-width: 550px;
  width: calc(100% - 32px);
}
@media (min-width: 960px) {
  .post-content .wp-block-sputnik-blocks-gutenberg-divider {
    max-width: 712px;
  }
}
.post-content .wp-block-sputnik-blocks-gutenberg-question-block {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 2rem;
}
@media (min-width: 960px) {
  .post-content .wp-block-sputnik-blocks-gutenberg-question-block {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.post-content .wp-block-sputnik-blocks-gutenberg-question-block strong {
  font-weight: 700;
}
.post-content__buffer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.post-content__buffer.news {
  padding-bottom: 2rem;
}

.divider__container {
  width: 100%;
  position: relative;
}
.divider__container.patrons {
  margin-bottom: 0;
}
.divider__bar {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .divider__bar {
    width: 2rem;
    height: 2rem;
  }
}
.divider__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.divider-line {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25, 25, 25, 0.2);
}

/* ================================= */
/* ARCHIVE PAGES                     */
/* ================================= */
.archive__title {
  font-family: 'Prospectus', Georgia, serif;
  color: #3333aa;
  text-align: center;
  margin: 2rem auto;
  text-transform: capitalize;
}

.archive-item__title {
  font-family: 'Prospectus', Georgia, serif;
  color: #3333aa;
  text-align: center;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-results__title {
  color: #9B9B9B;
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-size: 1.5rem;
  margin: 2rem auto;
  text-align: left;
}
.search-results__title .underline {
  font-family: 'Prospectus', Georgia, serif;
  color: #3333aa;
  border-bottom: 1px solid #3333aa;
  text-transform: capitalize;
  margin-left: .5rem;
}

/* ================================= */
/* CUSTOM  PAGES                     */
/* ================================= */
.sub-page__hero {
  width: 100%;
  background: white;
}
.sub-page__hero.patrons {
  background: #B7FDFF;
}

button, input {
  overflow: visible;
  max-width: 100%;
}

.discover-block {
  background: none;
}
.discover-block__inner {
  position: relative;
}
.discover-block__image-container {
  max-height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discover-block__work-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  top: 0;
  /* z-index: -1; */
}
.discover-block__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding: 0 1rem;
}
.discover-block__person img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.discover-block__info {
  padding: 0 1rem 1rem;
}
.discover-block__name {
  margin: 1rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: calc(100% - 4rem);
}
.discover-block__name span {
  color: #3333aa;
  padding: 0.8rem 1.7rem 0.3rem 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.discover-block__section {
  text-transform: uppercase;
}
.discover-block .post__link {
  height: 100%;
}
.discover-block .single__hero-mask {
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249, 249, 249, 0)), to(rgba(249, 249, 249, 0.5)));
  background: -o-linear-gradient(top, rgba(249, 249, 249, 0) 50%, rgba(249, 249, 249, 0.5) 100%);
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 50%, rgba(249, 249, 249, 0.5) 100%);
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}
.discover-block .single__hero-mask.preload {
  opacity: 0;
}

.discover__filters {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 960px) {
  .discover__filters {
    display: block;
    margin: 0 0 4rem;
  }
}
.discover__filter-list {
  list-style: none;
  margin: 0.5rem auto;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
}
.discover__filter-list li {
  display: inline-block;
  position: relative;
  color: #6a6a6a;
  white-space: nowrap;
  text-transform: capitalize;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: .25rem .75rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.discover__filter-list li.active {
  border-bottom-color: #1b222d;
  color: #1b222d;
}
.discover__filter-list li:not(.active):hover {
  color: #1b222d;
}
.discover__filters-mobile {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .discover__filters-mobile {
    display: none;
  }
}
.discover__filters-mobile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("/images/Arrow_Down.png") no-repeat;
  background-size: 10px;
  background-position: right 15px center;
  color: #3333aa;
  border: none;
  font-family: 'synthese', sans-serif;
  padding: 0.5rem;
  width: 100%;
}
.discover__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.discover__feed .post__container {
  margin-bottom: 2rem;
}
.discover__feed.loading {
  opacity: 0;
}

.magazine__filters {
  display: none;
}
@media (min-width: 960px) {
  .magazine__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 2rem;
  }
  .magazine__filters--left {
    text-align: left;
  }
  .magazine__filters--right {
    text-align: right;
  }
}

.colour-theme--red-highlight .discover__filters-mobile select {
  color: #ff9097;
}

.event__name {
  width: 100%;
}
@media (min-width: 960px) {
  .event__name {
    width: 40%;
  }
}

.event__info {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: white;
}
@media (min-width: 960px) {
  .event__info {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}

.event__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 960px) {
  .event__container {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
}
.event__container + .event__container {
  margin-top: 1rem;
}

.event__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hub__location {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  margin: 0 1rem 0 0;
  color: #9B9B9B;
}
.hub__search {
  background: #3333aa;
  color: white;
}

.mailing-list__container {
  width: 100%;
  background: none;
}
.mailing-list__container .connect__subtitle {
  color: white;
}
.mailing-list__container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.series__heading {
  color: #9B9B9B;
  font-family: 'Prospectus', Georgia, serif;
  width: 100%;
  max-width: 550px;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .series__heading {
    max-width: none;
  }
}
.series__title {
  font-family: 'Prospectus', Georgia, serif;
  color: #ffc100;
  font-weight: 700;
  margin-top: 0;
  padding-right: 2rem;
}
.series__title:before {
  content: '';
  display: block;
  width: 30%;
  border-top: 14px solid #ffc100;
  margin-bottom: 2rem;
}
.series__description {
  color: #9B9B9B;
  padding-right: 2rem;
}
.series__image {
  width: 100%;
  height: calc(100% - 1rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.series__name {
  text-transform: uppercase;
}
.series__name:after {
  display: block;
  margin: 1rem auto;
  width: 50%;
  max-width: 300px;
  height: 2px;
  background: #1b222d;
}

.patrons__intro {
  width: 100%;
  background: #3333aa;
  padding: 0 0 3rem;
  color: white;
}
.patrons__title {
  text-align: center;
  color: #ffc100;
  font-family: 'Prospectus';
  font-size: 40px;
  line-height: 60px;
}
.patrons__subtitle {
  font-family: 'Prospectus';
  font-size: 30px;
  line-height: 44px;
}
.patrons__subtitle a, .patrons__subtitle a:link, .patrons__subtitle a:visited {
  color: white;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.patrons__subtitle a:hover {
  color: #ffc100;
}

.anthology__intro {
  width: 100%;
  background: #fff;
  padding: 3rem 0 3rem;
  color: #3d3adf;
}
.anthology__title {
  font-family: 'Prospectus';
  font-size: 30px;
  line-height: 44px;
  color: #3333aa;
  margin-top: 1rem;
}

.issue-header__container {
  border: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invert .issue-header__container {
  border-color: #1b222d;
}
.issue-header__meta {
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media (min-width: 960px) {
  .issue-header__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.issue-header__logo {
  border-bottom: 4px solid white;
  padding: 1rem 2rem;
}
.invert .issue-header__logo {
  border-right-color: #1b222d;
}
@media (min-width: 960px) {
  .issue-header__logo {
    border-right: 4px solid white;
    border-bottom: none;
  }
}
.issue-header__issue {
  padding: 1rem 2rem;
}
.invert .issue-header__issue {
  border-left-color: #1b222d;
}
@media (min-width: 960px) {
  .issue-header__issue {
    border-left: 4px solid white;
  }
}
.issue-header__title {
  padding: 1rem 1rem 1.5rem;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #1b222d;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  font-weight: 700;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: inherit;
}

#billing_company_field, #billing_state_field, #billing_phone_field, #billing_address_2_field, .woocommerce-additional-fields {
  display: none;
}

#order_review_heading {
  font-size: 18px;
  line-height: 2rem;
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  /* text-transform: uppercase;  font-family: 'titlinggothicfb narrow'; font-weight: 500; letter-spacing: 0.05em; */
  color: #ff9097;
}
@media (min-width: 960px) {
  #order_review_heading {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.woocommerce-mailchimp-opt-in-checkbox-text {
  font-size: 14px;
  line-height: 1.5rem;
  color: #ff9097;
}

.woocommerce-billing-fields__field-wrapper label {
  display: none;
}
.woocommerce-billing-fields__field-wrapper p.form-row {
  margin: 0;
}

.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-review-order-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5rem;
}

.woocommerce-MyAccount-content table {
  width: 100%;
  text-align: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 2em 0;
  padding: 0 0 2em;
  font-weight: bold;
  border-bottom: 1px solid black;
}

.woocommerce-MyAccount-navigation ul a:hover {
  color: #3f3adf;
}

.subscription_details .button {
  background: #3f3adf;
  color: white;
  display: inline-block;
  margin-top: 1em;
}

.cart__item {
  border-top: 1px solid #1b222d;
}
.cart__item:last-of-type {
  border-bottom: 1px solid #1b222d;
}
.cart__info {
  margin-bottom: 0;
}

.lightbox__close img {
  height: 1rem;
  width: 1rem;
}

.signup__intro {
  width: 100%;
  background: #B7FDFF;
  padding: 3rem 0 3rem;
  color: #3333aa;
}
.signup__title {
  text-align: center;
  font-family: 'Prospectus';
  font-size: 40px;
  line-height: 60px;
}
.signup__subtitle {
  font-family: 'Prospectus';
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 0;
}
.signup__price {
  font-style: italic;
  text-align: center;
  margin-top: 0;
}
.signup__info {
  position: relative;
  padding: 1rem;
  width: 100%;
  max-width: 550px;
  margin: auto;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: none;
  text-align: center;
}
@media (min-width: 960px) {
  .signup__info {
    width: calc((100% - 2rem) * 0.3333333);
    max-width: none;
  }
}
.signup__info:hover {
  background: white;
  border-color: white;
}
.signup__info.button {
  width: 100%;
  color: white;
  font-family: 'titlinggothicfb narrow', titling-gothic-fb-narrow, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: 700;
  cursor: pointer;
}
.signup__info.button:hover {
  color: #1b222d;
  background: white;
  border: none;
}
.signup__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.signup__lightbox {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(63, 58, 223, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(63, 58, 223, 0.2);
  width: calc(100vw - 32px);
  /* height: calc(100vh - 32px); */
  max-height: calc(100vh - 32px);
  max-width: 550px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #1b222d;
  padding: 2rem;
  color: white;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.signup__lightbox.active {
  visibility: visible;
  opacity: 1;
}
.signup__lightbox input.nyp {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'synthese', sans-serif;
  border: 1px solid white;
  padding: 1rem;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
  color: white;
  max-width: 200px;
}
.signup__lightbox a, .signup__lightbox a:link, .signup__lightbox a:active {
  color: white;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.signup__lightbox a:hover {
  color: #ffc100;
}
.signup__lightbox button {
  margin: 0 auto;
}
.signup__lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(25, 25, 25, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 998;
  -webkit-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.signup__lightbox-container.active {
  visibility: visible;
  opacity: 1;
}

.hide-small {
  display: none;
}
@media (min-width: 960px) {
  .hide-small {
    display: block;
  }
}

@media (min-width: 960px) {
  .hide-large {
    display: none;
  }
}
