@charset "UTF-8";
/*!
Theme Name:     Mixd NHS Framework
Theme URI:      http://github.com/mixd/nhs-framework
Description:    A bespoke responsive WordPress theme designed and built for the NHS
Author:         Mixd
Author URI:     https://www.mixd.co.uk/
Version:        0.0.6
*/
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
/**
 * Debug the site breakpoint
 * element only exists if WP_DEBUG is true
 */
.debug:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
@media (min-width: 400px) {
  .debug:after {
    content: "Small (768px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}
@media (min-width: 768px) {
  .debug:after {
    content: "Medium (768px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ff0266 95%, #ff0266 100%);
  }
}
@media (min-width: 992px) {
  .debug:after {
    content: "Large (992px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #0336ff 95%, #0336ff 100%);
  }
}
@media (min-width: 1200px) {
  .debug:after {
    content: "X-Large (1200px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #4A148C 95%, #4A148C 100%);
  }
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.skip-link {
  position: absolute;
  top: -100%;
  padding: 0.625rem;
  left: 0;
  color: black;
  font-weight: 700;
  font-size: 1.1875rem;
  background: #f3c302;
  text-decoration: none;
  z-index: 10000;
}

.skip-link:focus {
  left: 0;
  top: 0;
  text-decoration: underline;
  color: white;
}

input:focus,
button[type=submit]:focus {
  outline: 0.1875rem solid #f3c302;
}

a:focus,
input:focus,
button:focus,
select:focus,
p a:focus {
  color: #000;
  outline: rgba(0, 0, 0, 0) 0.1875rem solid;
  background-color: #f3c302;
  box-shadow: 0 0 #f3c302, 0 0.1875rem #000;
}

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus {
  background-color: #f3c302;
  box-shadow: 0 -0.125rem #f3c302, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  line-height: 1.5;
}

body {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231f20;
  max-width: 91.25rem;
  margin: 0 auto;
}

p,
ul,
ol,
input,
textarea,
label,
select {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  p,
ul,
ol,
input,
textarea,
label,
select {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  p,
ul,
ol,
input,
textarea,
label,
select {
    font-size: 1.1875rem;
  }
}

a {
  display: inline-block;
  color: #744fa2;
}

a:hover {
  text-decoration-thickness: 0.1875rem;
}

p a {
  display: inline-block;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.875rem;
  }
}

h2 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.875rem;
  }
}

h3 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.1875rem;
  }
}

ul, ol {
  padding-left: 1.5rem;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

/**
 * Responsive images
 */
img {
  max-width: 100%;
  height: auto;
}

.u-wrapper, .hero__inner, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  width: 90%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .u-wrapper, .hero__inner, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .u-wrapper, .hero__inner, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
    width: 90%;
  }
}

.header-wrapper {
  position: relative;
  width: 90%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-wrapper {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    width: 90%;
  }
}

