/*
	This file just contains the reset & vital sass, which should just be the important above the fold styles.
	The output styles.css file then loads first as a normal css files.
 */
/** This is a dynamically generated file **/
.main-header__nav-inner .sub-menu, .main-header__nav-inner .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav-focus-close, .main-nav__toggler, .main-header__menu-button .hamburger, main button,
.button, .skip-link button,
.skip-link a, .gdpr-button {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

/** This is a dynamically generated file **/ /** This is a dynamically generated file **/
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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: bolder;
}

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

/**
 * Add the correct font 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 {
  border-style: none;
}

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

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

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #3c3c3b;
  line-height: 1.6;
  font-variant-numeric: lining-nums;
  font-family: Helvetica, Arial, sans-serif;
  font-family: var(--font, Helvetica, Arial, sans-serif);
  font-size: 1rem;
  font-size: var(--font_size_body, 1rem);
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-h1,
.faux-h2,
.faux-h3,
.faux-h4,
.faux-h5,
.faux-h6 {
  margin: 0 0 1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-family: var(--font_secondary, Helvetica, Arial, sans-serif);
  font-weight: bold;
  font-weight: var(--font_header_weight, bold);
}
.font--poppins h1,
.font--poppins h2,
.font--poppins h3,
.font--poppins h4,
.font--poppins h5,
.font--poppins h6,
.font--poppins .faux-h1,
.font--poppins .faux-h2,
.font--poppins .faux-h3,
.font--poppins .faux-h4,
.font--poppins .faux-h5,
.font--poppins .faux-h6 {
  font-weight: 600;
}
h1.f-normal,
h2.f-normal,
h3.f-normal,
h4.f-normal,
h5.f-normal,
h6.f-normal,
.faux-h1.f-normal,
.faux-h2.f-normal,
.faux-h3.f-normal,
.faux-h4.f-normal,
.faux-h5.f-normal,
.faux-h6.f-normal {
  font-weight: normal;
}

h1,
.faux-h1 {
  line-height: 1.45;
  font-size: 2.5rem;
  font-size: var(--font_size_xlarge, 2.5rem);
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}

h2,
.faux-h2 {
  line-height: 1.45;
  font-size: 2.1875rem;
  font-size: var(--font_size_large, 2.1875rem);
}

h3,
.faux-h3 {
  font-size: 1.625rem;
  font-size: var(--font_size_medium, 1.625rem);
}

h4,
.faux-h4 {
  font-size: 1.625rem;
  font-size: var(--font_size_medium, 1.625rem);
}

h5,
.faux-h5 {
  font-size: 1.625rem;
  font-size: var(--font_size_medium, 1.625rem);
}

h6,
.faux-h6 {
  font-size: 1rem;
  font-size: var(--font_size_body, 1rem);
}

.f-normal {
  font-weight: normal;
}

b,
strong {
  font-weight: 700;
}
.font--poppins b,
.font--poppins strong {
  font-weight: 600;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
a:visited {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
a:hover, a:focus, a:active {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
a[href^=tel] {
  text-decoration: inherit;
}

ul,
ol {
  margin: 0 0 1rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

pre {
  max-width: 100%;
  overflow: auto;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
td img {
  max-width: none;
}
img.img-float-left, img.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
  display: block;
}
img.img-float-right, img.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
  display: block;
}
img.aligncenter {
  margin: 0 auto 1rem;
  display: block;
}

video {
  max-width: 100%;
  height: auto;
}

/*
	The structure will need to be [in terms of visible content]:
	- html
		- body
			- page-wrapper
				- main-header
				- content-wrapper
				- main-footer
			- /page-wrapper
		- /body
	- /html

 */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  min-height: 100vh;
}

.page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-wrapper::before {
  content: "bp-0";
  display: none; /* Prevent from displaying. */
}
@media (min-width: 32.5em) {
  .page-wrapper::before {
    content: "bp-small";
  }
}
@media (min-width: 48em) {
  .page-wrapper::before {
    content: "bp-medium";
  }
}
@media (min-width: 60em) {
  .page-wrapper::before {
    content: "bp-large";
  }
}
@media (min-width: 80em) {
  .page-wrapper::before {
    content: "bp-xl";
  }
}
@media (min-width: 100em) {
  .page-wrapper::before {
    content: "bp-xxl";
  }
}

.content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .body--padded .content-wrapper {
    padding: 0 20px 20px;
  }
}
@media (min-width: 60em) {
  .body--padded .content-wrapper {
    padding: 0 30px 30px;
  }
}
@media (min-width: 100em) {
  .body--padded .content-wrapper {
    padding: 0 40px 40px;
  }
}
@media (min-width: 120em) {
  .body--padded .content-wrapper {
    padding: 0 calc((100vw - 1840px) / 2) 40px;
  }
}
.page-template-page-news .content-wrapper, .single .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  padding: 0;
}

.page--full {
  min-width: 100vw;
}

