/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/**
 * Reset margins and paddings for all headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding-left: 1em;
  margin: 0 0 0.5em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* inter-200 - latin-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: local(''), url('/css/assets/fonts/inter-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/inter-200.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-300 - latin-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('/css/assets/fonts/inter-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/inter-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - latin-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/css/assets/fonts/inter-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/inter-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('/css/assets/fonts/inter-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/inter-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/css/assets/fonts/inter-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/inter-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-regular - latin-ext_latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/css/assets/fonts/asap-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/asap-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-500 - latin-ext_latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('/css/assets/fonts/asap-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/asap-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-600 - latin-ext_latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('/css/assets/fonts/asap-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/asap-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* asap-700 - latin-ext_latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/css/assets/fonts/asap-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/css/assets/fonts/asap-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@media all and (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
@media all and (max-width: 769px) {
  .hidden-sm {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .visible-md {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .visible-lg {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  .hidden-lg {
    display: none;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
}
h1.h-regular,
h2.h-regular,
h3.h-regular,
h4.h-regular,
h5.h-regular,
.h1.h-regular,
.h2.h-regular,
.h3.h-regular,
.h4.h-regular,
.h5.h-regular,
h1 .h-regular,
h2 .h-regular,
h3 .h-regular,
h4 .h-regular,
h5 .h-regular,
.h1 .h-regular,
.h2 .h-regular,
.h3 .h-regular,
.h4 .h-regular,
.h5 .h-regular {
  display: block;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
h1,
.h1 {
  font-size: 1rem;
  font-size: 32px;
  letter-spacing: 0.42px;
  line-height: 1.2;
}
@media screen and (min-width: 680px) {
  h1,
  .h1 {
    font-size: clamp(32px, 32px + 1vw, 40px);
  }
}
@media screen and (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-size: 1rem;
  font-size: 28px;
  line-height: 1.25;
}
@media screen and (min-width: 680px) {
  h2,
  .h2 {
    font-size: clamp(28px, 28px + 1vw, 32px);
  }
}
@media screen and (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
.microsite h2,
.microsite .h2 {
  font-size: [object Object],[object Object],[object Object],[object Object];
}
h3,
.h3 {
  font-size: 1rem;
  font-size: 24px;
  line-height: 1.142;
}
@media screen and (min-width: 680px) {
  h3,
  .h3 {
    font-size: clamp(24px, 24px + 1vw, 28px);
  }
}
@media screen and (min-width: 1080px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
h4,
.h4 {
  font-size: 1rem;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 680px) {
  h4,
  .h4 {
    font-size: clamp(22px, 22px + 1vw, 22px);
  }
}
@media screen and (min-width: 1080px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h5,
.h5 {
  font-size: 1rem;
  font-size: 18px;
  line-height: 1.223;
}
@media screen and (min-width: 680px) {
  h5,
  .h5 {
    font-size: clamp(18px, 18px + 1vw, 18px);
  }
}
@media screen and (min-width: 1080px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
h6,
.h6 {
  font-size: 1rem;
  font-size: 18px;
  line-height: 1.223;
}
@media screen and (min-width: 680px) {
  h6,
  .h6 {
    font-size: clamp(18px, 18px + 1vw, 18px);
  }
}
@media screen and (min-width: 1080px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
.text-no-margin {
  margin: 0;
}
.text-no-margin--last > *:last-child {
  margin: 0;
}
.text-light {
  font-weight: 100;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-small,
.small,
small {
  font-size: 14px;
  font-size: 1.4rem;
}
p.text-large {
  font-size: 24px;
  font-size: 2.4rem;
}
strong,
.strong {
  font-weight: 700;
}
p {
  margin: 0 0 1rem;
}
p a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline;
}
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.bullet-style {
  font-size: 0.65em;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
.bullet-undent {
  display: inline-block;
  height: 0.7em;
  left: -1em;
  position: relative;
}
.bullet-undent > .bullet-style {
  position: absolute;
  top: 0;
}
ul > li,
ol > li {
  margin-bottom: 0.5em;
}
ol.clean-list,
ul.clean-list {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.clean-list > li,
ul.clean-list > li {
  padding: 0;
}
ol.clean-list > li:before,
ul.clean-list > li:before {
  content: unset;
}
caption,
.caption {
  font-size: 16px;
  font-size: 1.6rem;
}
dl {
  margin: 0 0 14px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
dl.data-list dt,
dl.data-list dd {
  float: none;
  margin: 0;
  width: auto;
}
dl.data-list dt {
  line-height: 1.223;
  margin-bottom: 6px;
}
dl.data-list--table-2-col {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 24px;
}
dl.data-list--table-2-col dt,
dl.data-list--table-2-col dd {
  float: none;
  width: auto;
}
dt {
  float: left;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 80px;
}
dd {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 80px);
}
.title-w-accent:after {
  background-color: var(--secondary-colour);
  border-radius: 3px;
  content: "";
  display: block;
  height: 4px;
  margin: 8px 0 38px;
  width: 64px;
}
.intro img {
  height: auto;
}
.tag {
  background: #f0f8fc;
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.78em;
  font-weight: 700;
  padding: 5px 8px;
  text-transform: uppercase;
}
.news_tags .tag {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
.hearing--closed .tag {
  background: transparent;
  padding: 0;
}
.news--no-image .tag {
  background: #ffffff;
}
.microsite .tag {
  background: var(--tertiary-colour);
}
.social-links {
  margin-top: -20px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.social-links h5 {
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .social-links h5 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
html {
  font-size: 62.5%;
}
body {
  color: #0e3149;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #ffffff !important;
}
body.microsite {
  color: var(--primary-text-colour, var(--primary-colour));
}
body.body--nav-active {
  overflow: hidden;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
audio {
  max-width: 100%;
}
.skip-nav {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #0072c0;
  color: #fff;
  line-height: 1;
  padding: 5px;
  border: 2px solid #0072c0;
  border-radius: 1px;
  z-index: 10000;
  transform: translateY(-120%);
  transition: transform 0.3s;
}
.skip-nav:focus {
  transform: translateY(0%);
}
.content-section .container {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1024px) {
  .container--no-md {
    max-width: none;
  }
}
@media all and (min-width: 1280px) {
  .container--no-md {
    max-width: 1250px;
  }
}
.embed-responsive-video {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}
.embed-responsive-video iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mt-xs {
  margin-top: 8px;
}
.mt-s,
.g-mt-s {
  margin-top: 16px;
}
.mt-m,
.g-mt-m {
  margin-top: 16px;
}
@media all and (min-width: 769px) {
  .mt-m,
  .g-mt-m {
    margin-top: 24px !important;
  }
}
.mt-l {
  margin-top: 32px;
}
.g-mt-l {
  margin-top: 48px;
}
.mt-xl {
  margin-top: 40px;
}
.mt-2xl {
  margin-top: 48px;
}
.mt-3xl {
  margin-top: 64px;
}
.mb-2xl {
  margin-bottom: 48px;
}
.mb-xs {
  margin-bottom: 8px;
}
.mb-s,
.g-mb-s {
  margin-bottom: 16px;
}
.mb-m,
.g-mb-m {
  margin-bottom: 24px;
}
.mb-l {
  margin-bottom: 32px;
}
.g-mb-l {
  margin-bottom: 48px;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-xs {
  margin-left: 8px;
}
.ml-s {
  margin-left: 16px;
}
.ml-m {
  margin-left: 24px;
}
.ml-l {
  margin-left: 32px;
}
.mr-xs {
  margin-right: 8px;
}
.mr-s {
  margin-right: 16px;
}
.mr-m {
  margin-right: 24px;
}
.mr-l {
  margin-right: 32px;
}
.pt-xs {
  padding-top: 8px;
}
.pt-s,
.g-pt-s {
  padding-top: 16px;
}
.pt-m,
.g-pt-m {
  padding-top: 24px;
}
.pt-l {
  padding-top: 32px;
}
.g-pt-l {
  padding-top: 48px;
}
.pb-xs {
  padding-bottom: 8px;
}
.pb-s,
.g-pb-s {
  padding-bottom: 16px;
}
.pb-m,
.g-pb-m {
  padding-bottom: 24px;
}
.pb-l {
  padding-bottom: 32px;
}
.g-pb-l {
  padding-bottom: 48px;
}
.pl-xs {
  padding-left: 8px;
}
.pl-s {
  padding-left: 16px;
}
.pl-m {
  padding-left: 24px;
}
.pl-l {
  padding-left: 32px;
}
.pr-xs {
  padding-right: 8px;
}
.pr-s {
  padding-right: 16px;
}
.pr-m {
  padding-right: 24px;
}
.pr-l {
  padding-right: 32px;
}
.float-r {
  float: right;
}
.grid-block-margin {
  margin: 0 0 50px;
}
@media all and (min-width: 769px) {
  .grid-block-margin {
    margin: 0 0 80px;
  }
}
.grid-block-margin--small {
  margin: 0 0 25px;
}
@media all and (min-width: 769px) {
  .grid-block-margin--small {
    margin: 0 0 40px;
  }
}
.m-paragraph {
  margin: 0 0 1rem;
}
.grid-block-profile {
  margin: 0 0 30px;
  padding: 20px 0 0;
}
@media all and (min-width: 769px) {
  .grid-block-profile {
    padding: 42px;
  }
}
@media all and (max-width: 769px) {
  .grid-block-profile h2 {
    margin-top: 20px;
  }
}
.remove-block-margins .grid-block-margin {
  margin-bottom: 0;
}
.no-border {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.anchor-offset {
  scroll-margin-top: 90px;
}
@media all and (min-width: 1025px) {
  .anchor-offset {
    scroll-margin-top: 219px;
  }
}
.col-center-9 {
  margin: 0 auto;
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.announcements-block {
  overflow: hidden;
  max-height: none;
  margin-bottom: 50px;
}
@media all and (min-width: 769px) {
  .announcements-block {
    height: 100%;
  }
}
.announcements-block-container .container {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 1024px) {
  .announcements-block-container {
    height: auto !important;
  }
}
.alert {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--primary-colour);
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  transition: opacity 0.3s ease-out, height 0.5s ease, margin 0.5s ease;
}
.alert.alert--closed {
  display: none;
}
.alert_container--closed .alert {
  opacity: 0;
  height: 0;
  margin: 0;
}
@media all and (min-width: 1025px) {
  .alert {
    border-left: 144px solid #f56655;
    box-shadow: -500px 0px 0px 0px #f56655;
    flex-direction: row;
    min-height: 100px;
    margin-bottom: 0;
  }
  .alert_container--notifications .alert {
    border-left: 144px solid #a5dfff;
    box-shadow: -500px 0px 0px 0px #a5dfff;
  }
}
.alert + .alert:after {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  background-color: #f56655;
  display: block;
}
.alert_container--notifications .alert + .alert:after {
  background-color: #a5dfff;
}
@media all and (min-width: 1025px) {
  .alert + .alert:after {
    left: 16px;
    width: calc(100% + 16px);
  }
}
.alert:last-child:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  background-color: #f56655;
  display: block;
  bottom: -20px;
}
.alert_container--notifications .alert:last-child:before {
  background-color: #a5dfff;
}
.alert_name {
  padding-right: 70px;
}
@media all and (min-width: 1025px) {
  .alert_name {
    padding-right: 0;
    display: inline-block;
    margin-right: 15px;
  }
}
.alert_info {
  padding: 13px 0;
  flex: 1;
}
@media all and (min-width: 1025px) {
  .alert_info {
    padding: 13px 16px;
  }
}
.alert_date {
  font-family: "Asap", Arial, sans-serif;
  margin-bottom: 18px;
}
@media all and (min-width: 1025px) {
  .alert_date {
    display: inline-block;
    margin-bottom: 0;
  }
}
.alert_icon {
  background-color: #f56655;
  background-image: url("/css/assets/icons/alert-triangle-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px;
  content: "";
  display: block;
  flex: 0 0 144px;
  height: 56px;
  margin: 0 -16px;
  min-width: 144px;
  z-index: 1;
}
@media all and (min-width: 1025px) {
  .alert_icon {
    display: inline-block;
    height: 100%;
    margin: auto;
    position: absolute;
  }
}
.alert_container--notifications .alert_icon {
  background-color: #a5dfff;
  background-image: url("/css/assets/icons/icon-info.svg");
}
.alert_container {
  background: #ffe8e5;
  position: relative;
}
.alert_container--notifications {
  background: #f0f8fc;
}
.alert_close {
  background-color: transparent;
  background-image: url(/css/assets/icons/close-blue.svg);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  color: #0e3149;
  font-family: "Inter", Arial, sans-serif;
  height: 43px;
  padding: 10px 24px 10px 10px;
  position: absolute;
  right: -3px;
  top: 3px;
}
@media all and (min-width: 1025px) {
  .alert_close {
    right: 24px;
    top: 20px;
    margin: -20px -30px -10px -10px;
  }
}
@media all and (min-width: 1080px) {
  .alert_close {
    margin: -20px -50px -10px -10px;
  }
}
.alert_close:hover {
  cursor: pointer;
}
.alert_link {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--primary-colour);
  font-weight: 700;
  margin-right: 80px;
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .alert_link {
    align-self: center;
  }
}
.alert_link:after {
  margin-left: 12px;
}
.breadcrumb {
  color: var(--primary-colour);
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 18px;
}
.breadcrumb.clean-list {
  margin: 20px 0;
}
.breadcrumb a {
  color: var(--primary-colour);
}
.header--microsite .breadcrumb li,
.header--microsite .breadcrumb a {
  color: #ffffff;
}
.header--microsite .breadcrumb li:hover,
.header--microsite .breadcrumb a:hover {
  background-color: var(--tertiary-colour-hover);
  color: var(--secondary-colour);
}
.breadcrumb_divider {
  mask-image: url("/css/assets/icons/arrow-menu.svg");
  mask-size: cover;
  -webkit-mask-image: url("/css/assets/icons/arrow-menu.svg");
  -webkit-mask-size: cover;
  background-color: currentColor;
  display: inline-block;
  height: 12px;
  margin: 0 7px;
  right: 4px;
  vertical-align: -1px;
  width: 12px;
}
.breadcrumb--reverse .breadcrumb_divider {
  transform: scale(-1);
  margin-right: 12px;
}
.header--microsite .breadcrumb_divider {
  color: #ffffff;
}
.breadcrumb_list-item {
  display: inline-block;
}
.breadcrumb_list-item a:hover {
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px -5px;
}
.breadcrumb_list-item.active {
  font-weight: 700;
}
.breadcrumb--reverse {
  left: 28px;
  position: absolute;
  text-decoration: none;
  top: 30px;
}
.microsite .breadcrumb--reverse {
  top: 18px;
  color: #ffffff;
}
.btn {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:focus {
  outline: 2px solid var(--primary-colour);
  outline-offset: 2px;
}
.btn:hover {
  text-decoration: none;
}
.microsite .btn {
  border-radius: 6px;
  position: relative;
}
.microsite .btn:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  width: 100%;
}
.microsite .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.hearing_details .btn:last-child {
  margin-top: 24px;
}
@media all and (min-width: 1024px) {
  .hearing_details .btn:last-child {
    position: absolute;
    bottom: 32px;
    right: 32px;
  }
}
.btn.mb-xs {
  margin-bottom: 8px;
}
.btn-primary {
  background-color: var(--primary-colour);
  color: #ffffff;
  font-family: "Asap", Arial, sans-serif;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #050505;
}
.btn-primary:focus {
  background-color: #061f30;
}
.btn-primary:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.microsite .btn-primary {
  background-color: var(--primary-colour);
  border-radius: 6px;
  color: #fff;
}
.microsite .btn-primary:hover {
  background-color: var(--secondary-colour);
  color: #ffffff;
}
.btn-outline {
  background-color: #ffffff;
  border: 1px solid #0e3149;
  color: #0e3149;
}
.btn-outline:hover {
  background-color: #f6f6f6;
  color: #0e3149 !important;
}
.btn-outline:focus {
  background-color: #ffffff;
}
.btn-outline:active {
  background-color: #e1e1e1;
}
.microsite .btn-outline {
  color: var(--primary-text-colour, var(--primary-colour));
  border: 2px solid var(--primary-text-colour, var(--primary-colour));
}
.microsite .btn-outline:hover {
  background-color: #f6f6f6;
  color: #0e3149 !important;
}
.btn-secondary {
  background-color: #ff9f67;
  color: #0e3149;
}
.btn-secondary:hover {
  background-color: #ffaf81;
}
.btn-secondary:focus {
  background-color: #ff9f67;
}
.btn-secondary:active {
  background-color: #ff8f4d;
}
.microsite .btn-secondary {
  background-color: var(--secondary-colour);
  border-radius: 6px;
  color: var(--primary-text-colour, var(--primary-colour));
  position: relative;
}
.microsite .btn-secondary:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  width: 100%;
}
.microsite .btn-secondary:hover {
  background-color: var(--tertiary-colour);
}
.microsite .btn-secondary:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.microsite .microsite .btn-secondary:hover:before {
  border-radius: 6px;
}
.btn-tertiary {
  background-color: #a5dfff;
  color: #0e3149;
}
.btn-tertiary:hover {
  background-color: #bfe8ff;
}
.btn-tertiary:focus {
  background-color: #a5dfff;
}
.btn-tertiary:active {
  background-color: #8bd6ff;
}
.microsite .btn-tertiary {
  background-color: var(--tertiary-colour);
  color: var(--primary-text-colour, var(--primary-colour));
}
.microsite .btn-tertiary:hover {
  background-color: var(--secondary-colour);
}
.btn-arrow-alt:after {
  background-image: url(/css/assets/icons/arrow-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 18px;
  width: 14px;
}
.btn-arrow:after {
  background-color: currentColor;
  -webkit-mask-image: url(/css/assets/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  content: "";
  display: inline-block;
  height: 23px;
  margin-left: 18px;
  mask-image: url(/css/assets/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 25px;
}
.microsite .btn-arrow:after {
  border-radius: 6px;
}
.btn-arrow.btn-full-width:after {
  height: 35px;
  margin-left: 18px;
  width: 35px;
}
.btn-upload:after,
.btn-download:after {
  -webkit-mask-image: url("/css/assets/icons/download.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 18px;
  mask-image: url("/css/assets/icons/download.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
}
.btn-upload:after {
  background-color: currentColor;
  -webkit-mask-image: url("/css/assets/icons/upload.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 18px;
  margin-top: -6px;
  mask-image: url("/css/assets/icons/upload.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
}
.btn-external-link:after {
  background-color: currentColor;
  -webkit-mask-image: url("/css/assets/icons/external-link.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 18px;
  margin-top: -6px;
  mask-image: url("/css/assets/icons/external-link.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
}
.btn-rss:after {
  background-color: currentColor;
  -webkit-mask-image: url("/css/assets/icons/icon-rss.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 12px;
  margin-top: -5px;
  mask-image: url("/css/assets/icons/icon-rss.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
}
.btn-close:after {
  background-color: currentColor;
  background-image: url("/css/assets/icons/close-blue.svg");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.btn-blue-border {
  background-color: #f0f8fc;
  border-left: 6px solid #a5dfff;
  color: #0e3149;
}
.microsite .btn-blue-border {
  background-color: var(--tertiary-colour);
  border-left-color: var(--primary-colour);
  color: var(--primary-text-colour, var(--primary-colour));
}
.microsite .btn-blue-border:hover {
  color: #ffffff;
  background-color: var(--primary-colour);
}
.btn-back {
  background-color: rgba(240, 248, 252, 0.15);
  color: #ffffff;
  display: block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 24px;
  padding: 3px 10px;
}
.btn-back:before {
  -webkit-mask-image: url("/css/assets/icons/arrow-menu-white.svg");
  background-color: #ffffff;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: -2px;
  margin-right: 2px;
  mask-image: url("/css/assets/icons/arrow-menu-white.svg");
  transform: rotate(180deg);
  vertical-align: -1px;
  width: 12px;
}
.microsite .btn-back {
  border-radius: 0;
  padding: 3px 10px 3px 20px;
}
.microsite .btn-back:before {
  background-color: var(--secondary-colour);
  display: inline-block;
  height: 13px;
  margin-left: 2px;
  margin-top: 7px;
  mix-blend-mode: normal;
  width: 13px;
}
.microsite .btn-back:hover:before {
  background-color: var(--secondary-colour);
}
.btn-full-width {
  display: block;
  font-size: 1em;
  padding: 13px 66px 13px 18px;
  position: relative;
  text-align: left;
  white-space: break-spaces;
}
@media all and (min-width: 769px) {
  .btn-full-width:not(.btn-arrow) {
    padding: 13px 16px 13px 32px;
  }
}
.btn-full-width:after {
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .btn-full-width:after {
    float: right;
  }
}
.microsite .btn-full-width {
  border-radius: 0;
}
.btn--news {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--primary-colour);
  display: none;
  font-weight: 500;
  margin-left: -16px;
  transition: transform 0.25s ease-in-out;
}
.news_grid--promoted .btn--news,
.news_grid--scroll .btn--news {
  display: inline-block;
}
.news_grid--scroll .btn--news {
  margin-top: 24px;
}
@media all and (min-width: 769px) {
  .btn--news {
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    font-weight: 600;
  }
}
.microsite .btn--news {
  background-color: var(--primary-colour);
  color: #ffffff;
  font-family: "Asap", Arial, sans-serif;
  font-weight: bold;
  margin-left: 0;
  padding: 14px 24px;
}
.microsite .btn--news:after {
  display: none;
}
.news:hover .btn--news {
  text-decoration: underline;
  transform: translateX(10px);
}
.news--simple .btn--news {
  display: inline-block;
}
.carousel_wrapper {
  position: relative;
  overflow: hidden;
}
.carousel {
  background: #0e3149;
  color: #ffffff;
  position: relative;
  padding-bottom: 80px;
}
@media all and (min-width: 769px) {
  .carousel {
    padding-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .carousel_container {
    height: 50vw;
    max-height: 500px;
  }
}
.carousel_content {
  position: relative;
  margin: 0 -15px;
}
@media all and (min-width: 769px) {
  .carousel_content {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 90px;
    padding-left: 40px;
  }
}
.carousel_title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 24px;
  margin-top: 18px;
}
@media all and (max-width: 769px) {
  .carousel_title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.carousel_subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 47px;
}
@media all and (max-width: 769px) {
  .carousel_subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.carousel_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  position: relative;
  top: 0;
  width: 100vw;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .carousel_image {
    margin-left: 40vw;
    position: absolute;
    height: 100%;
    padding-bottom: 0;
    width: 60vw;
  }
}
.carousel_image:before {
  background: linear-gradient(181deg, rgba(14, 49, 73, 0) 20.52%, rgba(14, 49, 73, 0.78) 79.84%, #0e3149 100%);
  content: "";
  display: inline-block;
  height: 66px;
  min-height: 66px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media all and (min-width: 769px) {
  .carousel_image:before {
    background: linear-gradient(270deg, rgba(14, 49, 73, 0) 20.52%, rgba(14, 49, 73, 0.78) 79.84%, #0e3149 100%);
    height: 100%;
    min-height: 630px;
    top: 0;
    width: 50%;
  }
}
.carousel_page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0e3149;
  display: inline-block;
  vertical-align: 6px;
  transition: 0.3s background ease-in-out;
  margin: 0 6px;
}
@media all and (min-width: 769px) {
  .carousel_page {
    border: 2px solid #ffffff;
  }
}
.slick-active .carousel_page {
  background-color: #0e3149;
}
@media all and (min-width: 769px) {
  .slick-active .carousel_page {
    background-color: #ffffff;
  }
}
.carousel_page:hover {
  cursor: pointer;
}
.slick-arrow {
  position: absolute;
}
.carousel_pagination {
  list-style: none;
  display: flex;
  margin: 0 12px;
  padding: 0;
}
.carousel_controls-wrapper {
  justify-content: center;
  position: relative;
}
.carousel_controls {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 12px;
}
@media all and (min-width: 769px) {
  .carousel_controls-wrapper {
    bottom: 32px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .carousel_controls {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 40px;
  }
}
.carousel-btn-prev,
.carousel-btn-next {
  background-color: transparent;
  background-image: url("/css/assets/icons/arrow-menu.svg");
  background-size: cover;
  border: none;
  display: inline-block;
  height: 16px;
  right: 4px;
  width: 16px;
  padding: 0;
}
@media all and (min-width: 769px) {
  .carousel-btn-prev,
  .carousel-btn-next {
    background-image: url("/css/assets/icons/arrow-menu-white.svg");
  }
}
.carousel-btn-prev:hover,
.carousel-btn-next:hover {
  cursor: pointer;
}
.carousel-btn-prev {
  transform: rotate(180deg);
}
.carousel-btn-next {
  float: right;
}
.slick-arrow {
  position: initial;
}
.spacer--decorative {
  background-image: url(/css/assets/decorations/npdc-decoration-spacer.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  margin: 48px 0;
  padding: 0;
}
.microsite .spacer--decorative {
  background: none;
}
.spacer--full-width {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
}
.spacer--full-width:before,
.spacer--full-width:after {
  content: " ";
  display: table;
}
.spacer--full-width:after {
  clear: both;
}
@media (min-width: 1280px) {
  .spacer--full-width {
    max-width: 1250px;
  }
}
.spacer--full-width:after {
  background-image: url("/css/assets/decorations/npdc-decoration-super-wide-blue.svg");
  background-position-x: left;
  background-size: contain;
  content: "";
  display: block;
  height: 48px;
  left: -246%;
  position: relative;
  width: 422vw;
}
.footer .spacer--full-width:after {
  height: 32px;
  left: -165%;
}
.spacer--full-width.spacer--white:after {
  background-image: url("/css/assets/decorations/npdc-decoration-super-wide-white.svg");
}
.footer .spacer--full-width {
  position: absolute;
  top: -36px;
  width: 100vw;
}
.microsite .spacer--full-width {
  display: none;
}
.spacer--page-title {
  height: 32px;
  margin-top: 20px;
  position: relative;
}
.spacer--page-title:before {
  background-image: url("/css/assets/decorations/npdc-decoration-extender-2.svg");
  background-position-x: right;
  content: "";
  display: block;
  right: 10px;
  background-size: cover;
  top: 0;
  height: 26px;
  width: calc(100% - 265px);
  background-repeat: no-repeat;
  position: absolute;
}
@media all and (max-width: 320px) {
  .spacer--page-title:before {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .spacer--page-title:before {
    display: block;
    max-width: 240px;
    height: 32px;
    background-image: url("/css/assets/decorations/npdc-decoration-full-width-extender.svg");
  }
}
.spacer--page-title:after {
  background-image: url("/css/assets/decorations/npdc-page-title-decoration-mobile.svg");
  background-repeat: no-repeat;
  height: 26px;
  left: -234px;
}
@media all and (min-width: 1024px) {
  .spacer--page-title {
    margin-top: 0;
  }
  .spacer--page-title:after {
    background-image: url("/css/assets/decorations/npdc-decoration-page-title-left.svg");
    background-repeat: no-repeat;
    height: 32px;
    left: 25%;
    transform: translateX(-780px);
    background-position-x: -1255px;
  }
}
.microsite .spacer--page-title {
  background: none;
}
.spacer--page-title-wide {
  height: 32px;
  margin-top: 20px;
}
@media all and (max-width: 1279px) {
  .spacer--page-title-wide:before {
    background-image: url("/css/assets/decorations/npdc-page-title-decoration-mobile.svg");
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 26px;
    left: -214px;
    position: absolute;
    width: 422vw;
  }
}
.spacer--page-title-wide:after {
  background-image: url(/css/assets/decorations/npdc-decoration-extender-2.svg);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 26px;
  left: auto;
  position: absolute;
  right: 15px;
  width: calc(100% - 265px);
}
@media all and (min-width: 1280px) {
  .spacer--page-title-wide:after {
    background-image: url(/css/assets/decorations/npdc-page-title-decoration-wide.svg);
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    left: -165%;
    position: relative;
    width: 422vw;
  }
}
@media all and (min-width: 769px) {
  .spacer--page-title-wide {
    margin-top: 0;
  }
}
.microsite .spacer--page-title-wide {
  background: none;
}
.spacer--narrow {
  height: 18px;
}
.spacer--narrow:after {
  background-image: url("/css/assets/decorations/npdc-decoration-narrow.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
}
.microsite .spacer--narrow {
  height: 0;
}
@media all and (min-width: 1024px) {
  .microsite .spacer--narrow {
    margin-bottom: 14px;
  }
}
.microsite .spacer--narrow:after {
  display: none;
}
.news_block-header .spacer--narrow {
  flex: 1;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media all and (min-width: 769px) {
  .news_block-header .spacer--narrow {
    margin: 0 32px 4px 32px;
  }
}
.spacer--carousel {
  left: 0;
  margin: -36px auto 0 auto;
  position: absolute;
  right: 0;
}
@media all and (min-width: 1460px) {
  .spacer--carousel {
    margin: -56px auto 0 auto;
  }
}
@media all and (max-width: 1460px) {
  .spacer--carousel:after {
    background-position-x: -1971px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .spacer--carousel:after {
    background-position-x: -1741px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    left: -20vw;
    width: 120vw;
  }
}
.microsite .spacer--carousel {
  display: none;
}
.datepicker_calendar-icon {
  height: 20px;
  display: block;
  width: 20px;
  margin-top: 12px;
}
.diagram {
  counter-reset: diagram;
  display: flex;
  overflow-x: auto;
  scrollbar-color: var(--primary-colour) #f1f1f1;
  scrollbar-width: thin;
}
.diagram::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f1f1f1;
}
.diagram::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #f1f1f1;
}
.diagram::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--primary-colour);
}
.diagram.clean-list {
  margin-top: 32px;
}
.diagram_item-card {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  height: 185px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  padding: 30px 10px 0 10px;
  align-items: center;
}
.diagram_item--active .diagram_item-card {
  background-color: #173f5b;
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}
.microsite .diagram_item--active .diagram_item-card {
  background-color: var(--primary-colour);
}
.diagram_item-card:after {
  background-image: url("/css/assets/icons/arrow-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  margin-top: -10px;
  position: absolute;
  right: -30px;
  width: 20px;
}
.diagram_item {
  align-items: center;
  counter-increment: diagram;
  flex: 1;
  margin-right: 40px;
  max-width: 135px;
  min-width: 135px;
  position: relative;
}
.diagram_item:last-child .diagram_item-card:after,
.slick-slide:last-child .diagram_item .diagram_item-card:after {
  display: none;
}
@media all and (max-width: 769px) {
  .slick-slide .diagram_item {
    max-width: none;
  }
  .slick-slide .diagram_item:after {
    right: -14px;
  }
}
.slick-slide .diagram_item:after {
  display: inline-block;
}
.diagram_icon {
  margin-bottom: 8px;
  height: 42px;
  width: 42px;
  background-color: currentColor;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.diagram_item-title {
  font-size: 0.88em;
  line-height: 1.3;
}
.diagram_item-counter {
  display: block;
  position: absolute;
  top: 5px;
  font-size: 0.8em;
  font-weight: bold;
}
.diagram_item-counter:before {
  content: counter(diagram);
}
.diagram_footer {
  margin-top: 6px;
  margin-bottom: 20px;
}
.download-list {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 769px) {
  .download-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.download-list_header {
  align-content: flex-start;
  display: flex;
  flex-direction: column-reverse;
  font-family: "Asap", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 10px;
}
.download-list_header :first-child {
  margin: 0 0 10px;
}
@media all and (min-width: 769px) {
  .download-list_header :first-child {
    margin: 0 8px 0;
  }
}
.download-list_header .download-list_btns {
  display: none;
}
@media all and (min-width: 769px) {
  .download-list_header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-left: 18px;
  }
}
@media all and (min-width: 769px) {
  .download-list_header .download-list_btns {
    display: block;
  }
  .download-list_footer .download-list_btns {
    display: none;
  }
}
.download-list_btns {
  margin-top: 16px;
}
@media all and (min-width: 769px) {
  .download-list_btns {
    margin-top: 0;
  }
}
a.download-list_name {
  text-decoration: none;
}
a.download-list_name:hover {
  background: transparent;
}
.download-list_name {
  flex: 1;
}
.download-list_item--individual .download-list_name {
  margin-right: 20px;
}
.checkbox:hover .download-list_name {
  text-decoration: underline;
}
@media all and (max-width: 769px) {
  .download-list_title.ml-m.mb-l {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.download-list_item {
  border: 2px solid #ffffff;
  border-top: 2px solid #e1e7ec;
  margin: 0;
  transition: all 0.15s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-list_item .checkbox {
  margin-right: auto;
}
.download-list_item:last-child {
  border-bottom: 2px solid #e1e7ec;
}
.download-list_item:hover {
  border: 2px solid var(--primary-colour);
}
.download-list_item--individual {
  align-items: center;
  color: #061f30;
  display: flex;
  justify-content: flex-start;
  padding: 8px 10px;
  text-decoration: none;
}
.microsite .download-list_item--individual {
  color: var(--primary-text-colour, var(--primary-colour));
}
.microsite .download-list_item--individual:hover {
  background-color: transparent;
}
@media all and (min-width: 769px) {
  .download-list_item--individual {
    padding: 10px 20px;
  }
}
.download-list_item--individual:hover {
  background: transparent;
  text-decoration: none;
}
.download-list_item--individual .link-external {
  margin-right: 0 !important;
}
.download-list_item--individual a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--primary-colour);
}
.download-list_item--individual a:hover {
  background: transparent;
}
.microsite .download-list_item--individual a:hover {
  background-color: transparent;
}
.download-list_item--individual a:last-child {
  color: #0072c0;
}
.download-list_filesize {
  display: block;
}
@media all and (min-width: 769px) {
  .download-list_filesize {
    text-align: right;
    min-width: 50px;
    display: inline-block;
  }
}
.download-list_icon {
  display: inline-block;
  margin-left: auto;
  position: relative;
  min-width: 44px;
  max-width: 60px;
  margin-left: 40px;
  margin-right: 20px;
}
@media all and (min-width: 1024px) {
  .download-list_icon {
    margin-left: 0;
    flex: 0 0 90px;
    max-width: none;
    float: right;
    min-width: 120px;
  }
}
.download-list_item--individual .download-list_icon {
  margin-left: auto;
}
.download-list_icon:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 23px;
  left: -27px;
  position: absolute;
  vertical-align: -6px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .download-list_icon:before {
    top: 0;
    transform: none;
    left: 0;
    position: relative;
  }
}
.download-list_icon:before {
  background-image: url("/css/assets/icons/filetypes/icon-generic-file.svg");
}
.download-list_icon--jpg:before,
.download-list_icon--png:before,
.download-list_icon--gif:before,
.download-list_icon--jpeg:before,
.download-list_icon--webp:before,
.download-list_icon--svg:before {
  background-image: url("/css/assets/icons/filetypes/icon-image-file.svg");
}
.download-list_icon--pdf:before {
  background-image: url("/css/assets/icons/filetypes/icon-pdf-file.svg");
}
.download-list_icon--doc:before,
.download-list_icon--docx:before {
  background-image: url("/css/assets/icons/filetypes/icon-word-file.svg");
}
.filter {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.filter .vd-picker__input {
  height: 43px;
}
.filter--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.filter_label {
  color: #0e3149;
  display: block;
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 6px;
  text-align: left;
}
.filter_accordion {
  position: relative;
  background: #f0f8fc;
  border: none;
  border-top: 2px solid #a5dfff;
  border-bottom: 2px solid #a5dfff;
  color: var(--primary-colour);
  padding: 20px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.filter_accordion.mb-2xl {
  margin-bottom: 32px;
}
@media all and (min-width: 769px) {
  .filter_accordion.mb-2xl {
    margin-bottom: 48px;
  }
}
@media all and (max-width: 769px) {
  .filter--mb-mobile .filter_accordion {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .filter_accordion {
    padding: 28px 0 20px;
  }
}
.filter_clear-btn {
  background-color: transparent;
  border: none;
  color: #0e3149;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  height: 43px;
  left: 0;
  margin: 0 auto;
  padding: 10px 24px 10px 10px;
  position: absolute;
  right: 0;
  top: 7px;
  transition: opacity 0.25s ease-in-out;
}
@media all and (min-width: 769px) {
  .filter_clear-btn {
    left: auto;
    margin: -10px;
    right: 30px;
    top: 16px;
  }
}
.filter_clear-btn:hover {
  cursor: pointer;
}
.filter_clear-btn:after {
  background: url(/css/assets/icons/close-blue.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  width: 18px;
  transition: transform 0.2s ease-in;
  vertical-align: bottom;
}
.accordion_content--hidden .filter_clear-btn {
  display: none;
}
.filter_button {
  background: none;
  border: 2px solid #a5dfff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 20px;
  margin-right: 15px;
}
.filter_button:hover {
  cursor: pointer;
}
.filter_button--active {
  background: #a5dfff;
  font-weight: bold;
}
.filter_control-section--buttons {
  text-align: left;
}
.filter_toggle-btn {
  background: none;
  border: none;
  color: inherit;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.filter_toggle-btn:hover {
  cursor: pointer;
}
.filter_toggle-btn:after {
  background-image: url(/css/assets/icons/arrow-down.svg);
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  width: 24px;
  transition: transform 0.2s ease-in;
  vertical-align: bottom;
}
.alert_container .filter_toggle-btn {
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.alert_container .filter_toggle-btn span.show-alerts {
  display: none;
}
.alert_container .filter_toggle-btn span.hide-alerts {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .alert_container .filter_toggle-btn {
    display: none;
  }
}
.alert_container .filter_toggle-btn:after {
  top: -17px;
}
.alert_container--closed .filter_toggle-btn span.show-alerts {
  display: inline-block;
}
.alert_container--closed .filter_toggle-btn span.hide-alerts {
  display: none;
}
.alert_container--closed .filter_toggle-btn:after {
  transform: rotate(0deg);
}
.filter_toggle-btn--active:after {
  transform: rotate(180deg);
}
.filter_controls {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 888px;
  width: calc(100% - 16px);
  margin: 0 7px;
}
@media all and (min-width: 769px) {
  .filter_controls {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 769px) {
  .filter_controls--small {
    flex-direction: column;
  }
}
.filter_controls--news {
  justify-content: space-around;
}
.filter_controls--full-width {
  max-width: 100%;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .filter_controls--full-width {
    width: inherit;
    margin: 0 7px;
    width: calc(100% - 14px);
    max-width: 750px;
  }
}
@media all and (min-width: 1024px) {
  .filter_controls--full-width {
    max-width: none;
    width: 100%;
    padding: 0 20px;
    flex-direction: row;
  }
}
.filter_control-section {
  flex: 1;
}
.filter_control-section .field {
  flex: 1;
  max-width: calc(50% - 10px);
}
.filter_control-section .field-full-width {
  flex: 1;
}
.filter_control-section:first-child {
  margin-bottom: 38px;
}
@media all and (min-width: 769px) {
  .filter_control-section:first-child {
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .filter_controls--full-width .filter_control-section {
    max-width: 349px;
  }
}
.filter_control-section:last-child {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
}
.filter_controls--full-width .filter_control-section:last-child {
  display: block;
  flex: 0;
  min-width: 180px;
}
@media all and (min-width: 1280px) {
  .filter_controls--full-width .filter_control-section:last-child {
    min-width: 280px;
  }
}
.filter_controls--full-width .filter_control-section {
  margin-bottom: 18px;
}
@media all and (min-width: 1024px) {
  .filter_controls--full-width .filter_control-section {
    margin-bottom: 0;
  }
}
.filter_control-section .field:first-child {
  margin-right: 16px;
}
.filter_control-section--two-fields {
  display: flex;
}
@media all and (min-width: 1024px) {
  .filter_control-section--two-fields {
    min-width: 550px;
    justify-content: center;
    max-width: 100%;
  }
  .filter_control-section--two-fields .field {
    flex: 0;
  }
}
.filter_control-section--two-fields.filter_control-section:last-child {
  display: flex;
  flex: 1;
}
@media all and (min-width: 1024px) {
  .filter_control-section--two-fields.filter_control-section:last-child {
    min-width: 430px;
  }
}
.filter_control {
  flex: 1;
  flex-basis: 300px;
  margin: 0.5em 0;
  padding: 0 1em;
}
@media all and (max-width: 1024px) {
  .filter_clear-btn--centered {
    display: block;
    height: auto;
    margin-top: -1em;
    margin-bottom: 2em;
    margin-left: auto;
    padding: 0;
    position: relative;
  }
}
.filter_clear-btn--hidden {
  opacity: 0;
  padding: 0;
  margin: 0;
  height: 0;
  pointer-events: none;
  z-index: -1;
}
.filter-grid {
  display: grid;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.filter-grid--events {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*    grid-template-areas:
        "category category venue venue " "dates dates dates dates" "keywords keywords keywords keywords";
*/
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  padding: 0 8px 16px;
  display: block;
}
.filter-grid--events > div {
  margin-bottom: 16px;
}
.filter-grid--events div:nth-child(1) {
  grid-area: category;
}
.filter-grid--events div:nth-child(2) {
  grid-area: venue;
}
.filter-grid--events div:nth-child(3) {
  grid-area: dates;
}
.filter-grid--events div:nth-child(4) {
  grid-area: keywords;
}
.filter-grid--events div:nth-child(4) .large-search_input-group {
  display: block;
}
.filter-grid--events div:nth-child(4) .large-search_input-group input {
  padding-right: 80px;
}
.filter-grid--events div:nth-child(4) .large-search_input-group button {
  line-height: 40px;
  bottom: 0;
}
@media all and (min-width: 600px) {
  .filter-grid--events {
    display: grid;
    grid-template-areas: "category category venue venue " "dates dates dates dates" "keywords keywords keywords keywords";
    padding: 0 16px 16px;
  }
  .filter-grid--events > div {
    margin-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .filter-grid--events {
    grid-template-areas: "category venue dates dates" "keywords keywords . .";
  }
}
.meeting {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #e1e7ec;
  border-top: 2px solid #e1e7ec;
  color: var(--primary-colour);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88em;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.4;
}
.clean-list .meeting {
  padding: 10px 20px 10px 10px;
}
@media all and (min-width: 769px) {
  .clean-list .meeting {
    padding: 20px 20px 10px 20px;
  }
}
.meeting a {
  color: var(--primary-colour);
}
.meeting h5 {
  min-width: 210px;
  max-width: 210px;
}
.meeting_current-list .meeting {
  border-color: #e1e7ec;
  margin-left: 7px;
  margin-right: 7px;
}
@media all and (min-width: 1024px) {
  .meeting_current-list .meeting {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.meeting--show-video {
  flex-wrap: wrap;
}
.meeting--up-coming {
  border-color: #061f30;
}
.meeting--up-coming.meeting {
  padding: 30px 20px 0px 10px;
}
@media all and (min-width: 1024px) {
  .meeting--up-coming.meeting {
    padding: 20px 20px 10px 20px;
  }
}
.meeting--up-coming h5:before {
  background: #f0f8fc;
  color: #0e3149;
  content: "UPCOMING";
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-top: -14px;
  max-width: 83px;
  padding: 5px;
}
.meeting_video-spacer {
  width: 116px;
}
.meeting_video-toggle {
  padding-right: 34px;
  position: relative;
}
.video-block_container .meeting_video-toggle {
  flex-basis: 100%;
  margin: 45px 0 15px;
  text-align: center;
}
.meeting_video-toggle:before {
  background-image: url(/css/assets/icons/icon-movie.svg);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 23px;
  width: 24px;
  margin-bottom: auto;
  margin-right: 15px;
  margin-top: auto;
  top: 0;
  vertical-align: bottom;
}
@media all and (min-width: 769px) {
  .meeting_video-toggle:before {
    display: none;
  }
}
.meeting_video-toggle:hover {
  cursor: pointer;
}
.meeting_video-toggle:after {
  background-image: url(/css/assets/icons/arrow-down.svg);
  bottom: 0;
  content: "";
  height: 24px;
  margin-bottom: auto;
  margin-left: 12px;
  margin-top: auto;
  position: absolute;
  top: 0;
  transition: transform 0.2s ease-in;
  width: 24px;
}
.meeting--show-video .meeting_video-toggle:after {
  transform: rotate(180deg);
}
.meeting_location {
  flex-basis: 100%;
}
@media all and (min-width: 769px) {
  .meeting_location {
    flex-basis: 100px;
    max-width: 188px;
    min-width: 188px;
  }
}
.meeting_date {
  flex-basis: 100%;
  margin-top: 10px;
}
@media all and (min-width: 769px) {
  .meeting_date {
    flex-basis: 100px;
    margin-top: 0;
    max-width: 100px;
    min-width: 100px;
  }
}
@media all and (min-width: 769px) {
  .meeting_link-spacer {
    min-width: 136px;
    max-width: 136px;
  }
}
.meeting_accordion-title {
  font-size: 1em;
  margin: 0 7px 9px 7px;
}
@media all and (min-width: 769px) {
  .meeting_accordion-title {
    font-size: 1.2em;
    padding-left: 16px;
    margin: 0 0 16px;
  }
}
.meeting_accordion-content {
  padding: 6px 7px 16px 7px;
}
@media all and (min-width: 1024px) {
  .meeting_accordion-content {
    padding: 16px;
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.9em;
}
.form-group {
  margin: 0 0 24px;
  max-width: 600px;
}
.form-group label {
  font-weight: 400;
  font-size: 16px;
}
.form-control {
  appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #0e3149;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: 40px;
  padding: 0 12px;
  width: 100%;
}
textarea.form-control {
  resize: none;
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  border-color: #0e3149;
  border-radius: 0;
  outline: none;
}
.form-control::placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  border-color: #e1e1e1;
  opacity: 1;
}
.form-control--no-border {
  border: none;
}
.help-block {
  font-size: 1.6rem;
}
.field-validation-error {
  color: #ee204f;
  display: block;
  font-size: 14px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 1px 24px 1px 16px;
  -moz-padding-start: 0;
  background-image: url(/css/assets/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 20px 20px;
  appearance: none;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}
.form-control-required {
  color: #ff9f67;
}
.datepickerfield {
  width: initial;
  min-width: 200px;
}
.checkboxlist,
.radiobuttonlist {
  margin-top: 4px;
}
.checkbox__control {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkbox__control + label {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding-right: 5px;
  position: relative;
  transition: background 0.2s ease-in;
}
.checkbox__control + label:hover {
  background-color: #f0f8fc;
}
.checkbox__control + label:hover:before {
  background-color: #e1e1e1;
}
.checkbox__control + label:before {
  background-color: #ffffff;
  border: 2px solid #0e3149;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: background 0.2s ease-in;
  width: 20px;
}
.checkbox__control:checked + label:after {
  background: transparent;
  border-left: 3px solid var(--primary-colour);
  border-bottom: 3px solid var(--primary-colour);
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 11px;
}
.checkbox__control:focus + label {
  outline: 2px dashed #ff9f67;
  outline-offset: 0;
}
.checkbox__control:disabled + label {
  color: #707070;
}
.checkbox__control:disabled + label:hover {
  background-color: transparent;
}
.checkbox__control:disabled + label::before {
  background: #868686;
}
.radio__control {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.radio__control + label {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding-right: 5px;
  position: relative;
  transition: background 0.2s ease-in;
}
.radio__control + label:hover {
  background-color: var(--tertiary-colour);
}
.radio__control + label:hover:before {
  background-color: #e1e1e1;
}
.radio__control + label:before {
  background-color: #ffffff;
  border: 2px solid #0e3149;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: background 0.2s ease-in;
  width: 20px;
  border-radius: 50%;
}
.radio__control:checked + label:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0e3149;
  top: 7px;
  left: 4px;
}
.radio__control:focus + label {
  outline: 2px dashed #ff9f67;
  outline-offset: 0;
}
.radio__control:disabled + label {
  color: #707070;
}
.radio__control:disabled + label:hover {
  background-color: transparent;
}
.radio__control:disabled + label::before {
  background: #868686;
}
input {
  font-family: "Inter", Arial, sans-serif;
}
input::placeholder {
  opacity: 1;
}
.checkbox {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  position: relative;
  user-select: none;
}
.download-list_item .checkbox {
  font-size: 0.88em;
  padding: 10px 7px;
  display: flex;
  align-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .download-list_item .checkbox {
    font-size: 1em;
    padding: 12px 25px;
    display: flex;
  }
}
.checkbox_input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkbox_mark {
  border: 1px solid #0e3149;
  display: inline-block;
  height: 20px;
  margin-right: 13px;
  vertical-align: -3px;
  width: 20px;
}
@media all and (min-width: 769px) {
  .checkbox_mark {
    margin-right: 20px;
  }
}
.checkbox_input:checked + .checkbox_mark {
  background-image: url("/css/assets/icons/icon-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
input[type="date"],
.field_input-date {
  height: 40px;
  border-radius: 0;
  border: 1px solid #e1e7ec;
  min-width: 204px;
  max-width: 204px;
  padding: 8px;
  color: var(--primary-colour);
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 16px;
}
.field_input-date {
  background-image: url("/css/assets/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 11px);
  background-position-y: center;
  background-size: 19px;
}
.field_input-date[type="date"] {
  background-image: none;
}
select {
  background: #ffffff;
  border: 1px solid #e1e7ec;
  display: block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  min-height: 43px;
  padding: 5px 40px 4px 8px;
  width: 100%;
}
@media all and (min-width: 1024px) {
  select {
    max-width: 272px;
  }
}
.umbraco-forms-page {
  background-color: #f0f8fc;
  padding: 18px;
  margin-bottom: 24px;
}
.microsite .umbraco-forms-page {
  background-color: #f6f6f6;
}
.npdc-form-group {
  margin-bottom: 24px;
}
.npdc-form-group__title {
  margin-bottom: 24px;
}
.umbraco-forms-caption {
  margin-bottom: 32px;
}
.npdc-form-description-block {
  background: inherit;
  padding: 0;
}
.umbraco-forms-navigation {
  margin-top: 24px;
}
.umbraco-forms-field-wrapper {
  margin-top: 4px;
}
@media all and (min-width: 769px) {
  .umbraco-forms-page {
    margin-bottom: 32px;
  }
  .umbraco-forms-caption {
    margin-bottom: 40px;
  }
}
.footer {
  background: #0e3149;
  color: #ffffff;
  font-family: "Asap", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 30px;
  position: relative;
  margin-top: 50px;
}
@media all and (min-width: 769px) {
  .footer {
    margin-top: 150px;
    padding-top: 60px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .footer .container {
    flex-direction: row;
  }
}
.microsite .footer {
  background: var(--primary-colour);
}
@media all and (min-width: 769px) {
  .microsite .footer {
    padding-top: 32px;
  }
}
.microsite .footer a {
  color: #fff;
}
.microsite .footer a:hover {
  background-color: var(--tertiary-colour-hover);
  color: var(--secondary-colour);
}
.footer:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -36px;
  content: "";
  display: block;
  height: 28px;
  overflow: hidden;
  padding-bottom: 10px;
  position: absolute;
  top: -31px;
  width: 100vw;
  background-image: url("/css/assets/decorations/footer-decoration-long.png");
}
@media all and (min-width: 769px) {
  .footer:before {
    background-image: url("/css/assets/decorations/npdc-decoration-super-wide-blue.svg");
    background-position-x: -1660px;
  }
}
.microsite .footer:before {
  display: none;
}
.footer .footer_list-item a {
  display: inline-block;
}
.footer .footer_list-item a:hover:not(.hover--basic) {
  padding: 10px;
  margin: -10px;
}
.footer a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  background-color: #2f4e64;
  text-decoration: underline;
}
.microsite .footer .link-twitter:hover,
.microsite .footer .link-facebook:hover,
.footer .link-twitter:hover,
.footer .link-facebook:hover,
.footer .link-instagram:hover,
.footer .link-linkedin:hover,
.footer .link-hello-np:hover {
  background: transparent;
  opacity: 0.8;
}
.footer_logo-link {
  position: absolute;
  right: 0;
  top: -14px;
  width: 116px;
}
@media all and (min-width: 769px) {
  .footer_logo-link {
    display: block;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    width: 133px;
  }
}
a.footer_secondary-link,
.footer_faux-link {
  font-weight: 400;
  font-size: 1.1em;
  display: block;
  font-family: "Inter", Arial, sans-serif;
}
@media all and (min-width: 1280px) {
  a.footer_secondary-link,
  .footer_faux-link {
    display: inline-block;
  }
}
.footer_secondary-link {
  flex: 1;
}
.footer_middle .footer_secondary-link {
  text-align: center;
}
@media all and (min-width: 1024px) {
  .footer_middle .footer_secondary-link {
    text-align: left;
  }
}
@media all and (max-width: 769px) {
  .footer_middle .footer_secondary-link {
    margin-left: 0;
    flex: 1 1 100%;
    margin-top: 12px;
    text-align: left;
  }
}
@media all and (min-width: 769px) {
  .footer_secondary-link:last-child {
    flex: none;
    text-align: right;
  }
}
@media all and (min-width: 1024px) {
  .footer_secondary-link:last-child {
    text-align: left;
  }
}
@media all and (min-width: 769px) {
  .footer_middle-links .footer_secondary-link {
    margin-left: 50px;
  }
}
@media all and (min-width: 1024px) {
  .footer_middle-links .footer_secondary-link {
    flex: none;
  }
}
.footer_faux-link {
  margin-right: 40px;
}
.footer_secondary-title {
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline !important;
}
@media all and (max-width: 769px) {
  .footer_contact-text {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  .footer_contact-text p {
    font-weight: 100;
    font-size: 1.2em;
  }
}
.footer_section {
  border-top: 1px solid rgba(240, 248, 252, 0.15);
  margin-top: 20px;
  padding-top: 20px;
}
.footer_section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.microsite .footer_section:first-child {
  padding-top: 2px;
}
@media all and (min-width: 769px) {
  .microsite .footer_section:first-child {
    padding-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .microsite .footer_section:first-child {
    padding-top: 2px;
  }
}
@media all and (max-width: 1024px) {
  .footer_section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .footer_section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .footer_section:after {
    background: rgba(240, 248, 252, 0.15);
    content: "";
    height: 100%;
    min-height: 483px;
    position: absolute;
    right: 6px;
    top: 0;
    width: 2px;
  }
}
.footer_section:last-child:after {
  display: none;
}
.footer_section-header {
  font-weight: 600;
  opacity: 0.6;
  padding-bottom: 16px;
}
@media all and (min-width: 769px) {
  .footer_section-header {
    padding-bottom: 40px;
  }
}
.footer_list-item {
  display: block;
}
@media all and (max-width: 769px) {
  .footer_list-item.mb-s {
    margin-bottom: 7px;
  }
}
.footer_list-item--large {
  font-size: 1em;
  margin-bottom: 12px;
}
@media all and (min-width: 769px) {
  .footer_list-item--large {
    font-size: 1.1em;
    margin-bottom: 24px;
  }
}
.footer_bottom {
  background: #061f30;
  margin-top: 32px;
  padding: 18px 0 12px;
}
.microsite .footer_bottom {
  margin-top: 0;
}
.microsite .footer_bottom a:hover {
  background: transparent;
  color: #ffffff;
}
.footer_inline-list-item {
  display: block;
  margin-right: 50px;
  margin-left: -10px;
}
@media all and (min-width: 769px) {
  .footer_inline-list-item {
    margin-left: auto;
    display: inline-block;
  }
}
.footer_inline-list-item a {
  font-weight: 100;
}
.footer_govt-link {
  display: block;
  margin: 20px 0 20px -10px;
}
@media all and (min-width: 769px) {
  .footer_govt-link {
    float: right;
    margin: auto;
  }
}
.footer_decoration {
  background-image: url("/css/assets/decorations/footer-decoration-long-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 36px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media all and (min-width: 769px) {
  .footer_decoration {
    display: none;
  }
}
.footer_page-details {
  display: none;
  margin-top: 106px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media all and (min-width: 420px) {
  .footer_page-details {
    display: block;
  }
}
@media print {
  .footer_page-details {
    display: none;
  }
}
.footer_page-details div {
  position: relative;
  z-index: 1;
}
.footer_page-details:before {
  content: "";
  height: 190px;
  margin-left: -60px;
  margin-top: -160px;
  padding-top: 138px;
  position: absolute;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.footer_top-decoration {
  content: "";
  height: 190px;
  margin-left: -60px;
  margin-top: -160px;
  padding-top: 138px;
  position: absolute !important;
  width: 100%;
  z-index: 0;
  background-image: url(/css/assets/decorations/npdc-decoration-page-title-bg.svg);
  background-position: center;
  background-position-y: top;
  background-size: auto;
  opacity: 0.04;
  z-index: -1 !important;
}
@-moz-document url-prefix() {
  .footer_top-decoration {
    opacity: 0.1;
    background-blend-mode: screen;
  }
}
.footer_link {
  display: inline-block;
}
.footer_middle {
  background: #ffffff;
  padding: 28px 0;
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .footer_middle {
    margin-top: 60px;
  }
}
@media all and (min-width: 1024px) {
  .footer_middle {
    height: 80px;
    margin-top: 60px;
  }
}
.microsite .footer_middle a,
.footer_middle a {
  color: #0e3149;
}
.microsite .footer_middle a:hover,
.footer_middle a:hover {
  background: transparent !important;
}
.footer_middle .container {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 1024px) {
  .footer_middle .container {
    flex-direction: row;
  }
}
.footer_middle-links {
  display: block;
  margin-top: 24px;
  margin-bottom: -8px;
}
@media all and (min-width: 769px) {
  .footer_middle-links {
    flex: 1;
    display: inline-flex;
  }
}
@media all and (min-width: 1024px) {
  .footer_middle-links {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer_middle-home-link {
  display: inline-flex;
}
@media all and (min-width: 769px) {
  .footer_middle-home-link {
    align-self: center;
  }
}
.header-wrapper {
  position: relative;
}
.header {
  background-image: url("/css/assets/decorations/npdc-decoration-page-title-bg.svg");
  background-position: center;
  background-position-y: -75px;
  background-size: auto;
  padding: 70px 0 30px;
  position: relative;
  overflow: hidden;
}
.header:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #ffffff 93%, #ffffff 93%, #ffffff 100%);
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print {
  .header {
    display: none;
  }
}
.header--microsite {
  background-color: var(--primary-colour);
  background-image: url("/css/assets/decorations/npdc-decoration-page-title-bg-white.svg");
  background-position-x: 55%;
  border-left: 12px solid var(--secondary-colour);
  border-radius: 12px;
  color: #ffffff;
  padding: 46px 32px 16px;
  margin: 48px 0;
}
@media all and (min-width: 1025px) {
  .header--microsite {
    padding: 10px 32px 30px;
    margin-bottom: 70px;
    margin-top: 140px;
  }
}
.header--microsite:before {
  display: none;
}
.header--microsite.header--homepage {
  border-left: none;
  padding: 28px 16px 68px 16px;
}
.header--microsite.header--homepage h1,
.header--microsite.header--homepage .h1 {
  font-size: 1.6em;
}
@media all and (min-width: 1025px) {
  .header--microsite.header--homepage {
    margin-bottom: 70px;
    margin-top: 140px;
    padding: 40px 41px 30px;
  }
  .header--microsite.header--homepage h1,
  .header--microsite.header--homepage .h1 {
    font-size: 2.22em;
  }
}
.header--microsite.header--push-margin {
  margin: 0 0 166px;
}
@media all and (min-width: 1025px) {
  .header--microsite.header--push-margin {
    margin-bottom: 70px;
  }
}
.header--microsite.header--image-adjustment {
  margin-top: -32px;
}
@media all and (min-width: 769px) {
  .header_page-title {
    margin-bottom: 16px;
  }
}
.header_banner-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 41.66vw;
  max-height: 320px;
}
@media all and (min-width: 1025px) {
  .header_banner-image {
    max-height: 500px;
  }
}
.header--subtitle {
  background-position-y: -78px;
}
.header-intro {
  font-size: 1.12em;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 42px;
}
@media all and (min-width: 769px) {
  .header-intro {
    font-size: 1.33em;
    font-style: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: -20px;
  }
}
.h1.header_te-reo {
  font-weight: 100;
  margin: 0 0 2px 0;
  display: block;
}
.header--microsite .h1.header_te-reo {
  margin: 0;
}
.header--microsite .h1.header_te-reo:after {
  content: "";
  background: var(--secondary-colour);
  display: block;
  border-radius: 4px;
  margin: 22px 0 27px;
  height: 4px;
  width: 48px;
}
@media all and (min-width: 1025px) {
  .h1.header_te-reo {
    margin: 0 0 10px 0;
  }
  .header--microsite .h1.header_te-reo {
    margin: 0;
  }
  .header--microsite .h1.header_te-reo:after {
    height: 4px;
    width: 64px;
    border-radius: 4px;
    margin: 22px 0 27px;
  }
}
@media all and (min-width: 1025px) {
  .header_microsite-banner {
    width: calc(100% - 400px);
  }
}
.hearing_details {
  border-top: 2px solid #0e3149;
  border-bottom: 2px solid #0e3149;
  padding: 20px 11px;
  margin-bottom: 42px;
  position: relative;
}
@media all and (min-width: 769px) {
  .hearing_details {
    padding: 24px 32px;
  }
}
.hearing--closed .hearing_details {
  border-color: #e1e7ec;
}
.hearings_app .hearing_details {
  margin-bottom: 32px;
}
.hearing_detail-section {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .hearing_detail-section {
    margin-top: 24px;
  }
}
.icon {
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.icon-16 {
  height: 16px;
  width: 16px;
}
.icon-24 {
  height: 24px;
  width: 24px;
}
.icon-32 {
  height: 32px;
  width: 32px;
}
.icon-48 {
  height: 48px;
  width: 48px;
}
.icon-info {
  background-image: url("/css/assets/icons/icon-info.svg");
}
.icon-recycle {
  background-image: url("/css/assets/icons/icon-recycling.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  height: 32px;
  margin-right: 6px;
  width: 32px;
}
@media all and (min-width: 1024px) {
  .icon-recycle {
    background-size: 32px;
    height: 48px;
    vertical-align: -16px;
    width: 48px;
  }
}
.icon-recycle span {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.88em;
  margin-left: 42px;
  text-transform: uppercase;
  white-space: nowrap;
}
.recycling-table_row .icon-recycle {
  vertical-align: top;
  display: table-cell;
}
.icon--mixed {
  background-color: #ffdda5;
  background-image: url("/css/assets/icons/recycling/Recycling.svg");
}
.icon--waste {
  background-color: #ffa5a5;
  background-image: url("/css/assets/icons/recycling/Landfill.svg");
}
.icon--food {
  background-color: #a3cf85;
  background-image: url("/css/assets/icons/recycling/Food.svg");
}
.icon--tswaste {
  background-color: #ebb6f1;
  background-image: url("/css/assets/icons/recycling/Alternative.svg");
}
.icon--glass {
  background-color: #b1c2f1;
  background-image: url("/css/assets/icons/recycling/Glass.svg");
}
.icon-alert--apricot {
  background-image: url(/css/assets/icons/alert-circle--apricot.svg);
  vertical-align: text-top;
}
.icon-mask {
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.icon-mask--chevron-right {
  -webkit-mask-image: url("/css/assets/icons/chevron-right.svg");
  mask-image: url("/css/assets/icons/chevron-right.svg");
}
.image-block--full img {
  width: 100%;
}
.image-block_lightbox-link {
  position: relative;
  display: inline-block;
}
.image-block_lightbox-link:after {
  content: "";
  display: block;
  -webkit-mask-image: url("/css/assets/icons/icon-expand.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #ffffff;
  bottom: 10px;
  height: 24px;
  mask-image: url("/css/assets/icons/icon-expand.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 10px;
  width: 24px;
}
.image-caption {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 0.5em;
}
.gallery {
  max-width: 100%;
}
.gallery .slick-slide {
  margin: 0 8px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.gallery .slick-current.slick-active {
  opacity: 1;
}
.gallery .slick-list {
  margin: 0 -8px;
}
.gallery_item {
  align-items: center;
  display: inline-flex !important;
  height: 386px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.gallery_item img {
  display: inline-block;
  margin: 0 auto;
  max-width: calc(100% - 15px);
  max-height: 386px;
  height: auto;
  width: 100%;
}
.col-md-6 .gallery_item img {
  max-height: 221px;
}
.col-md-4 .gallery_item img {
  max-height: 155px;
}
.col-md-6 .gallery_item {
  height: 221px;
}
.col-md-4 .gallery_item {
  height: 155px;
}
.gallery_controls {
  align-items: center;
  display: flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.8em;
  justify-content: center;
  margin-top: 13px;
}
.gallery-pagination-container {
  height: 21px;
}
.gallery_pagination {
  counter-reset: gallery;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.gallery_pagination li {
  counter-increment: gallery;
  display: inline-block;
  left: 0;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
}
.gallery_pagination li.slick-active {
  position: relative;
  visibility: visible;
}
.gallery_pagination li:after {
  content: counter(gallery) "/";
}
.gallery-btn-next,
.gallery-btn-prev {
  background-color: transparent;
  background-image: url("/css/assets/icons/arrow-menu.svg");
  background-size: cover;
  border: none;
  display: inline-block;
  height: 16px;
  margin: 0 24px;
  padding: 0;
  right: 4px;
  width: 16px;
}
.gallery-btn-next:hover,
.gallery-btn-prev:hover {
  cursor: pointer;
}
.gallery-btn-prev {
  transform: rotate(180deg);
}
.gallery_lightbox-link {
  -webkit-mask-image: url("/css/assets/icons/icon-expand.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #ffffff;
  bottom: 10px;
  height: 24px;
  mask-image: url("/css/assets/icons/icon-expand.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 10px;
  width: 24px;
}
.gallery_image-container {
  position: relative;
}
.popup {
  background: #ffffff;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.35);
  max-width: 1024px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 800px;
  position: absolute;
  width: 85%;
  height: 85%;
  z-index: 12020;
}
.popup_container--closed {
  display: none;
}
.popup_content {
  padding: 20px 10px 30px 10px;
}
@media all and (min-width: 769px) {
  .popup_content {
    padding: 20px 88px 30px 88px;
  }
}
.popup_container {
  background-color: rgba(14, 49, 73, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12000;
}
.popup_container:not(.popup_container--closed) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_close {
  background-color: transparent;
  background-image: url(/css/assets/icons/close-blue.svg);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  color: #0e3149;
  font-family: "Inter", Arial, sans-serif;
  height: 43px;
  margin: -10px;
  padding: 10px 24px 10px 10px;
  position: absolute;
  right: 24px;
  top: 20px;
}
.popup_close:hover {
  cursor: pointer;
}
.popup_header {
  margin: 60px 10px 10px 10px;
  min-height: auto;
  padding: 0 0 10px;
}
@media all and (min-width: 769px) {
  .popup_header {
    margin: 40px 88px 10px 88px;
  }
}
.popup_header h3 {
  padding: 11px;
}
body.popup-active {
  overflow-y: hidden;
  padding-right: 15px;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5 {
  margin-bottom: 0.4em;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: var(--primary-colour);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tile {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 769px) {
  .tile {
    flex-direction: row;
  }
}
.tile .btn {
  white-space: normal;
}
.tile--left {
  flex-direction: column-reverse;
}
@media all and (min-width: 769px) {
  .tile--left {
    flex-direction: row-reverse;
  }
}
.tile--stacked {
  flex-direction: column-reverse;
}
@media all and (min-width: 769px) {
  .tile--stacked {
    flex-direction: column-reverse;
  }
}
.tile_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 218px;
}
@media all and (min-width: 769px) {
  .tile_image {
    margin-left: 38px;
  }
}
.tile--left .tile_image {
  margin-left: 0;
}
@media all and (min-width: 769px) {
  .tile--left .tile_image {
    margin-right: 38px;
  }
}
@media all and (min-width: 769px) {
  .tile--stacked .tile_image {
    margin-left: 0;
  }
}
.tile_content {
  padding: 20px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tile_content div {
  flex: 1;
}
.tile_image,
.tile_content {
  flex: 1;
}
@media all and (min-width: 769px) {
  .tile_image,
  .tile_content {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 769px) {
  .tile--stacked .tile_image,
  .tile--stacked .tile_content {
    max-width: none;
  }
}
.contact-tile__row {
  margin-left: -1em;
  margin-right: -1em;
}
.contact-tile__row h4 {
  margin-bottom: 0.8em;
}
.contact-tile__row p {
  margin: 0;
}
.contact-tile__row a {
  text-decoration: none;
  color: inherit;
}
.contact-tile__row > div {
  padding: 1em 1em 1em 3em;
  margin: 1em;
  position: relative;
}
.contact-tile__row img {
  height: 32px;
  margin: 0;
  width: auto;
  position: absolute;
  top: 1em;
  left: 0.5em;
}
.contact-tile__row .contact-tile__numbers > div {
  white-space: nowrap;
}
.contact-tile__row .contact-tile__numbers > div:first-child {
  margin-bottom: 0.5em;
}
.contact-tile__row .contact-tile__number .h5 {
  display: none;
}
@media all and (min-width: 769px) {
  .contact-tile__row {
    display: flex;
    justify-content: space-around;
  }
  .contact-tile__row > div {
    flex-basis: 278px;
    padding: 1.5em 1em 1em;
    margin: 1em;
    text-align: center;
  }
  .contact-tile__row img {
    height: 80px;
    margin: 1.5em 0;
    position: static;
    width: auto;
    top: 0;
    left: 0;
  }
  .contact-tile__row .contact-tile__number .h5 {
    display: block;
    visibility: hidden;
  }
  .contact-tile__row .contact-tile__post {
    text-align: center;
  }
}
@media all and (min-width: 860px) {
  .contact-tile__row .contact-tile__numbers {
    display: flex;
    column-gap: 1em;
  }
  .contact-tile__row .contact-tile__numbers > div {
    margin: 0 8px;
    white-space: nowrap;
  }
}
.large-search {
  background-color: #f0f8fc;
  border-bottom: 2px solid #a5dfff;
  border-top: 2px solid #a5dfff;
  padding: 20px 8px;
  position: relative;
  text-align: center;
}
.microsite .large-search {
  background-color: var(--tertiary-colour);
  border-color: var(--secondary-colour);
}
@media all and (min-width: 1024px) {
  .large-search {
    padding: 32px 0;
  }
}
.filter .large-search {
  background-color: transparent;
  border: none;
}
.large-search_input-group {
  position: relative;
  display: inline-block;
}
.large-search_input {
  border-radius: 0px;
  border: 1px solid var(--primary-colour);
  font-size: 1.22em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 595px;
  padding: 16px;
  padding-right: 84px;
  width: 100%;
}
.filter .large-search_input {
  border-color: #e1e7ec;
}
.large-search_title {
  margin-bottom: 12px;
}
.large-search_clear {
  background: none;
  border: none;
  color: #587589;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: right;
  right: 10px;
  bottom: 14px;
  transition: opacity 0.15s ease-in;
  white-space: nowrap;
}
.large-search_clear:hover {
  cursor: pointer;
}
.large-search_clear--visible {
  opacity: 1;
  pointer-events: all;
}
.microsite .bin-collection .search-container {
  border-color: var(--secondary-colour);
  background-color: var(--tertiary-colour);
}
.letter-panel {
  background: #ffffff;
  font-size: 0.89em;
  color: #0e3149;
  display: none;
}
.nav_dropdown .letter-panel {
  display: none;
}
@media all and (min-width: 1025px) {
  .nav_dropdown .letter-panel {
    display: block;
    border-top: 1px solid #e1e7ec;
  }
}
@media all and (min-width: 1025px) {
  .letter-panel {
    display: block;
  }
}
.letter-panel_list {
  display: flex;
  flex: 1;
}
.letter-panel_list.clean-list {
  margin: 16px 50px 7px 50px;
}
.letter-panel_item {
  margin-bottom: 14px;
}
@media all and (min-width: 769px) {
  .letter-panel_item {
    max-width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .letter-panel_item {
    max-width: 33%;
  }
}
.letter-panel_list-item {
  flex: 1;
  text-align: center;
}
.letter-panel_inner {
  display: flex;
  align-items: center;
}
.letter-panel_inner a {
  color: #0e3149;
  text-decoration: none;
}
.nav_dropdown .letter-panel_inner {
  margin-left: -8px;
  margin-right: 9px;
}
a {
  background-color: transparent;
  color: #0072c0;
  text-decoration: underline;
  transition: background 0.2s ease-in;
}
a:hover {
  background-color: var(--tertiary-colour);
  color: #0e3149;
  text-decoration: underline;
}
a:focus {
  outline: 2px dashed #ff9f67;
  outline-offset: 2px;
}
.microsite a:hover {
  background-color: var(--tertiary-colour);
  color: var(--primary-colour);
}
.link-internal:after,
.link-external:after,
.link-anchor:after,
.link-facebook:after,
.link-twitter:after,
.link-instagram:after,
.link-linkedin:after,
.link-hello-np:after,
.link-arrow:after,
.link-download:after {
  background-color: currentColor;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 5px;
  position: relative;
  width: 1.5em;
}
.link-internal.btn,
.link-external.btn,
.link-anchor.btn,
.link-facebook.btn,
.link-twitter.btn,
.link-instagram.btn,
.link-linkedin.btn,
.link-hello-np.btn,
.link-arrow.btn,
.link-download.btn {
  padding-bottom: 10px;
}
.link-internal.btn:after,
.link-external.btn:after,
.link-anchor.btn:after,
.link-facebook.btn:after,
.link-twitter.btn:after,
.link-instagram.btn:after,
.link-linkedin.btn:after,
.link-hello-np.btn:after,
.link-arrow.btn:after,
.link-download.btn:after {
  margin-left: 12px;
  vertical-align: -3px;
}
.link-anchor.btn:after,
.link-internal.btn:after {
  vertical-align: 0px;
}
.link-internal:after {
  -webkit-mask-image: url(/css/assets/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/arrow-right.svg);
  mask-size: 90%;
}
.link-anchor:after {
  -webkit-mask-image: url(/css/assets/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  mask-image: url(/css/assets/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: 90%;
}
.link-external:after {
  -webkit-mask-image: url(/css/assets/icons/external-link.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  height: 1em;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/external-link.svg);
  mask-size: 100%;
  padding-left: 10px;
  vertical-align: text-bottom;
  width: 1em;
}
.download-list_item .link-external {
  font-size: 0.8em;
  margin-right: 10px;
  text-decoration: none;
}
.download-list_item .link-external:hover {
  background: transparent;
  text-decoration: underline;
}
.download-list_item .link-external:hover span {
  text-decoration: underline;
}
.download-list_item .link-external:after {
  height: 1.4em;
  width: 1.4em;
}
.download-list_item .link-external span {
  display: none;
}
@media all and (min-width: 769px) {
  .download-list_item .link-external {
    margin-right: 20px;
    min-width: 92px;
  }
  .download-list_item .link-external span {
    display: inline-block;
  }
}
.link-download:after {
  -webkit-mask-image: url(/css/assets/icons/download.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 1em;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/download.svg);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 1em;
}
.download-list_item .link-download:after {
  height: 1.2em;
  margin-left: 8px;
  margin-right: 20px;
  width: 1.2em;
}
.link-twitter:after {
  -webkit-mask-image: url(/css/assets/icons/twitter.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 24px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/twitter.svg);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 24px;
}
.link-facebook:after {
  -webkit-mask-image: url(/css/assets/icons/facebook.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 24px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/facebook.svg);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 24px;
}
.link-instagram:after {
  -webkit-mask-image: url(/css/assets/icons/instagram.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 24px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/instagram.svg);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 24px;
}
.link-linkedin:after {
  -webkit-mask-image: url(/css/assets/icons/linkedin.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 24px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/linkedin.svg);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 24px;
}
.link-hello-np:after {
  -webkit-mask-image: url(/css/assets/icons/hello-np.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 24px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/hello-np.png);
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 24px;
}
.link-arrow:after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 67% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/css/assets/icons/arrow-menu.svg);
  mask-size: 67% auto;
  height: 17px;
  margin-left: 10px;
  margin-right: -10px;
  width: 23px;
}
.link-back-arrow:before {
  -webkit-mask-image: url(/css/assets/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  background-color: currentColor;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: 0;
  margin-right: 10px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/arrow-right.svg);
  mask-size: 90%;
  position: relative;
  transform: scaleX(-1);
  width: 23px;
}
.link-document {
  text-decoration: none;
}
.link-document:before {
  -webkit-mask-image: url(/css/assets/icons/filetypes/icon-word-file.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  background-color: currentColor;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 0;
  margin-right: 16px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/filetypes/icon-word-file.svg);
  mask-size: 90%;
  position: relative;
  transform: scaleX(-1);
  width: 23px;
  vertical-align: -7px;
}
.meeting .link-document {
  margin-bottom: 18px;
}
@media all and (min-width: 769px) {
  .meeting .link-document {
    margin-bottom: 0;
  }
}
.link-social-grey.link-facebook,
.link-social-grey.link-twitter,
.link-social-grey.link-instagram {
  background: #f6f6f6;
  border-radius: 50%;
  color: var(--primary-colour);
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
}
.link-social-grey.link-facebook:after,
.link-social-grey.link-twitter:after,
.link-social-grey.link-instagram:after {
  margin-left: 0;
  vertical-align: middle;
}
.link-social-grey.link-instagram::after {
  width: 22px;
  height: 20px;
  margin-top: 2px;
}
.link-social-grey.link-facebook::after {
  width: 21px;
  height: 21px;
  margin-top: 4px;
}
.link-social-grey.link-twitter::after {
  width: 22px;
  height: 20px;
  margin-left: 4px;
  margin-top: 2px;
}
.social-links .link-social-grey {
  background: none;
  margin-right: 0;
}
.link-icon-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0;
}
@media all and (min-width: 769px) {
  .link-icon-tiles {
    margin: 74px 0;
    justify-content: center;
  }
}
.link-icon-tile {
  color: var(--primary-text-colour, var(--primary-colour));
  flex: 1 1 135px;
  font-family: "Asap", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  max-width: 135px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .link-icon-tile {
    padding: 40px 0;
    flex: 1 1 202px;
    max-width: 202px;
  }
}
.link-icon-tile:hover {
  background: #fffaf2;
}
.microsite .link-icon-tile:hover {
  background: var(--tertiary-colour);
  color: var(--secondary-colour);
}
.microsite .link-icon-tile:focus {
  outline: 2px solid var(--primary-colour);
}
.link-icon-tile_icon {
  width: 48px;
  height: 48px;
  -webkit-mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  mask-size: 90%;
  mask-repeat: no-repeat;
  display: inline-block;
  background: var(--primary-colour);
}
.link-icon-tile:hover .link-icon-tile_icon {
  background: #f56655;
}
@media all and (min-width: 1025px) {
  .link-icon-tile_icon {
    width: 64px;
    height: 64px;
  }
}
.list-undent {
  padding: 0;
}
.list-undent li {
  margin-bottom: 1em;
}
.bullet--blue li::marker {
  color: #0072c0;
}
.bullet--navy li::marker {
  color: #061f30;
}
.list-col {
  display: flex;
  flex-wrap: wrap;
}
.list-col li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.list-col--1 li {
  flex: 1 1 100%;
}
.list-col--2 li {
  flex: 1 1 50%;
}
.list-col--3 li {
  flex: 1 1 100%;
}
@media all and (min-width: 769px) {
  .list-col--3 li {
    flex: 1 1 50%;
  }
}
@media all and (min-width: 1024px) {
  .list-col--3 li {
    flex: 1 1 33%;
  }
}
.list--announcements {
  padding-left: 2em;
  padding-right: 1em;
}
.list--announcements ul {
  list-style: none;
}
.list--announcements li {
  font-family: "Asap", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.list--announcements .icon {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: -1.7em;
  position: absolute;
  top: 0.2em;
}
.list--announcements .trimmed-panel__heading {
  display: flex;
  font-size: 24px;
  font-size: 2.4rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list--announcements .trimmed-panel__heading .btn {
  font-size: 16px;
  font-size: 1.6rem;
}
.list--announcements span.text-small {
  color: #587589;
  font-weight: 700;
  display: block;
}
@media all and (min-width: 500px) {
  .list--announcements {
    padding-left: 4em;
  }
  .list--announcements .icon {
    margin-left: -2.5em;
  }
}
.list-column-layout {
  column-count: auto;
  column-width: 26rem;
}
.list-column-layout li {
  margin-bottom: 14px;
}
.nav {
  background: #0e3149;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: 0.45s ease-out;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .nav {
    overflow: visible;
  }
}
.active-alerts .nav {
  position: relative;
}
.nav.nav--sticky {
  position: fixed;
  top: 0;
}
.microsite .nav {
  background-color: #ffffff;
  color: var(--primary-text-colour, var(--primary-colour));
  overflow: visible;
  padding-top: 0;
}
@media all and (min-width: 1025px) {
  .microsite .nav {
    height: var(--microsite-nav_h, 160px);
  }
}
@media all and (min-width: 1025px) {
  .mainsite .nav:before {
    background-image: url("/css/assets/decorations/npdc-banner-decoration-large-light.svg");
    background-position: center;
    background-position-y: 302px;
    background-size: 2880px;
    content: "";
    display: block;
    height: 143px;
    left: 0;
    position: absolute;
    top: 0;
    width: 139%;
  }
}
@media print {
  .nav {
    display: none;
  }
}
.nav--scrolled {
  transform: translateY(-100%);
}
@media all and (min-width: 1025px) {
  .microsite li.nav_top-list-item {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-right: 32px;
  }
}
@media all and (min-width: 1460px) {
  .microsite li.nav_top-list-item {
    margin-right: 32px;
  }
}
.microsite .nav--mobile-active li.nav_top-list-item {
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav--mobile-active {
  overflow: visible;
}
.nav--mobile-active:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary-colour);
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.microsite .nav--mobile-active:after {
  top: 40px;
  height: calc(100vh - 40px);
}
.nav-buffer {
  height: 70px;
}
@media all and (max-width: 1025px) {
  .nav-buffer.nav-culture-buffer {
    height: 70px + 40px;
  }
}
@media all and (min-width: 1025px) {
  .nav-buffer {
    height: 199px;
  }
}
.microsite .nav-buffer {
  height: 101px;
}
@media all and (min-width: 1025px) {
  .microsite .nav-buffer {
    height: var(--microsite-nav-buffer-lrg, 115px);
  }
}
.active-alerts .nav-buffer {
  display: none;
}
.nav--sticky + .nav-buffer {
  display: block;
}
.nav-culture--mobile {
  background-color: #fff;
}
.nav-culture--mobile .nav-culture-switch {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.nav-culture--mobile .nav-culture-switch li {
  margin: 0;
}
.nav-culture--mobile .nav-culture-switch a {
  color: var(--primary-colour);
}
.nav-culture--mobile .nav-culture-switch .active {
  color: var(--primary-colour);
}
.nav--mobile-active .nav-culture--mobile {
  visibility: hidden;
}
@media all and (min-width: 1025px) {
  .nav-culture--mobile {
    display: none;
  }
}
ul.nav-culture-switch {
  margin-right: auto;
}
.nav-culture-switch li:first-child a {
  border-left: none;
}
.nav-culture-switch a {
  text-decoration: none;
}
.nav-culture-switch .active {
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}
.footer .nav-culture-switch {
  line-height: 1;
  margin-bottom: 18px;
}
.footer .nav-culture-switch a {
  border: none;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  text-decoration: none;
}
.footer .nav-culture-switch .active {
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}
.footer .nav-culture-switch li:first-child {
  border-right: 1px solid #fff;
}
.footer .nav-culture-switch li:first-child a {
  margin-left: 0;
}
.nav_top {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.nav_top ul {
  display: none;
}
@media all and (min-width: 1025px) {
  .nav_top ul {
    display: flex;
  }
}
.microsite .nav_top {
  height: var(--microsite-nav-top_h-sml, 40px);
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .microsite .nav_top {
    height: var(--microsite-nav-top_h-lrg, 80px);
    background-color: var(--primary-colour);
    display: block;
  }
}
.nav_mobile-toggle {
  background-color: transparent;
  background-image: url("/css/assets/icons/menu-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #ffffff;
  content: "";
  float: right;
  height: 25px;
  margin: 7px 3px 0 auto;
  transform: scaleX(1.2);
  width: 30px;
}
.microsite .nav_mobile-toggle {
  margin: 13px 3px 0 auto;
}
.nav--mobile-active .nav_mobile-toggle {
  background-image: url("/css/assets/icons/close.svg");
}
@media all and (min-width: 1025px) {
  .nav_mobile-toggle {
    display: none;
  }
}
.nav_top-container {
  display: flex;
  align-items: center;
  height: var(--microsite-nav-top_h-sml, 40px);
  width: 100%;
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .nav_top-container {
    height: var(--microsite-nav-top_h-lrg, 80px);
  }
}
.nav_top-container:after {
  content: "";
  background-image: url("/css/assets/decorations/npdc-decoration-microsite-nav-bg.svg");
  position: absolute;
  height: var(--microsite-nav-top_h-lrg, 80px);
  width: 530px;
  top: 0;
  display: block;
  background-position-y: var(--microsite-nav_bg-yoffset, 230px);
  background-position-x: center;
  margin-left: -150px;
}
.nav_bottom {
  display: flex;
  margin-bottom: 17px;
  margin-top: 0px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .nav_bottom {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.microsite .nav_bottom {
  height: 72px;
  background-color: var(--primary-colour);
  margin: 0 -15px;
  padding: 11px;
}
@media all and (min-width: 1025px) {
  .microsite .nav_bottom {
    height: auto;
    padding: 0;
    background-color: #ffffff;
    margin: 20px 0;
  }
}
.nav_logo {
  height: 40px;
}
@media all and (min-width: 1025px) {
  .nav_logo {
    height: 48px;
  }
}
.microsite .nav_logo {
  height: 27px;
}
@media all and (min-width: 1025px) {
  .microsite .nav_logo {
    margin-left: 28px;
  }
}
.microsite .footer .nav_logo {
  height: 48px;
  margin-top: -13px;
}
.nav_sublist-item {
  display: inline-block;
}
.nav_sublink {
  border-left: 1px solid #e1e1e1;
  color: #ffffff;
  display: inline-block;
  font-size: 0.89em;
  font-weight: 300;
  line-height: 1.3;
  opacity: 0.97;
  padding: 0 15px;
  text-decoration: none;
}
.microsite .nav_logo-link {
  color: #ffffff;
  left: 13px;
  margin-right: auto;
  position: absolute;
  text-decoration: none;
  top: 52px;
  z-index: 1;
}
@media all and (min-width: 1025px) {
  .microsite .nav_logo-link {
    position: relative;
    left: 0;
    top: 0;
  }
}
.microsite .nav_logo-link img {
  margin-right: 30px;
  height: var(--microsite-logo_h-sml, 48px);
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .microsite .nav_logo-link img {
    height: var(--microsite-logo_h-lrg, 62px);
    margin-top: 18px;
  }
}
.nav_logo-link:hover {
  background: transparent !important;
}
@media all and (min-width: 1025px) {
  .nav_logo-link {
    min-width: 104px;
  }
}
@media all and (min-width: 1280px) {
  .nav_logo-link {
    min-width: 114px;
  }
}
.microsite .footer .nav_logo-link {
  left: 0;
  min-width: 0;
  position: relative;
  top: -20px;
  display: block;
}
@media all and (min-width: 1024px) {
  .microsite .footer .nav_logo-link {
    top: 0;
  }
}
.microsite .footer .nav_logo-link img {
  height: 62px;
  margin-right: 0px;
  display: block;
}
@media all and (min-width: 769px) {
  .microsite .footer .nav_logo-link img {
    display: inline-block;
    height: var(--microsite-logo_h-lrg, 62px);
  }
}
@media all and (min-width: 1280px) {
  .microsite .footer .nav_logo-link img {
    display: block;
    margin-top: 0;
  }
}
.microsite .footer .nav_logo-link h4 {
  font-size: 1.15em;
  margin-top: 14px;
}
@media all and (min-width: 769px) {
  .microsite .footer .nav_logo-link h4 {
    font-size: var(--microsite-nav-title_s-lrg, 1.12em);
    margin-bottom: -15px;
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .microsite .footer .nav_logo-link h4 {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.nav_footer-decoration {
  background-image: url("/css/assets/decorations/footer-decoration-long-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  padding-bottom: 10px;
}
.microsite .nav_footer-decoration {
  margin: 16px 0;
}
@media all and (min-width: 1025px) {
  .microsite .nav_footer-decoration {
    margin: 0;
  }
}
@media all and (min-width: 550px) {
  .nav_footer-decoration {
    height: 24px;
  }
}
.nav_footer-links {
  padding-top: 0 !important;
  padding-right: 0 !important;
  border-bottom: none !important;
}
@media all and (min-width: 1025px) {
  .nav_footer-links {
    display: none;
  }
}
.nav_footer-link {
  color: #ffffff;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.nav_footer-link:last-child {
  margin-top: 8px;
}
@media all and (max-width: 1025px) {
  .nav_footer-link:hover {
    background: #2f4e64;
    color: #ffffff;
  }
}
.nav_links {
  display: none;
  justify-content: space-between;
  transition: transform 0.25s ease-in-out;
  width: 100%;
  /* What is the purpose of this? what does it achieve? */
  /*&:before {
        background: @color-primary;
        content: "";
        display: block;
        height: 100%;
        left: -50vw;
        position: absolute;
        width: 200vw;
        z-index: -1;
    }*/
}
.nav--mobile-active .nav_links {
  align-items: stretch;
  background-color: var(--primary-colour);
  display: block;
  flex-direction: column;
  left: -15px;
  padding: 16px;
  position: absolute;
  top: 57px;
  width: 100vw;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  justify-content: flex-start;
}
.microsite .nav--mobile-active .nav_links {
  left: 0;
}
.nav--mobile-active .nav_links li {
  border-bottom: 1px solid #587589;
  margin-bottom: 0;
  padding: 17px 0;
}
@media all and (min-width: 1025px) {
  .nav--mobile-active .nav_links li {
    padding: 15px;
  }
}
.nav--mobile-active .nav_links .nav_mobile-nav li {
  padding: 10px 0;
}
@media all and (min-width: 1025px) {
  .nav_links {
    font-size: 16px;
    display: flex;
  }
  .nav_links:before {
    display: none;
  }
  .nav_links.clean-list {
    margin-left: 40px;
  }
}
@media all and (min-width: 1280px) {
  .nav_links {
    font-size: 18px;
  }
  .nav_links.clean-list {
    margin-left: 51px;
  }
}
.microsite .nav_links {
  justify-content: left;
}
@media all and (min-width: 1025px) {
  .microsite .nav_links.clean-list {
    margin-left: 0;
  }
}
.nav_link {
  color: #ffffff;
  float: right;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.nav--mobile-active .nav_link {
  float: none;
  display: block;
}
.nav_mobile-nav .nav_link {
  font-weight: 100;
  margin-bottom: 0;
}
@media all and (max-width: 1025px) {
  .nav_link:hover {
    background: #2f4e64;
    color: #ffffff;
  }
}
.nav_link:after {
  background-color: #ffffff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
}
.nav_link.nav_link--parent:after {
  background-image: url("/css/assets/icons/arrow-menu-white.svg");
  background-size: cover;
  background-color: transparent;
  height: 16px;
  width: 16px;
  right: 4px;
}
@media all and (min-width: 1025px) {
  .nav_link.nav_link--parent:after {
    display: none;
  }
}
.nav_top-list-item:hover .nav_link.nav_link--parent {
  background: var(--primary-colour);
  color: var(--secondary-colour);
  text-decoration: none;
}
.microsite .nav_link.nav_link--parent:hover {
  background: var(--primary-colour);
  color: var(--secondary-colour);
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1025px) {
  .nav_link {
    width: auto;
    margin: -15px -30px -45px -30px;
    padding: 15px 30px 40px 30px;
  }
  .microsite .nav_link {
    color: var(--primary-text-colour, var(--primary-colour));
    margin: -24px -20px;
    padding: 24px 20px;
  }
  .microsite .nav_link:after {
    display: none;
  }
  .nav_link.nav_link--parent:after {
    background-color: transparent;
    background-image: url("/css/assets/icons/nav-tidbit.svg");
    background-size: cover;
    border-radius: 0;
    bottom: 3px;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 54px;
  }
  .nav_link:focus,
  .nav_link:hover,
  .nav_link.nav_link--active,
  .nav_links-list-item:hover .nav_link {
    background: transparent;
    color: #ffffff;
    margin: -15px -50px -45px -50px;
    padding: 15px 50px 40px 50px;
    position: relative;
    z-index: 1;
  }
  .microsite .nav_link:focus,
  .microsite .nav_link:hover,
  .microsite .nav_link.nav_link--active,
  .microsite .nav_links-list-item:hover .nav_link {
    color: var(--primary-colour);
    margin: -24px -20px;
    padding: 24px 20px;
  }
  .nav_link:focus:after,
  .nav_link:hover:after,
  .nav_link.nav_link--active:after,
  .nav_links-list-item:hover .nav_link:after {
    opacity: 1;
  }
}
.microsite .nav_link:hover {
  background: var(--primary-colour);
  color: var(--secondary-colour);
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav_link:focus {
  outline-offset: 5px;
}
@media all and (min-width: 1025px) {
  .nav_link:focus {
    outline-offset: -10px;
  }
}
.nav_tidbit {
  display: none;
}
@media all and (min-width: 1025px) {
  .nav_tidbit {
    background-image: url("/css/assets/icons/nav-tidbit.svg");
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 110vw;
    transition: 0.25s ease-in-out;
    width: 54px;
    bottom: -37px;
    opacity: 0;
    transform: scale(0.8);
  }
  .microsite .nav_tidbit {
    display: none;
  }
  .nav_links-list-item:hover + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_tidbit {
    left: 14%;
    opacity: 1;
    transform: scale(1);
  }
  .nav_links-list-item:hover + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_tidbit {
    left: 27%;
    opacity: 1;
    transform: scale(1);
  }
  .nav_links-list-item:hover + .nav_links-list-item + .nav_links-list-item + .nav_links-list-item + .nav_tidbit {
    left: 44%;
    opacity: 1;
    transform: scale(1);
  }
  .nav_links-list-item:hover + .nav_links-list-item + .nav_links-list-item + .nav_tidbit {
    left: 58%;
    opacity: 1;
    transform: scale(1);
  }
  .nav_links-list-item:hover + .nav_links-list-item + .nav_tidbit {
    left: 77%;
    opacity: 1;
    transform: scale(1);
  }
  .nav_links-list-item:hover + .nav_tidbit {
    left: 95%;
    opacity: 1;
    transform: scale(1);
  }
}
.nav_te-reo {
  display: block;
  font-weight: 100;
  margin-bottom: 2px;
  min-height: 1.5ch;
}
@media all and (min-width: 1025px) {
  .nav_te-reo {
    font-size: 0.89em;
    margin-bottom: 0;
  }
}
.nav_mobile-nav .nav_te-reo {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .nav_mobile-nav .nav_te-reo {
    margin-bottom: -4px;
    margin-top: 22px;
  }
}
@media all and (min-width: 1025px) {
  .nav_dropdown {
    background: #ffffff;
    border-bottom: 1px solid #e1e7ec;
    box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.15);
    display: block;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    top: 143px;
    transition: all 0.35s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
  }
}
.nav--sticky .nav_dropdown {
  top: 143px !important;
}
@media all and (min-width: 1025px) {
  .nav_dropdown {
    position: fixed;
  }
  .microsite .nav_dropdown {
    top: 60px !important;
    width: auto;
    left: auto;
    transition: none;
  }
}
@media all and (min-width: 1025px) {
  .nav_link:focus + .nav_dropdown,
  li:hover .nav_dropdown,
  li:focus-within .nav_dropdown,
  .nav_dropdown:hover,
  .nav_dropdown:focus,
  .nav_dropdown:focus-within {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .microsite .nav_link:focus + .nav_dropdown,
  .microsite li:hover .nav_dropdown,
  .microsite li:focus-within .nav_dropdown,
  .microsite .nav_dropdown:hover,
  .microsite .nav_dropdown:focus,
  .microsite .nav_dropdown:focus-within {
    background: var(--primary-colour);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: none;
    color: #ffffff;
    left: auto;
    margin-left: -20px;
    position: absolute;
    width: 346px;
  }
  .nav_link:focus + .nav_dropdown.nav_dropdown--right,
  li:hover .nav_dropdown.nav_dropdown--right,
  li:focus-within .nav_dropdown.nav_dropdown--right,
  .nav_dropdown:hover.nav_dropdown--right,
  .nav_dropdown:focus.nav_dropdown--right,
  .nav_dropdown:focus-within.nav_dropdown--right {
    right: 0;
    margin-right: -20px;
  }
}
@media all and (min-width: 1025px) {
  .nav_dropdown--active {
    display: block;
  }
}
.nav_dropdown-details {
  color: var(--primary-colour);
}
.microsite .nav_dropdown-details {
  display: none;
}
.nav_dropdown-list {
  margin-left: auto;
  max-width: 884px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
@media all and (min-width: 1280px) {
  .nav_dropdown-list {
    grid-column-gap: 30px;
  }
}
.nav_dropdown-list li {
  margin-bottom: 20px;
  white-space: nowrap;
}
@media all and (min-width: 1025px) {
  .nav_dropdown-list li {
    white-space: normal;
  }
}
.microsite .nav_dropdown-list li {
  margin-bottom: 12px;
}
.nav_dropdown-list a {
  color: var(--primary-colour);
  text-decoration: none;
}
.microsite .nav_dropdown-list a {
  color: #ffffff;
  display: block;
  margin: -8px -16px;
  padding: 8px 16px;
  transition: all 0.1s ease-in-out;
  white-space: normal;
}
.nav_dropdown-list a:hover {
  background: none;
  text-decoration: underline;
}
.microsite .nav_dropdown-list a:hover {
  background-color: var(--tertiary-colour-hover);
  color: var(--secondary-colour);
  font-weight: 700;
  text-decoration: none;
}
.nav_dropdown-list.clean-list {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1025px) {
  .nav_dropdown-list.clean-list {
    margin-left: 20px;
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .nav_dropdown-list.clean-list li {
    padding-right: 20px;
  }
}
.microsite .nav_dropdown-list {
  grid-template-columns: 1fr;
  flex: 1;
  margin-left: 0;
}
.nav_dropdown-inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-bottom: 26px;
  padding-top: 52px;
  transition: 0.35s ease-in-out;
  display: none;
}
.microsite .nav_dropdown-inner {
  padding-bottom: 10px;
  padding-top: 22px;
  transform: none !important;
}
@media all and (min-width: 1025px) {
  .nav_dropdown-inner {
    transform: translateY(-20px);
    display: flex;
  }
}
.nav_link:focus + .nav_dropdown .nav_dropdown-inner,
li:hover .nav_dropdown-inner,
li:focus-within .nav_dropdown-inner,
.nav_dropdown-inner .nav_dropdown:hover,
.nav_dropdown-inner .nav_dropdown:focus,
.nav_dropdown-inner:focus-within {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media all and (min-width: 1025px) {
  .nav_link:focus + .nav_dropdown .nav_dropdown-inner,
  li:hover .nav_dropdown-inner,
  li:focus-within .nav_dropdown-inner,
  .nav_dropdown-inner .nav_dropdown:hover,
  .nav_dropdown-inner .nav_dropdown:focus,
  .nav_dropdown-inner:focus-within {
    transform: translateY(0);
  }
}
.nav_dropdown-inner--active {
  display: flex;
}
.nav_dropdown-details a {
  display: block;
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.78em;
  margin-top: 24px;
  text-decoration: none;
}
.nav_dropdown-details h3 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .nav_dropdown-details h3 {
    font-size: 1.35em;
  }
}
.nav_dropdown-details .link-internal:hover {
  background: var(--tertiary-colour);
  color: #0072c0;
  text-decoration: underline;
}
.nav_dropdown-details .link-internal:focus {
  outline-color: var(--primary-colour);
  outline-style: solid;
  outline-width: thin;
}
@media all and (min-width: 1025px) {
  .nav_dropdown-details {
    min-width: 220px;
  }
}
.nav_mobile-nav {
  background: var(--primary-colour);
  display: none;
  left: 0;
  padding: 16px;
  position: absolute;
  top: 0;
  transform: translate(100%);
  width: 100vw;
}
.nav_links .nav_mobile-nav li {
  border-bottom: none;
}
.nav_mobile-nav a {
  color: #ffffff;
  font-family: "Asap", Arial, sans-serif;
  text-decoration: none;
}
.nav_link--active + .nav_mobile-nav,
.nav_link--active + .nav_dropdown + .nav_mobile-nav {
  display: block;
}
@media all and (min-width: 1025px) {
  .nav_mobile-nav {
    display: none;
    pointer-events: none;
  }
}
.nav_mobile-nav ul {
  height: calc(100vh - 390px);
  overflow-y: scroll;
}
.nav_faux-link {
  color: #a5dfff;
  font-size: 0.78em;
  font-weight: 100;
  display: block;
  margin-bottom: 20px;
}
@media all and (min-width: 769px) {
  .nav_faux-link {
    margin-left: 50px;
  }
}
@media all and (max-width: 1025px) {
  .nav_faux-link:hover {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 8px;
    margin: 0 -8px 20px -8px;
  }
}
.nav_faux-link:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #ffffff;
}
.microsite .nav_faux-link {
  color: var(--secondary-colour);
  padding-bottom: 8px;
}
@media all and (min-width: 1025px) {
  .microsite .nav_faux-link {
    padding-bottom: 0;
  }
}
.nav_faux-link:after {
  -webkit-mask-image: url("/css/assets/icons/arrow-right-baby-blue.svg");
  -webkit-mask-size: contain;
  background-color: currentColor;
  color: var(--tertiary-colour);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  mask-image: url("/css/assets/icons/arrow-right-baby-blue.svg");
  mask-size: contain;
  vertical-align: -5px;
  width: 20px;
}
.nav_link--no-te-reo {
  padding: 4px 0;
}
@media all and (min-width: 1025px) {
  .nav_link--no-te-reo {
    padding: 33px 24px !important;
    margin: -25px -20px !important;
  }
}
a.nav_title-link {
  font-size: 1.33em;
  font-weight: 700;
}
@media all and (max-width: 1025px) {
  a.nav_title-link {
    background-color: transparent;
  }
}
.nav_back-link {
  color: #0e3149;
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav_back-link:hover {
  text-decoration: underline;
}
.nav_back-link:hover:before {
  margin-right: 15px;
}
.microsite .nav_top .nav_back-link {
  padding-right: 70px;
  margin-right: -70px;
}
.microsite .nav_top .nav_back-link:hover {
  background-color: var(--tertiary-colour-hover);
  color: var(--secondary-colour);
}
@media all and (min-width: 769px) {
  .microsite .nav_top .nav_back-link {
    padding-right: 0;
    margin-right: 0;
  }
}
.microsite .nav_back-link {
  font-size: 0.78em;
  flex: 1;
  z-index: 1;
}
.microsite .nav_back-link:before {
  vertical-align: -2px;
}
@media all and (min-width: 1025px) {
  .microsite .nav_back-link {
    flex: none;
    color: #ffffff;
    font-size: 0.88em;
  }
  .microsite .nav_back-link:before {
    vertical-align: 0;
  }
}
.microsite .footer .nav_back-link {
  color: #0e3149;
  font-size: 1em;
  font-weight: 400;
  margin-right: 42px;
}
@media all and (max-width: 769px) {
  .microsite .footer .nav_back-link {
    padding-left: 30px;
  }
  .microsite .footer .nav_back-link::before {
    left: 10px;
    position: absolute;
  }
}
.microsite .footer .nav_back-link:before {
  vertical-align: -1px;
}
a.nav_social-link {
  color: var(--secondary-colour);
  margin-right: 38px;
}
a.nav_social-link:after {
  margin-left: 0;
}
@media all and (min-width: 769px) {
}
@media all and (min-width: 1024px) {
  .nav_logo-link + a.nav_social-link {
    margin-left: 0;
  }
}
a.nav_social-link:hover {
  color: var(--tertiary-colour);
}
.nav_logo-microsite {
  color: #ffffff;
  vertical-align: middle;
}
.footer .nav_logo-microsite {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .footer .nav_logo-microsite {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1280px) {
  .footer .nav_logo-microsite {
    margin-bottom: 20px;
    display: block;
  }
}
img + .nav_logo-microsite {
  display: none;
}
@media all and (min-width: 1025px) {
  img + .nav_logo-microsite {
    display: inline-block;
  }
  .footer img + .nav_logo-microsite {
    display: block;
  }
}
.nav_logo-microsite h4 {
  font-size: var(--microsite-nav-title_s-sml, 0.88em);
}
@media all and (min-width: 1025px) {
  .nav_logo-microsite h4 {
    font-size: var(--microsite-nav-title_s-lrg, 1.12em);
  }
}
.nav_logo-microsite span:after {
  background-color: var(--secondary-colour);
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  margin: 3px auto 3px 0;
  width: var(--microsite-nav-logo_line, 24px);
}
.footer .nav_logo-microsite span:after {
  margin: 8px auto 8px 0;
}
@media all and (min-width: 1025px) {
  .nav_logo-microsite span:after {
    display: block;
  }
}
.nav_search input {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.89em;
  font-weight: 100;
  padding: 4px 5px 4px 10px;
  position: absolute;
  right: 55px;
  width: calc(100% - 163px);
  top: 6px;
  z-index: 1;
  transition: 0.15s ease-out;
}
.nav_search input::placeholder {
  opacity: 0;
}
@media all and (min-width: 1025px) {
  .nav_search input::placeholder {
    opacity: 1;
  }
}
.nav_search input:focus,
.nav_search input:focus-within {
  color: #0e3149;
  background: #fff;
  width: 200px;
  transition: 0.3s ease-out;
}
.nav_search input:focus-visible {
  outline: none;
}
.nav_search ul {
  color: #0e3149;
  display: block;
}
@media all and (min-width: 1025px) {
  .nav_search input {
    background: rgba(255, 255, 255, 0.14);
    position: relative;
    right: auto;
    top: auto;
    width: 150px;
  }
}
.nav_search-icon {
  position: absolute;
  right: 60px;
  top: 9px;
}
@media all and (min-width: 1025px) {
  .nav_search-icon {
    right: auto;
    display: none;
  }
}
.news {
  border-bottom: 2px solid #e1e7ec;
  border-left: 2px transparent;
  border-right: 2px transparent;
  border-top: 2px solid #e1e7ec;
  color: var(--primary-colour);
  display: flex;
  flex-direction: row;
  grid-column: span 3;
  position: relative;
  text-decoration: none;
  transition: all 0.35s ease-in-out, outline 0s linear;
}
.news:hover {
  background: var(--tertiary-colour);
  text-decoration: none;
}
.news:focus {
  outline: 2px dashed #ff9f67;
  outline-offset: 0;
}
@media all and (min-width: 769px) {
  .news {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    flex-direction: column;
    grid-column: span 1;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .news:nth-child(4n + 3),
  .news:nth-child(4n + 4) {
    flex-direction: row-reverse;
    grid-column: span 2;
  }
  .news:nth-child(4n + 3) .news_image,
  .news:nth-child(4n + 4) .news_image {
    flex: 1;
    height: 100%;
    max-width: 284px;
    position: initial;
  }
  .news:nth-child(4n + 3) .news_content,
  .news:nth-child(4n + 4) .news_content {
    border-top: 2px solid #e1e7ec;
    margin-right: 16px;
    padding-top: 80px;
  }
  .news:nth-child(4n + 3) .news_tags,
  .news:nth-child(4n + 4) .news_tags {
    bottom: auto;
    left: 14px;
    top: 18px;
  }
  .microsite .news:nth-child(4n + 3),
  .microsite .news:nth-child(4n + 4) {
    flex: 1;
    flex-direction: column;
    grid-column: span 1;
  }
}
.news_grid--promoted .news {
  display: grid;
  grid-template-columns: 1fr;
}
.news_grid--promoted .news .news_content {
  margin-right: 0;
}
@media all and (min-width: 769px) {
  .news_grid--promoted .news {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1024px) {
  .news_grid--promoted .news {
    grid-column: span 1;
  }
}
.news_promoted-sub-articles .news:last-child {
  margin-bottom: 0;
}
.news_promoted-sub-articles .news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
@media all and (min-width: 1024px) {
  .news_promoted-sub-articles .news {
    min-height: 210px;
  }
}
@media all and (max-width: 769px) {
  .news_promoted-sub-articles .news {
    border: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 20px;
    max-width: calc(90% - 15px);
    min-width: 238px;
  }
}
@media all and (max-width: 769px) {
  .news_grid--scroll .news {
    flex-direction: column;
    min-width: 239px;
  }
}
.microsite .news:hover {
  background: transparent;
}
.news.news--simple {
  border-top: 2px solid #e1e7ec;
  border-bottom: 2px solid #e1e7ec;
  max-height: 158px;
}
@media all and (max-width: 1024px) {
  .news.news--simple {
    grid-column: span 1;
  }
}
@media all and (max-width: 769px) {
  .news.news--simple {
    grid-column: span 2;
  }
}
@media all and (min-width: 1024px) {
  .news.news--simple {
    border-bottom: 2px solid #ffffff;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .news.news--simple:nth-child(odd) {
    grid-column: 1/-2;
  }
  .news.news--simple:nth-child(4n + 3) .news_content,
  .news.news--simple:nth-child(4n + 4) .news_content {
    padding-top: 12px;
    margin-right: 0;
    border-top: none;
  }
}
.news--large {
  border-top: none;
}
@media all and (min-width: 769px) {
  .news--large {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .news--large {
    display: flex !important;
  }
  .news--large .news_description {
    flex: 1;
  }
}
.news--no-image {
  background-color: #f0f8fc;
  border-color: #f0f8fc;
  overflow: hidden;
}
.news--no-image:after {
  background-image: url("/css/assets/decorations/npdc-decoration-page-title-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.02;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@-moz-document url-prefix() {
  .news--no-image:after {
    opacity: 0.1;
    mix-blend-mode: overlay;
  }
}
.microsite .news--no-image:after {
  background-image: url("/css/assets/decorations/npdc-banner-decoration-large-white.svg");
  opacity: 0.1;
}
.news--no-image:hover {
  background-color: #f0f8fc;
}
.microsite .news--no-image {
  background: none;
}
.microsite .news--no-image:after {
  display: none;
}
.news_image {
  background-position: center;
  background-size: cover;
  margin: 10px 0;
  position: relative;
  width: 85px;
}
@media all and (min-width: 769px) {
  .news_image {
    height: 284px;
    margin: 0;
    width: auto;
  }
}
.news_grid--promoted .news_image {
  height: 179px;
  width: auto;
}
@media all and (min-width: 769px) {
  .news_grid--promoted .news_image {
    height: auto;
  }
}
@media all and (min-width: 1024px) {
  .news--left-large .news_image,
  .news--right-large .news_image {
    flex: 1;
    height: 100%;
    max-width: 284px;
    position: initial;
  }
}
.news--large .news_image {
  height: 216px;
}
@media all and (min-width: 769px) {
  .news--large .news_image {
    height: 435px;
  }
}
.microsite .news--no-image .news_image {
  background-color: var(--primary-colour);
}
.microsite .news--no-image .news_image:after {
  background-image: url("/css/assets/decorations/npdc-banner-decoration-large-white.svg");
  background-position: center;
  background-position-x: 42%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media all and (max-width: 769px) {
  .news_grid--scroll .news_image {
    height: 179px;
    width: auto;
    display: block;
  }
}
.microsite .news_image {
  border-radius: 12px;
  min-height: 262px;
}
.news_image--card {
  background-position: center;
  height: 285px;
}
.news_grid--scroll .news_image--card {
  height: 285px;
}
.news_promoted-sub-articles {
  display: flex;
  overflow-x: scroll;
}
@media all and (min-width: 769px) {
  .news_promoted-sub-articles {
    display: block;
    overflow-x: visible;
  }
}
.news_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
}
@media all and (min-width: 769px) {
  .news_title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.news--large .news_title {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 14px;
}
@media all and (min-width: 769px) {
  .news--large .news_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.news_promoted-sub-articles .news_title {
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 769px) {
  .news_promoted-sub-articles .news_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.news_grid--scroll .news_title {
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 769px) {
  .news_grid--scroll .news_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.microsite .news_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  min-height: 106px;
}
@media all and (min-width: 769px) {
  .microsite .news_title {
    font-size: 24px;
    font-size: 2.4rem;
    min-height: 94px;
  }
}
.news_caption {
  margin-top: 0;
  margin-bottom: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (min-width: 769px) {
  .news_caption {
    margin-bottom: 18px;
  }
}
.news_content {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px 15px;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .news_content {
    border-bottom: 2px solid #e1e7ec;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .news--left-large .news_content,
  .news--right-large .news_content {
    border-top: 2px solid #e1e7ec;
    margin-right: 30px;
    padding-top: 80px;
  }
}
.news_grid--promoted .news_content {
  padding: 14px 0 16px 10px;
}
@media all and (min-width: 769px) {
  .news_grid--promoted .news_content {
    border-top: 2px solid #e1e7ec;
    margin-left: 15px;
    padding: 20px 0 17px 0;
  }
}
.news--large .news_content {
  border-top: 2px solid #e1e7ec;
  padding-right: 10px;
}
@media all and (min-width: 769px) {
  .news--large .news_content {
    padding-left: 0;
  }
}
@media all and (min-width: 769px) {
  .news_grid--promoted .news--large:first-child .news_content {
    border-top: 0;
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  .news--large:first-child .news_content {
    flex: 1;
    padding: 24px 15px;
  }
}
.news--no-image .news_content {
  border: none !important;
}
.news_grid--scroll .news_content {
  padding: 12px 10px;
}
.microsite .news_content {
  align-items: center;
  background: var(--secondary-colour);
  border-radius: 12px;
  margin: 0 16px;
  padding: 12px 10px !important;
  text-align: center;
  transform: translateY(-50%);
  flex: 0;
  margin-bottom: -60px;
}
@media all and (min-width: 769px) {
  .microsite .news_content {
    margin: 0 30px -60px 30px;
    padding: 24px 10px !important;
  }
}
.news--simple .news_content {
  padding: 12px 10px;
}
.news_tags {
  display: none;
}
@media all and (min-width: 769px) {
  .news_tags {
    bottom: 18px;
    display: block;
    left: 18px;
    position: absolute;
  }
  .news--left-large .news_tags,
  .news--right-large .news_tags {
    bottom: auto;
    left: 14px;
    bottom: 18px;
  }
}
@media all and (min-width: 1024px) {
  .news--left-large .news_tags,
  .news--right-large .news_tags {
    bottom: auto;
    left: 14px;
    top: 18px;
  }
}
.news_grid--scroll .news_tags {
  display: block;
  left: 8px;
  bottom: 8px;
  top: auto;
  position: absolute;
}
@media all and (min-width: 769px) {
  .news_grid--scroll .news_tags {
    bottom: 18px;
    left: 14px;
  }
}
.microsite .news_tags {
  bottom: auto;
  top: 5px;
}
@media all and (min-width: 1024px) {
  .news--left-large {
    grid-column: span 2;
  }
}
@media all and (min-width: 1024px) {
  .news--right-large {
    grid-column: span 2;
  }
}
.news--left-large,
.news--right-large {
  display: flex;
  flex-direction: row;
}
@media all and (min-width: 769px) {
  .news--left-large,
  .news--right-large {
    flex-direction: column;
  }
}
@media all and (min-width: 1024px) {
  .news--left-large,
  .news--right-large {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1024px) {
  .news--tall {
    grid-row-end: span 2;
  }
}
.news_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}
@media all and (min-width: 769px) {
  .news_grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1024px) {
  .news_grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.microsite .news_grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 769px) {
  .news_grid.news_grid--simple {
    grid-column-gap: 0px;
  }
}
@media all and (max-width: 1024px) {
  .news_grid.news_grid--simple {
    grid-template-columns: 1fr 50%;
  }
}
@media all and (max-width: 769px) {
  .news_grid--scroll {
    grid-template-columns: 1fr 1fr 1fr;
    overflow-x: scroll;
  }
}
.news_grid--promoted {
  display: block;
  margin-bottom: 24px;
}
@media all and (min-width: 769px) {
  .news_grid--promoted {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    display: grid;
  }
}
.news_related-item {
  border-bottom: 2px solid #e1e7ec;
  border-top: 2px solid #e1e7ec;
  display: flex;
  margin-bottom: 10px;
  padding: 8px 0;
  text-decoration: none;
}
.news_related-item:hover {
  background: transparent;
}
.news_related-item h5 {
  color: var(--primary-colour);
}
.news_related-item-image {
  background-position: center;
  background-size: cover;
  display: inline-block;
  height: 64px;
  margin-right: 16px;
  min-width: 78px;
  width: 78px;
}
.news_share-links {
  margin-top: 20px;
}
.news_share-links h5 {
  display: inline-block;
  margin-right: 18px;
}
@media all and (min-width: 769px) {
  .news_share-links h5 {
    margin-right: 0;
  }
}
@media all and (min-width: 769px) {
  .news_share-links {
    margin-top: 0;
    text-align: right;
  }
  .news_share-links span {
    margin-left: 24px;
    float: right;
  }
}
@media all and (max-width: 769px) {
  .news_share-links {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.news_block-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
@media all and (min-width: 769px) {
  .news_block-header {
    align-items: center;
    flex-direction: row;
  }
}
.news_block-header .link-arrow {
  color: var(--primary-colour);
  font-family: "Asap", Arial, sans-serif;
  font-size: 18px;
  right: 0;
  font-weight: bold;
  text-decoration: underline;
  top: 4px;
  vertical-align: middle;
}
@media all and (min-width: 1024px) {
  .news_block-header .link-arrow {
    position: absolute;
  }
}
.news_block-header .link-arrow:hover {
  background-color: #a5dfff;
  padding: 0 5px;
  margin: 0 -5px;
}
@media all and (min-width: 769px) {
  .news_block-header .link-arrow {
    font-size: 20px;
    position: relative;
    text-decoration: none;
  }
}
.news_show-more {
  column-span: all;
  grid-column: 1 / 4;
}
.event_block-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #f0f8fc;
  height: 0;
  padding-bottom: 66.66%;
  /* 3:2 */
  position: relative;
}
.news_grid--event-block,
.news_block-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.news_grid--event-block .news_content,
.news_block-grid .news_content {
  border: none;
  padding: 12px 10px;
}
.news_grid--event-block .btn--news,
.news_block-grid .btn--news {
  display: inline-block;
  margin-top: 24px;
}
.news_grid--event-block .news,
.news_block-grid .news {
  border-bottom: 2px solid #e1e7ec;
  border-top: 2px solid #ffffff;
  flex-direction: column;
  grid-column: span 1;
}
.news_grid--event-block .news:nth-child(4n + 3),
.news_block-grid .news:nth-child(4n + 3) {
  grid-column: span 1;
  flex-direction: column;
}
.news_grid--event-block .news:nth-child(4n + 3) .news_content,
.news_block-grid .news:nth-child(4n + 3) .news_content {
  border-top: none;
  padding-top: 12px;
}
.news_grid--event-block .news--no-image,
.news_block-grid .news--no-image {
  border-color: #f0f8fc;
}
.news_grid--event-block .news--no-image .news_block--image,
.news_block-grid .news--no-image .news_block--image {
  height: 0;
  padding-bottom: 75%;
  /* 4:3 */
}
@media all and (min-width: 480px) {
  .news_grid--event-block,
  .news_block-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 650px) {
  .news_grid--event-block,
  .news_block-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.opening-hours--homepage {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.18);
  color: var(--primary-colour);
  left: 0;
  margin: -185px auto 0 auto;
  max-width: 377px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.opening-hours--homepage h5 {
  margin-bottom: 0;
}
.opening-hours--homepage .opening-hours_title {
  margin-bottom: 24px;
}
@media all and (min-width: 1025px) {
  .opening-hours--homepage {
    left: auto;
    padding: 0 24px 30px 24px;
    right: 20px;
    width: 377px;
    top: -100px;
  }
}
.opening-hours_title {
  background: var(--secondary-colour);
  border-radius: 6px;
  color: var(--primary-colour);
  font-size: 1.34em;
  height: 44px;
  margin: -20px 0 0;
  padding: 9px 14px;
}
@media all and (min-width: 1025px) {
  .opening-hours_title {
    height: 64px;
    padding: 17px 21px;
  }
}
.opening-hours_row {
  column-gap: 12px;
  display: flex;
  justify-content: flex-start;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.opening-hours_row p {
  margin-bottom: 0;
}
.opening-hours_row--active {
  justify-content: space-between;
  font-size: 0.88em;
  font-weight: bold;
  line-height: 1.5;
}
.opening-hours_row--active .opening-hours_date {
  flex-basis: auto;
}
@media all and (min-width: 1025px) {
  .opening-hours_row--active {
    font-size: 18px;
  }
}
.opening-hours--data-row {
  border-top: 2px solid var(--secondary-colour);
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 2px;
}
.opening-hours--data-row h5 {
  font-size: 18px;
  font-weight: 700;
}
.opening-hours--data-row.opening-hours_row {
  justify-content: space-between;
}
.opening-hours--border-bottom {
  border-bottom: 2px solid var(--secondary-colour);
}
.opening-hours_details {
  font-size: 0.88em;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .opening-hours_details {
    font-size: 1em;
  }
}
.opening-hours_toggle {
  background: transparent;
  border: none;
  color: var(--primary-colour);
  display: flow-root;
  margin: 0 auto;
}
.opening-hours_toggle:hover {
  cursor: pointer;
}
.opening-hours_toggle h5 {
  padding-bottom: 10px;
  display: inline-block;
}
.opening-hours_toggle span:first-child {
  display: none;
}
.opening-hours_toggle:after {
  -webkit-mask-image: url(/css/assets/icons/arrow-menu.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  background-color: var(--primary-colour);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 19px;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/arrow-menu.svg);
  mask-size: 90%;
  transform: rotate(270deg);
  transition: all 0.25s ease-in;
  vertical-align: -3px;
  width: 20px;
}
@media all and (min-width: 1025px) {
  .opening-hours_toggle {
    display: none;
  }
}
.opening-hours_toggle--open span:first-child {
  display: inline;
}
.opening-hours_toggle--open span:last-child {
  display: none;
}
.opening-hours_toggle--open:after {
  transform: rotate(90deg);
}
.opening-hours_exception {
  font-size: 0.889em;
}
.opening-hours_date {
  flex-basis: 12ch;
}
.recycling-table {
  width: 100%;
}
.recycling-table a {
  color: #0072c0;
}
.microsite .recycling-table a {
  color: var(--primary-text-colour, var(--primary-colour));
}
.recycling-table_row {
  border-top: 2px solid #e1e7ec;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .recycling-table_row {
    display: table-row;
  }
}
.recycling-table_title {
  font-size: 1em;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .recycling-table_title {
    display: inline-block;
    font-size: 1.22em;
    margin-left: 6px;
    max-width: 84%;
    vertical-align: -13px;
  }
}
.recycling-table_link-column {
  margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
  .recycling-table_link-column {
    margin-bottom: 0;
    min-width: 300px;
  }
}
.recycling-table_legend {
  align-content: space-around;
  color: #587589;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 16px;
}
.recycling-table_legend .icon {
  vertical-align: -10px;
}
@media all and (min-width: 1024px) {
  .recycling-table_legend .icon {
    vertical-align: -16px;
  }
}
@media all and (min-width: 769px) {
  .recycling-table_legend {
    justify-content: center;
  }
}
.recycling-table_legend.clean-list {
  margin: 25px 0;
}
@media all and (min-width: 1024px) {
  .recycling-table_legend.clean-list {
    margin: 55px 0;
  }
}
@media all and (min-width: 1024px) {
  .recycling-table_legend li {
    margin: 10px 25px;
  }
}
.recycling-table_type {
  color: var(--primary-colour);
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.88em;
  margin-bottom: 10px;
  min-width: 200px;
  padding-right: 16px;
  text-align: left;
}
@media all and (min-width: 769px) {
  .recycling-table_type {
    display: table-cell;
    margin-bottom: 0;
    text-align: right;
  }
}
.schedule {
  padding: 0 7px;
  display: none;
}
@media all and (min-width: 1024px) {
  .schedule {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 30px;
  }
}
@media all and (min-width: 769px) {
  .schedule_title {
    min-height: 44px;
  }
}
@media all and (max-width: 769px) {
  .schedule--visible {
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    border: 1px solid #e1e7ec;
    display: block;
    margin: 7px 7px 0 7px;
    padding: 8px;
    width: calc(100% - 15px);
  }
  .schedule--visible h5 {
    display: none;
  }
}
.schedule_dropdown {
  appearance: none;
  background-color: #ffffff;
  border-left: none;
  border-right: none;
  border: 1px solid #e1e7ec;
  box-sizing: border-box;
  color: var(--primary-colour);
  display: block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 7px;
  min-height: 62px;
  padding: 8px;
  width: calc(100% - 15px);
  background-image: url(/css/assets/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 10px center;
}
.schedule_dropdown-label {
  display: block;
  font-size: 0.88em;
  padding: 6px 7px 2px;
  text-align: left;
}
.schedule_grid {
  display: grid;
}
@media all and (min-width: 1024px) {
  .schedule_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.schedule_venue {
  height: 54px;
}
.sidebar a {
  color: var(--primary-colour);
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.microsite .sidebar a:hover {
  background-color: var(--tertiary-colour);
  color: var(--primary-text-colour, var(--primary-colour));
}
.sidebar_sublist.clean-list {
  margin: 15px 20px 15px;
}
.sidebar_list-link + .sidebar_sublist {
  margin-left: 0;
}
.sidebar_sublist-item {
  position: relative;
}
.sidebar_list-link {
  display: block;
  font-family: "Asap", Arial, sans-serif;
  font-size: 1.325em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 42px;
  text-decoration: none;
}
.sidebar_list-link span {
  display: block;
  font-weight: 400;
}
.sidebar_sublist-link {
  display: block;
  padding-left: 20px;
}
.sidebar_sublist-link:before {
  background-color: var(--primary-colour);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 0;
  margin-right: 12px;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  width: 6px;
}
.sidebar_sublist-link.sidebar_sublist-link--active:before {
  opacity: 1;
}
.sidebar_sublist .sidebar_sublist .sidebar_sublist .sidebar_sublist .sidebar_sublist-link {
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar_sublist-link.sidebar_sublist-link--children:before {
  background-color: transparent;
  background-image: url("/css/assets/icons/arrow-menu.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  left: -2px;
  margin-right: 8px;
  opacity: 0.2;
  top: 6px;
  width: 12px;
}
.sidebar_sublist-link--active {
  font-weight: 700;
}
.sidebar_sublist-link--active.sidebar_sublist-link--children:before {
  opacity: 1;
  top: 6px;
  transform: rotate(90deg);
}
.sidebar_sublist-link--active.sidebar_sublist-link--children:after {
  background: #e1e7ec;
  border-radius: 40px;
  content: "";
  display: block;
  height: 100%;
  height: calc(100% - 30px);
  left: 1px;
  position: absolute;
  top: 35px;
  width: 4px;
}
.sublinks {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  column-gap: 24px;
}
@media all and (min-width: 769px) {
  .sublinks {
    grid-template-columns: 1fr 1fr;
  }
}
.sublinks-link {
  align-items: center;
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
  color: var(--primary-text-colour, var(--primary-colour));
  display: flex;
  font-weight: bold;
  margin-bottom: 0.6rem;
  min-height: 5.8rem;
  padding-left: 16px;
  padding-right: 64px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
@media all and (min-width: 769px) {
  .sublinks-link {
    min-height: 9rem;
    margin-bottom: 1.6rem;
  }
}
.sublinks-link:focus,
.sublinks-link:hover {
  background-color: #f0f8fc;
  border-color: #a5dfff;
  padding-left: 32px;
  text-decoration: underline;
}
.microsite .sublinks-link:focus,
.microsite .sublinks-link:hover {
  background-color: var(--tertiary-colour);
  border-color: var(--secondary-colour);
}
.sublinks-link:after {
  -webkit-mask-image: url(/css/assets/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 32px;
  margin-bottom: auto;
  margin-top: auto;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/arrow-right.svg);
  mask-size: 100%;
  position: absolute;
  right: 16px;
  top: 0;
  width: 32px;
}
.sublinks-tile {
  border-bottom: 2px solid #e1e7ec;
  border-left: 2px transparent;
  border-right: 2px transparent;
  color: var(--primary-colour);
  position: relative;
  text-decoration: none;
  transition: all 0.35s ease-in-out, outline 0s linear;
}
.sublinks-tile:hover {
  background: var(--tertiary-colour);
  text-decoration: none;
}
.sublinks-tile:hover .btn {
  padding-left: 10px;
  text-decoration: underline;
}
.sublinks-tile:focus {
  outline: 2px dashed #ff9f67;
  outline-offset: 0;
}
.microsite .sublinks-tile:hover {
  background: transparent;
}
.sublinks-tile .btn {
  padding-left: 0;
}
.sublinks-tile .tile_title {
  margin-bottom: 8px;
}
@media all and (min-width: 769px) {
  .sublinks-tile {
    display: flex;
    flex-direction: column;
  }
}
.sublinks-tile_content {
  padding: 12px 10px;
}
@media all and (min-width: 769px) {
  .sublinks-tile_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px 15px;
  }
  .sublinks-tile_content .tile_description {
    flex-grow: 1;
  }
}
.smallcaps {
  font-variant: small-caps;
  text-transform: lowercase;
}
blockquote,
.quote-text {
  border: none;
  color: #292929;
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.34;
}
blockquote p,
.quote-text p {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
}
blockquote {
  margin-left: 32px !important;
  margin-right: 32px !important;
  padding: 16px 0;
}
blockquote:before,
blockquote:after {
  content: "";
  background-image: url(/css/assets/icons/quote.svg);
  display: block;
  margin-left: -32px;
  position: relative;
  height: 24px;
  width: 90px;
}
blockquote:before {
  top: -10px;
}
blockquote:after {
  transform: rotateX(180deg);
}
cite {
  color: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
pre {
  background: #f6f6f6;
  font-size: 0.8em;
  padding: 16px;
  white-space: pre-line;
}
.heading-underline {
  border-bottom: 2px solid #e1e7ec;
  padding-bottom: 4px;
}
.heading-underline:after {
  content: "";
  border-bottom: 2px solid #e1e7ec;
  display: block;
  padding-top: 8px;
}
.hearing-status {
  margin-top: 16px;
}
@media all and (min-width: 769px) {
  .hearing-status {
    margin-top: 0;
    text-align: right;
  }
}
.heading-info {
  padding-left: 38px;
  position: relative;
  padding-bottom: 24px;
}
@media all and (min-width: 769px) {
  .heading-info {
    padding-left: 78px;
  }
}
.heading-info::before {
  -webkit-mask-image: url("/css/assets/icons/icon-info.svg");
  -webkit-mask-size: cover;
  background-color: #0e3149;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  mask-image: url("/css/assets/icons/icon-info.svg");
  mask-size: cover;
  position: absolute;
  width: 24px;
  transform: translateY(2px);
}
@media all and (min-width: 769px) {
  .heading-info::before {
    height: 42px;
    transform: translateY(-6px);
    width: 42px;
  }
}
.tooltip {
  backface-visibility: hidden;
  background: #ffffff;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  padding: 14px;
  pointer-events: none;
  position: absolute;
  width: 340px;
  z-index: 500;
  bottom: 40px;
  left: 0;
}
.tooltip a {
  pointer-events: all;
}
@media all and (max-width: 375px) {
  .tooltip {
    left: 0px !important;
    width: calc(100vw - 30px);
  }
}
.tooltip_tidbit {
  background-color: transparent;
  background-image: url(/css/assets/icons/tooltip-tidbit.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -43px;
  display: block;
  height: 60px;
  position: absolute;
  width: 40px;
}
.tooltip_title {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.tooltip_title:after {
  -webkit-mask-image: url(/css/assets/icons/icon-question-mark.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #ff9f67;
  content: "";
  display: inline-block;
  height: 1em;
  mask-repeat: no-repeat;
  mask-image: url(/css/assets/icons/icon-question-mark.svg);
  mask-size: contain;
  position: absolute;
  right: -1.3em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.tooltip_content {
  font-size: 0.85em;
  line-height: 1.3;
}
.tooltip_close {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/css/assets/icons/close.svg);
  -webkit-mask-size: contain;
  background-color: #0e3149;
  float: right;
  height: 19px;
  mask-image: url(/css/assets/icons/close.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  pointer-events: all;
  right: 10px;
  top: 10px;
  transform: scaleY(0.8);
  width: 19px;
}
.tooltip_close:hover {
  cursor: pointer;
}
.trimmed-panel {
  padding: 38px 2em 26px;
  margin-bottom: 0.5em;
  position: relative;
}
.announcements-block .trimmed-panel {
  max-height: 100%;
  height: 100%;
}
.announcements-block .trimmed-panel:after {
  background-image: none;
  mask-image: none;
  box-shadow: inset 10px -135px 45px -55px #fffaf2;
  height: 200px;
  -webkit-mask-image: none;
  background: transparent;
}
.trimmed-panel__btn-bottom {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  bottom: 20px;
  text-align: center;
}
.trimmed-panel--container {
  padding-left: 0;
  padding-right: 0;
}
.trimmed-panel__heading {
  margin-bottom: 0.9em;
}
.trimmed-panel--light {
  background-color: #f0f8fc;
}
.microsite .trimmed-panel--light {
  background-color: var(--tertiary-colour);
}
.microsite .trimmed-panel--light a {
  color: var(--primary-text-colour, var(--primary-colour));
}
.microsite .trimmed-panel--light li::marker {
  color: var(--primary-text-colour, var(--primary-colour));
}
.trimmed-panel--small:before,
.trimmed-panel--small:after {
  -webkit-mask-image: url(/css/assets/decorations/bunting-small.svg);
  background-color: #a5dfff;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  mask-image: url(/css/assets/decorations/bunting-small.svg);
  position: absolute;
  right: 0;
  width: 100%;
}
.microsite .trimmed-panel--small:before,
.microsite .trimmed-panel--small:after {
  background-color: var(--secondary-colour);
}
.trimmed-panel--small:before {
  top: 0;
}
.trimmed-panel--small:after {
  bottom: 0;
}
.trimmed-panel--peach {
  background-color: #fffaf2;
}
.trimmed-panel--peach:before,
.trimmed-panel--peach:after {
  background-color: #ff9f67;
}
.trimmed-panel--borders {
  border-top: 2px solid #a5dfff;
  border-bottom: 2px solid #a5dfff;
}
.accordion-item {
  margin: 1em 0;
  border-top: 2px solid #e1e7ec;
  border-bottom: 2px solid #e1e7ec;
  position: relative;
}
.accordion-item.hover {
  border-color: var(--secondary-colour);
}
@media all and (min-width: 769px) {
  .accordion-item.accordion-mobile .accordion-trigger {
    pointer-events: none;
    font-size: inherit;
    padding-left: 0;
  }
  .accordion-item.accordion-mobile .accordion-trigger:before {
    content: unset;
  }
}
.accordion-body {
  padding-left: 10px;
  padding-top: 20px;
}
@media all and (min-width: 1024px) {
  .accordion-body {
    padding-left: 64px;
  }
}
.accordion-trigger {
  color: var(--primary-colour);
  display: block;
  font-size: 1.8rem;
  padding: 1em;
  padding-left: 32px;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.accordion-trigger:before {
  content: "";
  background-image: url(/css/assets/icons/arrow-down.svg);
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 16px;
  margin-left: -12px;
  transition: transform 0.35s ease-out;
}
.microsite .accordion-trigger {
  border-radius: 0;
  color: var(--primary-text-colour, var(--primary-colour));
}
.microsite .accordion-trigger:before {
  height: 24px;
  top: 0;
  width: 24px;
  background-color: transparent !important;
  border-radius: 6px;
  left: 16px;
  mix-blend-mode: normal;
}
.accordion-trigger[aria-expanded="true"]:before {
  transform: rotateZ(180deg);
}
.accordion-trigger:hover,
.accordion-trigger:focus {
  outline: none;
  background-color: var(--tertiary-colour);
}
@media all and (min-width: 769px) {
  .accordion-trigger {
    padding-left: 64px;
  }
  .accordion-trigger:before,
  .microsite .accordion-trigger:before {
    left: 32px;
  }
}
.accordion-container--small .accordion-trigger {
  font-size: 1.5rem;
  padding: 6px 16px;
}
.accordion-container--small .accordion-trigger:before {
  height: 18px;
  background-size: contain;
  width: 18px;
}
.accordion_content {
  opacity: 1;
  padding: 0.5em 0;
  transition: opacity 0.35s ease, padding 0.35s ease;
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .accordion_content {
    margin-top: 0;
  }
}
.accordion_content--hidden {
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}
.filter_accordion:last-child .accordion_content--hidden {
  margin: 0;
}
.accordion_content--no-filters {
  overflow: hidden;
  height: auto;
}
.accordion_content--no-filters.accordion_content--hidden {
  height: 0px;
}
.accordion-item--basic {
  border-color: transparent;
}
.accordion-item--basic:hover {
  border-color: transparent;
}
.accordion-item--basic .accordion-trigger {
  background-color: var(--primary-colour);
  color: #ffffff;
  padding: 7px 16px;
  text-align: center;
  width: auto;
}
.accordion-item--basic .accordion-trigger:before {
  content: unset;
}
.accordion-item--basic .accordion-trigger:hover {
  background-color: #050505;
}
.accordion-item--basic .accordion-trigger:focus {
  background-color: #061f30;
}
.accordion-item--basic .accordion-trigger:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.accordion-item--basic .accordion-content {
  border-top: 2px solid #e1e7ec;
  border-bottom: 2px solid #e1e7ec;
  margin: 1em 0;
  padding: 0.5em 0 1em;
}
.accordion-item--basic .accordion-body {
  max-height: 300px;
  margin-bottom: 1.5em;
  overflow-y: auto;
}
.accordion-item--classic {
  border-color: transparent;
  margin: 0;
}
.accordion-item--classic:hover {
  border-color: transparent;
}
.accordion-item--classic .accordion-trigger {
  background-color: transparent;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}
.accordion-item--classic .accordion-trigger:before {
  left: auto;
  right: 2px;
}
.accordion-item--classic .accordion-trigger:hover,
.accordion-item--classic .accordion-trigger:focus,
.accordion-item--classic .accordion-trigger:active {
  background-color: transparent;
}
.accordion-item--classic .accordion-content {
  margin: 1em 0;
  padding: 0;
}
.bg-reverse {
  background-color: #0e3149;
  color: #ffffff;
}
.bg-alt {
  background-color: #e0e6eb;
}
.text-reverse {
  color: #ffffff;
}
.text-grey {
  color: #707070;
}
.text-upper {
  text-transform: uppercase;
}
.shadow-default {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.border-top {
  border-top: 2px solid #e1e7ec;
}
.border-bottom {
  border-bottom: 2px solid #e1e7ec;
}
.promo {
  background: var(--primary-colour);
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media all and (min-width: 769px) {
  .promo {
    flex-direction: row;
  }
}
.promo:before {
  background-image: url("/css/assets/decorations/npdc-banner-decoration-large-light.svg");
  background-position-x: -760px;
  background-position-y: -300px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (min-width: 769px) {
  .promo:before {
    background-position-x: -680px;
    background-position-y: -80px;
    width: 50%;
  }
}
.promo.promo--no-image:before {
  background-position-x: -440px;
  width: 100%;
}
.microsite .promo.promo--no-image {
  margin-top: 43px;
}
.microsite .promo {
  border-radius: 12px;
  margin-bottom: 80px;
  margin-top: 123px;
}
@media all and (min-width: 769px) {
  .microsite .promo {
    margin-bottom: 150px;
    margin-top: 43px;
  }
}
.microsite .promo:before {
  background-image: url("/css/assets/decorations/npdc-banner-decoration-large-white.svg");
  opacity: 0.1;
  width: 100%;
}
.promo--left:before {
  right: 0;
  left: auto;
}
@media all and (min-width: 769px) {
  .promo--left {
    flex-direction: row-reverse;
  }
}
.promo--large {
  margin-left: -15px;
  margin-right: -15px;
}
.promo_content {
  flex: 1 1 50%;
  padding: 24px 16px;
  position: relative;
}
@media all and (min-width: 769px) {
  .promo_content {
    padding: 32px;
  }
}
.promo--no-image .promo_content {
  align-items: center;
  padding: 24px 16px;
  display: block;
}
@media all and (min-width: 769px) {
  .promo--no-image .promo_content {
    display: flex;
    padding: 76px 86px;
  }
}
.promo--no-image .promo_content h3 {
  max-width: 400px;
  margin: 0;
}
.microsite .promo--no-image .promo_content {
  max-width: 400px;
}
@media all and (min-width: 769px) {
  .microsite .promo--no-image .promo_content {
    flex-direction: row;
  }
}
@media all and (min-width: 769px) {
  .microsite .promo--left .promo_content {
    padding: 32px 32px 32px 64px;
  }
}
.microsite .promo_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 769px) {
  .microsite .promo_content {
    padding: 32px 64px 32px 32px;
  }
}
.microsite .promo_content p {
  text-wrap: balance;
}
.microsite .promo_content h3 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
@media all and (min-width: 1280px) {
  .microsite .promo_content h3 {
    font-size: 2.2em;
    max-width: 657px;
  }
}
@media all and (min-width: 1025px) {
  .microsite .promo_content {
    text-align: left;
  }
  .microsite .promo_content > * {
    margin-left: 53px;
    margin-right: auto;
  }
}
@media all and (min-width: 769px) {
  .promo--large .promo_content {
    padding: 55px 48px;
  }
}
.promo_image {
  background-position: center;
  background-size: cover;
  flex: 1 1 50%;
  min-height: 284px;
  position: relative;
}
.microsite .promo_image {
  border-radius: 6px;
  height: 338px;
  margin: -120px auto 0 auto;
  min-height: 252px;
  width: 315px;
  max-width: 100%;
}
@media all and (min-width: 769px) {
  .microsite .promo_image {
    height: auto;
    margin: -42px 24px -42px 24px;
    max-width: 316px;
    min-height: 162px;
    right: 60px;
  }
}
@media all and (min-width: 769px) {
  .microsite .promo--left .promo_image {
    left: 60px;
    right: auto;
  }
}
.promo_btn {
  display: inline-block;
  margin-top: 32px;
}
@media all and (min-width: 769px) {
  .promo_btn {
    margin-top: 42px;
  }
}
.promo--no-image .promo_btn {
  margin: 24px 0 0 auto;
}
@media all and (min-width: 769px) {
  .promo--no-image .promo_btn {
    margin: 0 0 0 auto;
  }
}
.microsite .promo--no-image .promo_btn {
  margin: 24px auto 0 auto;
}
.microsite .promo_btn {
  margin-bottom: 20px;
  margin-top: 32px;
  padding: 13px 45px;
}
.promo--large .promo_btn {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .promo--large .promo_btn {
    margin-top: 42px;
  }
}
.notice-banner {
  background: var(--primary-colour);
  color: #ffffff;
  padding: 72px 24px 72px 63px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .notice-banner {
    padding: 82px 48px 72px 100px;
  }
}
.microsite .notice-banner {
  border-radius: 12px;
}
.notice-banner:before,
.notice-banner:after {
  background-image: url("/css/assets/decorations/unaunahi-wave-long-white.svg");
  background-position-x: -90px;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 37px;
  left: 0;
  opacity: 44%;
  position: absolute;
  width: 100%;
}
.notice-banner:before {
  top: 0;
}
.notice-banner:after {
  bottom: 0;
}
.notice-banner a {
  color: #ffffff;
}
.notice-banner a:hover {
  background: none;
}
.notice-banner_icon {
  position: absolute;
  top: 70px;
  left: 32px;
}
@media all and (max-width: 1025px) {
  .notice-banner_icon {
    left: 18px;
    width: 32px;
    height: 32px;
  }
}
.table {
  margin: 16px 0;
  min-width: 700px;
}
.table--accent-navy {
  border-collapse: collapse;
}
.table--accent-navy,
.table--accent-navy tr,
.table--accent-navy td,
.table--accent-navy th {
  border: 2px solid var(--primary-colour);
}
.table--accent-navy td,
.table--accent-navy th {
  padding: 8px;
}
@media all and (min-width: 1280px) {
  .table--accent-navy td,
  .table--accent-navy th {
    padding: 16px;
  }
}
.table--striped,
.table--condensed,
.table--condensed-blue {
  border-collapse: collapse;
}
.table--striped,
.table--condensed,
.table--condensed-blue,
.table--striped tr,
.table--condensed tr,
.table--condensed-blue tr,
.table--striped td,
.table--condensed td,
.table--condensed-blue td {
  border: 1px solid #e1e7ec;
}
.table--striped thead td,
.table--condensed thead td,
.table--condensed-blue thead td,
.table--striped th,
.table--condensed th,
.table--condensed-blue th {
  border: 1px solid var(--primary-colour);
}
.table--striped td,
.table--condensed td,
.table--condensed-blue td,
.table--striped th,
.table--condensed th,
.table--condensed-blue th {
  padding: 8px;
}
@media all and (min-width: 1280px) {
  .table--striped td,
  .table--condensed td,
  .table--condensed-blue td,
  .table--striped th,
  .table--condensed th,
  .table--condensed-blue th {
    padding: 16px;
  }
}
.table--striped tr:nth-child(even),
.table--condensed tr:nth-child(even),
.table--condensed-blue tr:nth-child(even) {
  background-color: #f5fcff;
}
.rte .table--condensed-blue thead,
.table--blue-header .table--condensed-blue thead,
.rte table thead,
.table--blue-header table thead,
.rte .table--condensed-blue th,
.table--blue-header .table--condensed-blue th,
.rte table th,
.table--blue-header table th {
  border: 2px solid var(--primary-colour);
  background-color: var(--primary-colour);
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-align: left;
  padding: 14px 35px;
  font-weight: 600;
}
.table--condensed,
.table--condensed-blue {
  font-size: 0.8em;
}
.table--condensed td,
.table--condensed-blue td {
  padding: 4px 6px 4px 10px;
  vertical-align: text-top;
}
.table--condensed thead td,
.table--condensed-blue thead td,
.table--condensed th,
.table--condensed-blue th {
  font-size: 0.8em;
  padding: 10px 7px 6px 11px;
}
.table--blue-header .table--condensed thead td,
.table--blue-header .table--condensed-blue thead td,
.table--blue-header .table--condensed th,
.table--blue-header .table--condensed-blue th,
.table--condensed-blue.table--condensed thead td,
.table--condensed-blue.table--condensed-blue thead td,
.table--condensed-blue.table--condensed th,
.table--condensed-blue.table--condensed-blue th {
  font-size: 0.7em;
  padding: 10px 7px 6px 11px;
  vertical-align: middle;
}
.table--condensed thead td h5,
.table--condensed-blue thead td h5,
.table--condensed th h5,
.table--condensed-blue th h5 {
  font-size: 1em !important;
}
.table--scrollable {
  overflow-x: auto;
  margin: 16px 0;
}
.table--scrollable .table {
  margin: 0;
}
.table--scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.table--scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
}
.table--scrollable.has-scroll > div {
  overflow-x: auto;
}
.table--scrollable > div {
  scrollbar-width: thin;
  scrollbar-color: #868686 #f6f6f6;
}
.table--scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.table--scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f6f6f6;
}
.table--scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #868686;
  border: 3px solid #f6f6f6;
}
.autocomplete-input {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e1e7ec;
  box-sizing: border-box;
  flex: 1;
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 12px;
  position: relative;
  width: 100%;
}
.auto-search .autocomplete-input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.auto-address .autocomplete-input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.autocomplete-highlight {
  font-weight: 700;
}
.autocomplete-input:focus,
.autocomplete-input[aria-expanded="true"] {
  background-color: #fff;
  outline: 2px solid #0e3149;
}
[data-position="below"] .autocomplete-input[aria-expanded="true"] {
  border-bottom-color: transparent;
  border-radius: 0;
}
[data-position="above"] .autocomplete-input[aria-expanded="true"] {
  border-top-color: transparent;
  border-radius: 0;
  z-index: 2;
}
/* Loading spinner */
.autocomplete[data-loading="true"]::after {
  animation: rotate 1s infinite linear;
  content: "";
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-right: 3px solid rgba(0, 0, 0, 0.48);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.autocomplete-result-list {
  background: #fff;
  border: 1px solid #e1e7ec;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  max-height: 296px;
  overflow-y: auto;
  padding: 0;
}
.searchbox-large .autocomplete-result-list {
  top: 72px !important;
}
[data-position="below"] .autocomplete-result-list {
  border-radius: 0;
  border-top-color: transparent;
  margin-top: -1px;
  padding-bottom: 8px;
}
[data-position="above"] .autocomplete-result-list {
  border-bottom-color: transparent;
  border-radius: 0;
  margin-bottom: -1px;
  padding-top: 8px;
}
/* Single result item */
.autocomplete-result {
  border-bottom: 1px solid #e1e1e1;
  cursor: default;
  line-height: 1.25;
  margin: 0;
  padding: 8px 12px;
}
.auto-search .autocomplete-result {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.auto-address .autocomplete-result {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.autocomplete-result:hover,
.autocomplete-result[aria-selected="true"] {
  background-color: #f0f8fc;
}
@keyframes rotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(359deg);
  }
}
.video-block {
  display: flex;
}
.video-block_video {
  display: inline-block;
  margin-bottom: 20px;
  width: calc(100vw - 70px);
}
@media all and (min-width: 769px) {
  .video-block_video {
    height: 318px;
    margin-bottom: 0;
    width: 563px;
  }
}
.video-block_timestamp {
  margin-bottom: 15px;
}
.video-block_timestamps {
  flex: 1;
}
@media all and (min-width: 769px) {
  .video-block_timestamps {
    padding-left: 30px;
  }
}
.video-block_container {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
.video-block_table {
  color: var(--primary-colour);
  margin-top: 10px;
  width: 100%;
}
.video-block_table td:first-child {
  font-family: "Asap", Arial, sans-serif;
  font-size: 0.88em;
  font-weight: 600;
  line-height: 1;
  width: 60px;
  vertical-align: baseline;
  padding-top: 6px;
}
.video-block_table tr {
  display: block;
  margin-bottom: 20px;
}
.video-block_video-btn {
  background: none;
  border: none;
  color: #0072c0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0;
  text-decoration: underline;
}
.video-block_video-btn:hover {
  cursor: pointer;
}
.dz-dropbox {
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 14px;
  text-align: center;
  background-color: #fff;
  border: 2px dashed #e1e7ec;
}
.dz-drag-hover .dz-dropbox {
  border-color: #b1c2f1;
}
.dz-btn-upload {
  width: 100%;
  border-width: 2px;
}
.dz-icon--attachment {
  background-image: url(/css/assets/icons/filetypes/icon-generic-file.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.dz-preview {
  align-items: center;
  display: flex;
  padding: 9px 0;
  min-height: 60px;
  border-bottom: 2px solid #e1e7ec;
  border-top: 2px solid #e1e7ec;
  margin-bottom: 9px;
  width: 100%;
}
.dz-label {
  padding: 18px 0 9px;
  display: none;
}
.dz-has-results .dz-label {
  display: block;
}
.dz-action .btn {
  padding-top: 5px;
}
.dz-action .btn:after {
  background-color: #fff;
  padding: 0;
}
.dz-details {
  width: 100%;
}
.dz-filename {
  padding: 0 20px 0 0;
}
.dz-filename,
.dz-size {
  display: inline;
  vertical-align: baseline;
}
.dz-size {
  flex: 1;
  white-space: nowrap;
}
.dz-file-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.dz-size {
  font-size: 14px;
  font-size: 1.4rem;
}
.form-file-uploads {
  margin: 0 0 18px;
}
.form-file-dropbox i {
  font-size: 50px;
  font-size: 5rem;
}
.dz-progress,
.dz-upload {
  display: block;
  height: 5px;
  background-color: #eee;
}
.dz-status {
  align-self: flex-start;
  height: 24px;
  margin: 8px;
  width: 24px;
}
.dz-processing .dz-status:before,
.dz-success .dz-status:before,
.dz-error .dz-status:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 24px;
  width: 24px;
}
.dz-success .dz-status:before {
  background-image: url(/css/assets/icons/tick-circle.svg);
}
.dz-error .dz-status:before {
  background-image: url(/css/assets/icons/alert-triangle.svg);
}
.dz-processing .dz-status:before {
  background-image: url(/css/assets/icons/hourglass.svg);
}
.dz-success .dz-upload {
  background-color: #2fb761;
}
/*.dz-processing .dz-indicator-success {
    color: #eee;
}*/
.dz-processing .dz-upload {
  background-color: #2fb761;
}
.dz-error .dz-progress {
  background-color: #ee204f;
}
.dz-error-message {
  color: #ee204f;
  font-size: 12px;
  font-size: 1.2rem;
}
.dz-indicator-error,
.dz-error .dz-indicator-success,
.dz-error .kill-file,
.dz-error .dz-size,
.dz-error .dz-upload {
  display: none;
}
.lightbox .lb-outerContainer {
  border-radius: 0;
}
.lightbox .lb-outerContainer .lb-image {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9:before {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3:before {
  padding-bottom: 75%;
}
.embed-responsive-frame:before {
  padding-bottom: 75%;
  min-height: 300px;
}
.embed-fixed iframe,
.embed-fixed video {
  max-width: 100%;
}
.embed-responsive--w-overlay {
  overflow: visible;
}
.embed-overlay {
  position: absolute;
  background: #a5dfff;
  padding: 8px;
  bottom: 40px;
  left: 16px;
  font-size: 0.88em;
}
.embed-overlay p:last-child {
  margin-bottom: 0;
}
.embed-footer {
  background: #e1e7ec;
  padding: 8px;
  font-size: 0.88em;
}
.embed-footer p:last-child {
  margin-bottom: 0;
}
iframe.responsive-iframe {
  width: 1px;
  min-width: 100%;
}
.feedback {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0e3149;
  margin: 0 auto;
  padding: 50px 0 22px;
}
.microsite .feedback {
  color: var(--primary-text-colour, var(--primary-colour));
}
.feedback textarea,
.feedback .feedback__result-comment {
  max-width: 650px;
}
@media print {
  .feedback {
    display: none;
  }
}
.feedback--group[aria-hidden="true"] {
  display: none;
}
.feedback--options {
  margin: 12px 0;
  padding: 14px;
  box-shadow: inset 0 -2px 0 0 #e1e1e1, inset 0 2px 0 0 #e1e1e1;
}
.feedback--choices {
  text-align: center;
}
.feedback--choices p {
  color: inherit;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media all and (min-width: 769px) {
  .feedback--choices p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.feedback--choices p span {
  display: block;
  margin-left: -7px;
}
.feedback--choices button {
  margin-left: 7px;
  padding: 0;
  vertical-align: middle;
}
.feedback--choices button svg {
  fill: currentColor;
}
.feedback--choices button[aria-expanded="true"] {
  transform: scale(1.2);
  color: #ff9f67;
}
.microsite .feedback--choices button[aria-expanded="true"] {
  color: var(--secondary-colour);
}
.feedback--choices button:hover,
.feedback--choices button:active,
.feedback--choices button:focus {
  outline: none;
  color: #ff9f67;
}
.microsite .feedback--choices button:hover,
.microsite .feedback--choices button:active,
.microsite .feedback--choices button:focus {
  color: var(--secondary-colour);
}
.microsite .feedback--choices button:hover:before,
.microsite .feedback--choices button:active:before,
.microsite .feedback--choices button:focus:before {
  background-color: transparent;
}
.feedback--choices span {
  margin-top: 8px;
}
@media all and (min-width: 450px) {
  .feedback--choices span {
    margin-top: 0px;
  }
}
.feedback--form {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}
.feedback--form label {
  font-weight: 400;
  padding-bottom: 0.5em;
  display: inline-block;
}
.feedback--form input[type="email"] {
  line-height: 40px;
}
.feedback--form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e1e7ec;
}
.feedback--form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1e7ec;
}
.feedback--form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1e7ec;
}
.feedback--form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #e1e7ec;
}
.feedback--hide-field {
  display: none;
}
.feedback--label {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.feedback-error,
.feedback-required {
  color: #ee204f;
}
.feedback-result {
  padding: 1.8rem 0;
}
.feedback-result h2 {
  margin-bottom: 1em;
}
.feedback__result-panel {
  background-color: #f0f8fc;
  display: flex;
  column-gap: 26px;
  padding: 26px 18px;
  margin: 1em 0;
}
.microsite .feedback__result-panel {
  background-color: var(--tertiary-colour);
}
.feedback__result-panel ul {
  font-weight: 700;
}
.feedback__result-choice {
  padding-top: 0.5em;
}
.feedback__result-choice svg {
  transform: scale(1.5);
}
@media (min-width: 450px) {
  .feedback--choices {
    text-align: left;
  }
  .feedback--choices p span {
    float: right;
    margin-left: 0;
  }
}
@media all and (min-width: 700px) {
  .feedback {
    padding: 74px 0 32px;
  }
}
.accordion-item.accordion-item-event {
  border: none;
  margin: 0;
}
.accordion-item.accordion-item-event .accordion-trigger {
  text-align: center;
  font-weight: 400;
}
.accordion-item.accordion-item-event .accordion-trigger[aria-expanded="true"] {
  display: none;
}
.accordion-item.accordion-item-event .accordion-trigger:before {
  right: 25%;
  left: initial;
  margin-left: 0;
}
.accordion-item.accordion-item-event .accordion-body {
  padding: 0;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 95.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.event-content {
  max-width: 720px;
}
.event-details {
  margin-bottom: 0;
  margin-top: 32px;
}
@media all and (min-width: 769px) {
  .event-details {
    margin-top: 50px;
  }
}
.event-details dt {
  clear: left;
  width: 110px;
  margin-bottom: 26px;
}
.event-details dd {
  width: calc(100% - 110px);
  margin-bottom: 26px;
}
.event-details_when {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.event-details_when_date {
  flex-basis: 280px;
  flex-shrink: 0;
  flex-grow: 1;
}
.event-description {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media all and (min-width: 769px) {
  .event-description {
    margin-top: 48px;
  }
}
.event-location {
  margin-top: 64px;
  margin-bottom: 64px;
}
.event-location_map {
  margin-top: 1.25rem;
}
@media all and (min-width: 769px) {
  .event-location_map {
    margin-top: 0;
  }
}
.event-filters {
  margin-bottom: 26px;
}
.caption-event {
  line-height: 1.25;
  display: block;
  margin-top: 4px;
  color: var(--primary-colour);
}
.events-heading-sm {
  margin-bottom: 4px;
}
.event-hide {
  display: none;
}
#events-app .filter_accordion {
  min-height: 155px;
}
#events-app .filter_accordion.filter_accordion-close {
  min-height: auto;
}
#events-app .multiselect__tag {
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  #events-app .multiselect__tag {
    max-width: 290px;
  }
}
#events-app .filter_clear-btn {
  margin-left: auto;
  margin-right: 16px;
}
@media all and (min-width: 769px) {
  #events-app .filter_clear-btn {
    left: auto;
    right: 0;
    margin: -16px 0 0;
    padding: 10px;
    position: absolute;
  }
}
#events-app .datepicker_clear-btn {
  margin-left: 28px;
}
@media all and (min-width: 769px) {
  #events-app .datepicker_clear-btn {
    margin-left: 46px;
  }
}
#events-app .grid-block-margin {
  margin-top: 50px;
}
@media all and (min-width: 769px) {
  #events-app .grid-block-margin {
    margin-top: 0;
  }
}
.icon-event {
  content: "";
  display: inline-block;
  position: relative;
}
.icon-event:after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
  height: 64px;
  margin-left: 10px;
  mask-repeat: no-repeat;
  mask-size: 90%;
  vertical-align: text-bottom;
  width: 64px;
}
.icon-event.icon-accessible:after {
  -webkit-mask-image: url(/css/assets/icons/accessible.svg);
  mask-image: url(/css/assets/icons/accessible.svg);
}
.icon-event.icon-outdoor:after {
  -webkit-mask-image: url(/css/assets/icons/outdoor.svg);
  mask-image: url(/css/assets/icons/outdoor.svg);
}
.icon-event.icon-child-friendly:after {
  -webkit-mask-image: url(/css/assets/icons/child-friendy.svg);
  mask-image: url(/css/assets/icons/child-friendy.svg);
}
.icon-event.icon-free:after {
  -webkit-mask-image: url(/css/assets/icons/free.svg);
  mask-image: url(/css/assets/icons/free.svg);
}
.icon-event.icon-pet-friendly:after {
  -webkit-mask-image: url(/css/assets/icons/pet-friendly.svg);
  mask-image: url(/css/assets/icons/pet-friendly.svg);
}
.searchbox-large {
  margin: 0 auto 32px;
  max-width: 570px;
  /* clears the 'X' from Internet Explorer and early Edge */
  /* clears the 'X' from Chrome */
}
.searchbox-large form {
  border: 1px solid #0e3149;
  display: flex;
}
.searchbox-large input {
  border: none;
  display: inline-block;
  font-family: "Asap", Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: 0.5em;
  vertical-align: middle;
}
.searchbox-large button {
  border: none;
  color: #0e3149;
  height: 68px;
  position: relative;
  width: 68px;
  transition: none;
  white-space: nowrap;
}
.searchbox-large button[type="submit"]:before {
  content: "";
  border-right: 1px solid currentColor;
  position: absolute;
  left: 0;
  top: 12px;
  height: 45px;
}
.searchbox-large button[type="reset"] {
  color: #587589;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  width: auto;
}
.searchbox-large button svg {
  height: 28px;
  width: 28px;
}
.searchbox-large input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.searchbox-large input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.searchbox-large input[type="search"]::-webkit-search-decoration,
.searchbox-large input[type="search"]::-webkit-search-cancel-button,
.searchbox-large input[type="search"]::-webkit-search-results-button,
.searchbox-large input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search__result-text {
  margin: 32px 0 0;
}
.search__result-text span {
  font-family: "Asap", Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.search__no-results {
  color: #587589;
  font-family: "Asap", Arial, sans-serif;
  font-size: 1rem;
  font-size: 22px;
  font-weight: 700;
  max-width: 35ch;
  margin: 0 auto;
  padding: 2em 5vh 4em;
  text-align: center;
}
@media screen and (min-width: 680px) {
  .search__no-results {
    font-size: clamp(22px, 22px + 1vw, 40px);
  }
}
@media screen and (min-width: 1080px) {
  .search__no-results {
    font-size: 40px;
  }
}
.search__result-icon {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Asap", Arial, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}
.search__result-more {
  display: flex;
  padding-top: 2.4rem;
}
.search__result-more .icon-mask {
  margin: 0 0 0 0.2em;
  order: 2;
  position: relative;
  top: -2px;
}
.search__result-info {
  flex-grow: 1;
  padding-right: 2em;
}
.search__result {
  color: #0e3149;
  display: block;
  border-top: 2px solid #e1e7ec;
  border-bottom: 2px solid #e1e7ec;
  margin: 1em 0;
  padding: 1.4rem 1em 1.4rem;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  text-decoration: none;
}
.search__result:hover {
  text-decoration: none;
  background-color: #f5fcff;
  border-color: #0e3149;
}
.result__tag {
  display: none;
  font-family: "Asap", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.result__url {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.result__snippet {
  margin-top: 1em;
}
.result__icon:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin: 0 0 0.5em;
  width: 24px;
}
.result__icon + span[data-tag]:after {
  content: attr(data-tag);
  padding-left: 1ch;
}
.result__icon-generic:before {
  background-image: url(/css/assets/icons/page-generic.svg);
}
.result__icon-event:before {
  background-image: url(/css/assets/icons/page-event.svg);
}
.result__icon-news:before {
  background-image: url(/css/assets/icons/page-news.svg);
}
.result__icon-doc:before,
.result__icon-docx:before {
  background-image: url(/css/assets/icons/page-docx.svg);
}
.result__icon-pdf:before {
  background-image: url(/css/assets/icons/page-pdf.svg);
}
@media all and (min-width: 769px) {
  .search__result {
    display: flex;
    padding: 1.6em 1em 2em;
  }
  .search__result-icon,
  .search__result-more {
    flex: 0 0 130px;
  }
  .search__result-icon {
    padding-top: 0.5em;
    position: static;
    text-align: center;
  }
  .result__icon:before {
    display: block;
    margin: 0 auto;
    height: 48px;
    width: 48px;
    vertical-align: unset;
  }
  .result__icon + span[data-tag]:after {
    content: "";
    padding-left: 0;
  }
  .result__tag {
    display: block;
  }
  .search__result-more {
    text-align: center;
    align-self: center;
    justify-content: flex-end;
    padding: 0;
  }
}
.calculator-basic {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em 3em;
}
.calculator-basic > div {
  display: flex;
  flex-basis: 270px;
  flex-direction: column;
  justify-content: center;
  margin: 0 1em;
  width: 50%;
}
.calculator-basic__results {
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.calculator-basic__result {
  font-size: 1rem;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 680px) {
  .calculator-basic__result {
    font-size: clamp(32px, 32px + 1vw, 40px);
  }
}
@media screen and (min-width: 1080px) {
  .calculator-basic__result {
    font-size: 40px;
  }
}
@media all and (min-width: 769px) {
  .location-card--row {
    display: flex;
  }
  .location-card--row .embed-responsive {
    height: calc(100% - 30px);
  }
}
:root {
  --umb-block-grid--column-gap: 8px;
  --umb-block-grid--areas-column-gap: 8px;
}
@media all and (min-width: 769px) {
  :root {
    --umb-block-grid--column-gap: 30px;
    --umb-block-grid--areas-column-gap: 30px;
  }
}
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(0, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}
.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
.block-grid--grid-columns_1 {
  --umb-block-grid--grid-columns: 1;
}
.block-grid--grid-columns_3 {
  --umb-block-grid--grid-columns: 3;
}
.block-grid--grid-columns_4 {
  --umb-block-grid--grid-columns: 4;
}
.block-grid--grid-columns_6 {
  --umb-block-grid--grid-columns: 6;
}
.block-grid--grid-columns_8 {
  --umb-block-grid--grid-columns: 8;
}
.block-grid--grid-columns_12 {
  --umb-block-grid--grid-columns: 12;
}
.block-grid--area-grid-columns_1 {
  --umb-block-grid--area-grid-columns: 1;
}
.block-grid--area-grid-columns_3 {
  --umb-block-grid--area-grid-columns: 3;
}
.block-grid--area-grid-columns_4 {
  --umb-block-grid--area-grid-columns: 4;
}
.block-grid--area-grid-columns_6 {
  --umb-block-grid--area-grid-columns: 6;
}
.block-grid--area-grid-columns_8 {
  --umb-block-grid--area-grid-columns: 8;
}
.block-grid--area-grid-columns_12 {
  --umb-block-grid--area-grid-columns: 12;
}
.block-grid--area-column-span_1 {
  --umb-block-grid--area-column-span: 1;
}
.block-grid--area-column-span_3 {
  --umb-block-grid--area-column-span: 3;
}
.block-grid--area-column-span_4 {
  --umb-block-grid--area-column-span: 4;
}
.block-grid--area-column-span_6 {
  --umb-block-grid--area-column-span: 6;
}
.block-grid--area-column-span_8 {
  --umb-block-grid--area-column-span: 8;
}
.block-grid--area-column-span_12 {
  --umb-block-grid--area-column-span: 12;
}
.block-grid--area-row-span_1 {
  --umb-block-grid--area-row-span: 1;
}
.block-grid--area-row-span_2 {
  --umb-block-grid--area-row-span: 2;
}
.block-grid--area-row-span_3 {
  --umb-block-grid--area-row-span: 3;
}
.block-grid--item-column-span_1 {
  --umb-block-grid--item-column-span: 1;
}
.block-grid--item-column-span_3 {
  --umb-block-grid--item-column-span: 3;
}
.block-grid--item-column-span_4 {
  --umb-block-grid--item-column-span: 4;
}
.block-grid--item-column-span_6 {
  --umb-block-grid--item-column-span: 6;
}
.block-grid--item-column-span_8 {
  --umb-block-grid--item-column-span: 8;
}
.block-grid--item-column-span_12 {
  --umb-block-grid--item-column-span: 12;
}
.block-grid--item-row-span_1 {
  --umb-block-grid--item-row-span: 1;
}
.block-grid--item-row-span_2 {
  --umb-block-grid--item-row-span: 2;
}
.block-grid--item-row-span_3 {
  --umb-block-grid--item-row-span: 3;
}
.genesys-mxg-frame {
  top: unset;
  z-index: 9999999;
  border: none;
  position: fixed;
  right: 50px !important;
  bottom: 115px !important;
  margin: 0 !important;
  min-height: initial !important;
}
.genesys-mxg-launcher-frame {
  left: unset;
  right: 50px !important;
  bottom: 40px !important;
  width: 72px !important;
  height: 72px !important;
}
.genesys-mxg-container-frame {
  width: 0px;
  height: 0px;
  right: 50px;
  bottom: 92px;
}