/**
* Forms
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=email],
input[type=password],
input[type=url],
textarea {
  width: 100%;
  font-weight: 400;
  font-family: "Frutiger W01", Arial, sans-serif;
  font-size: 1rem;
  border: 0.125rem solid #425563;
  border-radius: 0;
  color: #231f20;
  background-color: white;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=email],
input[type=password],
input[type=url],
textarea {
    font-size: 1.1875rem;
  }
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  outline: 0.125rem solid #f3c302;
}

label {
  display: inline-block;
  color: #231f20;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

textarea {
  resize: vertical;
}

button {
  font-family: "Frutiger W01", Arial, sans-serif;
}
button:focus {
  outline: 0.125rem solid #f3c302;
}

input[type=file] {
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  height: auto;
  width: 100%;
  text-decoration: none;
}

input[type=checkbox] {
  display: inline-block;
  appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid #425563;
  border-radius: 0.1875rem;
  padding: 0.1875rem;
  margin: 0 1.5rem 0 0;
  background-color: white;
}

input[type=checkbox]:checked {
  background-image: url("./assets/imgs/icons/tick.svg");
}

input[type=radio] {
  display: inline-block;
  appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid #425563;
  border-radius: 50%;
  padding: 0.1875rem;
  margin: 0 1.5rem 0 0;
  background-color: white;
}

input[type=radio]:checked {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='5'/></svg>");
  background-color: #1f2446;
}

select {
  font-size: 1rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  select {
    font-size: 1.1875rem;
  }
}
@supports (display: block) {
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
    background-image: url("assets/imgs/icons/custom-select.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right 0.9375rem center;
    background-size: 0.875rem 1.75rem;
    border: 0.125rem solid #425563;
    border-radius: 0;
  }
}

select[multiple=multiple] {
  background-image: none;
  padding: 0.625rem;
}

.gform_fields {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.gfield {
  width: 100%;
  list-style: none;
  margin-bottom: 1.875rem;
}

.gfield_radio {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_fields .select,
.gform_fields input[type=text],
.gform_fields input[type=tel],
.gform_fields input[type=number],
.gform_fields input[type=email],
.gform_fields input[type=password],
.gform_fields input[type=url] {
    width: 50%;
  }
}

.gfield_list_group select,
.gfield_list_group .select {
  width: 100%;
}

.gfield_required {
  font-weight: 400;
  padding-left: 0.3125rem;
}

.gfield_description {
  margin-bottom: 0.75rem;
}

.gsection_title {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  margin-bottom: 0.375rem;
}

.gfield_checkbox,
.gfield_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}
.gfield_checkbox label,
.gfield_radio label {
  font-weight: 400;
  margin: 0;
  flex: 1 0;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}
.ginput_container_consent label {
  margin: 0;
  font-weight: 400;
}

.ginput_container_name {
  display: flex;
  margin-left: -1.5rem;
}
.ginput_container_name .name_first,
.ginput_container_name .name_last {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
  width: 50%;
}
.ginput_container_name .name_first label,
.ginput_container_name .name_last label {
  font-weight: 400;
  margin: 0 0.75rem 0 0;
}
.ginput_container_name .name_first input[type=text],
.ginput_container_name .name_last input[type=text] {
  order: 2;
  width: 100%;
}

.gfield_password_strength {
  padding: 0.25rem 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  background-color: #d9e2e3;
  border-radius: 0;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) {
  .gfield_password_strength {
    width: 50%;
  }
}

.gfield_password_strength.short {
  background-color: rgba(255, 0, 0, 0.2);
}

.gfield_password_strength.bad {
  background-color: rgba(255, 165, 0, 0.2);
}

.gfield_password_strength.good {
  background-color: rgba(0, 128, 0, 0.2);
}

.gfield_password_strength.strong {
  background-color: rgba(0, 128, 0, 0.2);
}

.avatar-preview {
  width: 5rem;
}
@media (min-width: 768px) {
  .avatar-preview {
    display: inline-flex;
    width: 10rem;
  }
  .avatar-preview + .gfield {
    flex: 1 0;
    margin-left: 1.5rem;
  }
}

.avatar-preview__img {
  border-radius: 50%;
  width: 5rem;
}
@media (min-width: 768px) {
  .avatar-preview__img {
    width: 10rem;
  }
}

.clear-multi {
  display: flex;
}

.ginput_container_time {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ginput_container_time label {
  width: 100%;
  font-weight: 400;
  margin-bottom: 0;
}
.ginput_container_time input,
.ginput_container_time .select {
  width: 100%;
  flex: 1;
}
.ginput_container_time i {
  padding: 0 0.625rem;
}

.gfield_time_hour {
  max-width: 6.25rem;
}

.gfield_time_minute {
  max-width: 5.625rem;
  margin-right: 1.25rem;
}

.gfield_time_ampm {
  width: 6.875rem;
}

.ginput_container_address {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ginput_container_address {
    margin-left: -1.5rem;
  }
  .ginput_container_address .ginput_full {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 1.5rem;
    margin-bottom: 0.375rem;
  }
  .ginput_container_address .ginput_left,
.ginput_container_address .ginput_right {
    width: 50%;
    padding-left: 1.5rem;
    margin-bottom: 0.375rem;
  }
  .ginput_container_address label {
    width: 100%;
    font-weight: 400;
  }
  .ginput_container_address input,
.ginput_container_address .select {
    width: 100%;
  }
}

.gform_hidden {
  display: none;
}

.gfield_error {
  border: 0.1875rem solid #c21e5d;
  border-radius: 0.625rem;
  padding: 0.625rem 0 0 0;
}
.gfield_error > * {
  padding: 0 0.625rem 0 0.625rem;
}

.validation_message {
  margin: 0.9375rem 0 0 0;
  background: #c21e5d;
  color: white;
}
.validation_message:before {
  content: "*";
}

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

#cookie-notice {
  z-index: 75 !important;
}

#cn-notice-text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #cn-notice-text {
    font-size: 1rem;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

td, th {
  font-size: 1rem;
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid #ccc;
}

th {
  font-size: 1.1875rem;
  text-align: left;
}

@media print {
  body {
    padding: 1cm;
    position: relative;
  }

  .container {
    min-height: unset !important;
    overflow: visible;
  }

  .site-header {
    display: none;
  }

  .site-footer {
    display: none;
  }

  .social-media-banner {
    display: none;
  }

  .content-sidebar-group__sidebar {
    display: none;
  }

  .share-this, .share-links {
    display: none !important;
  }

  .content-sidebar-group__grid {
    display: block !important;
  }

  .content-sidebar-group__content {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .content-sidebar-group__content * {
    margin-bottom: 0.625rem !important;
  }

  .tax-terms-list--top-floating {
    position: unset !important;
    margin-bottom: 1.5625rem !important;
  }

  .consultant-single-meta--top-floating {
    margin-bottom: 1.5625rem !important;
    top: 0 !important;
  }

  .consultant-single-meta__meta {
    float: left !important;
  }

  .consultant-single-meta__icon {
    display: none !important;
  }

  .consultant-single-meta__image-default {
    display: none;
  }

  .page-title {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  .page-title__content {
    color: black;
  }

  .page-title__excerpt {
    max-width: 100% !important;
  }

  .review-dates {
    display: block !important;
    width: 100%;
  }

  .related-pages-group {
    display: inline !important;
    position: relative;
  }

  .related-pages-group__title {
    display: block;
  }

  .related-pages-group__list {
    display: block !important;
  }

  .related-pages:after {
    content: " (" attr(href) ")";
  }

  .standard-content a[href]:after {
    content: " (" attr(href) ")";
  }
  .standard-content h2, .standard-content h3, .standard-content h4 {
    break-after: avoid-page;
    break-inside: avoid-page;
  }
  .standard-content .is-style-pink h2, .standard-content .is-style-pink h3, .standard-content .is-style-pink h4, .standard-content .is-style-pink h5, .standard-content .is-style-pink p, .standard-content .is-style-pink ul, .standard-content .is-style-pink ol, .standard-content .is-style-pink a,
.standard-content .is-style-pink-center h2,
.standard-content .is-style-pink-center h3,
.standard-content .is-style-pink-center h4,
.standard-content .is-style-pink-center h5,
.standard-content .is-style-pink-center p,
.standard-content .is-style-pink-center ul,
.standard-content .is-style-pink-center ol,
.standard-content .is-style-pink-center a,
.standard-content .is-style-green h2,
.standard-content .is-style-green h3,
.standard-content .is-style-green h4,
.standard-content .is-style-green h5,
.standard-content .is-style-green p,
.standard-content .is-style-green ul,
.standard-content .is-style-green ol,
.standard-content .is-style-green a,
.standard-content .is-style-green-center h2,
.standard-content .is-style-green-center h3,
.standard-content .is-style-green-center h4,
.standard-content .is-style-green-center h5,
.standard-content .is-style-green-center p,
.standard-content .is-style-green-center ul,
.standard-content .is-style-green-center ol,
.standard-content .is-style-green-center a,
.standard-content .is-style-navy h2,
.standard-content .is-style-navy h3,
.standard-content .is-style-navy h4,
.standard-content .is-style-navy h5,
.standard-content .is-style-navy p,
.standard-content .is-style-navy ul,
.standard-content .is-style-navy ol,
.standard-content .is-style-navy a,
.standard-content .is-style-navy-center h2,
.standard-content .is-style-navy-center h3,
.standard-content .is-style-navy-center h4,
.standard-content .is-style-navy-center h5,
.standard-content .is-style-navy-center p,
.standard-content .is-style-navy-center ul,
.standard-content .is-style-navy-center ol,
.standard-content .is-style-navy-center a,
.standard-content .is-style-orange h2,
.standard-content .is-style-orange h3,
.standard-content .is-style-orange h4,
.standard-content .is-style-orange h5,
.standard-content .is-style-orange p,
.standard-content .is-style-orange ul,
.standard-content .is-style-orange ol,
.standard-content .is-style-orange a,
.standard-content .is-style-orange-center h2,
.standard-content .is-style-orange-center h3,
.standard-content .is-style-orange-center h4,
.standard-content .is-style-orange-center h5,
.standard-content .is-style-orange-center p,
.standard-content .is-style-orange-center ul,
.standard-content .is-style-orange-center ol,
.standard-content .is-style-orange-center a {
    color: black;
  }
}
.pika-single {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  font-family: "Frutiger W01", Arial, sans-serif;
  max-width: 23.125rem;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-single.is-hidden {
  display: none;
}

.pika-lendar {
  width: 100%;
  margin: 0.5rem;
}

.pika-title {
  display: flex;
  position: relative;
  text-align: center;
}
.pika-title select {
  display: none;
}

.pika-label {
  order: 2;
  padding: 0.3125rem 0.1875rem;
  font-size: 1.1875rem;
  font-weight: bold;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.875rem;
  text-indent: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  order: 1;
  margin-right: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  order: 4;
  margin-left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
.pika-table tbody {
  background: #f5f5f5;
}
.pika-table tr {
  border: none;
}
.pika-table th, .pika-table td {
  width: 14.2857142857%;
  min-width: 3rem;
  padding: 0;
  border: 0.0625rem solid #ccc;
}
.pika-table th {
  color: #1f2446;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: none;
}
.pika-table abbr {
  text-decoration: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 0.5rem 0.3125rem;
  color: #231f20;
  font-size: 0.875rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-align: right;
  background: white;
  border: none;
}
.is-today .pika-button {
  color: #1f2446;
  font-weight: 700;
}
.is-selected .pika-button {
  color: white;
  font-weight: 700;
  background: #1f2446;
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2);
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #231f20;
  background: #efefef;
  box-shadow: none;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#cookie-law-info-bar {
  padding: 1.875rem 0.625rem 1.25rem 0.625rem !important;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.75rem 0;
}
#cookie-law-info-bar .cli_mixd_message {
  display: block;
  font-size: 1.1875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.1875rem;
  padding: 0.875rem;
  text-align: center;
  background-color: #00703c;
  color: white;
  font-weight: normal;
  margin: 0 0.3125rem 0.625rem 0.3125rem;
  line-height: 1.25;
  min-width: 12.5rem;
  display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
  background-color: #00572e !important;
}

/**
 * Styling for the Civic Cookie Control plugin.
*/
.cookie-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #E8EDEE;
}
.cookie-banner button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/**
* styling for when users are logged in and admin bar is visible
*/
.admin-bar .cookie-banner {
  top: 2rem;
}

.cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  padding: 2rem 0;
}

.cookie-banner--accept {
  padding: 2rem 0;
}

.cookie-banner--main > *:not(.govuk-button-group),
.cookie-banner--accept,
.cookie-banner--reject {
  max-width: 50rem;
}

.cookie-banner h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

.cbg-hidden {
  display: none;
}

.cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button {
    display: inline-block;
    width: auto;
  }
}

.cookie-banner-accept--hide {
  margin-bottom: 0;
}

.cookie-banner-button--reject {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie-banner-button--reject {
    display: inline-block;
    width: auto;
  }
}

.govuk-body,
.govuk-fieldset__legend {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  .govuk-body,
.govuk-fieldset__legend {
    font-size: 1.1875rem;
  }
}

fieldset.govuk-fieldset {
  border: none;
}

.govuk-body:last-child {
  margin-bottom: 1.5rem;
}

.govuk-cookiecontrol-radios {
  margin-bottom: 2rem;
}

.govuk-radios__item {
  display: flex;
  margin-bottom: 0.625rem;
}

.govuk-radios__label {
  padding: 2px 3px;
  line-height: 1;
}

#ccc {
  display: none;
}

.govuk-link {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em;
  text-decoration: underline;
}
.govuk-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .govuk-link {
    font-size: 1.1875rem;
  }
}

.govuk-notification-banner {
  border: 0.3125rem solid #005eb8;
  background-color: #005eb8;
  margin-bottom: 1.25rem;
}

.govuk-notification-banner--success {
  border-color: #006747;
  background-color: #006747;
}

.govuk-notification-banner__header {
  padding: 0.125rem 0.9375rem 0.3125rem;
  border-bottom: 0.0625rem solid;
  color: white;
}
@media (min-width: 992px) {
  .govuk-notification-banner__header {
    padding: 0.125rem 1.25rem 0.3125rem;
  }
}

.govuk-notification-banner__content {
  background: white;
  padding: 0.9375rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .govuk-notification-banner__content {
    font-size: 1.1875rem;
    padding: 1.25rem;
  }
}

.govuk-notification-banner__title {
  margin-bottom: 0;
}

