@charset "UTF-8";
/*
 *   This file was generated by postcss plugin based on our browserlist: [
        "ios >= 11",
        "android >= 9",
        "chromeAndroid >= 45",
        "ie 11",
        "last 2 edge versions",
        "last 2 chrome versions",
        "last 1 safari versions",
        "firefox >= 26"
    ]
 *   But due to the problem when normalize.css disappears from the bundle
 *   we had to add it manually in order not to rely on inconsistent build process
 *   Similar issue in their github https://github.com/csstools/postcss-normalize/issues/34
 */
/*! normalize.css v8.0.0 | MIT License | github.com/csstools/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

a h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct display in IE.
 */
.page {
  position: relative;
  overflow: hidden;
}

main {
  display: block;
}

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

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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
 * ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
 * Add the correct styles in Edge, 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.
 */
template {
  display: none;
}
/* TODO:refactor */
/* ASD related colours */
/*  reset default styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.heading-1 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03125rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 2.875rem;
    line-height: 1.17;
  }
}

.heading-2 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.27;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.31;
  }
}

.heading-3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.38;
  }
}

.heading-4 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.22;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.27;
  }
}

.heading-5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.33;
  }
}

.heading-6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.29;
}
@media (min-width: 768px) {
  .heading-6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38;
  }
}

.paragraph-1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .paragraph-1 {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}

.paragraph-2 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .paragraph-2 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.paragraph-3 {
  font-size: 1rem;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .paragraph-3 {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}

.paragraph-4 {
  font-size: 0.875rem;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.paragraph-5 {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .paragraph-5 {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.paragraph-6 {
  font-size: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .paragraph-6 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.subtext {
  font-size: 0.75rem;
  letter-spacing: 0.09375rem;
  line-height: 1.67;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subtext {
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
  }
}

.subtext-2 {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.8;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subtext-2 {
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    line-height: 1.67;
  }
}

.subtext-3 {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subtext-3 {
    font-size: 0.625rem;
    letter-spacing: 0.09375rem;
    line-height: 1.8;
  }
}

/* TODO: move to richtext by NAS */
/*h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    margin-bottom:15px;
}

p {
    color:$body-font-color;
    line-height:1.4;
    @include hero-new-regular;

}

img {
    vertical-align: top;
    height:auto;
    max-width:100%;
}*/
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

.html {
  position: relative;
  font-size: 100%;
}

body {
  font-family: hero-new, Century Gothic, Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  transition: filter 0.2s ease;
  position: relative;
  height: 100vh;
  color: #363636;
  font-size: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 964px) {
  .container--narrow {
    max-width: 964px;
  }
}
.container--extra-narrow {
  max-width: 800px;
}
.container--flex {
  display: flex;
  flex-wrap: wrap;
}
.container.container--w-auto {
  width: auto;
}

*:focus {
  outline: 2px solid rgba(59, 153, 252, 0.7);
}

[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *:focus {
  outline: none;
}

.curved-line {
  position: relative;
}
.curved-line::before, .curved-line::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}
.curved-line::before {
  bottom: 60px;
  z-index: -90;
  height: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' x='0px' y='0px' viewBox='0 0 1900 80'%3E%3Cpath fill='%23ffffff' d='M-1-0.5c271.4,46,580.7,81.7,951,80.5c355-1.1,686.8-35.9,950-80.5C1266.3-0.5,632.7-0.5-1-0.5z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .curved-line::before {
    bottom: 120px;
    height: 80px;
  }
}
.curved-line::after {
  bottom: 0;
  z-index: -100;
  height: 100px;
  background-color: #F0EDF6;
}
@media (min-width: 768px) {
  .curved-line::after {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .curved-line--no-mobile::before, .curved-line--no-mobile::after {
    background: none;
  }
}

.filter {
  filter: saturate(50%);
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.grid {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 768px) {
  .grid {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.grid.no-gap {
  margin-right: 0;
  margin-left: 0;
}
.grid.no-gap .col {
  padding: 0;
}

.row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.nowrap {
  flex-wrap: nowrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .col {
    padding: 0 1rem;
  }
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

[dir="ltr"] .start-xs{
  text-align: left;
}

[dir="rtl"] .start-xs{
  text-align: right;
}

.start-xs {
  justify-content: flex-start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

[dir="ltr"] .end-xs{
  text-align: right;
}

[dir="rtl"] .end-xs{
  text-align: left;
}

.end-xs {
  justify-content: flex-end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  /*.container {
      width: 46rem;
  }*/
  .col-sm,
  .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 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  [dir="ltr"] .start-sm{
    text-align: left;
  }
  [dir="rtl"] .start-sm{
    text-align: right;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  [dir="ltr"] .end-sm{
    text-align: right;
  }
  [dir="rtl"] .end-sm{
    text-align: left;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .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 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  [dir="ltr"] .start-md{
    text-align: left;
  }
  [dir="rtl"] .start-md{
    text-align: right;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  [dir="ltr"] .end-md{
    text-align: right;
  }
  [dir="rtl"] .end-md{
    text-align: left;
  }
  .end-md {
    justify-content: flex-end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .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 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  [dir="ltr"] .start-lg{
    text-align: left;
  }
  [dir="rtl"] .start-lg{
    text-align: right;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  [dir="ltr"] .end-lg{
    text-align: right;
  }
  [dir="rtl"] .end-lg{
    text-align: left;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.padding-top-l {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .padding-top-l {
    padding-top: 80px;
  }
}
@media (min-width: 964px) {
  .padding-top-l {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .padding-top-l {
    padding-top: 100px;
  }
}

.padding-bottom-l {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .padding-bottom-l {
    padding-bottom: 80px;
  }
}
@media (min-width: 964px) {
  .padding-bottom-l {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-l {
    padding-bottom: 100px;
  }
}

.padding-top-m {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .padding-top-m {
    padding-top: 60px;
  }
}
@media (min-width: 964px) {
  .padding-top-m {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .padding-top-m {
    padding-top: 80px;
  }
}

.padding-bottom-m {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .padding-bottom-m {
    padding-bottom: 60px;
  }
}
@media (min-width: 964px) {
  .padding-bottom-m {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-m {
    padding-bottom: 80px;
  }
}

.padding-top-s {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .padding-top-s {
    padding-top: 30px;
  }
}
@media (min-width: 964px) {
  .padding-top-s {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .padding-top-s {
    padding-top: 50px;
  }
}

.padding-bottom-s {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .padding-bottom-s {
    padding-bottom: 30px;
  }
}
@media (min-width: 964px) {
  .padding-bottom-s {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-s {
    padding-bottom: 50px;
  }
}

.padding-top-xs {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .padding-top-xs {
    padding-top: 15px;
  }
}
@media (min-width: 964px) {
  .padding-top-xs {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .padding-top-xs {
    padding-top: 40px;
  }
}

.padding-bottom-xs {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .padding-bottom-xs {
    padding-bottom: 15px;
  }
}
@media (min-width: 964px) {
  .padding-bottom-xs {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-xs {
    padding-bottom: 40px;
  }
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.btn,
.btn-secondary {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}
.btn .icon,
.btn-secondary .icon {
  flex-shrink: 0;
}
.btn.is-disabled, .btn:disabled,
.btn-secondary.is-disabled,
.btn-secondary:disabled {
  background-color: rgb(235, 235, 228);
  border-color: rgb(169, 169, 169);
  color: rgb(128, 128, 128);
  cursor: not-allowed;
}
.can-hover .btn.is-disabled:hover, .can-hover .btn.is-disabled:focus, .can-hover .btn.is-disabled:active, .can-hover .btn:disabled:hover, .can-hover .btn:disabled:focus, .can-hover .btn:disabled:active,
.can-hover .btn-secondary.is-disabled:hover,
.can-hover .btn-secondary.is-disabled:focus,
.can-hover .btn-secondary.is-disabled:active,
.can-hover .btn-secondary:disabled:hover,
.can-hover .btn-secondary:disabled:focus,
.can-hover .btn-secondary:disabled:active {
  background-color: rgb(235, 235, 228);
  border-color: rgb(169, 169, 169);
  color: rgb(128, 128, 128);
}

.button {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
  background: #4203BF;
  border: 1px solid transparent;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.75rem;
}
@media (min-width: 964px) {
  .button {
    padding: 10px 50px;
    font-size: 0.875rem;
  }
}
.button[disabled] {
  background: #3F3F3F;
  cursor: default;
}
.button[disabled]:hover, [data-whatintent=keyboard] .button[disabled]:focus {
  background: #3F3F3F;
}
.button:hover, [data-whatintent=keyboard] .button:focus {
  background: rgb(48.6494845361, 2.2113402062, 140.7886597938);
  text-decoration: none;
}
.button__spinner {
  display: none;
}
.button--secondary {
  background: #D31ABC;
}
.button--secondary:hover, [data-whatintent=keyboard] .button--secondary:focus {
  background: #BF18AB;
  text-decoration: none;
}
.button--tertiary {
  background: #4203BF;
}
.button--tertiary:hover, [data-whatintent=keyboard] .button--tertiary:focus {
  background: rgb(48.6494845361, 2.2113402062, 140.7886597938);
  text-decoration: none;
}
.button--clear {
  background: none;
  border: 1px solid #D0C0EF;
  color: #4203BF;
}
.button--clear:hover, [data-whatintent=keyboard] .button--clear:focus {
  background: #4203BF;
  border-color: #4203BF;
  color: #FFFFFF;
}
.button--clear-two {
  background: none;
  border: 2px solid #4203BF;
  color: #4203BF;
}
.button--clear-two:hover, [data-whatintent=keyboard] .button--clear-two:focus {
  background: #4203BF;
  border-color: #4203BF;
  color: white;
}
.button--purple {
  background: rgb(172.8307692308, 23.9692307692, 222.0307692308);
}
.button--purple:hover, [data-whatintent=keyboard] .button--purple:focus {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
  text-decoration: none;
}
.button--quaternary {
  background-color: #F0EDF6;
  color: #4203BF;
}
@media (min-width: 768px) {
  .button--quaternary {
    font-size: 1rem;
  }
}
.button--quaternary:hover, [data-whatintent=keyboard] .button--quaternary:focus {
  background-color: rgb(211.6666666667, 203, 229);
}
.button--large {
  padding: 12px 3em;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .button--large {
    font-size: 1rem;
  }
}
.button--small {
  padding: 14px 18px;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .button--small {
    padding: 14px 36px;
  }
}
.button--very-small {
  padding: 8px 8px;
  font-size: 80%;
  font-weight: normal;
}
@media (min-width: 768px) {
  .button--very-small {
    padding: 8px 8px;
  }
}
.button--with-spinner {
  position: relative;
}
.button--with-spinner .button__spinner {
  display: none;
}
.button--with-spinner.is-spinner-shown .button__spinner {
  display: block;
}
.button--with-spinner.is-spinner-shown .button__text {
  opacity: 0.7;
}
.button--dark-blue {
  background: #2A2659;
}
.button--dark-blue:hover, [data-whatintent=keyboard] .button--dark-blue:focus {
  background: rgb(25.1338582677, 22.7401574803, 53.2598425197);
}
.button--light-blue {
  background: #8024F3;
}
.button--light-blue:hover, [data-whatintent=keyboard] .button--light-blue:focus {
  background: rgb(102.6493506494, 11.8441558442, 216.1558441558);
}

.button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.base-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px 8px;
  border: 2px solid transparent;
  border-radius: 25px;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}
.base-btn--violet-blue {
  background-color: #4203BF;
}
.base-btn--violet-blue:hover, .base-btn--violet-blue:focus {
  background-color: rgb(48.6494845361, 2.2113402062, 140.7886597938);
}

.link {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #757575;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  color: #3F3F3F;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.67;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .back-btn {
    font-size: 0.75rem;
  }
}
.back-btn::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #D0C0EF;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12'%3E%3Cpath fill='%23D0C0EF' d='M5.1,6H15 M0.1,6.3c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1l0.1,0.1l4.1,4.9c0.3,0.4,1,0.5,1.4,0.1 c0.4-0.4,0.5-1,0.1-1.4L5.1,9.5L3.1,7h12c0.5,0,1-0.4,1-1c0-0.6-0.4-1-1-1h-12l2-2.5l0.7-0.9c0.3-0.4,0.3-1-0.1-1.4 C5.5,0.1,5.3,0,5.1,0C4.8,0,4.6,0.1,4.4,0.3L0.3,5.3L0.2,5.3c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1-0.1,0.2c0,0,0,0.1,0,0.2 c0,0.1,0,0.2,0,0.3C0,6.2,0,6.3,0.1,6.3z'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .back-btn::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: 15px;
  }
}

/* global styles for SVG */
.icon {
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: top;
}
.icon path {
  fill: inherit;
}

input,
textarea,
select,
button,
option {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

body {
  margin: 0;
}

.right-cavet {
  position: relative;
}
@media (min-width: 964px) {
  .right-cavet:after {
    content: "";
    background: #afafaf;
    height: 50%;
    width: 1px;
    position: absolute;
    right: -14px;
    top: 28%;
  }
}

.arrow-svg {
  height: 30px;
  width: 30px;
  fill: #c7c7c7;
}
.arrow-svg--reverse {
  transform: scale(-1, 1);
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage:after {
  display: none !important;
}

.owl-buttons--wide {
  position: absolute;
  top: 50%;
  display: none;
}
@media (min-width: 964px) {
  .owl-buttons--wide {
    width: 1200px;
    left: -118px;
    display: block;
  }
}
.owl-buttons__button:hover {
  position: relative;
  z-index: 222;
  cursor: pointer;
}
.owl-buttons__button:hover .advice-section__owl-svg {
  fill: #FFFFFF;
}
.owl-buttons__button:hover .owl-buttons__text {
  width: 147px;
  opacity: 1;
}
.owl-buttons__button--owl-prev {
  float: left;
}
.owl-buttons__button--owl-next {
  float: right;
}
.owl-buttons__text {
  position: absolute;
  left: 0px;
  color: #FFFFFF;
  background: #7439EA;
  padding: 0 15px;
  height: 50px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: block;
  text-align: right;
  font-size: 0.75rem;
  opacity: 0;
  z-index: -1;
  width: 0;
  top: 0;
  line-height: 50px;
  transition: all 0.25s ease;
}
.owl-buttons__text--right {
  left: auto;
  left: initial;
  right: 0;
  text-align: left;
}
.owl-buttons__owl-svg {
  width: 100%;
  transition: all 0.2s ease;
  height: auto;
  fill: #D0C0EF;
}
.owl-buttons__owl-svg--reverse {
  transform: scaleX(-1);
}

.scrollbar {
  background: #D0C0EF;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1130px) {
  .scrollbar {
    display: none;
  }
}
.scrollbar__scroller {
  background: #4203BF;
}

.hover-top-transition {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.can-hover .hover-top-transition:hover {
  transform: translateY(-5px);
}

/*-----------------Child Page Widget-----------------*/
.child-categories {
  display: block;
  margin-top: 2em;
}
.child-categories .block-3 {
  width: 100%;
  flex-basis: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 964px) {
  .child-categories .block-3 {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
}
.child-categories__block {
  transition: background 1.5s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2em;
  margin-bottom: 1em;
}
.child-categories__block h4 {
  color: white;
}
@media (min-width: 964px) {
  .child-categories__block h4 {
    color: #000000;
  }
}
.child-categories__block--Purple {
  background: purple;
}
@media (min-width: 964px) {
  .child-categories__block--Purple {
    border: 5px solid #ffffff;
  }
}
@media (min-width: 964px) {
  .child-categories__block--Purple h4 {
    color: #ffffff;
  }
}
.child-categories__block--Orange {
  background: orange;
}
@media (min-width: 964px) {
  .child-categories__block--Orange h4 {
    color: #000000;
  }
}

/*-----Donation Block------*/
.donation-block {
  background: #4203BF;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 964px) {
  .donation-block {
    margin-top: 62px;
    padding: 2em;
    margin-bottom: 0;
  }
}
.donation-block__title {
  color: #ffffff;
  font-size: 1.8em;
}
@media (min-width: 964px) {
  .donation-block__title {
    font-size: 1.8em;
  }
}
.donation-block__list {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
.donation-block__list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #7439EA;
  bottom: 0;
  left: 0;
}
.donation-block__list-item {
  display: inline-block;
  color: #ffffff;
  width: 32.33333%;
  text-align: center;
}
.donation-block__list-item--is-active .donation-block__list-item-link {
  color: #ffffff;
}
.donation-block__list-item--is-active .donation-block__list-item-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 0;
  z-index: 999;
  left: 0;
}
.donation-block__list-item-link {
  color: #7439EA;
  padding: 0.8em 0;
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  position: relative;
  text-decoration: none;
}
@media (min-width: 964px) {
  .donation-block__list-item-link {
    padding: 0.8em 1em;
    font-size: 1.2em;
  }
}
.donation-block__list-item-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.donation-block__list-item-link:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: 0;
  z-index: 999;
  left: 0;
}
.donation-block div {
  display: inline-block;
}
.donation-block__form-label {
  color: #ffffff;
  font-weight: 700;
  margin: -1px 20px 0 0;
  font-size: 1.1em;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .donation-block__form-label {
    margin-bottom: 0;
    display: inline;
    display: initial;
  }
}
.donation-block__input-text {
  height: 48px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background: #ffffff;
  outline: 0;
  font-weight: 700;
  font-size: 1.2em;
  border: 0;
  padding: 1em;
  width: 100%;
}
@media (min-width: 964px) {
  .donation-block__input-text {
    width: 218px;
    margin: -1px 20px 0 0;
  }
}
.donation-block__form-bottom {
  margin-top: 1.5em;
}
@media (min-width: 964px) {
  .donation-block__form-bottom {
    margin-bottom: 2em;
  }
}
.donation-block__form-bottom div {
  width: 100%;
  margin-bottom: 15px;
}
.donation-block__form-bottom div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 964px) {
  .donation-block__form-bottom div {
    margin-bottom: 0;
    width: auto;
  }
}
.donation-block__form-bottom div .button {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 964px) {
  .donation-block__form-bottom div .button {
    width: auto;
  }
}
.donation-block input[type=radio] {
  display: none;
}
.donation-block input[type=radio] + label {
  color: #333;
  font-size: 0.875rem;
}
.donation-block input[type=radio] + label span {
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4em;
  background-color: #7439EA;
  height: 38px;
  margin: -1px 10px 0 0;
  line-height: 38px;
}
@media (min-width: 964px) {
  .donation-block input[type=radio] + label span {
    height: 48px;
    margin: -1px 20px 0 0;
    line-height: 48px;
  }
}
.donation-block input[type=radio]:checked + label span {
  background-color: rgb(148.3698630137, 103.1095890411, 238.8904109589);
}

/*-----Web Space------*/
.web-space__title {
  text-align: center;
  font-size: 2em;
  color: #ffffff;
}
@media (min-width: 964px) {
  .web-space__title {
    font-size: 3em;
  }
}
.web-space__text {
  font-size: 1.1em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  color: #cacaca;
}
@media (min-width: 964px) {
  .web-space__text {
    width: 70%;
  }
}
.web-space__list {
  text-align: center;
}
.web-space__item {
  display: inline-block;
  margin-bottom: 1em;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #4203BF;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  transition: all 0.2s ease;
  margin-right: 10px;
}
@media (min-width: 964px) {
  .web-space__item {
    margin-right: 20px;
  }
}
.web-space__item:nth-child(2) {
  background: #D31ABC;
}
.web-space__item:nth-child(2):hover {
  background: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.web-space__item:nth-child(3) {
  background: #8913B0;
}
.web-space__item:nth-child(3):hover {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
}
.web-space__item:nth-child(4) {
  background: #01ADAB;
}
.web-space__item:nth-child(4):hover {
  background: rgb(0.7068965517, 122.2931034483, 120.8793103448);
}
.web-space__item:nth-child(5) {
  background: #EF6263;
}
.web-space__item:nth-child(5):hover {
  background: rgb(234.2832369942, 51.7167630058, 53.0115606936);
}
.web-space__link {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
}
@media (min-width: 964px) {
  .web-space__link {
    padding: 1em;
  }
}
.web-space__link:hover {
  text-decoration: none;
}
.web-space__link-svg {
  fill: #ffffff;
  display: block;
  height: 20px;
  margin-left: 20px;
}

/*-----Benefits List------*/
.benefits {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .benefits {
    padding-bottom: 80px;
  }
}
@media (min-width: 964px) {
  .benefits {
    padding-bottom: 80px;
  }
}
.benefits__container {
  padding: 2em 3.5em;
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.benefits__title {
  padding-bottom: 15px;
}
@media (min-width: 964px) {
  .benefits__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .benefits__list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 65px;
         grid-column-gap: 65px;
         column-gap: 65px;
  }
}
.benefits__item {
  margin-bottom: 15px;
}
.benefits__item:before {
  content: "•";
  color: #D31ABC;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  font-size: 1.5em;
  margin-left: -1em;
  position: relative;
  top: 2px;
  text-align: center;
  right: 6px;
}
@media (min-width: 768px) {
  .benefits__item {
    font-size: 1.1em;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.hidden {
  display: none;
}

.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.of-cover > img, .of-cover > video,
.of-contain > img,
.of-contain > video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.of-cover > img, .of-cover > video {
  font-family: "object-fit:cover";
  object-fit: cover;
}

.of-contain > img, .of-contain > video {
  font-family: "object-fit:contain";
  object-fit: contain;
}

.box {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
}
.box--base {
  padding: 20px;
}
@media (min-width: 768px) {
  .box--base {
    padding: 30px;
  }
}

.mt-20-0 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-20-0 {
    margin-top: 0;
  }
}

.mt-15-30 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mt-15-30 {
    margin-top: 30px;
  }
}

.mt-30-60 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-30-60 {
    margin-top: 60px;
  }
}

.color-violet-blue {
  color: #4203BF;
}
/* TODO:refactor */
/* ASD related colours */
.modal-content {
  display: none;
  width: 100%;
  min-height: 200px;
  padding: 20px;
}
.modal .modal-content {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 500;
  display: none;
  align-items: center;
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .modal {
    padding: 30px 30px;
  }
}
@media (min-width: 964px) {
  .modal {
    padding: 60px 30px;
  }
}
.modal__wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.modal__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  border-radius: 20px 20px 0 20px;
}
.modal__close {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  color: #4203BF;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.modal__close--white {
  color: #E0E0E0;
}
@media (min-width: 768px) {
  .modal__close-icon {
    width: 10px;
    height: 10px;
  }
}
.modal--light .modal__close {
  color: white;
}
.modal--tiny .modal__wrapper {
  max-width: 450px;
}
.modal.is-opened {
  display: flex;
}
/* TODO:refactor */
/* ASD related colours */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 300;
  transform: translateZ(0);
  background: rgba(236, 236, 236, 0.85);
  will-change: transform;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
/* TODO:refactor */
/* ASD related colours */
.form-steps {
  position: relative;
  height: 5px;
  background-color: #D0C0EF;
}
.form-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #4203BF;
}
.form-steps--step-1::before {
  width: 33%;
}
.form-steps--step-2::before {
  width: 66%;
}
.form-steps--complete {
  background-color: #4203BF;
}
.form-steps--complete::before {
  content: normal;
}
/* TODO:refactor */
/* ASD related colours */
.mini-basket {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #4203BF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.538 7h18l-1.636 12H5.175L3.538 7zM1 7h22m-10.736 4v4m4.029-4l-.529 3.965M8.236 11l.528 3.965M8.946 1L7 6.838M15 1l1.946 5.838'/%3E%3C/svg%3E");
}
@media (min-width: 964px) {
  .mini-basket {
    width: 62px;
    height: 50px;
    border-radius: 0 0 0 20px;
  }
}
.mini-basket__link {
  display: block;
  width: 100%;
  height: 100%;
}
.mini-basket::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 7px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFB246;
  border-radius: 50%;
}
@media (min-width: 964px) {
  .mini-basket::before {
    top: 16px;
    right: 16px;
    width: 9px;
    height: 9px;
  }
}
.mini-basket.is-hidden {
  display: none;
}
/* TODO:refactor */
/* ASD related colours */
.product-errors {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 0;
}
.product-errors__li {
  color: #A22602;
}
.product-errors__li + .product-errors__li {
  margin-top: 5px;
}
/* TODO:refactor */
/* ASD related colours */
.notifications {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 600;
  width: calc(100% - 30px);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .notifications {
    right: 30px;
    bottom: 30px;
    width: auto;
    max-width: 50%;
    font-size: 1rem;
  }
}
.notifications__item + .notifications__item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .notifications__item + .notifications__item {
    margin-top: 30px;
  }
}

.notification-item {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  animation: fadein 0.5s;
  padding: 10px 15px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .notification-item {
    padding: 18px 30px;
  }
}
.notification-item__inner {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 580px) {
  .notification-item__inner {
    display: flex;
  }
}
.notification-item__label {
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 580px) {
  .notification-item__label {
    display: flex;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.notification-item__close-btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 15px;
}
.notification-item--error {
  background-color: #F2DEDF;
}
.notification-item--error .notification-item__inner {
  color: #972200;
}
.notification-item--info {
  background-color: #E8EBEF;
}
.notification-item--info .notification-item__inner {
  color: #213A64;
}
.notification-item--success {
  background-color: #DFF0D8;
}
.notification-item--success .notification-item__inner {
  color: #081B00;
}
.notification-item--warning {
  background-color: #FDF8E3;
}
.notification-item--warning .notification-item__inner {
  color: #6B4106;
}
/* TODO:refactor */
/* ASD related colours */
.participant-card {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  background-color: white;
}
@media (min-width: 768px) {
  .participant-card {
    padding: 30px 30px;
  }
}
.participant-card__title {
  color: #4203BF;
}
.participant-card__subtitle {
  display: inline-block;
  margin-top: 5px;
}
.participant-card__link, .participant-card__copy, .participant-card__mark {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.participant-card__mark {
  display: none;
  background-color: #027D48;
}
.participant-card__copy {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  vertical-align: middle;
  background-color: inherit;
  border: 1px solid #D0C0EF;
}
.participant-card__copy + .participant-card__link {
  margin-left: 10px;
}
.participant-card__links {
  display: flex;
}
.participant-card__link {
  display: inline-block;
  vertical-align: middle;
  background-color: #4203BF;
}
.participant-card__copy-icon, .participant-card__mark-icon, .participant-card__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.participant-card__mark-icon {
  color: #FFFFFF;
}
.participant-card__link-icon {
  color: white;
}
.participant-card__copy-icon {
  color: #D0C0EF;
}
.participant-card__col + .participant-card__col {
  padding-left: 15px;
}
.participant-card--simple {
  padding: 0;
  background-color: inherit;
  border-radius: 0;
}
.participant-card--done .participant-card__title {
  color: #027D48;
}
.participant-card--done .participant-card__mark {
  display: inline-block;
}
.participant-card--done .participant-card__links {
  display: none;
}
/* TODO:refactor */
/* ASD related colours */
.copy-to-clipboard {
  position: relative;
}
.copy-to-clipboard::before {
  content: "Copied!";
  position: absolute;
  top: -105%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  display: inline-block;
  transform: translateX(-50%);
  padding: 3px 10px;
  background-color: #3F3F3F;
  border-radius: 10px;
  color: white;
  font-size: 0.75rem;
  line-height: 1.5;
  transition: opacity 1s, visibility 1s;
}
.copy-to-clipboard.is-visible::before {
  opacity: 1;
  visibility: visible;
}
/* TODO:refactor */
/* ASD related colours */
.ie11-notification {
  background: #FFB246;
  padding: 10px 15px;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .ie11-notification {
    padding: 15px;
  }
}
.ie11-notification__title {
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ie11-notification__title {
    font-size: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie11-notification {
    display: block;
  }
}
/* TODO:refactor */
/* ASD related colours */
.service-editor-toolbar {
  margin-top: -34px;
  float: right;
}

.modal .box p {
  margin-bottom: 16px;
}

/* modifications for quill editor */
.ql-container {
  font-family: unset !important;
  font-size: unset !important;
}

.ql-editor p, .ql-editor li {
  margin-bottom: 10px !important;
}

.is-invalid .ql-editor,
.is-invalid .ktc-radio label::before {
  border: 1px solid #A22602 !important;
}

.ql-container.ql-snow, .ql-editor {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

.ql-toolbar.ql-snow {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

.wizard .validation-summary {
  border: 1px solid #A22602;
  padding: 10px;
}

.wizard .steps hidden {
  display: none;
}

.wizard .wizard-step {
  display: none;
}

.wizard .wizard-step.active {
  display: inherit;
}

.wizard .footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.wizard .footer .button {
  margin-right: 20px;
}

.wizard .wizard-step-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*  accordion */
.wizard .accordion {
  margin-bottom: 20px;
}

.wizard .entity-row-controls {
  margin-top: 30px !important;
  margin-left: 0px !important;
}

.wizard .button--small {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding: 7px;
  font-size: 0.7em;
}

.wizard .explainer-zone {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.wizard p.explainer {
  font-style: italic;
}

.wizard .checkbox-label {
  display: block;
  padding: 2px 12px 15px 35px;
  transition: opacity 0.15s ease-in-out;
  position: relative;
}

.wizard .form-field__textarea {
  height: auto;
}

.wizard input:checked ~ .checkmark:after {
  display: block;
}

.wizard .accordion--deleted,
.wizard .accordion--deleted input,
.wizard .accordion--deleted select,
.wizard .accordion--deleted .accordion__title,
.wizard .accordion--deleted .form-field__label,
.wizard .accordion--deleted .form-field--radio .form-field__radio ~ label {
  background-color: #656565;
  color: white !important;
}

.wizard .accordion--deleted .tooltip-button {
  display: none;
}

.wizard .accordion--deleted .accordion__icon span {
  background: white !important;
}

/*  label & info icon container */
.wizard .label-container {
  display: flex;
  margin-bottom: 5px;
}

.wizard .label-container > div {
  border: solid 0px red;
  align-self: center;
}

.wizard .form-field__label {
  margin-bottom: 2px;
  padding-top: 3px;
}

.wizard .tooltip-button {
  border: none;
  background-color: transparent;
  height: 20px;
  font-family: serif !important;
  font-family: initial !important;
  font-size: medium !important;
  font-size: initial !important;
  border: solid 0px blue;
  cursor: pointer;
}

.wizard .dropdown__submenu.active {
  max-height: 200vh !important;
}

.wizard .form-field__input,
.wizard .form-field__email,
.wizard .form-field__date,
.wizard .form-field__number,
.wizard .form-field__dropdown,
.wizard .form-field__textarea {
  font-size: 0.875rem;
}

.wizard .ql-container {
  font-size: 0.875rem;
}

.wizard .ktc-radio label:before,
.wizard .form-field--checkbox .form-field__label::before,
.wizard .form-field--checkbox .ktc-checkbox label::before,
.wizard .form-field .ktc-checkbox-list .form-field__label::before,
.wizard .form-field .ktc-checkbox-list .ktc-checkbox label::before {
  background-color: white;
}

.option-picker-with-search .search-results {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
  padding: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.option-picker-with-search .selected-items {
  margin-top: 10px;
}

.option-picker-with-search .button--secondary {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.option-picker-with-search .dropdown {
  margin-bottom: 10px;
}
@charset "UTF-8";
/*!
 * Quill Editor v2.0.1
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  height: 100%;
  margin: 0;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}

.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

.ql-editor ol {
  padding-left: 1.5em;
}

.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "•";
}

.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "☑";
}

.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "☐";
}

@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}

.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

.ql-editor table td {
  outline: none;
}

.ql-editor .ql-code-block-container {
  font-family: monospace;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-ui {
  position: absolute;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.ql-snow * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 0.625rem;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 1.125rem;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 2rem;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-code-block-container {
  position: relative;
}

.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 0.8125rem;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}


.engagement_panel {
  display: flex;
  border-top: 1px solid #bbb;
  margin-top: 20px;
  padding-top: 20px;
}

.engagement_panel img {
  max-height: 30px;
}

.engagement_panel div {
  text-align: center;
  margin-bottom: 0;
  width: 50%;
}

.engagement_panel p {
  margin: 0;
}

.engagement_panel span {
  display: inline;
}

.engagement_panel span.engagement_like_count,
.engagement_panel span.engagement_share_count {
  text-align: center;
}

.engagement_panel button {
  background: none !important;
  color: inherit;
  padding: 0;
  border: none;
}

.engagement_like img,
.engagement_share img {
  filter: saturate(0%);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.engagement_like img.liked {
  filter: saturate(100%);
}

.engagement_like img:hover,
.engagement_share img:hover {
  transform: scale(1.2);
  filter: saturate(100%);
}

.engagement_like_tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  padding: 24px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  width: 90% !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.engagement_like_tooltip.show {
  opacity: 1;
}

/* Share targets icon styling */
.engagement_share_link {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#engagement_share_input {
  width: 70%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/*#dw_pledge_copy_button {
    padding: 8px 12px;
    background-color: #4203bf;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#dw_pledge_copy_button:hover {
    background-color: #30008f;
}*/
.engagement_social_icons {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  margin: 30px 0 40px;
}

.engagement_social_icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
}

.engagement_social_icons a {
  margin: 0 5px;
}

.engagement_social_icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
}

.engagement_social_icons img:hover {
  transform: scale(1.2);
}

/* Modal Styling */
.engagement_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.engagement_modal_content {
  background: white;
  padding: 32px 16px;
  width: 90%;
  max-width: 800px;
  margin: 5% auto;
  border-radius: 10px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
}

/* Disable background scrolling when modal is open */
body.modal-open {
  overflow: hidden;
}

.engagement_modal_content h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.engagement_modal_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.25rem;
  font-weight: 700;
  cursor: pointer;
}
/* TODO:refactor */
/* ASD related colours */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
/* TODO:refactor */
/* ASD related colours */
@media (min-width: 964px) {
  .hero-banner-container {
    max-width: 1260px;
    margin: 0 auto;
  }
}

.hero-banner-holder--promo {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .hero-banner-holder--promo {
    background: #F0EDF6;
    padding-bottom: 94px;
  }
}
@media (min-width: 964px) {
  .hero-banner-holder--promo {
    padding-bottom: 43px;
  }
}

.hero-banner {
  position: relative;
  /*-----Promo Carousel------*/
}
.hero-banner:before, .hero-banner:after {
  content: " ";
  display: table;
}
.hero-banner:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.hero-banner {
  *zoom: 1;
}
@media (min-width: 964px) {
  .hero-banner {
    display: flex;
    align-items: center;
  }
}
.hero-banner--homepage {
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-banner--homepage {
    height: 390px;
  }
}
@media (min-width: 964px) {
  .hero-banner--homepage {
    display: flex;
    align-items: initial;
    height: 468px;
  }
}
.hero-banner--homepage .hero-banner__text-block {
  padding: 40px 15px 5px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-banner--homepage .hero-banner__text-block {
    padding: 30px 50px 30px 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner--homepage .hero-banner__text-block {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-banner--homepage .hero-banner__text-block {
    padding: 60px;
  }
}
.hero-banner--homepage .hero-banner__title {
  color: #4203BF;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero-banner--homepage .hero-banner__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 964px) {
  .hero-banner--homepage .hero-banner__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner--homepage .hero-banner__title {
    font-size: 2.875rem;
  }
}
.hero-banner--homepage .hero-banner__image-block--mask {
  height: 250px;
}
@media (min-width: 768px) {
  .hero-banner--homepage .hero-banner__image-block--mask {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .hero-banner--homepage .hero-banner__image-block--mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
  }
}
@media (min-width: 964px) {
  .hero-banner--homepage .hero-banner__image-block--mask img {
    border-radius: 150px 0 0 100px;
    -webkit-border-radius: 150px 0 0 100px;
    -moz-border-radius: 150px 0 0 100px;
  }
}
.hero-banner--homepage .hero-banner__curve {
  fill: #FFFFFF;
  width: 101%;
}
@media (min-width: 768px) {
  .hero-banner--homepage .hero-banner__curve {
    bottom: -1px;
    fill: #F0EDF6;
  }
}
.hero-banner--homepage .hero-banner__curve--white {
  fill: #FFFFFF;
}
.hero-banner--search-results {
  padding: 30px 15px;
}
@media (min-width: 964px) {
  .hero-banner--search-results {
    padding: 0;
  }
}
.hero-banner--search-results .hero-banner__text-block--left {
  padding: 0 0 15px;
}
@media (min-width: 964px) {
  .hero-banner--search-results .hero-banner__text-block--left {
    padding: 30px 2em;
  }
}
.hero-banner--search-results .button {
  width: 100%;
}
@media (min-width: 964px) {
  .hero-banner--search-results .button {
    width: auto;
  }
}
.hero-banner--event {
  display: block;
}
@media (min-width: 768px) {
  .hero-banner--event {
    height: 400px;
  }
}
@media (min-width: 964px) {
  .hero-banner--event {
    height: 538px;
  }
}
.hero-banner--event .hero-banner__curve {
  display: none;
}
@media (min-width: 768px) {
  .hero-banner--event .hero-banner__curve {
    display: block;
  }
}
.hero-banner--event .hero-banner__image-block--mask {
  height: 250px;
}
@media (min-width: 768px) {
  .hero-banner--event .hero-banner__image-block--mask {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .hero-banner--event .hero-banner__image-block--mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 150px 0 0 200px;
    -webkit-border-radius: 150px 0 0 200px;
    -moz-border-radius: 150px 0 0 200px;
  }
}
.hero-banner--event .hero-banner__curve--mobile {
  display: block;
  fill: #8913B0;
}
@media (min-width: 768px) {
  .hero-banner--event .hero-banner__curve--mobile {
    display: none;
  }
}
.hero-banner--event .button {
  display: inline-block;
  padding: 14px 72px;
}
.hero-banner--story {
  background: #F0EDF6;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .hero-banner--story {
    height: 370px;
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
  }
}
@media (min-width: 964px) {
  .hero-banner--story {
    height: 460px;
  }
}
.hero-banner--story .hero-banner__subtitle {
  font-size: 0.875rem;
  color: #3F3F3F;
  margin-bottom: 10px;
  line-height: 23px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .hero-banner--story .hero-banner__subtitle {
    font-size: 1rem;
  }
}
.hero-banner--story .hero-banner__subtitle strong {
  font-weight: bold;
}
.hero-banner--story .hero-banner__image-block--mask {
  height: 250px;
}
@media (min-width: 768px) {
  .hero-banner--story .hero-banner__image-block--mask {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .hero-banner--story .hero-banner__image-block--mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 100px 20px 0 100px;
    -webkit-border-radius: 100px 20px 0 100px;
    -moz-border-radius: 100px 20px 0 100px;
  }
}
@media (min-width: 964px) {
  .hero-banner--story .hero-banner__image-block--mask img {
    border-radius: 150px 20px 0 100px;
    -webkit-border-radius: 150px 20px 0 100px;
    -moz-border-radius: 150px 20px 0 100px;
  }
}
.hero-banner--story .hero-banner__curve {
  fill: #F0EDF6;
}
.hero-banner--audience {
  background: #213A64;
}
@media (min-width: 768px) {
  .hero-banner--audience {
    margin-top: 30px;
    border-radius: 40px 40px 0 40px;
    -webkit-border-radius: 40px 40px 0 40px;
    -moz-border-radius: 40px 40px 0 40px;
  }
}
.hero-banner--audience .hero-banner__title {
  font-weight: bold;
  letter-spacing: -0.03125rem;
  color: #FFFFFF;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  .hero-banner--audience .hero-banner__title {
    margin-bottom: 15px;
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner--audience .hero-banner__title {
    font-size: 2.875rem;
  }
}
.hero-banner--audience .hero-banner__subtitle {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .hero-banner--audience .hero-banner__subtitle {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner--audience .hero-banner__subtitle {
    font-size: 1.25rem;
  }
}
.hero-banner--audience p {
  color: #FFFFFF;
  opacity: 0.8;
  line-height: 1.5;
}
.hero-banner--campaign {
  display: block;
}
@media (min-width: 768px) {
  .hero-banner--campaign {
    height: 470px;
  }
}
@media (min-width: 964px) {
  .hero-banner--campaign {
    height: 540px;
  }
}
.hero-banner--campaign .hero-banner__image-block--mask {
  height: 250px;
}
@media (min-width: 768px) {
  .hero-banner--campaign .hero-banner__image-block--mask {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .hero-banner--campaign .hero-banner__image-block--mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 100px 0 0 150px;
    -webkit-border-radius: 100px 0 0 150px;
    -moz-border-radius: 100px 0 0 150px;
  }
}
@media (min-width: 964px) {
  .hero-banner--campaign .hero-banner__image-block--mask img {
    border-radius: 170px 0 0 200px;
    -webkit-border-radius: 170px 0 0 200px;
    -moz-border-radius: 170px 0 0 200px;
  }
}
.hero-banner--vibrant-purple {
  background: #4203BF;
}
.hero-banner--vibrant-purple .hero-banner__title, .hero-banner--vibrant-purple p {
  color: #FFFFFF;
}
.hero-banner--vibrant-purple a {
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-banner--generic .hero-banner__curve {
    fill: #FFFFFF;
  }
}
.hero-banner--generic .hero-banner__text-block p {
  margin: 0 auto;
}
@media (min-width: 964px) {
  .hero-banner--generic .hero-banner__text-block p {
    width: 70%;
  }
}
.hero-banner--campaign .hero-banner__curve {
  fill: #4203BF;
}
@media (min-width: 768px) {
  .hero-banner--campaign .hero-banner__curve {
    fill: #F0EDF6;
  }
}
.hero-banner--rich-purple {
  background: #8913B0;
}
.hero-banner--rich-purple .hero-banner__title, .hero-banner--rich-purple p {
  color: #FFFFFF;
}
.hero-banner--rich-purple a {
  color: #FFFFFF;
  font-weight: 700;
}
.hero-banner--rich-purple .hero-banner__curve--mobile {
  fill: #8913B0;
}
@media (min-width: 768px) {
  .hero-banner--detailed {
    display: flex;
    align-items: initial;
  }
}
.hero-banner--detailed .hero-banner__curve {
  width: 101%;
}
@media (min-width: 768px) {
  .hero-banner--detailed .hero-banner__curve {
    fill: #F0EDF6;
  }
}
.hero-banner--detailed .hero-banner__curve--white {
  fill: #FFFFFF;
}
.hero-banner--simple.hero-banner--washed-chalk {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.hero-banner--simple .hero-banner__title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero-banner--simple .hero-banner__title {
    font-size: 2.875rem;
    line-height: 1.17;
    letter-spacing: -0.03125rem;
  }
}
.hero-banner--simple .hero-banner__text-block--left {
  padding: 15px;
}
@media (min-width: 768px) {
  .hero-banner--simple .hero-banner__text-block--left {
    padding: 30px 60px;
  }
}
.hero-banner--simple-text {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .hero-banner--simple-text {
    padding: 30px 20px;
  }
}
@media (min-width: 964px) {
  .hero-banner--simple-text {
    padding: 30px 60px;
  }
}
.hero-banner--simple-text .hero-banner__text-block--left {
  padding: 0;
}
.hero-banner--simple-text .hero-banner__description {
  font-size: 0.875rem;
  line-height: 24px;
  float: left;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .hero-banner--simple-text .hero-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 964px) {
  .hero-banner--simple-text .hero-banner__description {
    margin-top: 0;
  }
}
.hero-banner__text-block {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .hero-banner__text-block {
    width: 50%;
  }
}
.hero-banner__text-block--right {
  float: right;
}
.hero-banner__text-block--detailed {
  padding: 15px 15px 40px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--detailed {
    padding: 30px 50px 60px 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--detailed {
    padding: 60px 80px 80px 60px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__text-block--detailed {
    padding: 60px 120px 120px 60px;
  }
}
.hero-banner__text-block--detailed .hero-banner__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--detailed .hero-banner__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--detailed .hero-banner__title {
    font-size: 2.875rem;
  }
}
.hero-banner__text-block--event {
  padding: 15px 15px 40px;
}
@media (max-width: 767px) {
  .hero-banner__text-block--event {
    margin-top: -71px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .hero-banner__text-block--event {
    padding: 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--event {
    padding: 60px;
  }
}
.hero-banner__text-block--event .hero-banner__title {
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .hero-banner__text-block--event .hero-banner__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 767px) {
  .hero-banner__text-block--no-date-event {
    margin-top: 0;
    padding-top: 25px;
  }
}
.hero-banner__text-block--campaign {
  padding: 15px 15px 40px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--campaign {
    padding: 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--campaign {
    padding: 60px;
  }
}
.hero-banner__text-block--campaign .hero-banner__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--campaign .hero-banner__title {
    font-size: 2rem;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--campaign .hero-banner__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner__text-block--campaign .hero-banner__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__text-block--campaign p {
    width: 80%;
  }
}
.hero-banner__text-block--campaign .hero-banner__subtitle {
  color: #FFB246;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .hero-banner__text-block--campaign .hero-banner__subtitle {
    margin-bottom: 20px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner__text-block--campaign .hero-banner__subtitle {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.hero-banner__text-block p {
  margin-bottom: 1.5em;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 964px) {
  .hero-banner__text-block p {
    font-size: 1rem;
  }
}
.hero-banner__text-block .button + .button {
  margin-left: 1em;
}
.hero-banner__text-block--full {
  width: 80%;
  float: none;
  text-align: center;
  padding: 2em 1em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-banner__text-block--full {
    padding: 4em 1em;
    width: 50%;
  }
}
.hero-banner__text-block--left {
  width: 100%;
  padding: 30px 1em;
}
@media (min-width: 768px) {
  .hero-banner__text-block--left {
    padding: 30px 2em;
  }
}
.hero-banner__text-block--left .hero-banner__title {
  margin: 0;
}
.hero-banner__text-block--audience {
  padding: 15px 15px 40px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--audience {
    padding: 40px 40px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__text-block--audience {
    padding: 88px 60px;
  }
}
.hero-banner__text-block--audience p {
  margin-bottom: 0;
}
.hero-banner__text-block--story {
  padding: 40px 15px 40px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--story {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__text-block--story {
    padding: 80px 60px;
  }
}
.hero-banner__text-block--story .hero-banner__title {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hero-banner__text-block--story .hero-banner__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 964px) {
  .hero-banner__text-block--story .hero-banner__title {
    font-size: 2rem;
  }
}
.hero-banner__text-block--story p {
  margin-bottom: 0;
  color: #3F3F3F;
  line-height: 1.44;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hero-banner__text-block--story p {
    font-size: 1rem;
  }
}
.hero-banner__button-holder {
  display: flex;
}
.hero-banner__image-block {
  float: right;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero-banner__image-block {
    order: 2;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hero-banner__image-block--left {
    position: absolute;
    left: 0;
    width: 50%;
  }
}
.hero-banner__image-block--mask {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask {
    overflow: visible;
  }
}
@media (min-width: 964px) {
  .hero-banner__image-block--mask {
    position: relative;
    text-align: right;
  }
}
.hero-banner__image-block--mask:before {
  position: absolute;
  left: -44px;
  content: "";
  background: url(/content/dist/images/spectrum-mask.png) no-repeat;
  height: 150%;
  background-size: 195px;
  top: -83px;
  width: 246px;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask:before {
    background-size: contain;
    width: 217px;
    top: 0;
    left: -33px;
    height: 100%;
  }
}
@media (min-width: 964px) {
  .hero-banner__image-block--mask:before {
    background-size: cover;
  }
}
.hero-banner__image-block--mask img {
  width: 100%;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask img {
    width: auto;
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
  }
}
@media (min-width: 964px) {
  .hero-banner__image-block--mask img {
    border-radius: 150px 0 0 150px;
    -webkit-border-radius: 150px 0 0 150px;
    -moz-border-radius: 150px 0 0 150px;
  }
}
.hero-banner__image-block--mask-detailed {
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask-detailed {
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 964px) {
  .hero-banner__image-block--mask-detailed {
    position: relative;
    text-align: right;
  }
}
.hero-banner__image-block--mask-detailed:before {
  position: absolute;
  left: -38px;
  content: "";
  background: url(/content/dist/images/spectrum-mask-detailed.png) no-repeat;
  height: 100%;
  background-size: contain;
  top: 0;
  width: 180px;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask-detailed:before {
    left: -40px;
    background-size: contain;
    width: 100%;
  }
}
@media (min-width: 964px) {
  .hero-banner__image-block--mask-detailed:before {
    left: -51px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__image-block--mask-detailed:before {
    left: -57px;
  }
}
.hero-banner__image-block--mask-detailed img {
  width: 100%;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-banner__image-block--mask-detailed img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.hero-banner__title {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 15px;
  color: #4203BF;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero-banner__title {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner__title {
    font-size: 3.375rem;
  }
}
.hero-banner__actions {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero-banner__actions {
    margin-bottom: 0;
  }
}
.hero-banner__logo {
  display: inline-flex;
  padding: 0 0 0 15px;
}
@media (min-width: 964px) {
  .hero-banner__logo {
    padding: 0 0 0 30px;
  }
}
.hero-banner__logo img {
  max-height: 40px;
}
.hero-banner__overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero-banner__overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner__date {
  background: #FFFFFF;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  text-align: center;
  height: 70px;
  margin-bottom: 15px;
  width: 70px;
  padding-top: 10px;
  color: #D31ABC;
}
@media (min-width: 768px) {
  .hero-banner__date {
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
  }
}
.hero-banner__month {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.hero-banner__day {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
  font-weight: 700;
}
.hero-banner__year {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  font-weight: 700;
}
.hero-banner__promo-block {
  background: #4203BF;
  padding: 20px;
  width: 95%;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  z-index: 9;
  clear: both;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .hero-banner__promo-block {
    width: 387px;
    position: absolute;
    right: 9px;
    bottom: -93px;
    margin-bottom: 0;
  }
}
@media (min-width: 964px) {
  .hero-banner__promo-block {
    padding: 30px;
    right: 40px;
    bottom: -40px;
  }
}
.hero-banner__promo-block .button {
  background: #7439EA;
  margin: auto auto 0 0;
}
.hero-banner__promo-block .button:hover {
  background: #FFFFFF;
  color: #7439EA;
}
.hero-banner__promo-block .owl-carousel {
  width: 100%;
}
.hero-banner__promo-block .owl-carousel .owl-dots {
  position: absolute;
  right: 1em;
  bottom: -6px;
}
.hero-banner__promo-block .owl-buttons {
  width: 80px;
  display: block;
  position: absolute;
  right: 19px;
  bottom: 20px;
  z-index: 22;
}
@media (min-width: 768px) {
  .hero-banner__promo-block .owl-buttons {
    right: 19px;
  }
}
@media (min-width: 964px) {
  .hero-banner__promo-block .owl-buttons {
    width: 100px;
    bottom: 30px;
  }
}
.hero-banner__promo-block .owl-buttons__button {
  width: 33px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  height: 33px;
  padding: 10px;
  background: #7439EA;
  transition: all 0.2s ease;
  text-align: center;
}
@media (min-width: 964px) {
  .hero-banner__promo-block .owl-buttons__button {
    padding: 12px;
    width: 40px;
    height: 40px;
  }
}
.hero-banner__promo-block .owl-buttons__button .owl-buttons__owl-svg {
  width: 10px;
  height: 14px;
}
@media (min-width: 964px) {
  .hero-banner__promo-block .owl-buttons__button .owl-buttons__owl-svg {
    width: 15px;
    height: 17px;
  }
}
.hero-banner__promo-block .owl-buttons__button:hover {
  cursor: pointer;
  background: #ffffff;
}
.hero-banner__promo-block .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #7439EA;
}
.hero-banner__promo-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero-banner__promo-title {
  color: #FFFFFF;
  margin-bottom: 9px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .hero-banner__promo-title {
    font-size: 1.375rem;
  }
}
.hero-banner__promo-text {
  color: #FFFFFF;
  margin-bottom: 30px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero-banner__promo-text {
    font-size: 1rem;
  }
}
.hero-banner__curve {
  fill: #FFFFFF;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .hero-banner__curve {
    display: block;
  }
}
.hero-banner__curve--mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-banner__curve--mobile {
    display: none;
  }
}
.hero-banner__curve--full {
  display: block;
}
.hero-banner__border {
  fill: none;
  stroke: #E0E0E0;
  stroke-miterlimit: 10;
  stroke-width: 0.35px;
}
@media (min-width: 768px) {
  .hero-banner__border {
    stroke-width: 0.25px;
  }
}
.hero-banner__curve-left {
  position: absolute;
  height: 100%;
  fill: #FFFFFF;
  left: -1px;
  top: 0;
  display: none;
  fill: #213A64;
}
@media (min-width: 768px) {
  .hero-banner__curve-left {
    display: block;
  }
}
.hero-banner__arrow-down {
  position: absolute;
  left: 60px;
  z-index: 2;
  height: 15px;
  width: 25px;
  fill: #D31ABC;
  display: none;
}
@media (min-width: 768px) {
  .hero-banner__arrow-down {
    bottom: 4px;
    display: block;
    left: 30px;
  }
}
@media (min-width: 964px) {
  .hero-banner__arrow-down {
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__arrow-down {
    bottom: 15px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform: translateX(-200%);
  background: #ffffff;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1125px) {
  .nav-wrapper {
    float: right;
    width: auto;
    position: relative;
    transform: none;
    background: none;
  }
}
.nav-wrapper.show-menu {
  z-index: 2222;
  transform: none;
}
.nav-wrapper .js-close-menu {
  position: absolute;
  top: 1em;
  right: 15px;
  background: #4203BF;
  height: 40px;
  width: 40px;
  text-align: center;
  z-index: 999;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  padding: 12px;
}
@media screen and (min-width: 1125px) {
  .nav-wrapper .js-close-menu {
    display: none;
  }
}
.nav-wrapper .js-close-menu img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
.nav-wrapper .inner-right__button {
  display: none;
}
@media screen and (min-width: 1125px) {
  .nav-wrapper .inner-right__button {
    display: inline-flex;
  }
}

.navigation {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  left: 0;
  top: 0;
  height: 50vh;
  width: 100%;
}
.navigation--upper-level {
  height: 100vh;
}
.navigation__arrow {
  fill: #BBBBBB;
  height: 10px;
  width: 14px;
  position: absolute;
  right: -3px;
  top: 20px;
  transform: rotate(-90deg) scaleX(-1);
}
@media screen and (min-width: 1125px) {
  .navigation__arrow {
    right: -1px;
    top: 15px;
    transform: none;
  }
}
.navigation__arrow--back {
  transform: rotate(90deg) scaleX(-1);
  left: -5px;
  top: 9px;
}
@media screen and (min-width: 1125px) {
  .navigation {
    position: static;
    position: initial;
    height: auto;
    width: auto;
    display: block;
    background: none;
    float: left;
    align-self: center;
    overflow-x: inherit;
    overflow-y: inherit;
  }
}
.navigation .nav-toggle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.85em 1rem;
  color: #000000;
  z-index: 100;
  cursor: pointer;
  left: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 1125px) {
  .navigation .nav-toggle {
    display: none;
  }
}
.navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.navigation .nav-toggle.back-visible .nav-title {
  transform: translateX(40px);
}
.navigation .nav-title {
  position: relative;
  left: 0;
  padding-left: 0.2em;
  transition: transform 0.3s;
}
.navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.navigation__link {
  display: block;
  position: relative;
  padding: 1em 0.7em 1em 0;
  border-bottom: 1px solid #eee;
  color: #3F3F3F;
  text-decoration: none;
  transition: color 0.15s, background-color 0.15s;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-height: 680px) {
  .navigation__link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__link {
    padding: 10px 20px;
    border-bottom: 0;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .navigation__link {
    font-size: 1rem;
    padding: 10px 25px;
  }
}
.navigation__link:hover {
  text-decoration: none;
  color: #4203BF;
}
.navigation__link--primary {
  display: none;
}
@media screen and (min-width: 1125px) {
  .navigation__link--primary {
    display: block;
  }
}
.navigation__backToSite {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.62;
  color: #555;
  text-decoration: none;
  border: 1px solid #DDD;
  background: #F5F5F5;
  border-radius: 7px;
  padding: 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  margin-left: 15px;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 1125px) {
  .navigation__backToSite {
    display: none;
  }
}
.navigation__backToSite span {
  font-size: 0;
  margin-right: 5px;
  position: relative;
}
.navigation__backToSite span img {
  height: 17px;
  margin-right: 5px;
}
.navigation__list {
  margin: 0;
  position: absolute;
  list-style: none;
  padding: 4rem 2.5rem 0 1rem;
  transition: transform 0.3s;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .navigation__list {
    padding: 3.5rem 2.5rem 0 1rem;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list {
    position: static;
    position: initial;
    padding: 0;
    width: auto;
    background: none;
    top: auto;
    left: auto;
  }
  .navigation__list:before, .navigation__list:after {
    content: " ";
    display: table;
  }
  .navigation__list:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .navigation__list {
    *zoom: 1;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list--main {
    border-bottom: 1px solid #eee;
  }
  .navigation__list--main:before, .navigation__list--main:after {
    content: " ";
    display: table;
  }
  .navigation__list--main:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .navigation__list--main {
    *zoom: 1;
  }
}
.navigation__list .navigation__list {
  display: none;
  left: 100%;
  padding: 0rem 2.5rem 0 1rem;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list {
    position: absolute;
    z-index: 999;
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    display: none;
    transition: transform 2.5s ease;
    width: 100%;
    height: 510px;
    padding: 16px 0 0 0;
    left: auto;
    left: initial;
    right: 0;
  }
}
.navigation__list .navigation__list li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list:hover {
    display: flex;
  }
}
.navigation__list .navigation__list--show-menu {
  margin: 0;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list--show-menu {
    display: flex;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item {
    width: 35%;
    border-left: 1px solid #eee;
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    background: #FFFFFF;
    vertical-align: top;
    padding: 1.5em 0;
    height: 100%;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item .navigation__item {
    width: 100%;
    background: none;
    clear: both;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
  }
}
.navigation__list .navigation__list .navigation__item .navigation__item--first .navigation__link {
  color: #3F3F3F;
  font-size: 1rem;
}
.navigation__list .navigation__list .navigation__item .navigation__link {
  color: #656565;
  border-bottom: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item .navigation__link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown > .navigation__link {
    color: #4203BF;
    font-size: 1.125rem;
    margin-bottom: 0.5em;
    border-radius: 150px 0 0 150px;
  }
  .navigation__list .navigation__list .navigation__item--has-dropdown > .navigation__link:hover {
    background: #F0EDF6;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown > .navigation__link .navigation__arrow {
    transform: rotate(-90deg) scaleX(-1);
    display: block;
    right: 20px;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown > .navigation__link:after {
    display: none;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list {
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list {
    background: #f0edf6;
    display: none;
    position: absolute;
    top: -2px;
    border-radius: 0;
    width: 186%;
    padding-top: 20px;
    padding-left: 11px;
    height: 480px;
    transform: translate(0, -66px);
    left: 100%;
  }
}
.navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list:focus, .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list:hover {
  display: block;
}
.navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list--show-menu {
  display: block;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list > a {
    color: #4203BF;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list li:first-child .navigation__link {
    font-weight: 500;
    color: #4203BF;
    margin-bottom: 0.5em;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list li .navigation__link {
    color: #3F3F3F;
    padding-bottom: 0.5em;
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list > .navigation__link {
    color: #3f3f3f;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__link {
    color: #656565;
    display: block;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    position: relative;
    word-break: normal;
    white-space: normal;
    border-radius: 150px 0 0 150px;
    padding-right: 34px;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__link:hover, .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__link:focus {
    background: #F0EDF6;
    color: #3F3F3F;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__link:hover + .navigation__list, .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__link:focus + .navigation__list {
    display: block;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__item--first {
    display: none;
  }
}
@media screen and (min-width: 1125px) and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__item--first .navigation__arrow {
    display: none;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--small {
    width: 32.5%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #F0EDF6;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--small:nth-child(2n+1), .navigation__list .navigation__list .navigation__item--small:last-child {
    border-right: 1px solid #eee;
    height: 50%;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--small > .navigation__link {
    margin-bottom: 0.2em;
    color: #8e8e8e;
    font-size: 0.7em;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--small .navigation__list .navigation__link {
    font-size: 0.9em;
    color: #424242;
  }
}
.navigation__list .navigation__list .navigation__item--has-block .navigation__block-item-title {
  display: block;
  position: relative;
  padding: 1em 0.7em 1em 0;
  text-decoration: none;
  font-weight: 500;
  color: #3F3F3F;
  font-size: 1rem;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .navigation__block-item-title {
    display: none;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation__list .navigation__list .navigation__item--has-block:hover {
  position: relative;
  z-index: 2222;
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block > .navigation__link {
    color: #4203BF;
    margin-bottom: 0.5em;
    float: left;
    padding-left: 0;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .navigation__button {
    float: right;
    font-size: 0.85em;
    padding: 0.45em 1em;
  }
}
.navigation__list .navigation__list .navigation__item--has-block .navigation__link--featured {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #3f3f3f;
  margin: 0;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .navigation__list .navigation__list .navigation__item--has-block .navigation__link--featured {
    width: 50%;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block {
    width: 65%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #F0EDF6;
  }
}
.navigation__list .navigation__list .navigation__item--has-block .latest-news__item {
  clear: both;
}
@media screen and (max-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item {
    all: unset;
  }
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item * {
    all: unset;
  }
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__image-block {
    display: none;
  }
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__link {
    color: #656565;
    font-weight: 500;
    padding: 1em 0.7em 1em 0;
    font-size: 0.875rem;
  }
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__link:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    height: 177px;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__image-block {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .latest-news__item .latest-news__date {
    margin-top: auto;
  }
}
@media screen and (max-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .sign-post {
    all: unset;
  }
  .navigation__list .navigation__list .navigation__item--has-block .sign-post * {
    all: unset;
  }
  .navigation__list .navigation__list .navigation__item--has-block .sign-post .sign-post__button {
    display: none;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .sign-post {
    background: #ffffff;
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    margin-bottom: 30px;
  }
  .navigation__list .navigation__list .navigation__item--has-block .sign-post:before, .navigation__list .navigation__list .navigation__item--has-block .sign-post:after {
    content: " ";
    display: table;
  }
  .navigation__list .navigation__list .navigation__item--has-block .sign-post:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .navigation__list .navigation__list .navigation__item--has-block .sign-post {
    *zoom: 1;
  }
}
.navigation__list .navigation__list .navigation__item--has-block .sign-post a {
  display: block;
}
@media screen and (max-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .sign-post a {
    color: #656565;
    font-weight: 500;
    padding: 1em 0.7em 1em 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1125px) {
  .navigation__list .navigation__list .navigation__item--has-block .sign-post a {
    padding: 2em;
    text-decoration: none;
    padding: 2em 1em;
  }
}
.navigation__list .navigation__list .navigation__item--has-block .sign-post a:hover {
  cursor: pointer;
}
.navigation__item {
  cursor: pointer;
  margin: 0;
}
.navigation__item:before {
  display: none;
}
@media screen and (min-width: 1125px) {
  .navigation__item {
    float: left;
  }
}
.navigation__item--main > .navigation__link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 1125px) {
  .navigation__item--main > .navigation__link {
    overflow: inherit;
  }
}
.navigation__item--main > .navigation__link:hover, .navigation__item--main > .navigation__link:focus {
  /*+ .navigation__list {
      margin: 0;

      @include desktop {
          display: flex;
          @include translate(0,0);
      }
  }*/
}
@media screen and (min-width: 1125px) {
  .navigation__item--main > .navigation__link:hover .navigation__arrow, .navigation__item--main > .navigation__link:focus .navigation__arrow {
    transform: rotate(180deg) scaleX(-1);
  }
}
.navigation__item.nav-dropdown-open > ul {
  display: block;
}
.navigation__item.nav-dropdown-open > ul .navigation__list--second {
  display: block;
  left: 0;
}
@media (min-width: 964px) {
  .navigation--microsite .navigation__list .navigation__list .navigation__item--has-dropdown .navigation__list .navigation__list {
    height: 100%;
  }
}
@media screen and (min-width: 1125px) {
  .navigation--microsite .navigation__list .navigation__item--has-block {
    height: auto;
  }
}
@media screen and (min-width: 1125px) {
  .navigation--microsite .navigation__list .navigation__list--main {
    width: 810px;
    padding: 34px 0 0 0;
    height: auto;
  }
}
/* TODO:refactor */
/* ASD related colours */
.page-header {
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 1124px) {
  .page-header .nav-wrapper.show-menu {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
    background: #fff;
  }
  .page-header .inner-right__navigation-block {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .page-header .navigation--microsite .nav-toggle:not(.back-visible) {
    display: none;
  }
  .page-header .inner-right__search-box {
    position: static;
    top: auto;
    width: 100%;
    padding: 0 2.5rem 0 1rem;
    margin-bottom: 1rem;
  }
  .page-header .navigation {
    height: auto;
    width: 100%;
    overflow: visible;
  }
  .page-header .navigation > .navigation__list {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 1rem 2.5rem 0 1rem;
  }
  .page-header .utility-block {
    order: 2;
    flex: 1 1 auto;
    min-height: 0;
  }
}
.page-header__skip-link {
  position: absolute;
  left: -9999px;
  display: block;
  width: 0;
  height: 0;
  background: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
.page-header__skip-link:focus {
  left: 0;
  width: auto;
  height: auto;
  margin: 5px;
}
@media (min-width: 964px) {
  .page-header--simple .page-header__inner {
    padding-top: 20px;
  }
}
.page-header--simple .inner-right__back {
  float: right;
  display: flex;
}
.page-header--simple .inner-right__back-text {
  color: #000000;
  padding-left: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.8em;
  display: flex;
  align-items: center;
}
@media (min-width: 964px) {
  .page-header--simple .inner-right__back-text {
    font-size: 0.9em;
  }
}
.page-header .utility-microsite + .page-header__inner {
  align-items: center;
}
.page-header__back {
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.09375rem;
  color: #3F3F3F;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
}
.page-header__back img {
  margin-right: 10px;
  webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .page-header__back img {
    margin-right: 20px;
  }
}
.page-header__inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  align-items: center;
  padding: 15px;
}
@media screen and (min-width: 1125px) {
  .page-header__inner {
    min-height: 90px;
    align-items: unset;
    padding: 0 0 14px;
  }
}
@media screen and (min-width: 1325px) {
  .page-header__inner {
    max-width: none;
    padding: 0 50px 14px 28px;
  }
}
@media (min-width: 964px) {
  .page-header__inner--simple {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1325px) {
  .page-header__inner--simple {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 1125px) {
  .page-header__inner .logo {
    display: flex;
    padding: 15px 0.5rem 0 30px;
    align-items: center;
  }
}
.page-header__inner .logo img {
  width: 120px;
}
@media (min-width: 964px) {
  .page-header__inner .logo img {
    width: 132px;
  }
}
@media (min-width: 1200px) {
  .page-header__inner .logo img {
    width: 166px;
  }
}
.page-header__inner .logo img.largerlogo {
  width: 150px;
}
@media (min-width: 768px) {
  .page-header__inner .logo img.largerlogo {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .page-header__inner .logo img.largerlogo {
    width: 220px;
  }
}
@media (min-width: 964px) {
  .page-header__inner .logo--school {
    padding: 0 0.5rem 0 30px;
  }
}
.page-header__inner .logo--school img {
  width: 155px;
}
@media (min-width: 768px) {
  .page-header__inner .logo--school img {
    width: auto;
  }
}
.page-header__inner .logo--branch img {
  width: 140px;
}
@media (min-width: 964px) {
  .page-header__inner .logo--branch img {
    width: 230px;
  }
}
.page-header__inner .inner-right {
  float: right;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right {
    display: inline;
    display: initial;
  }
}
@media screen and (max-width: 390px) {
  .page-header__inner .inner-right__button {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__button {
    display: none;
  }
}
.page-header__inner .inner-right__menu-button {
  background: none;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  width: 30px;
  margin-left: 15px;
  height: 21px;
  padding: 0;
}
@media screen and (max-height: 560px) {
  .page-header__inner .inner-right__menu-button {
    margin-left: 15px;
  }
}
.page-header__inner .inner-right__menu-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__menu-button {
    margin-left: 0;
    display: none;
  }
}
.page-header__inner .inner-right__menu-button img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__button {
    float: right;
  }
}
.page-header__inner .inner-right__search-form {
  width: 90%;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__search-form {
    width: auto;
  }
}
.page-header__inner .inner-right__search-box {
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  width: 100%;
  transition: transform 0.3s;
  top: 1em;
  padding: 0 2.5rem 0 1rem;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__search-box {
    position: relative;
    top: auto;
    float: left;
    padding: 0;
    margin-right: 1em;
    width: auto;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .page-header__inner .inner-right__search-box {
    margin-right: 1.5em;
    margin-left: 20px;
  }
}
.page-header__inner .inner-right .microSearch {
  display: none;
}
@media (min-width: 964px) {
  .page-header__inner .inner-right .microSearch {
    display: flex;
  }
}
.page-header__inner .inner-right .search-bar {
  width: 100%;
}
.page-header__inner .inner-right .search-bar__search {
  color: #7c7c7c;
  position: relative;
  transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  height: 46px;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-size: 1rem;
  cursor: pointer;
  right: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: white;
  background: url(/content/dist/images/search-header.svg) no-repeat;
  background-size: 15px;
  background-position: 13px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .page-header__inner .inner-right .search-bar__search {
    height: 37px;
  }
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right .search-bar__search {
    position: absolute;
    width: 0;
    border: 0;
    background-color: none;
  }
}
.page-header__inner .inner-right .search-bar__search:focus, .page-header__inner .inner-right .search-bar__search.focus {
  z-index: 3;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right .search-bar__search:focus, .page-header__inner .inner-right .search-bar__search.focus {
    width: 620px;
    border: 1px solid #e0e0e0;
    background-color: white;
    outline: none;
    cursor: auto;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right .search-bar__search:focus + .search-bar__search-icon, .page-header__inner .inner-right .search-bar__search.focus + .search-bar__search-icon {
    display: block;
    z-index: 22;
    pointer-events: none;
  }
}
.page-header__inner .inner-right .search-bar__search:focus + .search-bar__search-icon + .activate, .page-header__inner .inner-right .search-bar__search.focus + .search-bar__search-icon + .activate {
  z-index: 3;
}
.page-header__inner .inner-right .search-bar__search ::-webkit-search-cancel-button {
  cursor: pointer;
}
.page-header__inner .inner-right .search-bar__search-icon {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}
.page-header__inner .inner-right .search-bar__search-icon:after {
  content: "";
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: #FFFFFF url(/content/dist/images/search-right.svg) no-repeat;
  height: 30px;
  width: 30px;
}
.page-header__inner .inner-right .search-bar__icon {
  display: none;
  fill: #BBBBBB;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 22;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 17px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-header__inner .inner-right .search-bar__icon {
    display: block;
  }
}
.page-header__inner .inner-right .search-bar__submit {
  position: relative;
  display: none;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  background: none;
  font-size: 0;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right .search-bar__submit {
    display: inline-block;
  }
}
.page-header__inner .inner-right__navigation-block {
  width: 100%;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__navigation-block {
    align-items: center;
    display: flex;
    float: right;
    width: auto;
    clear: both;
    padding-right: 30px;
  }
}
.page-header__inner .inner-right__navigation-block:before, .page-header__inner .inner-right__navigation-block:after {
  content: " ";
  display: table;
}
.page-header__inner .inner-right__navigation-block:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.page-header__inner .inner-right__navigation-block {
  *zoom: 1;
}
.page-header__inner .inner-right__navigation-block .main-nav {
  float: left;
  display: none;
  clear: both;
  margin-right: 1em;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__navigation-block .main-nav {
    display: block;
    align-self: flex-end;
  }
}
.page-header__inner .inner-right__navigation-block .main-nav__list {
  position: relative;
}
.page-header__inner .inner-right__navigation-block .main-nav__item {
  display: inline-block;
  position: relative;
}
.page-header__inner .inner-right__navigation-block .main-nav__link {
  display: block;
  color: #3F3F3F;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.2em;
  transition: all 0.2s ease;
  position: relative;
}
.page-header__inner .inner-right__navigation-block .main-nav__link--has-menu:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-size: cover;
  right: -9px;
  top: 15px;
}
.page-header__inner .inner-right__navigation-block .main-nav__link--has-menu:hover:after {
  background-size: cover;
}
.page-header__inner .inner-right__navigation-block .main-nav__link--has-menu:hover + .main-nav__sub-menu {
  display: flex;
  transform: translate(0, 0);
}
.page-header__inner .inner-right__navigation-block .main-nav__link:hover {
  text-decoration: none;
  color: #E425CC;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu {
  position: absolute;
  left: 0;
  top: 63px;
  width: 141%;
  z-index: 999;
  background: #ffffff;
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  z-index: 99;
  border-left: 1px solid #eee;
  display: none;
  transform: translate(0, -2em);
  transition: transform 2.5s ease;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__navigation-block .main-nav__sub-menu {
    width: 800px;
  }
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-list--small {
  width: 50%;
  float: left;
  margin-bottom: 2em;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-list--small .main-nav__sub-menu-link {
  font-size: 0.9em;
  color: #424242;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-list--small .main-nav__sub-menu-title {
  margin-bottom: 0.2em;
  color: #8e8e8e;
  font-size: 0.7em;
  text-transform: uppercase;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-link {
  color: #656565;
  display: block;
  padding: 0.4em 0;
  font-weight: 500;
  font-size: 1.05em;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-link:hover {
  text-decoration: none;
  color: #494949;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-title {
  color: #3F3F3F;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-left {
  padding: 2em;
  flex-grow: 1.5;
  flex-shrink: 1.5;
  flex-basis: 0;
}
.page-header__inner .inner-right__navigation-block .main-nav__sub-menu-right {
  padding: 2em;
  flex-grow: 2.5;
  flex-shrink: 2.5;
  flex-basis: 0;
  background: #F0EDF6;
}
@media screen and (min-width: 1125px) {
  .page-header__inner .inner-right__navigation-block .button {
    float: right;
    display: flex;
  }
}
@media screen and (min-width: 1125px) {
  .page-header .social {
    margin: 0 30px 0 0;
  }
}
.page-header .social__list {
  margin: 0;
  padding: 0 1rem;
}
@media screen and (min-width: 1125px) {
  .page-header .social__list {
    padding: 0;
  }
}
.page-header .social__item {
  text-align: center;
  display: inline-block;
}
.page-header .social__item:not(:last-child) {
  margin-right: 5px;
}
.page-header .social__link {
  text-decoration: none;
  color: #4203BF;
  border: 1px solid #e0e0e0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-header .social__link {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.page-header .social__link img {
  max-width: 17px;
}
.page-header .social__icon {
  fill: #4203BF;
  width: 17px;
  height: 17px;
}
/* TODO:refactor */
/* ASD related colours */
.footer__subscription-block {
  background: #F0EDF6;
  text-align: center;
  padding: 40px 15px;
}
@media (min-width: 964px) {
  .footer__subscription-block {
    padding: 60px 30px;
  }
}
.footer__subscription-block .button {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__subscription-block .button {
    width: auto;
  }
}
.footer__subscription-block--light {
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.footer__subscription-block--light .footer__subscription-title {
  color: #4203BF;
}
.footer__subscription-block--hide {
  display: none;
}
.footer__subscription-block--hide + .footer__sub-footer {
  border-top: 1px solid #E0E0E0;
}
.footer__subscription-title {
  font-size: 1.125rem;
  margin-bottom: 15px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 964px) {
  .footer__subscription-title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.footer .container {
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 1370px) {
  .footer .container {
    max-width: none;
  }
}
.footer__button {
  background: none;
  width: 100%;
  padding: 15px;
  outline: none;
  border: none;
}
@media (min-width: 964px) {
  .footer__button {
    display: none;
  }
}
.footer__button:hover {
  background: none;
}
.footer__button-title {
  font-size: 1rem;
  color: #4203BF;
  width: 100%;
  margin: 0;
  text-align: left;
}
.footer__icon {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 20px;
  height: 20px;
}
.footer__icon span {
  position: absolute;
  transition: 0.3s;
  background: #BBBBBB;
  border-radius: 2px;
}
.footer__icon span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.footer__icon span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.footer__sub-footer {
  padding: 30px 15px;
}
@media (min-width: 964px) {
  .footer__sub-footer {
    padding: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__sub-footer {
    padding: 30px 60px;
  }
}
.footer__sub-nav {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0;
  -webkit-border-radius: 20px 20px 0;
  -moz-border-radius: 20px 20px 0;
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .footer__sub-nav {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100px;
  }
}
.footer__top {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 964px) {
  .footer__top {
    display: flex;
  }
}
.footer__list {
  padding: 0;
  margin: 0;
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
}
@media (min-width: 964px) {
  .footer__list {
    height: auto;
    margin: 0 0 1em;
  }
}
.footer__list.active {
  height: auto;
}
.footer__list:focus {
  outline: none;
}
.footer__item {
  display: block;
  text-align: center;
}
@media (min-width: 964px) {
  .footer__item {
    display: inline-block;
  }
}
@media (min-width: 964px) {
  .footer__item:first-child .footer__link {
    padding-left: 0;
  }
}
@media (min-width: 964px) {
  .footer__item:last-child .footer__link {
    padding-right: 0;
  }
}
.footer__link {
  display: block;
  text-decoration: none;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  font-weight: 700;
  color: #535353;
}
@media (min-width: 964px) {
  .footer__link {
    font-size: 0.9em;
  }
}
.footer__sub-text {
  font-size: 0.625rem;
  color: #656565;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 964px) {
  .footer__sub-text {
    margin-bottom: 0;
    text-align: left;
  }
}
.footer .social {
  margin-bottom: 20px;
}
@media (min-width: 964px) {
  .footer .social {
    margin-bottom: 0;
    margin-left: auto;
  }
}
.footer .social__list {
  margin: 0;
  padding: 0;
}
@media (min-width: 964px) {
  .footer .social__list {
    text-align: right;
  }
}
.footer .social__item {
  text-align: center;
  display: inline-block;
}
.footer .social__item:not(:last-child) {
  margin-right: 5px;
}
.footer .social__link {
  text-decoration: none;
  color: #4203BF;
  border: 1px solid #e0e0e0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .social__link {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.footer .social__link img {
  max-width: 17px;
}
.footer__fundrasier {
  text-align: center;
}
@media (min-width: 964px) {
  .footer__fundrasier {
    text-align: right;
  }
}
.footer__fundrasier img {
  max-height: 50px;
}
@media (min-width: 768px) {
  .footer__fundrasier img {
    max-height: 48px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/content/dist/images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 0.875rem;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-buttons__owl-svg use {
  filter: invert(0.1) brightness(0.4);
}

.owl-buttons__owl-svg:hover use {
  filter: none;
}
/* TODO:refactor */
/* ASD related colours */
.accordion {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.accordion--black {
  background: #000000;
}
.accordion--black .accordion__title, .accordion--black p, .accordion--black ul li, .accordion--black ol li {
  color: #FFFFFF;
}
.accordion--black .accordion__icon span {
  background: #FFFFFF;
}
.accordion--black .accordion__panel a {
  color: #FFFFFF;
  text-decoration: underline;
}
.accordion--black .accordion__panel h1, .accordion--black .accordion__panel h2, .accordion--black .accordion__panel h3 {
  color: #FFFFFF;
}
.accordion--black-75 {
  background: #3F3F3F;
}
.accordion--black-75 .accordion__title, .accordion--black-75 p, .accordion--black-75 ul li, .accordion--black-75 ol li {
  color: #FFFFFF;
}
.accordion--black-75 .accordion__icon span {
  background: #FFFFFF;
}
.accordion--black-75 .accordion__panel h1, .accordion--black-75 .accordion__panel h2, .accordion--black-75 .accordion__panel h3 {
  color: #FFFFFF;
}
.accordion--black-50 {
  background: #757575;
}
.accordion--black-50 .accordion__title, .accordion--black-50 p, .accordion--black-50 ul li, .accordion--black-50 ol li {
  color: #FFFFFF;
}
.accordion--black-50 .accordion__icon span {
  background: #FFFFFF;
}
.accordion--black-50 .accordion__panel h1, .accordion--black-50 .accordion__panel h2, .accordion--black-50 .accordion__panel h3 {
  color: #FFFFFF;
}
.accordion--black-25 {
  background: #BBBBBB;
}
.accordion--black-10 {
  background: #E0E0E0;
}
.accordion--black-5 {
  background: #ECECEC;
}
.accordion--white {
  background: #FFFFFF;
}
.accordion--white p, .accordion--white ul li, .accordion--white ol li {
  color: #3F3F3F;
}
.accordion--white .accordion__panel h1, .accordion--white .accordion__panel h2, .accordion--white .accordion__panel h3 {
  color: #3F3F3F;
}
.accordion--washed-chalk {
  background: #F0EDF6;
}
.accordion--washed-chalk p {
  color: #3F3F3F;
}
.accordion--washed-chalk .accordion__panel h1, .accordion--washed-chalk .accordion__panel h2, .accordion--washed-chalk .accordion__panel h3 {
  color: #3F3F3F;
}
.accordion--blue-violet {
  background: #4203BF;
  border-color: #4203BF;
}
.accordion--blue-violet .accordion__title, .accordion--blue-violet p, .accordion--blue-violet ul li, .accordion--blue-violet ol li {
  color: #FFFFFF;
}
.accordion--blue-violet .accordion__icon span {
  background: #FFFFFF;
}
.accordion--blue-violet .accordion__panel h1, .accordion--blue-violet .accordion__panel h2, .accordion--blue-violet .accordion__panel h3 {
  color: #FFFFFF;
}
.accordion--violet-purple {
  background: #6F2488;
  border-color: #6F2488;
}
.accordion--violet-purple .accordion__title, .accordion--violet-purple p, .accordion--violet-purple ul li, .accordion--violet-purple ol li {
  color: #FFFFFF;
}
.accordion--violet-purple .accordion__icon span {
  background: #FFFFFF;
}
.accordion--violet-purple .accordion__panel h1, .accordion--violet-purple .accordion__panel h2, .accordion--violet-purple .accordion__panel h3 {
  color: #FFFFFF;
}
.accordion--yellow {
  background: #FFB246;
  border-color: #FFB246;
}
.accordion--yellow .accordion__title, .accordion--yellow p, .accordion--yellow ul li, .accordion--yellow ol li {
  color: #000000;
}
.accordion--yellow .accordion__icon span {
  background: #000000;
}
.accordion--yellow .accordion__panel h1, .accordion--yellow .accordion__panel h2, .accordion--yellow .accordion__panel h3 {
  color: #000000;
}
.accordion--invalid {
  border: 1px solid #A22602;
}
.accordion__title {
  padding: 0;
  display: inline-block;
  margin: 0;
  color: #4203BF;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.03125rem;
  pointer-events: none;
  width: 85%;
}
@media (min-width: 768px) {
  .accordion__title {
    width: 90%;
  }
}
@media (min-width: 964px) {
  .accordion__title {
    font-size: 1.375rem;
  }
}
.accordion__description {
  margin: 1em 0 0;
  width: 70%;
  pointer-events: none;
  font-size: 0.875rem;
}
.accordion__icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  pointer-events: none;
}
@media (min-width: 964px) {
  .accordion__icon {
    top: 22px;
    right: 30px;
  }
}
.accordion__icon span {
  position: absolute;
  transition: 0.3s;
  background: #4203BF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.accordion__icon span:first-of-type {
  top: 26%;
  bottom: 34%;
  width: 3px;
  left: 45%;
}
.accordion__icon span:last-of-type {
  left: 27%;
  right: 32%;
  height: 3px;
  top: 42%;
}
.accordion__source {
  margin-bottom: 20px;
}
.accordion__panel {
  margin: 0;
  padding: 0 20px 10px;
}
@media (min-width: 964px) {
  .accordion__panel {
    padding: 0 30px 30px 30px;
  }
}
.accordion__panel a {
  font-style: italic;
  color: #000000;
  font-size: 0.9em;
  text-decoration: none;
}
.accordion__panel p {
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 15px;
}
.accordion__panel h1, .accordion__panel h2, .accordion__panel h3 {
  margin-bottom: 15px;
  font-weight: 500;
}
.accordion__panel ul, .accordion__panel ol {
  padding-left: 20px;
}
.accordion__panel ul li, .accordion__panel ol li {
  font-size: 0.875rem;
  line-height: 24px;
}
.accordion__trigger {
  background: none;
  color: #3F3F3F;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 964px) {
  .accordion__trigger {
    padding: 30px;
  }
}
.accordion__trigger:hover {
  background: none;
}
.accordion__trigger[aria-expanded=true] {
  padding: 20px 20px 5px;
}
@media (min-width: 964px) {
  .accordion__trigger[aria-expanded=true] {
    padding: 30px 30px 5px;
  }
}
.accordion__trigger[aria-expanded=true] .accordion__description {
  margin-bottom: 15px;
}
.accordion__trigger[aria-expanded=true] .accordion__icon span {
  transform: rotate(90deg);
}
.accordion__trigger[aria-expanded=true] .accordion__icon span:last-of-type {
  left: 50%;
  right: 50%;
}
/* TODO:refactor */
/* ASD related colours */
.testimonial-block {
  position: relative;
}
.testimonial-block:before, .testimonial-block:after {
  content: " ";
  display: table;
}
.testimonial-block:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.testimonial-block {
  *zoom: 1;
}
.testimonial-block__carousel {
  margin-top: 30px;
}
@media (min-width: 964px) {
  .testimonial-block__carousel {
    margin-top: 0;
  }
}
.testimonial-block__title {
  margin-bottom: 15px;
  color: #4203BF;
}
@media (min-width: 768px) {
  .testimonial-block__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.testimonial-block__item {
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  background: #FFFFFF;
  margin: 0 0 15px;
  padding: 20px;
  display: flex;
}
.testimonial-block__item:before, .testimonial-block__item:after {
  content: " ";
  display: table;
}
.testimonial-block__item:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.testimonial-block__item {
  *zoom: 1;
}
.testimonial-block__item:nth-child(odd) .testimonial-block__bubble {
  background: #EF6263;
}
.testimonial-block__description {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #3F3F3F;
}
.testimonial-block__icon {
  float: left;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .testimonial-block__icon {
    width: auto;
  }
}
.testimonial-block__bubble {
  background: #FFB246;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  display: flex;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-block__bubble {
    height: 66px;
    margin-bottom: 0;
    width: 66px;
  }
}
.testimonial-block__bubble img {
  width: 18px;
  height: 15px;
}
@media (min-width: 768px) {
  .testimonial-block__bubble img {
    width: 25px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .testimonial-block__content {
    width: 80%;
    float: left;
  }
}
@media (min-width: 964px) {
  .testimonial-block__content {
    width: 90%;
  }
}
.testimonial-block footer {
  color: #757575;
}
.testimonial-block footer cite {
  font-style: normal;
  font-size: 0.875rem;
}
.testimonial-block .owl-buttons {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  display: block;
}
.testimonial-block .owl-buttons__button {
  width: 40px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  height: 40px;
  padding: 12px;
  background: none;
  border: 1px solid #E0E0E0;
  transition: all 0.2s ease;
}
.testimonial-block .owl-buttons__button svg {
  fill: #D0C0EF;
  height: 14px;
  width: 14px;
}
.testimonial-block .owl-buttons__button:hover {
  cursor: pointer;
  background: #4203BF;
  border-color: #4203BF;
}
.testimonial-block .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #FFFFFF;
}
/* TODO:refactor */
/* ASD related colours */
.promotional-panel {
  background: #FFFFFF;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .promotional-panel {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
}
.promotional-panel__container {
  max-width: 964px;
  margin: 0 auto;
}
.promotional-panel--blue {
  background: #5E28C8;
  border: none;
}
.promotional-panel--blue h2, .promotional-panel--blue p {
  color: #FFFFFF;
}
.promotional-panel--blue .promotional-panel__description {
  opacity: 0.8;
}
.promotional-panel--blue .promotional-panel__actions {
  background: #4203BF;
}
.promotional-panel--blue .promotional-panel__actions:after {
  background: #4203BF;
}
.promotional-panel--blue .promotional-panel__curve-left {
  fill: #5E28C8;
}
.promotional-panel--purple {
  background: #9A36BB;
  border: none;
}
.promotional-panel--purple h2, .promotional-panel--purple p {
  color: #FFFFFF;
}
.promotional-panel--purple .promotional-panel__description {
  opacity: 0.8;
}
.promotional-panel--purple .promotional-panel__actions {
  background: #8913B0;
}
.promotional-panel--purple .promotional-panel__actions:after {
  background: #8913B0;
}
.promotional-panel--purple .promotional-panel__curve-left {
  fill: #9A36BB;
}
.promotional-panel__content {
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .promotional-panel__content {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 60%;
  }
}
.promotional-panel__title {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
}
@media (min-width: 768px) {
  .promotional-panel__title {
    font-size: 2rem;
  }
}
.promotional-panel__description {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .promotional-panel__description {
    padding: 0;
    font-size: 1rem;
  }
}
.promotional-panel__actions-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .promotional-panel__actions-holder {
    width: 40%;
    margin-left: auto;
  }
}
.promotional-panel__actions {
  align-items: center;
  position: relative;
  justify-content: center;
  background: #F0EDF6;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .promotional-panel__actions {
    height: 100%;
    padding-top: 87px;
    padding-bottom: 87px;
    padding-left: 70px;
    display: flex;
  }
}
@media (min-width: 964px) {
  .promotional-panel__actions {
    padding-left: 117px;
  }
}
@media (min-width: 768px) {
  .promotional-panel__actions:after {
    height: 100%;
    background: #F0EDF6;
    content: "";
    width: 200%;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 768px) {
  .promotional-panel__actions .button {
    padding: 12px 0;
    width: 100%;
  }
}
@media (min-width: 964px) {
  .promotional-panel__actions .button {
    padding: 12px 30px;
    width: auto;
  }
}
.promotional-panel__curve-left {
  display: none;
}
@media (min-width: 768px) {
  .promotional-panel__curve-left {
    display: block;
    position: absolute;
    height: 100%;
    fill: #FFFFFF;
    left: 0;
    top: 0;
  }
}
/* TODO:refactor */
/* ASD related colours */
.rich-text-editor {
  /* Table Styling */
}
.rich-text-editor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  color: #3F3F3F;
  padding: 10px 0 20px;
}
@media (min-width: 768px) {
  .rich-text-editor ul {
    padding: 15px 0 30px;
  }
}
.rich-text-editor ul ul {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .rich-text-editor ul ul {
    padding: 15px 0 0;
  }
}
.rich-text-editor ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .rich-text-editor ul li {
    font-size: 1rem;
  }
}
.rich-text-editor ul li:last-child {
  margin-bottom: 0;
}
.rich-text-editor ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #4203BF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rich-text-editor h1, .rich-text-editor h2, .rich-text-editor h3 {
  margin-bottom: 15px;
  color: #4203BF;
}
.rich-text-editor h1 {
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .rich-text-editor h1 {
    margin-bottom: 30px;
    font-size: 2.875rem;
  }
}
.rich-text-editor h2 {
  font-weight: 600;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .rich-text-editor h2 {
    font-size: 2rem;
  }
}
.rich-text-editor h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .rich-text-editor h3 {
    font-size: 1.625rem;
  }
}
.rich-text-editor p {
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 15px;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .rich-text-editor p {
    font-size: 1rem;
  }
}
.rich-text-editor a:visited {
  color: #0000EE;
}
.rich-text-editor hr {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.rich-text-editor ol {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  counter-reset: item;
  color: #3F3F3F;
  padding: 10px 0 20px;
}
@media (min-width: 768px) {
  .rich-text-editor ol {
    padding: 15px 0 30px;
  }
}
.rich-text-editor ol ol {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .rich-text-editor ol ol {
    padding: 15px 0 0;
  }
}
.rich-text-editor ol li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .rich-text-editor ol li {
    font-size: 1rem;
  }
}
.rich-text-editor ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #4203BF;
  width: 1em;
  position: absolute;
  left: 0;
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
.rich-text-editor table {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 1.5em;
  border-spacing: 0;
}
.rich-text-editor table thead tr th {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  text-align: left;
  padding: 0 0 1em;
  font-weight: 500;
}
.rich-text-editor table tbody tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.rich-text-editor table tbody tr td {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 1em 0;
}

.error-page .rich-text-editor {
  margin: 40px 0 15px;
}
@media (min-width: 964px) {
  .error-page .rich-text-editor {
    margin: 80px 0 30px;
  }
}
.error-page .rich-text-editor.no-top-margin {
  margin-top: 0;
}
.error-page .rich-text-editor h1 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (min-width: 964px) {
  .error-page .rich-text-editor h1 {
    margin-bottom: 15px;
    font-size: 2.875rem;
  }
}
.error-page .rich-text-editor h2 {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
@media (min-width: 964px) {
  .error-page .rich-text-editor h2 {
    margin-bottom: 15px;
    font-size: 1.625rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
.generic-section {
  position: relative;
  z-index: 0;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
}
@media (min-width: 768px) {
  .generic-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.generic-section footer_curved {
  z-index: 1;
  background-color: transparent !important;
}
.generic-section__container {
  max-width: 964px;
  margin: 0 auto;
}
.generic-section__content {
  position: relative;
}
.generic-section__col.split {
  width: 100%;
}
@media (min-width: 768px) {
  .generic-section__col.split {
    width: 50%;
  }
}
.generic-section__header, .generic-section__footer {
  position: absolute;
  left: 0;
  z-index: -10;
  display: none;
  width: 100%;
}
.generic-section--one-column .generic-section__content, .generic-section--two-column .generic-section__content {
  justify-content: center;
}
.generic-section--h-center .generic-section__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.generic-section--h-right .generic-section__col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.generic-section.header-curved .generic-section__header {
  top: 0;
  display: block;
}
.generic-section.footer-curved .generic-section__footer {
  bottom: -4px;
  display: block;
  height: 120px;
}
.generic-section.footer-curved .generic-section__footer-curve {
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  width: 100%;
}
.generic-section.full .generic-section__container {
  max-width: none;
}
.generic-section.no-side-padding {
  padding-right: 0;
  padding-left: 0;
}
/* TODO:refactor */
/* ASD related colours */
.azure-sso {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .azure-sso {
    padding: 60px 30px;
  }
}
.azure-sso__container {
  max-width: 800px;
}
.azure-sso__back {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .azure-sso__back {
    margin-bottom: 60px;
  }
}
.azure-sso__title {
  color: #4203BF;
}
.azure-sso__text {
  margin-top: 30px;
}
.azure-sso__paragraph {
  color: #3F3F3F;
}
.azure-sso__paragraph + .azure-sso__paragraph {
  margin-top: 15px;
}
.azure-sso__link {
  color: #4203BF;
}
.azure-sso__signpost-title {
  margin-bottom: 15px;
  color: #3F3F3F;
  font-weight: 500;
}
.azure-sso__signpost-title p {
  margin-bottom: 15px;
}
.azure-sso__content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .azure-sso__content {
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
}
.azure-sso__content .social {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .azure-sso__content .social {
    flex-basis: 41.667%;
    max-width: 41.667%;
    margin-top: 0;
    margin-left: 15px;
    padding: 0 30px;
  }
}
.azure-sso__content .social .options {
  margin-top: 15px;
}
.azure-sso__content .social .intro h2 {
  color: #3F3F3F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}
.azure-sso__content .entry {
  padding: 30px;
}
.azure-sso__content .entry-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.azure-sso__content .entry-item + .entry-item {
  margin-top: 30px;
}
.azure-sso__content .verifying_blurb,
.azure-sso__content .error {
  color: #A22602;
  font-size: 0.75rem;
  line-height: 1.5;
}
.azure-sso__content .error.itemLevel {
  display: none;
}
.azure-sso__content .error.itemLevel[aria-hidden=false] {
  display: block;
  order: 1;
  margin-top: 15px;
}
.azure-sso__content .error[aria-hidden=false] + input {
  border-color: #A22602;
}
.azure-sso__content .verifying-modal {
  margin-top: 15px;
}
.azure-sso__content .divider {
  display: none;
}
.azure-sso__content .password-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.azure-sso__content .create {
  padding: 20px 30px;
  background-color: #4203BF;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5;
}
.azure-sso__content .create p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.azure-sso__content .create #createAccount {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  transition: all 0.2s ease;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.65em 1.5em;
  background: #7439EA;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
@media (min-width: 768px) {
  .azure-sso__content .create #createAccount {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 964px) {
  .azure-sso__content .create #createAccount {
    padding: 0.65em 2.5em;
    font-size: 0.75rem;
  }
}
.azure-sso__content .create #createAccount:hover {
  background: rgb(87.6712328767, 23.0136986301, 216.9863013699);
  text-decoration: none;
}
.azure-sso__content .attrEntry.validate {
  display: flex;
  flex-direction: column;
}
.azure-sso__content .verificationInfoText[aria-hidden=false],
.azure-sso__content .verificationSuccessText[aria-hidden=false],
.azure-sso__content .verificationErrorText[aria-hidden=false] {
  display: block !important;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .azure-sso__content .verificationInfoText[aria-hidden=false],
  .azure-sso__content .verificationSuccessText[aria-hidden=false],
  .azure-sso__content .verificationErrorText[aria-hidden=false] {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.azure-sso__content .verificationInfoText,
.azure-sso__content .verificationSuccessText {
  color: #3F3F3F;
}
.azure-sso__content form {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}
.azure-sso__content form .intro {
  display: none;
}
@media (min-width: 768px) {
  .azure-sso__content form[id=localAccountForm] {
    flex-basis: 58.333%;
    max-width: 58.333%;
    margin-right: 15px;
  }
}
.azure-sso__content form[id=localAccountForm] .error.pageLevel {
  padding: 30px 30px 0;
}
.azure-sso__content form[id=localAccountForm] .buttons {
  margin-top: 80px;
}
.azure-sso__content form[id=attributeVerification] {
  width: 100%;
  padding: 30px;
}
.azure-sso__content form[id=attributeVerification] .error.pageLevel[aria-hidden=false] {
  margin-bottom: 15px;
}
.azure-sso__content form[id=attributeVerification] .buttons {
  margin-top: 30px;
}
.azure-sso__content a {
  color: #4203BF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}
.azure-sso__content a[id=forgotPassword] {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.azure-sso__content a[data-help] {
  display: none;
}
.azure-sso__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.azure-sso__content li + li {
  margin-top: 30px;
}
.azure-sso__content div[data-claim_id=email] {
  order: 2;
  margin-top: 30px;
}
.azure-sso__content label[aria-hidden=false],
.azure-sso__content input[aria-hidden=false] {
  display: block !important;
}
.azure-sso__content label {
  display: block;
  margin-bottom: 10px;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.67;
  text-align: left;
  text-transform: uppercase;
}
.azure-sso__content label[for=password] {
  margin-right: 15px;
}
.azure-sso__content input {
  width: 100%;
  padding: 13px 20px;
  background-color: white;
  border: solid 1px #E0E0E0;
  border-radius: 10px;
  color: #3F3F3F;
  font-size: 1rem;
}
.azure-sso__content input[id=email_ver_input] {
  margin-bottom: 30px;
}
.azure-sso__content input:focus {
  border-color: #4203BF;
}
.azure-sso__content button {
  transition: background-color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.65em 1.5em;
  background-color: #D31ABC;
  border: 2px solid transparent;
  border-radius: 25px;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
@media (min-width: 768px) {
  .azure-sso__content button {
    width: auto;
    min-width: 200px;
    padding: 0.65em 2.5em;
    font-size: 1rem;
  }
}
.azure-sso__content button[disabled] {
  background-color: rgb(230.6455696203, 57.3544303797, 209.1012658228);
  cursor: default;
}
.azure-sso__content button[id=cancel] {
  display: none;
}
.azure-sso__content button:not([disabled]):hover {
  background-color: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.azure-sso__content button#continue[disabled] {
  display: none;
}
.azure-sso__content button#email_ver_but_send, .azure-sso__content button#email_ver_but_resend, .azure-sso__content button#email_ver_but_edit {
  background: #4203BF;
}
.azure-sso__content button#email_ver_but_send:hover, .azure-sso__content button#email_ver_but_resend:hover, .azure-sso__content button#email_ver_but_edit:hover {
  background: rgb(39.9742268041, 1.8170103093, 115.6829896907);
  text-decoration: none;
}
.azure-sso__content button.accountButton {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 13px 15px 13px 65px;
  border: none;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
}
.azure-sso__content button.accountButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
}
.azure-sso__content button[id=GoogleExchange] {
  background-color: #DB4A39;
}
.azure-sso__content button[id=GoogleExchange]::before {
  background-size: 15px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M14.822 5.879H9.584L6.518 8.938h4.208c-.549 1.23-1.785 2.087-3.219 2.087-1.944 0-3.522-1.578-3.522-3.522 0-1.947 1.578-3.528 3.522-3.528.706 0 1.363.207 1.913.564l2.838-2.836C10.961.639 9.305 0 7.497 0 3.357 0 0 3.358 0 7.503 0 11.643 3.356 15 7.497 15 11.642 15 15 11.643 15 7.503c0-.559-.063-1.104-.178-1.624'/%3E%3C/svg%3E");
}
.azure-sso__content button[id=GoogleExchange]:hover, .azure-sso__content button[id=GoogleExchange]:focus {
  background-color: rgb(190.3846153846, 50.9615384615, 34.6153846154);
}
.azure-sso__content button[id=TwitterExchange] {
  background-color: #00ACEE;
}
.azure-sso__content button[id=TwitterExchange]::before {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M20 4.179c-.736.321-1.526.539-2.356.636.848-.5 1.496-1.292 1.804-2.234-.795.463-1.673.799-2.607.981-.749-.786-1.814-1.276-2.995-1.276-2.266 0-4.103 1.81-4.103 4.04 0 .316.036.625.106.92C6.44 7.077 3.417 5.47 1.393 3.024 1.04 3.62.84 4.314.84 5.055c0 1.402.724 2.64 1.824 3.363-.672-.022-1.305-.204-1.858-.507v.05c0 1.957 1.415 3.59 3.29 3.962-.343.091-.706.142-1.08.142-.266 0-.522-.026-.773-.075.522 1.606 2.037 2.774 3.832 2.806C4.67 15.88 2.9 16.523.979 16.523c-.332 0-.658-.02-.979-.055 1.816 1.148 3.972 1.818 6.289 1.818 7.547 0 11.673-6.157 11.673-11.497l-.014-.523C18.754 5.7 19.45 4.99 20 4.18z'/%3E%3C/svg%3E");
}
.azure-sso__content button[id=TwitterExchange]:hover, .azure-sso__content button[id=TwitterExchange]:focus {
  background-color: rgb(0, 135.1428571429, 187);
}
.azure-sso__content button[id=LinkedInExchange] {
  background-color: #0072B1;
}
.azure-sso__content button[id=LinkedInExchange]::before {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M18.522 20c.768 0 1.4-.568 1.471-1.295l.007-.138V1.433c0-.745-.586-1.357-1.336-1.426L18.522 0H1.478C.71 0 .078.568.007 1.295L0 1.433v17.134c0 .745.586 1.357 1.336 1.426l.142.007h17.044zM4.552 6.478h-.02c-1.013 0-1.669-.694-1.669-1.56 0-.886.676-1.56 1.71-1.56 1.033 0 1.669.674 1.688 1.56 0 .866-.655 1.56-1.709 1.56zm6.203 10.264h-3.02v-.175c.005-1.164.034-7.757.002-8.79l-.003-.066h3.021v1.278l.039-.058c.388-.58 1.06-1.35 2.457-1.426l.226-.006c1.926 0 3.385 1.211 3.474 3.809l.004.256v5.178h-3.02v-4.831c0-1.214-.438-2.043-1.53-2.043-.835 0-1.332.559-1.55 1.098-.064.155-.09.358-.097.571l-.003.162v5.043zm-4.692 0H3.042V7.711h3.02v9.031z'/%3E%3C/svg%3E");
}
.azure-sso__content button[id=LinkedInExchange]:hover, .azure-sso__content button[id=LinkedInExchange]:focus {
  background-color: rgb(0, 81.1525423729, 126);
}
.azure-sso__content button[aria-hidden=false] + button[aria-hidden=false] {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .azure-sso__content button[aria-hidden=false] + button[aria-hidden=false] {
    margin-top: 0;
    margin-left: 15px;
  }
}
.azure-sso__content > .intro {
  display: none;
}
.azure-sso .sign-post {
  margin-bottom: 0;
}
.azure-sso--error-page .error-page-help {
  margin-bottom: 15px;
  text-align: center;
}
.azure-sso--error-page .error-page-messagedetails {
  margin-top: 50px;
  color: #757575;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.azure-sso--error-page .azure-sso__content {
  display: block;
}
.azure-sso--error-page .azure-sso__content h2 {
  margin-bottom: 10px;
  color: #4203BF;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.27;
  text-align: center;
}
@media (min-width: 768px) {
  .azure-sso--error-page .azure-sso__content h2 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.31;
  }
}
/* TODO:refactor */
/* ASD related colours */
.form-widget {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  border: solid 1px #E0E0E0;
  border-radius: 20px 20px 0 20px;
}
@media (min-width: 768px) {
  .form-widget {
    padding: 30px;
  }
}
.form-widget__columns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .form-widget__columns {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .form-widget__column {
    width: 50%;
  }
}
.form-widget__column + .form-widget__column {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-widget__column + .form-widget__column {
    margin-top: 0;
    margin-left: 30px;
  }
}
.form-widget__submit {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-widget__submit {
    margin-top: 30px;
  }
}
.form-widget .ktc-default-section + .ktc-default-section {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-widget .ktc-default-section + .ktc-default-section {
    margin-top: 30px;
  }
}
.form-widget__title {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-widget__title {
    font-size: 1.1875rem;
  }
}
.form-widget__description,
.form-widget p {
  font-size: 0.875rem;
  line-height: 24px;
  color: #3F3F3F;
  margin-bottom: 15px;
}

.formwidget-submit-text {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4203BF;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.03125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .formwidget-submit-text {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 2rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
.form-field__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #656565;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.8;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .form-field__label {
    font-size: 0.75rem;
    line-height: 1.67;
  }
}
.form-field__label.required-field::after {
  content: "*";
  color: #A22602;
}
.form-field__input, .form-field__email, .form-field__date, .form-field__number, .form-field__dropdown, .form-field__textarea {
  width: 100%;
  padding: 10px 15px;
  background-clip: padding-box;
  background-color: white;
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .form-field__input, .form-field__email, .form-field__date, .form-field__number, .form-field__dropdown, .form-field__textarea {
    padding: 12px 20px;
    font-size: 1rem;
  }
}
.form-field__input:focus, .form-field__email:focus, .form-field__date:focus, .form-field__number:focus, .form-field__dropdown:focus, .form-field__textarea:focus {
  border-color: #4203BF;
}
.form-field__input::-moz-placeholder, .form-field__email::-moz-placeholder, .form-field__date::-moz-placeholder, .form-field__number::-moz-placeholder, .form-field__dropdown::-moz-placeholder, .form-field__textarea::-moz-placeholder {
  color: #BBBBBB;
}
.form-field__input:-ms-input-placeholder, .form-field__email:-ms-input-placeholder, .form-field__date:-ms-input-placeholder, .form-field__number:-ms-input-placeholder, .form-field__dropdown:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
  color: #BBBBBB;
}
.form-field__input::placeholder, .form-field__email::placeholder, .form-field__date::placeholder, .form-field__number::placeholder, .form-field__dropdown::placeholder, .form-field__textarea::placeholder {
  color: #BBBBBB;
}
.form-field__input.is-invalid, .form-field__input.input-validation-error, .form-field__email.is-invalid, .form-field__email.input-validation-error, .form-field__date.is-invalid, .form-field__date.input-validation-error, .form-field__number.is-invalid, .form-field__number.input-validation-error, .form-field__dropdown.is-invalid, .form-field__dropdown.input-validation-error, .form-field__textarea.is-invalid, .form-field__textarea.input-validation-error {
  border: 1px solid #A22602;
}
.form-field__date {
  height: 43px;
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
}
@media (min-width: 768px) {
  .form-field__date {
    height: 50px;
  }
}
.form-field__dropdown {
  background-origin: content-box;
  background-position: right, center;
  background-repeat: no-repeat;
  background-size: 12px, 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23bbbbbb'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-field__dropdown:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%234203BF'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}
.form-field__dropdown.input-validation-error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23A22602'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}
.form-field__textarea {
  height: 128px;
  resize: none;
}
.form-field__checkbox-item + .form-field__checkbox-item {
  margin-top: 15px;
}
.form-field .field-validation-error {
  margin-top: 15px;
  color: #A22602;
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-field .explanation-text {
  margin-top: 8px;
  font-size: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .form-field .explanation-text {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.form-field input[disabled] {
  color: #BBBBBB;
}
.form-field + .form-field {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-field + .form-field {
    margin-top: 30px;
  }
}
.form-field--checkbox .form-field__checkbox,
.form-field--checkbox .ktc-checkbox .form-field__checkbox, .form-field--checkbox .form-field__input, .form-field .ktc-checkbox-list .form-field__checkbox,
.form-field .ktc-checkbox-list .ktc-checkbox .form-field__checkbox, .form-field .ktc-checkbox-list .form-field__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.form-field--checkbox .form-field__checkbox:checked ~ .form-field__label::after, .form-field--checkbox .form-field__checkbox:checked ~ label::after,
.form-field--checkbox .ktc-checkbox .form-field__checkbox:checked ~ .form-field__label::after,
.form-field--checkbox .ktc-checkbox .form-field__checkbox:checked ~ label::after, .form-field--checkbox .form-field__input:checked ~ .form-field__label::after, .form-field--checkbox .form-field__input:checked ~ label::after, .form-field .ktc-checkbox-list .form-field__checkbox:checked ~ .form-field__label::after, .form-field .ktc-checkbox-list .form-field__checkbox:checked ~ label::after,
.form-field .ktc-checkbox-list .ktc-checkbox .form-field__checkbox:checked ~ .form-field__label::after,
.form-field .ktc-checkbox-list .ktc-checkbox .form-field__checkbox:checked ~ label::after, .form-field .ktc-checkbox-list .form-field__input:checked ~ .form-field__label::after, .form-field .ktc-checkbox-list .form-field__input:checked ~ label::after {
  opacity: 1;
}
.form-field--checkbox .form-field__checkbox:focus ~ .form-field__label::before, .form-field--checkbox .form-field__checkbox:focus ~ label::before,
.form-field--checkbox .ktc-checkbox .form-field__checkbox:focus ~ .form-field__label::before,
.form-field--checkbox .ktc-checkbox .form-field__checkbox:focus ~ label::before, .form-field--checkbox .form-field__input:focus ~ .form-field__label::before, .form-field--checkbox .form-field__input:focus ~ label::before, .form-field .ktc-checkbox-list .form-field__checkbox:focus ~ .form-field__label::before, .form-field .ktc-checkbox-list .form-field__checkbox:focus ~ label::before,
.form-field .ktc-checkbox-list .ktc-checkbox .form-field__checkbox:focus ~ .form-field__label::before,
.form-field .ktc-checkbox-list .ktc-checkbox .form-field__checkbox:focus ~ label::before, .form-field .ktc-checkbox-list .form-field__input:focus ~ .form-field__label::before, .form-field .ktc-checkbox-list .form-field__input:focus ~ label::before {
  border: 2px solid #99CCFF;
}
.form-field--checkbox .form-field__label,
.form-field--checkbox .ktc-checkbox label, .form-field .ktc-checkbox-list .form-field__label,
.form-field .ktc-checkbox-list .ktc-checkbox label {
  position: relative;
  margin-bottom: 0;
  padding-left: 35px;
  color: #3F3F3F;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .form-field--checkbox .form-field__label,
  .form-field--checkbox .ktc-checkbox label, .form-field .ktc-checkbox-list .form-field__label,
  .form-field .ktc-checkbox-list .ktc-checkbox label {
    font-size: 0.875rem;
  }
}
.form-field--checkbox .form-field__label::before,
.form-field--checkbox .ktc-checkbox label::before, .form-field .ktc-checkbox-list .form-field__label::before,
.form-field .ktc-checkbox-list .ktc-checkbox label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.form-field--checkbox .form-field__label::after,
.form-field--checkbox .ktc-checkbox label::after, .form-field .ktc-checkbox-list .form-field__label::after,
.form-field .ktc-checkbox-list .ktc-checkbox label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  opacity: 0;
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border: 2px solid #4203BF;
  border-top: none;
  border-left: none;
  transition: opacity 300ms ease-out;
}
.form-field--checkbox .form-field__label p,
.form-field--checkbox .ktc-checkbox label p, .form-field .ktc-checkbox-list .form-field__label p,
.form-field .ktc-checkbox-list .ktc-checkbox label p {
  margin-bottom: 15px;
}
.form-field--checkbox .form-field__label a,
.form-field--checkbox .ktc-checkbox label a, .form-field .ktc-checkbox-list .form-field__label a,
.form-field .ktc-checkbox-list .ktc-checkbox label a {
  color: #4203BF;
}
.form-field .ktc-checkbox-list {
  display: block;
}
.form-field .ktc-checkbox-list .ktc-checkbox:not(:first-child) {
  margin-left: 15px;
}
.form-field .ktc-checkbox-list label {
  display: block;
  line-height: 1.67;
}
.form-field--checkbox-group .form-field__checkbox-item.form-field + .form-field__checkbox-item.form-field {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .form-field--checkbox-group .form-field__checkbox-item.form-field + .form-field__checkbox-item.form-field {
    margin-top: 16px;
  }
}
.form-field--radio .ktc-radio-list {
  display: flex;
  flex-direction: column;
}
.form-field--radio .ktc-radio-list .ktc-radio + .ktc-radio {
  margin-top: 15px;
}
.form-field--radio .ktc-radio-list--bordered {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}
.form-field--radio .form-field__radio {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.form-field--radio .form-field__radio:checked ~ label::after {
  opacity: 1;
}
.form-field--radio .form-field__radio:focus ~ label::before {
  border: 2px solid #99CCFF;
}
.form-field--radio .form-field__radio ~ label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 35px;
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.6;
}
.form-field--radio .form-field__radio ~ label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}
.form-field--radio .form-field__radio ~ label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  opacity: 0;
  display: block;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #4203BF;
  border-radius: 50%;
  transition: opacity 300ms ease-out;
}
.form-field--radio .form-field__radio[disabled] ~ label {
  opacity: 0.7;
}
.form-field--radio .form-field__radio.input-validation-error ~ label::before {
  border-color: #A22602;
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-invalid .form-field__label::before,
.form-field.is-invalid input {
  border: 1px solid #A22602;
}
/* TODO:refactor */
/* ASD related colours */
@media (min-width: 768px) {
  .text-image-carousel--theme-one {
    height: 421px;
  }
}
.text-image-carousel__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .text-image-carousel__item {
    flex-direction: row;
  }
}
.text-image-carousel__image {
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .text-image-carousel__image {
    height: auto;
    float: left;
    width: 50%;
  }
}
.text-image-carousel__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover", "object-fit:cover";
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .text-image-carousel__image img {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.text-image-carousel__image--purple .text-image-carousel__curve-right,
.text-image-carousel__image--purple .text-image-carousel__curve {
  fill: #8913B0;
}
.text-image-carousel__image--blue .text-image-carousel__curve-right,
.text-image-carousel__image--blue .text-image-carousel__curve {
  fill: #4203BF;
}
.text-image-carousel__image--white .text-image-carousel__curve {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.text-image-carousel__image--white .text-image-carousel__curve-right {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.text-image-carousel__curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .text-image-carousel__curve {
    display: none;
  }
}
.text-image-carousel__curve-right {
  position: absolute;
  top: 0;
  right: -2px;
  display: none;
  transform: scale(-1, -1);
  height: 100%;
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .text-image-carousel__curve-right {
    display: block;
  }
}
.text-image-carousel__text {
  width: 100%;
  padding: 30px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  flex: 1 1;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .text-image-carousel__text {
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    float: right;
    width: 50%;
    flex: initial;
  }
}
@media (min-width: 964px) {
  .text-image-carousel__text {
    padding: 60px;
  }
}
.text-image-carousel__text .owl-buttons {
  display: inline-block;
  width: 100px;
}
@media (min-width: 768px) {
  .text-image-carousel__text .owl-buttons {
    width: 90px;
    margin: 0;
  }
}
.text-image-carousel__text .owl-buttons__button {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  padding: 12px;
  background: none;
  border: 1px solid #D0C0EF;
}
.text-image-carousel__text .owl-buttons__button:hover {
  background: #D0C0EF;
  cursor: pointer;
}
.text-image-carousel__text .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #FFFFFF;
}
.text-image-carousel__text .owl-buttons + .button {
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .text-image-carousel__text .owl-buttons + .button {
    margin-left: 50px;
  }
}
.text-image-carousel__text--purple {
  background: #8913B0;
  border-color: transparent;
}
.text-image-carousel__text--purple .button {
  background: #FFFFFF;
  color: #8913B0;
}
.text-image-carousel__text--purple .button:hover {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
  color: #FFFFFF;
}
.text-image-carousel__text--purple .owl-buttons__button {
  background: #B332DD;
  border-color: transparent;
}
.text-image-carousel__text--purple .owl-buttons__button .owl-buttons__owl-svg {
  fill: #FFFFFF;
}
.text-image-carousel__text--purple .owl-buttons__button:hover {
  background: #FFFFFF;
  cursor: pointer;
}
.text-image-carousel__text--purple .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #B332DD;
}
.text-image-carousel__text--purple h2, .text-image-carousel__text--purple p {
  color: #FFFFFF;
}
.text-image-carousel__text--blue {
  background: #4203BF;
  border-color: transparent;
}
.text-image-carousel__text--blue .button {
  background: #FFFFFF;
  color: #4203BF;
}
.text-image-carousel__text--blue .button:hover {
  color: #FFFFFF;
  background: #D0C0EF;
}
.text-image-carousel__text--blue .text-image-carousel__curve-right {
  fill: #4203BF;
}
.text-image-carousel__text--blue .owl-buttons__button {
  background: #7439EA;
  border-color: transparent;
}
.text-image-carousel__text--blue .owl-buttons__button .owl-buttons__owl-svg {
  fill: #FFFFFF;
}
.text-image-carousel__text--blue .owl-buttons__button:hover {
  background: #FFFFFF;
  cursor: pointer;
}
.text-image-carousel__text--blue .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #7439EA;
}
.text-image-carousel__text--blue h2, .text-image-carousel__text--blue p {
  color: #FFFFFF;
}
.text-image-carousel__title {
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .text-image-carousel__title {
    font-size: 2rem;
  }
}
.text-image-carousel__description {
  margin-bottom: 30px;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 964px) {
  .text-image-carousel__description {
    margin-bottom: 60px;
    font-size: 0.875rem;
  }
}
.text-image-carousel__actions {
  display: flex;
  margin-top: auto;
}
.text-image-carousel__actions .owl-buttons__owl-svg {
  height: 14px;
  width: 14px;
}
.text-image-carousel .button {
  font-size: 0.875rem;
  padding: 10px 26px;
}
.text-image-carousel--theme-two .text-image-carousel__heading {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  margin-bottom: 15px;
  color: #757575;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  line-height: 1.67;
  text-transform: uppercase;
}
.text-image-carousel--theme-two .text-image-carousel__title {
  color: #4203BF;
}
@media (min-width: 768px) {
  .text-image-carousel--theme-two .text-image-carousel__title {
    font-size: 1.625rem;
    letter-spacing: -0.03125rem;
    line-height: 1.38;
  }
}
.text-image-carousel--theme-two .text-image-carousel__description {
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .text-image-carousel--theme-two .text-image-carousel__description {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.text-image-carousel--theme-two .text-image-carousel__text {
  background: #F0EDF6;
}
.text-image-carousel--theme-two .text-image-carousel__curve, .text-image-carousel--theme-two .text-image-carousel__curve-right {
  z-index: 2;
  fill: #F0EDF6;
}
@media (min-width: 768px) {
  .text-image-carousel--theme-two .text-image-carousel__curve, .text-image-carousel--theme-two .text-image-carousel__curve-right {
    z-index: auto;
  }
}
.text-image-carousel--theme-two .text-image-carousel__curve-right {
  right: -2px;
}
.text-image-carousel--theme-two .text-image-carousel__curve {
  bottom: -2px;
}
.text-image-carousel--theme-two .text-image-carousel__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .text-image-carousel--theme-two .text-image-carousel__image {
    overflow: visible;
  }
}
.text-image-carousel--theme-two .text-image-carousel__image::before {
  content: "";
  position: absolute;
  top: -83px;
  left: -50px;
  z-index: 2;
  width: 246px;
  height: 150%;
  background: url(/content/dist/images/spectrum-mask.png) no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .text-image-carousel--theme-two .text-image-carousel__image::before {
    top: -15%;
    right: -20px;
    left: auto;
    width: 35%;
    height: 130%;
    background: url(/content/dist/images/spectrum-mask-reflected.png) no-repeat;
    background-size: 100% 100%;
  }
}
/* TODO:refactor */
/* ASD related colours */
.sign-post-block {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.sign-post-block .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.sign-post-block--one-of-one .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .sign-post-block--one-of-one .sign-post-block__column {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .sign-post-block--one-of-one .sign-post-block__column {
    margin-bottom: 30px;
  }
}
.sign-post-block--one-of-two .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sign-post-block--one-of-two .sign-post-block__column {
    -ms-flex-preferred-size: 50%;
    margin-bottom: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.sign-post-block--one-of-three .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sign-post-block--one-of-three .sign-post-block__column {
    flex-basis: 33.333%;
    margin-bottom: 0;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .sign-post-block--one-of-three .sign-post-block__column:nth-child(4), .sign-post-block--one-of-three .sign-post-block__column:nth-child(5), .sign-post-block--one-of-three .sign-post-block__column:nth-child(6), .sign-post-block--one-of-three .sign-post-block__column:nth-child(7), .sign-post-block--one-of-three .sign-post-block__column:nth-child(8), .sign-post-block--one-of-three .sign-post-block__column:nth-child(9) {
    margin-top: 30px;
  }
}
.sign-post-block--two-of-two .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sign-post-block--two-of-two .sign-post-block__column {
    flex-basis: 50%;
    margin-bottom: 30px;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sign-post-block--two-of-two .sign-post-block__column:last-child {
    margin-bottom: 30px;
  }
}
.sign-post-block--two-of-three .sign-post-block__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sign-post-block--two-of-three .sign-post-block__column {
    flex-basis: 33.333%;
    margin-bottom: 30px;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .sign-post-block--two-of-three .sign-post-block__column:last-child {
    margin-bottom: 30px;
  }
}
.sign-post-block .sign-post__title {
  float: left;
}
.sign-post-block__column {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.sign-post {
  background: #ffffff;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  border: 1px solid #e0e0e0;
  position: relative;
}
.sign-post:before, .sign-post:after {
  content: " ";
  display: table;
}
.sign-post:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.sign-post {
  *zoom: 1;
}
@media (min-width: 768px) {
  .sign-post {
    height: 100%;
  }
}
@media (min-width: 964px) {
  .sign-post {
    margin: 0;
  }
}
.sign-post__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .sign-post__content {
    padding: 30px;
  }
}
.sign-post__content .button:first-of-type {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .sign-post__content .button:first-of-type {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 767px) {
  .sign-post__content .button {
    width: 100%;
  }
}
.sign-post__content .sign-post__title {
  width: 100%;
}
.sign-post__link {
  display: flex;
  height: 100%;
  width: 100%;
}
.sign-post--simple-narrow {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
}
@media (min-width: 768px) {
  .sign-post--simple-narrow {
    padding: 30px;
  }
}
.sign-post--simple-narrow .sign-post__button {
  clear: both;
  float: left;
  margin-top: auto;
}
.sign-post--simple-narrow .sign-post__link {
  flex-flow: column nowrap;
}
.sign-post--simple-narrow .sign-post__title {
  width: 70%;
  float: left;
}
@media (min-width: 768px) {
  .sign-post--simple-narrow .sign-post__title {
    width: 50%;
  }
}
@media (min-width: 964px) {
  .sign-post--simple-narrow .sign-post__title {
    width: 60%;
  }
}
.sign-post--simple-narrow .sign-post__description {
  margin-bottom: 15px;
}
.sign-post--simple-full {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .sign-post--simple-full {
    padding: 30px;
  }
}
.sign-post--simple-full .sign-post__title {
  width: 70%;
  margin: 0;
  float: left;
}
@media (min-width: 768px) {
  .sign-post--simple-full .sign-post__title {
    width: 70%;
  }
}
@media (min-width: 964px) {
  .sign-post--simple-full .sign-post__title {
    width: 60%;
  }
}
.sign-post--simple-full .sign-post__button {
  margin-left: auto;
}
.sign-post--simple-full .sign-post__button--left {
  float: left;
  clear: both;
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__image {
    height: 100%;
    float: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
  }
}
.sign-post--detailed-full .sign-post__curve-left {
  display: none;
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__curve-left {
    display: block;
  }
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__curve {
    display: none;
  }
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__content {
    float: left;
    width: 50%;
  }
}
.sign-post--detailed-full .sign-post__description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__image {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__content .button {
    float: left;
    padding: 12px 24px;
  }
}
.sign-post--detailed-full .sign-post__title {
  line-height: 36px;
}
@media (min-width: 768px) {
  .sign-post--detailed-full .sign-post__title {
    font-size: 1.625rem;
  }
}
.sign-post--detailed-narrow {
  display: flex;
  flex-direction: column;
}
.sign-post--detailed-narrow .sign-post__content {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
}
.sign-post--detailed-narrow .sign-post__content .button {
  width: 100%;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .sign-post--detailed-narrow .sign-post__content .button:last-of-type {
    margin-top: 15px;
  }
}
.sign-post--detailed-narrow .sign-post__title {
  line-height: 36px;
}
@media (min-width: 768px) {
  .sign-post--detailed-narrow .sign-post__title {
    font-size: 1.625rem;
  }
}
.sign-post--detailed-narrow .sign-post__image {
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.sign-post--detailed-narrow .sign-post__description {
  width: 100%;
}
.sign-post--lozenge-full {
  display: flex;
  flex-direction: column;
}
.sign-post--lozenge-full .sign-post__link {
  display: revert;
  text-decoration: inherit;
  color: #535353;
}
.sign-post--lozenge-full .sign-post__content {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
}
.sign-post--lozenge-full .sign-post__title-zone {
  padding: 10px;
  padding-left: 15px;
  border-radius: 20px 20px 0px 0px;
  background-color: #4203BF;
  display: flex;
  justify-content: space-between;
}
.sign-post--lozenge-full .sign-post__title-zone .sign-post__title {
  color: #ECECEC;
  margin-bottom: 0px;
  width: auto;
}
.sign-post--lozenge-full .sign-post__title-zone .sign-post__title h3 {
  font-size: 12pt !important;
}
.sign-post--lozenge-full .sign-post__title-zone .sign-post__button img {
  border: none;
}
.sign-post--purple {
  background: #4203BF;
  border: none;
}
.sign-post--purple .sign-post__title,
.sign-post--purple .sign-post__description {
  color: #FFFFFF;
}
.sign-post--purple .sign-post__image img {
  border: 0px solid #E0E0E0;
  display: flex;
  margin: 0 auto;
}
.sign-post--purple .button--primary {
  background: #7439EA;
  border-color: #7439EA;
}
.sign-post--purple .button--primary:hover {
  background: rgb(87.6712328767, 23.0136986301, 216.9863013699);
  border-color: rgb(87.6712328767, 23.0136986301, 216.9863013699);
}
.sign-post--purple .button--clear {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.sign-post--purple .button--clear:hover {
  background: rgb(87.6712328767, 23.0136986301, 216.9863013699);
  border-color: rgb(87.6712328767, 23.0136986301, 216.9863013699);
}
.sign-post--purple .sign-post__curve {
  fill: #4203BF;
}
.sign-post--purple .sign-post__curve-left {
  fill: #4203BF;
}
.sign-post--pink {
  background: #D31ABC;
  border: none;
}
.sign-post--pink .sign-post__title,
.sign-post--pink .sign-post__description {
  color: #FFFFFF;
}
.sign-post--pink .sign-post__image img {
  border: 0px solid #E0E0E0;
  display: flex;
  margin: 0 auto;
}
.sign-post--pink .button--primary {
  background: rgb(230.6455696203, 57.3544303797, 209.1012658228);
  border-color: rgb(230.6455696203, 57.3544303797, 209.1012658228);
  color: #FFFFFF;
}
.sign-post--pink .button--primary:hover {
  background: rgb(165.5949367089, 20.4050632911, 147.5443037975);
  border-color: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.sign-post--pink .button--clear {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.sign-post--pink .button--clear:hover {
  background: rgb(165.5949367089, 20.4050632911, 147.5443037975);
  border-color: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.sign-post--pink .sign-post__curve {
  fill: #D31ABC;
}
.sign-post--pink .sign-post__curve-left {
  fill: #D31ABC;
}
.sign-post--richpurple {
  background: #8913B0;
  border: none;
}
.sign-post--richpurple .sign-post__title,
.sign-post--richpurple .sign-post__description {
  color: #FFFFFF;
}
.sign-post--richpurple .sign-post__image img {
  border: 0px solid #E0E0E0;
  display: flex;
  margin: 0 auto;
}
.sign-post--richpurple .button--primary {
  background: rgb(172.8307692308, 23.9692307692, 222.0307692308);
  border-color: rgb(172.8307692308, 23.9692307692, 222.0307692308);
  color: #FFFFFF;
}
.sign-post--richpurple .button--primary:hover {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
  border-color: rgb(101.1692307692, 14.0307692308, 129.9692307692);
}
.sign-post--richpurple .button--clear {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.sign-post--richpurple .button--clear:hover {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
  border-color: rgb(101.1692307692, 14.0307692308, 129.9692307692);
}
.sign-post--richpurple .sign-post__curve {
  fill: #8913B0;
}
.sign-post--richpurple .sign-post__curve-left {
  fill: #8913B0;
}
.sign-post__inner-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.sign-post__image {
  position: relative;
  height: 200px;
}
@media (min-width: 768px) {
  .sign-post__image {
    height: auto;
  }
}
.sign-post__image img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .sign-post__image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sign-post__image img {
    font-family: "object-fit:cover";
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.sign-post__icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (min-width: 768px) {
  .sign-post__icon {
    top: 34px;
  }
}
.sign-post__icon img {
  max-width: 50px;
}
@media (min-width: 964px) {
  .sign-post__icon img {
    max-width: 60px;
  }
}
.sign-post__title {
  color: #4203BF;
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .sign-post__title {
    width: 70%;
    font-size: 1.375rem;
  }
}
@media (min-width: 964px) {
  .sign-post__title {
    width: 60%;
  }
}
.sign-post__description {
  margin-bottom: 15px;
  width: 90%;
  float: left;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sign-post__description {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
.sign-post__arrow {
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
}
.sign-post__curve {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  fill: #FFFFFF;
}
.sign-post__curve--border {
  fill: none;
  stroke: #E0E0E0;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.sign-post__curve-left {
  position: absolute;
  height: 100%;
  fill: #FFFFFF;
  left: 0;
}
.sign-post__button img {
  border: 1px solid #D0C0EF;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  padding: 6px;
}
.sign-post .button {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
}
.sign-post__actions {
  width: 100%;
  float: left;
  margin-top: auto;
}
/* TODO:refactor */
/* ASD related colours */
.gm-style-iw-d {
  padding: 10px;
  font-weight: unset !important;
}

.gm-style {
  font: unset;
}
/* TODO:refactor */
/* ASD related colours */
.advice-section {
  position: relative;
}
.advice-section:before, .advice-section:after {
  content: " ";
  display: table;
}
.advice-section:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.advice-section {
  *zoom: 1;
}
.advice-section__toolbar {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .advice-section__toolbar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
.advice-section__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.advice-section__block {
  background: #ffffff;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin: 30px 2px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  width: 100%;
  position: relative;
  height: 80%;
}
.advice-section__block:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  border-radius: 0 0 0 25px;
  -webkit-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  background: #8913B0;
  content: "";
  width: 99%;
}
@media (min-width: 964px) {
  .advice-section__block:after {
    width: 98%;
  }
}
.advice-section__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advice-section__header {
  font-size: 1.5rem;
  text-align: center;
  color: #4203BF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .advice-section__header {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (min-width: 964px) {
  .advice-section__header {
    text-align: left;
    font-size: 2rem;
  }
}
.advice-section__description {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .advice-section__description {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.advice-section__text {
  text-align: center;
}
@media (min-width: 964px) {
  .advice-section__text {
    text-align: left;
  }
}
.advice-section__title {
  width: 93%;
  margin-bottom: 3em;
  color: #8913B0;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
}
.advice-section__button {
  display: flex;
  justify-content: flex-end;
}
.advice-section__arrow {
  width: 93%;
  float: right;
  text-align: right;
  padding: 0 1em 1em;
}
.advice-section .arrow-svg {
  height: 30px;
  width: 30px;
  fill: #8913B0;
  opacity: 0.25;
}
.advice-section--static .advice-section__header {
  font-weight: 500;
  text-align: left;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .advice-section--static .advice-section__header {
    font-size: 1.375rem;
  }
}
@media (min-width: 964px) {
  .advice-section--static .advice-section__header {
    font-size: 1.625rem;
  }
}
.advice-section--static .advice-section__item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .advice-section--static .advice-section__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 964px) {
  .advice-section--static .advice-section__item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.advice-section--static .advice-section__block {
  margin: 30px 0;
}
.advice-section .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #FFFFFF;
  background: #4203BF;
  z-index: 222;
}
.advice-section .owl-buttons__owl-svg {
  width: 100%;
  transition: all 0.2s ease;
  height: auto;
  fill: #D0C0EF;
  width: 50px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  height: 50px;
  padding: 1em;
  background: #FFFFFF;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .advice-section__buttons {
    margin-top: auto;
  }
}
.advice-section__buttons .button {
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .advice-section__buttons .button {
    margin-bottom: 0;
    width: auto;
  }
}
.advice-section__buttons .button:not(:last-child) {
  margin-right: 15px;
}

.advice-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}

/*Related Content Block*/
.related-advice {
  background: #ffffff;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  height: 218px;
}
@media (min-width: 768px) {
  .related-advice {
    margin-bottom: 30px;
  }
}
.related-advice a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 100%;
}
.related-advice:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  border-radius: 0 0 0 25px;
  -webkit-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  background: #8913B0;
  content: "";
  width: 100%;
}
.related-advice__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-advice__header {
  font-size: 1.375rem;
  text-align: center;
  color: #4203BF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .related-advice__header {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (min-width: 964px) {
  .related-advice__header {
    text-align: left;
    font-size: 2rem;
  }
}
.related-advice__title {
  width: 93%;
  margin-bottom: 3em;
  color: #8913B0;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .related-advice__title {
    min-height: 60px;
  }
}
.related-advice__button {
  display: flex;
  justify-content: flex-end;
}
.related-advice__arrow {
  width: 93%;
  float: right;
  text-align: right;
  padding: 0 1em 1em;
}
.related-advice__text {
  text-align: center;
}
@media (min-width: 964px) {
  .related-advice__text {
    text-align: left;
  }
}
.related-advice .arrow-svg {
  height: 30px;
  width: 30px;
  fill: #8913B0;
  opacity: 0.25;
}
/* TODO:refactor */
/* ASD related colours */
.tiled-page-list {
  /*background: $color-pale-grey;*/
  /*float: left;*/
  width: 100%;
}
.tiled-page-list--black {
  background: #000000;
}
.tiled-page-list--75 {
  background: #3F3F3F;
}
.tiled-page-list--50 {
  background: #757575;
}
.tiled-page-list--25 {
  background: #BBBBBB;
}
.tiled-page-list--10 {
  background: #E0E0E0;
}
.tiled-page-list--5 {
  background: #ECECEC;
}
.tiled-page-list--white {
  background: #FFFFFF;
}
.tiled-page-list--washed-chalk {
  background: #F0EDF6;
}
.tiled-page-list--blue-violet {
  background: #7439EA;
}
.tiled-page-list--violet-purple {
  background: #B332DD;
}
.tiled-page-list__wrapper {
  /*padding-left: 15px;
  padding-right: 15px;*/
  /*@include tablet {
      padding-left: 30px;
      padding-right: 30px;
  }*/
}
.tiled-page-list__container {
  max-width: 965px;
  margin: 0 auto;
}
.tiled-page-list__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /*padding: 40px 0;*/
  width: 100%;
}
@media (min-width: 964px) {
  .tiled-page-list__row {
    /*padding: 80px 0;*/
  }
}
.tiled-page-list__row--flex {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 1rem;
}
@media (min-width: 964px) {
  .tiled-page-list__row--flex {
    margin-left: -1rem;
    margin-right: -1rem;
    /*padding: 80px 0;*/
  }
}
.tiled-page-list__items {
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 70%;
    max-width: 70%;
  }
}
.tiled-page-list__items .related-story__column {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 15px;
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items .related-story__column {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 30px;
  }
}
.tiled-page-list__items .related-story__column .related-story {
  height: 100%;
}
.tiled-page-list__items--full {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.tiled-page-list__items--full .tiled-page-list__column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__column {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 964px) {
  .tiled-page-list__items--full .related-story__column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.tiled-page-list__items--full .related-event,
.tiled-page-list__items--full .related-page,
.tiled-page-list__items--full .related-news,
.tiled-page-list__items--full .results__column,
.tiled-page-list__items--full .service-card {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
  height: 350px;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .related-event,
  .tiled-page-list__items--full .related-page,
  .tiled-page-list__items--full .related-news,
  .tiled-page-list__items--full .results__column,
  .tiled-page-list__items--full .service-card {
    margin-bottom: 30px;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.333%;
    max-width: 33.333%;
    float: left;
  }
}
.tiled-page-list__items--full .results__column {
  height: auto;
}
.tiled-page-list__items--full .results__column a {
  text-decoration: none;
}
.tiled-page-list__items--full .service-card, .tiled-page-list__items--full .results__item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .service-card, .tiled-page-list__items--full .results__item {
    height: 350px;
    margin-bottom: 15px;
  }
}
.tiled-page-list__items--full .service-card .service-card__item, .tiled-page-list__items--full .results__item .service-card__item {
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--news {
    min-height: 200px;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--news .tiled-page-list__title {
  width: 70%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--news .tiled-page-list__title {
    max-height: 66px;
    overflow: hidden;
    width: 70%;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--news .tiled-page-list__description {
  width: 100%;
}
.tiled-page-list__items--full .tiled-page-list__item--service .tiled-page-list__description {
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--event {
    min-height: 200px;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--event .tiled-page-list__title {
  width: 70%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--event .tiled-page-list__title {
    max-height: 66px;
    overflow: hidden;
    width: 53%;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--event .tiled-page-list__description {
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--story {
    min-height: 185px;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--story .tiled-page-list__title {
  width: 70%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .tiled-page-list__item--story .tiled-page-list__title {
    overflow: hidden;
    width: 53%;
  }
}
.tiled-page-list__items--full .related-column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--full .related-column {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 25%;
    max-width: 25%;
    float: left;
  }
}
.tiled-page-list__items--full .tiled-page-list__item--service {
  height: 100%;
}
.tiled-page-list__items--left {
  padding: 0;
}
@media (min-width: 768px) {
  .tiled-page-list__items--left {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.tiled-page-list__items--left .tiled-page-list__column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  float: left;
}
@media (min-width: 768px) {
  .tiled-page-list__items--left .tiled-page-list__column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.tiled-page-list__items--left .related-story__column {
  min-height: 0;
  min-height: initial;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tiled-page-list__items--left .related-column, .tiled-page-list__items--left .related-event,
  .tiled-page-list__items--left .related-news,
  .tiled-page-list__items--left .results__column,
  .tiled-page-list__items--left .service-card {
    flex-basis: 50%;
    max-width: 50%;
    float: left;
  }
}
.tiled-page-list__items--left .service-card {
  min-height: 0;
  min-height: initial;
  flex-basis: 100%;
  max-width: 100%;
}
.tiled-page-list__items--left .tiled-page-list__item--event,
.tiled-page-list__items--left .tiled-page-list__item--story,
.tiled-page-list__items--left .tiled-page-list__item--news {
  min-height: 0;
  min-height: initial;
}
.tiled-page-list__column {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tiled-page-list__column {
    margin-bottom: 30px;
  }
}
.tiled-page-list__item {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
}
.tiled-page-list__item a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.tiled-page-list__item--news .tiled-page-list__title {
  width: 70%;
}
.tiled-page-list__item--story {
  overflow: hidden;
}
.tiled-page-list__item--story .tiled-page-list__title {
  width: 70%;
}
@media (min-width: 768px) {
  .tiled-page-list__item--story .tiled-page-list__title {
    width: 60%;
    min-height: 44px;
    max-height: 66px;
    overflow: hidden;
  }
}
.tiled-page-list__item--story .tiled-page-list__description {
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiled-page-list__item--story .related-story__icon {
  max-width: 60px;
  position: absolute;
  top: -5px;
  right: 30px;
}
.tiled-page-list__content {
  position: relative;
}
.tiled-page-list__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #4203BF;
  line-height: 22px;
  margin-bottom: 10px;
}
.tiled-page-list__location {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  margin-bottom: 10px;
  color: #656565;
}
@media (min-width: 768px) {
  .tiled-page-list__location {
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
}
.tiled-page-list__description {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  width: 70%;
  color: #3F3F3F;
}
.tiled-page-list__tag {
  background: #02807C;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  padding: 6px 10px 4px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  letter-spacing: 0.09375rem;
  font-size: 0.5rem;
}
@media (min-width: 964px) {
  .tiled-page-list__tag {
    font-size: 0.75rem;
  }
}
.tiled-page-list__spectrum {
  position: absolute;
  height: 120%;
  width: 40px;
  right: -6px;
  overflow: hidden;
  top: 0;
}
.tiled-page-list__spectrum img {
  height: 100%;
}
/* TODO:refactor */
/* ASD related colours */
@media (min-width: 768px) {
  .col-sm-4 .content-block,
  .col.split .content-block {
    height: 100%;
  }
}

.content-block {
  padding: 20px;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
  margin: 0 0 15px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .content-block {
    padding: 30px;
    margin: 0;
  }
}
.content-block--vibrant-purple {
  background: #4203BF;
}
.content-block--rich-purple {
  background: #8913B0;
}
.content-block--deep-blue {
  background: #213A64;
}
@media (min-width: 964px) {
  .content-block--image p, .content-block--image ul {
    width: 80%;
  }
}
.content-block p {
  color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content-block p {
    font-size: 1rem;
  }
}
.content-block p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.content-block ul {
  padding: 0 0 0 18px;
  margin: 0 0 15px;
}
.content-block ul li {
  line-height: 24px;
  color: #FFFFFF;
}
.content-block ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}
.content-block__title {
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .content-block__title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
.content-block__icon {
  display: none;
}
@media (min-width: 964px) {
  .content-block__icon {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.content-block__icon img {
  max-width: 70px;
}
.content-block .button {
  width: 100%;
}
@media (min-width: 768px) {
  .content-block .button {
    margin-right: auto;
    margin-top: auto;
    width: auto;
  }
}
/* TODO:refactor */
/* ASD related colours */
.latest-news {
  position: relative;
  z-index: 9;
}
.latest-news__toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .latest-news__toolbar {
    margin-bottom: 30px;
  }
}
.latest-news__buttons {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .latest-news__buttons {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.latest-news__buttons .button {
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .latest-news__buttons .button {
    background: none;
    margin-bottom: 0;
    width: auto;
  }
}
.latest-news__buttons .button:hover {
  background: #4203BF;
}
.latest-news__buttons .button:not(:last-child) {
  margin-right: 15px;
}
.latest-news__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.latest-news__item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  border: 1px solid #ECECEC;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.latest-news__item--full {
  display: flex;
}
.latest-news__item--full .latest-news__link {
  display: flex;
}
.latest-news__item--full .latest-news__category {
  left: 20px;
  right: auto;
  right: initial;
}
.latest-news__item--full .latest-news__image-block {
  width: 44%;
  position: relative;
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
}
.latest-news__item--full .latest-news__content {
  width: 64%;
  border: none;
  border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  margin-left: -40px;
  padding-left: 4em;
}
.latest-news__item--full .latest-news__content-header {
  color: #3F3F3F;
}
.latest-news__item img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.latest-news__curve-right {
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 100%;
  fill: #FFFFFF;
  top: 0;
  transform: rotate(0deg) scaleX(-1);
}
.latest-news__link {
  text-decoration: none;
  display: block;
}
.latest-news__category {
  background: #02807C;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 20px;
  font-size: 0.75rem;
  right: 30px;
}
.latest-news__title {
  font-size: 1.5rem;
  color: #4203BF;
}
@media (min-width: 768px) {
  .latest-news__title {
    font-size: 2rem;
  }
}
.latest-news__date {
  font-size: 0.75rem;
  color: #757575;
}
.latest-news__date--event {
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 1.5em;
  text-align: center;
}
.latest-news__image {
  display: block;
  position: relative;
}
.latest-news__location {
  font-size: 0.75rem;
  color: #757575;
  line-height: 18px;
}
.latest-news__month {
  color: #D31ABC;
  letter-spacing: 0.125rem;
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  display: block;
}
.latest-news__day {
  color: #D31ABC;
  font-size: 2em;
  display: block;
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 0.1em;
}
.latest-news__year {
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #D31ABC;
}
.latest-news__content {
  padding: 20px 20px 20px 30px;
  border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  height: 160px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-top: 0;
}
@media (min-width: 964px) {
  .latest-news__content {
    height: 170px;
  }
}
.latest-news__content--event {
  display: flex;
}
.latest-news__content-header {
  color: #4203BF;
  font-size: 1rem;
  margin-bottom: 10px;
}
.latest-news__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  fill: #FFFFFF;
}
.latest-news .owl-buttons__button:hover .owl-buttons__owl-svg {
  fill: #FFFFFF;
  background: #4203BF;
  border-color: #4203BF;
  z-index: 222;
}
.latest-news .owl-buttons__owl-svg {
  width: 100%;
  transition: all 0.2s ease;
  height: auto;
  fill: #D0C0EF;
  width: 50px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  height: 50px;
  padding: 1em;
  background: #FFFFFF;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid #E0E0E0;
}
.latest-news .related-event__content {
  min-height: 184px;
}
@media (min-width: 768px) {
  .latest-news .related-event__content {
    min-height: 190px;
  }
}
@media (min-width: 964px) {
  .latest-news .related-event__content {
    min-height: 159px;
  }
}

.news-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .news-carousel .owl-stage-outer .related-news {
    margin-bottom: 10px;
  }
}

/*Related Content*/
.related-event__inner {
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.related-event__content {
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  background: #FFFFFF;
  padding: 20px 25px 40px;
  display: flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  border-top: 0;
}
@media (min-width: 768px) {
  .related-event__content {
    min-height: 180px;
  }
}
.related-event__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.related-event__title {
  font-size: 1.375rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .related-event__title {
    font-size: 2rem;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.related-event__date {
  font-size: 0.75rem;
  color: #757575;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 1.5em;
  text-align: center;
}
.related-event__detail {
  flex-basis: 75%;
  max-width: 75%;
}
.related-event__image {
  display: block;
  position: relative;
  height: 194px;
  overflow: hidden;
}
.related-event__image img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #E0E0E0;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.related-event__category {
  background: #02807C;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 20px;
  font-size: 0.75rem;
  right: 30px;
}
.related-event__location {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #757575;
}
.related-event__month {
  color: #D31ABC;
  letter-spacing: 0.125rem;
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  display: block;
}
.related-event__day {
  color: #D31ABC;
  font-size: 2em;
  display: block;
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 0.1em;
}
.related-event__year {
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #D31ABC;
}
.related-event__curve {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 101%;
  fill: #FFFFFF;
}
.related-event__curve--border {
  fill: none;
  stroke: #E0E0E0;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.related-event__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 10px;
  color: #4203BF;
}

.related-news__inner {
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.related-news__category {
  background: #02807C;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 20px;
  font-size: 0.75rem;
  right: 30px;
}
.related-news__detail {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.related-news__content {
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  background: #FFFFFF;
  padding: 20px 25px 40px;
  display: flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  border-top: 0;
}
@media (min-width: 768px) {
  .related-news__content {
    min-height: 190px;
  }
}
@media (min-width: 964px) {
  .related-news__content {
    min-height: 159px;
  }
}
.related-news__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.related-news__title {
  font-size: 1.375rem;
  color: #4203BF;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
}
@media (min-width: 768px) {
  .related-news__title {
    font-size: 2rem;
    max-height: 66px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .related-news__title {
    min-height: 90px;
  }
}
.related-news__date {
  font-size: 0.75rem;
  color: #757575;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 1.5em;
  text-align: center;
}
.related-news__image {
  display: block;
  position: relative;
  height: 194px;
  background: #e4e4e4;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.related-news__image img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.related-news__curve {
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 101%;
  fill: #FFFFFF;
}
.related-news__curve--border {
  fill: none;
  stroke: #E0E0E0;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.related-news__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  color: #4203BF;
}
.related-news__description {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #3F3F3F;
  margin-top: auto;
}
/* TODO:refactor */
/* ASD related colours */
.video__splash {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 1;
  border: none;
  outline: none;
}
.video__splash--fade-out {
  opacity: 0;
  visibility: hidden;
}
.video__splash svg {
  fill: #4203BF;
  width: 25px;
  position: relative;
  left: 4px;
  top: 1px;
}
@media (min-width: 768px) {
  .video__splash svg {
    width: 30px;
  }
}
@media (min-width: 964px) {
  .video__splash svg {
    width: 35px;
  }
}
.video__splash img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.video__play {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .video__play {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
@media (min-width: 964px) {
  .video__play {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}
.video__overlay {
  height: 100%;
  position: relative;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video__container button {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  outline: none;
}
.video__container button:hover {
  background: none;
  cursor: pointer;
}
.video__container iframe, .video__container object, .video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  height: 100%;
}

@media (max-width: 767px) {
  .generic-section__col.split .video {
    margin-bottom: 30px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.help-tip {
  position: relative;
  right: -10px;
  width: 270px;
  padding: 20px 10px 16px 30px;
  background-color: white;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .help-tip {
    width: 370px;
    padding: 20px;
  }
}
@media (min-width: 964px) {
  .help-tip {
    padding: 20px 30px;
  }
}
.help-tip::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #EF6263;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 20px;
  border-radius: 50% 50% 50% 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M12 20C22.047 13.489 25.785 7.959 23.215 3.411c-2.57-4.548-6.308-4.548-11.214 0M12 20C1.953 13.489-1.785 7.959.785 3.411c2.57-4.548 6.308-4.548 11.214 0'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .help-tip::before {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
  }
}
.help-tip__text {
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .help-tip__text {
    font-size: 1rem;
  }
}
.help-tip--mobile {
  display: block;
}
@media (min-width: 768px) {
  .help-tip--mobile {
    display: none;
  }
}
.help-tip--desktop {
  display: none;
}
@media (min-width: 768px) {
  .help-tip--desktop {
    display: block;
  }
}
/* TODO:refactor */
/* ASD related colours */
@media (min-width: 768px) {
  .related-stories {
    padding-top: 40px;
  }
}
.related-stories__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .related-stories__row {
    margin-top: 0;
  }
}
.related-stories__column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.related-stories__column--three {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .related-stories__column--three {
    margin-bottom: 0;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .related-stories__column--three .related-story {
    margin-bottom: 0;
  }
}
.related-stories__column--three .related-story__image {
  height: 180px;
}
.related-stories__column--three .related-story .button {
  width: 100%;
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0;
}
.related-stories__column--three:last-child {
  margin-bottom: 0;
}
.related-stories__column--two {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .related-stories__column--two {
    margin-bottom: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.related-stories__column--two:last-child {
  margin-bottom: 0;
}
.related-stories__column--full {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .related-stories__column--full .related-story--blue .related-story__content {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.related-stories__column--full .related-story--blue .related-story__image {
  background: #4203BF;
}
.related-stories__main-title {
  color: #4203BF;
  letter-spacing: -0.03125rem;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 42px;
}
@media (min-width: 768px) {
  .related-stories__main-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

/*Related Story Block*/
.related-story {
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.related-story:before, .related-story:after {
  content: " ";
  display: table;
}
.related-story:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.related-story {
  *zoom: 1;
}
@media (min-width: 768px) {
  .related-story {
    flex-direction: column-reverse;
  }
}
.related-story--blue .related-story__title,
.related-story--blue .related-story__subtitle {
  color: #FFFFFF;
}
.related-story--blue .related-story__content {
  background: #4203BF;
}
.related-story--blue .button--clear {
  background: #7439EA;
  color: #FFFFFF;
  border: none;
}
.related-story--blue .button--clear:hover {
  background: #FFFFFF;
  color: #7439EA;
}
.related-story--blue .related-story__curve {
  fill: #4203BF;
  bottom: -1px;
}
.related-story--blue .related-story__curve--border {
  display: none;
}
@media (min-width: 768px) {
  .related-story--full {
    display: flex;
  }
}
.related-story--full .related-story__image {
  height: 200px;
}
@media (min-width: 768px) {
  .related-story--full .related-story__image {
    float: right;
    overflow: visible;
    width: 50%;
    height: auto;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .related-story--full .related-story__image--mask:before {
    height: 100%;
    top: 0;
  }
}
@media (min-width: 768px) {
  .related-story--full .related-story__image--mask img {
    border-radius: 80px 20px 0 85px;
    -webkit-border-radius: 80px 20px 0 85px;
    -moz-border-radius: 80px 20px 0 85px;
  }
}
@media (min-width: 768px) {
  .related-story--full .related-story__content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .related-story--full .related-story__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .related-story--full .related-story__curve {
    display: none;
  }
}
.related-story__main-title {
  color: #4203BF;
  letter-spacing: -0.03125rem;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 42px;
}
@media (min-width: 768px) {
  .related-story__main-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.related-story__content {
  padding: 30px;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .related-story__content {
    padding: 30px;
  }
}
.related-story__subtitle {
  font-size: 0.75rem;
  color: #656565;
  margin-top: auto;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 18px;
}
@media (min-width: 768px) {
  .related-story__subtitle {
    line-height: 22px;
    font-size: 0.875rem;
  }
}
.related-story__subtitle strong {
  font-weight: bold;
}
.related-story__title {
  color: #4203BF;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 964px) {
  .related-story__title {
    font-size: 1.125rem;
  }
}
.related-story__image {
  flex: none;
  overflow: hidden;
  height: 200px;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .related-story__image {
    height: 260px;
    order: 2;
  }
}
.related-story__image--mask {
  position: relative;
}
.related-story__image--mask:before {
  position: absolute;
  left: -35px;
  content: "";
  background: url(/content/dist/images/spectrum-mask.png) no-repeat;
  height: 200%;
  background-size: contain;
  top: -100px;
  width: 190px;
  z-index: 22;
}
@media (min-width: 768px) {
  .related-story__image--mask:before {
    left: -22px;
  }
}
.related-story__image--mask img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.related-story__category {
  background: #02807C;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  padding: 6px 10px 4px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  z-index: 22;
  top: 13px;
  letter-spacing: 0.09375rem;
  font-size: 0.625rem;
}
.related-story .button {
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .related-story .button {
    width: auto;
  }
}
.related-story__curve {
  position: absolute;
  left: -2px;
  bottom: -1px;
  width: 101%;
  z-index: 222;
  fill: #FFFFFF;
}
.related-story__curve--border {
  fill: none;
  stroke: #E0E0E0;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

.related-content .related-story__column {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .related-content .related-story__column {
    margin-bottom: 30px;
  }
}
@charset "UTF-8";
/* TODO:refactor */
/* ASD related colours */
.breadcrumb__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumb__inner {
    padding: 20px 12px;
  }
}
@media (min-width: 964px) {
  .breadcrumb__inner {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb__inner {
    padding: 30px 60px;
  }
}
.breadcrumb--border {
  border-bottom: 1px solid #ECECEC;
}
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb__item {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    display: list-item;
  }
}
.breadcrumb__item:nth-last-child(2) {
  display: list-item;
}
@media (max-width: 767px) {
  .breadcrumb__item:nth-last-child(2) {
    margin: 5px 10px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__item:nth-last-child(2):before {
    content: "‹";
    display: inline-block !important;
    flex-shrink: 0;
    position: absolute;
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__item:only-child, .breadcrumb__item:first-child:nth-last-child(2), .breadcrumb__item:first-child:nth-last-child(2) ~ .breadcrumb__item {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumb__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 37%;
    right: -5px;
    width: 9px;
    height: 9px;
    background: url(/content/dist/images/chevron.svg) no-repeat;
    background-size: contain;
  }
}
.breadcrumb__item--home img {
  height: 13px;
  width: 13px;
}
.breadcrumb__item:last-child .breadcrumb__link {
  color: #757575;
}
.breadcrumb__link {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: block;
  letter-spacing: 0.09375rem;
  text-decoration: none;
  color: #3F3F3F;
  font-weight: 500;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link--current {
  color: #848484;
}
/* TODO:refactor */
/* ASD related colours */
.image-gallery {
  position: relative;
}
.image-gallery__image {
  position: relative;
}
.image-gallery__image-block {
  position: relative;
}
.image-gallery__image-block img {
  vertical-align: top;
  height: auto;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  max-width: 100%;
}
.image-gallery__image-block--caption img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.image-gallery__caption {
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 15px;
  color: #757575;
  width: 100%;
  font-size: 0.75rem;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}
@media (min-width: 768px) {
  .image-gallery__caption {
    padding: 20px;
    font-size: 0.875rem;
  }
}
.image-gallery .owl-buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 69px;
  z-index: 2;
}
@media (min-width: 768px) {
  .image-gallery .owl-buttons {
    width: 76px;
    bottom: 30px;
    right: 30px;
  }
}
.image-gallery .owl-buttons__button {
  width: 30px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  height: 30px;
  padding: 0;
  background: #FFFFFF;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 34px;
}
.image-gallery .owl-buttons__button:hover {
  cursor: pointer;
  background: #4203BF;
}
.image-gallery .owl-buttons__button--owl-next {
  float: right;
}
.image-gallery .owl-buttons__owl-svg {
  width: 13px;
  height: 13px;
}
/* TODO:refactor */
/* ASD related colours */
.pullout-text--white .pullout-text__item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}
.pullout-text--grey .pullout-text__item {
  background: #F0EDF6;
}
.pullout-text__header {
  font-size: 1.375rem;
  line-height: 1.38;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pullout-text__header {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.pullout-text__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.pullout-text__column {
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pullout-text__column {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 0;
  }
}
.pullout-text__column:nth-child(2) .pullout-text__item-header {
  color: #8913B0;
}
.pullout-text__column:last-child .pullout-text__item-header {
  color: #D31ABC;
}
.pullout-text__item {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .pullout-text__item {
    height: 100%;
    padding: 30px;
  }
}
.pullout-text__item-header {
  font-size: 1.375rem;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pullout-text__item-header {
    line-height: 42px;
    font-size: 2rem;
  }
}
.pullout-text__item-header--purple {
  color: #8913B0;
}
.pullout-text__item-header--pink {
  color: #D31ABC;
}
.pullout-text__item-description {
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.57;
}
/* TODO:refactor */
/* ASD related colours */
.contact-card {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .contact-card {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.contact-card__title {
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-card__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.contact-card__description {
  font-size: 0.875rem;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-card__description {
    font-size: 1rem;
  }
}
.contact-card__item {
  padding-bottom: 15px;
  display: flex;
}
.contact-card__icon {
  height: auto;
  vertical-align: top;
  max-height: 40px;
  position: absolute;
  right: 32px;
  top: 25px;
}
@media (min-width: 768px) {
  .contact-card__icon {
    top: 30px;
    max-height: 50px;
  }
}
.contact-card__subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.38;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .contact-card__subtitle {
    font-size: 1rem;
  }
}
.contact-card__subtitle span {
  color: #727272;
}
.contact-card__text {
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .contact-card__text {
    font-size: 1rem;
  }
}
.contact-card .button {
  padding: 10px 62px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 15px 0 30px 0;
}
.contact-card__legal {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #757575;
}

.map-section {
  width: 100%;
  height: 500px;
}

.map-box {
  padding: 15px;
  font-family: hero-new, Century Gothic, Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.map-box__title {
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .map-box__title {
    margin-bottom: 10px;
    font-size: 1.375rem;
  }
}
.map-box__description {
  font-size: 0.875rem;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
  font-weight: 500;
}
.map-box__phone {
  font-size: 0.875rem;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
  font-weight: 500;
}
.map-box .button {
  padding: 10px 62px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.map-box__legal {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #757575;
}
/* TODO:refactor */
/* ASD related colours */
.audience-selector {
  background: #213A64;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .audience-selector {
    padding: 80px 0;
  }
}
.audience-selector__title {
  text-align: center;
  font-size: 1.375rem;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .audience-selector__title {
    font-size: 2rem;
  }
}
.audience-selector__text {
  font-size: 0.875rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 30px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .audience-selector__text {
    width: 70%;
    margin-bottom: 60px;
    font-size: 1rem;
  }
}
.audience-selector__button {
  padding: 14px 20px;
  background: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  width: 100%;
  font-weight: 400;
  color: #757575;
  text-align: left;
  position: relative;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .audience-selector__button {
    display: none;
  }
}
.audience-selector__button:hover {
  background: #FFFFFF;
}
.audience-selector__button:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 15px;
  border-color: transparent transparent currentcolor currentcolor;
}
.audience-selector__list {
  margin: 0;
  padding: 0;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .audience-selector__list {
    max-height: 800px;
    width: 80%;
    margin: 0 auto;
  }
}
.audience-selector__list.active {
  margin-top: 15px;
  max-height: 800px;
}
.audience-selector__item {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #4203BF;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  transition: all 0.2s ease;
  display: block;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .audience-selector__item {
    display: inline-block;
    margin: 0 15px 15px 0;
  }
}
.audience-selector__item:nth-child(2) {
  background: #D31ABC;
}
.audience-selector__item:nth-child(2):hover {
  background: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.audience-selector__item:nth-child(3) {
  background: #8913B0;
}
.audience-selector__item:nth-child(3):hover {
  background: rgb(101.1692307692, 14.0307692308, 129.9692307692);
}
.audience-selector__item:nth-child(4) {
  background: #01ADAB;
}
.audience-selector__item:nth-child(4):hover {
  background: rgb(0.7068965517, 122.2931034483, 120.8793103448);
}
.audience-selector__item:nth-child(5) {
  background: #EF6263;
}
.audience-selector__item:nth-child(5):hover {
  background: rgb(234.2832369942, 51.7167630058, 53.0115606936);
}
.audience-selector__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  padding: 14px 5px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .audience-selector__link {
    padding: 16px 30px;
    font-size: 1.125rem;
  }
}
.audience-selector__link:hover {
  text-decoration: none;
}
.audience-selector__link-svg {
  fill: #ffffff;
  display: block;
  height: 20px;
  margin-left: 20px;
}
/* TODO:refactor */
/* ASD related colours */
.community-signpost {
  border: 1px solid #e0e0e0;
  box-shadow: 5px 10px 10px 0 rgba(144, 121, 192, 0.09);
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  background: #FFFFFF;
}
.community-signpost__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .community-signpost__content {
    flex-basis: 65%;
    max-width: 65%;
    padding: 60px;
  }
}
.community-signpost__supertitle {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .community-signpost__supertitle {
    font-size: 1.1875rem;
  }
}
.community-signpost__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .community-signpost__title {
    font-size: 2.875rem;
  }
}
.community-signpost__description {
  font-size: 0.875rem;
  color: #3F3F3F;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .community-signpost__description {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
.community-signpost__speech {
  background-color: #f6f6f6;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  display: flex;
  width: 179px;
  padding: 12px 17px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .community-signpost__speech {
    width: 213px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
.community-signpost__speech img {
  max-height: 45px;
  margin-right: 15px;
}
.community-signpost__speech:nth-child(2) {
  float: right;
}
.community-signpost__speech:last-child {
  display: none;
}
@media (min-width: 768px) {
  .community-signpost__speech:last-child {
    display: flex;
  }
}
.community-signpost__image {
  position: relative;
  max-width: 70%;
  flex-basis: 70%;
  margin: -1em auto 0;
}
@media (min-width: 768px) {
  .community-signpost__image {
    flex-basis: 35%;
    margin: -1em 0 0;
    padding-right: 60px;
    order: 2;
    max-width: 35%;
  }
}
.community-signpost__quote {
  display: inline-block;
  width: 60%;
  align-self: center;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .community-signpost__quote {
    padding-right: 15px;
  }
}
.community-signpost__quote span {
  background-color: #e6e4e4;
  width: 100%;
  display: block;
  height: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.community-signpost__quote span:first-child {
  width: 50%;
  background-color: #d5d2d2;
}
.community-signpost__quote span:not(:last-child) {
  margin-bottom: 9px;
}
.community-signpost__heart {
  display: inline-block;
  fill: #e1e1e1;
  align-self: flex-start;
  width: 20px;
  height: 17px;
}
.community-signpost__heart--pink {
  fill: #EF6263;
}
.community-signpost__icon {
  height: 39px;
  width: 39px;
  margin-right: 15px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 42px;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  background: #EF6263;
}
.community-signpost .button {
  width: 100%;
}
@media (min-width: 768px) {
  .community-signpost .button {
    width: auto;
  }
}
.community-signpost__dots {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .community-signpost__dots {
    display: block;
    right: -185px;
    height: 94%;
    top: 27px;
  }
}
@media (min-width: 768px) {
  .community-signpost__dots--left {
    left: -165px;
    height: 94%;
    top: 8px;
  }
}
.community-signpost__dots-mobile-left {
  position: absolute;
  left: 15px;
  top: 73px;
  width: 44px;
}
@media screen and (max-width: 330px) {
  .community-signpost__dots-mobile-left {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .community-signpost__dots-mobile-left {
    display: none;
  }
}
.community-signpost__dots-mobile-right {
  right: 15px;
  top: 20px;
  height: 44px;
  position: absolute;
}
@media screen and (max-width: 330px) {
  .community-signpost__dots-mobile-right {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .community-signpost__dots-mobile-right {
    display: none;
  }
}
/* TODO:refactor */
/* ASD related colours */
.filter-bar {
  background: #FFFFFF;
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #E0E0E0;
}
@media (min-width: 768px) {
  .filter-bar {
    padding: 15px 0;
    display: flex;
    overflow: visible;
  }
}
.filter-bar--top {
  align-items: center;
}
.filter-bar--top .dropdown:last-of-type:not(:first-of-type) {
  padding: 0;
}
@media (min-width: 768px) {
  .filter-bar--top .dropdown:last-of-type:not(:first-of-type) .dropdown-list {
    left: auto;
    left: initial;
    right: 0;
  }
}
.filter-bar--top .dropdown-icon--main {
  display: none;
}
@media (min-width: 768px) {
  .filter-bar--top.filter-bar--has-clear .filter-bar__search-box {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .filter-bar--top .filter-bar__clear-all {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .filter-bar--top .filter-bar__update-button {
    display: none;
  }
}
.filter-bar--left {
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  display: inline;
  display: initial;
  padding-top: 0;
  border-bottom: 0;
  padding: 0 1rem 30px;
}
@media (min-width: 768px) {
  .filter-bar--left {
    padding: 0 1rem;
    flex-basis: 30%;
    max-width: 30%;
  }
}
.filter-bar--left .filter-bar__search-box {
  width: 100%;
  padding: 0;
}
.filter-bar--left .filter-bar__search {
  min-width: unset;
  background-color: #F0EDF6;
}
@media (min-width: 768px) {
  .filter-bar--left .filter-bar__search {
    margin-bottom: 30px;
  }
}
.filter-bar--left .filter-bar__filter-list {
  display: inline;
  display: initial;
}
@media (max-width: 767px) {
  .filter-bar--left .filter-bar__filter-list {
    border: 1px solid #E0E0E0;
    padding: 20px;
    display: block;
    border-radius: 10px 10px 0 10px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    max-height: 50px;
    transition: max-height 0.25s ease;
  }
  .filter-bar--left .filter-bar__filter-list .dropdown {
    display: none;
  }
}
.filter-bar--left .filter-bar__filter-list.active {
  max-height: 1000px;
}
.filter-bar--left .filter-bar__filter-list.active .dropdown {
  display: block;
}
.filter-bar--left .filter-bar__filter-list.active .filter-bar__toggle {
  margin-bottom: 15px;
}
.filter-bar--left .filter-bar__filter-list.active .dropdown-icon--first span {
  transform: rotate(90deg);
}
.filter-bar--left .filter-bar__filter-list.active .dropdown-icon--first span:last-of-type {
  left: 50%;
  right: 50%;
}
.filter-bar--left .filter-bar__title {
  margin-bottom: 15px;
}
.filter-bar--left .dropdown {
  padding: 0;
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.filter-bar--left .dropdown.on .dropdown-icon--main span {
  transform: rotate(90deg);
}
.filter-bar--left .dropdown.on .dropdown-icon--main span:last-of-type {
  left: 50%;
  right: 50%;
}
.filter-bar--left .filter-bar__clear-all {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .filter-bar--left .filter-bar__clear-all {
    margin-top: 0;
  }
}
.filter-bar--left .filter-bar__clear-button {
  width: 100%;
}
.filter-bar--left .dropdown .dropdown-label {
  width: 100%;
  padding: 0;
  background: 0;
  border: 0;
  height: auto;
  line-height: normal;
  margin: 0;
}
.filter-bar--left .dropdown:last-child {
  padding: 20px;
  margin-bottom: 30px;
}
.filter-bar--left .filter-bar__arrow {
  right: 15px;
}
.filter-bar--left .filter-bar__postcode {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  background: #F0EDF6;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 0.75rem;
  height: 50px;
  padding-left: 15px;
  color: #3F3F3F;
  font-weight: 500;
}
@media (min-width: 768px) {
  .filter-bar--left .filter-bar__postcode {
    font-size: 0.875rem;
  }
}
.filter-bar--left .filter-bar__title--left {
  display: block;
}
.filter-bar--left .filter-bar__postcode-select {
  width: 100%;
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  font-size: 0.75rem;
  margin-bottom: 30px;
  height: 50px;
  padding-left: 15px;
  background: #F0EDF6;
  border: 1px solid #E0E0E0;
  border-top: 0;
  color: #3F3F3F;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .filter-bar--left .filter-bar__postcode-select {
    font-size: 0.875rem;
  }
}
.filter-bar--left .filter-bar__arrow--small {
  display: none;
}
.filter-bar--left .dropdown .dropdown-label:before {
  right: 0;
  display: none;
}
.filter-bar--left .dropdown .dropdown-list {
  background: none;
  padding: 0;
  border: 0;
  width: auto;
  left: auto;
  top: auto;
  overflow-y: hidden;
  position: relative;
  max-height: 0;
  transition: max-height 0.25s ease;
}
.filter-bar--left .dropdown.on .dropdown-list {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 15px;
  max-height: 100vh;
}
.filter-bar--left .dropdown .dropdown-icon {
  right: 0;
}
.filter-bar--left .dropdown .dropdown-label.active {
  background: none;
  border-color: none;
  color: none;
}
.filter-bar--left .dropdown .dropdown-number.active {
  top: 4px;
}
.filter-bar--left .filter-bar__toggle {
  display: block;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .filter-bar--left .filter-bar__toggle {
    line-height: 1.8;
    display: none;
  }
}
.filter-bar--left .dropdown-option {
  color: #3F3F3F;
}
.filter-bar--left .filter-bar__postcode-box {
  padding: 0;
}
.filter-bar--left .content-block {
  display: none;
}
@media (min-width: 768px) {
  .filter-bar--left .content-block {
    display: block;
  }
}
.filter-bar__update-button {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  color: #FFFFFF;
  background: #4203BF;
  padding: 10px 40px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: 2px solid transparent;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.filter-bar__toggle {
  display: none;
  font-size: 0.625rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  color: #656565;
  text-transform: uppercase;
  position: relative;
}
.filter-bar__toggle:hover {
  cursor: pointer;
}
.filter-bar__arrow-submit {
  position: absolute;
  right: 1em;
  height: 15px;
  width: 15px;
  z-index: 99;
  top: 5px;
  right: 15px;
  display: none;
}
@media (min-width: 768px) {
  .filter-bar__arrow-submit {
    display: block;
    opacity: 0;
    z-index: 9999;
    right: 25px;
  }
}
.filter-bar__arrow-submit:hover {
  cursor: pointer;
}
.filter-bar .dropdown-icon {
  position: absolute;
  right: -11px;
  top: -11px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .filter-bar .dropdown-icon {
    top: -5px;
    right: 2em;
  }
}
.filter-bar .dropdown-icon span {
  position: absolute;
  transition: 0.3s;
  background: #BBBBBB;
  border-radius: 2px;
}
.filter-bar .dropdown-icon span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 2px;
  left: 46%;
}
.filter-bar .dropdown-icon span:last-of-type {
  left: 25%;
  right: 25%;
  height: 2px;
  top: 45%;
}
.filter-bar .dropdown-icon.active span {
  transform: rotate(90deg);
}
.filter-bar .dropdown-icon.active span:last-of-type {
  left: 50%;
  right: 50%;
}
.filter-bar--transparent {
  background: none;
}
.filter-bar--black {
  background: #000000;
}
.filter-bar--75 {
  background: #3F3F3F;
}
.filter-bar--50 {
  background: #757575;
}
.filter-bar--25 {
  background: #BBBBBB;
}
.filter-bar--10 {
  background: #E0E0E0;
}
.filter-bar--5 {
  background: #ECECEC;
}
.filter-bar--white {
  background: #FFFFFF;
}
.filter-bar--washed-chalk {
  background: #F0EDF6;
}
.filter-bar--blue-violet {
  background: #4203BF;
}
.filter-bar--violet-purple {
  background: #B332DD;
}
.filter-bar__search-box {
  align-self: flex-end;
  align-items: center;
  display: flex;
  /*float: left;*/
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .filter-bar__search-box {
    padding: 0 1rem;
    width: 42%;
    margin-bottom: 0;
  }
}
@media (min-width: 964px) {
  .filter-bar__search-box {
    width: 46%;
  }
}
.filter-bar__arrow {
  position: absolute;
  right: 1em;
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
  z-index: 99;
  top: 10px;
  right: 15px;
}
@media (min-width: 768px) {
  .filter-bar__arrow {
    right: 32px;
  }
}
.filter-bar__arrow--small {
  height: 15px;
  width: 15px;
  top: 5px;
  display: none;
  z-index: 222;
}
@media (min-width: 768px) {
  .filter-bar__arrow--small {
    display: block;
    right: 25px;
  }
}
.filter-bar__arrow--small:hover {
  cursor: pointer;
}
.filter-bar__search {
  color: #bbbbbb;
  position: relative;
  z-index: 5;
  transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  height: 50px;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-size: 1rem;
  cursor: pointer;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  background-size: 19px;
  width: 100%;
  border: 1px solid #E0E0E0;
  background-color: white;
}
.filter-bar__search:focus {
  z-index: 3;
}
@media (min-width: 964px) {
  .filter-bar__search:focus {
    border: 1px solid #bbbbbb;
    background-color: white;
    outline: none;
    cursor: auto;
    padding-right: 10px;
  }
}
.filter-bar__search:focus:after {
  content: "";
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  border: 1px solid #D6C9F1;
}
.filter-bar__submit {
  position: absolute;
  right: 1em;
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
  z-index: 993;
  top: 10px;
  opacity: 0;
}
.filter-bar__filter-list {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .filter-bar__filter-list {
    display: flex;
    width: auto;
    align-items: center;
  }
}
.filter-bar .content-block {
  display: none;
}
.filter-bar__title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  color: #656565;
  text-transform: uppercase;
  padding-right: 15px;
  display: none;
}
@media (min-width: 768px) {
  .filter-bar__title {
    display: block;
  }
}
.filter-bar__title--left {
  display: none;
}
.filter-bar__postcode-box {
  position: relative;
}
@media (min-width: 768px) {
  .filter-bar__postcode-box {
    padding-right: 1rem;
  }
}
.filter-bar__postcode {
  position: relative;
  display: block;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 6px 12px;
  line-height: 36px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  color: #3F3F3F;
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .filter-bar__postcode {
    height: 25px;
    margin-bottom: 0;
  }
}
.filter-bar__postcode-select {
  position: relative;
  display: block;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 1px 12px;
  line-height: 36px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  color: #3F3F3F;
  width: 100%;
  border-top: 0;
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .filter-bar__postcode-select {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    margin-bottom: 0;
    height: 25px;
  }
}
.filter-bar__clear-button {
  padding: 9px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .filter-bar__clear-button {
    width: auto;
  }
}

.dropdown {
  font-size: 0.875rem;
  color: #3F3F3F;
  /*float: left;*/
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .dropdown {
    position: relative;
    padding: 0 15px 0 0;
    width: auto;
  }
}
.dropdown .dropdown-list {
  padding: 30px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 10px;
  right: 2px;
  width: 95%;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  overflow-y: scroll;
  z-index: 44;
  border: 1px solid #E0E0E0;
  border-top: 0;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .dropdown .dropdown-list {
    top: 66px;
    left: 0;
    width: 100%;
    width: 455px;
  }
}
@media (min-width: 964px) {
  .dropdown .dropdown-list {
    width: 388px;
  }
}
.dropdown .dropdown-item {
  position: relative;
}
.dropdown .dropdown-option {
  display: block;
  padding: 2px 12px 15px 35px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  position: relative;
}
.dropdown .dropdown-icon-holder {
  display: block;
  width: 100%;
}
.dropdown .dropdown-icon-holder:hover {
  cursor: pointer;
}
.dropdown .dropdown-button:hover {
  cursor: pointer;
}
.dropdown .dropdown-number {
  height: 15px;
  width: 16px;
  text-align: center;
  font-size: 0.625rem;
  color: #FFFFFF;
  line-height: 16px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: none;
  background: #4203BF;
  right: 39px;
  top: 17px;
  position: absolute;
}
@media (min-width: 768px) {
  .dropdown .dropdown-number {
    right: 31px;
  }
}
@media (min-width: 964px) {
  .dropdown .dropdown-number {
    right: 39px;
  }
}
.dropdown .dropdown-number.active {
  display: block;
}
.dropdown .dropdown-icon {
  position: absolute;
  right: 2em;
  top: -5px;
  width: 30px;
  height: 30px;
}
.dropdown .dropdown-icon span {
  position: absolute;
  transition: 0.3s;
  background: #BBBBBB;
  border-radius: 2px;
}
.dropdown .dropdown-icon span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 2px;
  left: 46%;
}
.dropdown .dropdown-icon span:last-of-type {
  left: 25%;
  right: 25%;
  height: 2px;
  top: 45%;
}
.dropdown .dropdown-icon.active span {
  transform: rotate(90deg);
}
.dropdown .dropdown-icon.active span:last-of-type {
  left: 50%;
  right: 50%;
}
.dropdown .dropdown-label {
  position: relative;
  display: block;
  height: 50px;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 6px 12px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: 600;
  font-size: 0.75rem;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .dropdown .dropdown-label {
    margin-bottom: 0;
    width: 180px;
  }
}
@media (min-width: 964px) {
  .dropdown .dropdown-label {
    width: 203px;
    font-size: 0.8125rem;
  }
}
.dropdown .dropdown-label:before {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent transparent currentcolor currentcolor;
}
.dropdown .dropdown-label.active {
  background: #DFD7F0;
  border-color: #DFD7F0;
  color: #4203BF;
}
.dropdown .dropdown-label.active:before {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent transparent #4203BF #4203BF;
}
.dropdown__submenu {
  padding-left: 10px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 964px) {
  .dropdown__submenu {
    padding-left: 20px;
  }
}
.dropdown__submenu.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}
.dropdown__submenu-item {
  position: relative;
}
.dropdown__submenu-item .dropdown-option {
  padding: 2px 31px 15px 35px;
}
.dropdown__thirdlevel {
  padding-left: 10px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  opacity: 0;
}
@media (min-width: 964px) {
  .dropdown__thirdlevel {
    padding-left: 20px;
  }
}
.dropdown__thirdlevel.active {
  opacity: 1;
  max-height: 100vh;
}
.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown.on .dropdown-label:before {
  content: "";
  position: absolute;
  top: 57%;
  right: 17px;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  border-color: currentcolor currentcolor transparent transparent;
}
.dropdown.on .dropdown-label.active:before {
  border-color: #4203BF #4203BF transparent transparent;
}
.dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
  float: left;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dropdown__apply {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  color: #ffffff;
  background: #4203BF;
  padding: 10px 40px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  margin-top: 15px;
  float: right;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: 2px solid transparent;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.dropdown .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #E0E0E0;
}
.dropdown .checkmark:after {
  left: 7px;
  top: 0;
  width: 6px;
  height: 13px;
  border: solid #4203BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.dropdown-option input:checked ~ .checkmark:after {
  display: block;
}

@media (max-width: 767px) {
  .sidebar-filter {
    max-height: 58px;
    overflow: hidden;
    transition: all 0.25s ease;
    border: 1px solid #E0E0E0;
    border-radius: 15px 15px 0 15px;
    -webkit-border-radius: 15px 15px 0 15px;
    -moz-border-radius: 15px 15px 0 15px;
    margin-bottom: 10px;
    padding: 15px !important;
  }
  .sidebar-filter .sidebar-filter__item {
    opacity: 0;
  }
  .sidebar-filter .sidebar-filter__option {
    opacity: 0;
  }
}
.sidebar-filter.active {
  max-height: 800px;
}
.sidebar-filter.active .dropdown {
  display: block;
}
.sidebar-filter.active .sidebar-filter__item,
.sidebar-filter.active .sidebar-filter__option {
  opacity: 1;
}
.sidebar-filter.active .sidebar-filter__title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sidebar-filter.active .sidebar-filter__button-clear {
    display: inline-flex;
  }
}
.sidebar-filter__title {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  color: #656565;
  text-transform: uppercase;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .sidebar-filter__title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.sidebar-filter__plus {
  position: absolute;
  right: 2em;
  top: -5px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .sidebar-filter__plus {
    display: none;
  }
}
.sidebar-filter__plus span {
  position: absolute;
  transition: 0.3s;
  background: #BBBBBB;
  border-radius: 2px;
}
.sidebar-filter__plus span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 2px;
  left: 46%;
}
.sidebar-filter__plus span:last-of-type {
  left: 25%;
  right: 25%;
  height: 2px;
  top: 45%;
}
.sidebar-filter__plus.active span {
  transform: rotate(90deg);
}
.sidebar-filter__plus.active span:last-of-type {
  left: 50%;
  right: 50%;
}
.sidebar-filter__toggle {
  display: block;
  width: 100%;
  position: relative;
}
.sidebar-filter__toggle:hover {
  cursor: pointer;
}
@media (min-width: 964px) {
  .sidebar-filter__toggle:hover {
    pointer-events: none;
    cursor: default;
  }
}
.sidebar-filter__button-clear {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-filter__button-clear {
    display: inline-flex;
  }
}
.sidebar-filter__item {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin-bottom: 15px;
}
.sidebar-filter__option {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3F3F3F;
  display: block;
  width: 100%;
  position: relative;
}
.sidebar-filter__option a {
  display: block;
  width: 100%;
  position: relative;
}
.sidebar-filter__option a:hover {
  cursor: pointer;
}
.sidebar-filter__option.active span {
  font-weight: 600;
  color: #4203BF;
}
.sidebar-filter__select:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-filter .side-filter-icon {
  position: absolute;
  right: 0;
  top: -2px;
  width: 25px;
  height: 25px;
}
.sidebar-filter .side-filter-icon span {
  position: absolute;
  transition: 0.3s;
  background: #BBBBBB;
  border-radius: 2px;
}
.sidebar-filter .side-filter-icon span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.sidebar-filter .side-filter-icon span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.sidebar-filter .side-filter-icon.active span {
  transform: rotate(90deg);
}
.sidebar-filter .side-filter-icon.active span:last-of-type {
  left: 50%;
  right: 50%;
}
@media (min-width: 768px) {
  .sidebar-filter {
    position: static;
    position: initial;
    padding: 0 15px 0 0;
    width: auto;
  }
}
.sidebar-filter:last-child {
  padding: 0;
}
.sidebar-filter .side-filter-list {
  padding: 30px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 10px;
  right: 2px;
  width: 95%;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  overflow-y: scroll;
  z-index: 44;
  border: 1px solid #E0E0E0;
  border-top: 0;
  max-height: 66vh;
}
@media (min-width: 768px) {
  .sidebar-filter .side-filter-list {
    top: 66px;
    left: 66px;
    width: 100%;
    width: 455px;
  }
}
.sidebar-filter .side-filter-option {
  display: block;
  padding: 2px 12px 15px 35px;
  transition: opacity 0.15s ease-in-out;
  position: relative;
  font-size: 0.875rem;
}
.sidebar-filter .side-filter-option-single {
  display: block;
  padding: 2px 0 0 0;
  transition: opacity 0.15s ease-in-out;
  position: relative;
  font-size: 0.8125rem;
}
.sidebar-filter .side-filter-button:hover {
  cursor: pointer;
}
.sidebar-filter .sidebar-filter-number {
  height: 15px;
  width: 16px;
  text-align: center;
  font-size: 0.625rem;
  color: #FFFFFF;
  line-height: 16px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  display: none;
  background: #4203BF;
  right: 50px;
  top: 1px;
  position: absolute;
}
.sidebar-filter .sidebar-filter-number.active {
  display: block;
}
.sidebar-filter .side-filter-label {
  position: relative;
  display: block;
  height: 50px;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 6px 12px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: 600;
  font-size: 0.75rem;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sidebar-filter .side-filter-label {
    margin-bottom: 0;
    width: 145px;
  }
}
@media (min-width: 964px) {
  .sidebar-filter .side-filter-label {
    width: 184px;
    font-size: 0.875rem;
  }
}
.sidebar-filter .side-filter-label:before {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent transparent currentcolor currentcolor;
}
.sidebar-filter .side-filter-label.active {
  background: #DFD7F0;
  border-color: #DFD7F0;
  color: #4203BF;
}
.sidebar-filter .side-filter-label.active:before {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent transparent #4203BF #4203BF;
}
.sidebar-filter__sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.25s ease;
  opacity: 0;
}
.sidebar-filter__sub-menu.active {
  opacity: 1;
  border-top: solid 1px #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
  max-height: 400px;
}
.sidebar-filter [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
  float: left;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sidebar-filter__apply {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  color: #ffffff;
  background: #4203BF;
  padding: 10px 40px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  float: right;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.sidebar-filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #E0E0E0;
}
.sidebar-filter .checkmark:after {
  left: 7px;
  top: 0;
  width: 6px;
  height: 13px;
  border: solid #4203BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.sidebar-filter .side-filter-option input:checked ~ .checkmark:after {
  display: block;
}
.sidebar-filter .side-filter-option input:checked + .side-filter-option-single span {
  color: #4203BF;
}
.sidebar-filter .dropdown {
  padding: 0;
  border: 1px solid #E0E0E0;
  padding: 15px;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  margin-bottom: 15px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .sidebar-filter .dropdown {
    display: block;
    padding: 20px;
  }
}
.sidebar-filter .dropdown.on .dropdown-icon--main span {
  transform: rotate(90deg);
}
.sidebar-filter .dropdown.on .dropdown-icon--main span:last-of-type {
  left: 50%;
  right: 50%;
}
.sidebar-filter .dropdown .dropdown-label {
  width: 100%;
  padding: 0;
  background: 0;
  border: 0;
  height: auto;
  line-height: normal;
  margin: 0;
}
.sidebar-filter .dropdown .dropdown-label:focus {
  outline: 2px solid rgba(59, 153, 252, 0.7);
}
.sidebar-filter .dropdown:last-child {
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar-filter .filter-bar__arrow {
  right: 15px;
}
.sidebar-filter .filter-bar__postcode {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  background: #F0EDF6;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 0.75rem;
  height: 50px;
  padding-left: 15px;
  color: #3F3F3F;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sidebar-filter .filter-bar__postcode {
    font-size: 0.875rem;
  }
}
.sidebar-filter .filter-bar__title--left {
  display: block;
}
.sidebar-filter .filter-bar__postcode-select {
  width: 100%;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  font-size: 0.75rem;
  margin-bottom: 30px;
  height: 50px;
  padding-left: 15px;
  background: #F0EDF6;
  border: 1px solid #E0E0E0;
  border-top: 0;
  color: #3F3F3F;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sidebar-filter .filter-bar__postcode-select {
    font-size: 0.875rem;
  }
}
.sidebar-filter .dropdown .dropdown-label:before {
  right: 0;
  display: none;
}
.sidebar-filter .dropdown .dropdown-list {
  background: none;
  padding: 0;
  border: 0;
  width: auto;
  left: auto;
  top: auto;
  overflow-y: hidden;
  position: relative;
  max-height: 0;
  transition: max-height 0.25s ease;
  overflow: hidden;
}
.sidebar-filter .dropdown.on .dropdown-list {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 15px;
  max-height: 100vh;
}
.sidebar-filter .dropdown .dropdown-icon {
  right: -2px;
}
.sidebar-filter .dropdown .dropdown-label.active {
  background: none;
  border-color: none;
  color: none;
}
.sidebar-filter .dropdown .dropdown-label-span {
  display: block;
  width: 75%;
}
.sidebar-filter .dropdown .dropdown-number.active {
  top: 2px;
}
@media (min-width: 768px) {
  .sidebar-filter .dropdown .dropdown-number.active {
    right: 30px;
  }
}
@media (min-width: 964px) {
  .sidebar-filter .dropdown .dropdown-number.active {
    top: 4px;
    right: 36px;
  }
}
.sidebar-filter .filter-bar__toggle {
  display: block;
}
@media (min-width: 768px) {
  .sidebar-filter .filter-bar__toggle {
    display: none;
  }
}
.sidebar-filter .dropdown-option {
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .sidebar-filter .dropdown-option {
    font-size: 0.8125rem;
  }
}
@media (min-width: 964px) {
  .sidebar-filter .dropdown-option {
    font-size: 0.875rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
/* TODO:refactor */
/* ASD related colours */
.results__categories {
  color: #4203BF;
}

.search-button {
  background: #D31ABC;
  border-radius: 25px 25px 0;
  padding: 10px;
  color: #FFFFFF;
  height: 70px;
  font-weight: bold;
  border: none;
  text-align: center;
}
@media (min-width: 964px) {
  .search-button {
    width: 200px;
  }
}

.search-results {
  position: relative;
}
.search-results .hero-banner-svg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.search-results .hero-banner-svg__svg {
  position: absolute;
  right: -300px;
  height: 800px;
  top: -113px;
  width: 80vw;
  z-index: 1;
}
.search-results .content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-results .content .form-container {
  display: flex;
  flex-direction: column;
}
.search-results .content .form-container h1 {
  margin-top: 20px;
}
.search-results .content .form-container__form {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
  width: 100%;
}
.search-results .content .form-container__form .search-filter-controls {
  width: 100%;
  padding: 0 15px 15px;
}
@media (min-width: 964px) {
  .search-results .content .form-container__form .search-filter-controls {
    padding: 0px 60px;
  }
}
@media (min-width: 768px) {
  .search-results .content .form-container__form .search-filter-controls {
    padding: 30px 60px;
  }
}
.search-results .content .form-container__form .search-filter-controls .filter-header {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.search-results .content .form-container__form .search-filter-controls .filter-toggle-button {
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 20px;
}
.search-results .content .form-container__form .search-filter-controls .filter-toggle-button__icon {
  fill: #FFFFFF;
  width: 15px;
  height: 15px;
  pointer-events: none;
  position: relative;
  top: 2px;
  left: 6px;
  transition: 0.1s;
  transform: rotate(90deg);
  border: solid 1px white;
  border-radius: 50%;
  padding: 1px;
  margin-left: 3px;
}
@media (min-width: 964px) {
  .search-results .content .form-container__form .search-filter-controls .filter-toggle-button__icon {
    left: 2px;
  }
}
.search-results .content .form-container__form .search-filter-controls .filter-toggle-button__icon.active {
  transform: rotate(-90deg);
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container_hidden {
  display: none;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
  height: 100%;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .search-button {
  cursor: pointer;
}
@media (min-width: 964px) {
  .search-results .content .form-container__form .search-filter-controls .search-filter-component-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
}
@media (min-width: 964px) {
  .search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper {
    max-width: 200px;
  }
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .filter-name {
  color: white;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .text-component {
  position: relative;
  width: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: row;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .text-component input[type=text] {
  height: 70px;
  border-radius: 25px 25px 0 25px;
  padding-left: 15px;
  width: 100%;
  border: none;
  z-index: 99;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .text-component input[type=text] .button-zones {
  position: absolute !important;
  left: -16px;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component {
  position: relative;
  width: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: row;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .selection-value {
  height: 70px;
  display: flex;
  background-color: white;
  border-radius: 25px 0 0 25px;
  align-items: center;
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease;
  border: solid 0px red;
  width: 100%;
  overflow: hidden;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .selection-value:hover {
  cursor: pointer;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component__options {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  z-index: 3000;
  width: 100%;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component__options .option-selected {
  background: #d31abc;
  color: #FFFFFF;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component__options__option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component__options__option:hover {
  color: #0d0d0d;
  background-color: #f0f0f0;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .button-zones {
  height: 70px;
  right: 0;
  top: 0;
  width: 90px;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .button-zones .button-zone-button {
  height: 100%;
  background-color: transparent;
  border: none;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .button-zones .button-zone-button:hover {
  cursor: pointer;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .button-zones .zone1 {
  background-color: white;
  height: 100%;
  width: 40%;
  border: solid 0px red;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .button-zones .zone2 {
  background: #D31ABC;
  height: 100%;
  width: 60%;
  border-radius: 0 20px 0 0;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .selected-option {
  color: #3c3f7c;
  margin-right: 10px;
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .open-options-button__icon {
  fill: #FFFFFF;
  width: 20px;
  height: 18px;
  pointer-events: none;
  position: relative;
  top: 2px;
  left: 6px;
  transition: 0.1s;
  transform: rotate(90deg);
}
@media (min-width: 964px) {
  .search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .open-options-button__icon {
    left: 2px;
  }
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .open-options-button__icon.active {
  transform: rotate(-90deg);
}
.search-results .content .form-container__form .search-filter-controls .search-filter-component-container .filter-wrapper .dropdown-component .clear-selection-button__icon {
  margin-left: 0px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
}

.search-results-tabs {
  padding: 30px 0 0 0;
}
.search-results-tabs .search-results-tabs__results {
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-results-tabs .search-results-tabs__results .generic-section__container {
  padding-left: 20px;
  padding-right: 20px;
}
.search-results-tabs .search-results-tabs__results .map-container {
  padding-left: 20px;
  padding-right: 20px;
  background: #F0EDF6;
}
.search-results-tabs .search-results-tabs__results .map-container .map {
  margin-bottom: 20px;
}
.search-results-tabs .search-results-tabs__results .sort-by {
  text-align: right;
}
.search-results-tabs .search-results-tabs__results .sort-by select {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
  border: none;
  background-color: transparent;
  font: inherit;
}
.search-results-tabs__results {
  background: #F0EDF6;
}
.search-results-tabs__map {
  display: block;
}
.search-results-tabs__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 13%;
  background: transparent;
  clear: both;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-results-tabs__nav-list {
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    height: 10%;
  }
}
@media (min-width: 964px) {
  .search-results-tabs__nav-list {
    flex-direction: row;
    align-items: flex-end;
  }
}
.search-results-tabs__nav-li {
  flex: 1 1;
  height: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .search-results-tabs__nav-li:last-child .autism-map__nav-link {
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
  }
}
.search-results-tabs__nav-link {
  color: #4203BF !important;
  background: transparent;
  text-align: center;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
  padding: 10px 0;
  height: 100%;
  line-height: 24px;
  background: #E0E0E0;
}
@media (min-width: 964px) {
  .search-results-tabs__nav-link {
    font-weight: 500;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 768px) {
  .search-results-tabs__nav-link {
    line-height: 20px;
    padding: 16px 0;
    font-size: 1rem;
  }
}
.search-results-tabs__nav-link.is-active {
  border-radius: 0;
  background: #F0EDF6;
  color: #F0EDF6;
}
@media (min-width: 964px) {
  .search-results-tabs__nav-link.is-active {
    font-weight: 500;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.search-results-tabs .results__item {
  margin: 20px 0;
}
.search-results-tabs .results__description {
  color: #000;
}
.search-results-tabs .results__button svg {
  width: 30px;
  height: 30px;
}
.search-results-tabs__nav-list {
  display: flex;
  align-items: flex-end;
  height: 13%;
}
.search-results-tabs__nav-li {
  flex: 1 1;
  height: 100%;
  text-align: center;
  margin-bottom: 0;
}
.search-results-tabs__nav-li .search-results-tabs__results {
  display: none;
}
.search-results-tabs__nav-link {
  text-align: center;
  width: auto;
  padding: 16px 0;
  font-size: 1rem;
  line-height: 20px;
}
.search-results-tabs__results, .search-results-tabs__map, .search-results-tabs .autism-map__map {
  display: none;
}
.search-results-tabs__results.is-active, .search-results-tabs__map.is-active, .search-results-tabs .autism-map__map.is-active {
  display: block;
}

.map-text {
  display: none;
}

.map-container {
  margin: auto;
}

/* Hides blank space at the top of the map marker info window */
.gm-style-iw-chr {
  height: 0px !important;
}

.map-info-window {
  padding-top: 10px;
  max-width: 300px;
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.map-info-window p {
  color: #535353;
  margin-bottom: 10px;
}
.map-info-window p.accent {
  color: #4203BF;
}
.map-info-window img {
  width: 20px;
  height: 20px;
}
.map-info-window .footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.map-info-window h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #4203BF;
  line-height: 22px;
  margin-bottom: 10px;
}

.search-header {
  position: relative;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .search-header {
    padding: 80px 10px 120px;
  }
}
.search-header__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.03125rem;
  text-align: center;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .search-header__title {
    margin-bottom: 30px;
    font-size: 2.875rem;
  }
}
.search-header__search-box {
  position: relative;
  max-width: 633px;
  margin: 0 auto;
  width: 100%;
}
.search-header__search {
  color: #bbbbbb;
  position: relative;
  z-index: 5;
  color: #3F3F3F;
  font-weight: 600;
  transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  height: 50px;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-size: 1rem;
  cursor: pointer;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  background-size: 19px;
  width: 100%;
  border: 1px solid #E0E0E0;
  background-color: white;
}
.search-header__search:focus {
  z-index: 3;
}
@media (min-width: 964px) {
  .search-header__search:focus {
    border: 1px solid #bbbbbb;
    background-color: white;
    outline: none;
    cursor: auto;
    padding-right: 10px;
  }
}
.search-header__search:focus:after {
  content: "";
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  border: 1px solid #D6C9F1;
}
.search-header__submit {
  position: absolute;
  right: 1em;
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
  z-index: 993;
  top: 10px;
  opacity: 0;
}
.search-header__submit:hover {
  cursor: pointer;
}
.search-header__arrow {
  position: absolute;
  right: 1em;
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
  z-index: 99;
  top: 10px;
}
.search-header__arrow:hover {
  cursor: pointer;
}
.search-header__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  fill: #F0EDF6;
  display: none;
}
@media (min-width: 768px) {
  .search-header__curve {
    display: block;
  }
}

.results {
  background: #F0EDF6;
  /*float: left;*/
  width: 100%;
}
.results--transparent {
  background: none;
}
.results--black {
  background: #000000;
}
.results--75 {
  background: #3F3F3F;
}
.results--50 {
  background: #757575;
}
.results--25 {
  background: #BBBBBB;
}
.results--10 {
  background: #E0E0E0;
}
.results--5 {
  background: #ECECEC;
}
.results--white {
  background: #FFFFFF;
}
.results--washed-chalk {
  background: #F0EDF6;
}
.results--blue-violet {
  background: #4203BF;
}
.results--violet-purple {
  background: #B332DD;
}
.results__wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .results__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.results__container {
  max-width: 965px;
  margin: 0 auto;
}
.results__row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 0 0;
  width: 100%;
}
.results__row--flex {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 1rem;
}
@media (min-width: 964px) {
  .results__row--flex {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 80px 0;
  }
}
.results .sidebar-filter {
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .results .sidebar-filter {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 30%;
    max-width: 30%;
  }
}
.results__count {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #757575;
  display: block;
  font-size: 0.625rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .results__count {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
}
.results__download {
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 15px;
  background: #FFFFFF;
  position: relative;
}
@media (min-width: 768px) {
  .results__download {
    padding: 15px;
  }
}
.results__download--large {
  padding: 15px;
}
@media (min-width: 768px) {
  .results__download--large {
    padding: 20px;
  }
}
.results__download--large .results__download-title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.results__download--large .results__download-publish {
  font-size: 0.75rem;
}
.results__download--large .results__download-svg {
  max-height: 40px;
  max-width: 40px;
}
.results__download--search .results__download-content {
  width: 80%;
}
@media (min-width: 768px) {
  .results__download--search .results__download-content {
    width: 40%;
  }
}
.results__download--search .results__tag {
  right: 20px;
}
.results__download-content {
  display: flex;
  justify-content: space-between;
}
.results__download-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #4203BF;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.results__download-publish {
  font-size: 0.6875rem;
}
.results__download-svg {
  max-height: 20px;
  max-width: 20px;
  fill: #4203BF;
  transition: all 0.5s ease;
}
.results__download-svg:hover {
  fill: #D31ABC;
}
.results__items {
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .results__items {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 70%;
    max-width: 70%;
  }
}
.results__items .related-story__column {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 15px;
  flex-basis: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .results__items .related-story__column {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 30px;
  }
}
.results__items .related-story__column .related-story {
  height: 100%;
}
.results__items--full {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.results__items--full .results__column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .results__items--full .results__column {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.results__items--full .results__column--hyperlink-nolist {
  width: 50%;
}
@media (min-width: 768px) {
  .results__items--full .results__column--hyperlink-nolist {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 964px) {
  .results__items--full .results__column--hyperlink-nolist {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .results__items--full .results__column--download, .results__items--full .results__column--download-full {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .results__items--full .results__column--download-full .results__download-content {
    width: 80%;
  }
}
@media (min-width: 964px) {
  .results__items--full .related-story__column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.results__items--full .related-product-outer {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .results__items--full .related-product-outer {
    margin-bottom: 30px;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.333%;
    max-width: 33.333%;
    float: left;
  }
}
@media (min-width: 964px) {
  .results__items--full .related-product-outer {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .results__items--full .related-product-outer {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.results__items--full .related-event,
.results__items--full .related-news,
.results__items--full .service-card {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .results__items--full .related-event,
  .results__items--full .related-news,
  .results__items--full .service-card {
    margin-bottom: 30px;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.333%;
    max-width: 33.333%;
    float: left;
  }
}
.results__items--full .service-card {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .results__items--full .service-card {
    min-height: 300px;
    margin-bottom: 15px;
  }
}
.results__items--full .service-card .service-card__item {
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .results__items--full .results__item--news {
    min-height: 200px;
  }
}
.results__items--full .results__item--news .results__title {
  width: 70%;
  position: relative;
}
@media (min-width: 768px) {
  .results__items--full .results__item--news .results__title {
    max-height: 66px;
    overflow: hidden;
    width: 70%;
  }
}
.results__items--full .results__item--news .results__description {
  width: 100%;
}
.results__items--full .results__item--service .results__description {
  width: 100%;
}
@media (min-width: 768px) {
  .results__items--full .results__item--event {
    min-height: 200px;
  }
}
.results__items--full .results__item--event .results__title {
  width: 70%;
}
@media (min-width: 768px) {
  .results__items--full .results__item--event .results__title {
    max-height: 66px;
    overflow: hidden;
    width: 53%;
  }
}
.results__items--full .results__item--event .results__description {
  width: 100%;
}
@media (min-width: 768px) {
  .results__items--full .results__item--story {
    min-height: 185px;
  }
}
.results__items--full .results__item--story .results__title {
  width: 70%;
}
@media (min-width: 768px) {
  .results__items--full .results__item--story .results__title {
    overflow: hidden;
    width: 53%;
  }
}
.results__items--full .related-column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .results__items--full .related-column {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 25%;
    max-width: 25%;
    float: left;
  }
}
.results__items--full .results__item--service {
  height: 100%;
}
.results__items--left {
  padding: 0;
}
@media (min-width: 768px) {
  .results__items--left {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.results__items--left .results__column {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 auto;
  float: left;
}
@media (min-width: 768px) {
  .results__items--left .results__column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .results__items--left .results__column--hyperlink-nolist {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .results__items--left .results__column--download {
    width: 50%;
  }
}
.results__items--left .related-story__column {
  min-height: 0;
  min-height: initial;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .results__items--left .related-product-outer {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 964px) {
  .results__items--left .related-product-outer {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .results__items--left .related-product-outer .related-product__info {
    min-height: 186px;
  }
}
@media (min-width: 768px) {
  .results__items--left .related-column,
  .results__items--left .related-event,
  .results__items--left .related-news,
  .results__items--left .service-card,
  .results__items--left .related-story__column {
    flex-basis: 50%;
    max-width: 50%;
    float: left;
  }
}
.results__items--left .service-card {
  min-height: 0;
  min-height: initial;
  flex-basis: 100%;
  max-width: 100%;
}
.results__items--left .related-story__image {
  height: 180px;
}
.results__items--left .results__item--event,
.results__items--left .results__item--story,
.results__items--left .results__item--news {
  min-height: 0;
  min-height: initial;
}
.results__column {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .results__column {
    margin-bottom: 30px;
  }
}
.results__column--hyperlink-nolist {
  list-style: none;
}
.results__column--hyperlink-nolist .results__download {
  height: 100%;
}
.results__item {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
}
.results__item a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.results__item--news .results__title {
  width: 70%;
}
.results__item--story {
  overflow: hidden;
}
.results__item--story .results__title {
  width: 70%;
}
@media (min-width: 768px) {
  .results__item--story .results__title {
    width: 60%;
    min-height: 44px;
    max-height: 66px;
    overflow: hidden;
  }
}
.results__item--story .results__description {
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results__item--story .related-story__icon {
  max-width: 60px;
  position: absolute;
  top: -5px;
  right: 30px;
}
.results__item--service .results__button {
  right: 0;
  top: 0;
  position: absolute;
}
.results__item--service .results__location a.map__link {
  display: inline;
  color: #4203BF !important;
  font-weight: unset !important;
}
.results__item.platinum {
  border: solid 2px #ED288A;
}
.results__item.premium {
  border: solid 2px #32BCAD;
}
.results__content {
  position: relative;
}
.results__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #4203BF;
  line-height: 22px;
  margin-bottom: 10px;
}
.results__location {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  margin-bottom: 10px;
  color: #4203BF;
}
.results__location svg {
  height: 30px;
  width: 40px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .results__location {
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
}
.results__description {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  width: 70%;
  color: #3F3F3F;
}
.results__tag {
  background: #02807C;
  border-radius: 150px 150px 0 150px;
  -webkit-border-radius: 150px 150px 0 150px;
  -moz-border-radius: 150px 150px 0 150px;
  padding: 6px 10px 4px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  letter-spacing: 0.09375rem;
  font-size: 0.5rem;
}
@media (min-width: 964px) {
  .results__tag {
    font-size: 0.75rem;
  }
}
.results__spectrum {
  position: absolute;
  height: 120%;
  width: 40px;
  right: -6px;
  overflow: hidden;
  top: 0;
}
.results__spectrum img {
  height: 100%;
}
.results__paging {
  display: flex;
  align-content: center;
  justify-content: center;
  clear: both;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .results__paging {
    margin-top: 35px;
  }
}
.results__paging .disabled {
  display: flex;
  align-items: center;
  width: 20px;
}
.results__paging a:not(:last-child), .results__paging .current {
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #757575;
  text-align: center;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
  font-size: 0.875rem;
}
.results__paging a:last-child {
  display: flex;
  align-items: center;
  width: 20px;
  text-decoration: none;
  color: #4203BF;
}
.results__paging .current {
  color: #4203BF;
}
.results__paging--hide {
  display: none;
}
.results__toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 100%;
  max-width: 100%;
}
.results__toolbar p {
  float: left;
  color: #363636;
}
.results .sort-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.results .sort-by__title {
  margin-right: 5px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3F3F3F;
}
.results .sort-by__select {
  background: none;
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  visibility: hidden;
}
.results .sort-by .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.results .sort-by .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: black;
  font-size: 0.75rem;
  line-height: 18px;
}
.results .sort-by .option-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
}
.results .sort-by .option-select:after {
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 8px;
  background: url(/content/dist/images/down.svg);
  background-size: 12px 8px;
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
}
.results .sort-by .options {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  left: auto;
  z-index: 999;
  margin: 0 0;
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 20px 0 20px 20px;
  background-color: white;
  border: 1px solid #E0E0E0;
  width: 170px;
}
.results .sort-by .options li {
  margin: 0 0;
  font-size: 0.875rem;
  padding: 15px 20px;
  color: #3F3F3F;
}
.results .sort-by .options li + li {
  padding-top: 10px;
}
/* TODO:refactor */
/* ASD related colours */
.utility-microsite {
  display: none;
}
@media screen and (min-width: 1125px) {
  .utility-microsite {
    display: block;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1125px) {
  .utility-microsite__row {
    border-bottom: 1px solid #E0E0E0;
  }
}
.utility-microsite .page-header__inner {
  padding-bottom: 0;
  min-height: auto;
}
.utility-microsite .utility-block {
  margin-bottom: 0;
}
@media screen and (min-width: 1125px) {
  .utility-microsite .utility-block {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .utility-microsite .utility-block .utility-nav {
    display: block;
  }
}
@media screen and (min-width: 1125px) {
  .utility-microsite .utility-block .utility-nav {
    align-items: center;
    align-self: center;
    margin-right: 15px;
    margin-top: 0;
  }
}
.utility-microsite .utility-block .utility-nav__link {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08625rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 1125px) {
  .utility-microsite .utility-block__button {
    align-items: center;
    align-self: center;
    width: auto;
    font-size: 0.875rem;
    display: inline-flex;
    height: 30px;
    margin: 0;
    margin-right: 30px;
    padding: 5px 24px;
  }
}
@media (min-width: 768px) {
  .utility-microsite .utility-block .dimmer-switch__label {
    display: none;
  }
}

.utility-navigation {
  display: table-footer-group;
}
@media (max-width: 767px) {
  .utility-navigation {
    display: block;
  }
}
@media screen and (min-width: 1125px) {
  .utility-navigation {
    display: inline;
    display: initial;
  }
}
.utility-navigation__content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1125px) {
  .utility-navigation__content {
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 50px;
    background-color: #F0EDF6;
    border-radius: 0 0 0 20px;
  }
}
@media screen and (min-width: 1273px) {
  .utility-navigation__content {
    border-radius: 0 0 20px 20px;
  }
}
.utility-navigation__item {
  margin-top: 10px;
}
@media screen and (min-width: 1125px) {
  .utility-navigation__item {
    margin-top: 0;
  }
}
.utility-navigation__dimmer-switch {
  margin-top: 0;
  margin-right: 15px;
}
@media screen and (max-width: 346px) {
  .utility-navigation__dimmer-switch {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1125px) {
  .utility-navigation__dimmer-switch {
    position: relative;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 0;
  }
  .utility-navigation__dimmer-switch::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #BBBBBB;
  }
  .utility-navigation__dimmer-switch + .utility-navigation__profile {
    padding-left: 15px;
  }
}
.utility-navigation__bell {
  margin-right: 15px;
}
@media screen and (min-width: 1125px) {
  .utility-navigation__bell {
    position: relative;
    margin-right: 15px;
  }
  .utility-navigation__bell::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #BBBBBB;
  }
}
.utility-navigation__profile {
  display: flex;
  align-items: center;
}
.utility-navigation__mini-basket {
  order: -1;
  margin-left: 15px;
}
@media screen and (min-width: 1125px) {
  .utility-navigation__mini-basket {
    order: 0;
    margin-left: 0;
  }
}

.utility-block {
  margin-bottom: 15px;
  position: static;
  bottom: auto;
  width: 100%;
  padding: 0 2rem 0 1rem;
  display: table;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .utility-block {
    position: static;
    bottom: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 1rem 0.75rem 1rem;
    margin: 0;
    background: #fff;
    border-top: none;
    -webkit-overflow-scrolling: touch;
  }
  .utility-block .utility-nav,
  .utility-block .utility-navigation {
    display: block;
  }
  .utility-block .utility-nav {
    order: 1;
    flex: 0 0 auto;
    overflow: visible;
  }
  .utility-block .utility-nav__list {
    margin: 0;
    padding: 0;
  }
  .utility-block__button {
    order: 2;
    width: 100%;
    margin: 0.5rem 0 0 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .utility-block .utility-navigation {
    order: 3;
    width: 100%;
    margin-top: 0.75rem;
  }
  .utility-block .utility-navigation__content {
    display: block;
    width: 100%;
  }
  .utility-block .utility-navigation__profile {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    padding: 0.85rem 1.25rem;
    background: #F0EDF6;
    border-radius: 999px;
  }
  .utility-block .profile-dropdown__link {
    display: inline;
    width: auto;
    padding: 0;
    background: none;
    color: #3F3F3F;
    text-decoration: none;
  }
  .utility-block .profile-dropdown__separator {
    display: inline-block;
    margin: 0 0.35rem;
    color: #3F3F3F;
  }
  .utility-block .utility-navigation__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    width: 100%;
  }
  .utility-block .utility-navigation__profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0.85rem 1.25rem;
    background: #F0EDF6;
    border-radius: 999px;
    flex: 0 0 auto;
  }
  .utility-block #enableRecite,
  .utility-block .dimmer-switch,
  .utility-block .utility-navigation__dimmer-switch {
    flex: 0 0 auto;
    margin: 0;
  }
}
.utility-block:before, .utility-block:after {
  content: " ";
  display: table;
}
.utility-block:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.utility-block {
  *zoom: 1;
}
@media screen and (min-width: 1125px) {
  .utility-block {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    float: right;
    padding: 0;
  }
}
.utility-block .utility-navigation__dimmer-switch {
  margin-top: 10px;
  margin-right: 0;
}
@media screen and (min-width: 1125px) {
  .utility-block .utility-navigation__dimmer-switch {
    position: relative;
    padding-right: 15px;
    margin-top: 0;
    padding-left: 20px;
    margin-right: 0;
  }
}
.utility-block__back {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.62;
  color: #555;
  text-decoration: none;
  display: none;
  border: 1px solid #DDD;
  background: #F5F5F5;
  border-radius: 7px;
  padding: 6px 16px;
}
@media screen and (min-width: 1125px) {
  .utility-block__back {
    display: flex;
    align-self: center;
    margin: 0 auto 0 30px;
  }
}
.utility-block__back span {
  font-size: 0;
  margin-right: 5px;
  position: relative;
}
.utility-block__back span img {
  height: 17px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.utility-block__arrow {
  fill: #E0E0E0;
  height: 20px;
  width: 10px;
  transform: rotate(90deg) scaleX(-1);
}
.utility-block .utility-nav {
  display: table-header-group;
}
@media screen and (min-width: 1125px) {
  .utility-block .utility-nav {
    display: inherit;
    align-self: flex-start;
    float: right;
    align-items: center;
    margin-right: 25px;
    margin-top: 8px;
  }
}
.utility-block .utility-nav__list {
  margin: 0 0 1em 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .utility-block .utility-nav__list {
    margin: 0 0 0.5em 0;
  }
}
@media screen and (min-width: 1125px) {
  .utility-block .utility-nav__list {
    margin: 0;
  }
}
.utility-block .utility-nav__item {
  position: relative;
  display: block;
}
@media screen and (min-width: 1125px) {
  .utility-block .utility-nav__item {
    display: inline-block;
  }
}
.utility-block .utility-nav__link {
  display: block;
  color: #757575;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  font-size: 0.75rem;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.09375rem;
}
@media only screen and (max-height: 680px) {
  .utility-block .utility-nav__link {
    font-size: 0.65625rem;
  }
}
@media screen and (min-width: 1125px) {
  .utility-block .utility-nav__link {
    text-transform: unset;
    letter-spacing: normal;
    padding: 10px;
  }
}
.utility-block .utility-nav__link:hover {
  text-decoration: none;
  color: rgb(91.5, 91.5, 91.5);
  cursor: pointer;
}
.utility-block .utility-nav__link--button {
  color: #FFFFFF;
  background: #D31ABC;
  display: none;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
}
@media (min-width: 964px) {
  .utility-block .utility-nav__link--button {
    display: block;
    margin-left: 1em;
    padding: 8px 20px;
  }
}
.utility-block .utility-nav__link--button:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: rgb(165.5949367089, 20.4050632911, 147.5443037975);
}
.utility-block__button {
  width: 100%;
  margin-bottom: 13px;
  padding: 11px;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .utility-block__button {
    margin-bottom: 5px;
    padding: 10px;
  }
}
@media screen and (min-width: 1125px) {
  .utility-block__button {
    display: none;
  }
}
.utility-block__account-svg {
  width: 20px;
  margin-right: 0.5em;
}
.utility-block__sign-in {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
@media screen and (min-width: 1125px) {
  .utility-block__sign-in {
    vertical-align: central;
  }
}
.utility-block__sign-in-text {
  color: #3F3F3F;
}
.utility-block__switch {
  display: inline-block;
  margin-right: 25px;
}
.utility-block__switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.utility-block__switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  display: inline-block;
  height: 25px;
  background: grey;
  border-radius: 100px;
  position: relative;
}
.utility-block__switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.utility-block__switch input:checked + label {
  background: #bada55;
}
.utility-block__switch input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.utility-block__switch label:active:after {
  width: 20px;
}
/* TODO:refactor */
/* ASD related colours */
.autism-map {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .autism-map {
    background: none;
    height: 536px;
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    display: flex;
  }
}
.autism-map__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: -1;
}
@media (min-width: 768px) {
  .autism-map__icon {
    position: absolute;
    right: 40px;
    top: 27px;
  }
}
.autism-map__icon img {
  height: 45px;
  width: 45px;
}
@media (max-width: 767px) {
  .autism-map__intro.hide {
    display: none;
  }
}
.autism-map__content {
  padding: 20px;
  border: 1px solid #E0E0E0;
  position: relative;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .autism-map__content {
    border: 1px solid #E0E0E0;
    flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    max-width: 35%;
    padding: 30px;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.autism-map__content .button {
  width: 100%;
}
.autism-map__section {
  background: #FFFFFF;
  transition: visibility 0.25s, opacity 0.25s linear;
  z-index: 2;
  width: 100%;
  opacity: 0;
  display: none;
  height: 340px;
}
@media (min-width: 768px) {
  .autism-map__section {
    position: absolute;
    height: 100%;
    padding: 30px;
    left: 0;
    top: 0;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
  }
}
.autism-map__section.active {
  display: block;
  opacity: 1;
}
.autism-map__overlay {
  height: 100%;
  width: 100%;
  position: relative;
}
.autism-map__overlay .autism-map__block {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
  padding: 0;
}
.autism-map__overlay .autism-map__action {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
  padding: 0;
}
.autism-map__close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 30px;
  border: 1px solid #E0E0E0;
  width: 30px;
  text-align: center;
  z-index: 999;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  padding: 9px;
}
.autism-map__close svg {
  vertical-align: top;
  height: 100%;
  width: 100%;
  fill: #4203BF;
}
.autism-map__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .autism-map__title {
    font-size: 2rem;
  }
}
.autism-map__description {
  opacity: 0.8;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .autism-map__description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.autism-map__view {
  border: 1px solid #E0E0E0;
  position: relative;
  height: 360px;
}
@media (max-width: 767px) {
  .autism-map__view {
    border-top: 0;
    clear: both;
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  .autism-map__view {
    height: auto;
    border-left: 0;
    flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    max-width: 65%;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
  }
}
.autism-map__results {
  display: none;
  position: relative;
  height: 87%;
  /* Scrollbar Styling */
}
@media (min-width: 768px) {
  .autism-map__results {
    height: 90%;
  }
}
.autism-map__results.is-active {
  display: block;
}
.autism-map__results:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 10%;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}
@media (min-width: 768px) {
  .autism-map__results:after {
    border-radius: 0;
  }
}
.autism-map__results ::-webkit-scrollbar {
  width: 10px;
}
.autism-map__results ::-webkit-scrollbar-track {
  background-color: #F0EDF6;
  border-radius: 10px;
}
.autism-map__results ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.2;
  background: #DFD5F0;
  padding: 10px;
}
.autism-map__subheader {
  font-size: 1.375rem;
  color: #4203BF;
  line-height: 1.45;
  letter-spacing: -0.03125rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.autism-map__list {
  background: #F0EDF6;
  padding: 14px 14px 0 14px;
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}
@media (min-width: 768px) {
  .autism-map__list {
    border-radius: 0;
  }
}
.autism-map__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  height: 13%;
  background: #FFFFFF;
  clear: both;
}
@media (min-width: 768px) {
  .autism-map__nav-list {
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    height: 10%;
  }
}
.autism-map__nav-li {
  flex: 1 1;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .autism-map__nav-li:last-child .autism-map__nav-link {
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
  }
}
.autism-map__nav-link {
  color: #4203BF;
  text-align: center;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
  font-size: 14px;
  padding: 10px 0;
  height: 100%;
  border: 1px solid #4203BF;
  line-height: 24px;
}
@media (min-width: 768px) {
  .autism-map__nav-link {
    line-height: 20px;
    padding: 16px 0;
    font-size: 1rem;
  }
}
.autism-map__nav-link:hover {
  color: #FFFFFF;
  font-weight: 500;
  background: #4203BF;
}
.autism-map__nav-link.is-active {
  color: #FFFFFF;
  font-weight: 500;
  background: #4203BF;
}
.autism-map__item {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  margin-bottom: 15px;
}
.autism-map__item .autism-map__row {
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
}
.autism-map__subtitle {
  color: #4203BF;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.03125rem;
}
.autism-map__information {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #3F3F3F;
  margin-bottom: 30px;
}
.autism-map__block {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .autism-map__block {
    float: left;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    width: 100%;
  }
}
.autism-map__block p {
  font-size: 0.75rem;
  color: #3F3F3F;
  line-height: 1.5;
  margin-bottom: 15px;
}
.autism-map__block p span {
  color: #757575;
}
.autism-map__action {
  flex-basis: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
  float: left;
  clear: both;
  padding-left: 1rem;
  padding-right: 1rem;
}
.autism-map__action .button {
  font-size: 0.875rem;
  padding: 10px 20px;
}
.autism-map__logo img {
  max-width: 150px;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .autism-map__logo img {
    margin-bottom: 30px;
    max-width: 200px;
  }
}
.autism-map__map {
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  height: 87%;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .autism-map__map {
    height: 90%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.autism-map__map.is-active {
  display: block;
}
.autism-map__map .map-widget {
  width: 100%;
  height: 100%;
}
/* TODO:refactor */
/* ASD related colours */
.notification-item p {
  color: #363636;
}

.service-directory__hero-content {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 964px) {
  .service-directory__hero-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 964px) {
  .service-directory__hero-content {
    display: flex;
    justify-content: end;
    grid-gap: 15px;
    gap: 15px;
  }
}
.service-directory__hero-content .zone-left h2 {
  color: white;
  padding-bottom: 20px;
}
.service-directory__hero-content .zone-right {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
}
@media (min-width: 768px) {
  .service-directory__hero-content .zone-right {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 15px;
    gap: 15px;
  }
}
@media (min-width: 964px) {
  .service-directory__hero-content .zone-right {
    margin-top: 0px;
    justify-content: start;
    width: 500px;
    flex-direction: column;
  }
}
.service-directory__hero-content .zone-right a {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  border-radius: 20px;
  background: #D31ABC;
  border: none;
  padding-right: 50px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 964px) {
  .service-directory__hero-content .zone-right a {
    padding-left: 0px;
    height: 50px;
    text-align: left;
    width: 300px;
  }
}
.service-directory__hero-content .zone-right a .service-directory__arrow {
  top: 12px;
}
@media (min-width: 964px) {
  .service-directory__hero-content .zone-right a .service-directory__arrow {
    top: 13px;
  }
}
.service-directory__hero-content .zone-right a div {
  padding-left: 15px;
  padding-top: 15px;
  height: 50px;
  width: 100%;
}
@media (min-width: 964px) {
  .service-directory__hero-content .zone-right a div {
    padding-top: 0px;
    display: block;
    margin: auto;
    height: auto;
  }
}
.service-directory .hero-banner {
  flex-direction: column;
}
.service-directory form {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 964px) {
  .service-directory form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 964px) {
  .service-directory form {
    padding-top: 40px;
  }
}
.service-directory form .service-directory__search-bar-new {
  flex-direction: column;
  flex: 1 1;
  grid-gap: 20px;
  gap: 20px;
  display: grid;
}
@media (min-width: 964px) {
  .service-directory form .service-directory__search-bar-new {
    grid-gap: 40px;
    gap: 40px;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.service-directory form .service-directory__search-bar-new .search-button {
  flex: 1 1;
  width: 100%;
}
.service-directory form .input-sd {
  height: 80px;
  display: flex;
  position: relative;
  align-items: center;
  background: white;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.service-directory form .input-sd input[type=text] {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 20px;
  flex: 1 1;
  border: none;
}
.service-directory form .input-sd input[type=text].prefix {
  padding-left: 70px;
}
.service-directory form .input-sd input[type=text]::-moz-placeholder {
  font-weight: 600;
  color: #4203BF;
}
.service-directory form .input-sd input[type=text]:-ms-input-placeholder {
  font-weight: 600;
  color: #4203BF;
}
.service-directory form .input-sd input[type=text]::placeholder {
  font-weight: 600;
  color: #4203BF;
}
.service-directory form .input-sd svg.icon-prefix {
  position: absolute;
  height: 55px;
  left: 10px;
  width: 60px;
}
.service-directory form .search-button {
  position: relative;
  border-radius: 20px;
  background: #D31ABC;
  border: none;
  font-weight: 500;
  height: 80px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}
.service-directory form__checkbox {
  margin: 20px 15px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 964px) {
  .service-directory form__checkbox {
    margin: 20px 60px 0;
    align-self: baseline;
  }
}
.service-directory form input[type=checkbox]:checked ~ .service-tile {
  opacity: 0.8;
}
.service-directory .service-grid-container {
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .service-directory .service-grid-container {
    display: flex;
    margin-bottom: 40px;
  }
}
.service-directory .service-grid-container .service-grid {
  grid-gap: 20px;
  gap: 20px;
  display: grid;
}
@media (min-width: 964px) {
  .service-directory .service-grid-container .service-grid {
    width: 100%;
    grid-gap: 40px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.service-directory .category-title {
  padding: 20px 0;
  color: white;
  text-align: left;
  align-self: baseline;
  margin: 0 15px;
}
.service-directory .service-tile {
  position: relative;
  background: #FFFFFF;
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
}
.service-directory .service-tile span {
  color: #4203BF;
  font-weight: bold;
  padding-left: 10px;
}
.service-directory .service-tile svg {
  height: 60px;
  width: 60px;
}
.service-directory .hero-banner {
  padding: 20px 0;
  position: relative;
  z-index: 40;
}
.service-directory .hero-banner .hero-svg-container {
  position: absolute;
  right: 0;
  height: 100vh;
  top: 0;
  width: 35vw;
  overflow: hidden;
}
.service-directory .hero-banner .hero-svg-container__svg {
  width: 60vw;
  height: 100vw;
  position: absolute;
  top: -65%;
  right: -50%;
  z-index: -1;
}
.service-directory .hero-banner__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service-directory .hero-banner__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) {
  .service-directory .hero-banner__text-block--left {
    padding: 85px 60px 160px;
  }
}
.service-directory .hero-banner p {
  font-size: 0.875rem;
  color: #FFFFFF;
  /*            opacity: 0.8;*/
  line-height: 24px;
}
@media (min-width: 768px) {
  .service-directory .hero-banner p {
    font-size: 1rem;
  }
}
.service-directory .hero-banner__curve {
  fill: #F0EDF6;
}
.service-directory__submit {
  background: #D31ABC;
  border: 0;
  outline: 0;
  height: 80px;
  color: #FFFFFF;
  border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  width: 75px;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .service-directory__submit {
    font-size: 0;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    width: 75px;
    height: 80px;
  }
}
.service-directory__arrow {
  fill: #FFFFFF;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 27px;
  right: 15px;
  pointer-events: none;
}
.service-directory__arrow:hover {
  cursor: pointer;
}
/* TODO:refactor */
/* ASD related colours */
/* stamps - search result card */
.results__item--service .stamps {
  border: solid 0px red;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-gap: 10px;
  gap: 10px;
  /*    font-variant-caps: all-petite-caps;*/
  font-size: smaller;
}
.results__item--service .stamps .stamp {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 6px 10px 6px 10px;
  background: #fff;
  color: #fff;
  max-height: 35px;
  text-align: center;
  /*        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 9px, rgba(0, 0, 0, 0.25) 0px 10px 10px;*/
}
.results__item--service .stamps .stamp-platinum {
  background-color: #ED288A;
}
.results__item--service .stamps .stamp-premium {
  background-color: #32BCAD;
}
.results__item--service .stamps .stamp-earlybird {
  background-color: #369;
}
.results__item--service .stamps .stamp-earlybirdplus {
  background-color: #369;
}
.results__item--service .stamps .stamp-earlybirdplus {
  background-color: #936;
}
.results__item--service .stamps .stamp-teenlife {
  background-color: #396;
}
.results__item--service .stamps .stamp-accredited {
  background-color: #693;
}
/* TODO:refactor */
/* ASD related colours */
.stamp-explainers {
  background-color: #DFD7F0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .stamp-explainers {
    justify-content: flex-start;
  }
}
.stamp-explainers a {
  color: unset;
  font-weight: unset;
  text-decoration: none;
}

.promoted-services-page {
  background-color: #F0EDF6;
}
.promoted-services-page .generic-section {
  background-color: transparent !important;
}
.promoted-services-page .stamp-explainers {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .promoted-services-page .stamp-explainers {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 964px) {
  .promoted-services-page .stamp-explainers {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.promoted-services-page .promoted-services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 10px;
}
.promoted-services-page .promoted-services-list .results__item {
  width: 100%;
}
@media (min-width: 768px) {
  .promoted-services-page .promoted-services-list .results__item {
    width: 48%;
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .promoted-services-page .promoted-services-list .results__item {
    width: 32%;
  }
}
.promoted-services-page .promoted-services-list .results__item .results__description {
  width: 100% !important;
}
.promoted-services-page .page-link {
  margin-right: 5px;
}
/* TODO:refactor */
/* ASD related colours */
.explainers__header {
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .explainers__header {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.explainers__title {
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
}
@media (min-width: 768px) {
  .explainers__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .explainers__content {
    width: 70%;
    flex-basis: 70%;
  }
}
.explainers__description {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .explainers__description {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.explainers__item {
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .explainers__item {
    height: 100%;
    margin-bottom: 0;
    padding: 30px;
  }
}
.explainers__item--purple {
  background: #4203BF;
  border-color: #4203BF;
}
.explainers__item--purple .explainers__item-title, .explainers__item--purple .explainers__item-description {
  color: #FFFFFF;
}
.explainers__item--purple .explainers__arrow {
  fill: #FFFFFF;
}
.explainers__item--pink {
  background: #D31ABC;
  border-color: #D31ABC;
}
.explainers__item--pink .explainers__item-title, .explainers__item--pink .explainers__item-description {
  color: #FFFFFF;
}
.explainers__item--pink .explainers__arrow {
  fill: #FFFFFF;
}
.explainers__item--white {
  background: #FFFFFF;
}
.explainers__item-title {
  width: 70%;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .explainers__item-title {
    font-size: 1.375rem;
    width: 80%;
  }
}
.explainers__link {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.explainers__item-description {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .explainers__item-description {
    font-size: 1rem;
  }
}
.explainers__button {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .explainers__button {
    right: 30px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .explainers__cta {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.explainers__cta .button {
  width: 100%;
  margin-top: 15px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .explainers__cta .button {
    padding: 10px 51px;
    margin-top: 0;
    width: auto;
  }
}
.explainers__arrow {
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
}
/* TODO:refactor */
/* ASD related colours */
.benefits-list__title {
  font-size: 1.375rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .benefits-list__title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.benefits-list__list {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 20px;
  list-style: none;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-list__list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    grid-column-gap: 20px;
    column-gap: 20px;
    padding: 30px;
  }
}
.benefits-list__item {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 24px;
  page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px) {
  .benefits-list__item {
    font-size: 1rem;
  }
}
.benefits-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #D31ABC;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* TODO:refactor */
/* ASD related colours */
.region-selector {
  background: #8913B0;
  padding: 20px;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .region-selector {
    margin-bottom: 0;
    width: 290px;
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 222;
  }
}
.region-selector__description {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 10px;
  width: 70%;
  flex-basis: 70%;
}
.region-selector__close {
  background: #FFFFFF;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .region-selector__close {
    width: 30px;
    height: 30px;
  }
}
.region-selector__svg {
  height: 7px;
  width: 7px;
  fill: #8913B0;
}
@media (min-width: 768px) {
  .region-selector__svg {
    height: 10px;
    width: 10px;
  }
}
.region-selector__form {
  flex-basis: 100%;
  width: 100%;
}
.region-selector__select {
  background: #FFFFFF;
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #3F3F3F;
  height: 40px;
  border: 1px solid #E0E0E0;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-left: 10px;
}
.region-selector.close {
  display: none;
  visibility: hidden;
}
/* TODO:refactor */
/* ASD related colours */
.press-media__title {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .press-media__title {
    font-size: 1.625rem;
  }
}
.press-media__description {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .press-media__description {
    margin-bottom: 30px;
    width: 60%;
    font-size: 1rem;
  }
}
.press-media__contact {
  padding: 15px 0;
  border-top: 1px solid #E0E0E0;
}
@includes desktop {
  .press-media__contact {
    padding: 15px 0 0 0;
  }
}
.press-media__contact-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .press-media__contact-title {
    font-size: 1rem;
  }
}
.press-media__contact-text {
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: normal;
  color: #3F3F3F;
  margin-bottom: 10px;
}
.press-media__contact-text a {
  color: #4203BF;
}
.press-media__contact-text:last-child {
  margin-bottom: 0;
}
/* TODO:refactor */
/* ASD related colours */
.step-process__item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .step-process__item {
    margin-bottom: 0;
  }
}
.step-process__item--simple {
  display: flex;
  border: 1px solid #E0E0E0;
  padding: 15px;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  align-items: center;
  margin-bottom: 15px;
  background: #FFFFFF;
}
.step-process__item--detailed {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .step-process__item--detailed {
    height: 100%;
    margin-bottom: 0;
  }
}
.step-process__item--detailed .step-process__description {
  font-size: 0.875rem;
}
.step-process__item--detailed .step-process__count {
  position: absolute;
  left: 10px;
  top: 10px;
}
.step-process__item--detailed .step-process__content {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
}
.step-process__item--grey {
  background: #F0EDF6;
  border: 1px solid #F0EDF6;
}
.step-process__title {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: #4203BF;
}
@media (min-width: 768px) {
  .step-process__title {
    font-size: 1.125rem;
  }
}
.step-process__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  fill: #FFFFFF;
}
.step-process__description {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .step-process__description {
    font-size: 1rem;
  }
}
.step-process__count {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.03125rem;
  text-align: center;
  line-height: 54px;
  margin-right: 30px;
  color: #FFFFFF;
  height: 50px;
  width: 50px;
  background: #D31ABC;
  border-radius: 25px 25px 0 25px;
  -webkit-border-radius: 25px 25px 0 25px;
  -moz-border-radius: 25px 25px 0 25px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .step-process__count {
    font-size: 1.75rem;
  }
}
.step-process__image {
  position: relative;
  height: 194px;
}
@media (min-width: 768px) {
  .step-process__image {
    height: auto;
  }
}
.step-process__image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .step-process__image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .step-process__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
  }
}
.step-process__image--grey .step-process__curve {
  fill: #F0EDF6;
}
.step-process__content {
  padding: 20px;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .step-process__content {
    padding: 30px;
  }
}
.step-process__content--grey {
  background: #F0EDF6;
}
@media (min-width: 768px) {
  .step-process__3 + .step-process__4 {
    margin-top: 30px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.featured-news {
  padding-left: 15px;
  padding-right: 15px;
  background: #F0EDF6;
  position: relative;
}
@media (min-width: 768px) {
  .featured-news {
    padding: 0 30px;
  }
}
@media (min-width: 964px) {
  .featured-news {
    padding: 0 15px;
  }
}
.featured-news__item {
  border: 1px solid #e0e0e0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin-bottom: 30px;
  background: #FFFFFF;
}
.featured-news__item:before, .featured-news__item:after {
  content: " ";
  display: table;
}
.featured-news__item:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.featured-news__item {
  *zoom: 1;
}
@media (min-width: 768px) {
  .featured-news__item {
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
    min-height: 280px;
  }
}
@media (min-width: 964px) {
  .featured-news__item {
    min-height: 220px;
  }
}
.featured-news__content {
  padding: 30px;
}
@media (min-width: 768px) {
  .featured-news__content {
    padding: 30px 20px 30px 30px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.featured-news__content a {
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .featured-news__content p {
    position: absolute;
    bottom: 30px;
  }
}
.featured-news__subtitle {
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  color: #656565;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .featured-news__subtitle {
    font-size: 0.625rem;
    margin-bottom: 15px;
  }
}
.featured-news__title {
  color: #4203BF;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-news__title {
    font-size: 1.125rem;
  }
}
.featured-news__category {
  background: #02807C;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 20px;
  font-size: 0.75rem;
  right: 30px;
}
.featured-news__description {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #757575;
}
.featured-news__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-news__image {
    float: right;
    margin-left: 1px;
    order: 2;
    overflow: visible;
    position: relative;
    width: 50%;
    text-align: right;
  }
}
.featured-news__image img {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media (min-width: 768px) {
  .featured-news__image img {
    position: absolute;
  }
}
.featured-news .button {
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-news .button {
    width: auto;
  }
}
.featured-news__curve {
  position: absolute;
  left: 0;
  width: 100%;
  fill: #FFFFFF;
  z-index: 22;
  bottom: 3px;
}
@media (min-width: 768px) {
  .featured-news__curve {
    display: none;
  }
}
.featured-news__curve-right {
  position: absolute;
  top: 0;
  left: -1px;
  display: none;
  height: 100%;
  fill: #FFFFFF;
  z-index: 222;
}
@media (min-width: 768px) {
  .featured-news__curve-right {
    display: block;
  }
}
.featured-news__main-curve {
  fill: #F0EDF6;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: block;
}
/* TODO:refactor */
/* ASD related colours */
.image--border img {
  border: 1px solid #E0E0E0;
  border-bottom: 0;
}
.image a {
  text-decoration: none;
}
.image img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.image__caption {
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 15px;
  color: #757575;
  width: 100%;
  font-size: 0.75rem;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}
@media (min-width: 768px) {
  .image__caption {
    padding: 20px;
    font-size: 0.875rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
.related-content__title {
  font-size: 1.5rem;
  text-align: center;
  color: #4203BF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .related-content__title {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (min-width: 964px) {
  .related-content__title {
    text-align: left;
    font-size: 2rem;
  }
}
.related-content__subtitle {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .related-content__subtitle {
    text-align: left;
    font-size: 1rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
/* TODO:refactor */
/* ASD related colours */
.twitter-feed {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .twitter-feed {
    padding-top: 30px;
  }
}
.twitter-feed__title {
  font-size: 1.5rem;
  color: #4203BF;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .twitter-feed__title {
    font-size: 2rem;
  }
}
.twitter-feed .timeline-Footer .u-floatLeft {
  display: none !important;
}
/* TODO:refactor */
/* ASD related colours */
.facebook-feed {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .facebook-feed {
    padding-top: 30px;
  }
}
.facebook-feed__title {
  font-size: 1.5rem;
  color: #4203BF;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .facebook-feed__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.facebook-feed .fb-page,
.facebook-feed .fb-page span,
.facebook-feed .fb-page span iframe[style] {
  width: 100% !important;
}
/* TODO:refactor */
/* ASD related colours */
.search-widget .generic-section.first {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .search-widget .generic-section.first {
    position: relative;
    z-index: 222;
  }
}
@media (min-width: 768px) {
  .search-widget .generic-section.first {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.search-widget__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .search-widget__inner {
    padding: 0;
  }
}
.search-widget .hero-banner {
  text-align: center;
  display: block;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .search-widget .hero-banner {
    padding-top: 80px;
  }
}
.search-widget .hero-banner__text-block {
  padding: 0;
}
.search-widget .hero-banner__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .search-widget .hero-banner__title {
    font-size: 2.875rem;
  }
}
.search-widget .hero-banner p {
  font-size: 0.875rem;
  color: #FFFFFF;
  opacity: 0.8;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .search-widget .hero-banner p {
    margin-bottom: 60px;
    width: 70%;
    font-size: 1rem;
  }
}
@media (min-width: 964px) {
  .search-widget .hero-banner p {
    width: 40%;
  }
}
.search-widget .hero-banner__curve {
  fill: #F0EDF6;
}
.search-widget__search-holder {
  background: #F0EDF6;
}
@media (min-width: 768px) {
  .search-widget__search-holder {
    background: #4203BF;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    padding-bottom: 100px;
  }
}
.search-widget .browse-all {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .search-widget .browse-all {
    padding-top: 80px;
  }
}
.search-widget .browse-all__title {
  font-size: 1.625rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  border-bottom: 1px solid #D0C0EF;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .search-widget .browse-all__title {
    font-size: 1.625rem;
  }
}
.search-widget .browse-all__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.search-widget .browse-all__item {
  position: relative;
  max-width: 50%;
  flex-basis: 50%;
  display: flex;
}
@media (min-width: 768px) {
  .search-widget .browse-all__item {
    max-width: 33.333%;
    flex-basis: 33.3333%;
  }
}
@media (min-width: 964px) {
  .search-widget .browse-all__item {
    max-width: 25%;
    flex-basis: 25%;
  }
}
.search-widget .browse-all__item:hover .browse-all__arrow {
  opacity: 1;
}
.search-widget .browse-all__arrow {
  position: absolute;
  top: 10px;
  right: 30px;
  max-height: 15px;
  max-width: 20px;
  fill: #D0C0EF;
  opacity: 0;
  transition: all 0.25s ease;
}
.search-widget .browse-all__link {
  color: #4203BF;
  font-weight: 500;
  line-height: 1.57;
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  width: 75%;
}

.search-widget {
  position: relative;
  clear: both;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .search-widget {
    width: 90%;
    display: flex;
  }
}
.search-widget__icon {
  position: absolute;
  left: 25px;
  top: 18px;
  width: 16px;
  height: 16px;
  fill: #BBBBBB;
}
@media (min-width: 768px) {
  .search-widget__icon {
    top: 21px;
    width: 20px;
    height: 20px;
  }
}
.search-widget__input {
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-right: 0;
  padding: 16px 30px 16px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 15px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .search-widget__input {
    padding: 30px 30px 30px 57px;
    font-size: 0.875rem;
    margin-bottom: 0;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    width: 63%;
  }
}
@media (min-width: 964px) {
  .search-widget__input {
    width: 68%;
  }
}
.search-widget__submit {
  height: 35px;
  width: 100%;
  background: #D31ABC;
  color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 17.5px;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
}
@media (min-width: 768px) {
  .search-widget__submit {
    height: 62px;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    font-size: 0;
    width: 10%;
  }
}
.search-widget__submit:hover {
  cursor: pointer;
}
.search-widget__arrow {
  fill: #FFFFFF;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 19px;
  right: 19px;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .search-widget__arrow {
    display: block;
  }
}
.search-widget .dropdown {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .search-widget .dropdown {
    position: static;
    position: initial;
  }
}
.search-widget .dropdown.on .dropdown-label {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .search-widget .dropdown.on .dropdown-label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
@media (min-width: 768px) {
  .search-widget .dropdown {
    width: 27%;
  }
}
@media (min-width: 964px) {
  .search-widget .dropdown {
    width: 22%;
  }
}
.search-widget .dropdown .dropdown-label {
  width: auto;
  height: 50px;
  font-weight: 500;
  border: 0;
  color: #3F3F3F;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 41px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 62px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .search-widget .dropdown .dropdown-label {
    line-height: 49px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 62px;
  }
}
.search-widget .dropdown .dropdown-label:before {
  display: none;
}
.search-widget .dropdown__icon {
  fill: #bbbbbb;
  max-width: 23px;
  height: 30px;
  position: absolute;
  left: 22px;
  top: 11px;
}
@media (min-width: 768px) {
  .search-widget .dropdown__icon {
    left: 30px;
    top: 16px;
  }
}
.search-widget .dropdown__apply {
  margin-top: 0;
}
.search-widget .dropdown .dropdown-title {
  margin-bottom: 20px;
  color: #4203BF;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.search-widget .dropdown .dropdown-list {
  left: 0;
  top: 49px;
  text-align: left;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
  overflow-y: hidden;
  /* Scrollbar Styling */
}
.search-widget .dropdown .dropdown-list ::-webkit-scrollbar {
  width: 10px;
}
@media (min-width: 768px) {
  .search-widget .dropdown .dropdown-list {
    top: 62px;
  }
}
@media (max-width: 767px) {
  .search-widget .dropdown .dropdown-list {
    max-height: 200vh;
    overflow: scroll;
  }
}
.search-widget .dropdown .dropdown-list ::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.search-widget .dropdown .dropdown-list ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.2;
  background: #ECECEC;
  padding: 10px;
}
.search-widget .dropdown .dropdown-toolbar {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  float: left;
  width: 100%;
}
.search-widget .dropdown .dropdown-inner {
  float: left;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .search-widget .dropdown .dropdown-inner {
    max-height: 400px;
  }
}
@media (min-width: 964px) {
  .search-widget .dropdown .dropdown-inner {
    max-height: 500px;
  }
}
.search-widget .dropdown .dropdown-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  width: 100%;
  height: 10%;
}
/* TODO:refactor */
/* ASD related colours */
.fundraiser-totaliser__intro {
  color: #4203BF;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__intro {
    font-size: 1.9375rem;
  }
}
.fundraiser-totaliser__intro .button {
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__intro .button {
    margin-bottom: 20px;
  }
}
.fundraiser-totaliser__block {
  background: #213A64;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
  padding: 25px;
}
@media (max-width: 767px) {
  .fundraiser-totaliser__block {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .fundraiser-totaliser__block {
    padding: 30px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__block {
    padding: 40px;
  }
}
.fundraiser-totaliser__title {
  color: #4203BF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__title {
    font-size: 1.9375rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__title {
    margin-bottom: 10px;
  }
}
.fundraiser-totaliser__animated-section {
  overflow: hidden;
  position: relative;
}
.fundraiser-totaliser__animated-block {
  background: #FFFFFF;
  display: flex;
}
.fundraiser-totaliser__image {
  width: 100%;
  position: relative;
  z-index: 2;
}
.fundraiser-totaliser__animated-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #32BCAD;
}
.fundraiser-totaliser__sub-title {
  background: #32BCAD;
  padding: 10px 20px;
  color: #FFFFFF;
  position: absolute;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  font-weight: 500;
  line-height: 1;
  font-size: 1.125rem;
  top: -25px;
}
@media (min-width: 964px) {
  .fundraiser-totaliser__sub-title {
    font-size: 1.5625rem;
  }
}
.fundraiser-totaliser__total {
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__total {
    margin-top: 5px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__total {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 3.75rem;
  }
}
.fundraiser-totaliser__current-total {
  background: #FFFFFF;
  color: #213A64;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.1875rem;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__current-total {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__current-total {
    padding: 20px 30px;
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.fundraiser-totaliser__current-total--hidden {
  display: none;
}
.fundraiser-totaliser__current-total-block {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__current-total-block {
    margin-bottom: 15px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__current-total-block {
    margin-bottom: 20px;
  }
}
.fundraiser-totaliser__total-percent {
  color: #32BCAD;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 1.875rem;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__total-percent {
    font-size: 2rem;
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__total-percent {
    font-size: 2.625rem;
  }
}
.fundraiser-totaliser__total-text {
  color: #FFFFFF;
  font-weight: 500;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 50%;
  max-width: 50%;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__total-text {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__total-text {
    flex-basis: 55%;
    max-width: 55%;
    font-size: 1.1875rem;
  }
}
.fundraiser-totaliser__share-block {
  border: 1px solid #32BCAD;
  border-radius: 15px 15px 0 15px;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__share-block {
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__share-block {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.fundraiser-totaliser__share-block .button {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__share-block .button {
    margin-bottom: 15px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__share-block .button {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
.fundraiser-totaliser__cta-text {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__cta-text {
    margin-bottom: 15px;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__cta-text {
    margin-bottom: 20px;
    font-size: 1.1875rem;
  }
}
.fundraiser-totaliser__share-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}
@media (min-width: 964px) {
  .fundraiser-totaliser__share-text {
    font-size: 1rem;
  }
}
.fundraiser-totaliser__share-text a {
  text-decoration: underline;
  color: #FFFFFF;
}
.fundraiser-totaliser__share-text a:hover {
  cursor: pointer;
}
.fundraiser-totaliser__copied-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  transform: translateY(-1em);
  color: #FFFFFF;
  transition: all 0.5s;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__copied-text {
    font-size: 1rem;
  }
}
.fundraiser-totaliser__copied-text--copied {
  opacity: 1;
  transform: translateY(0);
}
.fundraiser-totaliser__small-text {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .fundraiser-totaliser__small-text {
    font-size: 0.625rem;
  }
}
@media (min-width: 964px) {
  .fundraiser-totaliser__small-text {
    font-size: 0.75rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
#recite-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 854px) {
  #recite-wrapper {
    margin-top: 0;
  }
}
/* TODO:refactor */
/* ASD related colours */
.instagram-feed {
  position: relative;
}
.instagram-feed:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  height: 4em;
  width: calc(100% - 17px);
}
.instagram-feed__title {
  font-size: 1.5rem;
  color: #4203BF;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .instagram-feed__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.instagram-feed__feed {
  position: relative;
  overflow-y: scroll;
}
/* TODO:refactor */
/* ASD related colours */
.service-card__arrow {
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
}

.search-results-tabs .stamp-explainers {
  margin-bottom: 15px;
}
/* TODO:refactor */
/* ASD related colours */
.event-page {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .event-page {
    padding: 80px 30px 60px;
  }
}
.event-page__container {
  max-width: 964px;
  margin: 0 auto;
}
.event-page__header {
  font-weight: 600;
  color: #4203BF;
  letter-spacing: -0.03125rem;
  margin-bottom: 15px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .event-page__header {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.event-page__about ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  color: #3F3F3F;
  padding: 10px 0 20px;
}
@media (min-width: 768px) {
  .event-page__about ul {
    padding: 15px 0;
  }
}
.event-page__about ul ul {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .event-page__about ul ul {
    padding: 15px 0 0;
  }
}
.event-page__about ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .event-page__about ul li {
    font-size: 1rem;
  }
}
.event-page__about ul li:last-child {
  margin-bottom: 0;
}
.event-page__about ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #4203BF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.event-page__about p {
  margin-bottom: 15px;
}
.event-page__about h1, .event-page__about h2, .event-page__about h3 {
  margin-bottom: 15px;
  color: #4203BF;
}
.event-page__about h1 {
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .event-page__about h1 {
    margin-bottom: 30px;
    font-size: 2.875rem;
  }
}
.event-page__about h2 {
  font-weight: 600;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .event-page__about h2 {
    font-size: 2rem;
  }
}
.event-page__about h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .event-page__about h3 {
    font-size: 1.625rem;
  }
}
.event-page p {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .event-page p {
    font-size: 1rem;
  }
}
.event-page .event-information {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  border: 1px solid #E0E0E0;
  padding: 20px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .event-page .event-information {
    margin: 0;
    padding: 30px;
  }
}
.event-page .event-information__block {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
}
.event-page .event-information__block:first-child {
  padding-top: 0;
}
.event-page .event-information__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.event-page .event-information__icon {
  padding-right: 30px;
  display: none;
}
@media (min-width: 768px) {
  .event-page .event-information__icon {
    display: block;
  }
}
.event-page .event-information__icon img {
  max-width: 40px;
}
.event-page .event-information__header {
  font-weight: 500;
  font-size: 0.875rem;
  color: #4203BF;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .event-page .event-information__header {
    font-size: 1rem;
  }
}
.event-page .event-information__event {
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .event-page .event-information__event {
    display: flex;
    margin-bottom: 15px;
    flex-flow: wrap;
    align-items: center;
  }
}
.event-page .event-information__event label {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .event-page .event-information__event label {
    font-size: 1rem;
  }
}
.event-page .event-information__event .button {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 964px) {
  .event-page .event-information__event .button {
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }
}
.event-page .event-information__event:last-child:not(:first-child) {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.event-page .event-information__event--signup form {
  width: 100%;
}
@media (min-width: 964px) {
  .event-page .event-information__event--signup form {
    width: auto;
    margin-left: auto;
  }
}
.event-page .event-information__event--signup label {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .event-page .event-information__event--signup label {
    font-size: 1rem;
  }
}
@media (min-width: 964px) {
  .event-page .event-information__event--signup label {
    flex: 1 1;
    padding-right: 2px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.story-page {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .story-page {
    padding: 80px 0;
  }
}
/* TODO:refactor */
/* ASD related colours */
.added-to-basket-modal {
  padding: 55px 30px 30px;
}
@media (min-width: 768px) {
  .added-to-basket-modal {
    padding: 65px 60px 60px;
  }
}
.added-to-basket-modal__title {
  margin-top: 15px;
  color: #4203BF;
}
.added-to-basket-modal__copy {
  margin-top: 12px;
}
.added-to-basket-modal__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .added-to-basket-modal__footer {
    flex-direction: row;
    margin-top: 80px;
  }
}
.added-to-basket-modal__button + .added-to-basket-modal__button {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .added-to-basket-modal__button + .added-to-basket-modal__button {
    margin-top: 0;
  }
}
/* TODO:refactor */
/* ASD related colours */
.guidance-navigation {
  padding: 30px 15px;
  background: #4203BF;
}
@media (min-width: 964px) {
  .guidance-navigation {
    background: none;
    padding: 0;
  }
}
.guidance-navigation__header {
  background: #4203BF;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .guidance-navigation__header {
    font-size: 1.625rem;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__header {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    padding: 30px 60px;
  }
}
.guidance-navigation__mobile-header {
  font-size: 0.75rem;
  display: block;
  clear: both;
  letter-spacing: normal;
  margin: 20px 0;
}
@media (min-width: 964px) {
  .guidance-navigation__mobile-header {
    display: none;
  }
}
.guidance-navigation__description {
  background: #4203BF;
  padding: 0 0 30px 0;
}
@media (min-width: 964px) {
  .guidance-navigation__description {
    padding: 0 60px 60px;
  }
}
.guidance-navigation__description p {
  color: #FFFFFF;
  opacity: 1;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .guidance-navigation__description p {
    opacity: 0.8;
    width: 60%;
    font-size: 1rem;
  }
}
.guidance-navigation__navigation {
  padding: 0 15px;
  width: 100%;
  max-height: 48px;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  transition: all 0.5s ease;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 964px) {
  .guidance-navigation__navigation {
    overflow: visible;
  }
}
.guidance-navigation__navigation.active {
  max-height: 400px;
}
@media (min-width: 964px) {
  .guidance-navigation__navigation.active {
    max-height: none;
  }
}
.guidance-navigation__navigation.active:after {
  border-color: currentcolor currentcolor transparent transparent;
  top: 28px;
}
@media (min-width: 964px) {
  .guidance-navigation__navigation.active:after {
    display: none;
  }
}
.guidance-navigation__navigation:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  border-color: transparent transparent currentcolor currentcolor;
}
@media (min-width: 964px) {
  .guidance-navigation__navigation:after {
    display: none;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__navigation {
    max-height: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #320094;
    padding: 0 0 0 40px;
  }
}
.guidance-navigation__list {
  margin: 0;
  width: 100%;
  padding: 0;
}
.guidance-navigation__item {
  list-style: none;
  display: block;
}
@media (min-width: 964px) {
  .guidance-navigation__item {
    display: inline-block;
  }
}
.guidance-navigation__item:first-child .guidance-navigation__link {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 964px) {
  .guidance-navigation__item:first-child .guidance-navigation__link {
    pointer-events: visible;
    cursor: pointer;
  }
}
.guidance-navigation__link {
  font-size: 1rem;
  padding: 15px 0;
  display: block;
  color: #3F3F3F;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  .guidance-navigation__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__link {
    color: #FFFFFF;
    font-weight: normal;
    opacity: 0.8;
    padding: 21px;
  }
}
@media (min-width: 1200px) {
  .guidance-navigation__link {
    font-size: 1rem;
  }
}
.guidance-navigation__link:hover {
  color: #4203BF;
}
@media (min-width: 964px) {
  .guidance-navigation__link:hover {
    color: #FFFFFF;
    opacity: 1;
    border-bottom: 3px solid #D31ABC;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__link--current {
    opacity: 1;
    border-bottom: 3px solid #D31ABC;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots {
    position: relative;
    margin-left: 20px;
    display: none;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots.has-items {
    display: inline-block;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots.active ul {
    display: block;
  }
}
.guidance-navigation__three-dots.active .guidance-navigation__dot {
  background: #FFB246;
}
.guidance-navigation__three-dots ul {
  padding: 0;
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots ul {
    position: absolute;
    left: 0;
    display: none;
    top: 30px;
    width: 188px;
    background: #FFFFFF;
    border-radius: 0 15px 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    z-index: 2;
    border: solid 1px #E0E0E0;
  }
}
.guidance-navigation__three-dots ul .guidance-navigation__item {
  display: block;
}
.guidance-navigation__three-dots ul .guidance-navigation__item:first-child .guidance-navigation__link:hover {
  border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
}
.guidance-navigation__three-dots ul .guidance-navigation__item:last-child .guidance-navigation__link:hover {
  border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
}
.guidance-navigation__three-dots ul .guidance-navigation__link {
  color: #3F3F3F;
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots ul .guidance-navigation__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__three-dots ul .guidance-navigation__link:hover {
    background: #F0EDF6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 3px solid transparent;
  }
}
.guidance-navigation__three-dots:hover {
  cursor: pointer;
}
.guidance-navigation__three-dots:hover .guidance-navigation__dot {
  background: #FFB246;
}
.guidance-navigation__dot {
  height: 5px;
  width: 5px;
  margin-right: 5px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: #FFFFFF;
  transition: all 0.5s ease;
  display: none;
}
@media (min-width: 964px) {
  .guidance-navigation__dot {
    display: inline-block;
  }
}
.guidance-navigation__dot:last-child {
  margin-right: 0;
}
.guidance-navigation--subtopic .guidance-navigation__header {
  font-weight: bold;
}
@media (min-width: 768px) {
  .guidance-navigation--subtopic .guidance-navigation__header {
    font-size: 2.25rem;
  }
}
@media (min-width: 964px) {
  .guidance-navigation--subtopic .guidance-navigation__header {
    font-size: 2.875rem;
    padding: 60px 60px 30px;
  }
}
.guidance-navigation--subtopic-v2 .guidance-navigation__header {
  padding: 0 0 15px;
}
@media (min-width: 964px) {
  .guidance-navigation--subtopic-v2 .guidance-navigation__header {
    padding: 60px 60px 30px;
  }
}
.guidance-navigation--subtopic-v2 .guidance-navigation__description {
  padding: 0;
}
@media (min-width: 964px) {
  .guidance-navigation--subtopic-v2 .guidance-navigation__description {
    padding: 0 60px 60px;
  }
}
.guidance-navigation__side-navigation {
  padding: 0 15px;
  width: 100%;
  max-height: 48px;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  transition: all 0.5s ease;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation {
    margin-top: 0;
    overflow: visible;
  }
}
.guidance-navigation__side-navigation.active {
  max-height: 400px;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation.active {
    max-height: none;
  }
}
.guidance-navigation__side-navigation.active:after {
  border-color: currentcolor currentcolor transparent transparent;
  top: 28px;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation.active:after {
    display: none;
  }
}
.guidance-navigation__side-navigation:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  border-color: transparent transparent currentcolor currentcolor;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation:after {
    display: none;
  }
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation {
    max-height: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    background: none;
  }
}
.guidance-navigation__side-navigation-link {
  color: #4203BF;
  text-decoration: none;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation-link {
    color: #FFFFFF;
  }
}
.guidance-navigation__side-navigation-link--current {
  text-decoration: underline;
}
.guidance-navigation__side-navigation-item {
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .guidance-navigation__side-navigation-item {
    color: #FFFFFF;
  }
}

.guidance {
  margin-bottom: 40px;
}
@media (min-width: 964px) {
  .guidance {
    margin-bottom: 80px;
  }
}
.guidance--sub-topic .generic-section {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 964px) {
  .guidance__wrapper {
    padding: 0 30px;
  }
}
.guidance__container {
  background: #F0EDF6;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1200px;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.guidance__container--narrow {
  max-width: 964px;
  padding: 30px 15px;
}
@media (min-width: 964px) {
  .guidance__container--narrow {
    padding: 80px 0;
  }
}
.guidance__container--footer {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .guidance__container--footer {
    text-align: right;
    border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 40px;
    -moz-border-radius: 0 0 0 40px;
  }
}
.guidance__container--footer p {
  font-size: 0.75rem;
  color: #757575;
}
.guidance__container--footer p span {
  font-weight: 500;
  color: #3F3F3F;
}
.guidance__main-content p {
  color: #3F3F3F;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .guidance__main-content p {
    font-size: 1rem;
  }
}
.guidance__main-content h1 {
  font-weight: bold;
  letter-spacing: -0.03125rem;
  line-height: 1.17;
  color: #4203BF;
}
@media (min-width: 768px) {
  .guidance__main-content h1 {
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 964px) {
  .guidance__main-content h1 {
    font-size: 2.25rem;
  }
}
.guidance__content {
  padding: 15px 0;
}
@media (min-width: 964px) {
  .guidance__content {
    padding: 0 0 60px 0;
  }
}
.guidance__content--subtopic h1 {
  line-height: 42px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .guidance__content--subtopic h1 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 964px) {
  .guidance__content--subtopic h1 {
    font-size: 2rem;
  }
}
@media (min-width: 964px) {
  .guidance__sidebar-container {
    order: 2;
  }
}
@media (min-width: 964px) {
  .guidance__sidebar {
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border: 1px solid #E0E0E0;
    padding: 30px;
  }
}
.guidance__side-item {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 20px;
}
@media (min-width: 964px) {
  .guidance__side-item {
    padding: 30px;
  }
}
.guidance__side-item--nav {
  background: #4203BF;
}
.guidance__side-item--nav.mobile-view {
  background: #4203BF;
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #FFFFFF;
  border-radius: 0;
}
@media (min-width: 964px) {
  .guidance__side-item--nav.mobile-view {
    padding: 30px;
    border: none;
    margin: 0;
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
  }
}
.guidance__side-item--nav.mobile-view .guidance__sidebar__title {
  font-size: 1.125rem;
}
@media (min-width: 964px) {
  .guidance__side-item--nav.mobile-view .guidance__sidebar__title {
    font-size: 1.3125rem;
  }
}
.guidance__side-item--nav.mobile-view .guidance-navigation__side-navigation {
  padding: 0;
}
.guidance__side-item--nav .guidance__sidebar__title {
  color: #FFFFFF;
}
.guidance__share {
  margin-top: 30px;
  display: none;
}
@media (min-width: 768px) {
  .guidance__share {
    display: block;
  }
}
.guidance__share p {
  margin-bottom: 15px;
  font-size: 0.875rem;
  color: #3F3F3F;
}
.guidance__share--mobile {
  display: block;
}
@media (min-width: 768px) {
  .guidance__share--mobile {
    display: none;
  }
}
.guidance__share--full {
  display: block;
}
.guidance__sidebar-nav {
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  transition: all 0.5s ease;
  border: 1px solid #E0E0E0;
  position: relative;
}
.guidance__sidebar-nav:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  border-color: transparent transparent currentcolor currentcolor;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav:after {
    display: none;
  }
}
@media (min-width: 964px) {
  .guidance__sidebar-nav {
    border: 0;
    margin-bottom: 0;
    max-height: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.guidance__sidebar-nav.active {
  max-height: 400px;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav.active {
    max-height: none;
  }
}
.guidance__sidebar-nav.active:after {
  border-color: currentcolor currentcolor transparent transparent;
  top: 28px;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav.active:after {
    display: none;
  }
}
.guidance__sidebar-nav--dropdown-full {
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  transition: all 0.5s ease;
  border: 1px solid #E0E0E0;
  position: relative;
}
.guidance__sidebar-nav--dropdown-full:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  border-color: transparent transparent currentcolor currentcolor;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav--dropdown-full:after {
    display: block;
  }
}
.guidance__sidebar-nav--dropdown-full .guidance__sidebar-item {
  background: #FFFFFF;
}
.guidance__sidebar-nav--dropdown-full .guidance__sidebar-item a {
  padding: 15px;
}
.guidance__sidebar-nav--dropdown-full .guidance__sidebar-item:first-child a {
  padding: 15px;
  pointer-events: none;
  cursor: default;
}
.guidance__sidebar-nav--dropdown-full .guidance__sidebar-item:last-child a {
  padding: 15px;
}
.guidance__sidebar-nav--dropdown-full.active {
  max-height: 400px;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav--dropdown-full.active {
    max-height: 400px;
  }
}
.guidance__sidebar-nav--dropdown-full.active:after {
  border-color: currentcolor currentcolor transparent transparent;
  top: 28px;
}
@media (min-width: 964px) {
  .guidance__sidebar-nav--dropdown-full.active:after {
    display: block;
  }
}
.guidance__sidebar-title {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  color: #757575;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .guidance__sidebar-title {
    font-size: 0.75rem;
  }
}
.guidance__sidebar-list {
  margin: 0;
  padding: 0;
}
.guidance__sidebar-item {
  list-style: none;
  background: #FFFFFF;
}
@media (min-width: 964px) {
  .guidance__sidebar-item {
    background: none;
  }
}
.guidance__sidebar-item a {
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
  display: block;
  color: #3F3F3F;
  padding: 15px;
}
@media (min-width: 964px) {
  .guidance__sidebar-item a {
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
    font-size: 1rem;
  }
}
.guidance__sidebar-item a:hover {
  color: #4203BF;
}
@media (min-width: 964px) {
  .guidance__sidebar-item a:hover {
    font-weight: bold;
  }
}
@media (min-width: 964px) {
  .guidance__sidebar-item:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.guidance__sidebar-item:first-child a {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 964px) {
  .guidance__sidebar-item:first-child a {
    pointer-events: visible;
    cursor: pointer;
    padding-left: 0;
  }
}
.guidance .accordion__panel p {
  font-weight: 500;
  margin-bottom: 10px;
}
.guidance .accordion__panel a {
  display: block;
}
.guidance .advice-section--single-column {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 20px;
  background: #6600F0;
}
@media (min-width: 964px) {
  .guidance .advice-section--single-column {
    padding: 30px;
  }
}
.guidance .advice-section--single-column .advice-section__toolbar {
  margin-bottom: 15px;
}
@media (min-width: 964px) {
  .guidance .advice-section--single-column .advice-section__toolbar {
    margin-bottom: 20px;
  }
}
.guidance .advice-section--single-column .advice-section__header {
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
@media (min-width: 964px) {
  .guidance .advice-section--single-column .advice-section__header {
    font-size: 1.375rem;
  }
}
.guidance .advice-section--single-column .guidance-navigation__side-nav li {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.guidance .advice-section--single-column .guidance-navigation__side-nav li a {
  color: #FFFFFF;
  text-decoration: none;
}
.guidance .advice-section--single-column .guidance-navigation__side-nav li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .guidance-landing-page .generic-section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.guidance-landing-page .generic-section.first {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 10px;
  background-color: #F0EDF6;
  z-index: unset;
}
@media (min-width: 768px) {
  .guidance-landing-page .generic-section.first {
    padding: 30px 60px;
  }
}
.guidance-landing-page .generic-section__container {
  max-width: unset !important;
  margin: auto !important;
}
.guidance-landing-page__inner {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .guidance-landing-page__inner {
    padding: 0;
  }
}
.guidance-landing-page .hero-banner {
  text-align: left;
  display: block;
  padding-top: 40px;
  background-color: #F0EDF6;
  color: #4203BF;
}
@media (min-width: 768px) {
  .guidance-landing-page .hero-banner {
    padding-top: 55px;
  }
}
.guidance-landing-page .hero-banner__text-block {
  padding: 0;
  text-align: left;
}
.guidance-landing-page .hero-banner__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .guidance-landing-page .hero-banner__title {
    font-size: 2.875rem;
  }
}
.guidance-landing-page .hero-banner p {
  font-size: 0.875rem;
  opacity: 0.8;
  line-height: 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .guidance-landing-page .hero-banner p {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
.guidance-landing-page__search-container {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container {
    width: 100%;
  }
}
.guidance-landing-page__search-container .guidance-landing-page__search-row {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-landing-page__search-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
  }
}
.guidance-landing-page__search-container .guidance-landing-page__search-row .guidance-search {
  margin: 0;
  flex: 1 1 60%;
  width: 100%;
  order: 1;
  height: 100%;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-landing-page__search-row .guidance-search {
    width: auto;
  }
}
.guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard {
  margin: 0;
  flex: 0 0 35%;
  width: 100%;
  order: 2;
  display: flex;
  height: 100%;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard {
    width: auto;
  }
}
.guidance-landing-page__search-container .guidance-landing-page__search-row .askAshWidget {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.guidance-landing-page__search-container .guidance-landing-page__search-row .askAshContainer {
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-landing-page__search-row [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] {
    width: 100%;
  }
  .guidance-landing-page__search-container .guidance-landing-page__search-row [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard[\:has\(.askAshContainer\)] {
    flex: 1 1 100%;
  }
  .guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard:has(.askAshContainer) {
    flex: 1 1 100%;
  }
  .guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard[\:has\(.askAshWidget\)] {
    flex: 0 0 35%;
  }
  .guidance-landing-page__search-container .guidance-landing-page__search-row .ask-ash-wizard:has(.askAshWidget) {
    flex: 0 0 35%;
  }
}
.guidance-landing-page__search-container .guidance-search {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search {
    display: flex;
  }
}
.guidance-landing-page__search-container .guidance-search__icon {
  position: absolute;
  left: 25px;
  top: 18px;
  width: 16px;
  height: 16px;
  fill: #BBBBBB;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search__icon {
    top: 31px;
    width: 20px;
    height: 20px;
  }
}
.guidance-landing-page__search-container .guidance-search__input {
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 16px 30px 16px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 15px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search__input {
    padding: 30px 30px 30px 57px;
    font-size: 0.875rem;
    margin-bottom: 0;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    height: 80px;
    width: 69%;
  }
}
@media (min-width: 964px) {
  .guidance-landing-page__search-container .guidance-search__input {
    width: 90%;
  }
}
.guidance-landing-page__search-container .guidance-search__submit {
  height: 35px;
  width: 70px;
  background: #D31ABC;
  color: #FFFFFF;
  border-radius: 17.5px;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search__submit {
    height: 80px;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    width: 10%;
  }
}
.guidance-landing-page__search-container .guidance-search__submit button {
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border: none;
  outline: none;
}
.guidance-landing-page__search-container .guidance-search__submit .button-text {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search__submit .button-text {
    display: none;
  }
}
.guidance-landing-page__search-container .guidance-search__arrow {
  fill: #FFFFFF;
  width: 50px;
  height: 25px;
  display: none;
}
@media (min-width: 768px) {
  .guidance-landing-page__search-container .guidance-search__arrow {
    display: block;
  }
}
/* TODO:refactor */
/* ASD related colours */
.news-article {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .news-article {
    padding-top: 0;
  }
}
.news-article__header {
  font-weight: bold;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news-article__header {
    font-size: 2.875rem;
  }
}
.news-article__posted-on {
  font-size: 0.875rem;
  color: #757575;
  margin-bottom: 30px;
}
.news-article__image img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
}
.news-article__container {
  max-width: 964px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-article__container > .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.news-article__share {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .news-article__share {
    margin-top: 30px;
  }
}
.news-article__share p {
  margin-bottom: 15px;
  font-size: 0.875rem;
  color: #3F3F3F;
}
.news-article__share--mobile {
  display: block;
}
@media (min-width: 768px) {
  .news-article__share--mobile {
    display: none;
  }
}
.news-article .generic-section {
  padding-left: 0;
  padding-right: 0;
}
/* TODO:refactor */
/* ASD related colours */
.file-page {
  overflow: hidden;
}
.file-page__file-wrap {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .file-page__file-wrap {
    padding: 80px 30px;
  }
}

.file__carousel {
  width: 100%;
}
@media (min-width: 768px) {
  .file__carousel {
    width: 45%;
  }
}
@media (min-width: 964px) {
  .file__carousel {
    padding-right: 40px;
  }
}
.file__carousel-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 20px;
  height: 293px;
}
@media (min-width: 768px) {
  .file__carousel-wrap {
    height: 400px;
  }
}
.file__carousel-wrap .image-gallery__caption {
  display: none;
}
.file__carousel-wrap .image-gallery__image {
  height: 293px;
}
@media (min-width: 768px) {
  .file__carousel-wrap .image-gallery__image {
    height: 435px;
  }
}
.file__carousel-wrap .image-gallery__image img {
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.file__carousel-control {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.file__carousel-button {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
}
.file__carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #D0C0EF;
  border-top: none;
  border-right: none;
}
.file__carousel-button--prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.file__carousel-button--next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.file__download-link {
  text-decoration: none;
  color: #4203BF;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 500;
}
.file__download-link:hover {
  color: #D31ABC;
}
.file__download-link:hover .file__download {
  fill: #D31ABC;
}
.file__download {
  max-height: 25px;
  max-width: 25px;
  margin-left: 15px;
  fill: #4203BF;
  transition: all 0.5s ease;
}
.file__info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .file__info {
    margin-top: 0;
  }
}
.file__title {
  color: #4203BF;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .file__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
.file__price {
  margin-top: 15px;
  color: #3F3F3F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .file__price {
    font-size: 1.125rem;
  }
}
.file__note {
  display: flex;
  margin-top: 15px;
  color: #656565;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .file__note {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .file__code {
    display: flex;
  }
}
.file__code + .file__availability {
  margin-left: 13px;
}
@media (min-width: 768px) {
  .file__code + .file__availability {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .file__availability {
    display: flex;
  }
}
@media (min-width: 768px) {
  .file__code-value, .file__availability-value {
    margin-left: 5px;
    font-weight: 500;
  }
}
.file__short {
  margin-top: 20px;
}
.file__short a:visited {
  color: #0000EE;
}
.file__description {
  margin-top: 20px;
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .file__description {
    font-size: 1rem;
  }
}
.file__description.is-short {
  position: relative;
  overflow: hidden;
  max-height: 60px;
}
@media (min-width: 768px) {
  .file__description.is-short {
    max-height: 95px;
  }
}
.file__btn-read-more {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 5px 15px 5px 4px;
  background-color: #ECECEC;
  border: none;
  border-radius: 20px;
  color: #3F3F3F;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  cursor: pointer;
}
.file__btn-read-more::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: white;
  border-radius: 20px;
}
.file__btn-read-more span::before, .file__btn-read-more span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  transform: translateY(-50%);
  background-color: #BBBBBB;
}
.file__btn-read-more span::after {
  left: 14px;
  width: 2px;
  height: 8px;
}
.file__btn-read-more span::before {
  width: 8px;
  height: 2px;
}
.file__btn-read-more.less span::after {
  content: none;
}
.file__btn-read-more.is-hidden {
  display: none;
}
.file__choices {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .file__choices {
    margin-top: 20px;
  }
}
.file__choices.is-hidden {
  display: none;
}
.file__choice-wrap {
  display: flex;
  align-self: center;
}
.file__choice {
  margin-bottom: 15px;
}
.file__quantity + .file__button-basket {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .file__quantity + .file__button-basket {
    margin-left: 30px;
  }
}
.file__input-wrap {
  display: flex;
}
.file__button-basket {
  align-self: flex-end;
  width: 50%;
  max-width: 200px;
  min-height: 46px;
  padding: 14px 14px;
}
@media (min-width: 768px) {
  .file__button-basket {
    font-size: 1rem;
    padding: 14px 36px;
  }
}
.file__button-out {
  display: none;
  min-width: 200px;
  margin-top: 30px;
}
.file--out-of-stock .file__choices {
  display: none;
}
.file--out-of-stock .file__button-out {
  display: block;
}
/* TODO:refactor */
/* ASD related colours */
.featured-products {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .featured-products {
    padding: 30px 30px;
  }
}
.featured-products__col {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .featured-products__col {
    margin-top: 0;
  }
}
/* TODO:refactor */
/* ASD related colours */
.membership-form {
  position: relative;
  padding: 65px 30px 30px;
}
@media (min-width: 768px) {
  .membership-form {
    padding: 65px 60px 60px;
  }
}
.membership-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #4203BF;
}
.membership-form__header {
  display: flex;
  justify-content: space-between;
  color: #656565;
}
.membership-form__header > :first-child {
  margin-right: 10px;
}
.membership-form__title {
  margin-top: 15px;
  color: #4203BF;
}
.membership-form__text {
  margin-top: 15px;
}
.membership-form__types {
  margin-top: 30px;
}
.membership-form__box {
  margin-top: 15px;
}
.membership-form__controls {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .membership-form__controls {
    flex-direction: row;
  }
}
.membership-form__control {
  width: 100%;
  min-width: 200px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .membership-form__control {
    width: auto;
    margin-top: 30px;
  }
}
.membership-form__footer-text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .membership-form__footer-text {
    margin-top: 30px;
  }
}

.event-expanded__title {
  margin-bottom: 10px;
  color: #656565;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.8;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-expanded__title {
    font-size: 0.75rem;
    line-height: 1.67;
  }
}
.event-expanded__item {
  margin-bottom: 20px;
}
.event-expanded__item:last-child {
  margin-bottom: 0;
}
.event-expanded__spin {
  height: 100px;
}

.event-option, .event-option-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .event-option, .event-option-radio {
    flex-wrap: nowrap;
  }
}
.event-option__main {
  flex: 1 0 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .event-option__main {
    flex: 1 1 auto;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.event-option__price {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  margin-right: 30px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .event-option__price {
    font-size: 1rem;
  }
}
.event-option__title {
  margin-bottom: 10px;
}
.event-option__caption {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  margin-top: 10px;
  color: #656565;
  font-size: 0.75rem;
}
.event-option__summary {
  margin-top: 13px;
}
.event-option__radio {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .event-option__radio {
    flex-grow: 0;
    width: 135px;
  }
}
.event-option--disabled {
  pointer-events: none;
}
.event-option--disabled .event-option__main,
.event-option--disabled .event-option__price,
.event-option--disabled .event-option__quantity {
  opacity: 0.7;
}

.event-option-radio {
  border: none;
}
/* TODO:refactor */
/* ASD related colours */
.signin-modal {
  padding: 60px 15px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .signin-modal {
    padding: 60px 50px;
  }
}
.signin-modal__copy {
  margin-top: 15px;
}
.signin-modal__controls {
  margin-top: 30px;
}
.signin-modal__btn {
  min-width: 200px;
}
.signin-modal__btn + .signin-modal__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .signin-modal__btn + .signin-modal__btn {
    margin-top: 0;
    margin-left: 30px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.account {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .account {
    padding: 80px 30px;
  }
}
.account__username-wrapper {
  display: flex;
  padding: 15px 15px;
  background-color: #F0EDF6;
}
@media (min-width: 768px) {
  .account__username-wrapper {
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    padding: 15px;
  }
}
.account__wrapper {
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .account__wrapper {
    margin-top: 30px;
    padding: 0;
  }
}
.account__information-wrapper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .account__information-wrapper {
    padding: 0;
  }
}
.account__initials {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  background-color: #EF6263;
  border-radius: 50% 50% 0 50%;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .account__initials {
    font-size: 0.875rem;
    width: 39px;
    height: 39px;
    margin-right: 9px;
  }
}
.account__username {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3F3F3F;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .account__username .usernameOverflow {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) and (max-width: 963px) {
  .account__username .usernameOverflow {
    width: 150px;
  }
}
.account__greeting {
  display: block;
  width: 21px;
  height: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .account__greeting {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .account__selector {
    display: none;
  }
}
.account__sections {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  display: none;
  padding: 15px 30px;
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .account__sections {
    display: block;
  }
}
.account__section {
  padding: 15px 0;
}
.account__section + .account__section {
  border-top: 1px solid #E0E0E0;
}
.account__link {
  transition: color 0.3s ease;
  display: block;
  vertical-align: middle;
  color: #3F3F3F;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.account__link:hover, .account__link:focus {
  color: black;
}
.account__link--sign-out {
  position: relative;
}
.account__link--sign-out::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%233f3f3f' xml:space='preserve'%3E%3Cpath d='M255.15,468.625H63.787c-11.737,0-21.262-9.526-21.262-21.262V64.638c0-11.737,9.526-21.262,21.262-21.262H255.15 c11.758,0,21.262-9.504,21.262-21.262S266.908,0.85,255.15,0.85H63.787C28.619,0.85,0,29.47,0,64.638v382.724 c0,35.168,28.619,63.787,63.787,63.787H255.15c11.758,0,21.262-9.504,21.262-21.262 C276.412,478.129,266.908,468.625,255.15,468.625z'/%3E%3Cpath d='M505.664,240.861L376.388,113.286c-8.335-8.25-21.815-8.143-30.065,0.213s-8.165,21.815,0.213,30.065l92.385,91.173 H191.362c-11.758,0-21.262,9.504-21.262,21.262c0,11.758,9.504,21.263,21.262,21.263h247.559l-92.385,91.173 c-8.377,8.25-8.441,21.709-0.213,30.065c4.167,4.21,9.653,6.336,15.139,6.336c5.401,0,10.801-2.041,14.926-6.124l129.276-127.575 c4.04-3.997,6.336-9.441,6.336-15.139C512,250.302,509.725,244.88,505.664,240.861z'/%3E%3C/svg%3E");
}
.account__link.current {
  color: #4203BF;
  font-weight: 700;
}
.account__link.current:hover, .account__link.current:focus {
  color: rgb(13.9484536082, 0.6340206186, 40.3659793814);
}
.account__information {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .account__information {
    margin-top: 0;
  }
}
.account__home {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 450px;
  padding: 30px;
  background-color: #4203BF;
}
@media (min-width: 768px) {
  .account__home {
    height: 540px;
    padding: 60px;
  }
}
.account__title-home {
  color: white;
}
.account__spectrum {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -10;
  width: 150%;
  height: 70%;
}
@media (min-width: 768px) {
  .account__spectrum {
    width: 530px;
    height: 350px;
  }
}
.account__partition {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .account__partition {
    padding: 30px;
  }
}
.account__title-partition {
  color: #4203BF;
}
.account__text-partition {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .account__text-partition {
    margin-top: 15px;
  }
}
.account__text-relationship {
  margin-bottom: 15px;
}
.account__col-membership + .account__col-membership {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .account__col-membership + .account__col-membership {
    margin-top: 0;
  }
}
.account__subtext-membership {
  color: #656565;
}
.account__details-form {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .account__details-form {
    margin-top: 60px;
  }
}
.account__btn-community {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .account__btn-community {
    width: auto;
  }
}
.account__extra {
  display: none;
}
@media (min-width: 768px) {
  .account__extra {
    display: block;
    margin-top: 30px;
  }
}
.account__widget-container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .account__widget-container {
    padding: 0;
  }
}

.account-extra {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}
.account-extra__image {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-color: #E0E0E0;
}
.account-extra__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  fill: white;
}
.account-extra__content {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .account-extra__content {
    padding: 30px 30px;
  }
}
.account-extra__heading {
  color: #4203BF;
}
.account-extra__text {
  margin-top: 15px;
}
.account-extra__button {
  width: 100%;
}
/* TODO:refactor */
/* ASD related colours */
.account-details-form__col + .account-details-form__col {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .account-details-form__col + .account-details-form__col {
    margin-top: 0;
  }
}
.account-details-form__fields + .account-details-form__fields {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .account-details-form__fields + .account-details-form__fields {
    margin-top: 60px;
  }
}
.account-details-form__field {
  position: relative;
}
.account-details-form__field + .account-details-form__field {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .account-details-form__field + .account-details-form__field {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .account-details-form__field--name {
    display: flex;
  }
}
.account-details-form__fieldset {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
}
.account-details-form__dropdown-title {
  display: block;
  max-width: 140px;
}
@media (min-width: 768px) {
  .account-details-form__dropdown-title {
    max-width: 190px;
  }
}
.account-details-form__link-change {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  padding: 10px 10px 10px 0;
  background-color: white;
  color: #4203BF;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .account-details-form__link-change {
    right: 8px;
    padding: 12px 12px 12px 0;
    font-size: 0.75rem;
  }
}
.account-details-form__link-change::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 35px;
  height: 100%;
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.account-details-form__address-title {
  margin-bottom: 15px;
  color: #4203BF;
}
@media (min-width: 768px) {
  .account-details-form__address-title {
    margin-bottom: 30px;
  }
}
.account-details-form__legend {
  margin-bottom: 10px;
  color: #656565;
}
@media (min-width: 768px) {
  .account-details-form__legend {
    margin-bottom: 15px;
  }
}
.account-details-form__legend--label {
  margin-bottom: 10px;
}
.account-details-form__checkbox + .account-details-form__checkbox {
  margin-top: 15px;
}
.account-details-form__submit {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .account-details-form__submit {
    width: auto;
    min-width: 200px;
    margin-top: 60px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.account-preferences-form__title {
  color: #4203BF;
}
.account-preferences-form__text {
  margin-top: 15px;
}
.account-preferences-form__text.double-padding {
  margin-bottom: 15px;
}
.account-preferences-form__fields {
  margin-top: 15px;
}
.account-preferences-form__field + .account-preferences-form__field {
  margin-top: 15px;
}
.account-preferences-form__submit {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .account-preferences-form__submit {
    width: auto;
    min-width: 200px;
    margin-top: 60px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.account-orders__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-orders__title {
  color: #4203BF;
}
.account-orders__count {
  color: #757575;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .account-orders__count {
    font-size: 1.125rem;
  }
}
.account-orders__list {
  margin-top: 30px;
}
.account-orders__pagination {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .account-orders__pagination {
    margin-top: 65px;
  }
}
.account-orders__no-orders {
  margin-top: 40px;
  text-align: center;
}

.account-orders-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-orders-list__item + .account-orders-list__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .account-orders-list__item + .account-orders-list__item {
    margin-top: 30px;
  }
}

.account-orders-accordion {
  border-radius: 20px;
}
.account-orders-accordion__trigger {
  padding: 30px 65px 30px 30px;
}
@media (min-width: 768px) {
  .account-orders-accordion__trigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 75px;
  }
}
.account-orders-accordion__trigger[aria-expanded=true] {
  padding: 30px 65px 30px 30px;
}
@media (min-width: 768px) {
  .account-orders-accordion__trigger[aria-expanded=true] {
    padding-right: 75px;
  }
}
.account-orders-accordion__head-main {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .account-orders-accordion__head-main {
    margin-right: 15px;
  }
}
.account-orders-accordion__status {
  display: inline-block;
  margin-top: 15px;
  padding: 2px 10px;
  background: #F0EDF6;
  border-radius: 3px;
  color: #4203BF;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .account-orders-accordion__status {
    margin-top: 0;
    margin-right: 20px;
  }
}
.account-orders-accordion__panel {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .account-orders-accordion__panel {
    padding: 0 30px 30px;
  }
}
.account-orders-accordion__title {
  color: #4203BF;
  pointer-events: none;
}
.account-orders-accordion__date {
  margin-top: 5px;
  color: #3F3F3F;
  font-size: 0.75rem;
  line-height: 1.57;
  pointer-events: none;
}
@media (min-width: 768px) {
  .account-orders-accordion__date {
    font-size: 0.875rem;
  }
}
.account-orders-accordion__address-wrapper {
  margin-top: 0;
}
@media (min-width: 768px) {
  .account-orders-accordion__address-wrapper {
    margin-top: 5px;
  }
}
.account-orders-accordion__col {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .account-orders-accordion__col {
    margin-top: 0;
  }
}
.account-orders-accordion__subtext {
  color: #656565;
}
.account-orders-accordion__address {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .account-orders-accordion__address {
    font-size: 1rem;
  }
}
.account-orders-accordion__details {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  margin-top: 30px;
  border: 1px solid #E0E0E0;
}
.account-orders-accordion__summary {
  padding: 20px;
  border-top: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .account-orders-accordion__summary {
    padding: 30px;
  }
}
.account-orders-accordion__basket-card {
  padding: 20px;
}
@media (min-width: 768px) {
  .account-orders-accordion__basket-card {
    padding: 30px;
  }
}
.account-orders-accordion__basket-card + .account-orders-accordion__basket-card {
  border-top: 1px solid #E0E0E0;
}
.account-orders-accordion__icon {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .account-orders-accordion__icon {
    right: 30px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.account-events__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-events__title {
  color: #4203BF;
}
.account-events__count {
  color: #757575;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .account-events__count {
    font-size: 1.125rem;
  }
}
.account-events__list {
  margin-top: 30px;
}
.account-events__pagination {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .account-events__pagination {
    margin-top: 65px;
  }
}
.account-events__no-events {
  margin-top: 40px;
  text-align: center;
}

.account-events-accordion {
  border-radius: 20px;
}
.account-events-accordion__icon {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .account-events-accordion__icon {
    right: 30px;
  }
}
.account-events-accordion__trigger {
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .account-events-accordion__trigger {
    padding: 30px 30px;
  }
}
.account-events-accordion__panel {
  padding: 0;
}
.account-events-accordion__title {
  color: #4203BF;
  pointer-events: none;
}
.account-events-accordion__date {
  margin-top: 5px;
  color: #3F3F3F;
  font-size: 0.75rem;
  line-height: 1.57;
  pointer-events: none;
}
@media (min-width: 768px) {
  .account-events-accordion__date {
    font-size: 0.875rem;
  }
}
.account-events-accordion__order {
  padding: 0 15px 15px;
  color: #3F3F3F;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .account-events-accordion__order {
    padding: 0 30px 30px;
  }
}
.account-events-accordion__details {
  padding: 15px 15px;
  background-color: #F0EDF6;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .account-events-accordion__details {
    padding: 30px 30px;
  }
}
.account-events-accordion__description {
  margin-top: 10px;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .account-events-accordion__description {
    margin-top: 15px;
  }
}
.account-events-accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .account-events-accordion__list {
    margin-top: 15px;
  }
}
.account-events-accordion__item {
  padding: 15px 0;
  border-top: 1px solid #E0E0E0;
}
.account-events-accordion__item:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.account-events-accordion__options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.account-events-accordion__option-item {
  margin-right: 20px;
  margin-bottom: 5px;
}
.account-events-accordion__option-title {
  font-weight: 500;
}

.account-events-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-events-list__item + .account-events-list__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .account-events-list__item + .account-events-list__item {
    margin-top: 30px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.account-selector__options {
  padding: 15px;
  color: #4203BF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.account-selector__option {
  vertical-align: middle;
  color: #3F3F3F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}
/* TODO:refactor */
/* ASD related colours */
.account-my-services .new-service-button {
  float: right;
  margin-top: -30px;
}
.account-my-services .self-service-panel {
  display: flex;
  margin-top: 10px;
}
.account-my-services .no-bullets {
  list-style-type: none;
  padding-left: 0;
}
.account-my-services .self-service-actions {
  margin-top: 10px;
}
.account-my-services .self-service-actions a {
  margin-right: 10px;
}
.account-my-services .account__partition {
  margin-bottom: 30px;
}
.account-my-services .account__partition.rejected {
  background-color: #F2DEDF;
  border-color: #F2DEDF;
  margin-bottom: 10px;
}
.account-my-services .account__partition p {
  margin-top: 10px;
}
.account-my-services .account__partition h2 {
  margin-bottom: 10px;
}
.account-my-services .account__partition .pending_change {
  border-bottom: dashed 1px #E0E0E0;
  border-top: dashed 1px #E0E0E0;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.account-my-services .account__partition .pending_change.rejected {
  background-color: #F2DEDF;
  border-color: #F2DEDF;
  margin-bottom: 10px;
}
/* TODO:refactor */
/* ASD related colours */
.sign-up {
  position: relative;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .sign-up {
    padding: 60px 30px;
  }
}
.sign-up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #D0C0EF;
}
.sign-up__progress {
  transition: width 0.5ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #4203BF;
}
.sign-up__container {
  max-width: 800px;
}
.sign-up__heading {
  display: flex;
  justify-content: space-between;
}
.sign-up__header, .sign-up__steps {
  color: #656565;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sign-up__header, .sign-up__steps {
    font-size: 0.875rem;
  }
}
.sign-up__header {
  text-align: left;
}
.sign-up__steps {
  text-align: right;
}
.sign-up__form {
  margin-top: 15px;
}
.sign-up__tab {
  display: none;
}
.sign-up__tab.is-current {
  display: block;
}
.sign-up__tab-title {
  color: #4203BF;
}
.sign-up__fields {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__fields {
    margin-top: 30px;
  }
}
.sign-up__fields--preferences {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sign-up__fields--preferences .sign-up__checkbox + .sign-up__checkbox {
    margin-top: 15px;
  }
}
.sign-up__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.sign-up__legend {
  margin-bottom: 15px;
  color: #656565;
}
@media (min-width: 768px) {
  .sign-up__legend {
    margin-bottom: 30px;
  }
}
.sign-up__legend--preferences {
  color: #3F3F3F;
}
.sign-up__field + .sign-up__field {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__field + .sign-up__field {
    margin-top: 30px;
  }
}
.sign-up__dropdown {
  display: block;
  max-width: 140px;
}
@media (min-width: 768px) {
  .sign-up__dropdown {
    max-width: 190px;
  }
}
@media (min-width: 768px) {
  .sign-up__col + .sign-up__col {
    margin-top: 0;
  }
}
.sign-up__checkboxes-label {
  margin-bottom: 15px;
  color: #656565;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sign-up__checkboxes-label {
    margin-bottom: 30px;
  }
}
.sign-up__checkbox + .sign-up__checkbox {
  margin-top: 15px;
}
.sign-up__about-text {
  margin-top: 15px;
}
.sign-up__terms-text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__terms-text {
    margin-top: 30px;
  }
}
.sign-up__link {
  color: #4203BF;
}
.sign-up__controls {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__controls {
    flex-direction: row;
    margin-top: 30px;
  }
}
.sign-up__btn {
  min-width: 200px;
}
.sign-up__btn:not(.is-hidden) + .sign-up__btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__btn:not(.is-hidden) + .sign-up__btn {
    margin-top: 0;
  }
}
.sign-up__btn--prev {
  border-color: #D0C0EF;
}
@media (min-width: 768px) {
  .sign-up__btn--prev {
    margin-right: 10px;
  }
}
.sign-up__btn--prev:hover, .sign-up__btn--prev:focus {
  background-color: #D0C0EF;
  color: #4203BF;
}
@media (min-width: 768px) {
  .sign-up__btn--next, .sign-up__btn--submit {
    margin-left: auto;
  }
}
.sign-up__btn--submit {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sign-up__btn--submit {
    margin-top: 0;
  }
}
.sign-up__btn.is-hidden {
  display: none;
}
/* TODO:refactor */
/* ASD related colours */
.dimmer-switch {
  display: flex;
  align-items: center;
}
.dimmer-switch__label {
  display: none;
}
@media screen and (min-width: 1125px) {
  .dimmer-switch__label {
    display: block;
    margin-right: 15px;
    color: #3F3F3F;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.09375rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
}
.dimmer-switch__btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #E0E0E0;
}
@media screen and (min-width: 1125px) {
  .dimmer-switch__btn {
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    height: 34px;
    padding: 5px 10px;
    background-color: #4203BF;
    color: white;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.01875rem;
    line-height: 1.82;
  }
}
.dimmer-switch__btn[aria-checked=false] .dimmer-switch__mode--vivid {
  left: 0;
}
.dimmer-switch__btn[aria-checked=false] .dimmer-switch__toggle {
  right: 4px;
}
.dimmer-switch__btn[aria-checked=false] .dimmer-switch__mode--calm {
  right: -100%;
}
.dimmer-switch__btn[aria-checked=true] {
  background-color: #23358F;
}
.dimmer-switch__btn[aria-checked=true] .dimmer-switch__mode--vivid {
  left: -100%;
}
.dimmer-switch__btn[aria-checked=true] .dimmer-switch__toggle {
  right: 60px;
  background-color: rgba(255, 255, 255, 0.35);
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' d='M7 1V0m0 12v-1m6-5h-1M2 6H1m1.146-4.354l.708.708m-.708 8l.708-.708m8.292-7.292l.708-.708m-.708 8l.708.708M7 9c1.657 0 3-1.343 3-3S8.657 3 7 3 4 4.343 4 6s1.343 3 3 3z'/%3E%3C/svg%3E");
}
.dimmer-switch__btn[aria-checked=true] .dimmer-switch__mode--calm {
  right: 0;
}
.dimmer-switch__mode {
  position: relative;
  color: white;
}
@media screen and (max-width: 1125px) {
  .dimmer-switch__mode {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }
}
.dimmer-switch__mode--vivid {
  transition: left 0.2s ease;
}
.dimmer-switch__mode--calm {
  transition: right 0.2s ease;
}
.dimmer-switch__toggle {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #E0E0E0;
  pointer-events: none;
  transition: right 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3ClinearGradient id='prefix__a' x1='100%25' x2='0%25' y1='50%25' y2='50%25'%3E%3Cstop offset='0%25' stop-color='%23FBBC12'/%3E%3Cstop offset='100%25' stop-color='%23E72D7F'/%3E%3C/linearGradient%3E%3Cpath fill='none' fill-rule='evenodd' stroke='url(%23prefix__a)' stroke-linecap='round' stroke-linejoin='round' d='M13 8V6m0 14v-2m7-5h-2M8 13H6m1.354-5.646l1.414 1.414m-1.414 10l1.414-1.414m8.525-8.647l1.414-1.414m-1.414 10l1.414 1.414M13 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' transform='translate(-5 -5)'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 1125px) {
  .dimmer-switch__toggle {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
  }
}
.dimmer-switch__modal {
  padding: 55px 30px 30px;
}
@media (min-width: 768px) {
  .dimmer-switch__modal {
    padding: 65px 45px 60px;
  }
}
.dimmer-switch__modal-message {
  color: #4203BF;
}
/* TODO:refactor */
/* ASD related colours */
.notification-bell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #F0EDF6;
  border-radius: 50%;
  color: #3F3F3F;
}
@media (min-width: 964px) {
  .notification-bell {
    width: 50px;
    height: 50px;
    background-color: transparent;
  }
}
.notification-bell.is-active {
  position: relative;
}
.notification-bell.is-active::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #EF6263;
  border-radius: 50%;
}
@media (min-width: 964px) {
  .notification-bell.is-active::before {
    top: 15px;
    right: 15px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.profile-dropdown {
  position: relative;
  margin-right: 15px;
  padding: 5px 15px 5px 5px;
  background-color: #F0EDF6;
  border-radius: 20px;
}
@media (min-width: 964px) {
  .profile-dropdown {
    margin-right: 0;
    padding: 0 15px 0 0;
  }
}
.profile-dropdown__accordion {
  padding: 0;
  border: none;
}
.profile-dropdown__trigger {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-dropdown__account-initial {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #EF6263;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .profile-dropdown__account-initial {
    margin-right: 0;
  }
}
.profile-dropdown__account-name {
  color: #3F3F3F;
  font-size: 0.75rem;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 767px) and (max-height: 680px) {
  .profile-dropdown__account-name {
    display: none;
  }
}
.profile-dropdown__chevron-icon {
  transform: rotate(-90deg);
  margin-left: 10px;
  color: #BBBBBB;
  pointer-events: none;
}
@media (min-width: 964px) {
  .profile-dropdown__chevron-icon {
    transform: rotate(0);
  }
}
.profile-dropdown__panel {
  border-radius: 20px 20px 20px 0;
  -webkit-border-radius: 20px 20px 20px 0;
  -moz-border-radius: 20px 20px 20px 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 50;
  width: calc(100% + 30px);
  min-width: 300px;
  padding: 30px;
  background-color: #4203BF;
  color: white;
}
@media (min-width: 964px) {
  .profile-dropdown__panel {
    border-radius: 20px 0 20px 20px;
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
.profile-dropdown__panel:not([hidden]) {
  display: flex;
  flex-direction: column;
}
.profile-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-dropdown__item {
  padding: 10px 0;
}
.profile-dropdown__item .profile-dropdown__link {
  color: white;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.profile-dropdown__item + .profile-dropdown__item {
  border-top: 1px solid #7439EA;
}
.profile-dropdown__link {
  display: block;
  color: #3F3F3F;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.67;
  text-decoration: none;
}
.profile-dropdown__link--sign-out {
  position: relative;
}
.profile-dropdown__link--sign-out::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23ffffff' xml:space='preserve'%3E%3Cpath d='M255.15,468.625H63.787c-11.737,0-21.262-9.526-21.262-21.262V64.638c0-11.737,9.526-21.262,21.262-21.262H255.15 c11.758,0,21.262-9.504,21.262-21.262S266.908,0.85,255.15,0.85H63.787C28.619,0.85,0,29.47,0,64.638v382.724 c0,35.168,28.619,63.787,63.787,63.787H255.15c11.758,0,21.262-9.504,21.262-21.262 C276.412,478.129,266.908,468.625,255.15,468.625z'/%3E%3Cpath d='M505.664,240.861L376.388,113.286c-8.335-8.25-21.815-8.143-30.065,0.213s-8.165,21.815,0.213,30.065l92.385,91.173 H191.362c-11.758,0-21.262,9.504-21.262,21.262c0,11.758,9.504,21.263,21.262,21.263h247.559l-92.385,91.173 c-8.377,8.25-8.441,21.709-0.213,30.065c4.167,4.21,9.653,6.336,15.139,6.336c5.401,0,10.801-2.041,14.926-6.124l129.276-127.575 c4.04-3.997,6.336-9.441,6.336-15.139C512,250.302,509.725,244.88,505.664,240.861z'/%3E%3C/svg%3E");
}
.profile-dropdown__separator {
  margin: 0 5px;
  color: #3F3F3F;
  font-size: 0.75rem;
  line-height: 1.67;
}
.profile-dropdown--login {
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding: 10px 20px;
  background-color: #F0EDF6;
  border-radius: 20px;
}
@media (min-width: 964px) {
  .profile-dropdown--login {
    margin-right: 0;
  }
}
.profile-dropdown.is-active {
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  background-color: #4203BF;
}
@media (min-width: 964px) {
  .profile-dropdown.is-active {
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    min-height: 50px;
    margin-left: -10px;
    padding-left: 10px;
  }
}
.profile-dropdown.is-active .profile-dropdown__account-name {
  color: white;
}
@media (min-width: 964px) {
  .profile-dropdown.is-active .profile-dropdown__trigger[aria-expanded=true] {
    padding: 0;
  }
}
.profile-dropdown.is-active .profile-dropdown__chevron-icon {
  transform: rotate(180deg);
  color: white;
}
/* TODO:refactor */
/* ASD related colours */
.participant-registration__name {
  margin-bottom: 15px;
  color: #757575;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.57;
}
.participant-registration__participant-name {
  margin-bottom: 10px;
  color: #4203BF;
}
.participant-registration__options {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.participant-registration__option-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* TODO:refactor */
/* ASD related colours */
.service__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1200px;
}
.service__banner {
  background: #4203BF;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .service__banner {
    padding: 30px;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
  }
}
.service__logo--tablet {
  margin-bottom: 30px;
}
.service__logo--tablet img {
  max-width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .service__logo--tablet img {
    display: inherit;
  }
}
.service__logo--mobile {
  margin-bottom: 15px;
}
.service__logo--mobile img {
  max-width: 100%;
  display: inherit;
}
@media (min-width: 768px) {
  .service__logo--mobile img {
    display: none;
  }
}
.service__banner-title {
  color: #FFFFFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.03125rem;
}
.service__content {
  background: #F0EDF6;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .service__content {
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    padding: 60px 0 70px;
    margin-bottom: 80px;
  }
}
.service__content .generic-section {
  padding-left: 0;
  padding-right: 0;
}
.service__content--service {
  border: 1px solid #E0E0E0;
  border-top: 0;
  background: #FFFFFF;
}
.service__content--service .provider__title {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 0;
}
.service__row {
  max-width: 965px;
  margin: 0 auto;
}
.service__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  border-bottom: 1px solid #E0E0E0;
  font-size: 2.25rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service__title {
    font-size: 2.875rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.service__right-col-section {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  /* for the right column sections, the map needs to be 100% of the width, so all other
      elements within the sections need side padding adding via this class */
}
@media (min-width: 768px) {
  .service__right-col-section {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.service__right-col-section .button {
  width: 100%;
  margin-top: 10px;
  font-size: 0.875rem;
}
.service__right-col-section .left-right-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .service__right-col-section .left-right-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service__right-col-section-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.27;
  letter-spacing: -0.03125rem;
  color: #4203BF;
}
.service__right-col-section-icon {
  width: 40px;
}
.service__right-col-section-icon img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.service__right-col-section-description {
  color: #3F3F3F;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .service__right-col-section-description {
    word-break: break-word;
    font-size: 1rem;
  }
}
.service__right-col-section-block {
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.service__right-col-section-block:last-child {
  border-bottom: 0;
}
.service__right-col-section-block .provider__right-col-section-description {
  width: 100%;
}
.service__right-col-section-block__right-col-section-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service__right-col-section-block__right-col-section-lines .contact-line {
  display: flex;
  align-items: center;
  width: 100%;
}
.service__right-col-section-block__right-col-section-lines .contact-line .service__right-col-section-description {
  padding-left: 15px;
}
.service__right-col-section-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.service__disclaimer {
  border: 1px solid #E0E0E0;
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service__disclaimer {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.service__disclaimer p {
  font-size: 0.75rem;
  line-height: 22px;
}
.service__disclaimer--search {
  padding: 20px;
}
@media (max-width: 767px) {
  .service__disclaimer--search {
    margin-bottom: 15px;
  }
}
.service__information h2 {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #4203BF;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service__information h2 {
    font-size: 2rem;
  }
}
.service__information p {
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 15px;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .service__information p {
    font-size: 1rem;
  }
}
.service__information .welcome-photo img {
  max-width: 100%;
  margin-bottom: 15px;
}
.service__paging {
  display: flex;
  align-content: center;
  justify-content: center;
  clear: both;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
@media (min-width: 768px) {
  .service__paging {
    margin: 60px 0 0;
  }
}
.service__paging .disabled {
  display: flex;
  align-items: center;
  width: 20px;
}
.service__paging a {
  height: 40px;
  width: 40px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #757575;
  text-align: center;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.service__paging a:hover {
  cursor: pointer;
  color: #4203BF;
}
.service__paging .current {
  font-weight: 500;
  color: #4203BF;
}
.service__paging .next {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #4203BF;
  text-align: center;
  font-size: 0;
}
.service__paging .next:after {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent currentcolor currentcolor transparent;
}
.service__paging .prev {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #4203BF;
  text-align: center;
  font-size: 0;
}
.service__paging .prev:after {
  float: right;
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  color: #C4C4C4;
  border: 1px solid currentcolor;
  transform: translateY(-13%) rotateZ(136deg);
  transition: transform 0.3s;
  transform-origin: 100%;
  right: 17px;
  border-color: transparent currentcolor currentcolor transparent;
}
.service .service-card__item {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  border: 1px solid #E0E0E0;
  padding: 20px;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service .service-card__item {
    margin-bottom: 15px;
    padding: 30px;
  }
}
.service .service-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.03125rem;
  color: #8913B0;
  margin-bottom: 10px;
  width: 80%;
  line-height: 22px;
}
@media (min-width: 768px) {
  .service .service-card__title {
    width: 80%;
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.service .service-card__location {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  margin-bottom: 10px;
  color: #656565;
}
@media (min-width: 768px) {
  .service .service-card__location {
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
}
.service .service-card__description {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .service .service-card__description {
    font-size: 0.875rem;
  }
}
.service .service-card__link {
  text-decoration: none;
}
.service .service-card__button {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .service .service-card__button {
    right: 30px;
    top: 30px;
  }
}
.service .service-card__arrow {
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
}

.service-card__item {
  border-radius: 20px 20px 0 20px;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  border: 1px solid #E0E0E0;
  padding: 20px;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service-card__item {
    margin-bottom: 15px;
    padding: 30px;
  }
}
.service-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.03125rem;
  color: #8913B0;
  margin-bottom: 10px;
  width: 80%;
  line-height: 22px;
}
@media (min-width: 768px) {
  .service-card__title {
    width: 80%;
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.service-card__location {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
  margin-bottom: 10px;
  color: #656565;
}
@media (min-width: 768px) {
  .service-card__location {
    margin-bottom: 15px;
    font-size: 0.75rem;
    cursor: pointer;
  }
}
.service-card__description {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3F3F3F;
}
@media (min-width: 768px) {
  .service-card__description {
    font-size: 0.875rem;
  }
}
.service-card__link {
  text-decoration: none;
}
.service-card__button {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .service-card__button {
    right: 30px;
    top: 30px;
  }
}
.service-card__arrow {
  height: 30px;
  width: 30px;
  fill: #D0C0EF;
}
/* TODO:refactor */
/* ASD related colours */
.service-listing-guidance__header {
  margin-bottom: 40px;
  background-color: #4203BF;
  color: #FFFFFF;
  padding: 18px 0;
  position: relative;
  overflow: visible;
  z-index: 5;
}
.service-listing-guidance__header h1 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01875rem;
}
.service-listing-guidance__header-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 28px;
  overflow: visible;
}
.service-listing-guidance__header-content h1 {
  margin: 0;
  max-width: 75%;
  flex: 1 1 75%;
  overflow: visible;
}
.service-listing-guidance .new-service-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible !important;
  z-index: 1;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 0;
  white-space: nowrap;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 22px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  line-height: 1;
}
.service-listing-guidance .new-service-button > .btn-label, .service-listing-guidance .new-service-button .btn-label {
  display: inline-block !important;
  white-space: normal !important;
  text-align: center;
  max-width: 90px !important;
  line-height: 1.05;
  font-size: 0.875rem;
  vertical-align: middle;
  word-break: break-word;
  padding-right: 6px;
}
.service-listing-guidance .new-service-button__arrow {
  fill: #FFFFFF;
  width: 50px;
  height: 25px;
  display: none;
}
@media (min-width: 768px) {
  .service-listing-guidance .new-service-button__arrow {
    display: block;
  }
}
/* TODO:refactor */
/* ASD related colours */
.dw_pledge_single_page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 500px));
  padding: 20px;
  align-items: start;
  justify-content: center;
  grid-gap: 4rem;
  gap: 4rem;
}

.dw_pledge_single_page_top_section {
  text-align: center;
}

.dw_pledge_single_page_top_section h1 {
  margin-bottom: 30px;
  font-size: 2.875rem;
  color: #4203BF;
}

.dw_pledge_single_page h1 {
  margin: 8px 0;
}

span.dw_single_pledge_id {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #f064d9, #c85bf3, #f2b926, #44b9e5, #7b9ed7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  display: inline-flex;
}

.dw_pledge_single_page_section p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.dw_pledge_single_page_section button {
  position: relative;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 16px 24px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  font-size: 1.2rem;
  transform: translateY(0%);
  margin: 1.5rem 0 0;
}

/* Pledge Wall Layout */
/* Grid */
.dw_pledge_wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  padding: 20px;
  align-items: start;
}

.dw_pledge_wall_more_results_placeholder {
  text-align: center;
  margin-top: 10px;
}

.dw_pledge_single_page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 600px));
  padding: 20px;
  align-items: start;
  justify-content: center;
}

.dw_pledge_card {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 32px;
  border-radius: 16px 16px 0 16px;
  box-shadow: 4px 4px 4px 4px #eee;
}

.dw_pledge_card h2 {
  margin-bottom: 30px;
  font-size: 2.875rem;
  color: #4203BF;
}

.dw_pledge_card p {
  line-height: 24px;
  margin-bottom: 15px;
}

/* Media Queries for Specific Column Widths */
@media (min-width: 1500px) {
  .dw_pledge_wall {
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .dw_pledge_wall {
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
  }
}
@media (min-width: 650px) and (max-width: 1199px) {
  .dw_pledge_wall {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
}
@media (max-width: 649px) {
  .dw_pledge_wall {
    grid-template-columns: 1fr; /* 1 column */
  }
}
/*/   blocks  /*/
.dw_pledge_card.dw_pledge_nas_block {
  background: linear-gradient(135deg, #fff, #eaeaff, #ffebf3);
  color: #30008f !important;
}

.dw_pledge_nas_block img.dw_pledge_main_image, .dw_pledge_nas_block video {
  width: calc(100% + 64px) !important;
  max-width: calc(100% + 64px) !important;
  border-radius: 16px 16px 0 0;
  position: relative;
  margin-left: -32px;
  margin-top: -32px;
  margin-bottom: -4px;
}

.dw_pledge_nas_block .dw_pledge_title {
  background: rgba(255, 255, 255, 0.5215686275);
  width: calc(100% + 64px) !important;
  margin-left: -32px;
  margin-top: -2px;
  padding: 8px 32px 8px 0;
  margin-bottom: 1.5rem;
}

.dw_pledge_card.dw_pledge_nas_block .dw_nas_logo {
  max-height: 50px;
  width: auto;
  vertical-align: middle;
  position: relative;
  margin: 8px 20px;
}

.dw_pledge_card.dw_pledge_nas_block h2 {
  color: #30008f !important;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4px 0 0 0;
  padding: 0;
}

.dw_pledge_nas_block_summary, .dw_pledge_nas_block_subheading {
  font-weight: 700;
  font-size: 1.2rem !important;
}

.dw_pledge_nas_block_summary {
  margin-bottom: 2rem !important;
}

.dw_pledge_card.dw_pledge_nas_block ul li {
  padding-left: 0px !important;
}

.dw_pledge_resource_block ul li:before {
  display: none !important;
}

/* Masonry */
/*
.dw_pledge_wall {
    column-count: 4;
    column-gap: 32px;
}

.dw_pledge_card {
    border: 1px solid #ccc;
    padding: 32px;
margin-bottom: 32px;
    border-radius: 16px;
    break-inside: avoid;
  }
*/
/*  Flex */
/*
.dw_pledge_wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.dw_pledge_card {
  display: block;
  max-width: 20%;
  margin: 30px;
  border: 1px solid #ccc;
  padding: 32px;
  border-radius: 16px 16px 0 16px;
  box-shadow: 4px 4px 4px 4px #eee;
}

*/
/* Pledge card rotate */
.dw_pledge_wall .dw_pledge_card:nth-of-type(3n + 1) {
  rotate: 0.5deg;
}

.dw_pledge_wall .dw_pledge_card:nth-of-type(3n + 2) {
  rotate: -0.5deg;
}

.dw_pledge_card .dw_pledge_main_image {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
}

.dw_pledge_id {
  color: #c015ac;
  margin-right: 8px;
  top: -4px;
  padding: 0 2px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, #f064d9, #c85bf3, #f2b926, #44b9e5, #7b9ed7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  letter-spacing: -0.125rem;
}

.dw_pledge_title {
  display: flex;
}

.dw_pledge_card h2 {
  font-size: 1.4rem;
}

.dw_pledge_content strong {
  font-weight: 600;
  background: #f6f7ff;
}

p.dw_pledge_name {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 !important;
}

/*.dw_pledge_footer {
    display: flex;
    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 20px;
}

.dw_pledge_footer img {
    max-height: 30px;
}

.dw_pledge_footer div {
    text-align: center;
    margin-bottom: 0;
    width: 50%;
}

.dw_pledge_footer p {
    margin: 0;
}

.dw_pledge_footer span {
    display: inline;
}

.dw_pledge_footer span.dw_pledge_like_count,
.dw_pledge_footer span.dw_pledge_share_count {
    text-align: center;
}

.dw_pledge_footer button {
    background: none !important;
    color: inherit;
    padding: 0;
    border: none;
}

.dw_pledge_like img,
.dw_pledge_share img {
    filter: saturate(0%);
    transition: transform 0.2s ease;
    cursor:pointer;
}

.dw_pledge_like img.liked {
    filter: saturate(100%);
}

.dw_pledge_like img:hover,
.dw_pledge_share img:hover {
    transform: scale(1.2);
    filter: saturate(100%);
}

.dw_pledge_like_tooltip {
    position: absolute;
    background: #ffffff;
    color: #000000;
    padding: 24px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    width: 90% !important;
    opacity: 0;
    transition: opacity 0.3sease-in-out;
    pointer-events: none;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.dw_pledge_like_tooltip.show {
    opacity: 1;
}*/
.dw_pledge_tags {
  margin: 12px 0 0 0;
}

.dw_pledge_tags span {
  display: inline-flex;
  margin: 0 6px 6px 0;
  font-size: 0.9rem;
}

/* Colours for Specific Tags */
.dw_pledge_tags span[data-tag=ShowUpAtWork] {
  color: #ff2121;
}

.dw_pledge_tags span[data-tag=ShowUpForFriends] {
  color: #186bbf;
}

.dw_pledge_tags span[data-tag=ShowUpAtSchool] {
  color: #e929bb;
}

.dw_pledge_tags span[data-tag=ShowUpAtHome] {
  color: #22bf22;
}

.dw_pledge_tags span[data-tag=ShowUpAllTheTime] {
  color: #a7a000;
}

/*.dw_pledge_tags span[data-tag="make_a_difference"] {
    color: #ea9010;
}

.dw_pledge_tags span[data-tag="show_up_for_change"] {
    color: #0f99ee;
}

.dw_pledge_tags span[data-tag="positive_steps"] {
    color: #a972e9;
}

.dw_pledge_tags span[data-tag="actions_speak_louder"] {
    color: #0099a2;
}

.dw_pledge_tags span[data-tag="be_an_example"] {
    color: #ff6324;
}*/
.dw_pledge_card.nas_block {
  background: linear-gradient(45deg, #a57bff, #0237a7);
}

.dw_pledge_card.nas_block h2,
.dw_pledge_card.nas_block h5 {
  color: #fff;
}

.dw_pledge_card.nas_block ul li {
  color: #fff;
}

.dw_pledge_card.nas_block .dw_pledge_content {
  color: #fff;
}

/* Pledge Intro Section */
.dw_pledge_intro_section {
  width: 80%;
  margin: 0 auto;
}

p.dw_pledge_intro {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
}

.dw_pledge_submission_section {
  text-align: center;
  padding: 30px 0 40px;
  background: #f6f7ff;
  border-radius: 10px;
}

/* Wrapper to position elements inside */
.dw_pledge_input_container {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 900px;
}

h3.dw_pledge_prompt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

h3.dw_pledge_prompt span {
  font-weight: 600;
}

/* Input Field */
#dw_pledge_input {
  width: 100%;
  padding: 16px 200px 16px 32px;
  font-size: 1.3rem;
  border: 2px solid #858aaa;
  border-radius: 30px;
  outline: none;
  position: relative;
  resize: none;
  overflow-y: hidden;
}

/* Button inside the input */
#dw_pledge_submit {
  position: absolute;
  right: 9px;
  bottom: -8px;
  transform: translateY(-50%);
  background: #D31ABC;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

/* Adjust styles for smaller screens */
@media (max-width: 767px) {
  #dw_pledge_input {
    height: 150px;
    padding: 16px 32px;
  }
  #dw_pledge_submit {
    display: block;
    position: relative;
    width: 100%;
    right: 0;
    text-align: center;
    bottom: -30px;
  }
}
#dw_pledge_submit:hover {
  background: #c015ac;
}

/* Modal Styling */
.dw_pledge_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.dw_pledge_modal_content {
  background: white;
  padding: 32px 16px;
  width: 90%;
  max-width: 800px;
  margin: 5% auto;
  border-radius: 10px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

/* Disable background scrolling when modal is open */
body.modal-open {
  overflow: hidden;
}

.dw_pledge_modal_content h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.dw_pledge_close,
.dw_pledge_share_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.25rem;
  font-weight: 700;
  cursor: pointer;
}

/* Pledge wall filter bar */
.dw_pledge_filter_bar {
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dw_pledge_filter_bar h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #333;
}

.dw_pledge_filter_controls {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  flex-wrap: wrap;
}

.dw_pledge_filter_controls label {
  font-size: 0.875rem;
  font-weight: 600;
}

.dw_pledge_filter_controls select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
  background: white;
  margin-right: 32px;
}

/* Adjust styles for smaller screens */
@media (max-width: 600px) {
  .dw_pledge_filter_controls {
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
  }
}
/* Pledge form */
div#modal_form_placeholder {
  /*    display: none;*/
}

.dw_pledge_modal_content .form-widget {
  border: 0;
  padding: 16px;
}

.dw_pledge_modal_content .form-widget .ktc-default-section {
  margin: 0 !important;
}

.dw_pledge_modal_content .form-widget .form-widget__columns {
  display: flex;
  flex-wrap: nowrap;
}

.dw_pledge_modal_content .form-widget .form-widget__column {
  width: 100% !important;
}

.dw_pledge_modal_content .form-widget .form-widget__title {
  display: none !important;
}

.dw_pledge_modal_content .form-widget .control-label {
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px;
}

.dw_pledge_modal_content .form-widget .explanation-text {
  font-size: 0.9rem;
  margin-top: 16px;
}

.dw_pledge_modal_content .form-widget .ktc-checkbox-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px; /* Space between checkboxes */
  align-items: start;
}

@media (min-width: 650px) {
  .dw_pledge_modal_content .form-widget .ktc-checkbox-list {
    grid-template-columns: repeat(2, 1fr); /* Two columns */
  }
}
@media (max-width: 649px) {
  .dw_pledge_modal_content .form-widget .ktc-checkbox-list {
    grid-template-columns: repeat(1, 1fr); /* One column */
  }
}
.dw_pledge_modal_content .form-widget .ktc-checkbox {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  margin-left: 0px !important;
}

.dw_pledge_modal_content .form-widget .ktc-checkbox label {
  font-size: 1rem;
  cursor: pointer;
}

/* Target only the form inside the modal */
.dw_pledge_modal_content .form-widget .ktc-default-section:nth-child(2),
.dw_pledge_modal_content .form-widget .ktc-default-section:nth-child(3),
.dw_pledge_modal_content .form-widget .form-widget__submit {
  display: none; /* Hide sections 2 and 3 + submit button initially */
}

/* Add spacing for buttons */
.dw_pledge_modal_content .form-widget .form-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.dw_pledge_modal_content .form-widget .ktc-default-section {
  /*    margin-bottom: 10px !important;*/
  padding: 10px;
}

.dw_pledge_modal_content .form-widget .form-next {
  margin: 30px 0 10px;
  padding: 8px 32px;
  border-radius: 32px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background: #1175ae;
  border: none;
  cursor: pointer;
}

.dw_pledge_modal_content .form-widget .form-next:hover {
  background: #476adc;
}

.dw_pledge_modal_content .form-widget .form-back {
  padding: 8px 32px;
  border-radius: 32px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #222;
  cursor: pointer;
}

.dw_pledge_modal_content .form-widget .form-widget__submit {
  margin: 20px 0 0 0;
  font-size: 1.2rem;
  padding: 12px;
  width: 100%;
}

/* Pledge tracker */
.dw_pledge_tracker {
  margin: 0 0 30px 0;
  position: relative;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.dw_pledge_tracker_bar {
  background-color: #E0E0E0; /* Grey background for the bar */
  border-radius: 25px;
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.dw_pledge_progress {
  background: linear-gradient(135deg, #f064d9, #c85bf3, #5b6ee1, #44b9e5, #7bd7d7);
  height: 100%;
  width: 0; /* Start at 0% */
  border-radius: 25px 0 0 25px; /* Rounded left edge */
  transition: width 1.5s ease-out; /* Smooth animation */
}

.dw_pledge_tracker_text {
  margin: 0 0 16px 0;
  font-size: 1rem;
  font-weight: bold;
}

.dw_pledge_count,
.dw_pledge_target {
  color: #4203BF;
}
/* TODO:refactor */
/* ASD related colours */
.ah-body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  width: 100%;
}
.ah-body .col-1 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-1 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 1 - 30px);
  }
}
.ah-body .col-2 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-2 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 2 - 30px);
  }
}
.ah-body .col-3 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-3 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 3 - 30px);
  }
}
.ah-body .col-4 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-4 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 4 - 30px);
  }
}
.ah-body .col-5 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-5 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 5 - 30px);
  }
}
.ah-body .col-6 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-6 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 6 - 30px);
  }
}
.ah-body .col-7 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-7 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 7 - 30px);
  }
}
.ah-body .col-8 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-8 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 8 - 30px);
  }
}
.ah-body .col-9 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-9 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 9 - 30px);
  }
}
.ah-body .col-10 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-10 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 10 - 30px);
  }
}
.ah-body .col-11 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-11 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 11 - 30px);
  }
}
.ah-body .col-12 {
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 964px) {
  .ah-body .col-12 {
    padding: 15px;
    flex-basis: calc(100% / 12 * 12 - 30px);
  }
}
.ah-body .ah-mobile-search-toggle {
  position: fixed;
  right: 25px;
  height: 43px;
  width: 43px;
  border-radius: 20px;
  background: #D31ABC;
  bottom: 25px;
  display: flex;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1882352941);
  z-index: 9;
}
.ah-body .ah-mobile-search-toggle svg {
  width: 22px;
  height: 22px;
  fill: white;
  margin: auto;
}
@media (min-width: 964px) {
  .ah-body .ah-mobile-search-toggle {
    display: none;
  }
}
.ah-body .ah-decade-select {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.ah-body .ah-decade-select select {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cpolyline points='35,55 70,90 105,55' fill='none' stroke='%23FFFFFF' stroke-width='20'/%3E%3C/svg%3E") no-repeat right 16px center;
  background-size: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 2px white;
  border-radius: 20px;
  width: 100%;
  color: white;
  padding: 10px;
  margin-top: 25px;
}
.ah-body .ah-decade-select select option {
  color: black;
}
@media (min-width: 964px) {
  .ah-body .ah-decade-select {
    display: none;
  }
}
.ah-body .inline-flex {
  display: inline-flex;
}
.ah-body .ah-row {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
}
.ah-body .ah-row.align-baseline {
  align-items: baseline;
}
@media (min-width: 964px) {
  .ah-body .ah-row.align-baseline {
    align-items: stretch;
  }
}
@media (min-width: 964px) {
  .ah-body .ah-row {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ah-body .pt, .ah-body .ah-container .pt {
  padding-top: 30px;
}
@media (min-width: 964px) {
  .ah-body .pt, .ah-body .ah-container .pt {
    padding-top: 60px;
  }
}
.ah-body .primary-button {
  outline: none;
  border: none;
  text-decoration: none;
  border-radius: 100px;
  padding: 10px 25px;
  background: #e425cc;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all ease-in 180ms;
  line-height: 1;
  display: inline-block;
}
.ah-body .primary-button:hover {
  background: #6f25a8;
}
.ah-body .primary-button.align-center {
  align-self: baseline;
}
@media (min-width: 964px) {
  .ah-body .primary-button.align-center {
    align-self: center;
  }
}
.ah-body .primary-button svg {
  width: 20px;
  height: 20px;
  fill: white;
  position: relative;
  top: 5px;
  right: 5px;
}
.ah-body .ah-container {
  position: relative;
  background: #390ab2;
  color: #fff;
  word-wrap: break-word;
  padding: 15px;
}
@media (min-width: 964px) {
  .ah-body .ah-container {
    padding: 0 50px;
  }
}
.ah-body .ah-container a,
.ah-body .ah-container a strong {
  color: white;
}
@media (min-width: 964px) {
  .ah-body .ah-container h1,
  .ah-body .ah-container h2,
  .ah-body .ah-container h3,
  .ah-body .ah-container h4,
  .ah-body .ah-container h5 {
    margin: 0;
  }
}
@media (min-width: 964px) {
  .ah-body .ah-container h1 {
    font-size: 5.125rem;
  }
}
.ah-body .ah-container h2 {
  font-size: 2rem;
  line-height: 38px;
  padding: 15px 0;
}
@media (min-width: 964px) {
  .ah-body .ah-container h2 {
    font-size: 3.5rem;
    line-height: 67px;
    padding: 15px;
  }
}
@media (min-width: 964px) {
  .ah-body .ah-container h3 {
    font-size: 2rem;
  }
}
@media (min-width: 964px) {
  .ah-body .ah-container h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 964px) {
  .ah-body .ah-container h5 {
    font-size: 1rem;
  }
}
.ah-body .ah-container p {
  margin: 0;
}
.ah-body .ah-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 25px;
}
@media (min-width: 964px) {
  .ah-body .ah-header {
    flex-direction: row;
    padding-right: 75px;
  }
}
.ah-body .ah-header .logo {
  border-radius: 0 0 20px 0;
  padding: 10px 25px;
  background: #fff;
  width: 70%;
  min-height: 90px;
}
.ah-body .ah-header .logo img {
  width: 100%;
}
@media (min-width: 964px) {
  .ah-body .ah-header .logo {
    max-width: 30%;
    order: 1;
    padding: 20px 75px;
    border-radius: 0 0 50px 0;
  }
}
.ah-body .ah-header .search-tag-list {
  display: flex;
  justify-content: center;
  flex: 1 1;
  padding: 20px;
  grid-gap: 10px;
  gap: 10px;
  order: 3;
}
@media (min-width: 964px) {
  .ah-body .ah-header .search-tag-list {
    margin: auto;
    order: 2;
    justify-content: flex-end;
    padding: 0 20px;
  }
}
.ah-body .ah-header .search-tag-list a {
  text-decoration: none;
  color: white;
  font-size: 0.875rem;
  padding: 4px 12px;
  border: solid 2px white;
  border-radius: 50px;
}
.ah-body .ah-header .search-tag-list a.active {
  color: #390ab2;
  background-color: white;
}
.ah-body .reverse-column {
  flex-direction: column-reverse;
}
@media (min-width: 964px) {
  .ah-body .reverse-column {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ah-body .video-preview {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ah-body .video-preview img {
  width: 100%;
}
.ah-body .video-preview .video-play-button {
  position: absolute;
  top: 100%;
  left: calc(50% - 50px);
  transform: translateY(-50%);
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media (min-width: 964px) {
  .ah-body .video-preview .video-play-button {
    top: 50%;
    left: -50px;
    width: 100px;
    height: 100px;
  }
}
.ah-body .video-preview .video-play-button svg {
  margin: auto;
  transform: scale(0.6);
  padding-left: 8px;
  transition: transform 0.3s ease;
}
@media (min-width: 964px) {
  .ah-body .video-preview .video-play-button svg {
    transform: scale(1);
  }
}
.ah-body .video-preview .video-play-button:hover svg {
  transform: scale(0.75);
}
.ah-body .heritage-paragraph {
  font-size: 1.2rem;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 2rem;
  /*        word-wrap:break-word;*/
}
@media (min-width: 964px) {
  .ah-body .heritage-paragraph {
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 400;
    padding: 0 2rem 2rem 0;
  }
}
.ah-body .decade-buttons {
  display: none;
}
@media (min-width: 964px) {
  .ah-body .decade-buttons {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
  }
}
@media (min-width: 964px) {
  .ah-body .decade-button {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 25px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}
@media (min-width: 964px) {
  .ah-body .decade-button:hover {
    background-color: rgba(255, 255, 255, 0.1254901961);
  }
}
@media (min-width: 964px) {
  .ah-body .decade-button.active {
    background-color: white;
    color: #390ab2;
  }
}
.ah-body .asset-list {
  display: flex;
  flex-direction: column;
  grid-gap: 46px;
  gap: 46px;
  padding-bottom: 40px;
}
.ah-body .asset-list .asset-item {
  background: rgba(255, 255, 255, 0.1254901961);
  border: 2px solid white;
  border-radius: 25px;
  padding: 30px 40px 40px;
  cursor: pointer;
  transition: all ease-in 180ms;
}
@media (min-width: 964px) {
  .ah-body .asset-list .asset-item:hover {
    background: rgba(255, 255, 255, 0.2078431373);
  }
}
.ah-body .asset-list .asset-item .asset-categories {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 11px;
}
.ah-body .asset-list .asset-item .asset-categories .asset-category {
  font-size: 0.875rem;
  padding: 4px 12px;
  border: solid 2px white;
  border-radius: 50px;
}
@media (min-width: 964px) {
  .ah-body .text-med {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.ah-body .ah-search-bar {
  width: 100%;
  position: relative;
  height: 40px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.ah-body .ah-search-bar input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  outline: none;
  padding: 15px 0;
}
.ah-body .ah-search-bar input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.ah-body .ah-search-bar input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.ah-body .ah-search-bar input::placeholder {
  color: white;
  opacity: 1;
}
.ah-body .ah-search-bar input::-ms-input-placeholder {
  color: white;
}
.ah-body .ah-search-bar svg {
  fill: white;
  position: absolute;
  right: 10px;
  bottom: 15px;
  height: 20px;
  width: 20px;
}
.ah-body .timeline-item {
  margin: 0px 0 50px;
}
.ah-body .timeline-item .date {
  font-weight: 300;
}
.ah-body .timeline-item .title {
  font-weight: 700;
  font-size: 2rem;
  margin: 10px 0 20px;
}
.ah-body .timeline-back-button {
  margin: 20px 0 30px;
}
@media (min-width: 964px) {
  .ah-body .timeline-back-button {
    margin: 60px 0 40px;
  }
}
.ah-body .category-timeline-title {
  /*        margin-bottom: 30px;*/
}
.ah-body .item-type-tag {
  font-size: 0.875rem;
  padding: 4px 12px;
  border: solid 2px white;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.ah-body .item-image img {
  width: 100%;
  border-radius: 20px 20px 0 20px;
}
.ah-body .item-copyright {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  flex-direction: row;
}
.ah-body .item-copyright__image img {
  max-width: 120px;
}
.ah-body .item-copyright__copy {
  align-content: center;
  font-size: 0.8em;
}
.ah-body .item-copyright a {
  color: white;
}
.ah-body .asset-item-buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0 20px 0;
  grid-gap: 15px;
  gap: 15px;
}
.ah-body .border-image img {
  width: 100%;
  border-radius: 15px 15px 0 15px;
}

.ah-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--dynamic-bg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: contrast(4) grayscale(0.8) brightness(2);
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: none;
}
@media (min-width: 964px) {
  .ah-container::before {
    background-size: 100% auto;
  }
}

.ah-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-play-button img {
  cursor: pointer !important;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  padding: 15px;
}

.ah-footer {
  display: flex;
  padding-top: 38px;
  padding-bottom: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  color: black;
  height: 100%;
}
.ah-footer .logo-content {
  margin-bottom: 38px;
}
.ah-footer .logo-content img {
  height: 75px;
}
.ah-footer .disclaimer-content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.8em;
  text-align: center;
}
@media (min-width: 964px) {
  .ah-footer .disclaimer-content {
    width: 500px;
  }
}
/* TODO:refactor */
/* ASD related colours */
.ah-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.ah-modal-overlay .ah-modal-wrapper {
  background: white;
  box-shadow: 0 4px 10px black;
  border-radius: 10px 10px 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 90%;
  width: auto;
  padding: 20px 10px 10px 10px;
}
.ah-modal-overlay .ah-modal-wrapper .ah-modal-content {
  font-family: "object-fit:contain";
  object-fit: contain;
  display: flex;
  flex-direction: column;
}
.ah-modal-overlay .ah-modal-wrapper .ah-modal-content .close-button {
  background: none;
  font-family: "Outfit", Sans-Serif;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  align-self: start;
  transition: color 0.2s ease-in-out;
  padding-bottom: 10px;
}
.ah-modal-overlay .ah-modal-wrapper .ah-modal-content img {
  width: 100%;
  max-height: 80vh;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.ah-modal-overlay .ah-modal-wrapper .ah-modal-content video {
  width: 100%;
  max-height: 80vh;
  border-radius: 5px;
}
/* TODO:refactor */
/* ASD related colours */
.decade-timeline-page .item {
  padding: 0 15px;
}
.decade-timeline-page .asset-item-buttons {
  padding: 0 !important;
  margin-bottom: 25px;
}
@media (min-width: 964px) {
  .decade-timeline-page .asset-item-buttons {
    margin-top: 25px;
  }
}
.decade-timeline-page .decade-buttons-wrapper {
  padding: 0px;
}
@media (min-width: 964px) {
  .decade-timeline-page .decade-buttons-wrapper {
    padding: 15px;
  }
}
.decade-timeline-page .ah-decade-select {
  margin-bottom: 15px;
}
.decade-timeline-page .heritage-paragraph {
  padding-bottom: 0px;
  margin-top: 0px;
}
.decade-timeline-page .border-image {
  margin-bottom: 25px;
}
@media (min-width: 964px) {
  .decade-timeline-page .border-image {
    margin-bottom: 0px;
  }
}
@media (min-width: 964px) {
  .decade-timeline-page .item-copyright {
    margin-top: 10px;
  }
}
.decade-timeline-page .decade-timeline-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 25px !important;
}
@media (min-width: 964px) {
  .decade-timeline-page .decade-timeline-wrapper {
    padding: 15px;
  }
}
.decade-timeline-page .decade-timeline-wrapper .year-timeline-image {
  width: 100%;
}
.decade-timeline-page .main-zone {
  margin-top: 20px;
}
.decade-timeline-page .decade-title-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 964px) {
  .decade-timeline-page .decade-title-wrapper {
    /*            margin-top: $stacked-content-margin-mobile;*/
  }
}
.decade-timeline-page .decade-title-wrapper .decade-title {
  font-size: 5rem;
  font-weight: bold;
  border: solid 0px red;
  margin-right: 25px;
}
.decade-timeline-page .decade-title-wrapper .show-decade {
  align-self: end;
  margin-bottom: 18px;
  margin-top: 5px;
}
@media (min-width: 964px) {
  .decade-timeline-page .decade-title-wrapper .show-decade {
    /*                margin: 0 0 18px;*/
  }
}
@media (min-width: 768px) {
  .decade-timeline-page .decade-title-wrapper .show-decade {
    /*                margin: 0 0 30px;*/
  }
}
/* TODO:refactor */
/* ASD related colours */
.toggle-container {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.toggle-container .toggle-text {
  margin-left: auto;
  transition: color 0.3s ease;
  padding-top: 3px;
}
@media (min-width: 964px) {
  .toggle-container .toggle-text {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
@media (min-width: 964px) {
  .toggle-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    justify-content: end;
    color: white;
  }
}
.toggle-container input {
  display: none;
}
.toggle-container .toggle {
  display: inline-block;
  position: relative;
  width: 53px;
  height: 28px;
}
@media (min-width: 964px) {
  .toggle-container .toggle {
    display: inline-block;
    position: relative;
    width: 53px;
    height: 28px;
  }
}
.toggle-container .slider {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 20px;
}
@media (min-width: 964px) {
  .toggle-container .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 24px;
  }
}
.toggle-container .slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 2px;
  background-color: #390ab2;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
@media (min-width: 964px) {
  .toggle-container .slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: #390ab2;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
}
.toggle-container .off {
  background-color: white;
}
.toggle-container .on {
  background-color: #f4b400;
}
.toggle-container .on:before {
  transform: translateX(26px);
  background-color: #390ab2;
}
/* TODO:refactor */
/* ASD related colours */
.year-timeline-page {
  position: relative;
  padding: 0 15px 25px;
}
.year-timeline-page .ah-container {
  padding: 25px;
}
.year-timeline-page .decade-buttons-wrapper {
  padding: 0;
}
@media (min-width: 964px) {
  .year-timeline-page .decade-buttons-wrapper {
    padding: 15px;
  }
}
.year-timeline-page .mobile-carousel-nav {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 25px 0;
}
@media (min-width: 964px) {
  .year-timeline-page .mobile-carousel-nav {
    display: none;
    grid-gap: 10px;
    gap: 10px;
  }
}
.year-timeline-page .mobile-carousel-nav svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.year-timeline-page .background-toggle {
  flex: 30% 1;
}
.year-timeline-page .carousel {
  position: relative;
}
.year-timeline-page .carousel .carousel-item {
  padding: 0 15px;
}
@media (min-width: 964px) {
  .year-timeline-page .carousel .carousel-item {
    padding-bottom: 50px;
  }
}
.year-timeline-page .carousel .carousel-item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 964px) {
  .year-timeline-page .carousel .carousel-item-head {
    flex-direction: row;
    justify-content: space-between;
  }
}
.year-timeline-page .carousel .carousel-item-head .carousel-nav {
  display: flex;
  grid-gap: 6px;
  gap: 6px;
  padding-top: 20px; /*                padding-bottom: 10px;*/
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding-top: 25px;
}
@media (min-width: 964px) {
  .year-timeline-page .carousel .carousel-item-head .carousel-nav {
    grid-gap: 10px;
    gap: 10px;
  }
}
.year-timeline-page .carousel .carousel-item-head .carousel-nav svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.year-timeline-page .carousel .carousel-item-head .carousel-nav svg.flipped {
  transform: scaleX(-1);
}
.year-timeline-page .year-timeline-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 25px;
  padding: 0 15px;
}
@media (min-width: 964px) {
  .year-timeline-page .year-timeline-wrapper {
    padding: 0 15px 15px;
  }
}
.year-timeline-page .year-timeline-wrapper .year-timeline-image {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 964px) {
  .year-timeline-page .year-timeline-wrapper .year-timeline-image {
    margin-top: 0;
  }
}
.year-timeline-page .year-carousel-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
@media (min-width: 964px) {
  .year-timeline-page .year-carousel-wrapper {
    padding: 15px;
    padding-top: 0px;
  }
}
.year-timeline-page .timeline-control {
  display: none;
  position: relative;
  width: 100%;
  height: 3px;
  margin: 25px 0 15px;
  background-color: white;
}
@media (min-width: 964px) {
  .year-timeline-page .timeline-control {
    display: block;
  }
}
.year-timeline-page .timeline-control span {
  position: absolute;
  top: -10px;
  padding: 5px 12px 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 12px;
  color: black;
  background: white;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3882352941);
}
.year-timeline-page .timeline-control .timeline-control-progress {
  width: 0;
  height: 100%;
  display: none;
  background-color: #f4b400;
  border-right: 1px solid #390ab2;
}
@media (min-width: 964px) {
  .year-timeline-page .timeline-control .timeline-control-progress {
    display: block;
  }
}
.year-timeline-page .timeline-start-end {
  display: none;
  justify-content: space-between;
}
@media (min-width: 964px) {
  .year-timeline-page .timeline-start-end {
    display: flex;
  }
}
.year-timeline-page .timeline-start-end div {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
}
/* TODO:refactor */
/* ASD related colours */
.timeline-item-page .ah-container {
  padding: 25px;
}
.timeline-item-page .item-type-tag {
  margin-bottom: 25px;
}
.timeline-item-page .heritage-paragraph {
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.timeline-item-page .item-copyright {
  margin-top: 0px;
}
.timeline-item-page .asset-item-buttons {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0px;
}
.timeline-item-page .item-image {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.timeline-item-page .col-8 {
  padding-bottom: 0px;
}

/* TODO:refactor */
/* ASD related colours */
.ah-search-filter-select p {
  padding-bottom: 10px;
}
.ah-search-filter-select select {
  background: transparent;
  border: solid 2px white;
  border-radius: 20px;
  width: 100%;
  color: white;
  padding: 10px;
}
.ah-search-filter-select select option {
  color: black;
}

.search-results a {
  text-decoration: none;
}

.search-message {
  padding: 20px 0 30px;
  font-weight: bold;
  font-size: 1.5rem;
}

.ah-search-bar svg {
  cursor: pointer;
}

form.secondary-search {
  margin-top: 25px;
}
/* TODO:refactor */
/* ASD related colours */
.ah-header .search-container {
  margin: auto;
  padding-top: 10px;
  order: 2;
}
@media (min-width: 964px) {
  .ah-header .search-container {
    margin: auto 0;
    order: 3;
    padding-top: 0;
  }
}
.ah-header .search-container .search-wrapper {
  position: relative;
}
.ah-header .search-container .search-wrapper .search-input-wrapper input {
  display: none;
  background: white;
  border-radius: 25px;
  border: none;
  padding: 15px 25px 15px 15px;
}
.ah-header .search-container .search-wrapper .search-input-wrapper input.search-active {
  display: flex;
}
.ah-header .search-container .search-wrapper #search-action {
  top: 13px;
  right: 15px;
  fill: white;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ah-header .search-container .search-wrapper #search-action.search-active {
  position: absolute;
  fill: #390ab2;
}
/* TODO:refactor */
/* ASD related colours */
.ah-search-filters {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 964px) {
  .ah-search-filters {
    grid-gap: 40px;
    gap: 40px;
    flex-direction: row;
  }
}
.ah-search-filters .dropdown-label {
  padding-bottom: 15px;
  font-weight: bold;
}
.ah-search-filters .ah-dropdown {
  position: relative;
  min-width: 185px;
  cursor: pointer;
}
.ah-search-filters .ah-dropdown-content {
  padding: 10px 65px 10px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}
.ah-search-filters .dropdown-component__options {
  position: absolute;
  background: white;
  color: black;
  width: 100%;
  z-index: 9;
}
.ah-search-filters .dropdown-component__options .option-selected {
  background: rgba(0, 172, 238, 0.1882352941);
}
.ah-search-filters .dropdown-component__options__option {
  padding: 10px;
}
.ah-search-filters .ah-dropdown-toggle {
  width: 55px;
  display: flex;
  justify-content: flex-end;
  grid-gap: 10px;
  gap: 10px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.ah-search-filters .ah-dropdown-toggle .clear-toggle {
  fill: white;
  position: relative;
  cursor: pointer;
}
.ah-search-filters .ah-dropdown-toggle .clear-toggle svg {
  margin: auto;
  height: 12px;
  width: 12px;
}
.ah-search-filters .ah-dropdown-toggle svg {
  cursor: pointer;
  transform: rotate(90deg);
  height: 15px;
  width: 15px;
  transition: all ease 200ms;
}
.ah-search-filters .ah-dropdown-toggle svg.active {
  transform: rotate(-90deg);
}
.ah-container .ah-back-button {
  color: white;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5019607843);
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all ease-in 180ms;
}
.ah-container .ah-back-button:hover {
  background: #000;
}
.ah-container .ah-back-button svg {
  width: 20px;
  height: 20px;
  fill: white;
  position: relative;
  top: 5px;
  right: 5px;
}
/* TODO:refactor */
/* ASD related colours */
.hubspot-form-widget {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  border: solid 1px #E0E0E0;
  border-radius: 20px 20px 0 20px;
  /*------------------------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  .hubspot-form-widget {
    padding: 30px;
  }
}
.hubspot-form-widget__columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hubspot-form-widget__columns {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hubspot-form-widget__column {
    width: 50%;
  }
}
.hubspot-form-widget__column + .hubspot-form-widget__column {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hubspot-form-widget__column + .hubspot-form-widget__column {
    margin-top: 0;
    margin-left: 30px;
  }
}
.hubspot-form-widget__title {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hubspot-form-widget__title {
    font-size: 1.1875rem;
  }
}
.hubspot-form-widget__description,
.hubspot-form-widget p {
  font-size: 0.875rem;
  line-height: 24px;
  color: #3F3F3F;
  margin-bottom: 15px;
}
.hubspot-form-widget__submit {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hubspot-form-widget__submit {
    margin-top: 30px;
  }
}
.hubspot-form-widget .hsfc-TextInput, .hubspot-form-widget .hsfc-TextareaInput, .hubspot-form-widget .hsfc-DropdownInput input {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #bbb !important;
  color: #3F3F3F !important;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hubspot-form-widget .hsfc-TextInput:focus, .hubspot-form-widget .hsfc-TextareaInput:focus, .hubspot-form-widget .hsfc-DropdownInput input:focus {
  border-color: rgb(48.6494845361, 2.2113402062, 140.7886597938) !important;
}
.hubspot-form-widget .hsfc-CheckboxFieldGroup__Options label input, .hubspot-form-widget .hsfc-RadioFieldGroup__Options label input, .hubspot-form-widget .hsfc-CheckboxField label input {
  margin-right: 10px;
  top: 3px;
}
.hubspot-form-widget .hsfc-CheckboxFieldGroup__Options label span, .hubspot-form-widget .hsfc-RadioFieldGroup__Options label span, .hubspot-form-widget .hsfc-CheckboxField label span {
  margin: 0;
  line-height: 20px;
  position: relative;
}
.hubspot-form-widget .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-TextInput {
  border-radius: 0px 12px 12px 0px !important;
}
.hubspot-form-widget .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  border-radius: 12px 0px 0px 12px;
  border: 1px solid #bbbbbb;
  border-right: none !important;
}
_ .hubspot-form-widget .hsfc-DropdownOptions {
  background: #FFFFFF !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 0 0 6px 6px !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.hubspot-form-widget .hsfc-DropdownOptions__Search {
  background: #FFFFFF !important;
  border-radius: 6px !important;
  margin: 10px !important;
  padding: 10px !important;
}
.hubspot-form-widget .hsfc-DropdownOptions__List__ListItem {
  background: #FFFFFF !important;
  color: #3F3F3F !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  font-size: 0.9375rem !important;
}
.hubspot-form-widget .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: #1A73E8 !important;
  color: #FFFFFF !important;
}
.hubspot-form-widget .hsfc-FieldLabel {
  font-size: 0.95rem !important;
  color: #3F3F3F !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.hubspot-form-widget .hsfc-Step__Content {
  padding: 10px !important;
}
.hubspot-form-widget .hsfc-Row {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .hubspot-form-widget .hsfc-Row {
    margin-bottom: 24px !important;
  }
}
.hubspot-form-widget .hsfc-Button {
  background-color: #D31ABC !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}
.hubspot-form-widget .hsfc-Button:hover {
  background-color: rgb(188.2974683544, 23.2025316456, 167.7721518987) !important;
}
.hubspot-form-widget .hsfc-Button:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
[dir="ltr"] .hubspot-form-widget.hsfc-RichText p strong {
          margin-left: 0px;
}
[dir="rtl"] .hubspot-form-widget.hsfc-RichText p strong {
          margin-right: 0px;
}
[dir="ltr"] .hubspot-form-widget.hsfc-RichText p strong {
          margin-right: 0px;
}
[dir="rtl"] .hubspot-form-widget.hsfc-RichText p strong {
          margin-left: 0px;
}
.hubspot-form-widget.hsfc-RichText p strong {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #363636 !important;
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-top: 1em;
  -webkit-margin-after: 1em;
          margin-bottom: 1em;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
.hubspot-form-widget .hsfc-ProgressBar__Progress > div {
  background-color: #666 !important;
}

.hubspotformwidget-submit-text {
  padding: 40px 0px;
  color: #4203BF;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hubspotformwidget-submit-text {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 2rem;
  }
}
/* TODO:refactor */
/* ASD related colours */
.ask-ash-wizard .askAshWidget {
  margin: 20px auto;
}
.ask-ash-wizard .askAshContainer {
  margin: 20px auto;
}
.ask-ash-wizard :root {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --background-primary: #f1f2f3;
}
.ask-ash-wizard .col-1 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-1 {
    padding: 15px;
    flex-basis: 8.3333333333%;
  }
}
.ask-ash-wizard .col-2 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-2 {
    padding: 15px;
    flex-basis: 16.6666666667%;
  }
}
.ask-ash-wizard .col-3 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-3 {
    padding: 15px;
    flex-basis: 25%;
  }
}
.ask-ash-wizard .col-4 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-4 {
    padding: 15px;
    flex-basis: 33.3333333333%;
  }
}
.ask-ash-wizard .col-5 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-5 {
    padding: 15px;
    flex-basis: 41.6666666667%;
  }
}
.ask-ash-wizard .col-6 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-6 {
    padding: 15px;
    flex-basis: 50%;
  }
}
.ask-ash-wizard .col-7 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-7 {
    padding: 15px;
    flex-basis: 58.3333333333%;
  }
}
.ask-ash-wizard .col-8 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-8 {
    padding: 15px;
    flex-basis: 66.6666666667%;
  }
}
.ask-ash-wizard .col-9 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-9 {
    padding: 15px;
    flex-basis: 75%;
  }
}
.ask-ash-wizard .col-10 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-10 {
    padding: 15px;
    flex-basis: 83.3333333333%;
  }
}
.ask-ash-wizard .col-11 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-11 {
    padding: 15px;
    flex-basis: 91.6666666667%;
  }
}
.ask-ash-wizard .col-12 {
  padding: 15px;
  flex-basis: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .col-12 {
    padding: 15px;
    flex-basis: 100%;
  }
}
.ask-ash-wizard body {
  margin: 0;
  padding: 20px;
  font-family: "Outfit", sans-serif;
  background: var(--background-primary);
  min-height: 100vh;
  width: calc(100% - 40px);
}
.ask-ash-wizard p {
  margin: 0;
}
.ask-ash-wizard .askAshWidget {
  border: solid 2px #4203BF;
  display: flex;
  flex: 100% 1;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  border-radius: 20px;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshWidget {
    width: calc(100% - 80px);
    margin: 20px 40px;
  }
}
.ask-ash-wizard .askAshWidget .ask-ash-logo {
  font-family: "object-fit:contain";
  object-fit: contain;
  width: 45px;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshWidget .ask-ash-logo {
    width: 60px;
  }
}
.ask-ash-wizard .askAshWidget__title {
  font-weight: 700;
  color: #4203BF;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 0;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshWidget__title {
    font-size: 1.1rem;
  }
}
.ask-ash-wizard .askAshWidget--restart {
  justify-content: center;
  grid-gap: 12px;
  gap: 12px;
  min-height: 56px;
  padding: 12px 20px;
  border: solid 1px #8e8e8e;
  background: #ffffff;
  color: #2f2f2f;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshWidget--restart {
    width: 168px;
    margin: 0;
  }
}
.ask-ash-wizard .askAshWidget__restartIcon {
  width: 24px;
  height: 24px;
  font-family: "object-fit:contain";
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.ask-ash-wizard .askAshWidget__restartText {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #2f2f2f;
}
.ask-ash-wizard button {
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
}
.ask-ash-wizard button:disabled {
  cursor: default;
}
@media (min-width: 639px) {
  .ask-ash-wizard button {
    font-size: 1.1rem;
  }
}
.ask-ash-wizard .askAshCard {
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  border-radius: 20px;
  width: 100%;
  margin: auto;
  padding: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshCard {
    grid-gap: 0;
    gap: 0;
    width: 100%;
    flex-direction: row;
  }
}
.ask-ash-wizard .askAshCard .ask-ash-hi-logo {
  width: 35%;
  font-family: "object-fit:contain";
  object-fit: contain;
  padding-right: 0;
  min-width: 50px;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshCard .ask-ash-hi-logo {
    width: 40%;
    padding-right: 50px;
    max-width: 200px;
  }
}
.ask-ash-wizard .askAshCard__content {
  font-size: 1.1rem;
  margin: 20px 0;
}
.ask-ash-wizard .askAshCard__info {
  display: inline-flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  padding: 50px 0 20px;
}
.ask-ash-wizard .askAshCard__info img {
  height: 50px;
  width: 50px;
}
.ask-ash-wizard .askAshCard__info .ask-ash-question-logo {
  height: 50px;
  width: 50px;
  font-family: "object-fit:contain";
  object-fit: contain;
  flex: 0 0 50px;
}
.ask-ash-wizard .askAshCard__info h2 {
  font-size: 1.3rem;
}
.ask-ash-wizard .askAshCard__nav {
  position: relative;
  background: white;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  margin: auto;
  padding: 24px;
  min-height: 400px;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshCard__nav {
    width: 100%;
    padding: 32px;
  }
}
.ask-ash-wizard .askAshCard__nav h2 {
  font-size: 1.3rem;
}
.ask-ash-wizard .askAshCard__nav .close-widget {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
}
.ask-ash-wizard .askAshCard__nav .close-widget .close-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.ask-ash-wizard .askAshCard__nav .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0;
  gap: 0;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshCard__nav .nav {
    flex-direction: row;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }
}
.ask-ash-wizard .askAshCard__nav .nav button.back-button {
  border: solid 2px #4203BF;
  margin-right: 16px;
  background: #4203BF;
  color: white;
  border-radius: 12px 12px 0 12px;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  min-height: 40px;
}
@media (min-width: 639px) {
  .ask-ash-wizard .askAshCard__nav .nav button.back-button {
    margin-right: 10px;
  }
}
.ask-ash-wizard .askAshCard__nav .nav button.back-button .button-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.ask-ash-wizard .askAshCard__nav .answer-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-gap: 15px;
  gap: 15px;
  width: 100%;
}
.ask-ash-wizard .askAshCard__nav .answer-list button.answer {
  cursor: pointer;
  text-align: left;
  width: 100%;
  background: #fafafa;
  color: black;
  border: solid 1px #ccc;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
}
.ask-ash-wizard .askAshCard__nav .answer-list button.answer:hover {
  border: 1px solid #222;
}
.ask-ash-wizard .askAshCard__nav .answer-list button.answer:disabled {
  cursor: default;
}
.ask-ash-wizard .askAshCard__nav .answer-list button.answer .answer__label {
  flex: 1 1;
}
.ask-ash-wizard .askAshCard__nav .answer-list button.answer .answer__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.ask-ash-wizard .askAshCard__nav .askAshCard__contentFade {
  opacity: 1;
  transition: opacity 0.25s ease;
  will-change: opacity;
  min-height: 360px;
}
.ask-ash-wizard .askAshCard__nav .askAshCard__contentFade.is-fading-out {
  opacity: 0;
}
.ask-ash-wizard .askAshCard__nav .askAshCard__contentFade.is-fading-in {
  opacity: 1;
}
.ask-ash-wizard .askAshCard__nav .askAshCard__initialLoading {
  min-height: 360px;
}
.ask-ash-wizard .askAshCard__nav button.start-over-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
  color: black;
  border: solid 1px #2e2e2e;
  border-radius: 12px 12px 0 12px;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  min-height: 40px;
  margin-top: 0;
}
.ask-ash-wizard .askAshCard__nav .button-icon {
  width: 30px;
  display: block;
}
.ask-ash-wizard__header {
  display: inline-flex;
  align-items: center;
}
.ask-ash-wizard__header p {
  padding: 0;
  font-size: 1.5rem;
}
.ask-ash-wizard__header p b {
  font-size: 1.875rem;
}
.ask-ash-wizard__content {
  font-size: 1.1rem;
  margin: 20px 0;
}
.ask-ash-wizard button.primary {
  background: #E425CC;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 24px;
  border-radius: 8px 8px 0 8px;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.ask-ash-wizard button.primary:disabled {
  opacity: 0.85;
  cursor: default;
}
@media (min-width: 639px) {
  .ask-ash-wizard button.primary {
    font-size: 1.1rem;
  }
}
.ask-ash-wizard button.primary .button-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.ask-ash-wizard button.primary .button-icon--right {
  transform: rotate(180deg);
}
.ask-ash-wizard .close-widget {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
}
.ask-ash-wizard .close-widget .close-icon {
  display: block;
  width: 20px;
  height: 20px;
}
/* TODO:refactor */
/* ASD related colours */
.guidance-landing-page {
  margin: 0 auto;
  background: #F0EDF6;
}
.guidance-landing-page__search-container .guidance-landing-page__search-row .askAshContainer {
  margin: 0 0 40px 0;
  width: 100%;
  height: 100%;
}
.guidance-landing-page .guidance-landing-page-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.ask-ash-results {
  background: #F0EDF6;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.ask-ash-results .ask-ash-results-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.ask-ash-results .ask-ash-header {
  width: 100%;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row .ask-ash-results-page-title {
  margin: 0;
  color: #4203BF;
  font-size: 2.75rem;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 20px;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard {
  flex: 0 0 auto;
  margin-left: auto;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard .askAshWidget--restart {
  margin: 0;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] {
  flex: 0 0 100%;
  width: 100%;
  margin-left: 0;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) {
  flex: 0 0 100%;
  width: 100%;
  margin-left: 0;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] {
  width: 100%;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] {
  width: 100%;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] > div {
  width: 100%;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) [data-dc-ask-ash-wizard-ref=dynamicPlaceholder] > div {
  width: 100%;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] .askAshContainer {
  width: 100%;
  margin: 0;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) .askAshContainer {
  width: 100%;
  margin: 0;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] .askAshCard,
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard[\:has\(.askAshContainer\)] .askAshCard__nav {
  width: 100%;
  max-width: none;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) .askAshCard,
.ask-ash-results .ask-ash-header .ask-ash-results-heading-row > .ask-ash-wizard:has(.askAshContainer) .askAshCard__nav {
  width: 100%;
  max-width: none;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ask-ash-results .ask-ash-header .ask-ash-results-page-title {
  margin: 0;
  flex: 1 1 auto;
}
.ask-ash-results .ask-ash-header .ask-ash-user-message {
  width: 80%;
  margin-left: 0;
  background: #4203BF;
  color: #FFFFFF;
  border-radius: 20px 40px 0px 20px;
  box-shadow: 0 6px 14px rgba(53, 15, 130, 0.12);
  padding: 30px;
}
.ask-ash-results .ask-ash-header .ask-ash-user-message p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-row {
  padding-top: 32px;
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-content {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-header .ask-ash-assistant-content {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 28px;
    gap: 28px;
    align-items: end;
  }
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-side {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-header .ask-ash-assistant-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-icon-wrap {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-icon-wrap img {
  width: 38px;
  height: 38px;
  font-family: "object-fit:contain";
  object-fit: contain;
  display: block;
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-label {
  color: #4203BF;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-header .ask-ash-assistant-label {
    text-align: center;
  }
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-message {
  background: #FFFFFF;
  border-radius: 40px 20px 20px 0px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  font-size: 1rem;
  line-height: 1.2;
  flex: 1 1;
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-message .ask-ash-assistant-title {
  margin: 0 0 16px;
  color: #4203BF;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.ask-ash-results .ask-ash-header .ask-ash-assistant-message p {
  margin: 0;
  line-height: 1.7;
}
.ask-ash-results .breadcrumbs {
  background: #fefefe;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 964px) {
  .ask-ash-results .breadcrumbs {
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px;
  }
}
.ask-ash-results .breadcrumbs a {
  font-weight: bold;
  font-size: 0.875rem;
}
.ask-ash-results .breadcrumbs__arrow {
  width: 10px;
  height: auto;
  margin: 10px 0;
  transform: rotate(270deg);
}
@media (min-width: 964px) {
  .ask-ash-results .breadcrumbs__arrow {
    margin: 0;
    transform: rotate(180deg);
  }
}
.ask-ash-results .ask-ash-title-wrapper {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-title-wrapper {
    flex-direction: row;
  }
}
.ask-ash-results .ask-ash-title-wrapper img {
  display: none;
  height: 64px;
  width: 64px;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-title-wrapper img {
    display: block;
  }
}
.ask-ash-results .ask-ash-title {
  color: #4203BF;
  font-size: 2em;
  padding: 20px 0;
  margin: 0 0 8px;
}
.ask-ash-results .ask-ash-title.font-white {
  color: #FFFFFF;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-title {
    margin: 0;
  }
}
.ask-ash-results .results-summary h2 {
  color: #4203BF;
  font-size: 2em;
  padding: 20px 0;
}
.ask-ash-results .results {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
@media (min-width: 964px) {
  .ask-ash-results .results {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
.ask-ash-results .results .result {
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 964px) {
  .ask-ash-results .results .result {
    height: 100%;
  }
}
.ask-ash-results .results .result h2 {
  padding: 10px 0;
  font-size: 1.2rem;
  margin: 0;
}
.ask-ash-results .results .result p {
  padding: 10px 0 20px;
  margin: 0;
}
.ask-ash-results .results .result img {
  display: none;
}
.ask-ash-results .results .result .result-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}
@media (min-width: 964px) {
  .ask-ash-results .results .result .result-footer {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 964px) {
  .ask-ash-results .results .result .result-footer > div:last-child {
    margin-left: auto;
  }
}
.ask-ash-results .evidence-zone {
  background-color: transparent;
  color: #FFFFFF;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
  padding: 0;
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  align-self: stretch;
  width: 100%;
  margin: 40px auto;
  max-width: 1200px;
}
@media (min-width: 964px) {
  .ask-ash-results .evidence-zone {
    margin-top: 40px;
    padding: 0;
    flex-direction: row;
  }
}
.ask-ash-results .evidence-zone .text-content {
  flex: 1 1;
  max-width: 100%;
  padding: 24px 0 40px 30px;
  background: #4203BF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 964px) {
  .ask-ash-results .evidence-zone .text-content {
    padding: 32px 0 40px 50px;
  }
  .ask-ash-results .evidence-zone .text-content::after {
    content: "";
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 120%;
    background: white;
    border-radius: 50%;
    z-index: 0;
  }
}
.ask-ash-results .evidence-zone .text-content > * {
  position: relative;
  z-index: 1;
}
.ask-ash-results .evidence-zone .text-content .ask-ash-title, .ask-ash-results .evidence-zone .text-content h2 {
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 0 0 12px;
}
.ask-ash-results .evidence-zone .text-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.ask-ash-results .evidence-zone .text-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 80%;
}
.ask-ash-results .evidence-zone .text-content .text-link {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 0;
}
.ask-ash-results .evidence-zone .text-content .button--outline {
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid white;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-left: 0;
}
.ask-ash-results .evidence-zone .text-content .button--outline:hover {
  background: white;
  color: #4203BF;
}
.ask-ash-results .evidence-zone .text-content .evidence-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
  max-width: 80%;
  flex-wrap: wrap;
}
.ask-ash-results .evidence-zone .text-content .evidence-actions .button {
  display: none;
}
.ask-ash-results .evidence-zone .icon-content {
  flex: 0 0 260px;
  justify-content: center;
  align-items: center;
  background: white;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 964px) {
  .ask-ash-results .evidence-zone .icon-content {
    display: flex;
  }
}
.ask-ash-results .evidence-zone .icon-wrapper {
  position: relative;
  z-index: 2;
  background: white;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 40px;
}
@media (min-width: 964px) {
  .ask-ash-results .evidence-zone .icon-wrapper {
    margin: 32px 60px;
  }
}
.ask-ash-results .evidence-zone .icon-wrapper svg, .ask-ash-results .evidence-zone .icon-wrapper img {
  width: 120px;
  height: auto;
}
.ask-ash-results .generic-container {
  padding: 20px 40px;
}
@media (min-width: 964px) {
  .ask-ash-results .related-stories, .ask-ash-results .sign-post-block {
    padding-top: 40px;
  }
}
.ask-ash-results .ask-ash-card-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  padding-top: 0;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-card-wrapper {
    flex-direction: row;
    grid-gap: 40px;
    gap: 40px;
  }
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.07);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 964px) {
  .ask-ash-results .ask-ash-card-wrapper .ask-ash-card {
    flex: 50% 1;
    margin: 0 auto;
  }
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card__header {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 16px;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card__header img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card__header h3 {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card p {
  padding: 10px 0;
  margin-bottom: 12px;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card .bold {
  font-weight: bold;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card .button {
  margin-top: auto;
  width: auto;
  align-self: flex-start;
}
.ask-ash-results .ask-ash-card-wrapper .ask-ash-card .button--clear {
  margin-top: auto;
  width: auto;
  align-self: flex-start;
}
.ask-ash-results .related-stories-explainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  background: white;
  margin: 30px 0 0 0;
  padding: 20px 30px 25px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.08);
}
@media (min-width: 964px) {
  .ask-ash-results .related-stories-explainer {
    padding: 15px 20px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ask-ash-results .related-stories-explainer {
    flex-direction: row;
  }
}
.ask-ash-results .related-stories-explainer img {
  width: 50px;
}
.ask-ash-results .related-stories-explainer div {
  margin: auto 0;
  line-height: 24px;
}
.ask-ash-results .related-stories-explainer div a {
  font-weight: bold;
  color: #363636 !important;
}
.ask-ash-urgent-help {
  background: #ffe4f5;
  padding: 20px;
  margin-top: 20px;
  line-height: 24px;
}
.ask-ash-urgent-help a {
  color: #363636;
}
.ask-ash-urgent-help__border {
  margin: 10px 0 20px;
  border: solid 1px #939393;
}

/*# sourceMappingURL=app.b105780008440a0f463c.css.map*/