/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
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;
}

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

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

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

/**
 * 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.
 */
b,
strong {
  font-weight: 500;
}

/**
 * 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: 2px solid #3C3C3B;
  -webkit-text-fill-color: #3C3C3B;
  -webkit-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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);
  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;
  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 */
    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: "Formular";
  src: url("/assets/webkit/fonts/Formular.eot");
  src: url("/assets/webkit/fonts/Formular.eot?#iefix") format("embedded-opentype"), url("/assets/webkit/fonts/Formular.woff2") format("woff2"), url("/assets/webkit/fonts/Formular.woff") format("woff"), url("/assets/webkit/fonts/Formular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Formular";
  src: url("/assets/webkit/fonts/Formular-Medium.eot");
  src: url("/assets/webkit/fonts/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/webkit/fonts/Formular-Medium.woff2") format("woff2"), url("/assets/webkit/fonts/Formular-Medium.woff") format("woff"), url("/assets/webkit/fonts/Formular-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Formular Mono";
  src: url("/assets/webkit/fonts/FormularMono.eot");
  src: url("/assets/webkit/fonts/FormularMono.eot?#iefix") format("embedded-opentype"), url("/assets/webkit/fonts/FormularMono.woff2") format("woff2"), url("/assets/webkit/fonts/FormularMono.woff") format("woff"), url("/assets/webkit/fonts/FormularMono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ================================= */
/* MIXINS & VARIABLES                */
/* ================================= */
/* ================================= */
/* ICONS                             */
/* ================================= */
.sprite {
  background-image: url("/assets/webkit/sprite.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon {
  display: block;
}
.icon--logo {
  width: 138px;
  height: 28px;
  background-size: 814px 579px;
  background-position: 0px -339px;
  z-index: 10;
}
.icon--nav {
  width: 15px;
  height: 15px;
  background-size: 1440px 1024px;
  background-position: -350px -50px;
}
.icon--close {
  width: 12px;
  height: 12px;
  background-size: 1152px 819px;
  background-position: -280px -40px;
}
.icon--close-lrg {
  width: 30px;
  height: 30px;
  background-size: 2880px 2048px;
  background-position: -700px -100px;
}
.icon--play {
  width: 50px;
  height: 58px;
  background-size: 1440px 1024px;
  background-position: -400px -100px;
  margin: 0 auto;
}
.icon--play-small {
  width: 25px;
  height: 29px;
  background-size: 1440px 1024px;
  background-position: -500px -100px;
}
.icon--alert {
  width: 19px;
  height: 19px;
  background-size: 1440px 1024px;
  background-position: -450px -50px;
}
.icon--facebook {
  width: 11px;
  height: 20px;
  background-size: 1440px 1024px;
  background-position: -500px -50px;
}
.icon--twitter {
  width: 20px;
  height: 17px;
  background-size: 1440px 1024px;
  background-position: -550px -50px;
}
.icon--vimeo {
  width: 18px;
  height: 16px;
  background-size: 1440px 1024px;
  background-position: -600px -50px;
}
.icon--youtube {
  width: 22px;
  height: 15px;
  background-size: 1440px 1024px;
  background-position: -650px -50px;
}
.icon--instagram {
  width: 18px;
  height: 18px;
  background-size: 1440px 1024px;
  background-position: -700px -50px;
}
.icon--churchsuite {
  width: 18px;
  height: 18px;
  background-size: 1440px 1024px;
  background-position: -750px -50px;
}
.icon--soundcloud {
  width: 26px;
  height: 12px;
  background-size: 1440px 1024px;
  background-position: -800px -50px;
}
.icon--itunes {
  width: 15px;
  height: 17px;
  background-size: 1440px 1024px;
  background-position: -850px -50px;
}
.icon--rss {
  width: 14px;
  height: 17px;
  background-size: 1440px 1024px;
  background-position: -900px -50px;
}

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

html {
  font-size: 18px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #4633fb;
  color: white;
  font-family: "Formular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-pink {
  background-color: #fc2a6d;
}
body.theme-black {
  background-color: black;
}
body.theme-darkPurple {
  background-color: #7a30e3;
}
body.theme-lightPurple {
  background-color: #c533fa;
}
body.theme-darkPink {
  background-color: #e529cd;
}
body.theme-white {
  color: #4633fb;
  background-color: white;
}
body.theme-grey {
  background-color: #f3f3f3;
  color: black;
}
body.resources, body.sermons {
  background-color: #f3f3f3;
  color: #4633fb;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

iframe,
video {
  display: block;
  width: 100%;
  /* height: auto; */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("/assets/webkit/arrow-down.png") no-repeat;
  background-size: 10px;
  background-position: right 15px center;
  color: #4633fb;
  border-radius: 0;
  border: none;
  font-family: "Formular Mono", monospace;
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.button-touchpoint-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  color: #4633fb;
  width: 100%;
  padding: 1rem;
  z-index: 9999;
  text-align: center;
}
.browsehappy a,
.browsehappy a:link,
.browsehappy a:visited {
  color: black;
  border-bottom: 1px solid black;
}
.browsehappy a:hover {
  color: #4633fb;
  border-bottom: 1px solid #4633fb;
}

.js-page-container,
.js-page-reload {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: calc(100vh - 40px);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.3333333333rem 1.5rem 1.3333333333rem 0.8888888889rem;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.header.fixed {
  position: absolute;
  z-index: 10;
}
@media (min-width: 800px) {
  .header {
    padding-left: 3.3333333333rem;
    padding-right: 1.6666666667rem;
    width: 100%;
    max-width: none;
  }
}
.header__nav-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  height: 28px;
  z-index: 600;
  top: 1.3333333333rem;
  right: 1.5rem;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
@media (min-width: 800px) {
  .header__nav-link {
    right: 1.6666666667rem;
  }
}
.header__nav-link .label {
  margin-right: 10px;
  line-height: 0.9em;
  padding-bottom: 0.15em;
  z-index: 10;
  font-weight: 500;
  transition: visibility 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s, color 0.15s ease-in-out;
}
.invert .header__nav-link .label {
  color: #4633fb;
}
.header__nav-link svg {
  fill: currentColor !important;
  width: 1.1111111111rem;
  height: auto;
}
.header__announcement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #1e1b43;
  z-index: 1000;
  text-align: center;
  display: none;
  justify-content: space-between;
  align-items: center;
  transition: visibility 0.1s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.header__announcement a,
.header__announcement a:link,
.header__announcement a:visited {
  color: white;
}
@media (max-width: 695px) {
  .header__announcement.closed {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 800px) {
  .header__announcement {
    position: relative;
    background: none;
    text-align: left;
    display: flex;
    padding: 0;
    flex: 1;
    flex-basis: 0;
  }
  .header__announcement a,
  .header__announcement a:link,
  .header__announcement a:visited {
    color: white;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease-in-out;
  }
  .header__announcement a:hover {
    border-bottom: 1px solid white;
  }
}
.header__announcement-close {
  flex-basis: 0;
  flex: 1;
  margin-left: 1rem;
}
.header__announcement-close .icon {
  float: right;
}
@media (min-width: 800px) {
  .header__announcement-close .icon {
    display: none;
  }
}
.header__announcement:before {
  content: "";
  flex-basis: 0;
  flex: 1;
  margin-left: 1rem;
}
@media (min-width: 800px) {
  .header__announcement:before {
    display: none;
  }
}
@media (min-width: 800px) {
  .header.subIndex, .header.index {
    align-items: flex-start;
    padding-left: 1.6666666667rem;
    justify-content: center;
  }
  .header.subIndex .icon--logo, .header.index .icon--logo {
    width: 244px;
    height: 50px;
    background-size: 1440px 1024px;
    background-position: 0px -600px;
    margin: 1rem 0;
  }
}
.header.index {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  /* position: absolute;
  z-index: 10; */
}
.header.index .header__logo {
  position: relative;
  width: 138px;
  height: 28px;
}
@media (min-width: 800px) {
  .header.index .header__logo {
    width: 244px;
    height: 50px;
  }
}
.header.index .header__logo .icon--logo {
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100vw;
  background: black;
  color: white;
  padding: 2.6666666667rem 1.3333333333rem 1.3333333333rem 1.3333333333rem;
  overflow: auto;
  height: 100dvh;
  transition: all 0.25s ease-in-out;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
}
@media (min-width: 800px) {
  .nav {
    max-width: 350px;
  }
}
.nav ul.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.15s ease-in-out;
  margin: 0 auto;
  max-width: 768px;
}
.nav ul.nav__list li {
  line-height: 1.7777777778rem;
}
.nav ul.nav__list li a,
.nav ul.nav__list li a:link,
.nav ul.nav__list li a:visited {
  color: white;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.nav ul.nav__list li a:hover {
  border-bottom: 1px solid white;
}
.nav ul.nav__list li.primary {
  width: 100%;
  font-weight: 500;
}
.nav ul.nav__list li.primary:not(:first-child) {
  margin-top: 1.1111111111rem;
}
.nav ul.nav__list li a + a {
  margin-left: 1rem;
}
.nav .sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav .sub-nav__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.7777777778rem;
       column-gap: 1.7777777778rem;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.nav .sub-nav__trigger svg {
  fill: currentColor !important;
  width: 0.8888888889rem;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.nav .sub-nav__trigger--open svg {
  transform: rotate(180deg);
}
.nav.active {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.nav__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 1.1111111111rem;
  right: 0.7777777778rem;
  z-index: 300;
  display: flex;
  padding: 0.6666666667rem;
  background: transparent;
  color: currentColor;
  border: none;
  cursor: pointer;
}
.nav__close svg {
  fill: currentColor !important;
  width: 0.8888888889rem;
  height: auto;
}

.socials__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8888888889rem;
       column-gap: 0.8888888889rem;
  padding-top: 3rem;
}
.socials__list li span {
  transition: all 0.15s ease-in-out;
  opacity: 1;
}
.socials__list li span:hover {
  opacity: 0.6;
}

ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
  margin-bottom: 2rem;
  transition: margin-bottom 0.15s ease-in-out;
  font-family: "Formular Mono", Consolas, "Courier New", "monospace";
}
ul.breadcrumbs li {
  display: inline;
}
ul.breadcrumbs li a,
ul.breadcrumbs li a:link,
ul.breadcrumbs li a:visited {
  color: inherit;
}
ul.breadcrumbs li a:hover {
  border-bottom: 1px solid;
}
ul.breadcrumbs li + li:before {
  content: ">";
  margin: 0 0.4rem;
}
@media (min-width: 800px) {
  ul.breadcrumbs {
    margin-bottom: 4rem;
  }
}

.global__videos-container {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  background: #4633fb;
}
.global__videos-container.visible {
  opacity: 1;
  visibility: visible;
}
.global__videos-container .button-touchpoint-helper {
  position: relative;
}
.global__revealer {
  background: #4633fb;
  height: 0;
  width: 100vw;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: 5000;
  transition: height 0.25s ease-in-out, top 0ms linear 0.3s;
}
.global__revealer.cover {
  height: 100vh;
  top: 0;
  transition: all 0.25s ease-in-out 0.15s;
}
.global__page-container {
  opacity: 1;
  transform: none;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex: 1 1 auto;
  min-height: calc(100vh - 40px);
  flex-direction: column;
}
.global__page-container.hide {
  opacity: 0.6;
  transform: translateY(30px);
  transition: opacity 0.25s ease-in-out, transform 0ms linear 0.4s;
}

.announcements {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  display: flex;
  padding: 1rem 0;
  background: #1e1b43;
  flex-direction: column;
  justify-content: center;
}
.announcements.visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in-out, opacity 0.2s ease-in-out 0.1s;
}
.announcements--message {
  width: 100%;
  color: white;
  padding: 0 3rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
}
.announcements--message h3 {
  margin: 0;
  font-weight: 500;
}
.announcements--close {
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.announcements--close a {
  display: flex;
  align-items: center;
}

.cookie-notice__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #f3f3f3;
  color: #4633fb;
  font-family: "Formular Mono", monospace;
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out 0.2s, opacity 0.2s ease-in-out;
}
@media (min-width: 800px) {
  .cookie-notice__container {
    padding: 1.5rem 2rem;
  }
}
.cookie-notice__container.visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in-out, opacity 0.2s ease-in-out 0.1s;
}
.cookie-notice__inner {
  display: flex;
  align-items: center;
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
.cookie-notice__inner a,
.cookie-notice__inner a:link,
.cookie-notice__inner a:visited {
  color: #4633fb;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.cookie-notice__inner a:hover {
  border-bottom: 1px solid #4633fb;
}
.cookie-notice__info {
  margin: 0;
  flex: 1 1 auto;
  padding-right: 1rem;
}
.cookie-notice__info p {
  max-width: 1100px;
}
.cookie-notice__link {
  margin-left: 1rem;
  cursor: pointer;
}

/* ================================= */
/* INDEX                             */
/* ================================= */
.home__slide {
  color: white;
}
.home__slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__slide-text {
  font-size: 2rem;
  line-height: 2.4444444444rem;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
}
@media (min-width: 800px) {
  .home__slide-text {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
.home__slide-text p {
  margin: 0;
}
.home__slide-text a,
.home__slide-text a:link,
.home__slide-text a:visited {
  color: white;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.home__slide-text a:hover {
  border-bottom: 1px solid white;
}

.slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* pointer-events: none; */
  overflow: hidden;
  top: 0;
  left: 0;
}
@media (min-width: 800px) {
  .slideshow {
    position: absolute;
  }
}

.slide {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  justify-items: center;
}

.slide--current {
  position: relative;
  z-index: 1;
}

.slide__img-wrap {
  grid-area: 1/1/1/1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  outline: 3px solid transparent;
  z-index: -1;
}

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  backface-visibility: hidden;
  pointer-events: none;
}
.slide__img--desktop {
  display: none;
}
@media (min-width: 800px) {
  .slide__img--desktop {
    display: block;
  }
}
.slide__img--mobile {
  display: block;
}
@media (min-width: 800px) {
  .slide__img--mobile {
    display: none;
  }
}

.slide__img::after {
  content: "";
  background: rgba(22, 63, 191, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4633fb;
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
}

.slide__number {
  font-size: 2rem;
  position: absolute;
  top: 5.25rem;
  opacity: 0;
  visibility: hidden;
}

.slide__title {
  margin: 0;
  /* grid-area: 1 / 1 / 1 / 1; */
  color: white;
  position: absolute;
  /* z-index:100; */
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  margin-bottom: 1.25rem;
  width: 100%;
  font-size: 1.2777777778rem;
  line-height: 1.6111111111rem;
}
.invert-text .slide__title {
  color: #4633fb;
}
.slide__title p {
  margin: 0;
}
.slide__title a,
.slide__title a:link,
.slide__title a:visited {
  color: inherit;
  border-bottom: 3px solid transparent;
  transition: all 0.15s ease-in-out;
}
.slide__title a:hover {
  border-bottom-color: inherit;
}
@media (min-width: 800px) {
  .slide__title {
    left: 0;
  }
}
@media (min-width: 926px) {
  .slide__title {
    font-size: 2.6666666667rem;
    line-height: 3.3333333333rem;
  }
}
.slide__title--inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
}
@media (min-width: 800px) {
  .slide__title--inner {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}

.slide--current .slide__img-wrap,
.slide--current .slide__number,
.slide--current .slide__title {
  opacity: 1;
}

.slidenav {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  pointer-events: none;
}

.slidenav__position {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
  transform: translateY(-100%) translateY(-4rem);
}

.slidenav__container {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 575px;
}
@media (min-width: 800px) {
  .slidenav__container {
    width: calc(100% - 120px);
    max-width: none;
  }
}

.slidenav__item {
  pointer-events: auto;
  border: 0;
  opacity: 0.4;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
  display: inline-block;
  padding: 0.1666666667rem 0;
  width: 100%;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  color: white;
  background-color: white;
  cursor: pointer;
}
@media (min-width: 800px) {
  .slidenav__item {
    opacity: 0.6;
    max-width: 4.4444444444rem;
  }
}
.invert .slidenav__item {
  background-color: #4633fb;
  color: #4633fb;
}
.slidenav__item:hover, .slidenav__item.active {
  opacity: 1;
}
.slidenav__item-inner {
  width: 100%;
  height: 3px;
  background: white;
}
.slidenav__item + .slidenav__item {
  margin-left: 10px;
}

.slidenav__preview {
  visibility: hidden;
}

@media (min-width: 800px) {
  .content--fixed a {
    pointer-events: auto;
  }
  .slide__img::after,
  .preview__img::after {
    display: none;
  }
}
/* ================================= */
/* SUB-INDEX                         */
/* ================================= */
.subIndex__container {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
  padding-bottom: 350px;
  position: relative;
}
@media (min-width: 800px) {
  .subIndex__container {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 800px) {
  .subIndex__container {
    max-width: 1500px;
  }
}
.subIndex-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
.subIndex-item__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.subIndex-item__background {
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 800px) {
  .subIndex-item__background {
    width: auto;
    max-width: 100%;
  }
}
.subIndex-item__mask {
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
.subIndex-item__content {
  position: absolute;
  padding: 1rem;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.15s linear;
  color: #4633fb;
  font-weight: 400;
}
@media (min-width: 800px) {
  .subIndex-item__content {
    padding: 1.5rem;
    font-size: 1.3333333333rem;
    line-height: 1.6666666667rem;
  }
}
.subIndex-item__content p {
  margin: 0;
}
.subIndex-item__content a,
.subIndex-item__content a:link,
.subIndex-item__content a:visited {
  color: #4633fb;
  border-bottom: 2px solid #4633fb;
  transition: all 0.15s ease-in-out;
}
.subIndex-item__content a:hover {
  border-bottom: 2px solid black;
  color: black;
}
.subIndex-item:hover .subIndex-item__content {
  z-index: 5;
}
.subIndex-item__moving-content.touched .subIndex-item__content {
  opacity: 1;
}
.subIndex-item__moving-content.touched .subIndex-item__mask {
  opacity: 1;
}
.subIndex-items__list {
  text-align: center;
  padding: 0 0 3rem;
  margin: 0 auto;
}
.subIndex__element {
  position: absolute;
  z-index: 10;
  overflow: hidden;
}
.subIndex__element--ripples {
  width: 350px;
  height: auto;
  left: -4rem;
  bottom: 3rem;
}
@media (min-width: 800px) {
  .subIndex__element--ripples {
    height: 198px;
    bottom: 0;
    right: 5.5rem;
    left: unset;
  }
}
.subIndex__element--badge {
  width: 90px;
  height: 90px;
}
@media (min-width: 800px) {
  .subIndex__element--badge {
    width: 190px;
    height: 190px;
  }
}
.subIndex__element img {
  width: 100%;
  height: auto;
}
.subIndex .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subIndex .badge--hover {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: 12;
}
.subIndex .badge--hover:hover {
  opacity: 1;
}

/* ================================= */
/* MAIN PAGE TEMPLATE                */
/* ================================= */
.page-block {
  padding: 0 0.8888888889rem;
  color: #1b1464;
}
@media (min-width: 800px) {
  .page-block {
    padding: 0 3.3333333333rem;
  }
}
.page-block h2 {
  font-size: 1.3333333333rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  margin: 0 0 1.3333333333rem;
}
.page-block h3 {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.page-block p {
  margin: 0 0 1.3333333333rem;
}
.page-block ul,
.page-block ol {
  padding-left: 1rem;
}
.page-block ul li,
.page-block ol li {
  margin: 1rem 0;
}
.page-block h2:last-child,
.page-block h3:last-child,
.page-block p:last-child,
.page-block ul:last-child {
  margin: 0;
}
.page-block a:not(.page-block__button,
.page__video-link,
.pathway__link,
.column__cta):link, .page-block a:not(.page-block__button,
.page__video-link,
.pathway__link,
.column__cta):visited {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  transition: all 0.15s ease-in-out;
}
.page-block a:not(.page-block__button,
.page__video-link,
.pathway__link,
.column__cta):hover {
  opacity: 0.5;
}
.page-block img.crop {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-block img.crop--169 {
  aspect-ratio: 16/9;
}
.page-block img.crop--43 {
  aspect-ratio: 4/3;
}
.page-block img.crop--square {
  aspect-ratio: 1/1;
}
.page-block img.crop--23 {
  aspect-ratio: 2/3;
}
.page-block .raw-html-embed {
  margin: 0 0 1.3333333333rem;
}
.page-block .video-aspect-ratio {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.page-block__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .page-block__inner--wider {
    max-width: 1280px;
  }
}
.pt-small .page-block__inner {
  padding-top: 1.1111111111rem;
}
@media (min-width: 800px) {
  .pt-small .page-block__inner {
    padding-top: 1.7777777778rem;
  }
}
@media (min-width: 926px) {
  .pt-small .page-block__inner {
    padding-top: 2.6666666667rem;
  }
}
.pt-medium .page-block__inner {
  padding-top: 2rem;
}
@media (min-width: 800px) {
  .pt-medium .page-block__inner {
    padding-top: 2.6666666667rem;
  }
}
@media (min-width: 926px) {
  .pt-medium .page-block__inner {
    padding-top: 3.5555555556rem;
  }
}
.pt-large .page-block__inner {
  padding-top: 3.1111111111rem;
}
@media (min-width: 800px) {
  .pt-large .page-block__inner {
    padding-top: 3.7777777778rem;
  }
}
@media (min-width: 926px) {
  .pt-large .page-block__inner {
    padding-top: 4.6666666667rem;
  }
}
.pb-small .page-block__inner {
  padding-bottom: 1.1111111111rem;
}
@media (min-width: 800px) {
  .pb-small .page-block__inner {
    padding-bottom: 1.7777777778rem;
  }
}
@media (min-width: 926px) {
  .pb-small .page-block__inner {
    padding-bottom: 2.6666666667rem;
  }
}
.pb-medium .page-block__inner {
  padding-bottom: 2rem;
}
@media (min-width: 800px) {
  .pb-medium .page-block__inner {
    padding-bottom: 2.6666666667rem;
  }
}
@media (min-width: 926px) {
  .pb-medium .page-block__inner {
    padding-bottom: 3.5555555556rem;
  }
}
.pb-large .page-block__inner {
  padding-bottom: 3.1111111111rem;
}
@media (min-width: 800px) {
  .pb-large .page-block__inner {
    padding-bottom: 3.7777777778rem;
  }
}
@media (min-width: 926px) {
  .pb-large .page-block__inner {
    padding-bottom: 4.6666666667rem;
  }
}
.page-block__content--multi-column {
  display: grid;
  grid-template-columns: 1;
  grid-gap: 1.7777777778rem;
}
@media (min-width: 800px) {
  .page-block__content--multi-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.7777777778rem;
  }
  .page-block__content--multi-column .page-block__image {
    margin: 0;
  }
}
@media (min-width: 800px) {
  .page-block__content--multi-column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.page-block__content--multi-column-v-centre {
  align-items: center;
}
.page-block__content--multi-column-without-gutters {
  grid-gap: 0;
}
@media (min-width: 800px) {
  .page-block__content--multi-column-without-gutters {
    grid-gap: 0;
  }
}
.page-block__content--multi-column-reverse div:first-child {
  order: 2;
}
.page-block__button, .page-block__button:link, .page-block__button:visited {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  padding: 0.7777777778rem 0;
  border: 3px solid currentColor;
  text-align: center;
  color: currentColor;
  transition: all 0.25s ease-in-out;
}
.page-block__button span, .page-block__button:link span, .page-block__button:visited span {
  color: currentColor;
  transition: all 0.25s ease-in-out;
}
.page-block__button:hover, .page-block__button:link:hover, .page-block__button:visited:hover {
  background: currentColor;
}
.page-block__button:hover span, .page-block__button:link:hover span, .page-block__button:visited:hover span {
  color: white;
}
.page-block__button:hover span.dark-on-hover, .page-block__button:link:hover span.dark-on-hover, .page-block__button:visited:hover span.dark-on-hover {
  color: #1b1464;
}
.page-block__image {
  width: 100%;
  height: auto;
  max-width: none;
  padding: 0;
  margin: 1.3333333333rem 0;
}
.page-block__video {
  width: 100%;
  position: relative;
}
.page-block__video:hover .video__overlay {
  opacity: 0;
}
.page-block__video:hover .video__mask {
  opacity: 0.2;
}
.page-block__video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.page-block__video-content p {
  margin-bottom: 0;
}
.page-block__embed {
  width: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-block__embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}
.page-block--full-bleed {
  padding: 0;
}
.page-block--full-bleed .page-block__inner {
  max-width: none;
  padding: 0;
}
@media (min-width: 800px) {
  .page-block--full-bleed {
    padding: 0;
  }
}

ul.pathways-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.1111111111rem;
  margin: 0 auto;
  padding: 0;
}
ul.pathways-grid li {
  margin: 0;
}

.pathway {
  grid-column: span 12;
  position: relative;
  overflow: hidden;
  margin: 0;
  color: white;
}
@media (min-width: 600px) {
  .pathway {
    grid-column: span 6;
  }
}
@media (min-width: 800px) {
  .pathway {
    grid-column: span 4;
  }
}
@media (min-width: 600px) {
  .pathway--mobile-full {
    grid-column: span 12;
  }
}
@media (min-width: 800px) {
  .pathway--mobile-full {
    grid-column: span 4;
  }
}
@media (min-width: 800px) {
  .pathway--desktop-large {
    grid-column: span 8;
  }
}
@media (min-width: 800px) {
  .pathway--desktop-full {
    grid-column: span 12;
  }
}
.pathway__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.pathway__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 600px) {
  .pathway__link {
    aspect-ratio: none;
    height: 15.5555555556rem;
  }
}
@media (min-width: 800px) {
  .pathway__link {
    height: 18.8888888889rem;
  }
}
@media (min-width: 926px) {
  .pathway__link {
    height: 22.2222222222rem;
  }
}
.pathway__link:hover .pathway__image {
  transform: scale(1.05);
}
.pathway__link:hover .pathway__smoke {
  background: rgba(0, 0, 0, 0.3);
}
.pathway__smoke {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease-in-out;
}
.pathway__smoke--with-image {
  background: rgba(0, 0, 0, 0.1);
}
.pathway__text-content {
  position: absolute;
  inset: 0;
  padding: 0.8888888889rem;
}
@media (min-width: 800px) {
  .pathway__text-content {
    padding: 1.3333333333rem;
  }
}
.pathway__text-content h2 {
  margin: 0;
}
.pathway a:link,
.pathway a:visited {
  border: none;
  color: currentColor;
}

.columns-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 4.4444444444rem;
  margin: 0 auto;
}
@media (min-width: 926px) {
  .columns-grid {
    -moz-column-gap: 1.7777777778rem;
         column-gap: 1.7777777778rem;
  }
}

.column {
  grid-column: span 12;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 1.7777777778rem;
  margin: 0;
}
.column--image-after {
  flex-direction: column-reverse;
}
@media (min-width: 926px) {
  .column--w-threeQuarters {
    grid-column: span 9;
  }
}
@media (min-width: 926px) {
  .column--w-twoThirds {
    grid-column: span 8;
  }
}
@media (min-width: 926px) {
  .column--w-half {
    grid-column: span 6;
  }
}
@media (min-width: 926px) {
  .column--w-third {
    grid-column: span 4;
  }
}
@media (min-width: 926px) {
  .column--w-quarter {
    grid-column: span 3;
  }
}
.column--w-padding {
  padding: 0.8888888889rem;
}
@media (min-width: 800px) {
  .column {
    flex-direction: row;
    align-items: start;
    -moz-column-gap: 1.7777777778rem;
         column-gap: 1.7777777778rem;
  }
}
@media (min-width: 926px) {
  .column {
    display: flex;
    flex-direction: column;
  }
  .column--image-after {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.column__image-container {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 800px) {
  .column__image-container {
    width: 50%;
  }
}
@media (min-width: 926px) {
  .column__image-container {
    width: 100%;
  }
}
.column__copy {
  text-wrap: pretty;
}
.column__cta-container {
  display: flex;
}
.column__cta-container--align-right {
  justify-content: flex-end;
}
.column__cta-container--align-left {
  justify-content: flex-start;
}
.column__cta-container--align-centre {
  justify-content: center;
}
.column__cta:link, .column__cta:visited {
  display: inline-block;
  padding: 0.7777777778rem 1.5555555556rem;
  border: 3px solid currentColor;
  color: currentColor;
  transition: all 0.25s ease-in-out;
}
.column__cta:link span, .column__cta:visited span {
  color: currentColor;
  transition: all 0.25s ease-in-out;
}
.column__cta:link:hover, .column__cta:visited:hover {
  background: currentColor;
}
.column__cta:link:hover span, .column__cta:visited:hover span {
  color: var(--bg);
}

.page__hero-content {
  color: white;
}
.page__hero-content--inverted {
  color: black;
}
.page__hero-content--blue {
  color: #4633fb;
}
.page__short-intro {
  line-height: 1.2222222222rem;
  max-width: 500px;
}
@media (max-width: 695px) {
  .page__short-intro.no-graphic {
    max-width: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.page__hero-background {
  width: 100%;
  padding-bottom: 2.5rem;
}
.page__hero-background.contains-media {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  min-height: 80vh;
  padding-bottom: 1rem;
}
@media (min-width: 800px) {
  .page__hero-background.contains-media {
    /* padding-bottom: rem(162); */
    /* min-height: 800px; */
  }
}
.page__hero-background.contains-media.no-overlap {
  min-height: 700px;
}
.page__hero-background.contains-media .page__hero-title {
  margin-top: 9.2222222222rem;
}
.page__hero-title {
  font-size: 2.6666666667rem;
  line-height: 2.8888888889rem;
  margin: 5rem 0 1rem;
  font-weight: 500;
}
.page__hero-content.wide {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
}
@media (min-width: 800px) {
  .page__hero-content.wide {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
.page__hero-content.no-media {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 768px;
}
@media (min-width: 800px) {
  .page__hero-content.no-media {
    width: 100%;
  }
}
.page__hero-image, .page__hero-video, .page__hero-overlay, .page__hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page__hero-video {
  overflow: hidden;
}
.page__hero-video .media-video {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.page__hero-video .media-video.playing {
  opacity: 1;
}
.page__hero-video .media-video .js-inline-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page__hero-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.page__hero-image--desktop {
  display: none;
}
@media (min-width: 800px) {
  .page__hero-image--desktop {
    display: block;
  }
}
.page__hero-image--mobile {
  display: block;
}
@media (min-width: 800px) {
  .page__hero-image--mobile {
    display: none;
  }
}
.page__hero-overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.page__hero-overlay.page__hero-overlay--inverted {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.page__hero-graphic {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5px;
}
.page__hero-graphic.visible {
  border-left: 1px solid white;
}
.page__hero-graphic.visible:before, .page__hero-graphic.visible:after {
  border-radius: 50%;
  border: 1px solid white;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-left: -5px;
}
.page__hero-graphic.visible:before {
  margin-top: -8px;
}
.page__hero-graphic.visible:after {
  margin-bottom: -8px;
}
@media (max-width: 926px) {
  .page__hero-graphic.contains-media {
    border-left: none;
    margin-left: 0;
  }
  .page__hero-graphic.contains-media:before, .page__hero-graphic.contains-media:after {
    display: none;
  }
}
.page__wide-intro {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
}
@media (min-width: 800px) {
  .page__wide-intro {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 926px) {
  .page__wide-intro.overlap {
    height: 0;
    overflow: visible;
    /* transform: translateY(50%); */
  }
}
.page__wide-intro-text {
  font-size: 1.7777777778rem;
  line-height: 2.1666666667rem;
  padding-bottom: 0.5rem;
}
.page__wide-intro-text.overlap {
  margin-top: -3.4rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.page__wide-intro-text.overlap p {
  margin: 0;
}
@media (min-width: 926px) {
  .page__wide-intro-text.overlap {
    padding-bottom: 0;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .page__wide-intro-text.overlap.backstop {
    transform: translateY(-8.7rem);
  }
}
@media (min-width: 926px) {
  .page__wide-intro-text {
    font-size: 2.6666666667rem;
    line-height: 3.3333333333rem;
  }
}
.page__narrow-intro {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 800px) {
  .page__narrow-intro {
    padding-bottom: 6.1111111111rem;
  }
}
.page__narrow-intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: calc(100% - 32px);
  padding: 1rem 0;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .page__narrow-intro p {
    padding: 1rem 3.3333333333rem;
    max-width: none;
    width: 100%;
  }
}
.page__narrow-intro.secondary-as-primary {
  padding-top: 5rem;
}
.page__featured-video {
  border: 2px solid #fff;
  max-width: 575px;
  width: calc(100% - 32px);
  height: 395px;
  margin: 3.5rem auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .page__featured-video {
    max-width: 730px;
    width: calc(100% - 120px);
  }
}
.page__featured-video-inner {
  height: 58px;
  overflow: visible;
  z-index: 200;
}
.page__featured-video:hover .video__overlay {
  opacity: 0;
}
.page__featured-video:hover .video__mask {
  opacity: 0.2;
}
.page__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  cursor: pointer;
}
.page__content {
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  background: white;
}

.video__overlay,
.video__mask {
  /* background: linear-gradient(180deg, #EEEEEE 0%, #D8D8D8 100%); */
  /* mix-blend-mode: multiply; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.15s ease-in-out;
}

.video__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.video__mask {
  background: #4633fb;
  opacity: 0;
}

.video__poster {
  width: 100%;
}

.wide-intro__dummy {
  display: none;
}
@media (min-width: 926px) {
  .wide-intro__dummy {
    display: block;
  }
}
.wide-intro__dummy.below {
  margin-bottom: 2.5rem;
}
.wide-intro__dummy.below.buffer {
  margin-bottom: 4.5rem;
}
.wide-intro__dummy--mobile {
  height: 3.4rem;
}
@media (min-width: 926px) {
  .wide-intro__dummy--mobile {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  background: #4633fb;
}
.overlay.reveal {
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out, height 0ms;
}
.overlay__outer {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 800px) {
  .overlay__outer {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 926px) {
  .overlay__outer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.overlay__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay__close-link {
  top: 0;
  right: 0;
  margin: 0 0 1rem;
  z-index: 1;
  cursor: pointer;
  border: none;
  width: 30px;
  padding: 0;
  background: transparent;
}
.overlay__close-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.overlay__contents {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
  cursor: pointer;
  max-width: 1000px;
  /* height:100%; */
  /* position: absolute;
  top:0;*/
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.overlay__contents > * {
  max-height: 100%;
}

.hero-video-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  /* flex: 1 1 auto; */
}
.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* ================================= */
/* OTHER PAGE TEMPLATES              */
/* ================================= */
.resources__container-intro {
  margin-bottom: 3rem;
}
.resources__container-intro h2 {
  font-size: 1.3333333333rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.resources__hidden-text {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0s linear;
}
.resources__hidden-text.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.resources__read-more {
  cursor: pointer;
}
.resources__read-more:hover {
  border-bottom: 1px solid #4633fb;
}
.resources__short-intro {
  font-size: 1.3333333333rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.resources__filter {
  display: none;
  padding: 0 0 0 2rem;
  min-width: 196px;
}
.resources__filter h2 {
  font-size: 1.3333333333rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  margin-top: 0;
}
.resources__filter h3 {
  font-size: 1.3333333333rem;
  line-height: 1.5555555556rem;
  margin-bottom: 0;
  font-weight: 400;
}
.resources__filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resources__filter-list li {
  line-height: 1.5555555556rem;
}
.resources__filter-list li a,
.resources__filter-list li a:link,
.resources__filter-list li a:visited {
  color: #4633fb;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.resources__filter-list li a:hover {
  border-bottom: 1px solid #4633fb;
}
.resources__filter-list li a.active {
  color: black;
  border-bottom: 1px solid black;
}
@media (min-width: 800px) {
  .resources__filter {
    display: block;
  }
}
.resources__filter-reset {
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
  overflow: hidden;
  margin: 1rem 0;
  height: 1rem;
  transition: all 0.15s ease-in-out 0.2s;
}
.resources__filter-reset a,
.resources__filter-reset a:link,
.resources__filter-reset a:visited {
  color: #4633fb;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.resources__filter-reset a:hover {
  border-bottom: 1px solid #4633fb;
}
.resources__filter-reset:not(.active).loaded {
  margin: 0;
  height: 0;
}
.resources__container-outer {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
  display: flex;
  padding-bottom: 2rem;
  /* min-height: 750px; */
}
@media (min-width: 800px) {
  .resources__container-outer {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
.resources__container-outer.team {
  flex-direction: column;
  min-height: unset;
}
.resources__container-inner {
  max-width: 1065px;
  width: 100%;
}
@media (min-width: 800px) {
  .resources__container-inner {
    width: 82%;
  }
}
.resources__list {
  display: inline-flex;
  flex-flow: row wrap;
  opacity: 1;
  width: 100%;
  transition: opacity 0.2s ease-in-out, height 0ms;
}
.resources__list.loading {
  opacity: 0;
}
.resources__item {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  align-self: flex-start;
  margin-bottom: 2.5rem;
  font-weight: 500;
  position: relative;
  transition: color 0.15s ease-in-out;
}
@media (max-width: 860px) {
  .resources__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 860px) and (max-width: 1060px) {
  .resources__item {
    width: calc((100% - 20px) * 0.3333);
  }
  .resources__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1060px) and (max-width: 1360px) {
  .resources__item {
    width: calc((100% - 30px) * 0.25);
  }
  .resources__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1360px) {
  .resources__item {
    width: calc((100% - 40px) * 0.2);
  }
  .resources__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
.resources__item p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5rem;
}
.resources__item p.resources__meta {
  font-weight: 400;
  font-family: "Formular Mono", monospace;
  font-size: 0.6666666667rem;
  line-height: 1.2rem;
}
.resources__item .resources__image-outer {
  position: relative;
}
.resources__item .resources__image-hover-mask {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resources__item .resources__image-hover-mask {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(16, 0, 255, 0.5) 100%);
  opacity: 0;
}
.resources__item.grayscale .resources__image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
  filter: grayscale(100%);
}
.resources__item.has-gradient .resources__image-mask {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resources__item.has-gradient .resources__image-mask {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.resources__item.has-link:hover .resources__image-mask {
  opacity: 0;
}
.resources__item.has-link:hover .resources__image-hover-mask {
  opacity: 1;
}
.resources__item.load-in {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.resources__item.load-in.loaded {
  opacity: 1;
}
.resources__link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.resources__links {
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
.resources__links a,
.resources__links a:link,
.resources__links a:visited {
  color: #4633fb;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.resources__links a:hover {
  border-bottom: 1px solid #4633fb;
}
.resources__links a {
  cursor: pointer;
}
.resources__links p {
  margin: 0 auto;
  line-height: 1rem;
}
.resources__image {
  width: 100%;
  margin-bottom: 0.5rem;
}
.resources__image-outer {
  position: relative;
}
.resources__top {
  color: #4633fb;
  transition: color 0.15s ease-in-out;
  position: relative;
}
.resources__top .quick-play__link {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: #4633fb;
  background: rgba(255, 255, 255, 0);
  transition: background 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.resources__top .quick-play__video, .resources__top .quick-play__audio {
  color: black;
  margin-top: 0.5rem;
  opacity: 0;
  transition: opacity 0.1s;
}
.resources__top .quick-play__icon {
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 0.1s;
}
.resources__top.touched {
  color: black;
}
.resources__top.touched .quick-play__link {
  background: rgba(255, 255, 255, 0.8);
}
.resources__top.touched .quick-play__audio, .resources__top.touched .quick-play__video, .resources__top.touched .quick-play__icon {
  opacity: 1;
  transition: opacity 0.1s ease-in-out 0.05s;
}
.resources__load-more, .resources__load-more:link, .resources__load-more:visited {
  padding: 1rem 0;
  text-align: center;
  display: block;
  background: white;
  width: 100%;
  margin: 3rem auto;
  color: #4633fb;
  transition: all 0.25s ease-in-out;
  border: 3px solid #4633fb;
  max-width: 768px;
}
@media (min-width: 800px) {
  .resources__load-more, .resources__load-more:link, .resources__load-more:visited {
    width: 100%;
    margin: 3rem auto 3rem 0;
  }
}
.resources__load-more:hover, .resources__load-more:link:hover, .resources__load-more:visited:hover {
  color: white;
  background: #4633fb;
}
.resources__filters--mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: calc(100% - 32px);
  padding: 1rem 0;
}
@media (min-width: 800px) {
  .resources__filters--mobile {
    padding: 1rem 3.3333333333rem;
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .resources__filters--mobile {
    display: none;
  }
}
.resources__filters--clear {
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
.resources__filters--clear a,
.resources__filters--clear a:link,
.resources__filters--clear a:visited {
  color: #4633fb;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
}
.resources__filters--clear a:hover {
  border-bottom: 1px solid #4633fb;
}

.filter-title .load-in {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.filter-title .load-in.loaded {
  opacity: 1;
}

.location__container-outer {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
  padding-bottom: 2rem;
}
@media (min-width: 800px) {
  .location__container-outer {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
.location__container-inner {
  padding-top: 2rem;
  display: flex;
  flex-flow: row wrap;
}
.location__container-inner + .location__container-inner {
  border-top: 1px solid white;
}
.location__container-inner a,
.location__container-inner a:link,
.location__container-inner a:visited {
  color: white;
  border-bottom: 1px solid white;
  transition: all 0.15s ease-in-out;
}
.location__container-inner a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.location__address p {
  margin: 0;
}
.location__access, .location__email, .location__phone {
  margin-bottom: 0;
  margin-top: 0.2222222222rem;
}
.location__postcode {
  margin-top: 0;
}
.location__postcode a,
.location__postcode a:link,
.location__postcode a:visited {
  color: white;
  border-bottom: 1px solid white;
  transition: all 0.15s ease-in-out;
}
.location__postcode a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.location__info {
  width: 100%;
  margin-bottom: 2rem;
}
.location__info h2 {
  font-size: 1.3333333333rem;
  line-height: 1.5555555556rem;
  font-weight: 500;
  margin-top: 0;
}
.location__info h3 {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0;
  font-weight: 500;
}
.location__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.location__info ul li {
  display: inline;
}
.location__info ul li + li:before {
  content: "/";
  margin: 0 0.5rem;
  display: inline;
}
.location__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #f9f9f9;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .location__map {
    margin-right: calc(100% - 575px);
  }
}
@media (min-width: 926px) {
  .location__map {
    margin-right: 2rem;
  }
}
.location__copy {
  width: 100%;
  margin-bottom: 2rem;
}
.location__copy p:first-of-type {
  margin-top: 0;
}
.location__copy p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 926px) {
  .location__copy {
    width: calc(100% - 615px);
    min-width: 195px;
    max-width: 500px;
  }
}
.location__copy .icon--alert {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (min-width: 800px) {
  .location__info {
    width: 275px;
    padding-right: 2rem;
  }
  .location__map {
    width: 300px;
    height: 300px;
    padding: 0;
  }
}

.footer {
  width: 100%;
  padding: 0.6666666667rem 0;
  background: #4633fb;
  color: white;
  font-family: "Formular Mono", monospace;
  font-size: 0.6666666667rem;
  line-height: 1.2rem;
  transition: all 0.15s ease-in-out;
}
.footer.invert {
  color: #4633fb;
}
.footer__inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 768px;
}
@media (min-width: 800px) {
  .footer__inner {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    width: 100%;
    max-width: none;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  display: inline;
}
.footer ul li a,
.footer ul li a:link,
.footer ul li a:visited {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.15s ease-in-out;
}
.footer ul li a:hover {
  border-bottom-color: inherit;
}
.footer ul li + li:before {
  display: inline;
  content: " | ";
}

/* ================================= */
/* COLOUR THEME CHANGES              */
/* ================================= */
.theme-black .nav {
  background: #4633fb;
}
.theme-black .footer {
  background: black;
}

.theme-darkPurple .nav {
  background: #4633fb;
}
.theme-darkPurple .footer {
  background: #7a30e3;
}

.theme-lightPurple .nav {
  background: #4633fb;
}
.theme-lightPurple .footer {
  background: #c533fa;
}

.theme-darkPink .nav {
  background: #4633fb;
}
.theme-darkPink .footer {
  background: #e529cd;
}

.theme-pink .nav {
  background: #4633fb;
}
.theme-pink .footer {
  background: #fc2a6d;
}

body.resources .nav,
body.sermons .nav {
  background: #4633fb;
}
body.resources .icon--logo,
body.sermons .icon--logo {
  width: 138px;
  height: 28px;
  background-size: 814px 579px;
  background-position: 0px -57px;
}
body.resources .js-nav-trigger:not(.active) .icon--nav,
body.sermons .js-nav-trigger:not(.active) .icon--nav {
  width: 15px;
  height: 15px;
  background-size: 1440px 1024px;
  background-position: -300px -50px;
}
body.resources .page__hero-background,
body.sermons .page__hero-background {
  padding-bottom: 0;
}

.header {
  color: white;
}
.header .header__svg,
.header .header__show-nav {
  fill: white;
}
.header.invert-header {
  color: black;
}
.header.invert-header .header__svg,
.header.invert-header .header__show-nav {
  fill: black;
}
.header.resources, .header.sermons {
  color: #4633fb;
}
.header.resources .header__svg,
.header.resources .header__show-nav, .header.sermons .header__svg,
.header.sermons .header__show-nav {
  fill: #4633fb;
}

body.theme-grey .nav {
  background: #4633fb;
}
body.theme-grey.no-hero .icon--logo {
  width: 138px;
  height: 28px;
  background-size: 814px 579px;
  background-position: 0px -57px;
}
body.theme-grey.no-hero .js-nav-trigger:not(.active) .icon--nav {
  width: 15px;
  height: 15px;
  background-size: 1440px 1024px;
  background-position: -300px -50px;
}
body.theme-grey.subIndex .icon--logo {
  width: 244px;
  height: 50px;
  background-size: 1440px 1024px;
  background-position: 0px -100px;
}

.resources .footer,
.sermons .footer,
.contact .footer,
.page.no-hero .footer,
.theme-grey .footer {
  background: white;
  color: #4633fb;
}
.resources .footer ul li a,
.resources .footer ul li a:link,
.resources .footer ul li a:visited,
.sermons .footer ul li a,
.sermons .footer ul li a:link,
.sermons .footer ul li a:visited,
.contact .footer ul li a,
.contact .footer ul li a:link,
.contact .footer ul li a:visited,
.page.no-hero .footer ul li a,
.page.no-hero .footer ul li a:link,
.page.no-hero .footer ul li a:visited,
.theme-grey .footer ul li a,
.theme-grey .footer ul li a:link,
.theme-grey .footer ul li a:visited {
  color: #4633fb;
}
.resources .footer ul li a:hover,
.sermons .footer ul li a:hover,
.contact .footer ul li a:hover,
.page.no-hero .footer ul li a:hover,
.theme-grey .footer ul li a:hover {
  border-bottom: 1px solid #4633fb;
}

body.contact ul.breadcrumbs {
  margin-bottom: 0;
}

body.index .nav {
  background: #4633fb;
}
body.index .footer {
  background: none;
  z-index: 10;
  position: fixed;
  top: 100%;
  bottom: unset;
  left: 0;
  transform: translateY(-100%);
  margin-top: 0;
}

body.can-hover .resources__top:hover {
  color: black;
}
body.can-hover .resources__top:hover .quick-play__link {
  background: rgba(255, 255, 255, 0.8);
}
body.can-hover .resources__top:hover .quick-play__audio, body.can-hover .resources__top:hover .quick-play__video, body.can-hover .resources__top:hover .quick-play__icon {
  opacity: 1;
  transition: opacity 0.1s ease-in-out 0.05s;
}
body.can-hover .subIndex-item:hover {
  z-index: 30;
}
body.can-hover .subIndex-item:hover .subIndex-item__content {
  opacity: 1;
}
body.can-hover .subIndex-item:hover .subIndex-item__mask {
  opacity: 1;
}

body.ios .page-block__embed.scrolling {
  height: auto !important;
}
body.ios .page-block__embed.scrolling iframe {
  position: unset;
  height: unset;
  max-height: none;
}

.header__nav-link .js-nav-trigger.active .header__show-nav,
.nav__trigger .header__show-nav,
.sub-nav__trigger .header__show-nav {
  fill: white;
  transition: fill 0.1s ease-in-out;
}

[x-cloak] {
  display: none !important;
}