.a-z-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #E8EDEE;
  font-size: 1.5rem;
  font-weight: 400;
  color: #744fa2;
  background-color: #E8EDEE;
  width: 100%;
  max-width: 3.125rem;
  border-radius: 0;
}
@media (min-width: 992px) {
  .a-z-button {
    font-size: 1.625rem;
  }
}
.a-z-button:hover {
  background: #1f2446;
  border: 0.0625rem solid #1f2446;
  color: white;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.a-z-button--disabled {
  color: #231f20;
  background-color: #f3f3f3;
  border-color: transparent;
  pointer-events: none;
}
.a-z-button--disabled:hover, .a-z-button--disabled:visited {
  color: #231f20;
}

.a-z-button--active {
  background: #744fa2;
  border: 0.0625rem solid #1f2446;
  color: white;
}

.a-z-group {
  max-width: 25rem;
}

.a-z-group__title {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .a-z-group__title {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .a-z-group__info {
    max-width: 75%;
  }
}

.a-z-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .a-z-group__grid {
    justify-content: normal;
  }
}

.a-z-group__grid-item {
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
  width: 12.5%;
}
@media (min-width: 768px) {
  .a-z-group__grid-item {
    width: 16.666666%;
  }
}

.accordion {
  border: 0.0625rem solid #c9c9c9;
  text-decoration: none;
  background: white;
  margin-bottom: 1rem;
}

.accordion__button {
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1f2446;
  background: url("./assets/imgs/icons/chevron-down.svg") center right 0.75rem no-repeat;
  background-size: 1.5rem 1.5rem;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  cursor: pointer;
}
.accordion__button:hover {
  text-decoration: underline;
}
.accordion__button:focus {
  outline: none;
}

.accordion__button--active {
  background: url("./assets/imgs/icons/chevron-up.svg") center right 0.75rem no-repeat;
  background-size: 1.5rem 1.5rem;
}

.accordion__content {
  padding: 0.75rem;
  border-top: 0.0625rem solid #E8EDEE;
}

.accordion__content-item {
  margin-bottom: 1.5rem;
}
.accordion__content-item:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 1rem;
  margin: 0;
  padding: 0.3125rem 0;
  background-color: #E8EDEE;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #231f20;
}
.breadcrumbs a:hover {
  text-decoration-thickness: 0.125rem;
}
.breadcrumbs span,
.breadcrumbs .current-item {
  margin: 0 0.25rem;
}
.breadcrumbs span:first-child,
.breadcrumbs .current-item:first-child {
  margin-left: 0;
}

/**
 * Component: Button
 */
.button, .filter-group__button-primary:focus, .filter-group__button-primary, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  background: #744fa2 url("assets/imgs/icons/arrow-right-white.svg") no-repeat;
  background-size: 1rem 1rem;
  background-position: right 0.625rem center;
  border: 1px solid #744fa2;
  border-radius: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  height: auto;
  width: auto;
  text-decoration: none;
}
.button:hover, .filter-group__button-primary:hover, .wt-cli-manage-consent-link:hover, .cookie-banner-button--accept:hover,
.cookie-banner-accept--hide:hover,
.govuk-button:hover, .cookie-banner-button--reject:hover {
  background-color: #684791;
  text-decoration: none;
}
.button:focus, .filter-group__button-primary:focus, .wt-cli-manage-consent-link:focus, .cookie-banner-button--accept:focus,
.cookie-banner-accept--hide:focus,
.govuk-button:focus, .cookie-banner-button--reject:focus {
  outline: #1f2446 0.1875rem solid;
}
@media (min-width: 768px) {
  .button, .filter-group__button-primary:focus, .filter-group__button-primary, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
    padding: 0.625rem 2.8125rem 0.625rem 1.125rem;
    background-position: right 0.875rem center;
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .button, .filter-group__button-primary:focus, .filter-group__button-primary, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
    font-size: 1.25rem;
  }
}

.button.button--secondary, .button--secondary.filter-group__button-primary, .button--secondary.wt-cli-manage-consent-link, .button--secondary.cookie-banner-button--accept,
.button--secondary.cookie-banner-accept--hide,
.button--secondary.govuk-button, .button--secondary.cookie-banner-button--reject {
  background: white url("assets/imgs/icons/arrow-right.svg") right 0.625rem center no-repeat;
  background-size: 1rem 1rem;
  color: #744fa2;
  border: 1px solid #744fa2;
}
.button.button--secondary:hover, .button--secondary.filter-group__button-primary:hover, .button--secondary.wt-cli-manage-consent-link:hover, .button--secondary.cookie-banner-button--accept:hover,
.button--secondary.cookie-banner-accept--hide:hover,
.button--secondary.govuk-button:hover, .button--secondary.cookie-banner-button--reject:hover {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #744fa2;
}
.button.button--secondary:focus, .button--secondary.filter-group__button-primary:focus, .button--secondary.wt-cli-manage-consent-link:focus, .button--secondary.cookie-banner-button--accept:focus,
.button--secondary.cookie-banner-accept--hide:focus,
.button--secondary.govuk-button:focus, .button--secondary.cookie-banner-button--reject:focus {
  outline: #f3c302 0.1875rem solid;
}

.button__file-info {
  padding-left: 0.75rem;
  font-weight: 400;
}

.button-menu-toggle {
  border: none;
  background-color: #744fa2;
  color: white;
  font-size: 1.0625rem;
  padding-left: 0.625rem;
}

.button-menu-toggle__text {
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.button-menu-toggle__svg {
  vertical-align: middle;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.1875rem;
}
@media (min-width: 400px) {
  .button-menu-toggle__svg {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}

.button-menu-toggle--open {
  background-color: white;
}

.button-menu-toggle--open .button-menu-toggle__text {
  color: #1f2446;
}

.button-menu-toggle__line {
  stroke: white;
  stroke-width: 9;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

.button-menu-toggle__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.button-menu-toggle__line--1--open {
  transform: rotate(45deg);
  transition: transform 200ms;
  stroke: #1f2446;
}

.button-menu-toggle__line--2 {
  opacity: 1;
  transition: opacity 200ms;
}

.button-menu-toggle__line--2--open {
  opacity: 0;
  transition: opacity 0.125s;
}

.button-menu-toggle__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.button-menu-toggle__line--3--open {
  transform: rotate(-45deg);
  transition: transform 200ms;
  stroke: #1f2446;
}

.card-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 56.25rem;
  border: 0.125rem solid #E8EDEE;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .card-article {
    flex-direction: row;
  }
}

.card-article__image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .card-article__image {
    max-width: 30%;
  }
}

.card-article__content {
  width: 100%;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .card-article__content {
    display: flex;
    flex-direction: column;
  }
}

.card-article__title a {
  text-decoration: none;
}
.card-article__title a:hover {
  text-decoration: underline;
}

.card-article__date {
  background-color: unset;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .card-article__date {
    font-size: 1rem;
  }
}
.card-article__date:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 0;
  top: 0.1875rem;
  content: "";
  background-image: url("./assets/imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.card-article__excerpt {
  margin-bottom: 0.75rem;
}

.card-article__meta {
  margin-top: auto;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.card-article__term {
  display: inline-flex;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  background-color: #E8EDEE;
  font-size: 1rem;
}
.card-article__term a {
  text-decoration: none;
}
.card-article__term a:hover {
  text-decoration: underline;
}

.card-event {
  border: 0.125rem solid #E8EDEE;
  padding: 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .card-event {
    display: flex;
    align-items: flex-start;
  }
}

.card-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 0 1.5rem 1.5rem 0;
  border-radius: 100%;
  background: #E8EDEE;
  text-align: center;
}
@media (min-width: 768px) {
  .card-event__date {
    width: 12.5rem;
    height: 12.5rem;
    margin-bottom: 0;
  }
}

.card-event__date-inner {
  text-align: center;
  width: 100%;
}

.card-event__day {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .card-event__day {
    font-size: 4.625rem;
  }
}

.card-event__month {
  display: block;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .card-event__month {
    font-size: 2.125rem;
  }
}

.card-event__content {
  flex: 1 0;
}

.card-event__title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.card-event__meta {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .card-event__meta {
    font-size: 1.1875rem;
  }
}

.card-event__meta-title {
  display: inline-block;
  font-weight: 700;
}

.card-resource {
  border: 0.125rem solid #E8EDEE;
  padding: 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .card-resource {
    display: flex;
    align-items: flex-start;
  }
}