.hide,
.screen-reader-text,
.visually-hidden {
  position: absolute !important;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

style {
  display: none;
}

#tinymce .inline--primary,
#main-content .inline--primary,
.inline-wrapper .inline--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
#tinymce .inline--secondary,
#main-content .inline--secondary,
.inline-wrapper .inline--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
#tinymce .inline--primary-text,
#main-content .inline--primary-text,
.inline-wrapper .inline--primary-text {
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
#tinymce .inline--secondary-text,
#main-content .inline--secondary-text,
.inline-wrapper .inline--secondary-text {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
}
#tinymce .inline--highlight,
#main-content .inline--highlight,
.inline-wrapper .inline--highlight {
  color: #f04141;
  color: var(--highlight_text_colour, #f04141);
}
#tinymce .inline--genesis,
#main-content .inline--genesis,
.inline-wrapper .inline--genesis {
  color: #00bf6f;
}

iframe {
  max-width: 100%;
  max-height: 80vh;
}

/*
	Some print base styles
 */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important;
    -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,
blockquote {
    border: 1px solid #3c3c3b;
    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;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
h2,
h3 {
    page-break-after: avoid;
  }
}
/** This is a dynamically generated file **/
.gdpr-cookie-message {
  padding: 16px;
  font-size: 14px;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vw;
  width: 97vw;
  max-width: 422px;
  z-index: 1000;
  border: 1px solid #999;
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
  background-color: #dfd9d1;
  background-color: var(--tertiary_colour, #dfd9d1);
}

.gdpr-button {
  text-decoration: none;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1px 2px;
  margin-right: 1em;
  border-bottom: 2px solid #3c3c3b;
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}
.gdpr-button:hover, .gdpr-button:focus {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}
.gdpr-button--custom {
  font-weight: normal;
  border-width: 1px;
}
.font--poppins .gdpr-button {
  font-weight: 600;
}

@supports (--css: variables) {
  .has-pattern--header,
.has-pattern--footer {
    position: relative;
  }
  .has-pattern--header::before, .has-pattern--header::after,
.has-pattern--footer::before,
.has-pattern--footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    background: transparent no-repeat center center;
    background-image: var(--pattern-strip);
    background-size: cover;
    z-index: 0;
    display: none;
  }
  .has-pattern--header {
    margin-top: 15px;
  }
  @media (min-width: 0) and (max-width: 767px) {
    .has-pattern--header.has-mobile-header {
      margin-top: 50px;
    }
  }
  .has-pattern--header::before {
    display: block;
  }
  .has-pattern--footer {
    margin-bottom: 15px;
  }
  .has-pattern--footer::after {
    display: block;
    top: auto;
    bottom: -15px;
  }
}
.has-mobile-header:not(.desktop-nav) {
  position: relative;
  margin-top: 35px;
}

.mobile-header {
  position: absolute;
  top: -35px;
  right: 0;
  height: 35px;
  overflow: hidden;
  padding: 0 12px;
  font-size: 0.875em;
  font-weight: bold;
  width: 100%;
  display: none;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 48em) {
  .mobile-header {
    display: none;
  }
}
body:not(.desktop-nav) .mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.has-pattern--header .mobile-header {
  top: -50px;
}
.mobile-header a {
  text-decoration: none;
}
.mobile-header a:focus {
  outline: none;
  text-decoration: underline;
}

.mobile-header__phone {
  margin-left: auto;
}
@media (min-width: 25.875em) {
  .mobile-header__phone {
    margin-left: 1rem;
  }
}

.grecaptcha-badge {
  z-index: 20000;
  display: none !important;
}
.has-contact-form .grecaptcha-badge {
  display: block !important;
}

.skip-link {
  position: relative;
}
.skip-link button,
.skip-link a {
  position: absolute !important;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.skip-link button:focus,
.skip-link a:focus {
  position: static !important;
  border: 0;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  width: auto;
  margin: inherit;
  overflow: visible;
  padding: inherit;
  white-space: normal;
  color: #fff;
  position: absolute !important;
  z-index: 20000;
  top: 1px;
  left: 1px;
  padding: 0.5ex 1ex;
  outline: none;
  background: #f04141;
  border: 1px solid #fff;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .has-mobile-header .skip-link button:focus,
.has-mobile-header .skip-link a:focus {
    top: -34px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .has-pattern--header.has-mobile-header .skip-link button:focus, .has-pattern--header.has-mobile-header .skip-link a:focus {
    top: -49px;
  }
}

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

.social-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0 20px 0 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  list-style: none;
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.social-icon:last-child {
  margin-right: 0;
}
.bs--rounded .social-icon {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.icons-primary .social-icon {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.icons-secondary .social-icon {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.main-footer--dark .social-icon {
  background-color: #fff;
}
.social-icon a {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.social-icon a:focus, .social-icon a:hover {
  outline: none;
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .social-icon a:focus, .bs--rounded .social-icon a:hover {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.icons-primary .social-icon a:focus, .icons-primary .social-icon a:hover {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.icons-secondary .social-icon a:focus, .icons-secondary .social-icon a:hover {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.main-footer--dark .social-icon a:focus, .main-footer--dark .social-icon a:hover {
  background-color: #6f6f6e;
}
.main-footer--dark .social-icon a:focus svg, .main-footer--dark .social-icon a:hover svg {
  color: #fff;
}
.social-icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 9px;
  color: #fff;
}
.main-footer--dark .social-icon svg {
  color: #3c3c3b;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.wysiwyg p,
.wysiwyg li {
  overflow-wrap: break-word;
}
.wysiwyg pre {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 1rem;
}
.wysiwyg .iframe-wrapper {
  width: 100%;
  min-height: 20vh;
}
.wysiwyg .iframe-wrapper iframe {
  width: 100%;
}
@media (min-width: 0) and (max-width: 25.875em) {
  .wysiwyg ul,
.wysiwyg ol {
    margin-left: 0;
    padding-left: 0;
  }
  .accordion__item .wysiwyg ul,
.wysiwyg ul ul,
.wysiwyg ul ol,
.accordion__item .wysiwyg ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
    margin-left: 1rem;
  }
}
.wysiwyg blockquote {
  font-family: Helvetica, Arial, sans-serif;
  font-family: var(--font_secondary, Helvetica, Arial, sans-serif);
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  font-size: 1.625rem;
  font-size: var(--font_size_medium, 1.625rem);
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 32.5em) {
  .wysiwyg blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 60em) {
  .wysiwyg blockquote {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 48em) {
  .wysiwyg blockquote {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .wysiwyg blockquote {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.wysiwyg blockquote *:last-child {
  margin-bottom: 0;
}
.wysiwyg .table-wrapper {
  overflow-x: scroll;
  padding: 5px 0;
}
.wysiwyg table {
  min-width: 600px;
}
.wysiwyg table.table {
  margin: -5px 0;
}
.wysiwyg table.table th {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  padding: 5px 8px;
  border: 1px solid #3c3c3b;
}
.wysiwyg table.table td {
  vertical-align: top;
  padding: 5px 8px;
  border: 1px solid #3c3c3b;
}
.wysiwyg td {
  padding: 2px 0.5ch;
}
.wysiwyg .icon {
  width: auto;
  display: inline-block;
  margin: 0 1rem 1rem 0;
}

.buttons-wrapper {
  margin: 0 -0.5rem -0.5rem;
}

main button,
.button {
  text-decoration: none;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-in;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-in;
  margin: 0.4rem 0.5rem;
  /*
   * Styles
   */
}
.bs--u main button,
.bs--u .button {
  text-transform: uppercase;
}
main button:focus,
.button:focus {
  outline: none;
}
.bs--rounded main button, .bs--square main button, .bs--outline main button,
.bs--rounded .button,
.bs--square .button,
.bs--outline .button {
  letter-spacing: 0.15px;
  padding: 1.075rem 1.75rem 0.925rem;
  border: 1px solid #3c3c3b;
  font-size: 0.875rem;
}
@media print {
  .bs--rounded main button, .bs--square main button, .bs--outline main button,
.bs--rounded .button,
.bs--square .button,
.bs--outline .button {
    padding: 1rem 0;
    border: 0;
  }
}
.bs--rounded main button,
.bs--rounded .button {
  border-radius: 1.5rem;
}
.bs--square main button,
.bs--square .button {
  border-radius: 0.33rem;
}
.bs--outline main button,
.bs--outline .button {
  border-radius: 0.5rem;
}
.bs--no-radius main button,
.bs--no-radius .button {
  border-radius: 0;
}
.bs--text main button,
.bs--text .button {
  font-weight: bold;
  padding: 0 1px 2px;
  border-bottom: 2px solid #3c3c3b;
}

.button {
  /*
   * Colours
   */
}
.button--primary:link, .button--primary:visited {
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
.buttons-wrapper--no-bg a.button--primary {
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--no-bg a.button--primary, .bs--square .buttons-wrapper--no-bg a.button--primary {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--no-bg a.button--primary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--no-bg a.button--primary.button--hover-white:hover, .bs--rounded .buttons-wrapper--no-bg a.button--primary.button--hover-white:focus, .bs--square .buttons-wrapper--no-bg a.button--primary.button--hover-white.js-hover, .bs--square .buttons-wrapper--no-bg a.button--primary.button--hover-white:hover, .bs--square .buttons-wrapper--no-bg a.button--primary.button--hover-white:focus {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--outline .buttons-wrapper--no-bg a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--text .buttons-wrapper--no-bg a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}

.buttons-wrapper--bg-primary a.button--primary {
  border-color: #eee;
  border-color: var(--primary_text_colour, #eee);
}

.bs--rounded .buttons-wrapper--bg-secondary a.button--primary, .bs--square .buttons-wrapper--bg-secondary a.button--primary {
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--bg-secondary a.button--primary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-secondary a.button--primary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-secondary a.button--primary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-secondary a.button--primary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-secondary a.button--primary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-secondary a.button--primary.button--hover-white:focus {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--outline .buttons-wrapper--bg-secondary a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}
.bs--text .buttons-wrapper--bg-secondary a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}

.bs--rounded .buttons-wrapper--bg-tertiary a.button--primary, .bs--square .buttons-wrapper--bg-tertiary a.button--primary, .bs--outline .buttons-wrapper--bg-tertiary a.button--primary {
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:focus, .bs--outline .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white.js-hover, .bs--outline .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:hover, .bs--outline .buttons-wrapper--bg-tertiary a.button--primary.button--hover-white:focus {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--text .buttons-wrapper--bg-tertiary a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}

.buttons-wrapper--bg-image a.button--primary {
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--bg-image a.button--primary, .bs--square .buttons-wrapper--bg-image a.button--primary {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.bs--rounded .buttons-wrapper--bg-image a.button--primary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-image a.button--primary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-image a.button--primary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-image a.button--primary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-image a.button--primary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-image a.button--primary.button--hover-white:focus {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--outline .buttons-wrapper--bg-image a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--text .buttons-wrapper--bg-image a.button--primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}

.button--secondary:link, .button--secondary:visited {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
}
.buttons-wrapper--no-bg a.button--secondary {
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--no-bg a.button--secondary, .bs--square .buttons-wrapper--no-bg a.button--secondary {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--no-bg a.button--secondary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--no-bg a.button--secondary.button--hover-white:hover, .bs--rounded .buttons-wrapper--no-bg a.button--secondary.button--hover-white:focus, .bs--square .buttons-wrapper--no-bg a.button--secondary.button--hover-white.js-hover, .bs--square .buttons-wrapper--no-bg a.button--secondary.button--hover-white:hover, .bs--square .buttons-wrapper--no-bg a.button--secondary.button--hover-white:focus {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--outline .buttons-wrapper--no-bg a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--text .buttons-wrapper--no-bg a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}

.bs--rounded .buttons-wrapper--bg-primary a.button--secondary, .bs--square .buttons-wrapper--bg-primary a.button--secondary {
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--bg-primary a.button--secondary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-primary a.button--secondary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-primary a.button--secondary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-primary a.button--secondary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-primary a.button--secondary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-primary a.button--secondary.button--hover-white:focus {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--outline .buttons-wrapper--bg-primary a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}
.bs--text .buttons-wrapper--bg-primary a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}

.buttons-wrapper--bg-secondary a.button--secondary {
  border-color: #fff;
  border-color: var(--secondary_text_colour, #fff);
}

.bs--rounded .buttons-wrapper--bg-tertiary a.button--secondary, .bs--square .buttons-wrapper--bg-tertiary a.button--secondary, .bs--outline .buttons-wrapper--bg-tertiary a.button--secondary {
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:focus, .bs--outline .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white.js-hover, .bs--outline .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:hover, .bs--outline .buttons-wrapper--bg-tertiary a.button--secondary.button--hover-white:focus {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--text .buttons-wrapper--bg-tertiary a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}

.buttons-wrapper--bg-image a.button--secondary {
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--bg-image a.button--secondary, .bs--square .buttons-wrapper--bg-image a.button--secondary {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--rounded .buttons-wrapper--bg-image a.button--secondary.button--hover-white.js-hover, .bs--rounded .buttons-wrapper--bg-image a.button--secondary.button--hover-white:hover, .bs--rounded .buttons-wrapper--bg-image a.button--secondary.button--hover-white:focus, .bs--square .buttons-wrapper--bg-image a.button--secondary.button--hover-white.js-hover, .bs--square .buttons-wrapper--bg-image a.button--secondary.button--hover-white:hover, .bs--square .buttons-wrapper--bg-image a.button--secondary.button--hover-white:focus {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--outline .buttons-wrapper--bg-image a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--text .buttons-wrapper--bg-image a.button--secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}

.button--highlight:link, .button--highlight:visited {
  color: #f04141;
  color: var(--highlight_text_colour, #f04141);
}
.buttons-wrapper--no-bg a.button--highlight {
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}

.buttons-wrapper--bg-primary a.button--highlight {
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}

.buttons-wrapper--bg-secondary a.button--highlight {
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}

.buttons-wrapper--bg-tertiary a.button--highlight {
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}
.bs--rounded .buttons-wrapper--bg-tertiary a.button--highlight, .bs--square .buttons-wrapper--bg-tertiary a.button--highlight, .bs--outline .buttons-wrapper--bg-tertiary a.button--highlight {
  color: #fff;
  background-color: #f04141;
  background-color: var(--highlight_text_colour, #f04141);
}
.buttons-wrapper--bg-tertiary a.button--highlight.button--hover-white.js-hover, .buttons-wrapper--bg-tertiary a.button--highlight.button--hover-white:hover, .buttons-wrapper--bg-tertiary a.button--highlight.button--hover-white:focus {
  color: #f04141;
  color: var(--highlight_text_colour, #f04141);
}

.buttons-wrapper--bg-image a.button--highlight {
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}
.bs--rounded .buttons-wrapper--bg-image a.button--highlight, .bs--square .buttons-wrapper--bg-image a.button--highlight, .bs--outline .buttons-wrapper--bg-image a.button--highlight {
  color: #eee;
  color: var(--primary_text_colour, #eee);
  background-color: #f04141;
  background-color: var(--highlight_text_colour, #f04141);
}

.button--white:link, .button--white:visited {
  color: #fff;
  border-color: #fff;
}
.buttons-wrapper--no-bg a.button--white:link, .buttons-wrapper--no-bg a.button--white:visited {
  color: #3c3c3b;
  border-color: #3c3c3b;
}

.bs--rounded .buttons-wrapper.buttons-wrapper--bg-primary a.button--white, .bs--square .buttons-wrapper.buttons-wrapper--bg-primary a.button--white {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  background-color: #fff;
}
.buttons-wrapper.buttons-wrapper--bg-primary a.button--white.button--hover-white.js-hover, .buttons-wrapper.buttons-wrapper--bg-primary a.button--white.button--hover-white:hover, .buttons-wrapper.buttons-wrapper--bg-primary a.button--white.button--hover-white:focus {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.bs--rounded .buttons-wrapper.buttons-wrapper--bg-secondary a.button--white, .bs--square .buttons-wrapper.buttons-wrapper--bg-secondary a.button--white {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
  background-color: #fff;
}
.buttons-wrapper.buttons-wrapper--bg-secondary a.button--white.button--hover-white.js-hover, .buttons-wrapper.buttons-wrapper--bg-secondary a.button--white.button--hover-white:hover, .buttons-wrapper.buttons-wrapper--bg-secondary a.button--white.button--hover-white:focus {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.bs--rounded .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white, .bs--square .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  background-color: #fff;
}
.buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white.js-hover, .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white:hover, .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white:focus {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.bs--outline .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.bs--outline .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white.js-hover, .bs--outline .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white:hover, .bs--outline .buttons-wrapper.buttons-wrapper--bg-tertiary a.button--white.button--hover-white:focus {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  background-color: #fff;
}

.buttons-wrapper--bg-primary a.button--white.button--hover-white.js-hover, .buttons-wrapper--bg-primary a.button--white.button--hover-white:hover, .buttons-wrapper--bg-primary a.button--white.button--hover-white:focus {
  border-color: #fff;
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}

.buttons-wrapper--bg-secondary a.button--white.button--hover-white.js-hover, .buttons-wrapper--bg-secondary a.button--white.button--hover-white:hover, .buttons-wrapper--bg-secondary a.button--white.button--hover-white:focus {
  border-color: #fff;
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}

.bs--rounded a.button.js-hover::before, .bs--rounded a.button.js-hover::after, .bs--rounded a.button:hover::before, .bs--rounded a.button:hover::after, .bs--rounded a.button:focus::before, .bs--rounded a.button:focus::after, .bs--square a.button.js-hover::before, .bs--square a.button.js-hover::after, .bs--square a.button:hover::before, .bs--square a.button:hover::after, .bs--square a.button:focus::before, .bs--square a.button:focus::after, .bs--outline a.button.js-hover::before, .bs--outline a.button.js-hover::after, .bs--outline a.button:hover::before, .bs--outline a.button:hover::after, .bs--outline a.button:focus::before, .bs--outline a.button:focus::after {
  display: none;
}
.bs--rounded a.button.button--hover-white.js-hover, .bs--square a.button.button--hover-white.js-hover, .bs--outline a.button.button--hover-white.js-hover, .bs--rounded a.button.button--hover-white:hover, .bs--square a.button.button--hover-white:hover, .bs--outline a.button.button--hover-white:hover, .bs--rounded a.button.button--hover-white:focus, .bs--square a.button.button--hover-white:focus, .bs--outline a.button.button--hover-white:focus {
  background-color: #fff;
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--text a.button.button--hover-white.js-hover, .bs--text a.button.button--hover-white:hover, .bs--text a.button.button--hover-white:focus {
  color: #fff;
  border-color: #fff;
}
.bs--rounded a.button.button--hover-primary.js-hover, .bs--square a.button.button--hover-primary.js-hover, .bs--outline a.button.button--hover-primary.js-hover, .bs--rounded a.button.button--hover-primary:hover, .bs--square a.button.button--hover-primary:hover, .bs--outline a.button.button--hover-primary:hover, .bs--rounded a.button.button--hover-primary:focus, .bs--square a.button.button--hover-primary:focus, .bs--outline a.button.button--hover-primary:focus {
  color: #eee;
  color: var(--primary_text_colour, #eee);
  border-color: #eee;
  border-color: var(--primary_text_colour, #eee);
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.bs--text a.button.button--hover-primary.js-hover, .bs--text a.button.button--hover-primary:hover, .bs--text a.button.button--hover-primary:focus {
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.bs--text .buttons-wrapper--bg-image a.button.button--hover-primary.js-hover, .bs--text .basic-content--fill-primary a.button.button--hover-primary.js-hover, .bs--text .buttons-wrapper--bg-primary a.button.button--hover-primary.js-hover, .bs--text .buttons-wrapper--bg-image a.button.button--hover-primary:hover, .bs--text .basic-content--fill-primary a.button.button--hover-primary:hover, .bs--text .buttons-wrapper--bg-primary a.button.button--hover-primary:hover, .bs--text .buttons-wrapper--bg-image a.button.button--hover-primary:focus, .bs--text .basic-content--fill-primary a.button.button--hover-primary:focus, .bs--text .buttons-wrapper--bg-primary a.button.button--hover-primary:focus {
  color: #eee;
  color: var(--primary_text_colour, #eee);
  border-color: #eee;
  border-color: var(--primary_text_colour, #eee);
}
.bs--rounded a.button.button--hover-secondary.js-hover, .bs--square a.button.button--hover-secondary.js-hover, .bs--outline a.button.button--hover-secondary.js-hover, .bs--rounded a.button.button--hover-secondary:hover, .bs--square a.button.button--hover-secondary:hover, .bs--outline a.button.button--hover-secondary:hover, .bs--rounded a.button.button--hover-secondary:focus, .bs--square a.button.button--hover-secondary:focus, .bs--outline a.button.button--hover-secondary:focus {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
  border-color: #fff;
  border-color: var(--secondary_text_colour, #fff);
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.bs--text a.button.button--hover-secondary.js-hover, .bs--text a.button.button--hover-secondary:hover, .bs--text a.button.button--hover-secondary:focus {
  border-color: #5d5d55;
  border-color: var(--secondary_colour, #5d5d55);
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.bs--text .basic-content--fill-secondary a.button.button--hover-secondary.js-hover, .bs--text .buttons-wrapper--bg-secondary a.button.button--hover-secondary.js-hover, .bs--text .basic-content--fill-secondary a.button.button--hover-secondary:hover, .bs--text .buttons-wrapper--bg-secondary a.button.button--hover-secondary:hover, .bs--text .basic-content--fill-secondary a.button.button--hover-secondary:focus, .bs--text .buttons-wrapper--bg-secondary a.button.button--hover-secondary:focus {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
  border-color: #fff;
  border-color: var(--secondary_text_colour, #fff);
}
.bs--rounded a.button.button--hover-highlight.js-hover, .bs--square a.button.button--hover-highlight.js-hover, .bs--outline a.button.button--hover-highlight.js-hover, .bs--rounded a.button.button--hover-highlight:hover, .bs--square a.button.button--hover-highlight:hover, .bs--outline a.button.button--hover-highlight:hover, .bs--rounded a.button.button--hover-highlight:focus, .bs--square a.button.button--hover-highlight:focus, .bs--outline a.button.button--hover-highlight:focus {
  color: #fff;
  border-color: #fff;
  background-color: #f04141;
  background-color: var(--highlight_text_colour, #f04141);
}
.bs--text a.button.button--hover-highlight.js-hover, .bs--text a.button.button--hover-highlight:hover, .bs--text a.button.button--hover-highlight:focus {
  color: #f04141;
  color: var(--highlight_text_colour, #f04141);
  border-color: #f04141;
  border-color: var(--highlight_text_colour, #f04141);
}

.emergency-banner {
  position: relative;
  text-align: center;
  padding: 12px;
}
@media (min-width: 32.5em) {
  .emergency-banner {
    padding: 20px;
  }
}
@media (min-width: 60em) {
  .emergency-banner {
    padding: 30px;
  }
}
.emergency-banner--bg-primary {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
.emergency-banner--bg-primary *:not(.button) {
  color: inherit;
}
.emergency-banner--bg-secondary {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
  color: #fff;
  color: var(--secondary_text_colour, #fff);
}
.emergency-banner--bg-secondary *:not(.button) {
  color: inherit;
}
.emergency-banner--bg-red {
  background-color: #f04141;
  color: #fff;
}
.emergency-banner--bg-red *:not(.button) {
  color: inherit;
}
.has-mobile-header:not(.desktop-nav) .emergency-banner {
  top: -35px;
  border-bottom: 1px solid #ddd;
}
.emergency-banner .wysiwyg {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(90ch + 180px);
}
.emergency-banner .wysiwyg *:last-child {
  margin-bottom: 0;
}

.js-nav .main-header__menu-button {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.js-nav--open .main-header__menu-button {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 12px 0;
  background: #3c3c3b;
  background: var(--primary_colour, #3c3c3b);
}
.has-pattern--header.js-nav--open .main-header__menu-button {
  top: 27px;
}

.desktop-nav .main-header__menu-button {
  display: none;
}
.main-header__menu-button .hamburger {
  position: relative;
  font-size: 1rem;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  height: 30px;
  border-radius: 0;
  border: 0;
  padding-right: 40px;
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
@media print {
  .main-header__menu-button .hamburger {
    display: none;
  }
}
.main-header--no-overlay-white .main-header__menu-button .hamburger {
  color: #fff;
  background: transparent;
}
.js-nav--open .main-header__menu-button .hamburger {
  float: right;
  color: #fff;
  padding-left: 12px;
  background: #3c3c3b;
  background: var(--primary_colour, #3c3c3b);
}
.main-header__menu-button .hamburger .hamburger__label {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.js-nav--open .main-header__menu-button .hamburger .hamburger__label {
  color: #fff;
}
.main-header__menu-button .hamburger:hover, .main-header__menu-button .hamburger:focus {
  outline: none;
  text-decoration: none;
}
.main-header__menu-button .hamburger:hover .hamburger__label, .main-header__menu-button .hamburger:focus .hamburger__label {
  opacity: 1;
}
.desktop-nav .main-header__menu-button .hamburger:hover .hamburger__label, .desktop-nav .main-header__menu-button .hamburger:focus .hamburger__label {
  display: none;
}

.hamburger__icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 2px;
  width: 28px;
  height: 28px;
}
.hamburger__icon svg {
  max-width: 100%;
  max-height: 100%;
}
[aria-expanded=true] .hamburger__icon {
  top: -2px;
  right: 0;
  width: 34px;
}
.hamburger__icon .burger {
  display: block;
  -webkit-transition: d 0.25s;
  transition: d 0.25s;
}
[aria-expanded=true] .hamburger__icon .burger {
  display: none;
}
@supports (d: path("")) {
  [aria-expanded=true] .hamburger__icon .burger {
    display: block;
    d: path("M3,3 10,10 M5,5 5,5 M3,10 10,3");
  }
}
.hamburger__icon .cross {
  display: none;
}
[aria-expanded=true] .hamburger__icon .cross {
  display: block;
}
@supports (d: path("")) {
  [aria-expanded=true] .hamburger__icon .cross {
    display: none;
  }
}

@media print {
  .main-header__nav {
    display: none;
  }
}
.ie10-11 .main-header__nav {
  width: 100%;
}
.no-js .main-header__nav {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
  padding: 12px;
  width: auto;
  min-width: 100%;
  margin-top: 12px;
  margin-bottom: -12px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 24px;
}
@media (min-width: 32.5em) {
  .no-js .main-header__nav {
    margin-top: 20px;
  }
}
@media (min-width: 60em) {
  .no-js .main-header__nav {
    margin-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .no-js .main-header__nav {
    margin-bottom: -20px;
  }
}
@media (min-width: 60em) {
  .no-js .main-header__nav {
    margin-bottom: -30px;
  }
}
@media (min-width: 32.5em) {
  .no-js .main-header__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 60em) {
  .no-js .main-header__nav {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 32.5em) {
  .no-js .main-header__nav {
    padding: 40px;
  }
}
@media (min-width: 60em) {
  .no-js .main-header__nav {
    padding: 60px;
  }
}
.desktop-nav .no-js .main-header__nav {
  margin: 0;
  padding: 0;
  background: transparent;
}
.no-js .main-header--overlay--white .main-header__nav {
  background-color: #fff;
}
.js-nav--open:not(.desktop-nav) .main-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
}

.main-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  position: relative;
}
.desktop-nav .main-header__nav-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: static;
}
@media (min-width: 60em) {
  .desktop-nav .main-header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.js-nav:not(.desktop-nav) .main-header__nav-inner {
  display: none;
}
.js-nav--open:not(.desktop-nav) .main-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
  min-height: 100%;
  padding: 100px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
}
.desktop-nav .main-header--centred .main-header__nav-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktop-nav .main-header--left-right .main-header__nav-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
@media (min-width: 60em) {
  .desktop-nav .main-header--left-right .main-header__nav-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.body--padded.desktop-nav .main-header--left-right .main-header__nav-inner {
  padding-right: 1rem;
}
.main-header__nav-inner .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.desktop-nav .main-header__nav-inner .menu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 12px;
}
@media (min-width: 60em) {
  .desktop-nav .main-header__nav-inner .menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 0;
  }
}
.no-js .main-header__nav-inner .menu {
  margin-bottom: 0;
}
.desktop-nav .main-header--centred .main-header__nav-inner .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 48rem;
  width: auto;
  position: relative;
}
.desktop-nav.logo--wide .main-header--centred .main-header__nav-inner .menu {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop-nav.logo--wide .main-header--centred .main-header__nav-inner .menu .menu-item:first-child {
  margin-left: 0;
}
.desktop-nav.logo--wide .main-header--centred .main-header__nav-inner .menu .menu-item:last-child {
  margin-right: 0;
}
.main-header--left-right .main-header__nav-inner .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-header__nav-inner .menu-item {
  position: relative;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
  padding-right: 25px;
  margin-left: 9px;
  margin-right: 9px;
}
@media (min-width: 32.5em) {
  .main-header__nav-inner .menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 60em) {
  .main-header__nav-inner .menu-item {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
}
.main-header__nav-inner .menu-item:not(:nth-last-child(-n+2))::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -23px;
  height: 19px;
  width: 1px;
  background-color: #fff;
}
.desktop-nav .main-header__nav-inner .menu-item {
  padding-right: 0;
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item {
  text-align: right;
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item.secondary-colour a {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item.secondary-colour a:hover {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item.secondary-colour.current-menu-item a {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.main-header--no-overlay-white .main-header__nav-inner .menu-item {
  font-weight: bold;
}
.font--poppins .main-header--no-overlay-white .main-header__nav-inner .menu-item {
  font-weight: 600;
}
.nav--normal .main-header--no-overlay-white .main-header__nav-inner .menu-item {
  font-weight: 400;
}
body:not(.desktop-nav) .main-header__nav-inner .menu-item.menu-item--phone {
  margin-top: auto;
  padding-top: 1.5rem;
}
.desktop-nav .main-header--centred .main-header__nav-inner .menu-item.menu-item--phone {
  position: absolute;
  top: -85px;
  margin-top: -0.5em;
  right: 0;
  font-size: 20px;
}
.logo--wide.desktop-nav .main-header--centred .main-header__nav-inner .menu-item.menu-item--phone {
  margin-right: 0;
}
.logo--tall.desktop-nav .main-header--centred .main-header__nav-inner .menu-item.menu-item--phone {
  top: -65px;
}
body:not(.desktop-nav) .main-header__nav-inner .menu-item--phone-cta-wrap {
  margin-top: auto;
  padding-top: 1.5rem;
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap {
  position: absolute;
  top: 0;
  right: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0666), 0 1px 2px rgba(0, 0, 0, 0.0666), 0 1px 7px rgba(0, 0, 0, 0.0666);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0666), 0 1px 2px rgba(0, 0, 0, 0.0666), 0 1px 7px rgba(0, 0, 0, 0.0666);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.33rem 1rem;
  font-size: 1rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 60em) {
  .desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap {
    right: 45px;
  }
}
.bs--outline .desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.bs--square .desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap {
  border-bottom-left-radius: 0.33rem;
  border-bottom-right-radius: 0.33rem;
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap a:not(.button) {
  white-space: nowrap;
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap a:not(.button):focus, .desktop-nav .main-header--left-right .main-header__nav-inner .menu-item--phone-cta-wrap a:not(.button):hover {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.js-nav.desktop-nav .main-header__nav-inner .menu-item.level-0.menu-item-has-children {
  padding-right: 1.5rem;
}
.main-header__nav-inner .menu-item .buttons-wrapper {
  margin: -0.5rem 0;
}
.main-header__nav-inner .menu-item.js-sub-nav--open a, .main-header__nav-inner .menu-item:hover a {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.main-header--no-overlay-white .main-header__nav-inner .menu-item.js-sub-nav--open a, .main-header--no-overlay-white .main-header__nav-inner .menu-item:hover a {
  color: #fff;
}
.desktop-nav .main-header__nav-inner .menu-item.js-sub-nav--open span, .desktop-nav .main-header__nav-inner .menu-item:hover span {
  fill: #5d5d55;
  fill: var(--secondary_colour, #5d5d55);
}
.main-header--no-overlay-white .main-header__nav-inner .menu-item.js-sub-nav--open span, .main-header--no-overlay-white .main-header__nav-inner .menu-item:hover span {
  fill: #fff;
}
.main-header__nav-inner .menu-item a {
  text-decoration: none;
}
.main-header__nav-inner .menu-item a:not(.button) {
  display: block;
}
body:not(.desktop-nav) .main-header__nav-inner .menu-item a:not(.button) {
  font-size: 1.75rem;
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
.main-header__nav-inner .menu-item a:hover, .main-header__nav-inner .menu-item a:focus {
  outline: none;
}
.main-header__nav-inner .menu-item a:hover:not(.button), .main-header__nav-inner .menu-item a:focus:not(.button) {
  text-decoration: underline;
}
.main-header__nav-inner .sub-menu {
  display: none;
}
.main-header__nav-inner .sub-menu .menu-item {
  margin: 0.5ex 0;
}
.desktop-nav .main-header__nav-inner .sub-menu .menu-item {
  font-weight: 400;
  text-align: center;
}
body:not(.desktop-nav) .main-header__nav-inner .sub-menu a:not(.button) {
  font-size: 1.125rem;
}
.desktop-nav .main-header__nav-inner .sub-menu a:not(.button) {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.main-header__nav-inner .js-sub-nav--open .sub-menu {
  display: block;
}
body:not(.desktop-nav) .main-header__nav-inner .js-sub-nav--open .sub-menu {
  background: rgba(0, 0, 0, 0.16);
  margin: 5px -50px 10px -25px;
  padding: 1ex 25px;
}
.desktop-nav .main-header__nav-inner .js-sub-nav--open .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 1ex;
  min-width: 225px;
  max-width: 275px;
  padding: 1ex;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
}
.desktop-nav .main-header__nav-inner .js-sub-nav--overlap .sub-menu {
  left: auto;
  right: 0;
  -webkit-transform: none;
          transform: none;
}

.main-nav__toggler {
  position: absolute;
  top: 0;
  right: -0.1rem;
  height: 2.625rem;
  width: 2.625rem;
}
.desktop-nav .main-nav__toggler {
  height: 1rem;
  width: 1rem;
  right: 0;
}
.main-nav__toggler span {
  width: 50%;
  height: 50%;
  display: block;
  z-index: 100;
  position: absolute;
  top: 0.75rem;
  left: 1.125rem;
  fill: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.desktop-nav .main-nav__toggler span {
  height: 100%;
  width: 100%;
  top: 0.3125rem;
  left: 0;
  -webkit-transform: scale(0.75) rotate(90deg);
          transform: scale(0.75) rotate(90deg);
  fill: #3c3c3b;
  fill: var(--primary_colour, #3c3c3b);
}
.desktop-nav .main-header--no-overlay-white .main-nav__toggler span {
  fill: #fff;
}
.js-sub-nav--open .main-nav__toggler span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.desktop-nav .js-sub-nav--open .main-nav__toggler span {
  -webkit-transform: scale(0.75) rotate(-90deg);
          transform: scale(0.75) rotate(-90deg);
}
.main-nav__toggler span svg {
  max-width: 100%;
  max-height: 100%;
}
.js-sub-nav--open .main-nav__toggler, .main-nav__toggler:hover, .main-nav__toggler:focus {
  outline: none;
}
.desktop-nav .js-sub-nav--open .main-nav__toggler span, .desktop-nav .main-nav__toggler:hover span, .desktop-nav .main-nav__toggler:focus span {
  fill: #5d5d55;
  fill: var(--secondary_colour, #5d5d55);
}
.main-header--no-overlay-white .js-sub-nav--open .main-nav__toggler span, .main-header--no-overlay-white .main-nav__toggler:hover span, .main-header--no-overlay-white .main-nav__toggler:focus span {
  fill: #5d5d55;
  fill: var(--secondary_colour, #5d5d55);
}
.main-header--overlay--secondary.main-header--no-overlay-white .js-sub-nav--open .main-nav__toggler span, .main-header--overlay--secondary.main-header--no-overlay-white .main-nav__toggler:hover span, .main-header--overlay--secondary.main-header--no-overlay-white .main-nav__toggler:focus span {
  fill: #3c3c3b;
  fill: var(--primary_colour, #3c3c3b);
}

.menu-item--cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-header--no-overlay-white.main-header--left-right .main-header__nav-inner .menu-item--cta:hover a {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.main-header--centred .menu-item--cta .button {
  margin: 0;
}
.main-header--no-overlay-white.main-header--centred .menu-item--cta:hover a {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
  border-color: #3c3c3b;
  border-color: var(--primary_colour, #3c3c3b);
}
.main-header--no-overlay-white.main-header--centred .menu-item--cta:hover .buttons-wrapper--bg-primary a {
  color: #eee;
  color: var(--primary_text_colour, #eee);
  border-color: #eee;
  border-color: var(--primary_text_colour, #eee);
}
.main-header--no-overlay-white.main-header--centred .menu-item--cta:hover .buttons-wrapper--bg-secondary a {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
  border-color: #fff;
  border-color: var(--secondary_text_colour, #fff);
}
.menu-item--cta .desktop-only {
  display: none;
}
.desktop-nav .menu-item--cta .desktop-only {
  display: block;
}
.menu-item--cta .mobile-only {
  display: block;
}
.desktop-nav .menu-item--cta .mobile-only {
  display: none;
}
.desktop-nav .main-header--left-right .menu-item--cta {
  position: relative;
}
.main-header--left-right .menu-item--cta::before {
  left: -6px;
}
.desktop-nav .main-header--left-right .menu-item--cta::before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 15%;
  bottom: 15%;
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
@media (min-width: 32.5em) {
  .main-header--left-right .menu-item--cta::before {
    left: -10px;
  }
}
@media (min-width: 60em) {
  .main-header--left-right .menu-item--cta::before {
    left: -15px;
  }
}
.bs--text .main-header--left-right .menu-item--cta::before {
  width: 2px;
}

.main-header {
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 2ex;
  position: relative;
}
@media (min-width: 32.5em) {
  .main-header {
    padding-top: 20px;
  }
}
@media (min-width: 60em) {
  .main-header {
    padding-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .main-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 60em) {
  .main-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.main-header .no-js {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .main-header .no-js {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.main-header--left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 1ex;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 32.5em) {
  .main-header--left-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 60em) {
  .main-header--left-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.desktop-nav .main-header--left-right {
  padding-top: 3rem;
}
@media (min-width: 120em) {
  .body--padded .main-header--left-right {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.no-js .main-header--left-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .no-js .main-header--left-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.main-header--overlay--primary {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.desktop-nav .main-header--overlay--primary {
  color: #fff;
}
.desktop-nav .main-header--overlay--primary *:not(.button) {
  color: inherit;
}
.main-header--overlay--secondary {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.main-header--overlay--pattern {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
@media (min-width: 48em) {
  .main-header--overlay--pattern {
    color: #fff;
  }
  .main-header--overlay--pattern *:not(.button) {
    color: inherit;
  }
}
.main-header--overlay--pattern::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent center center;
  background-image: var(--pattern-small);
  background-repeat: no-repeat;
  background-repeat: var(--pattern-repeat, no-repeat);
  background-size: cover;
  background-size: var(--pattern-size, cover);
  z-index: 0;
}
@media (min-width: 100em) {
  .main-header--overlay--pattern::before {
    background-image: var(--pattern-large);
  }
}
.js .main-header--no-overlay {
  position: absolute;
  z-index: 1000;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
.desktop-nav .main-header--no-overlay-white {
  color: #fff;
}
.desktop-nav .main-header--no-overlay-white *:not(.button) {
  color: inherit;
}
.no-js .main-header--no-overlay-white {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}

.main-header__logo {
  position: relative;
  width: 100%;
  max-width: 225px;
}
.js .main-header__logo {
  padding-right: 60px;
}
.main-header--centred .main-header__logo {
  max-width: 375px;
  margin-bottom: 12px;
}
@media (min-width: 32.5em) {
  .main-header--centred .main-header__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .main-header--centred .main-header__logo {
    margin-bottom: 30px;
  }
}
.desktop-nav .main-header--centred .main-header__logo {
  padding-right: 0;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.logo--wide .main-header--centred .main-header__logo {
  margin-top: 12px;
}
@media (min-width: 32.5em) {
  .logo--wide .main-header--centred .main-header__logo {
    margin-top: 0;
  }
}
@media (min-width: 80em) {
  .logo--wide .main-header--centred .main-header__logo {
    max-width: 80rem;
    width: 100%;
  }
}
.logo--tall.desktop-nav .main-header--centred .main-header__logo {
  margin-top: 0;
}
.desktop-nav .main-header--left-right .main-header__logo {
  padding-right: 20px;
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.body--padded.desktop-nav .main-header--left-right .main-header__logo {
  margin-left: 1rem;
}
@media (min-width: 80em) {
  .logo--wide .main-header--left-right .main-header__logo {
    max-width: 275px;
  }
}
.main-header--bigger-logo .main-header__logo {
  max-width: 285px;
}
@media (min-width: 80em) {
  .logo--wide .main-header--bigger-logo .main-header__logo {
    max-width: 320px;
  }
}
@media print {
  .main-header__logo {
    max-width: 100%;
    text-align: center;
    font-weight: bold;
  }
}
.main-header__logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60px;
  font-size: 1.5rem;
  background: transparent no-repeat left center scroll;
  background-size: contain;
  background-image: var(--logo);
}
.main-header--bigger-logo .main-header__logo a {
  padding-bottom: 75px;
}
.logo--tall .main-header--bigger-logo .main-header__logo a {
  padding-bottom: 100px;
}
.main-header__logo--white.main-header__logo a {
  background-image: var(--logo_white);
}

.js-css-vars .main-header__logo a {
  text-indent: -9999px;
}
@media print {
  .js-css-vars .main-header__logo a {
    text-indent: 0;
  }
}
@supports (--css: variables) {
  .main-header__logo a {
    text-indent: -9999px;
  }
}
.main-header--centred .main-header__logo a {
  padding-bottom: 141px;
}
.desktop-nav .main-header--centred .main-header__logo a {
  background-position: center center;
}
.logo--wide .main-header--centred .main-header__logo a {
  max-width: 375px;
}
.logo--tall .main-header--centred .main-header__logo a {
  padding-bottom: 120px;
}
@media print {
  .main-header__logo a {
    text-indent: 0;
    height: auto;
    padding-bottom: 0;
    text-decoration: none;
    font-size: 2.5rem;
    font-size: var(--font_size_xlarge, 2.5rem);
  }
  .main-header__logo a::after {
    display: none;
  }
}

.main-nav-focus-close {
  position: absolute !important;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .main-nav-focus-close {
    display: none;
  }
}
.js-nav--open .main-nav-focus-close:focus {
  position: static !important;
  border: 0;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  width: auto;
  margin: inherit;
  overflow: visible;
  padding: inherit;
  white-space: normal;
  color: #fff;
  text-decoration: none;
  position: absolute !important;
  z-index: 20000;
  bottom: 0;
  right: 0;
  padding: 0.5ex 1ex;
  margin: 0;
  outline: none;
  background: #f04141;
  border: 1px solid #fff;
  border-radius: 0;
}
.js-nav--open .main-nav-focus-close:focus:hover {
  color: #fff;
}
@media (min-width: 48em) {
  .js-nav--open .main-nav-focus-close:focus {
    display: none;
  }
}

.blog-header {
  padding: 24px;
  text-align: center;
  max-width: 90ch;
  margin: 0 auto;
}
@media (min-width: 32.5em) {
  .blog-header {
    padding: 40px;
  }
}
@media (min-width: 60em) {
  .blog-header {
    padding: 60px;
  }
}

.page-header {
  position: relative;
  z-index: 1;
  padding: 1px 0;
}
@media print {
  .page-header {
    padding: 2cm !important;
    min-height: 2cm !important;
  }
}
.page-header--position-top {
  padding-bottom: 24px;
}
@media (min-width: 32.5em) {
  .page-header--position-top {
    padding-bottom: 40px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top {
    padding-bottom: 60px;
  }
}
.page-header--position-bottom {
  padding-top: 24px;
}
@media (min-width: 32.5em) {
  .page-header--position-bottom {
    padding-top: 40px;
  }
}
@media (min-width: 60em) {
  .page-header--position-bottom {
    padding-top: 60px;
  }
}
.page-header--colour {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 32.5em) {
  .page-header--colour {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--colour {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--colour {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--colour {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-header--colour.page-header--position-top {
  padding-top: 12px;
  padding-bottom: 60px;
}
@media (min-width: 32.5em) {
  .page-header--colour.page-header--position-top {
    padding-top: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--colour.page-header--position-top {
    padding-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .page-header--colour.page-header--position-top {
    padding-bottom: 100px;
  }
}
@media (min-width: 60em) {
  .page-header--colour.page-header--position-top {
    padding-bottom: 150px;
  }
}
.page-header--colour.page-header--position-bottom {
  padding-top: 60px;
  padding-bottom: 12px;
}
@media (min-width: 32.5em) {
  .page-header--colour.page-header--position-bottom {
    padding-top: 100px;
  }
}
@media (min-width: 60em) {
  .page-header--colour.page-header--position-bottom {
    padding-top: 150px;
  }
}
@media (min-width: 32.5em) {
  .page-header--colour.page-header--position-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--colour.page-header--position-bottom {
    padding-bottom: 30px;
  }
}
.page-header--colour:not(.page-header--colour-white):not(.page-header--colour-tertiary) {
  color: #fff;
}
.page-header--colour:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button) {
  color: inherit;
}
.page-header--pattern {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 32.5em) {
  .page-header--pattern {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--pattern {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--pattern {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--pattern {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-header--pattern:not(.page-header--image-circle) {
  color: #fff;
}
.page-header--pattern:not(.page-header--image-circle) *:not(.button) {
  color: inherit;
}
.page-header--pattern::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent center center;
  background-image: var(--pattern-small);
  background-repeat: no-repeat;
  background-repeat: var(--pattern-repeat, no-repeat);
  background-size: cover;
  background-size: var(--pattern-size, cover);
  z-index: 0;
}
@media (min-width: 60em) {
  .page-header--pattern::before {
    background-image: var(--pattern-large);
  }
}
[class*=page-id-1] .page-header--pattern::before {
  background-position: center 10%;
}
[class*=page-id-2] .page-header--pattern::before {
  background-position: center 80%;
}
[class*=page-id-3] .page-header--pattern::before {
  background-position: center 20%;
}
[class*=page-id-4] .page-header--pattern::before {
  background-position: center 50%;
}
[class*=page-id-5] .page-header--pattern::before {
  background-position: center 70%;
}
[class*=page-id-6] .page-header--pattern::before {
  background-position: center 40%;
}
[class*=page-id-7] .page-header--pattern::before {
  background-position: center 30%;
}
[class*=page-id-8] .page-header--pattern::before {
  background-position: center 60%;
}
[class*=page-id-9] .page-header--pattern::before {
  background-position: center 90%;
}
.page-header--image-full {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (min-width: 32.5em) {
  .page-header--image-full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full {
    padding-top: 70px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full {
    padding-top: 105px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full {
    padding-bottom: 70px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full {
    padding-bottom: 105px;
  }
}
.page-header--image-full.page-header--position-top {
  padding-top: 12px;
  padding-bottom: 72px;
}
@media (min-width: 32.5em) {
  .page-header--image-full.page-header--position-top {
    padding-top: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full.page-header--position-top {
    padding-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full.page-header--position-top {
    padding-bottom: 120px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full.page-header--position-top {
    padding-bottom: 180px;
  }
}
.page-header--image-full.page-header--position-bottom {
  padding-top: 72px;
  padding-bottom: 12px;
}
@media (min-width: 32.5em) {
  .page-header--image-full.page-header--position-bottom {
    padding-top: 120px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full.page-header--position-bottom {
    padding-top: 180px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full.page-header--position-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full.page-header--position-bottom {
    padding-bottom: 30px;
  }
}
.page-header--image-full.page-header--no-title {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 32.5em) {
  .page-header--image-full.page-header--no-title {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full.page-header--no-title {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.page-header--image-full.page-header--taller {
  min-height: 400px;
}
@media (min-width: 48em) {
  .page-header--image-full.page-header--taller {
    min-height: 550px;
  }
}
@media (min-width: 80em) {
  .page-header--image-full.page-header--taller {
    min-height: 700px;
  }
}
.js .main-header--no-overlay + main .page-header--image-full:not(.page-header--taller) {
  min-height: 0;
  min-height: var(--js_nav_min-height, 0);
}
.main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title) {
  padding-top: 36px;
}
@media (min-width: 32.5em) {
  .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title) {
    padding-top: 60px;
  }
}
@media (min-width: 60em) {
  .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title) {
    padding-top: 90px;
  }
}
.js .main-header--centred.main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title) {
  padding-top: 260px;
  padding-top: var(--js_nav_min-height, 260px);
}

.js .main-header--left-right.main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title) {
  padding-top: 130px;
  padding-top: var(--js_nav_min-height, 130px);
}

.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary) {
  color: #fff;
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button) {
  color: inherit;
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black-without, .page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black, .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black-without, .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black {
  color: #000;
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black-without *:not(.button), .page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black *:not(.button), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black-without *:not(.button), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-black *:not(.button) {
  color: inherit;
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-primary, .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-primary {
  color: #3c3c3b;
  color: var(--primary_colour, #3c3c3b);
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-primary *:not(.button), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-primary *:not(.button) {
  color: inherit;
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-secondary, .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-secondary {
  color: #5d5d55;
  color: var(--secondary_colour, #5d5d55);
}
.page-header--image-full:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-secondary *:not(.button), .page-header--image-full-padd:not(.page-header--colour-white):not(.page-header--colour-tertiary).page-header--no-shim-text-secondary *:not(.button) {
  color: inherit;
}
@media (min-width: 48em) {
  .body--padded .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title), .body--padded .main-header--no-overlay + main .page-header--image-full-padd:not(.page-header--no-title) {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 60em) {
  .body--padded .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title), .body--padded .main-header--no-overlay + main .page-header--image-full-padd:not(.page-header--no-title) {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 100em) {
  .body--padded .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title), .body--padded .main-header--no-overlay + main .page-header--image-full-padd:not(.page-header--no-title) {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 120em) {
  .body--padded .main-header--no-overlay + main .page-header--image-full:not(.page-header--no-title), .body--padded .main-header--no-overlay + main .page-header--image-full-padd:not(.page-header--no-title) {
    margin-left: calc((100vw - 1840px) / 2 * -1);
    margin-right: calc((100vw - 1840px) / 2 * -1);
  }
}
.page-header--image-full-padd.page-header--taller {
  min-height: 400px;
}
@media (min-width: 48em) {
  .page-header--image-full-padd.page-header--taller {
    min-height: 550px;
  }
}
@media (min-width: 80em) {
  .page-header--image-full-padd.page-header--taller {
    min-height: 700px;
  }
}
.js .main-header--centred.main-header--no-overlay + main .page-header--image-full-padd {
  padding-top: 260px;
  padding-top: var(--js_nav_min-height, 260px);
}

.js .main-header--left-right.main-header--no-overlay + main .page-header--image-full-padd {
  padding-top: 130px;
  padding-top: var(--js_nav_min-height, 130px);
}

.page-header--image-padded {
  min-height: 530px;
}
@media (min-width: 48em) {
  .page-header--image-padded {
    min-height: 630px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded {
    min-height: 730px;
  }
}
.page-header--image-padded:not(.page-header--colour-white):not(.page-header--colour-tertiary) {
  color: #fff;
}
.page-header--image-padded:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button) {
  color: inherit;
}
.js .main-header--centred.main-header--no-overlay + main .page-header--image-padded {
  margin-top: 260px;
  margin-top: var(--js_nav_min-height, 260px);
}

.page-header--image-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 32.5em) {
  .page-header--image-circle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-circle {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-circle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-circle {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 48em) {
  .page-header--image-circle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-header--image-circle.page-header--circle-flipped, .page-header--image-circle.page-header--pattern {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 60em) {
  .page-header--image-circle {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.js .main-header--centred.main-header--no-overlay + main .page-header--image-circle {
  padding-top: 260px;
  padding-top: var(--js_nav_min-height, 260px);
}

.js .main-header--left-right.main-header--no-overlay + main .page-header--image-circle {
  padding-top: 130px;
  padding-top: var(--js_nav_min-height, 130px);
}

.page-header--image-circle:not(.page-header--colour-white):not(.page-header--colour-tertiary) {
  color: #fff;
}
.page-header--image-circle:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button) {
  color: inherit;
}
.page-header--image-transparent {
  padding-bottom: 24px;
}
@media (min-width: 32.5em) {
  .page-header--image-transparent {
    padding-bottom: 40px;
  }
}
@media (min-width: 60em) {
  .page-header--image-transparent {
    padding-bottom: 60px;
  }
}
.js .main-header--centred.main-header--no-overlay + main .page-header--image-transparent {
  padding-top: 260px;
  padding-top: var(--js_nav_min-height, 260px);
}

.js .main-header--left-right.main-header--no-overlay + main .page-header--image-transparent {
  padding-top: 130px;
  padding-top: var(--js_nav_min-height, 130px);
}

.page-header--image-transparent:not(.page-header--colour-white):not(.page-header--colour-tertiary) {
  color: #fff;
}
.page-header--image-transparent:not(.page-header--colour-white):not(.page-header--colour-tertiary) *:not(.button) {
  color: inherit;
}
.page-header.page-header--colour-primary.page-header--image-transparent {
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
.page-header.page-header--colour-primary.page-header--image-transparent *:not(.button) {
  color: inherit;
}

.page-header.page-header--colour-secondary.page-header--image-transparent {
  color: #fff;
  color: var(--secondary_text_colour, #fff);
}
.page-header.page-header--colour-secondary.page-header--image-transparent *:not(.button) {
  color: inherit;
}

.page-header.page-header--pattern.page-header--image-transparent {
  color: #eee;
  color: var(--primary_text_colour, #eee);
}
.page-header.page-header--pattern.page-header--image-transparent *:not(.button) {
  color: inherit;
}

.page-header--pattern.page-header--colour-white, .page-header--colour.page-header--colour-white, .page-header--image-padded:not(.page-header--image-shim).page-header--colour-white, .page-header--image-circle.page-header--colour-white, .page-header--image-transparent.page-header--colour-white {
  background-color: #fff;
}
.page-header--pattern.page-header--colour-black, .page-header--colour.page-header--colour-black, .page-header--image-padded:not(.page-header--image-shim).page-header--colour-black, .page-header--image-circle.page-header--colour-black, .page-header--image-transparent.page-header--colour-black {
  background-color: #000;
}
.page-header--pattern.page-header--colour-primary, .page-header--colour.page-header--colour-primary, .page-header--image-padded:not(.page-header--image-shim).page-header--colour-primary, .page-header--image-circle.page-header--colour-primary, .page-header--image-transparent.page-header--colour-primary {
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
}
.page-header--pattern.page-header--colour-secondary, .page-header--colour.page-header--colour-secondary, .page-header--image-padded:not(.page-header--image-shim).page-header--colour-secondary, .page-header--image-circle.page-header--colour-secondary, .page-header--image-transparent.page-header--colour-secondary {
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
}
.page-header--pattern.page-header--colour-tertiary, .page-header--colour.page-header--colour-tertiary, .page-header--image-padded:not(.page-header--image-shim).page-header--colour-tertiary, .page-header--image-circle.page-header--colour-tertiary, .page-header--image-transparent.page-header--colour-tertiary {
  background-color: #dfd9d1;
  background-color: var(--tertiary_colour, #dfd9d1);
}
.page-header--no-title {
  padding: 0;
}

.page-header__text {
  position: relative;
  z-index: 1000;
}
@media print {
  .page-header__text {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
  }
}
.page-header__text h1 {
  line-height: 1.33;
  font-size: 2.5rem;
  font-size: var(--font_size_xlarge, 2.5rem);
  margin-bottom: 12px;
}
@media (min-width: 32.5em) {
  .page-header__text h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header__text h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 60em) {
  .page-header__text h1 {
    line-height: 1.45;
    max-width: 25ch;
  }
}
@media (min-width: 0) and (max-width: 374px) {
  .page-header__text h1 {
    font-size: 1.8125rem;
  }
}
@media (min-width: 375px) and (max-width: 415px) {
  .page-header__text h1 {
    font-size: 2.1875rem;
  }
}
@media print {
  .page-header__text h1 {
    position: static !important;
    border: 0;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    width: auto;
    margin: inherit;
    overflow: visible;
    padding: inherit;
    white-space: normal;
    margin-bottom: 1ex;
  }
}
.page-header__text h1:last-child {
  margin-bottom: 0;
}
.page-header--align-right .page-header__text h1 {
  max-width: 100%;
}
.page-header--align-centre .page-header__text h1 {
  margin-left: auto;
  margin-right: auto;
}
.page-header--pattern .page-header__text h1 {
  max-width: 40ch;
}
.page-header--no-image .page-header__text h1, .page-header--image-padded .page-header__text h1, .page-header--image-full-padd .page-header__text h1 {
  max-width: 100%;
}
.page-header--image-circle .page-header__text h1 {
  margin-bottom: 0.5em;
  max-width: 40ch;
}
.page-header--image-transparent .page-header__text h1 {
  max-width: none;
}
.page-header--position-left .page-header__text {
  text-align: left;
  max-width: 66rem;
  margin-left: 0;
  margin-right: auto;
}
.page-header--position-right .page-header__text {
  text-align: right;
  max-width: 66rem;
  margin-left: auto;
  margin-right: 0;
}
.page-header--position-centre .page-header__text {
  text-align: center;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
.page-header--align-left .page-header__text {
  text-align: left;
}
.page-header--align-right .page-header__text {
  text-align: right;
}
.page-header--align-centre .page-header__text {
  text-align: center;
}
.page-header--no-image .page-header__text {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 32.5em) {
  .page-header--no-image .page-header__text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 60em) {
  .page-header--no-image .page-header__text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 32.5em) {
  .page-header--no-image .page-header__text {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--no-image .page-header__text {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.page-header--image-full .page-header__text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 32.5em) {
  .page-header--image-full .page-header__text {
    margin-top: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full .page-header__text {
    margin-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full .page-header__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full .page-header__text {
    margin-bottom: 30px;
  }
}
.page-header--position-top.page-header--image-full .page-header__text {
  margin-top: 0px;
  margin-bottom: 36px;
}
@media (min-width: 32.5em) {
  .page-header--position-top.page-header--image-full .page-header__text {
    margin-top: 0px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--image-full .page-header__text {
    margin-top: 0px;
  }
}
@media (min-width: 32.5em) {
  .page-header--position-top.page-header--image-full .page-header__text {
    margin-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--image-full .page-header__text {
    margin-bottom: 90px;
  }
}

.page-header--position-bottom.page-header--image-full .page-header__text {
  margin-top: 36px;
  margin-bottom: 0px;
}
@media (min-width: 32.5em) {
  .page-header--position-bottom.page-header--image-full .page-header__text {
    margin-top: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--position-bottom.page-header--image-full .page-header__text {
    margin-top: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--position-bottom.page-header--image-full .page-header__text {
    margin-bottom: 0px;
  }
}
@media (min-width: 60em) {
  .page-header--position-bottom.page-header--image-full .page-header__text {
    margin-bottom: 0px;
  }
}

.page-header--taller.page-header--image-full .page-header__text {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 32.5em) {
  .page-header--taller.page-header--image-full .page-header__text {
    margin-top: 100px;
  }
}
@media (min-width: 60em) {
  .page-header--taller.page-header--image-full .page-header__text {
    margin-top: 150px;
  }
}
@media (min-width: 32.5em) {
  .page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 100px;
  }
}
@media (min-width: 60em) {
  .page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 150px;
  }
}
.page-header--position-top.page-header--taller.page-header--image-full .page-header__text {
  margin-top: 12px;
  margin-bottom: 108px;
}
@media (min-width: 32.5em) {
  .page-header--position-top.page-header--taller.page-header--image-full .page-header__text {
    margin-top: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--taller.page-header--image-full .page-header__text {
    margin-top: 30px;
  }
}
@media (min-width: 32.5em) {
  .page-header--position-top.page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 180px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 270px;
  }
}

.page-header--position-bottom.page-header--taller.page-header--image-full .page-header__text {
  margin-top: 108px;
  margin-bottom: 12px;
}
@media (min-width: 32.5em) {
  .page-header--position-bottom.page-header--taller.page-header--image-full .page-header__text {
    margin-top: 180px;
  }
}
@media (min-width: 60em) {
  .page-header--position-bottom.page-header--taller.page-header--image-full .page-header__text {
    margin-top: 270px;
  }
}
@media (min-width: 32.5em) {
  .page-header--position-bottom.page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--position-bottom.page-header--taller.page-header--image-full .page-header__text {
    margin-bottom: 30px;
  }
}

.page-header--no-shim-text-white.page-header--image-full-padd .page-header__text h1,
.page-header--no-shim-text-white.page-header--image-full-padd .page-header__text .wysiwyg, .page-header--no-shim-text-white.page-header--image-full .page-header__text h1,
.page-header--no-shim-text-white.page-header--image-full .page-header__text .wysiwyg {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.88);
}

.page-header--no-shim-text-black.page-header--image-full-padd .page-header__text h1,
.page-header--no-shim-text-black.page-header--image-full-padd .page-header__text .wysiwyg, .page-header--no-shim-text-black.page-header--image-full .page-header__text h1,
.page-header--no-shim-text-black.page-header--image-full .page-header__text .wysiwyg {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}

.page-header--image-padded .page-header__text {
  min-height: 450px;
  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;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__text {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__text {
    margin-left: 90px;
    margin-right: 90px;
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 100em) {
  .page-header--image-padded .page-header__text {
    margin-left: 180px;
    margin-right: 180px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--image-padded .page-header__text {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

@media (min-width: 60em) {
  .page-header--position-bottom.page-header--image-padded .page-header__text {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}

.page-header--position-centre.page-header--image-padded .page-header__text {
  margin-left: auto;
  margin-right: auto;
}

.page-header--position-right.page-header--image-padded .page-header__text {
  margin-left: auto;
}

.js .main-header--left-right.main-header--no-overlay + .content-wrapper .page-header--image-padded .page-header__text {
  margin-top: 96px;
}
@media (min-width: 32.5em) {
  .js .main-header--left-right.main-header--no-overlay + .content-wrapper .page-header--image-padded .page-header__text {
    margin-top: 160px;
  }
}
@media (min-width: 60em) {
  .js .main-header--left-right.main-header--no-overlay + .content-wrapper .page-header--image-padded .page-header__text {
    margin-top: 240px;
  }
}
@media (min-width: 60em) {
  .js .main-header--left-right.main-header--no-overlay + .content-wrapper .page-header--image-padded .page-header__text {
    margin-top: 150px;
  }
}
.ie10-11 .page-header--image-padded .page-header__text {
  display: block;
}
@media (min-width: 60em) {
  .ie10-11 .page-header--image-padded .page-header__text {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.page-header--colour-no-shim.page-header--image-padded .page-header__text h1,
.page-header--colour-no-shim.page-header--image-padded .page-header__text .wysiwyg {
  text-shadow: 1px 1px 3px #000;
}

.page-header--image-full-padd .page-header__text {
  min-height: 300px;
  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;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
}
@media (min-width: 32.5em) {
  .page-header--image-full-padd .page-header__text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full-padd .page-header__text {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-full-padd .page-header__text {
    min-height: 450px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 60em) {
  .page-header--image-full-padd .page-header__text {
    margin-left: 90px;
    margin-right: 90px;
    padding: 120px;
    width: 100%;
    width: var(--shim-width, 100%);
  }
}
@media (min-width: 100em) {
  .page-header--image-full-padd .page-header__text {
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 60em) {
  .page-header--position-top.page-header--image-full-padd .page-header__text {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

@media (min-width: 60em) {
  .page-header--position-bottom.page-header--image-full-padd .page-header__text {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}

.page-header--position-centre.page-header--image-full-padd .page-header__text {
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 32.5em) {
  .page-header--position-centre.page-header--image-full-padd .page-header__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-header--position-left.page-header--image-full-padd .page-header__text {
  margin-left: 12px;
}
@media (min-width: 32.5em) {
  .page-header--position-left.page-header--image-full-padd .page-header__text {
    margin-right: auto;
    margin-left: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--position-left.page-header--image-full-padd .page-header__text {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 60px;
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 80em) {
  .page-header--position-left.page-header--image-full-padd .page-header__text {
    max-width: 80em;
  }
}
@media (min-width: 100em) {
  .page-header--position-left.page-header--image-full-padd .page-header__text {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-header--position-right.page-header--image-full-padd .page-header__text {
  margin-right: 12px;
}
@media (min-width: 32.5em) {
  .page-header--position-right.page-header--image-full-padd .page-header__text {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--position-right.page-header--image-full-padd .page-header__text {
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 60px;
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 80em) {
  .page-header--position-right.page-header--image-full-padd .page-header__text {
    max-width: 80em;
  }
}
@media (min-width: 100em) {
  .page-header--position-right.page-header--image-full-padd .page-header__text {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.js .main-header--no-overlay + .content-wrapper .page-header--image-full-padd .page-header__text {
  margin-top: 24px;
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--image-full-padd .page-header__text {
    margin-top: 40px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--image-full-padd .page-header__text {
    margin-top: 60px;
  }
}
.page-header--only-title.page-header--image-full-padd .page-header__text {
  min-height: 150px;
}

.js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header--image-full-padd .page-header__text {
  margin-top: 48px;
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header--image-full-padd .page-header__text {
    margin-top: 80px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header--image-full-padd .page-header__text {
    margin-top: 120px;
  }
}

.page-header--image-circle .page-header__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  margin: 0;
  padding-top: 24px;
}
@media (min-width: 48em) {
  .page-header--image-circle .page-header__text {
    padding-top: 0;
    padding-left: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-circle .page-header__text {
    padding-left: 90px;
  }
}
@media (min-width: 48em) {
  .page-header--pattern.page-header--image-circle .page-header__text {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--pattern.page-header--image-circle .page-header__text {
    padding-top: 60px;
    padding-right: 90px;
  }
}

@media (min-width: 48em) {
  .page-header--circle-flipped.page-header--image-circle .page-header__text {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--circle-flipped.page-header--image-circle .page-header__text {
    padding-top: 60px;
    padding-right: 90px;
  }
}

.page-header--image-transparent .page-header__text {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 450px;
}
@media (min-width: 32.5em) {
  .page-header--image-transparent .page-header__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-transparent .page-header__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-transparent .page-header__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-transparent .page-header__text {
    padding-bottom: 30px;
  }
}
@media (min-width: 80em) {
  .page-header--image-transparent .page-header__text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-header--text-padding-medium.page-header--image-transparent .page-header__text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-header--text-padding-large.page-header--image-transparent .page-header__text {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-header--no-title .page-header__text {
  margin: 0px;
  padding: 12px;
}
@media (min-width: 32.5em) {
  .page-header--no-title .page-header__text {
    margin: 0px;
  }
}
@media (min-width: 60em) {
  .page-header--no-title .page-header__text {
    margin: 0px;
  }
}
@media (min-width: 32.5em) {
  .page-header--no-title .page-header__text {
    padding: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--no-title .page-header__text {
    padding: 30px;
  }
}
.js .main-header--overlay + .content-wrapper .page-header--no-title .page-header__text {
  padding: 0px;
}
@media (min-width: 32.5em) {
  .js .main-header--overlay + .content-wrapper .page-header--no-title .page-header__text {
    padding: 0px;
  }
}
@media (min-width: 60em) {
  .js .main-header--overlay + .content-wrapper .page-header--no-title .page-header__text {
    padding: 0px;
  }
}

.page-header__intro {
  max-width: 80ch;
}
.ie10-11 .page-header__intro {
  width: 100%;
}
.page-header--image-transparent .page-header__intro {
  margin: 0 auto 0 0;
  max-width: none;
}
.page-header--position-centre .page-header__intro {
  margin: 0 auto;
}
.page-header--no-image.page-header--position-centre .page-header__intro {
  max-width: none;
}
.page-header--align-centre .page-header__intro {
  margin: 0 auto;
}
.page-header--align-left .page-header__intro {
  margin: 0;
}
.page-header--align-right .page-header__intro {
  margin: 0 0 0 auto;
}
.page-header--image-circle .page-header__intro {
  margin: 0;
}

.page-header__image {
  position: relative;
}
@media print {
  .page-header__image {
    display: none;
  }
}
.page-header--colour-white.page-header--image-shim .page-header__image::after, .page-header--colour-white.page-header--image-shim .page-header__image::before, .page-header--colour-white.page-header--image-full .page-header__image::after, .page-header--colour-white.page-header--image-full .page-header__image::before, .page-header--colour-white.page-header--image-full-padd .page-header__image::after, .page-header--colour-white.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-white.page-header--image-shim .page-header__image::after, .page-header--colour-white.page-header--image-shim .page-header__image::before, .page-header--colour-white.page-header--image-full .page-header__image::after, .page-header--colour-white.page-header--image-full .page-header__image::before, .page-header--colour-white.page-header--image-full-padd .page-header__image::after, .page-header--colour-white.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.5;
  }
}
.page-header--colour-white.page-header--image-shim .page-header__image::after, .page-header--colour-white.page-header--image-full .page-header__image::after, .page-header--colour-white.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-white.page-header--image-shim .page-header__image::after, .page-header--colour-white.page-header--image-full .page-header__image::after, .page-header--colour-white.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--colour-grey.page-header--image-shim .page-header__image::after, .page-header--colour-grey.page-header--image-shim .page-header__image::before, .page-header--colour-grey.page-header--image-full .page-header__image::after, .page-header--colour-grey.page-header--image-full .page-header__image::before, .page-header--colour-grey.page-header--image-full-padd .page-header__image::after, .page-header--colour-grey.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-grey.page-header--image-shim .page-header__image::after, .page-header--colour-grey.page-header--image-shim .page-header__image::before, .page-header--colour-grey.page-header--image-full .page-header__image::after, .page-header--colour-grey.page-header--image-full .page-header__image::before, .page-header--colour-grey.page-header--image-full-padd .page-header__image::after, .page-header--colour-grey.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
}
.page-header--colour-grey.page-header--image-shim .page-header__image::after, .page-header--colour-grey.page-header--image-full .page-header__image::after, .page-header--colour-grey.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-grey.page-header--image-shim .page-header__image::after, .page-header--colour-grey.page-header--image-full .page-header__image::after, .page-header--colour-grey.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--colour-black.page-header--image-shim .page-header__image::after, .page-header--colour-black.page-header--image-shim .page-header__image::before, .page-header--colour-black.page-header--image-full .page-header__image::after, .page-header--colour-black.page-header--image-full .page-header__image::before, .page-header--colour-black.page-header--image-full-padd .page-header__image::after, .page-header--colour-black.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-black.page-header--image-shim .page-header__image::after, .page-header--colour-black.page-header--image-shim .page-header__image::before, .page-header--colour-black.page-header--image-full .page-header__image::after, .page-header--colour-black.page-header--image-full .page-header__image::before, .page-header--colour-black.page-header--image-full-padd .page-header__image::after, .page-header--colour-black.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.5;
  }
}
.page-header--colour-black.page-header--image-shim .page-header__image::after, .page-header--colour-black.page-header--image-full .page-header__image::after, .page-header--colour-black.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-black.page-header--image-shim .page-header__image::after, .page-header--colour-black.page-header--image-full .page-header__image::after, .page-header--colour-black.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--colour-primary.page-header--image-shim .page-header__image::after, .page-header--colour-primary.page-header--image-shim .page-header__image::before, .page-header--colour-primary.page-header--image-full .page-header__image::after, .page-header--colour-primary.page-header--image-full .page-header__image::before, .page-header--colour-primary.page-header--image-full-padd .page-header__image::after, .page-header--colour-primary.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3c3c3b;
  background-color: var(--primary_colour, #3c3c3b);
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-primary.page-header--image-shim .page-header__image::after, .page-header--colour-primary.page-header--image-shim .page-header__image::before, .page-header--colour-primary.page-header--image-full .page-header__image::after, .page-header--colour-primary.page-header--image-full .page-header__image::before, .page-header--colour-primary.page-header--image-full-padd .page-header__image::after, .page-header--colour-primary.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
}
.page-header--colour-primary.page-header--image-shim .page-header__image::after, .page-header--colour-primary.page-header--image-full .page-header__image::after, .page-header--colour-primary.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-primary.page-header--image-shim .page-header__image::after, .page-header--colour-primary.page-header--image-full .page-header__image::after, .page-header--colour-primary.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--colour-secondary.page-header--image-shim .page-header__image::after, .page-header--colour-secondary.page-header--image-shim .page-header__image::before, .page-header--colour-secondary.page-header--image-full .page-header__image::after, .page-header--colour-secondary.page-header--image-full .page-header__image::before, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::after, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5d5d55;
  background-color: var(--secondary_colour, #5d5d55);
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-secondary.page-header--image-shim .page-header__image::after, .page-header--colour-secondary.page-header--image-shim .page-header__image::before, .page-header--colour-secondary.page-header--image-full .page-header__image::after, .page-header--colour-secondary.page-header--image-full .page-header__image::before, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::after, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
}
.page-header--colour-secondary.page-header--image-shim .page-header__image::after, .page-header--colour-secondary.page-header--image-full .page-header__image::after, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-secondary.page-header--image-shim .page-header__image::after, .page-header--colour-secondary.page-header--image-full .page-header__image::after, .page-header--colour-secondary.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--colour-tertiary.page-header--image-shim .page-header__image::after, .page-header--colour-tertiary.page-header--image-shim .page-header__image::before, .page-header--colour-tertiary.page-header--image-full .page-header__image::after, .page-header--colour-tertiary.page-header--image-full .page-header__image::before, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::after, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dfd9d1;
  background-color: var(--tertiary_colour, #dfd9d1);
  opacity: 0.88;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-tertiary.page-header--image-shim .page-header__image::after, .page-header--colour-tertiary.page-header--image-shim .page-header__image::before, .page-header--colour-tertiary.page-header--image-full .page-header__image::after, .page-header--colour-tertiary.page-header--image-full .page-header__image::before, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::after, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::before {
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
}
.page-header--colour-tertiary.page-header--image-shim .page-header__image::after, .page-header--colour-tertiary.page-header--image-full .page-header__image::after, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .page-header--colour-tertiary.page-header--image-shim .page-header__image::after, .page-header--colour-tertiary.page-header--image-full .page-header__image::after, .page-header--colour-tertiary.page-header--image-full-padd .page-header__image::after {
    display: block;
    opacity: 0.7;
    mix-blend-mode: lighten;
  }
}

.page-header--image-full .page-header__image, .page-header--image-full-padd .page-header__image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header--taller.page-header--image-full .page-header__image {
  background-position: center center;
}

.page-header--position-top.page-header--image-full .page-header__image {
  background-position: center top;
}

.page-header--position-bottom.page-header--image-full .page-header__image {
  background-position: center bottom;
}

.page-header--colour-no-shim.page-header--image-full .page-header__image::before, .page-header--colour-no-shim.page-header--image-full .page-header__image::after {
  display: none;
}

.page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 32.5em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 60em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 32.5em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    width: 95%;
    width: var(--shim-width, 95%);
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 80em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    max-width: 80em;
  }
}
@media (min-width: 100em) {
  .page-header.page-header--image-full-padd .page-header__image::after, .page-header.page-header--image-full-padd .page-header__image::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 60em) {
  .page-header--position-left.page-header.page-header--image-full-padd .page-header__image::after, .page-header--position-left.page-header.page-header--image-full-padd .page-header__image::before {
    margin-left: 60px;
    margin-right: 120px;
  }
}

@media (min-width: 60em) {
  .page-header--position-right.page-header.page-header--image-full-padd .page-header__image::after, .page-header--position-right.page-header.page-header--image-full-padd .page-header__image::before {
    margin-left: 120px;
    margin-right: 60px;
    left: auto;
  }
}

.js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::before {
  margin-top: 24px;
  top: 260px;
  top: var(--js_nav_min-height, 260px);
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 40px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 60px;
  }
}
.ie11.js .main-header--no-overlay.main-header--centred + main .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::after, .ie11.js .main-header--no-overlay.main-header--centred + main .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::before {
  top: 260px;
}
.ie11.js .main-header--no-overlay.main-header--left-right + main .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::after, .ie11.js .main-header--no-overlay.main-header--left-right + main .js .main-header--no-overlay + .content-wrapper .page-header.page-header--image-full-padd .page-header__image::before {
  top: 130px;
}
.page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (min-width: 32.5em) {
  .page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 60em) {
  .page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
.js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::after, .js .main-header--no-overlay + .content-wrapper .page-header--taller.page-header.page-header--image-full-padd .page-header__image::before {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.page-header--image-padded .page-header__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  margin: 1px 0;
  top: 36px;
  bottom: 36px;
  left: 12px;
  right: 12px;
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__image {
    top: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__image {
    top: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__image {
    bottom: 60px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__image {
    bottom: 90px;
  }
}
@media (min-width: 32.5em) {
  .page-header--image-padded .page-header__image {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--image-padded .page-header__image {
    left: 90px;
    right: 90px;
  }
}
@media (max-height: 800px) and (min-width: 60em) {
  .page-header--image-padded .page-header__image {
    top: 60px;
    bottom: 60px;
  }
}
@media (min-width: 100em) {
  .page-header--image-padded .page-header__image {
    left: 180px;
    right: 180px;
  }
}
.js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
  top: 24px;
  bottom: 24px;
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
    top: 40px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
    top: 60px;
  }
}
@media (min-width: 32.5em) {
  .js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
    bottom: 40px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
    bottom: 60px;
  }
}
@media (min-width: 60em) {
  .js .main-header--no-overlay.main-header--centred + main .page-header--image-padded .page-header__image {
    top: 90px;
    bottom: 90px;
  }
}
.js .main-header--no-overlay.main-header--left-right + main .page-header--image-padded .page-header__image {
  top: 130px;
}
.page-header--colour-no-shim.page-header--image-padded .page-header__image::before, .page-header--colour-no-shim.page-header--image-padded .page-header__image::after {
  display: none;
}

.page-header--image-circle .page-header__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 230px;
  min-height: 230px;
  max-width: 230px;
  max-height: 230px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 25.875em) {
  .page-header--image-circle .page-header__image {
    min-width: 350px;
    min-height: 350px;
    max-width: 350px;
    max-height: 350px;
  }
}
@media (min-width: 48em) {
  .page-header--image-circle .page-header__image {
    min-width: 30vw;
    min-height: 30vw;
    max-width: 30vw;
    max-height: 30vw;
    -ms-flex-preferred-size: 30vw;
        flex-basis: 30vw;
  }
  .body--padded .page-header--image-circle .page-header__image {
    max-width: 576px;
    max-height: 576px;
  }
}
@media (min-width: 48em) {
  .page-header--circle-flipped.page-header--image-circle .page-header__image {
    min-width: 40vw;
    min-height: 40vw;
    max-width: 40vw;
    max-height: 40vw;
    -ms-flex-preferred-size: 40vw;
        flex-basis: 40vw;
  }
  .body--padded .page-header--circle-flipped.page-header--image-circle .page-header__image {
    max-width: 768px;
    max-height: 768px;
  }
}

@media (min-width: 48em) {
  .page-header--pattern.page-header--image-circle .page-header__image {
    margin-top: 20px;
  }
}
@media (min-width: 60em) {
  .page-header--pattern.page-header--image-circle .page-header__image {
    margin-top: 30px;
  }
}

.page-header--image-transparent .page-header__image {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 25px;
}
@media (min-width: 0) and (max-width: 1279px) {
  .page-header--image-transparent .page-header__image {
    height: 400px;
    left: 0;
    right: 0;
    background-position: center center;
  }
}
@media (min-width: 80em) {
  .page-header--image-transparent .page-header__image {
    bottom: 0;
    top: 0;
  }
}

.page-header__image-icon {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 96px;
  min-height: 96px;
  width: 10vw;
  height: 10vw;
  max-width: 192px;
  max-height: 192px;
  background: #fff;
  border-radius: 50%;
}
.page-header__image-icon img {
  margin: 20%;
  max-width: 60%;
}