.card-resource__image {
  border-radius: 50%;
  overflow: hidden;
  width: 10rem;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 400px) {
  .card-resource__image {
    width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .card-resource__image {
    width: 8.125rem;
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .card-resource__image {
    width: 13.75rem;
    margin: 0 2rem 0 0;
  }
}

.card-resource__title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.card-resource__excerpt {
  margin-bottom: 1.125rem;
}

.card-resource__content {
  flex: 1 0;
}

.card-resource__meta {
  margin: 0 0 0.125rem 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .card-resource__meta {
    font-size: 1.1875rem;
  }
}

.card-resource__meta-title {
  display: inline-block;
  font-weight: 700;
}

/**
 * Component: Card group
 */
.card-group--padded {
  padding: 1.25rem 0;
}
@media (min-width: 992px) {
  .card-group--padded {
    padding: 3rem 0;
  }
}

.card-group--bg-alt {
  background-color: #1f2446;
}
.card-group--bg-alt .card-group__heading {
  color: white;
}
.card-group--bg-alt .signpost-item {
  border: none;
}
.card-group--bg-alt .signpost-item:hover {
  background-color: white;
  color: #231f20;
  border: none;
}
.card-group--bg-alt .signpost-item:hover .signpost-item__title a {
  color: #1f2446;
}
.card-group--bg-alt .signpost-item:hover .signpost-item__content {
  background-color: white;
  background-image: url("../imgs/icons/chevron-right.svg");
}

@media (min-width: 992px) {
  .card-group--2-cols .card-group__grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .card-group--3-cols .card-group__grid-item {
    width: 33.33%;
  }
}

@media (min-width: 400px) {
  .card-group--3-cols.card-group--multi-row .card-group__grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .card-group--3-cols.card-group--multi-row .card-group__grid-item {
    width: 33.33%;
  }
}

@media (min-width: 400px) {
  .card-group--4-cols .card-group__grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .card-group--4-cols .card-group__grid-item {
    width: 25%;
  }
}

.card-group--text-align-left .card-group__heading {
  text-align: left;
}

@media (min-width: 768px) {
  .card-group__header {
    text-align: center;
  }
}

.card-group__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.card-group__heading {
  font-size: 1.5rem;
  line-height: 1.125;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-group__heading {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .card-group__heading {
    font-size: 2.625rem;
  }
}

.card-group__archive {
  margin: auto 0;
}

.card-group__archive-link {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .card-group__archive-link {
    font-size: 1.1875rem;
  }
}

.card-group__description {
  max-width: 50rem;
  margin: 0 auto 1.5rem auto;
  font-size: 1.1875rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-group__description {
    text-align: center;
    font-size: 1.375rem;
  }
}

.card-group__grid {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 0 0 -1.5rem;
  padding: 0;
  list-style: none;
}

.card-group__grid-item {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.card-group--text-align-left .card-group__description {
  text-align: left;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 768px) {
  .card-group--text-align-left .card-group__description {
    text-align: left;
  }
}

.card-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-list__card {
  margin-bottom: 1.5rem;
}
.card-list__card:last-child {
  margin-bottom: 0;
}

.card-list--two-columns {
  width: auto;
}
@media (min-width: 400px) {
  .card-list--two-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2.5rem;
  }
}
.card-list--two-columns .card-list__card {
  display: flex;
  margin-bottom: 1.5rem;
}
@media (min-width: 400px) {
  .card-list--two-columns .card-list__card {
    width: 50%;
    padding-left: 2.5rem;
    max-width: calc(50% + 2.5rem);
  }
}

.container {
  width: 100%;
  display: block;
}

.container--grey {
  background-color: #E8EDEE;
}

.container--padded {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .container--padded {
    padding: 3rem 0;
  }
}

.content-sidebar-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.content-sidebar-group a:focus {
  outline: 0.1875rem #1f2446 solid;
}

.content-sidebar-group__content {
  width: 100%;
}
@media (min-width: 768px) {
  .content-sidebar-group__content {
    width: auto;
    flex: 1 0;
  }
}

.content-sidebar-group__content-item,
.content-sidebar-group__sidebar-item {
  margin: 0 0 1.5rem 0;
}
.content-sidebar-group__content-item:last-child,
.content-sidebar-group__sidebar-item:last-child {
  margin: 0;
}

.content-sidebar-group__sidebar {
  width: 100%;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 768px) {
  .content-sidebar-group__sidebar {
    width: 35%;
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-group__sidebar {
    width: 30%;
    margin: 0 0 0 4.6875rem;
  }
}

.content-sidebar-group__sidebar--before {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .content-sidebar-group__sidebar--before {
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-group__sidebar--before {
    margin: 0 4.6875rem 0 0;
  }
}

.file__link {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  background-image: url("assets/imgs/icons/file.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: left center;
}

.filter-date {
  position: relative;
}

.filter-date__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .filter-date__label {
    font-size: 1.375rem;
  }
}

.filter-date__input[type=text] {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 1.5625rem 1.5625rem;
  background-position: right 0.625rem center;
  background-image: url("./assets/imgs/icons/calendar.svg");
  margin: 0;
}
.filter-date__input[type=text]:focus {
  border-color: #f3c302;
}

.filter-group__mobile-toggle {
  display: block;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  background: #efefef url("assets/imgs/icons/custom-select.svg") no-repeat;
  background-size: 1rem 1rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  color: #231f20;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
.filter-group__mobile-toggle:hover {
  text-decoration: none;
  color: #231f20;
}
.filter-group__mobile-toggle:focus {
  outline: #1f2446 0.1875rem solid;
}
@media (min-width: 768px) {
  .filter-group__mobile-toggle {
    display: none;
  }
}

.filter-group__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: none;
}
@media (min-width: 768px) {
  .filter-group__title {
    display: block;
  }
}

.filter-group__mobile-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .filter-group__mobile-title {
    display: none;
  }
}

.filter-group__container {
  background: white;
  border: 0.0625rem solid #efefef;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .filter-group__container {
    background: transparent;
    border: none;
    padding: 0;
  }
}

.filter-group__item {
  margin-bottom: 1.5rem;
}
.filter-group__item:last-of-type {
  margin-bottom: 0;
}

.filter-group__search {
  margin-bottom: 1.5rem;
}

.filter-group__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 0.0625rem solid #E8EDEE;
  padding-top: 1.5rem;
}
.filter-group__controls .button, .filter-group__controls .filter-group__button-primary, .filter-group__controls .wt-cli-manage-consent-link, .filter-group__controls .cookie-banner-button--accept,
.filter-group__controls .cookie-banner-accept--hide,
.filter-group__controls .govuk-button, .filter-group__controls .cookie-banner-button--reject {
  margin-left: 1.125rem;
}

.filter-group__reset {
  display: block;
  font-size: 1rem;
  text-decoration: underline;
  padding: 0.25rem 0;
  color: #1f2446;
}
@media (min-width: 768px) {
  .filter-group__reset {
    font-size: 1.1875rem;
  }
}

.filter-dropdown {
  width: 100%;
}

.filter-dropdown__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .filter-dropdown__label {
    font-size: 1.375rem;
  }
}

.filter-dropdown select {
  width: 100%;
  margin: 0;
}

.filter-search {
  width: 100%;
}

.filter-search__label {
  font-size: 1.1875rem;
}
@media (min-width: 768px) {
  .filter-search__label {
    font-size: 1.375rem;
  }
}

.filter-search__field[type=search] {
  background: white url("./assets/imgs/icons/search.svg") no-repeat;
  background-size: 1.5625rem 1.5625rem;
  background-position: right 0.625rem center;
  padding-right: 2.5rem;
  margin-bottom: 0;
  appearance: none;
  -webkit-appearance: none;
}

/**
 * Component: Filter Summary
 */
.filter-summary {
  display: block;
}

.link-list__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

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

.link-list__item {
  color: #1f2446;
  font-weight: 700;
  border-bottom: 0.125rem solid #E8EDEE;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.link-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .link-list__item {
    font-size: 1.25rem;
  }
}

.link-list__item a {
  display: block;
  text-decoration: none;
  background: white url("assets/imgs/icons/arrow-right.svg") left top 0.5rem no-repeat;
  background-size: 0.625rem 0.625rem;
  padding-left: 1.875rem;
}
.link-list__item a:hover, .link-list__item a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .link-list__item a {
    background-size: 1rem 1rem;
  }
}

.link-list__item a[aria-current=page] {
  color: #231f20;
}

.nav-footer {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-footer__item {
  margin-right: 1.125rem;
}

.nav-footer__link {
  font-weight: 400;
  color: #1f2446;
}

/**
 * Component: primary Menu
 */
.nav-primary {
  display: flex;
  list-style-type: none;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
  background-color: #f3c302;
}
@media (min-width: 400px) {
  .nav-primary {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .nav-primary {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .nav-primary {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 1.3125rem;
  }
}

.nav-primary__item {
  width: 50%;
  padding: 0;
  z-index: 20;
}
@media (min-width: 400px) {
  .nav-primary__item {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .nav-primary__item {
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
}

.noscroll .nav-primary__item {
  z-index: 1;
}

.nav-primary__link {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  color: #231f20;
  padding: 0.625rem 1.25rem;
}
.nav-primary__link:hover {
  color: #231f20;
  text-decoration: underline;
}
.nav-primary__link:focus {
  box-shadow: 0 0 0 0.3125rem black;
}
.nav-primary__link:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.125rem;
  height: 1.125rem;
  background-color: white;
}
@media (min-width: 768px) {
  .nav-primary__link:after {
    display: unset;
  }
}

.nav-primary__item:last-of-type .nav-primary__link:after {
  display: none;
}
@media (min-width: 768px) {
  .nav-primary__item:last-of-type .nav-primary__link:after {
    display: none;
  }
}

.nav-mobile-primary {
  text-align: right;
  list-style: none;
  font-size: 1.375rem;
  font-weight: 700;
}

.nav-mobile-primary__link {
  text-decoration: none;
  color: white;
}

.nav-mobile-primary__item--active .nav-mobile-primary__link {
  text-decoration: underline;
}

.nav-mobile-primary__sub-menu {
  display: none;
}

/**
 * Component: Navigation
 */
.nav-secondary {
  width: 100%;
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1.0625rem;
  height: 100%;
}
@media (min-width: 992px) {
  .nav-secondary {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .nav-secondary {
    justify-content: initial;
    font-size: 1.1875rem;
  }
}

.nav-secondary__item {
  margin-left: 0.875rem;
}
.nav-secondary__item:first-child {
  margin: 0;
}
@media (min-width: 992px) {
  .nav-secondary__item {
    margin-left: 0.875rem;
  }
}

.nav-secondary__item--48 a {
  background-color: #f3c302;
  padding: 0.3125rem 0.625rem;
}
.nav-secondary__item--48 a:hover {
  background-color: #e9bb02;
}
.nav-secondary__item--48 a:focus {
  background-color: #231f20;
  color: white;
}

.nav-secondary__link {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-weight: 400;
}
.nav-secondary__item--active .nav-secondary__link {
  text-decoration: underline;
}
.nav-secondary__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
}
.nav-secondary__link:focus {
  background-color: #f3c302;
  box-shadow: 0 0 #f3c302, 0 0.1875rem #000;
}

.nav-mobile-secondary {
  text-align: right;
  list-style: none;
  font-size: 1.375rem;
}

.nav-mobile-secondary__link {
  text-decoration: none;
  color: white;
}

.nav-mobile-secondary__item--active .nav-mobile-secondary__link {
  text-decoration: underline;
}

/**
 * Component: Tertiary Menu
 */
.nav-tertiary {
  display: flex;
  list-style-type: none;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media (min-width: 400px) {
  .nav-tertiary {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .nav-tertiary {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .nav-tertiary {
    font-size: 1.125rem;
  }
}

.nav-tertiary__item {
  width: 50%;
  padding: 0;
  z-index: 20;
}
@media (min-width: 400px) {
  .nav-tertiary__item {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .nav-tertiary__item {
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
}

.noscroll .nav-tertiary__item {
  z-index: 1;
}

.nav-tertiary__link {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  color: #231f20;
  padding: 0.625rem 1.25rem;
}
.nav-tertiary__link:hover {
  color: #231f20;
  text-decoration: underline;
}
.nav-tertiary__link:focus {
  box-shadow: 0 0 0 0.3125rem black;
}
.nav-tertiary__link:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.125rem;
  height: 1.125rem;
  background-color: white;
}
@media (min-width: 768px) {
  .nav-tertiary__link:after {
    display: unset;
  }
}

.nav-tertiary__item:last-of-type .nav-tertiary__link:after {
  display: none;
}
@media (min-width: 768px) {
  .nav-tertiary__item:last-of-type .nav-tertiary__link:after {
    display: none;
  }
}

.page-title {
  width: 100%;
  color: white;
  background-color: #1f2446;
  padding: 1.25rem 0;
}
.page-title a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-title {
    padding: 3.125rem 0 2.125rem 0;
  }
}
@media (min-width: 992px) {
  .page-title {
    padding: 5rem 0 4.25rem 0;
  }
}

.page-title__content {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page-title__text {
    flex: 1 0;
    max-width: 52.5rem;
  }
}

.page-title__image {
  max-width: 9.375rem;
  margin-left: 5%;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .page-title__image {
    max-width: 9.375rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-title__image {
    max-width: 18.75rem;
  }
}
.page-title__image img {
  border-radius: 50%;
}

.page-title__heading {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.page-title__excerpt {
  font-size: 1.0625rem;
  max-width: 50rem;
}
@media (min-width: 992px) {
  .page-title__excerpt {
    font-size: 1.5rem;
  }
}
.page-title__excerpt:last-child {
  margin: 0;
}

.page-title--larger_img .page-title__image {
  max-width: 9.375rem;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .page-title--larger_img .page-title__image {
    max-width: 9.375rem;
  }
}
@media (min-width: 992px) {
  .page-title--larger_img .page-title__image {
    max-width: 21.875rem;
    margin-top: -2.5rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.pagination--margin-top {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .pagination--margin-top {
    margin-bottom: 0;
  }
}

.pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pagination__list {
    font-size: 1.1875rem;
  }
}

.pagination__list--narrow {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .pagination__list--narrow {
    width: 66.66666%;
  }
}

.pagination__item {
  margin-right: 0.3125rem;
}

.pagination__item--hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .pagination__item--hidden-mobile {
    display: block;
  }
}

.pagination__button {
  display: block;
  color: #744fa2;
  padding: 0.375rem 1rem;
  border: 0.0625rem solid #E8EDEE;
  font-weight: 700;
}
.pagination__button:hover {
  background: #f3c302;
  color: white;
  text-decoration: none;
}

.pagination__button--disabled {
  background: #231f20;
  color: #080707;
  border: 0.0625rem solid transparent;
}

.pagination__button--active {
  background: #744fa2;
  border: 1px solid #744fa2;
  color: white;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: #231f20;
}
.pagination__item--disabled .pagination__button--next:hover,
.pagination__item--disabled .pagination__button--prev:hover {
  color: inherit;
  text-decoration: none;
}

.pagination__button--next,
.pagination__button--prev {
  background: none;
  border: 0.0625rem solid transparent;
  color: #744fa2;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #684791;
}

.pagination__ellipsis {
  display: block;
  background: transparent;
  color: #744fa2;
  padding: 0.375rem 0.6875rem;
}

.search-form {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  background: white;
  border: 0.125rem solid #1f2446;
  border-radius: 0;
}
@media (min-width: 992px) {
  .search-form {
    padding: 0.3125rem;
    border-color: #425563;
    max-width: 25rem;
  }
}

.search-form > label {
  display: block;
  margin: 0;
  flex: 1 0 auto;
}

input[type=search].search-field {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-size: 1.125rem;
  background-color: white;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0.75rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input[type=search].search-field::placeholder {
  color: #768692;
  opacity: 1;
}
input[type=search].search-field:focus {
  outline: #f3c302 0.1875rem solid;
  box-shadow: inset 0 0 0 3px #000;
}

.search-submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 2.5rem;
  padding: 0.625rem;
  background: url("./assets/imgs/icons/search.svg") no-repeat center;
  background-size: 1.75rem 1.75rem;
  border: none;
  border-radius: 0;
}
.search-submit:focus {
  background-color: transparent;
  outline: #f3c302 0.1875rem solid;
  box-shadow: inset 0 0 0 3px #000;
}

.section-item-a {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  color: #231f20;
  text-decoration: none;
}
.section-item-a p:last-child {
  margin: 0;
}

.section-item-a:hover,
.section-item-a:focus {
  background-color: #1f2446;
  color: white;
  border-bottom-color: #744fa2;
  text-decoration: none;
}
.section-item-a:hover .section-item-a__title,
.section-item-a:focus .section-item-a__title {
  color: inherit;
  text-decoration: underline;
}

.section-item-a__figure {
  width: 100%;
  min-height: 1px;
}

.section-item-a__content {
  flex: 1 0 auto;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  background-image: url("assets/imgs/icons/arrow-circle-right.svg");
  background-position: bottom 1.25rem right 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .section-item-a__content {
    background-size: 1.875rem 1.875rem;
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 992px) {
  .section-item-a__content {
    background-size: 2.5rem 2.5rem;
    padding-bottom: 5rem;
  }
}

.section-item-a__title {
  display: block;
  color: #1f2446;
  margin: 0 0 0.75rem 0;
  padding-right: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-item-a__title {
    font-size: 1.5rem;
  }
}

.section-item-b {
  background-color: white;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 1.5rem;
  color: #231f20;
  text-decoration: none;
}
.section-item-b:hover, .section-item-b:focus {
  text-decoration: none;
  background-color: #744fa2;
  color: white;
}
.section-item-b:hover .section-item-b__title, .section-item-b:focus .section-item-b__title {
  color: white;
}
.section-item-b p:last-child {
  margin: 0;
}

.section-item-b__title {
  color: #1f2446;
  margin: 0 0 0.75rem 0;
  padding-right: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-item-b__title {
    font-size: 1.5rem;
  }
}

.section-item-b__excerpt p {
  text-decoration: none;
}

.section-item-group {
  width: 100%;
}

.section-item-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  list-style: none;
  padding: 0;
}

.section-item-group__item {
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-item-group__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .section-item-group--three-col .section-item-group__item {
    width: 33.33333%;
  }
}

.share-links {
  padding: 1rem;
  border: 0.0625rem solid #E8EDEE;
}
@media (min-width: 768px) {
  .share-links {
    padding: 1rem 1.375rem;
  }
}

@media (min-width: 768px) {
  .share-links,
.share-links__action-group,
.share-links__print {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.share-links__action-group {
  margin-right: 1.25rem;
}

.share-links__list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.share-links__item {
  display: inline-block;
  margin-right: 0.375rem;
}
.share-links__item:last-child {
  margin-right: 0;
}

.share-links__print {
  border: 0;
  background: transparent;
}
.share-links__print:hover {
  cursor: pointer;
}
.share-links__print:hover .share-links__print-title, .share-links__print:focus .share-links__print-title {
  text-decoration: underline;
}

.share-links__share-title {
  color: #231f20;
  margin: 0 1.25rem 0 0;
  display: inline-block;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .share-links__share-title {
    font-size: 1.1875rem;
  }
}

.share-links__print-title {
  margin: 0 0.375rem 0 0;
  color: #231f20;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .share-links__print-title {
    font-size: 1.1875rem;
  }
}

.share-links__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .share-links__icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.site-footer {
  width: 100%;
}

.site-footer__inner {
  padding: 1.5rem 0;
  background: #1f2446;
  border-top: 0.9375rem solid #f3c302;
  color: white;
}
@media (min-width: 992px) {
  .site-footer__inner {
    border-top: 1.5625rem solid #f3c302;
    padding: 3.125rem 0 4.6875rem 0;
  }
}

.site-footer__flex {
  display: flex;
  flex-wrap: wrap;
}

.site-footer__logo {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .site-footer__logo {
    width: 48%;
    margin: 0 1.25rem 0 0;
  }
}
.site-footer__logo img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .site-footer__logo img {
    max-width: 22.5rem;
  }
}

.site-footer__content {
  flex: 1 0;
}
@media (min-width: 768px) {
  .site-footer__content {
    text-align: right;
  }
}

.site-footer_content-text {
  margin-bottom: 1.5rem;
}
.site-footer_content-text a {
  color: white;
  font-weight: 700;
}

.site-footer__nav {
  padding: 0.75rem 0;
}
@media (min-width: 768px) {
  .site-footer__nav {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer__nav > * {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .site-footer__smallprint {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__copyright p {
  font-size: 1rem;
}

.site-footer__credits p {
  margin: 0;
}

.site-header {
  margin: 0 auto;
}
.site-header .header-wrapper__vertical {
  padding-top: 1rem;
}
@media (min-width: 1200px) {
  .site-header .header-wrapper__vertical {
    padding-top: 1rem;
  }
}

.site-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
  }
}

.site-header__logo {
  width: 50%;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .site-header__logo {
    width: 50%;
  }
}
.site-header__logo img {
  height: 100%;
}

.site-header__primary {
  display: none;
  margin-top: 1.5rem;
  background-color: #f3c302;
}
@media (min-width: 992px) {
  .site-header__primary {
    display: block;
    width: 100%;
  }
}

.site-header__secondary {
  z-index: 15;
  width: 50%;
}
@media (min-width: 768px) {
  .site-header__secondary {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .site-header__secondary {
    width: 50%;
  }
}

.site-header__search-form {
  display: none;
}
@media (min-width: 992px) {
  .site-header__search-form {
    display: block;
    margin-left: 1.5rem;
  }
}

.site-header__secondary-menu {
  height: 100%;
}
@media (min-width: 992px) {
  .site-header__secondary-menu {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.75rem;
  }
}

.site-header__search-toggle {
  margin-right: 0.625rem;
}
@media (min-width: 400px) {
  .site-header__search-toggle {
    margin-right: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .site-header__search-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .site-header__menu-toggle {
    display: none;
  }
}

.site-header__action-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 15;
  height: 100%;
}
@media (min-width: 992px) {
  .site-header__action-group {
    display: none;
  }
}

.site-header__mobile-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10.9375rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #1f2446;
}
.site-header__mobile-nav.open {
  display: block;
}
@media (min-width: 992px) {
  .site-header__mobile-nav.open {
    display: none;
  }
}

.site-header__tertiary {
  background-color: #f3c302;
}

.site-header__mobile-shim {
  height: 100%;
  overflow: auto;
}

@media (min-width: 992px) {
  .site-header__search-form {
    display: flex;
    justify-content: flex-end;
  }
}

.site-header__mobile-search {
  margin-bottom: 1.5rem;
}

.site-logo {
  display: block;
  width: 100%;
}

.site-logo__image {
  display: block;
  width: 100%;
}

.site-logo--social-club {
  max-width: 6.75rem;
}

.skiplink {
  position: absolute;
  top: -100%;
  padding: 0.625rem;
  left: 0;
  color: #231f20;
  font-weight: 700;
  font-size: 1.1875rem;
  background: #1f2446;
  text-decoration: none;
  z-index: 10000;
}

.skiplink:focus {
  left: 0;
  top: 0;
  text-decoration: underline;
  color: #231f20;
}

.social-links {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 14.375rem;
}

.social-links__item:not(:last-child) {
  margin-right: 2rem;
}

.social-links__icon:focus {
  background-color: transparent;
  outline: #f3c302 0.1875rem solid;
}

.social-links__icon-image {
  width: 2.125rem;
  height: 2.125rem;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content ul,
.standard-content ol,
.editor-styles-wrapper .acf-block-preview ul,
.editor-styles-wrapper .acf-block-preview ol {
  margin-bottom: 2.0625rem;
}
.standard-content img:not(.banner__image):not(.quote__quotes-graphic):not(.quote__image),
.editor-styles-wrapper .acf-block-preview img:not(.banner__image):not(.quote__quotes-graphic):not(.quote__image) {
  margin-bottom: 2.0625rem;
}
.standard-content .button, .standard-content .wt-cli-manage-consent-link, .standard-content .cookie-banner-button--accept,
.standard-content .cookie-banner-accept--hide,
.standard-content .govuk-button, .standard-content .cookie-banner-button--reject, .standard-content .filter-group__button-primary,
.standard-content .file,
.standard-content .contact-information,
.editor-styles-wrapper .acf-block-preview .button,
.editor-styles-wrapper .acf-block-preview .wt-cli-manage-consent-link,
.editor-styles-wrapper .acf-block-preview .cookie-banner-button--accept,
.editor-styles-wrapper .acf-block-preview .cookie-banner-accept--hide,
.editor-styles-wrapper .acf-block-preview .govuk-button,
.editor-styles-wrapper .acf-block-preview .cookie-banner-button--reject,
.editor-styles-wrapper .acf-block-preview .filter-group__button-primary,
.editor-styles-wrapper .acf-block-preview .file,
.editor-styles-wrapper .acf-block-preview .contact-information {
  margin-bottom: 2.0625rem;
}

.wp-block-table {
  margin-bottom: 2.0625rem;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table figcaption {
  padding: 1rem;
  background-color: #efefef;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .wp-block-table figcaption {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .wp-block-table figcaption {
    font-size: 1.1875rem;
  }
}

.wp-block-audio {
  margin-bottom: 2.0625rem;
}
.wp-block-audio audio {
  width: 100%;
}
.wp-block-audio figcaption {
  margin-top: 0.625rem;
  font-size: 1rem;
}

/**
 * File download block styles
 */
.wp-block-file {
  font-size: 1.5rem;
  margin-bottom: 2.0625rem;
}
.wp-block-file a:first-child {
  color: #231f20;
  margin-right: 1.875rem;
  margin-bottom: 0.3125rem;
  word-break: break-word;
}

.wp-block-file__button {
  color: white;
  background-color: #1f2446;
  padding: 0.3125rem 1.25rem;
  font-weight: 700;
}
.wp-block-file__button:hover {
  background-color: #171b34;
  text-decoration: none;
}

/**
 * Gutenberg Button styles
 *
 * Extends the regular .button class
 */
.wp-block-button {
  margin-bottom: 2.0625rem;
}

.wp-has-aspect-ratio {
  max-width: 100%;
}
.wp-has-aspect-ratio iframe,
.wp-has-aspect-ratio object,
.wp-has-aspect-ratio embed {
  width: 100%;
}

/**
 * Embeded 16x9 content
 *
 * For embedded Videos etc.
 */
.wp-embed-aspect-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2.0625rem;
}
.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-16-9 object,
.wp-embed-aspect-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Embeded Image blocks
 */
.wp-block-image {
  margin-bottom: 2.0625rem;
}
.wp-block-image figure {
  display: table;
}
.wp-block-image figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image img {
  margin-bottom: 0;
}

/**
 * Add additional margin to Facebook, Twitter and Instagram Gutenberg blocks
 */
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-instagram,
.wp-block-embed-spotify {
  margin-bottom: 2.0625rem;
}

/**
 * Floating image classes
 */
.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.size-full {
  margin: 0 0 1.5rem 0;
}

.site-logo {
  display: block;
  width: 100%;
}

.site-logo__image {
  display: block;
  width: 100%;
}

.site-logo--trust {
  display: none;
}
@media (min-width: 768px) {
  .site-logo--trust {
    display: block;
    max-width: 18.375rem;
  }
}

.banner {
  background-color: #E8EDEE;
}

.banner__image {
  margin: 0;
  vertical-align: middle;
}

.block-wrapper__prose {
  max-width: 55rem;
}

.card-article-compact {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .card-article-compact {
    flex-direction: row;
  }
}

.card-article-compact__content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 0.5rem 0;
}
.card-article-compact__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-article-compact__content {
    padding: 1rem;
    padding-top: 0.5rem;
  }
}

.card-article-compact__title {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
  color: #1f2446;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .card-article-compact__title {
    font-size: 1.5rem;
  }
}
.card-article-compact__title a {
  display: block;
  text-decoration: none;
}
.card-article-compact__title a:hover {
  text-decoration: underline;
}

.card-article-compact__date {
  display: inline-block;
  align-self: flex-start;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.card-article-compact__date:before {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  left: 0;
  top: 0.1875rem;
  content: "";
  background-image: url("./assets/imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.card-offer {
  border: 0.125rem solid #E8EDEE;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .card-offer {
    display: flex;
    align-items: flex-start;
  }
}

.card-offer__content {
  flex: 1 0;
  padding-left: 1.5rem;
}

.card-offer__status {
  display: inline-block;
  font-size: 1rem;
  background: grey;
  color: #231f20;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
}

.card-offer__status--gold {
  background: #f3c302;
}

.card-offer__status--green {
  background: #2de46a;
}

.card-offer__status--purple {
  background: #744fa2;
  color: white;
}

.card-offer__status--grey {
  background: #d8dde0;
  color: #425563;
}

.card-offer__title {
  font-size: 1.75rem;
  margin-bottom: 0;
}
.card-offer__title a {
  text-decoration: none;
}
.card-offer__title a:hover {
  text-decoration: underline;
}

.card-offer__date {
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}

.card-offer__meta {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .card-offer__meta {
    font-size: 1.1875rem;
  }
}

.card-offer__meta-title {
  display: inline-block;
  font-weight: 700;
}

.card-offer__image {
  max-width: 33%;
  display: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 400px) {
  .card-offer__image {
    display: block;
  }
}

/**
 * Component: Card news vertical
 */
.card-news-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 56.25rem;
  background-color: white;
  border: 1px solid #E8EDEE;
  border-radius: 0.375rem;
}

.card-news-vertical__figure {
  width: 100%;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}
.card-news-vertical__figure:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.card-news-vertical__content {
  width: 100%;
  padding: 1.125rem 1.5rem 0 1.5rem;
}

.card-news-vertical__title {
  font-size: 1.1875rem;
}
.card-news-vertical__title a:hover {
  color: black;
}
@media (min-width: 1200px) {
  .card-news-vertical__title {
    font-size: 1.5rem;
  }
}

.card-news-vertical__date {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.card-news-vertical__footer {
  margin-top: auto;
}

.card-news-vertical__meta-item {
  display: inline-block;
  margin-top: auto;
  margin-right: 0.9375rem;
  margin-top: 0.9375rem;
  padding: 0.1875rem 0.5rem;
  font-size: 1rem;
  border: 0.0625rem solid #E8EDEE;
}
.card-news-vertical__meta-item a {
  text-decoration: none;
}
.card-news-vertical__meta-item a:hover {
  text-decoration: underline;
}

.card-news-vertical__meta-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 1.5rem 1.125rem 1.5rem;
}

.logo-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .logo-row {
    flex-direction: row;
    margin: 0 -1.6875rem;
    align-items: center;
  }
}
.logo-row .site-logo.site-logo--trust {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .logo-row .site-logo.site-logo--trust {
    border-left: 0.0625rem solid #d8dde0;
  }
}
@media (min-width: 768px) {
  .logo-row .site-logo {
    box-sizing: content-box;
    padding: 0 1.6875rem;
  }
}

/**
 * Component: Contact Information
 */
.contact-information {
  background-color: rgba(0, 0, 0, 0.125);
  padding: 1.25rem;
}
.contact-information .contact-information__button a {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-information {
    padding: 1.5625rem;
  }
}

.contact-information__description {
  margin-bottom: 1.875rem;
}

.contact-information__details {
  margin-bottom: 1.875rem;
  font-size: 1rem;
}
.contact-information__details a {
  font-weight: 700;
  text-decoration: underline;
}
.contact-information__details a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-information__details {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .contact-information__details {
    font-size: 1.1875rem;
  }
}

.contact-information__item {
  margin-bottom: 1.25rem;
}
.contact-information__item:last-child {
  margin-bottom: 0;
}

.contact-information__detail a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.contact-information__label {
  font-weight: 700;
}

.content-group {
  padding: 1.5625rem 0;
  min-height: 1.5625rem;
}
@media (min-width: 768px) {
  .content-group {
    padding: 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .content-group {
    padding: 3.75rem 0;
  }
}

.content-group__inner {
  max-width: 55rem;
}

.content-group__sub-item {
  margin-bottom: 1.875rem;
}

.is-style-default {
  background: white;
  color: #231f20;
}
.is-style-default a {
  color: #744fa2;
}
.is-style-default a.button, .is-style-default a.wt-cli-manage-consent-link, .is-style-default a.cookie-banner-button--accept,
.is-style-default a.cookie-banner-accept--hide,
.is-style-default a.govuk-button, .is-style-default a.cookie-banner-button--reject, .is-style-default a.filter-group__button-primary {
  color: white;
}

.is-style-default-center {
  background: white;
  color: #231f20;
}
.is-style-default-center a {
  color: #744fa2;
}
.is-style-default-center .content-group__inner {
  margin: 0 auto;
}

.is-style-pink {
  background: #c21e5d;
  color: white;
}
.is-style-pink a {
  color: white;
}

.is-style-pink-center {
  background: #c21e5d;
  color: white;
}
.is-style-pink-center a {
  color: white;
}
.is-style-pink-center .content-group__inner {
  margin: 0 auto;
}

.is-style-green {
  background: #067e70;
  color: white;
}
.is-style-green a {
  color: white;
}

.is-style-green-center {
  background: #067e70;
  color: white;
}
.is-style-green-center a {
  color: white;
}
.is-style-green-center .content-group__inner {
  margin: 0 auto;
}

.is-style-navy {
  background: #121a30;
  color: white;
}
.is-style-navy a {
  color: white;
}

.is-style-navy-center {
  background: #121a30;
  color: white;
}
.is-style-navy-center a {
  color: white;
}
.is-style-navy-center .content-group__inner {
  margin: 0 auto;
}

.is-style-orange {
  background: #c43e19;
  color: white;
}
.is-style-orange a {
  color: white;
}

.is-style-orange-center {
  background: #c43e19;
  color: white;
}
.is-style-orange-center a {
  color: white;
}
.is-style-orange-center .content-group__inner {
  margin: 0 auto;
}

.content-group__inner .block-wrapper {
  margin: 0;
  width: auto;
}

/**
 * Component: Event summary
 */
.event-summary {
  background-color: #efefef;
  padding: 1.125rem;
}

.event-summary__date {
  position: relative;
  margin: 0 auto 1.125rem auto;
  background: white;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1200px) {
  .event-summary__date {
    width: 11.875rem;
    height: 11.875rem;
    margin: 0 auto 1.625rem auto;
  }
}

.event-summary__date-inner {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.event-summary__day {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .event-summary__day {
    font-size: 4.625rem;
  }
}

.event-summary__month {
  display: block;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .event-summary__month {
    font-size: 2.125rem;
  }
}

.event-summary__content {
  flex: 1 0;
  text-align: center;
}

.event-summary__meta {
  margin: 0 0 0.375rem 0;
  font-size: 1.0625rem;
}
@media (min-width: 992px) {
  .event-summary__meta {
    font-size: 1.1875rem;
  }
}

.event-summary__meta-title {
  font-weight: 700;
}

.hero {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #1f2446;
}
.hero:before {
  content: "";
  background-color: #1f2446;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}

.hero__content {
  position: relative;
}
@media (min-width: 992px) {
  .hero__content {
    width: 65%;
    max-width: 48.125rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    width: 70%;
  }
}

.hero__inner {
  padding: 1.875rem 0;
}
@media (min-width: 400px) {
  .hero__inner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .hero__inner {
    padding: 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    padding: 3.125rem 0;
  }
}

.hero__graphic {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .hero__graphic {
    display: block;
  }
}

.hero__title {
  color: white;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 2.875rem;
  }
}

.hero__description {
  color: white;
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 1.375rem;
  }
}

/**
 * Component: Lottery draw
 */
.lottery-draw_title {
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 2px solid #768692;
}
@media (min-width: 768px) {
  .lottery-draw_title {
    font-size: 1.75rem;
  }
}

.lottery-draw_winner {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .lottery-draw_winner {
    margin: 30px 0;
  }
}

.lottery-draw_amount {
  display: inline;
  padding: 5px 15px;
  font-size: 1.3rem;
  background-color: #d8dde0;
  color: black;
}
@media (min-width: 768px) {
  .lottery-draw_amount {
    font-size: 2rem;
    padding: 5px 20px;
  }
}

.lottery-draw_amount--top {
  font-weight: 700;
  background-color: #d4af37;
}

.lottery-draw_recipients {
  padding: 10px 0;
  font-size: 1rem;
  color: black;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 768px) {
  .lottery-draw_recipients {
    font-size: 1.375rem;
    padding: 20px 0;
  }
}

/**
 * Component: Lottery draws
 */
ul.lottery-draws {
  padding-left: 0 !important;
}

.lottery-draws ul {
  list-style: none;
  padding-left: 0 !important;
  margin: 15px 0;
}
.lottery-draws li {
  list-style: none;
}

.member-offer {
  width: 100%;
  color: white;
  background-color: #1f2446;
  padding: 1.25rem 0;
}
.member-offer a {
  color: inherit;
}
@media (min-width: 768px) {
  .member-offer {
    padding: 3.125rem 0 0.9375rem 0;
  }
}
@media (min-width: 992px) {
  .member-offer {
    padding: 5rem 0 1.5625rem 0;
  }
}

.member-offer__content {
  flex: 1 0;
  min-width: 60%;
}

.member-offer__status {
  display: inline-block;
  font-size: 1rem;
  background: grey;
  color: #231f20;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
}

.member-offer__status--gold {
  background: #f3c302;
}

.member-offer__status--green {
  background: #2de46a;
}

.member-offer__status--purple {
  background: #744fa2;
  color: white;
}

.member-offer__status--grey {
  background: #d8dde0;
  color: #425563;
}

.member-offer__title {
  color: white;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .member-offer__title {
    font-size: 3rem;
  }
}

.member-offer__date {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 768px) {
  .member-offer__date {
    font-size: 1.75rem;
  }
}

.member-offer__meta {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .member-offer__meta {
    font-size: 1.25rem;
  }
}

.member-offer__meta-title {
  display: inline-block;
}

.member-offer__meta-price {
  font-weight: bold;
}

.member-offer__quantity {
  background-color: #f3c302;
  color: #231f20;
  display: inline-block;
  padding: 0.25rem 1rem;
}

.member-offer__well {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .member-offer__well {
    flex-direction: row;
    justify-content: space-between;
  }
}

.member-offer__image {
  display: none;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .member-offer__image {
    display: block;
    max-width: 15.625rem;
  }
}
@media (min-width: 992px) {
  .member-offer__image {
    max-width: 18.75rem;
  }
}
.member-offer__image img {
  border-radius: 50%;
}

.news-group {
  background-color: #E8EDEE;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .news-group {
    padding: 3rem 0;
  }
}

.news-group__heading {
  color: #231f20;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .news-group__heading {
    font-size: 2rem;
  }
}

.news-group__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
}

.news-group__content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  margin-left: -1.5rem;
  flex: 1 0;
}

.news-group__item {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .news-group__item {
    width: 33.33333%;
  }
}

.news-group__item--slim {
  border-bottom: 0.0625rem solid white;
  margin: 0;
}

.news-group__item--slim:first-child {
  border-top: 0.0625rem solid white;
}

.news-group__item--slim:last-child {
  border-bottom: 0.0625rem solid white;
}

.news-group__sidebar {
  width: 100%;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-group__sidebar .news-group__item {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .news-group__sidebar {
    width: 30%;
  }
}

.news-group__content .news-group__item {
  width: 100%;
}
@media (min-width: 768px) {
  .news-group__content .news-group__item {
    width: 33%;
  }
}

.news-group__footer {
  text-align: right;
  font-size: 1.1875rem;
}

.news-group-card {
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
@media (min-width: 400px) {
  .news-group-card {
    min-width: 52%;
  }
}

.news-group-card__content {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.news-group-card__title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.news-group-card__title a {
  text-decoration: none;
}
.news-group-card__title a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .news-group-card__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .news-group-card__title {
    font-size: 1.5rem;
  }
}

.news-group-card__image {
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-group-card__date {
  background-color: unset;
  font-size: 1rem;
  padding: 0.625rem 0;
  margin: 0;
}
@media (min-width: 768px) {
  .news-group-card__date {
    font-size: 1rem;
  }
}
.news-group-card__date:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 0;
  top: 0.1875rem;
  content: "";
  background-image: url("./assets/imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.news-group-card__meta {
  margin-top: auto;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.news-group-card__term {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #E8EDEE;
  font-size: 1rem;
}
.news-group-card__term a {
  text-decoration: none;
}
.news-group-card__term a:hover {
  text-decoration: underline;
}

/**
 * Component: Page dates
 */
.page-dates {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .page-dates {
    flex-direction: row;
  }
}

.page-dates__date-text {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 2.1875rem;
}
@media (min-width: 768px) {
  .page-dates__date-text {
    font-size: 1.25rem;
  }
}

/**
 * Component: Show Expired
 */
.show-expired {
  display: block;
}
@media (min-width: 768px) {
  .show-expired {
    border-top: 0.0625rem solid #E8EDEE;
    padding-top: 1.5rem;
    text-align: right;
  }
}

.slider {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.625rem 0;
}

.slider__slide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.slider__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
}

.slider__dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots button {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.375rem 0 0;
  border: 0.0625rem solid #425563;
  background: transparent;
  border-radius: 50%;
  text-indent: -99999px;
}
.slider__dots button:hover {
  cursor: pointer;
}
.slider__dots .slick-active button {
  position: relative;
}
.slider__dots .slick-active button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #744fa2;
}

.slider__control-buttons {
  order: 2;
}

.slider__control-button {
  width: 1.875rem;
  height: 1.875rem;
  background-color: transparent;
  border: none;
  text-indent: -624.9375rem;
  overflow: hidden;
  border-radius: 50%;
}

.slider__control-button--pause {
  background-image: url("./assets/imgs/icons/pause-circle.svg");
  margin-right: 0.3125rem;
}

.slider__control-button--play {
  background-image: url("./assets/imgs/icons/arrow-circle-right.svg");
}

/**
 * Component: Slider Item
 */
.slide {
  min-height: 21.875rem;
}
@media (min-width: 768px) {
  .slide {
    display: flex;
  }
}

.slide__image {
  position: relative;
  background-color: #E8EDEE;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .slide__image {
    width: 50%;
  }
}

.slide__content-block {
  background-color: #425563;
  min-height: 15.625rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .slide__content-block {
    min-height: auto;
    width: 50%;
  }
}

.slide--light .slide__content-block {
  background-color: #f3c302;
  color: #231f20;
}

.slide__content {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .slide__content {
    padding: 2.5rem;
  }
}

.slide__button {
  position: relative;
  bottom: 0;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .slide__button {
    padding: 2.5rem;
  }
}

.slide__title {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .slide__title {
    font-size: 2.25rem;
  }
}

.slide__text {
  margin-bottom: 1.25rem;
}

/**
 * Component: Hero video
 */
.video-player {
  width: 100%;
}

.video-player__container {
  position: relative;
  width: 100%;
}
.video-player__container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-player__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-player__video.paused {
  opacity: 0.5;
}

.video-player__content {
  background-color: #1f2446;
  color: white;
}

.video-player__controls {
  display: inline-block;
  border: 0.0625rem solid #7c7f93;
  margin: 1.25rem 0 0 0;
}

.video-player__button {
  display: inline-block;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
  text-indent: -624.9375rem;
  background: transparent;
  border: none;
  background-size: 0.9375rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-player__button--pause {
  background-image: url(assets/imgs/icons/pause-light.svg);
}

.video-player__button--play {
  background-image: url(assets/imgs/icons/play-light.svg);
}

.video-player__content-grid {
  padding: 1.875rem 0;
}
@media (min-width: 992px) {
  .video-player__content-grid {
    display: flex;
    padding: 3.75rem 0;
  }
}

.video-player__title {
  width: 100%;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .video-player__title {
    width: 33.33333%;
    font-size: 2.875rem;
  }
}

.video-player__description {
  flex: 1 0;
}
@media (min-width: 992px) {
  .video-player__description p {
    font-size: 1.375rem;
  }
}

.quote {
  color: white;
  position: relative;
  background: #1f2446;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.875rem 0;
  margin-bottom: 2.0625rem;
}
@media (min-width: 768px) {
  .quote {
    font-size: 1.5rem;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    min-height: 18.125rem;
    text-align: left;
  }
}

.quote__text {
  padding: 1.4375rem;
  padding-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 768px) {
  .quote__text {
    font-size: 1.5rem;
    padding: 0;
    padding-right: 4.375rem;
    line-height: 42px;
  }
}

.quote__author {
  font-weight: bold;
}

.quote__image {
  border-radius: 50%;
  width: 11.625rem;
  height: 11.625rem;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quote__image {
    width: 13.75rem;
    height: 13.75rem;
  }
}

.quote__content {
  padding: 0 1.25rem;
}

.quote__graphics {
  position: relative;
}

.quote__quotes-graphic {
  height: 1.5625rem;
  width: 1.5625rem;
}
@media (min-width: 768px) {
  .quote__quotes-graphic {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.quote__container {
  position: absolute;
  padding: 0.75rem;
  top: 0%;
  left: 74%;
  background: #744fa2;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .quote__container {
    padding: 1.25rem;
    left: 65%;
  }
}
