@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=cqx8btk&ht=tk&f=9785.9786.9787.9788&a=84451739&app=typekit&e=css");
/**
 * 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(850px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}
@media (min-width: 850px) {
  .debug:after {
    content: "Medium(850px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ff0266 95%, #ff0266 100%);
  }
}
@media (min-width: 1000px) {
  .debug:after {
    content: "Large(1000px) | " 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: #ffeb3b;
  text-decoration: none;
  z-index: 10000;
}

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

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

select:focus {
  color: #000000;
  text-decoration: none;
  box-shadow: 0 0 #ffeb3b, 0 0.125rem black;
}

input:focus {
  color: black;
  text-decoration: none;
  box-shadow: 0 0 #ffeb3b, 0 0.125rem black;
  outline: 0.1875rem solid transparent;
  background-color: #ffeb3b;
}

select:focus option {
  background-color: white;
}

input[type=checkbox]:focus {
  background-color: #ffeb3b;
}

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

html {
  line-height: 1.5;
}

body {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  max-width: 91.25rem;
  margin: 0 auto;
  background-color: white;
  position: initial !important;
}
@media (min-width: 1200px) {
  body {
    border-left: 0.0625rem solid #e8edee;
    border-right: 0.0625rem solid #e8edee;
  }
}

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

figure {
  min-height: 1px;
}

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

a {
  display: inline-block;
  color: #0b7266;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Effra", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 850px) {
  h1 {
    font-size: 2.625rem;
  }
}

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

h3 {
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1rem;
}
@media (min-width: 850px) {
  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, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  width: 90%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .u-wrapper, .cookie-banner--main,
  .cookie-banner--accept,
  .cookie-banner--reject {
    width: 95%;
  }
}
@media (min-width: 1000px) {
  .u-wrapper, .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: 850px) {
  .header-wrapper {
    width: 95%;
  }
}
@media (min-width: 1000px) {
  .header-wrapper {
    width: 90%;
  }
}

/**
* Forms
*/
/**
* Apply the styling to within these classes
* This is to specify safe areas where the styling can be applied,
* to prevent form styles leaking into the block editor
*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

button {
  font-family: "Effra", sans-serif;
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=file],
input[type=email],
input[type=password],
input[type=url],
textarea,
select {
  width: 100%;
  font-weight: 400;
  font-family: "Effra", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #4c6272;
  border-radius: 0.125rem;
  color: #000000;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 3.6875rem;
}
@media (min-width: 850px) {
  input[type=text],
  input[type=tel],
  input[type=number],
  input[type=file],
  input[type=email],
  input[type=password],
  input[type=url],
  textarea,
  select {
    font-size: 1.1875rem;
  }
}
input[type=text]: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,
select:focus {
  outline: 0.1875rem solid #ffeb3b;
  box-shadow: inset 0 0 0 0.125rem;
}

input[type=checkbox] {
  display: inline-block;
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #4c6272;
  border-radius: 0.125rem;
  padding: 0.1875rem;
  margin: 0 1rem 0 0;
  background-color: #fff;
  flex-shrink: 0;
  cursor: pointer;
}

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

input[type=radio] {
  display: inline-block;
  appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid #4c6272;
  border-radius: 50%;
  padding: 0.1875rem;
  margin: 0 1rem 0 0;
  background-color: #fff;
  cursor: pointer;
}

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: #0b7266;
}

input[type=search] {
  border: none;
  border-radius: 0;
  font-family: "Effra", sans-serif;
}
input[type=search]::placeholder {
  font-family: "Effra", sans-serif;
  color: #768692;
  opacity: 1;
}
input[type=search]:focus {
  box-shadow: inset 0 0 0 0.1875rem #ffeb3b;
  outline: 0.1875rem solid #000000;
  outline-offset: -0.375rem;
}

select {
  display: flex;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 1rem;
  color: black;
  padding: 0.625rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 1rem 1.875rem 1rem 0.625rem;
  background-image: url("../imgs/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 0.75rem center;
  background-size: 1.25rem 1.25rem;
  border: 0.0625rem solid #4c6272;
  cursor: pointer;
}
@media (min-width: 850px) {
  select {
    font-size: 1.1875rem;
  }
}

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

label {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  label {
    font-size: 1.1875rem;
    margin-bottom: 0.5rem;
  }
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.625rem;
    margin-bottom: 0.5rem;
  }
}

.gform_title {
  margin-bottom: 0.75rem;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .gform_title {
    font-size: 2rem;
  }
}

.ginput_complex .gform-field-label--type-sub,
.gform_wrapper.gravity-theme .gfield_description,
.gfield_required {
  font-size: 1rem;
  margin: auto 0 1rem 0;
}
@media (min-width: 850px) {
  .ginput_complex .gform-field-label--type-sub,
  .gform_wrapper.gravity-theme .gfield_description,
  .gfield_required {
    font-size: 1.1875rem;
  }
}

.gform-field-label--type-inline {
  margin: 0;
  line-height: 1;
}

.ginput_container_date {
  min-width: 6.25rem;
  max-width: unset;
}

.ginput_container_time {
  min-width: 5rem;
  max-width: unset;
}

.hour_minute_colon {
  margin: auto 0;
}

.gfield {
  margin-bottom: 0.75rem;
}
@media (min-width: 850px) {
  .gfield {
    margin-bottom: 1.25rem;
  }
}

.gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .gchoice {
    margin-bottom: 1rem;
  }
}

.ginput_container_consent {
  display: inline-flex;
  align-items: center;
}

.gfield_consent_label {
  font-weight: 400;
  line-height: 1.25;
}

.gchoice label {
  font-weight: 400;
}

.gfield_required {
  font-weight: 400;
  font-size: unset;
  padding-left: 0.4375rem;
}

.gform_validation_errors {
  border-radius: 0.125rem;
  margin-bottom: 0.75rem;
}

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

.validation_message {
  margin: 0;
  background: #fd504f;
  color: #fff;
}
.validation_message:before {
  content: "*";
}

.gform_footer {
  display: flex;
  margin-top: 1.25rem;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description,
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_consent_description,
.gform_legacy_markup_wrapper .gfield_description.gfield_consent_description {
  font-size: 1rem;
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-size: 1.1875rem;
}
@media (min-width: 1000px) {
  .gform_legacy_markup_wrapper .top_label .gfield_label,
  .gform_legacy_markup_wrapper legend.gfield_label {
    font-size: 1.625rem;
  }
}

.ginput_container_consent label {
  font-size: 1.1875rem;
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  min-height: 2.25rem;
}
@media (min-width: 850px) {
  .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    min-height: 3.6875rem;
  }
}

.gform_legacy_markup_wrapper li.hidden_label input[type=checkbox] {
  margin-top: 0;
}

.gform-body {
  margin-top: 1.875rem;
}
@media (min-width: 850px) {
  .gform-body {
    margin-top: 3.6875rem;
  }
}

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

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

#cn-notice-text {
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  #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 1rem 0.5rem 0;
  border: none;
  border-bottom: 0.0625rem solid #aeaeae;
}
@media (min-width: 850px) {
  td,
  th {
    padding: 1rem 1.5rem 1rem 0;
  }
}
td:last-child,
th:last-child {
  padding-right: 0;
}

th {
  font-size: 1.1875rem;
  text-align: left;
  border-bottom-width: 0.125rem;
}

thead {
  border-bottom: none;
}

tfoot {
  border-top: none;
}

@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 {
    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;
  }
  .alert-takeover,
  .alert-takeover__title,
  .icon-tile-group__heading,
  .icon-tile__link,
  .featured-page-item__title,
  .card-article__title a,
  .card-datalist__title a,
  .card-event__title a,
  .event-title__heading,
  .card-person__link {
    color: black !important;
  }
  .promotion,
  .card-article__figure {
    display: none !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;
    margin: 0 !important;
  }
  .page-title__text {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
  }
  .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;
  }
}
/**
 * Blockquote
 */
.wp-block-quote {
  position: relative;
  color: #000000;
  background-color: #ecf8f1;
  background-image: url("./../imgs/icons/quotemarks.svg");
  background-size: 2.9375rem 2.6875rem;
  background-repeat: no-repeat;
  background-position: top 1.875rem left 1.875rem;
  padding: 1.5rem 2.25rem 1.25rem 5.375rem;
}
@media (min-width: 850px) {
  .wp-block-quote {
    background-size: 3.5625rem 3.3125rem;
    background-repeat: no-repeat;
    background-position: top 2.5rem left 1.6875rem;
    padding: 2.25rem 3rem 1.5rem 6.4375rem;
  }
}
.wp-block-quote p {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .wp-block-quote p {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.wp-block-quote cite {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 850px) {
  .wp-block-quote cite {
    font-size: 1.1875rem;
  }
}

/**
 * Table
 */
.wp-block-table table {
  margin-bottom: 0;
}

/**
 * Audio embed
 */
.wp-block-audio audio {
  width: 100%;
}
.wp-block-audio figcaption {
  margin-top: 0.625rem;
  font-size: 1rem;
}

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

.wp-block-file__button {
  color: #fff;
  background-color: #0b7266;
  padding: 0.3125rem 1.25rem;
  font-weight: 700;
}
.wp-block-file__button:hover {
  background-color: #095b51;
  text-decoration: none;
}

/**
 * Aspect ratios
 */
.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
 */
.wp-embed-aspect-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.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 {
  display: table;
}
.wp-block-image figcaption {
  padding: 0.75rem;
  border-bottom: 0.0625rem solid #d8dde0;
  margin-bottom: 0.75rem;
}
.wp-block-image img {
  margin-bottom: 0;
}

/**
 * Worpress Gallery styles
 */
.wp-block-gallery {
  display: block;
}

.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.25rem;
}

.blocks-gallery-item {
  display: block;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}

.blocks-gallery-item figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}

.blocks-gallery-item__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.75rem;
  background: white;
  border-bottom: 0.0625rem solid #e8edee;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 50%;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 33.33333%;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 25%;
}

.button, .filter-form-horizontal__button, .filter-form__button-primary, .filter-form__button-primary:focus, #login .button, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.5rem 3rem 0.5rem 1rem;
  background-color: #0b7266;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: right 1.125rem center;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  font-family: "effra", sans-serif;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .button, .filter-form-horizontal__button, .filter-form__button-primary, .filter-form__button-primary:focus, #login .button, .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button, .cookie-banner-button--reject {
    font-size: 1.375rem;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
  }
}
.button:hover, .filter-form-horizontal__button:hover, .filter-form__button-primary:hover, #login .button:hover, .cookie-banner-button--accept:hover,
.cookie-banner-accept--hide:hover,
.govuk-button:hover, .cookie-banner-button--reject:hover {
  background-color: #ffc000;
  background-image: url("../imgs/icons/arrow-right-black.svg");
  color: black;
}
.button:focus, .filter-form-horizontal__button:focus, .filter-form__button-primary:focus, #login .button:focus, .cookie-banner-button--accept:focus,
.cookie-banner-accept--hide:focus,
.govuk-button:focus, .cookie-banner-button--reject:focus {
  background-image: url("../imgs/icons/arrow-right-black.svg");
}

.button--secondary {
  background-color: #ffc000;
  color: black;
  background-image: url("../imgs/icons/arrow-right-black.svg");
}
.button--secondary:hover {
  background-color: #0b7266;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  color: white;
}

.button--alt {
  background-color: white;
  background-image: url("../imgs/icons/arrow-right.svg");
  border: 0.0625rem solid #ccc;
  color: black;
}
.button--alt:hover {
  background-color: #ffc000;
  border: 0.0625rem solid #ffc000;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  color: black;
}

.button--hover-light:hover {
  color: black;
  background-color: white;
  background-image: url("../imgs/icons/arrow-right.svg");
}

.button--hover-dark:hover {
  background-color: #0b7266;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  color: white;
}

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

.button--calendar,
.button--teams {
  background-color: transparent;
  color: #0b7266;
  background-position: center left 0.75rem;
  background-repeat: no-repeat;
  padding-left: 3.125rem;
  padding-right: 0.75rem;
  background-size: 1.125rem 1.4375rem;
  border: 0.125rem solid #d8dde0;
  font-weight: 400;
  font-size: 1rem;
}
.button--calendar:hover,
.button--teams:hover {
  background-color: white;
  border-color: #000000;
  color: #000000;
}
@media (min-width: 850px) {
  .button--calendar,
  .button--teams {
    background-size: 1.5625rem 2.0625rem;
    font-size: 1.1875rem;
  }
}

.button--calendar {
  background-image: url("../imgs/icons/calendar.svg");
  border: none;
  text-decoration: underline;
}
.button--calendar:hover, .button--calendar:focus {
  background-image: url("../imgs/icons/calendar.svg");
}

/**
 * Styling for the Civic Cookie Control plugin.
*/
.cookie-banner {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #ecf8f1;
}

/**
* 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: 0.75rem 0;
}

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

.cookie-banner h2 {
  font-size: 1.375rem;
}

.cbg-hidden {
  display: none;
}

.cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 850px) {
  .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: 850px) {
  .cookie-banner-button--reject {
    display: inline-block;
    width: auto;
  }
}

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

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

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

.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: 0.5rem;
}
@media (min-width: 1000px) {
  .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: #007f3b;
  background-color: #007f3b;
}

.govuk-notification-banner__header {
  padding: 0.125rem 0.9375rem 0.3125rem;
  border-bottom: 0.0625rem solid;
  color: white;
}
@media (min-width: 1000px) {
  .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: 1000px) {
  .govuk-notification-banner__content {
    font-size: 1.1875rem;
    padding: 1.25rem;
  }
}

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

/**
 * WordPress Gutenberg Gallery styling
 *
 * We have opted to use the CSS straight out of Gutenberg as it is very complex and covers a ton of use cases.
 */
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: white;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(32.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(24% - 0.75em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}

.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 1rem 1rem 0;
  width: calc(49% - 0.5rem);
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  max-width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > div,
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: white;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: 1rem;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: 1rem;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(32.3333333333% - 0.6666666667rem);
  }
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(25% - 0.75rem);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(20% - 0.8rem);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(16.6666666667% - 0.8333333333rem);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(14.2857142857% - 0.8571428571rem);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(12.5% - 0.875rem);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }
  .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(32.33% - 0.6666666667rem);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n + 3) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(49% - 1rem);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  background: transparent;
  color: #000000;
  margin-left: 0;
  text-align: left;
  font-size: 1.1875rem;
  font-weight: 400;
  padding: 0.75rem;
}

mark.searchwp-highlight {
  background-color: #fae100;
}

@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
/**
 * Login Styles
 *
 * Please note: the specificity is higher than usual due to WP's login styles.
 */
.login {
  background-color: #43ba74;
  font-family: "Effra", sans-serif;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border: 0;
}

#login {
  display: block;
  width: 90%;
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 1.25rem;
  background: #f8f9fd;
  font-size: 1.375rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}

#login h1 a {
  display: block;
  width: 15.625rem;
  padding: 0;
  background-image: url("../imgs/logo.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}

#login h2 {
  font-size: 1.1875rem;
}

#login form {
  background: none;
  border: 0;
  box-shadow: unset;
  padding: 0;
}
#login form > p {
  margin: 0;
}

.login-wrapper {
  border: 0.0625rem solid #e8edee;
  border-radius: 0.125rem;
  background: white;
  padding: 1rem;
  margin-top: 0.75rem;
}
.login-wrapper label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.login-wrapper .input {
  margin-bottom: 0.75rem;
}
.login-wrapper #login_error {
  background: #fdf3f2;
  border: 0.0625rem solid #d5281b;
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}

.login-toggle__message {
  position: relative;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0;
}
.login-toggle__message span {
  position: relative;
  background: #f8f9fd;
  padding: 0 0.5rem;
  z-index: 5;
}
.login-toggle__message:after {
  content: "";
  position: absolute;
  border-top: solid 0.0625rem #ccc;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
  z-index: 2;
}

.wp-hide-pw {
  display: none !important;
}

.privacy-policy-page-link {
  display: none;
}

.forgetmenot {
  display: none;
}

.language-switcher {
  display: none;
}

#nav {
  font-size: 0.875rem;
  margin: 0;
}

#login .button {
  width: 100%;
  margin-bottom: 0.75rem;
  text-align: center;
}

#login .button--sso {
  width: 100%;
  margin-bottom: 0;
}

.login-wrapper.login-wrapper--hidden {
  display: none;
}

#backtoblog {
  display: none;
}

.login.interim-login {
  background-color: unset;
  padding: 1rem;
}
.login.interim-login #login {
  display: block;
  width: 100%;
  max-width: 34.375rem;
  margin: 0;
  padding: 0;
  background: #f0f0f1;
  font-size: 1.375rem;
  border-radius: 0;
  box-shadow: unset;
}
.login.interim-login #login h1 {
  display: none;
}
.login.interim-login #login h2 {
  display: none;
}
.login.interim-login .login-wrapper {
  background: unset;
  padding: 0;
  border: 0;
}

.a-z-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0b7266;
  background-color: #fff;
  width: 100%;
  height: 3.125rem;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  border: #768692 0.0625rem solid;
  border-radius: 0.375rem;
}
@media (min-width: 1000px) {
  .a-z-button {
    font-size: 1.625rem;
  }
}
.a-z-button:hover {
  background: #0b7266;
  border: 0.0625rem solid #0b7266;
  color: white;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.karabiner .a-z-button:focus {
  box-shadow: inset 0 0 0 0.125rem;
  border-radius: 0;
  outline: 0.1875rem solid #ffeb3b;
  background-color: #fff;
}

.a-z-button--disabled {
  color: #768692;
  background-color: #f0f4f5;
  border: #d8dde0 0.0625rem solid;
  text-decoration: none;
  pointer-events: none;
}
.a-z-button--disabled:hover, .a-z-button--disabled:visited {
  color: #768692;
}

.a-z-button--active {
  background: #0b7266;
  border: 0.0625rem solid #d8dde0;
  color: #fff;
}

.a-z-group__title {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #000000;
}
@media (min-width: 850px) {
  .a-z-group__title {
    margin-top: 3rem;
    margin-bottom: 0.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1000px) {
  .a-z-group__title {
    font-size: 1.75rem;
  }
}

.a-z-group--small .a-z-group__title {
  display: block;
  border-bottom: 0;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}

ul.a-z-group__grid {
  padding-left: unset;
  margin-bottom: unset;
}

.a-z-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.125rem, 1fr));
  list-style: none;
  padding: 0;
  gap: 0.75rem;
}

.a-z-group__grid-item:nth-of-type(27) {
  grid-column: span 2;
}

.alert-banner {
  background-color: #ffc000;
  margin: 0 auto;
  position: relative;
  padding: 0.75rem 0;
  width: 100%;
}

.alert-banner__title {
  text-align: center;
  margin: 0;
  color: black;
  font-size: 1rem;
}
.alert-banner__title a {
  color: black;
  font-weight: 700;
}
.alert-banner__title a:focus {
  background-color: black;
  outline: 0.125rem solid black;
  color: white;
}
@media (min-width: 1000px) {
  .alert-banner__title {
    font-size: 1.1875rem;
  }
}

.alert-takeover {
  text-align: center;
  padding: 1.25rem 0 1.5rem;
  width: 100%;
}
@media (min-width: 1000px) {
  .alert-takeover {
    padding: 3rem 0 4rem;
  }
}

.alert-takeover__inner {
  background: #fd504f;
  padding: 1.5rem 1.5rem 1.25rem;
}
@media (min-width: 1000px) {
  .alert-takeover__inner {
    padding: 4.5rem 1.5rem 4rem;
  }
}

.alert-takeover__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 auto 0.75rem auto;
}
@media (min-width: 850px) {
  .alert-takeover__title {
    margin-bottom: 0.75rem;
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .alert-takeover__title {
    font-size: 2.625rem;
  }
}

.alert-takeover p {
  font-size: 1rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 850px) {
  .alert-takeover p {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .alert-takeover p {
    font-size: 1.625rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1000px) {
  .alert-takeover__content-wrapper {
    max-width: 60.125rem;
    margin: 0 auto;
  }
}

.area-map {
  background-color: #ffc000;
  padding: 1.875rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .area-map {
    padding: 1.875rem 4.375rem;
  }
}

@media (min-width: 1000px) {
  .area-map__grid {
    display: grid;
    grid-template-columns: 42% 56%;
    gap: 2%;
  }
}

.area-map__column--first {
  padding: 0 0 1.25rem;
}
@media (min-width: 1000px) {
  .area-map__column--first {
    padding: 2.5rem 0 0;
  }
}

.area-map__expander {
  margin-top: 1.875rem;
}

.area-map__expander__button {
  font-size: 1.1875rem;
  cursor: pointer;
  width: 100%;
  padding: 0.625rem 1.75rem 0.625rem 0;
  text-align: right;
  border-bottom: 0.0625rem solid white;
  background-image: url(../../assets/imgs/icons/expand.svg);
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
}
.area-map__expander__button::before {
  content: "Infographic content";
}
.area-map__expander__button:hover {
  text-decoration: underline;
}
.area-map__expander__button:focus {
  background-color: #ffeb3b;
  color: #000000;
  box-shadow: 0 -0.125rem #ffeb3b, 0 0.25rem #000000;
  outline: 0.25rem solid transparent;
  text-decoration: none;
}

.area-map__expander[open] .area-map__expander__button {
  background-image: url(../../assets/imgs/icons/collapse.svg);
}
.area-map__expander[open] .area-map__expander__button::before {
  content: "Close";
}

.area-map__expander__content {
  padding-top: 1.25rem;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 850px) {
  .breadcrumbs {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  color: #0b7266;
}
.breadcrumbs a:focus {
  color: black;
}
.breadcrumbs li::after {
  content: ">";
}
.breadcrumbs li:last-of-type::after {
  content: "";
}
.breadcrumbs li,
.breadcrumbs span,
.breadcrumbs .current-item {
  margin: 0 0.25rem;
}
.breadcrumbs li:first-child,
.breadcrumbs span:first-child,
.breadcrumbs .current-item:first-child {
  margin-left: 0;
}

.breadcrumbs--light a {
  color: white;
}
.breadcrumbs--light a:focus {
  color: black;
}

.button-menu-toggle {
  display: block;
  border: none;
  background-color: #43ba74;
  background-image: url("../imgs/icons/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
  color: black;
  font-size: 1rem;
  font-family: "effra", sans-serif;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.125rem;
}
.button-menu-toggle:focus {
  text-decoration: unset;
  color: black;
  background-color: #43ba74;
  box-shadow: none;
  outline: 0.125rem solid black;
}

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

.button-menu-toggle__text--close {
  display: none;
}

.button-menu-toggle--open {
  background-color: white;
  background-image: url("../imgs/icons/cross-green.svg");
}
.button-menu-toggle--open:focus {
  text-decoration: unset;
  color: black;
  background-color: white;
  box-shadow: none;
  outline: 0.125rem solid black;
}
.button-menu-toggle--open .button-menu-toggle__text {
  display: none;
}
.button-menu-toggle--open .button-menu-toggle__text--close {
  display: inline-block;
}

.card-article {
  position: relative;
  border-radius: 0.125rem;
  border: 0.0625rem solid #43ba74;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1000px) {
  .card-article {
    min-height: 20rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.card-article:hover {
  background-color: #0b7266;
  color: #fff;
}
.card-article:hover .card-article__footer {
  background-color: #0b7266;
}
.card-article:hover .card-article__title a,
.card-article:hover .card-article__excerpt p,
.card-article:hover .date-human,
.card-article:hover .date-single {
  color: #fff;
}
.card-article:hover .card-article__meta a {
  color: white;
}
.card-article:hover .card-article__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-article:hover .card-article__figure img {
    transform: none;
  }
}
.card-article:hover .date-human,
.card-article:hover .date-single {
  background-image: url("./../imgs/icons/clock-white.svg");
}
.card-article:hover .card-article__main-link:focus,
.card-article:hover .card-article__meta a:focus {
  color: #000000;
}
.card-article:not(:hover) .card-article__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}

.card-article__figure {
  overflow: hidden;
  flex-shrink: 1;
  width: 50%;
}
.card-article__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .card-article__figure {
    flex-shrink: 0;
    width: 100%;
  }
  .card-article__figure img {
    width: unset;
    min-height: 100%;
  }
}

/*
* if there is an image, make the content 50% wide (default will fill width)
*/
.card-article__figure + .card-article__content {
  width: 50%;
}
@media (min-width: 1000px) {
  .card-article__figure + .card-article__content {
    width: 100%;
  }
}

.card-article__content {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.75rem 0 0.75rem;
  /*
  * set height to 100% on large screen size which helps to place the meta tags at the bottom
  */
}
@media (min-width: 1000px) {
  .card-article__content {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .card-article__content {
    flex: 1 1;
    height: 100%;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 1200px) {
  .card-article__content {
    padding: 1.5rem;
  }
}

.card-article__date {
  margin-bottom: 0.25rem;
}
@media (min-width: 850px) {
  .card-article__date {
    margin-bottom: 0.75rem;
  }
}

.card-article__title {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .card-article__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .card-article__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .card-article__title {
    font-size: 1.625rem;
  }
}

/*
* Make the link cover the whole card semantically
*/
.card-article__main-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.card-article__meta {
  margin: 0;
  font-size: 1rem;
}

.card-article__footer {
  margin-top: auto;
  font-size: 1rem;
  z-index: 2;
  padding: 0.5rem 0 0 0;
}

.card-article-summary {
  position: relative;
  border-radius: 0.125rem;
  border: 0.0625rem solid #43ba74;
}
@media (min-width: 850px) {
  .card-article-summary {
    display: flex;
    min-height: 20rem;
  }
}
.card-article-summary:hover .card-article-summary__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-article-summary:hover .card-article-summary__figure img {
    transform: none;
  }
}
.card-article-summary:not(:hover) .card-article-summary__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}

.card-article-summary__figure {
  overflow: hidden;
}
@media (min-width: 850px) {
  .card-article-summary__figure {
    width: 50%;
  }
}
.card-article-summary__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 850px) {
  .card-article-summary__figure + .card-article-summary__content {
    width: 50%;
  }
}

.card-article-summary__content {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem 0 1rem;
}
@media (min-width: 850px) {
  .card-article-summary__content {
    width: 100%;
    padding: 1.5rem 2.25rem;
  }
}
.card-article-summary__content:hover {
  background-color: #0b7266;
  color: #fff;
}
.card-article-summary__content:hover .card-article-summary__footer {
  background-color: #0b7266;
}
.card-article-summary__content:hover .card-article-summary__title a,
.card-article-summary__content:hover .card-article-summary__excerpt p,
.card-article-summary__content:hover .date-human,
.card-article-summary__content:hover .date-single {
  color: #fff;
}
.card-article-summary__content:hover .card-article-summary__meta a {
  color: white;
}
.card-article-summary__content:hover .date-human,
.card-article-summary__content:hover .date-single {
  background-image: url("./../imgs/icons/clock-white.svg");
}
.card-article-summary__content:hover .card-article-summary__main-link:focus,
.card-article-summary__content:hover .card-article-summary__meta a:focus {
  color: #000000;
}

.card-article-summary__date {
  margin-bottom: 0.75rem;
}

.card-article-summary__title {
  font-size: 1.625rem;
}
@media (min-width: 1000px) {
  .card-article-summary__title {
    font-size: 2.375rem;
  }
}

.card-article-summary__main-link {
  text-decoration: underline;
  color: #0b7266;
  font-weight: 700;
  text-decoration-thickness: 0.1875rem;
}
.card-article-summary__main-link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.3125rem;
}
.card-article-summary__main-link:focus:hover {
  color: #fff;
  text-decoration: none;
}

.card-article-summary__main-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.card-article-summary__meta {
  margin: 0;
}

.card-article-summary__footer {
  margin-top: auto;
  z-index: 2;
  padding: 0.75rem 0;
}

.card-insight {
  width: 100%;
  background-color: white;
  position: relative;
  border: 0.0625rem solid #43ba74;
}

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

.card-insight__title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .card-insight__title {
    font-size: 1.625rem;
  }
}

.card-insight__link {
  color: #0b7266;
  font-weight: 700;
}

.card-insight__content {
  width: 100%;
  padding: 1.5rem;
}

.card-insight__excerpt {
  margin-bottom: 1rem;
}

.card-insight__meta {
  margin-top: auto;
}

.card-insight__meta-item {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  .card-insight__meta-item {
    font-size: 1rem;
  }
}

.card-insight__meta-item a {
  display: inline-block;
  text-decoration: underline;
  color: #0b7266;
}
.card-insight__meta-item a:hover {
  text-decoration: underline;
  color: #0b7266;
  text-decoration-thickness: 0.1875rem;
}
.card-insight__meta-item a:focus {
  color: #000000;
}

.card-insight__meta-item a + a {
  margin-left: 0.5rem;
}

.card-event {
  width: 100%;
  background-color: white;
  position: relative;
  border: 0.0625rem solid #43ba74;
}

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

.card-event__title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .card-event__title {
    font-size: 1.625rem;
  }
}

.card-event__link {
  color: #0b7266;
  font-weight: 700;
}

.card-event__content {
  width: 100%;
  padding: 1.5rem;
}

.card-event__excerpt {
  margin-bottom: 1rem;
}

.card-event__meta {
  margin-top: auto;
}

.card-event__meta-item {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  .card-event__meta-item {
    font-size: 1rem;
  }
}

.card-event__meta-item a {
  display: inline-block;
  text-decoration: underline;
  color: #0b7266;
}
.card-event__meta-item a:hover {
  text-decoration: underline;
  color: #0b7266;
  text-decoration-thickness: 0.1875rem;
}
.card-event__meta-item a:focus {
  color: #000000;
}

.card-event__meta-item a + a {
  margin-left: 0.5rem;
}

.card-featured-event {
  background-color: white;
  position: relative;
  border: 0.0625rem solid #43ba74;
  height: 100%;
}
.card-featured-event:hover {
  background-color: #0b7266;
}
.card-featured-event:hover .card-featured-event__title {
  color: #fff;
  text-decoration: underline;
}

.card-featured-event__date {
  margin-bottom: 0.75rem;
}

.card-featured-event__title {
  font-size: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .card-featured-event__title {
    font-size: 1.625rem;
    margin-bottom: 0.75rem;
  }
}

.card-featured-event__link {
  color: #0b7266;
  width: 100%;
  height: 100%;
}
.card-featured-event__link:focus .card-featured-event {
  background-color: #ffeb3b;
}
.card-featured-event__link:focus .card-featured-event__title {
  text-decoration: underline;
}
.card-featured-event__link:focus:hover .card-featured-event__title {
  color: #000000;
}

.card-featured-event__content {
  width: 100%;
  padding: 1rem 1.25rem;
}
@media (min-width: 1000px) {
  .card-featured-event__content {
    padding: 1.25rem 1.5rem;
  }
}

.card-featured-publication {
  position: relative;
  border-top: 0.0625rem solid #43ba74;
  border-bottom: 0.0625rem solid #43ba74;
  height: 100%;
}
.card-featured-publication:hover .card-featured-publication__title {
  text-decoration-thickness: 0.1875rem;
}

.card-featured-publication__title {
  font-size: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .card-featured-publication__title {
    font-size: 1.625rem;
  }
}

.card-featured-publication__link {
  color: #0b7266;
  width: 100%;
  height: 100%;
}
.card-featured-publication__link:focus .card-featured-publication {
  background-color: #ffeb3b;
}
.card-featured-publication__link:focus .card-featured-publication__title {
  text-decoration: underline;
}

.card-featured-publication__content {
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 1000px) {
  .card-featured-publication__content {
    padding: 1.5rem 0;
  }
}

.card-featured-publication-group-grid__grid {
  display: grid;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 850px) {
  .card-featured-publication-group-grid__grid {
    column-gap: 2.25rem;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-featured-publication-group-grid__grid-item {
  margin-top: -0.0625rem;
}

.grid {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
@media (min-width: 850px) {
  .grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .grid {
    gap: 2.25rem;
  }
}

.grid--1-col {
  grid-template-columns: 1fr;
}

.grid--2-col {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-col {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 400px) {
  .grid--1-col-small {
    grid-template-columns: 1fr;
  }
  .grid--2-col-small {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3-col-small {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4-col-small {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 850px) {
  .grid--1-col-medium {
    grid-template-columns: 1fr;
  }
  .grid--2-col-medium {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3-col-medium {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4-col-medium {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1000px) {
  .grid--1-col-large {
    grid-template-columns: 1fr;
  }
  .grid--2-col-large {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3-col-large {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4-col-large {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid--1-col-x-large {
    grid-template-columns: 1fr;
  }
  .grid--2-col-x-large {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3-col-x-large {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4-col-x-large {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--narrow-gutter {
  gap: 0.5rem;
}
@media (min-width: 850px) {
  .grid--narrow-gutter {
    gap: 0.75rem;
  }
}
@media (min-width: 1000px) {
  .grid--narrow-gutter {
    gap: 1rem;
  }
}

.grid--no-row-gutter {
  row-gap: 0;
}

.card-contact {
  color: #000000;
  padding: 1.5rem;
  border: 0.0625rem solid #43ba74;
  border-radius: 0.125rem;
}

.card-contact__title {
  font-size: 1.375rem;
}
@media (min-width: 1000px) {
  .card-contact__title {
    font-size: 2rem;
  }
}

.card-contact__description {
  margin-bottom: 1rem;
}

.card-contact__meta {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .card-contact__meta {
    font-size: 1.375rem;
  }
}

.card-contact__meta-title {
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.card-contact__meta a {
  color: #0b7266;
}

.card-contact__meta-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

.card-contact__meta-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.5rem;
}

.card-contact__buttons {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-contact__buttons .button {
  width: fit-content;
}

.card-meta {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 56.25rem;
  height: 100%;
  color: #000000;
  background-color: white;
  position: relative;
  border-radius: 0.125rem;
  border: 0.0625rem solid #43ba74;
}
.card-meta:hover {
  background-color: #0b7266;
  color: white;
}
.card-meta:hover .card-meta__footer {
  background-color: #0b7266;
}
.card-meta:hover .card-meta__title a,
.card-meta:hover .card-meta__excerpt p,
.card-meta:hover .date-human,
.card-meta:hover .date-single {
  color: white;
}
.card-meta:hover .card-meta__meta a {
  color: white;
}
.card-meta:hover .card-meta__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-meta:hover .card-meta__figure img {
    transform: none;
  }
}
.card-meta:hover .date-human,
.card-meta:hover .date-single {
  background-image: url("./../imgs/icons/clock-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
}
.card-meta:focus {
  color: #000000;
}

.card-meta__main-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.card-meta__figure {
  margin: 0;
  border-radius: 0.125rem 0.125rem 0 0;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.card-meta__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-meta__figure > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-meta__figure img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 850px) {
  .card-meta__figure img {
    min-height: 100%;
    width: unset;
  }
}

.card-meta__date {
  color: #000000;
  display: inline-flex;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.card-meta__title {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
  color: white;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .card-meta__title {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .card-meta__title {
    font-size: 1.625rem;
  }
}
.card-meta__title a {
  text-decoration: underline;
  color: #0b7266;
  font-weight: 700;
}
.card-meta__title a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}
.card-meta__title a:focus:hover {
  color: #000000;
  text-decoration: underline;
}
.card-meta__title a:focus:not(:hover) {
  color: #000000;
  text-decoration: underline;
}

.card-meta__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  padding: 1.5rem;
}

.card-meta__excerpt p {
  color: #000000;
  margin-bottom: unset;
}

.card-meta--with-footer .card-meta__content {
  padding-bottom: 0;
}
.card-meta--with-footer .card-meta__title {
  margin-bottom: 1rem;
}
.card-meta--with-footer .card-meta__footer {
  z-index: 2;
  margin-top: auto;
  padding: 1.5rem 1.5rem 0.75rem;
}
.card-meta--with-footer .card-meta__meta {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  .card-meta--with-footer .card-meta__meta {
    font-size: 1rem;
  }
}
.card-meta--with-footer .card-meta__meta a {
  color: #0b7266;
}
.card-meta--with-footer .card-meta__meta a:focus {
  color: #000000;
}

.card-meta--secondary {
  background-color: #f0f4f5;
  color: white;
  border: unset;
}
.card-meta--secondary .card-meta__figure {
  margin-bottom: 2.25rem;
}
.card-meta--secondary .card-meta__footer {
  background-color: #0b7266;
}
.card-meta--secondary .card-meta__title a,
.card-meta--secondary .card-meta__excerpt p,
.card-meta--secondary .date-human {
  color: white;
}
.card-meta--secondary .card-meta__meta a {
  color: #0b7266;
}
.card-meta--secondary:hover {
  background-color: unset;
  color: #000000;
}
.card-meta--secondary:hover .card-meta__content,
.card-meta--secondary:hover .card-meta__footer {
  background-color: white;
}
.card-meta--secondary:hover .card-meta__title a,
.card-meta--secondary:hover .card-meta__excerpt p,
.card-meta--secondary:hover .date-human {
  color: #0b7266;
}
.card-meta--secondary:hover .card-meta__meta a {
  color: white;
}
.card-meta--secondary:hover .date-human {
  background-image: url("./../imgs/icons/clock-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem;
}
.card-meta--secondary .card-meta__content {
  background-color: #0b7266;
  text-decoration: none;
}
.card-meta--secondary .card-meta__content .card-meta__title {
  color: white;
}
.card-meta--secondary .card-meta__content .card-meta__excerpt {
  color: white;
}

.card-person {
  display: flex;
  background-color: unset;
  position: relative;
  width: 100%;
  height: 100%;
  color: #0b7266;
  text-decoration: none;
  overflow: hidden;
  border-bottom: solid 0.0625rem #43ba74;
}
.card-person:hover .card-person__content {
  text-decoration: none;
}
.card-person:hover .card-person__content .card-person__title {
  text-decoration: none;
}
.card-person:hover .card-person__figure img {
  transform: scale(1.05) !important;
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-person:hover .card-person__figure img {
    transform: none;
  }
}
.card-person:focus .card-person__content {
  background-color: #ffeb3b;
  text-decoration: none;
}
.card-person:focus .card-person__content .card-person__title {
  color: #000000;
}
.card-person:focus .card-person__content .card-person__excerpt {
  color: #000000;
  text-decoration: none;
}
.card-person:focus .card-person__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-person:focus .card-person__figure img {
    transform: none;
  }
}
.card-person:not(:focus) .card-person__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}

.card-person__link {
  width: 100%;
}

.card-person__content {
  padding: 1rem 0 1.3125rem;
  color: #000000;
  flex-grow: 1;
}

.card-person__title {
  display: inline-block;
  color: #0b7266;
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  width: 100%;
  text-decoration: underline;
}
@media (min-width: 850px) {
  .card-person__title {
    font-size: 1.625rem;
  }
}

.card-person__excerpt {
  margin-top: 0.25rem;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .card-person__excerpt {
    font-size: 1.1875rem;
  }
}

.card-person__figure {
  width: 100%;
  overflow: hidden;
}
.card-person__figure img {
  width: 100%;
}

.card-person--image {
  flex-direction: column;
}
.card-person--image:focus {
  text-decoration: none;
  box-shadow: 0 0.25rem 0 0rem black;
}

.card-person--icb {
  border-bottom: 0.0625rem solid #005eb8;
}
.card-person--icb .card-person__title {
  color: #005eb8;
}

.card-search-result {
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid #43ba74;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-search-result__excerpt {
  color: black;
  text-decoration: none;
}
.card-signpost {
  width: 100%;
  height: 100%;
  background-color: #ffc000;
  padding: 1.25rem 2.25rem 1.25rem 1.25rem;
  color: black;
  font-size: 1.1875rem;
  font-weight: 700;
  text-decoration: none;
  background-image: url("../imgs/icons/arrow-right-black.svg");
  background-size: 0.875rem 0.875rem;
  background-position: top 1.875rem right 1rem;
  background-repeat: no-repeat;
  border-radius: 0.1875rem;
}
@media (min-width: 850px) {
  .card-signpost {
    font-size: 1.375rem;
  }
}
.card-signpost:hover {
  background-color: #43ba74;
}

.card-signpost-excerpt {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.0625rem solid #43ba74;
  padding: 1.25rem 3rem 1.25rem 0.75rem;
  color: black;
  text-decoration: none;
  background-image: url("../imgs/icons/arrow-right.svg");
  background-size: 0.875rem 0.875rem;
  background-position: top 1.875rem right 1rem;
  background-repeat: no-repeat;
}
.card-signpost-excerpt:hover {
  background-color: #ecf8f1;
}
.card-signpost-excerpt:hover .card-signpost-excerpt__title {
  text-decoration: underline;
}

.card-signpost-excerpt__title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #0b7266;
}
@media (min-width: 850px) {
  .card-signpost-excerpt__title {
    font-size: 1.625rem;
  }
}

.card-signpost-excerpt__excerpt {
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .card-signpost-excerpt__excerpt {
    font-size: 1.1875rem;
  }
}

.card-signpost-excerpt--icb {
  border-top: 0.0625rem solid #005eb8;
  background-image: url("../imgs/icons/arrow-right-blue.svg");
}
.card-signpost-excerpt--icb:hover {
  background-color: #e7f8ff;
}

.card-signpost-excerpt__title--icb {
  color: #005eb8;
}

.card-signpost-image {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  position: relative;
  width: 100%;
  height: 100%;
  color: #0b7266;
  text-decoration: none;
  overflow: hidden;
}
.card-signpost-image:hover .card-signpost-image__content {
  background-color: #43ba74;
}
.card-signpost-image:hover .card-signpost-image__figure img {
  transform: scale(1.05) !important;
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-signpost-image:hover .card-signpost-image__figure img {
    transform: none;
  }
}
.card-signpost-image:focus .card-signpost-image__content {
  background-color: #ffeb3b;
}
.card-signpost-image:focus .card-signpost-image__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .card-signpost-image:focus .card-signpost-image__figure img {
    transform: none;
  }
}
.card-signpost-image:not(:focus) .card-signpost-image__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}

.card-signpost-image__content {
  padding: 0.75rem 1.25rem;
  padding-right: 1.875rem;
  color: #000000;
  flex-grow: 1;
  background-color: #ffc000;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  background-size: 0.875rem 0.875rem;
  background-position: top 1.0625rem right 1rem;
  background-repeat: no-repeat;
}
@media (min-width: 850px) {
  .card-signpost-image__content {
    padding: 1rem 1.875rem;
    padding-right: 3rem;
    background-size: 0.9375rem 0.9375rem;
    background-position: top 1.375rem right 1.8125rem;
  }
}

.card-signpost-image__title {
  display: inline-block;
  margin: 0;
  font-size: 1.1875rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.125;
}
@media (min-width: 850px) {
  .card-signpost-image__title {
    font-size: 1.375rem;
  }
}

.card-signpost-image__figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.card-signpost-image__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-signpost-image__figure > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-signpost-image__figure img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 850px) {
  .card-signpost-image__figure img {
    height: 100%;
    width: unset;
  }
}

.child-pages-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .child-pages-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.5rem;
  }
}

.child-pages-menu__item {
  border-top: 0.0625rem solid #0b7266;
}
@media (min-width: 1000px) {
  .child-pages-menu__item {
    margin-top: -0.0625rem;
    border-top-color: #43ba74;
    border-bottom: 0.0625rem solid #43ba74;
  }
}

.child-pages-menu__link {
  position: relative;
  padding: 0.25rem 1.5rem 0.25rem 0;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 1rem;
  padding-right: 1.5rem;
  background: url("../imgs/icons/arrow-right-alt.svg") no-repeat center;
  background-size: 0.75rem;
  background-position: center right 0.5rem;
}
.child-pages-menu__link:hover {
  text-decoration: underline;
}
.child-pages-menu__link:focus {
  background-image: url("../imgs/icons/arrow-right-black.svg");
}
@media (min-width: 1000px) {
  .child-pages-menu__link {
    font-size: 1.1875rem;
    color: white;
    background-image: url("../imgs/icons/arrow-right.svg");
    padding: 0.75rem 1.5rem 0.75rem 0;
  }
}

.consultations-heading {
  margin: 0;
  padding: 0;
}

.consultations-heading--top-padding {
  padding-top: 2.25rem;
}

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

.container__item {
  padding-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .container__item {
    padding-bottom: 3rem;
  }
}

.container__item:last-of-type {
  padding-bottom: 0;
}

.container--padded {
  padding: 1.5rem 0;
}
.container--bg-secondary {
  background: #f0f4f5;
}

.container--bg-tertiary {
  background: #ffc000;
}

.container--bg-alternative {
  background: #ecf8f1;
}

.container--padded-top {
  padding: 1.5rem 0 0;
}

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

.content-sidebar-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

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

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

.content-sidebar-group__sidebar {
  width: 100%;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 850px) {
  .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: 850px) {
  .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;
  }
}

.date-range {
  display: inline-block;
  color: black;
  font-size: 1rem;
  background-color: #ffc000;
  padding: 0.25rem 0.75rem;
}

.date-range--alt {
  background-color: #43ba74;
}

.date-human {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  background-image: url("./../imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 1.7rem;
}

.date-single {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  background-image: url("./../imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 1.7rem;
}

#signup input ~ label.wrap {
  white-space: pre-wrap;
}

.editor-notice {
  margin: 0;
  padding: 0.75rem;
  border: 0.0625rem solid #e8edee;
  border-left-color: #0b7266;
  border-left-width: 0.25rem;
}

.editor-notice__message {
  margin-bottom: 0;
}
.editor-notice__message:before {
  content: "Warning: ";
  font-weight: bold;
}

.event-title__content {
  padding: 1.25rem 1.5rem;
  border: 0.0625rem solid #43ba74;
}
@media (min-width: 1000px) {
  .event-title__content {
    padding: 2.25rem 3rem;
  }
}

.event-title__breadcrumbs {
  padding: 1.25rem 0 1.5rem 0;
}

.event-title__date {
  margin-bottom: 0.75rem;
}

.event-title__heading {
  color: #000000;
  font-size: 1.625rem;
}
@media (min-width: 850px) {
  .event-title__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .event-title__heading {
    font-size: 2.375rem;
  }
}

.event-title__excerpt {
  color: #000000;
  font-size: 1.1875rem;
}

.event-title__meta {
  padding-bottom: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 850px) {
  .event-title__meta {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}

.event-title__meta-item {
  margin: 0 0 0.3125rem;
}
.event-title__meta-item a {
  color: #43ba74;
}
.event-title__meta-item a:hover {
  text-decoration: underline;
}

.event-title__meta-title {
  font-weight: bold;
}

.event-title__past {
  margin: 0;
  background: #ffc000;
  text-align: center;
  color: black;
  padding: 1.125rem;
  font-weight: 400;
  width: 100%;
}
.event-title__past a {
  color: black;
}

.event-title__footer {
  border-top: 1px solid #d8dde0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.3125rem;
  gap: 1.25rem;
}
@media (min-width: 850px) {
  .event-title__footer {
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5625rem;
  }
}

.event-title__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.event-title__add-to-cal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1rem;
}

.featured-cta-grid {
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d8dde0;
}
.featured-cta-grid__item--padded {
  padding: 1.5rem 0;
}
@media (min-width: 850px) {
  .featured-cta-grid__item--padded {
    padding: 3rem 0;
  }
}

.featured-cta-grid__item--left {
  background-color: #ecf8f1;
}
.featured-cta-grid__item--left .signpost-promoted__content,
.featured-cta-grid__item--left .signpost-promoted {
  background-color: #ecf8f1;
}

.featured-image {
  max-width: 100%;
}

.featured-image__caption {
  padding: 0.75rem;
  border-bottom: 0.0625rem solid #d8dde0;
  margin-bottom: 0.75rem;
}

.featured-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 90%;
  border-bottom: unset;
  overflow: visible;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 850px) {
  .featured-link {
    border-bottom: solid 0.125rem #41b6e6;
  }
}
@media (min-width: 1000px) {
  .featured-link {
    display: flex;
  }
}
.featured-link:hover .featured-link__title {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}

.featured-link__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b7266;
  font-size: 1.1875rem;
  padding-top: 0.75rem;
}
@media (min-width: 400px) {
  .featured-link__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1000px) {
  .featured-link__title {
    font-size: 1.625rem;
  }
}

.featured-link__description {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 400px) {
  .featured-link__description {
    font-size: 1.1875rem;
  }
}
@media (min-width: 850px) {
  .featured-link__description {
    padding-bottom: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}

.featured-link__content {
  text-align: center;
}

.featured-link__image {
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
  flex-shrink: 0;
}

.filter-container {
  padding: 1rem;
  border: solid 0.0625rem #0b7266;
  border-radius: 0.125rem;
}
@media (min-width: 850px) {
  .filter-container {
    border: none;
    padding: unset;
  }
}

.filter-container__mobile-toggle {
  display: block;
  border: none;
  outline: none;
  background: white url("../imgs/icons/custom-select.svg") no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: right top 0.25rem;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.filter-container__mobile-toggle:hover {
  text-decoration: underline;
  color: black;
}
@media (min-width: 850px) {
  .filter-container__mobile-toggle {
    display: none;
    font-size: 1.625rem;
    background-size: 1.5rem 1.5rem;
  }
}

.filter-container__mobile-toggle--active {
  margin-bottom: 0.75rem;
}

.filter-container__content {
  display: none;
}
@media (min-width: 850px) {
  .filter-container__content {
    display: block;
  }
}

.filter-container__item {
  margin-bottom: 1.5rem;
}
.filter-container__item:last-child {
  margin-bottom: 0;
}

.filter-container-horizontal {
  display: flex;
  flex-direction: column;
}

.filter-container-horizontal__button {
  position: relative;
  display: inline-block;
  border: 0.0625rem solid black;
  background: white;
  padding: 0.75rem 4rem 0.75rem 1.5rem;
  background-image: url(../../assets/imgs/icons/filter.svg);
  background-size: 1.5625rem 1.5625rem;
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  font-size: 1.1875rem;
  color: #0b7266;
  font-family: "Effra", sans-serif;
  width: fit-content;
  margin-left: auto;
  margin-bottom: -0.0625rem;
  cursor: pointer;
}
.filter-container-horizontal__button:hover {
  background-color: #e7f1f0;
}

.filter-container-horizontal[open] .filter-container-horizontal__button:hover {
  background-color: white;
}

.filter-container-horizontal__content {
  display: flex;
  border: 0.0625rem solid black;
  padding: 1rem;
  z-index: 1;
  width: 100%;
}

.filter-container-horizontal[open] .filter-container-horizontal__button {
  border-bottom: solid 0.0625rem white;
  background-image: url(../../assets/imgs/icons/filter-alt.svg);
  color: black;
}

.filter-date__label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1;
  min-height: 1.875rem;
}
@media (min-width: 850px) {
  .filter-date__label {
    font-size: 1.1875rem;
  }
}

.filter-date__input {
  width: 100%;
  background-color: white;
  margin: 0;
  border: 0.0625rem solid #768692;
}
.filter-date__input:focus {
  background-color: #ffeb3b;
}

.filter-date--error {
  display: block;
  margin: 0.625rem 0;
}
.filter-date--error .filter-date__input {
  border: 0.0625rem solid #fd504f;
}

.filter-date__error-message {
  display: block;
  margin: 0.625rem 0;
  font-weight: 700;
  color: #fd504f;
}

.filter-dropdown {
  width: 100%;
}

.filter-dropdown__label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1;
  min-height: 1.875rem;
}
@media (min-width: 850px) {
  .filter-dropdown__label {
    font-size: 1.1875rem;
  }
}

.filter-dropdown select {
  width: 100%;
  margin: 0;
  padding: 0.5rem 1.25rem;
  padding-right: 1.875rem;
  height: 3.3125rem;
}

.filter-form input:focus,
.filter-form select:focus,
.filter-form p a:focus,
.filter-form button[type=submit]:focus {
  outline: #000000 0.1875rem solid;
}

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

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

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

.filter-form__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

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

.filter-form__button-primary {
  margin-bottom: 0;
  margin-left: 1.125rem;
}
.filter-form__button-primary:focus {
  margin-bottom: 0;
  margin-left: 1.125rem;
  color: #000000;
  text-decoration: none;
  background-color: #ffeb3b;
  box-shadow: 0 0 #ffeb3b 0 0.125rem black;
  outline: 0.1875rem solid transparent;
}

.filter-form-horizontal {
  width: 100%;
}

@media (min-width: 850px) {
  .filter-form-horizontal__content {
    display: flex;
    width: 100%;
  }
}

@media (min-width: 850px) {
  .filter-form-horizontal__inputs {
    display: flex;
    flex-grow: 1;
    gap: 1.125rem;
    margin-right: 1.125rem;
  }
}

.filter-form-horizontal__item {
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .filter-form-horizontal__item {
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 0;
  }
}

.filter-form-horizontal__button {
  margin-bottom: 0;
  align-self: start;
  flex: 1 0 auto;
  margin-top: 1.875rem;
  padding: 1.0625rem 3rem 1.0625rem 1.25rem;
  font-size: 1.1875rem;
}

.filter-search {
  width: 100%;
}

.filter-search__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 850px) {
  .filter-search__label {
    font-size: 1.375rem;
    margin-bottom: 1.9375rem;
  }
}
@media (min-width: 1000px) {
  .filter-search__label {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
  }
}

.filter-search__input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0;
  background-color: white;
  border: 0.0625rem solid #4c6272;
  border-radius: 0.125rem;
}
.filter-search__input-group input[type=search] {
  padding: 0.5rem 1.25rem;
}

.filter-search__field {
  display: block;
  flex: 1 0;
  min-width: 0;
  height: 2.75rem;
  border: none;
  margin: 0;
  padding-left: 0.625rem;
  background-color: white;
}
@media (min-width: 850px) {
  .filter-search__field {
    height: 3.5rem;
  }
}

.filter-search__submit {
  display: block;
  margin: 0.3125rem;
  text-indent: -9999px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem;
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.1875rem;
  background-color: #43ba74;
  border: none;
  color: white;
}
.filter-search__submit:focus {
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-color: unset;
  background-size: 1.1875rem;
  margin: 0;
  width: 2.875rem;
  height: 2.875rem;
  outline: 0.1875rem solid #000000;
  outline-offset: -0.375rem;
  box-shadow: inset 0 0 0 0.1875rem #ffeb3b;
  border-radius: 0;
}
@media (min-width: 850px) {
  .filter-search__submit:focus {
    background-size: 1.375rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 850px) {
  .filter-search__submit {
    width: 2.75rem;
    height: 2.75rem;
    background-size: 1.5625rem;
  }
}

.filter-section-title {
  width: 100%;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .filter-section-title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1000px) {
  .filter-section-title {
    font-size: 1.75rem;
  }
}

.filter-select-checkbox {
  position: relative;
  width: 100%;
}

.filter-select-checkbox__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 850px) {
  .filter-select-checkbox__label {
    font-size: 1.1875rem;
  }
}

.filter-select-checkbox__inner {
  border: 0.0625rem solid #4c6272;
  border-color: #000000;
  background-color: #fff;
  border-radius: 0.1875rem;
}

.filter-select-checkbox__button {
  width: 100%;
  background-image: url("../imgs/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right 0.75rem center;
  background-size: 1.25rem 1.25rem;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1.25rem;
  padding-right: 1.875rem;
  height: 3.3125rem;
  border: none;
}
.filter-select-checkbox__button:focus {
  outline: 0.1875rem solid #ffeb3b;
  box-shadow: inset 0 0 0 0.125rem;
  background-color: transparent;
}
@media (min-width: 850px) {
  .filter-select-checkbox__button {
    font-size: 1.1875rem;
    background-size: 1.25rem 1.125rem;
  }
}

.filter-select-checkbox__fieldset {
  display: none;
}

.filter-select-checkbox__listbox {
  padding: 0 1.25rem 1rem;
}

.filter-select-checkbox__listbox-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.filter-select-checkbox__listbox-item:last-of-type {
  margin-bottom: 0;
}

.filter-select-checkbox .filter-select-checkbox__checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.filter-select-checkbox .filter-select-checkbox__checkbox:checked {
  background-color: #0b7266;
  background-image: url("../imgs/icons/tick-white.svg");
}

.filter-select-checkbox__checkbox-label {
  vertical-align: top;
  font-weight: 400;
}
.filter-select-checkbox__checkbox-label:hover {
  text-decoration: underline;
}

.filter-sortby {
  display: flex;
}

.filter-sortby__label {
  display: none;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .filter-sortby__label {
    font-size: 1.1875rem;
  }
}

.filter-sortby__select {
  max-width: fit-content;
  margin: 0 0 0 auto;
  padding: 0.5rem 2.25rem 0.5rem 0.5rem;
  height: auto;
  min-height: auto;
}

.filter-summary {
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .filter-summary {
    font-size: 1.625rem;
  }
}

.filter-summary__reset {
  display: block;
  width: fit-content;
  font-size: 1rem;
  text-decoration: underline;
  padding: 0.25rem 0.25rem 0.25rem 0;
  color: #0b7266;
}
@media (min-width: 850px) {
  .filter-summary__reset {
    font-size: 1.375rem;
  }
}

.google-analytics-widget select {
  min-height: 0;
  padding: 1rem;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 400px) {
  .hero {
    flex-direction: column;
    position: relative;
  }
}
@media (min-width: 850px) {
  .hero {
    flex-direction: row-reverse;
  }
}

.hero__figure {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 0.8125rem;
}
.hero__figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
}
@media (min-width: 400px) {
  .hero__figure {
    width: 100%;
    position: relative;
  }
  .hero__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .hero__figure > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 850px) {
  .hero__figure {
    width: 55%;
    margin-bottom: 0;
  }
}

.hero__content-container {
  margin-top: -4.0625rem;
  width: 90%;
}
@media (min-width: 850px) {
  .hero__content-container {
    margin-top: unset;
    width: 100%;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.25rem;
  background-color: #0b7266;
  z-index: 1;
  border-radius: 0.125rem;
}
@media (min-width: 850px) {
  .hero__content {
    padding: 2.75rem 2.6875rem 2.125rem;
    margin: auto -3.125rem auto auto;
  }
}
@media (min-width: 1000px) {
  .hero__content {
    padding: 3.375rem 3.9375rem 2.75rem;
    margin: auto -3.75rem auto auto;
  }
}

.hero__title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  line-height: 1.125;
  color: #fff;
}
@media (min-width: 850px) {
  .hero__title {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .hero__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

.hero__description {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 850px) {
  .hero__description {
    font-size: 1.1875rem;
    margin-bottom: 1.5rem;
  }
}

.hero__button {
  display: inline-block;
  margin-bottom: 0.625rem;
}
.hero__button .button {
  margin: 0;
}

.hero__breadcrumbs {
  padding: 0.75rem 0;
}
.hero__breadcrumbs a {
  color: #fff;
}

/*
*secondary banner
*/
.hero--secondary .hero__content {
  background-color: #0b7266;
}
.hero--secondary .hero__title,
.hero--secondary .hero__description {
  color: #fff;
}

.hero-area {
  margin-bottom: 3.125rem;
}

.hero-area__breadcrumbs {
  padding: 1.25rem 0;
}

.hero-area__figure {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.hero-area__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.hero-area__figure > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-area__figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 400px) {
  .hero-area__figure {
    width: 100%;
    position: relative;
  }
  .hero-area__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .hero-area__figure > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 850px) {
  .hero-area__figure {
    width: 56%;
    margin-bottom: 0;
    position: relative;
  }
  .hero-area__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.8571428571%;
  }
  .hero-area__figure > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.hero-area__content-container {
  display: flex;
  flex-direction: column;
  background-color: #ffc000;
}
@media (min-width: 850px) {
  .hero-area__content-container {
    flex-direction: row;
  }
}

.hero-area__content {
  padding: 1.25rem;
}
@media (min-width: 850px) {
  .hero-area__content {
    padding: 3.125rem 1.25rem;
  }
}
@media (min-width: 1000px) {
  .hero-area__content {
    padding: 3.125rem 3.75rem;
  }
}

.hero-area__title {
  font-size: 1.375rem;
  color: #000000;
}
@media (min-width: 850px) {
  .hero-area__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1000px) {
  .hero-area__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-area__title {
    font-size: 2rem;
  }
}

.hero-area__description {
  font-size: 1.1875rem;
  color: #000000;
}
@media (min-width: 850px) {
  .hero-area__description {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

.hospital-title {
  background: #43ba74;
  padding: 0.9375rem 0 1.5625rem 0;
}
@media (min-width: 850px) {
  .hospital-title {
    padding: 1.25rem 0 2.5rem 0;
  }
}
@media (min-width: 1000px) {
  .hospital-title {
    padding: 1.25rem 0 3.4375rem 0;
  }
}

.hospital-page-title__breadcrumbs {
  color: #fff;
  padding-bottom: 1.625rem;
}
@media (min-width: 850px) {
  .hospital-page-title__breadcrumbs {
    padding-bottom: 2.75rem;
  }
}
.hospital-page-title__breadcrumbs a {
  color: #fff;
}

.location-hero {
  position: relative;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.375rem;
}
@media (min-width: 850px) {
  .location-hero {
    padding: 3rem;
  }
}

@media (min-width: 850px) {
  .location-hero--negative-indent {
    margin-top: -15rem;
  }
}

.location-hero__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .location-hero__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.location-hero__content {
  width: 100%;
}
.location-hero__content a {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .location-hero__content {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .location-hero__content {
    width: 48%;
  }
}

.location-hero__title {
  font-size: 1.625rem;
}

.location-hero__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
  border-radius: 0.375rem;
}
@media (min-width: 1000px) {
  .location-hero__image {
    min-height: 100%;
    width: 50%;
    margin-top: 0;
  }
  .location-hero__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .location-hero__image {
    width: 48%;
  }
}

.location-hero__meta {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.location-hero__meta span {
  display: block;
}
@media (min-width: 850px) {
  .location-hero__meta {
    font-size: 1.1875rem;
  }
}

.location-hero__meta,
.location-hero__form {
  padding-left: 0.25rem;
}

.location-hero__label {
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 850px) {
  .location-hero__label {
    font-size: 1.1875rem;
  }
}

.location-hero__form {
  width: 100%;
}

.location-hero__form-label {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .location-hero__form-label {
    font-size: 1.1875rem;
  }
}

.location-hero__form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0;
  border: 0.0625rem solid #768692;
  background-color: white;
  border-radius: 0.375rem;
}
@media (min-width: 1000px) {
  .location-hero__form-input {
    max-width: 23.75rem;
  }
}

.location-hero__form-field {
  display: block;
  flex: 1 0;
  min-width: 0;
  height: 3.25rem;
  border: none;
  margin: 0;
  padding-left: 1rem;
  margin-left: 0.125rem;
  background-color: white;
}

.location-hero__form-submit {
  display: block;
  margin: 0;
  margin-right: 0.25rem;
  text-indent: -9999px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.625rem;
  background: url("./../imgs/icons/search-white.svg") no-repeat center;
  background-size: 1.5625rem;
  border-radius: 0.25rem;
  background-color: #0b7266;
  border: none;
  color: white;
}
.location-hero__form-submit:focus {
  background: #ffeb3b url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.5625rem;
}

.hero-signpost {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #0b7266;
  padding-bottom: 1.25rem;
}
@media (min-width: 850px) {
  .hero-signpost {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .hero-signpost {
    padding-bottom: 0;
    background-color: unset;
  }
}

.hero-signpost__breadcrumbs {
  background-color: white;
}
.hero-signpost__breadcrumbs nav {
  padding: 1.25rem 0;
}

.hero-signpost__figure {
  width: 100%;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 23.75rem;
  max-height: 26.25rem;
  overflow: hidden;
  position: relative;
}
.hero-signpost__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.hero-signpost__figure > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1000px) {
  .hero-signpost__figure {
    position: relative;
    object-position: center left;
    max-height: 43.75rem;
  }
  .hero-signpost__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%;
  }
  .hero-signpost__figure > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hero-signpost__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-signpost__content-container {
  width: 49.0625rem;
  max-width: calc(100% - 2.5rem);
  background: white;
  color: #000000;
  padding: 1.25rem 1.25rem 0rem;
  margin: -8.75rem auto 0;
  z-index: 1;
}
@media (min-width: 850px) {
  .hero-signpost__content-container {
    margin: -6.25rem auto 0;
  }
}
@media (min-width: 1000px) {
  .hero-signpost__content-container {
    padding: 1.25rem 1.875rem 0.625rem;
    position: absolute;
    bottom: 2.8125rem;
    left: 3.125rem;
  }
}

.hero-signpost__title {
  font-size: 2rem;
}

.hero-signpost__description {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .hero-signpost__description {
    font-size: 1.375rem;
  }
}

.link-list {
  width: 100%;
}

.link-list__title {
  font-size: 1.375rem;
  color: black;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #43ba74;
}
@media (min-width: 850px) {
  .link-list__title {
    font-size: 1.625rem;
  }
}

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

.link-list__item {
  color: #0b7266;
  font-weight: 700;
  border-bottom: 0.0625rem solid #43ba74;
}

.link-list__link {
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 0.75rem 1.25rem 0.625rem 0.25rem;
  background: url("../imgs/icons/arrow-right-alt.svg") right 0.1875rem top 1.0625rem no-repeat;
  background-size: 0.75rem;
}
@media (min-width: 850px) {
  .link-list__link {
    font-size: 1.1875rem;
    background-position: right 0.1875rem top 1.25rem;
  }
}
.link-list__link:hover {
  text-decoration: underline;
  background-color: #ecf8f1;
}
.link-list__link:focus {
  background-image: url("../imgs/icons/arrow-right-black.svg");
}

.link-list__item a[aria-current=page] {
  color: #737373;
  background-image: url("../imgs/icons/arrow-right-grey.svg");
  background-size: 0.75rem;
  pointer-events: none;
}
.link-list__item a[aria-current=page]:hover {
  color: black;
}

.link-list--icb .link-list__title {
  border-bottom: 0.0625rem solid #41b6e6;
}
.link-list--icb .link-list__item {
  border-bottom: 0.0625rem solid #41b6e6;
}
.link-list--icb .link-list__item:hover {
  background-color: #e7f8ff;
}
.link-list--icb .link-list__link {
  color: #005eb8;
  background-image: url("../imgs/icons/arrow-right-blue.svg");
}

.searchwp-live-search {
  width: 100%;
  border-radius: 0;
  padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
  padding-top: unset;
}

.searchwp-live-search-results {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
  font-size: 1rem;
  background: white;
  border: 0.0625rem solid #768692;
  border-top: 0.0625rem solid white;
  width: 45%;
}
@media (prefers-reduced-motion) {
  .searchwp-live-search-results {
    transition: opacity 0s;
  }
}
@media (min-width: 850px) {
  .searchwp-live-search-results {
    width: 47.5%;
  }
}
@media (min-width: 1000px) {
  .searchwp-live-search-results {
    width: 20.1875rem;
  }
}
.searchwp-live-search-results.searchwp-live-search-results-showing {
  border-radius: 0;
}

.searchwp-live-search-results-showing {
  display: block;
  text-indent: 0;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-result {
  display: block;
  padding-top: 0.9375rem;
}
.searchwp-live-search-result:first-child {
  border-top: 0.0625rem solid #e8edee;
}
.searchwp-live-search-result p {
  font-size: 1rem;
  padding: unset;
  border-bottom: unset;
}
.searchwp-live-search-result a {
  text-decoration: unset;
}
.searchwp-live-search-result a:hover {
  text-decoration: underline;
}

.searchwp-live-search-result__text {
  margin-bottom: 0;
}

.searchwp-live-search-no-results {
  padding: 0.9375rem 0.625rem;
  margin-bottom: 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 5.9375rem 0.625rem 0.9375rem 0.625rem;
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
.main {
  width: 100%;
  display: block;
  background-color: #fff;
}

.main--bg-secondary {
  background-color: #f0f4f5;
}

.main--padded-bottom {
  padding: 0 0 1.5rem;
}
@media (min-width: 850px) {
  .main--padded-bottom {
    padding: 0 0 3rem;
  }
}

.mega-menu {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .mega-menu {
    padding: 1.5rem;
  }
}

.mega-menu__title {
  display: none;
}
@media (min-width: 1000px) {
  .mega-menu__title {
    display: block;
    font-size: 1.1875rem;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-right: 1.75rem;
    margin-bottom: 1rem;
    color: white;
  }
}

.mega-menu__description {
  font-size: 1rem;
  width: 100%;
  padding-right: 1.75rem;
  max-width: 25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  .mega-menu__description {
    font-size: 1.1875rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.mega-menu__text {
  font-size: 1rem;
  text-align: right;
  margin: 0.625rem 0;
  flex-basis: 100%;
}
.mega-menu__text a {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .mega-menu__text {
    font-size: 1.1875rem;
  }
}

.mega-menu__content {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .mega-menu__content {
    flex: 1;
    max-width: unset;
    margin-bottom: 0;
  }
}

.mega-menu__parent-link {
  display: block;
  color: black;
  padding-left: 0.75rem;
  text-decoration: none;
  padding: 0.25rem 1.5rem 0.25rem 0;
}
.mega-menu__parent-link:hover {
  text-decoration: underline;
}

.nav-footer__list {
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.nav-footer__item {
  margin-right: 1.5rem;
}
.nav-footer__item a {
  text-underline-offset: 0.1875rem;
}

.nav-footer__link {
  font-weight: 400;
}

.nav-primary__list {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
@media (min-width: 1000px) {
  .nav-primary__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary__list {
    font-size: 1.625rem;
  }
}

.nav-primary__link {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  background-image: url("../imgs/icons/arrow-right-black.svg");
  background-position: center right 1.125rem;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
}
.nav-primary__link:hover {
  color: white;
  background-color: #0b7266;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  background-size: 1.125rem 1.125rem;
}
.nav-primary__link:focus {
  color: black;
  text-decoration: none;
}
.nav-primary__link:focus:hover {
  background-color: #ffeb3b;
  background-image: url("../imgs/icons/arrow-right-black.svg");
}

.nav-primary__item--active .nav-primary__link,
.nav-primary__item--ancestor--active .nav-primary__link {
  background-color: #0b7266;
  background-size: 0.875rem 0.875rem;
  color: white;
}

.nav-primary__item--parent .nav-primary__link {
  background-image: url("../imgs/icons/arrow-down-black.svg");
  background-size: 0.875rem 0.875rem;
}
.nav-primary__item--parent .nav-primary__link:hover {
  color: #000000;
  background-image: url("../imgs/icons/arrow-down-white.svg");
}
.nav-primary__item--parent .nav-primary__link:focus {
  background-color: #ffeb3b;
  background-image: url("../imgs/icons/arrow-down-black.svg");
}

.nav-primary__item--parent:hover .nav-primary__link,
.nav-primary__item--parent:focus-within .nav-primary__link {
  z-index: 11;
  height: 100%;
  background-color: #0b7266;
  color: white;
  text-decoration: none;
}
.nav-primary__item--parent:hover .nav-primary__link:focus,
.nav-primary__item--parent:focus-within .nav-primary__link:focus {
  color: black;
  background-color: #ffeb3b;
}

.nav-primary__item--parent:hover .nav-primary__dropdown,
.nav-primary__item--parent:focus .nav-primary__dropdown,
.nav-primary__item--parent:focus-within .nav-primary__dropdown {
  z-index: 10;
  top: 100%;
}

.nav-primary__dropdown {
  position: absolute;
  top: -9999px;
  left: 0;
  background: #0b7266;
  width: 100%;
  box-shadow: 0rem 0.5rem 0.625rem -0.3125rem rgba(64, 64, 64, 0.5);
}

.nav-primary--icb .nav-primary__item--ancestor--active .nav-primary__link {
  background-color: #005eb8;
  color: white;
}
.nav-primary--icb .nav-primary__item--ancestor--active .nav-primary__link:hover {
  background-color: #0b7266;
}

.nav-mobile-primary__list {
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
  padding: 0;
}

.nav-mobile-primary__item {
  border-bottom: 0.0625rem solid #d8dde0;
}

.nav-mobile-primary__link,
.nav-mobile-primary__link--button {
  display: block;
  color: #000000;
  padding: 0.25rem 0;
  font-weight: 700;
  font-size: 1.1875rem;
  text-decoration: none;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  background-position: center right 0.5rem;
  background-size: 0.8125rem 0.8125rem;
  background-repeat: no-repeat;
}
.nav-mobile-primary__link:hover,
.nav-mobile-primary__link--button:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}
.nav-mobile-primary__link:focus,
.nav-mobile-primary__link--button:focus {
  text-decoration: unset;
}

.nav-mobile-primary__link--button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  background-image: url("../imgs/icons/arrow-down-white.svg");
  border: none;
  font: inherit;
  font-size: 1.1875rem;
  cursor: pointer;
}

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

.nav-mobile-primary__item--minimised .nav-mobile-primary__dropdown {
  display: none;
}

.nav-secondary__list {
  display: none;
  margin: 0;
  list-style-type: none;
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .nav-secondary__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-secondary__list {
    font-size: 1.1875rem;
  }
}

.nav-secondary__link {
  display: block;
  text-decoration: underline;
  color: #0b7266;
  text-underline-offset: 0.125rem;
  padding: 0.25rem 0.5rem;
}
.nav-secondary__item--active .nav-secondary__link {
  font-weight: bold;
  text-decoration-thickness: 0.125rem;
}

.nav-mobile-search__form {
  display: block;
}

.nav-mobile-secondary__list {
  list-style: none;
  font-size: 1.0625rem;
  padding-top: 0.9375rem;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-mobile-secondary__link {
  color: black;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.nav-mobile-secondary__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}
.nav-mobile-secondary__link:focus {
  text-decoration: none;
}

.nav-mobile-secondary__item--active .nav-mobile-secondary__link {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}
.nav-mobile-secondary__item--active .nav-mobile-secondary__link:focus {
  text-decoration: none;
}

.page-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1875rem;
}

.page-dates__text {
  margin: 0 0.25rem 0 0;
}
@media (min-width: 400px) {
  .page-dates__text {
    margin: 0 0.25rem 0 0.5rem;
  }
}

.page-title {
  width: 100%;
  color: black;
  padding: 0.75rem 0;
}
@media (min-width: 850px) {
  .page-title {
    padding: 1.25rem 0 0;
  }
}

.page-title--icb {
  background: #005eb8;
  color: white;
  padding: 2.25rem;
}

.page-title__breadcrumbs {
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .page-title__breadcrumbs {
    margin-bottom: 3rem;
    font-size: 2.375rem;
  }
}

.page-title__heading {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  max-width: 65.3125rem;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .page-title__heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .page-title__heading {
    font-size: 2.625rem;
  }
}

.page-title__excerpt {
  font-size: 1.1875rem;
  margin: 0;
  max-width: 65.3125rem;
}
@media (min-width: 1000px) {
  .page-title__excerpt {
    font-size: 1.625rem;
  }
}

.page-title__cta + * {
  margin-top: 1.25rem;
}

.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: 850px) {
  .pagination--margin-top {
    margin-bottom: 0;
  }
}

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

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

.pagination__item {
  margin-right: 0.3125rem;
}

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

.pagination__button {
  display: block;
  color: #0b7266;
  padding: 0.375rem 0.5rem;
  text-underline-offset: 0.125rem;
}
.pagination__button:hover {
  background: #43ba74;
  color: #000000;
  text-decoration: none;
}

.pagination__button--disabled {
  background: #000000;
  color: black;
  border: 0.0625rem solid transparent;
}

.pagination__button--active {
  color: black;
  text-decoration: unset;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: #000000;
}
.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: #0b7266;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #095b51;
}

.pagination__ellipsis {
  display: block;
  color: #000000;
  padding: 0.375rem 0.5rem;
}

.people-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #fff;
  position: relative;
  padding: 0.9375rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #43ba74;
}
@media (min-width: 37.5rem) {
  .people-title {
    flex-direction: row;
  }
}

.people-title__breadcrumbs {
  padding: 1.25rem 0 2.25rem 0;
}

.people-title--image {
  flex-direction: column;
}
.people-title--image:focus {
  text-decoration: none;
  box-shadow: 0 0.25rem 0 0rem black;
}
.people-title--image .people-title__content {
  padding: 1.5rem 0;
}
@media (min-width: 37.5rem) {
  .people-title--image .people-title__content {
    padding: 1.5rem 1.5rem 0 2rem;
  }
}
@media (min-width: 37.5rem) {
  .people-title--image {
    flex-direction: row-reverse;
  }
}

.people-title__figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.people-title__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.people-title__figure > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 37.5rem) {
  .people-title__figure {
    max-width: 11.0625rem;
  }
}
@media (min-width: 1000px) {
  .people-title__figure {
    max-width: 15.3125rem;
  }
}
.people-title__figure img {
  object-fit: cover;
  max-height: 100%;
  border-radius: 0.1875rem;
}

.people-title__title {
  font-size: 1.625rem;
  margin-bottom: 0.25rem;
  color: #000000;
}
@media (min-width: 37.5rem) {
  .people-title__title {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .people-title__title {
    font-size: 2.625rem;
  }
}

.people-title__subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
}
@media (min-width: 37.5rem) {
  .people-title__subtitle {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.people-title__secondary-title {
  font-size: 1.375rem;
  margin-bottom: 0;
  color: #000000;
}
@media (min-width: 37.5rem) {
  .people-title__secondary-title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.people-title__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .people-title__content {
    min-height: 15.3125rem;
  }
}

.people-title--with-footer .people-title__content {
  padding-bottom: 0;
}
.people-title--with-footer .people-title__footer {
  padding-top: 1rem;
  background-color: #fff;
}
.people-title--with-footer .people-title__meta {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .people-title--with-footer .people-title__meta {
    font-size: 1.1875rem;
  }
}
.people-title--with-footer .people-title__meta-title {
  font-weight: 700;
  display: inline;
}
.people-title--with-footer .people-title__meta-value {
  display: inline;
}
.people-title--with-footer .people-title__meta a {
  display: inline;
  text-decoration: underline;
  color: #0b7266;
}
.people-title--with-footer .people-title__meta a:hover {
  text-decoration: underline;
  color: #000000;
  text-decoration-thickness: 0.1875rem;
}
.people-title--with-footer .people-title__meta a:focus {
  background-color: #ffeb3b;
  color: #000000;
}
.people-title--with-footer .people-title__meta-item {
  margin-top: 0.5rem;
}
.people-title--with-footer .people-title__meta-item:first-child {
  margin-top: 0;
}
.people-title--with-footer .people-title__meta-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.75rem;
}

.promoted-items__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .promoted-items__grid {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.375rem;
    gap: 2.25rem;
  }
}
@media (min-width: 850px) {
  .promoted-items__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.promoted-item {
  background-color: #ffc000;
  background-image: url("../imgs/icons/arrow-right-white.svg");
  background-size: 0.625rem 0.625rem;
  background-position: top 1.625rem right 1rem;
  background-repeat: no-repeat;
  height: 100%;
  color: #000000;
  text-decoration: none;
  padding: 1rem 2.25rem 1rem 1rem;
}
@media (min-width: 850px) {
  .promoted-item {
    background-size: 0.875rem 0.875rem;
    background-position: top 1.625rem right 1rem;
    background-repeat: no-repeat;
    min-height: 10.3125rem;
  }
}
.promoted-item:hover {
  background-color: #43ba74;
}
.promoted-item:focus {
  background-color: #ffeb3b;
  background-image: url("../imgs/icons/arrow-right-black.svg");
}

.promotion {
  background-color: #ffc000;
  border-radius: 0.125rem;
  padding: 3.75rem 0;
}

.promotion__container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 850px) {
  .promotion__container {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .promotion__container {
    min-height: 31.9375rem;
  }
}

.promotion__image {
  width: auto;
  position: relative;
}
.promotion__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.promotion__image > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promotion__image img {
  object-fit: cover;
  height: 100%;
  border-radius: 0.125rem 0.125rem 0 0;
}
@media (min-width: 1000px) {
  .promotion__image img {
    border-radius: 0.125rem 0 0 0.125rem;
  }
}
@media (min-width: 850px) {
  .promotion__image {
    width: 50%;
  }
}

.promotion__content {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-align: center;
  padding: 2.375rem;
}
@media (min-width: 850px) {
  .promotion__content {
    text-align: left;
    width: 50%;
    margin: auto 0;
    padding: 3.375rem;
  }
}

@media (min-width: 1200px) {
  .promotion__content-head {
    margin-bottom: 0.25rem;
  }
}

.promotion__title {
  margin-bottom: 1rem;
  font-size: 1.625rem;
}
@media (min-width: 1000px) {
  .promotion__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .promotion__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.promotion__description {
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .promotion__description {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .promotion__description {
    margin-bottom: 1.5rem;
  }
}

.secondary {
  background-color: #41b6e6;
}
.secondary .promotion__content {
  color: #000000;
}

.quick-links {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 400px) {
  .quick-links {
    flex-direction: row;
  }
}

.quick-link {
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  flex: 1;
  flex-basis: 48%;
  padding-right: 1.5rem;
  position: relative;
}
@media (min-width: 850px) {
  .quick-link {
    font-size: 1.1875rem;
    padding-right: 4rem;
    flex-basis: 100%;
  }
}
.quick-link a {
  text-decoration: none;
  display: inline-block;
  background: url("./../imgs/icons/arrow-right.svg") right top 0.5rem no-repeat;
  background-size: 0.5625rem;
  padding-right: 1rem;
}
.quick-link a:hover {
  text-decoration: underline;
}
.quick-link a:focus {
  background-color: #ffeb3b;
  background-image: url("./../imgs/icons/arrow-right-black.svg");
}
@media (min-width: 850px) {
  .quick-link a {
    background: url("./../imgs/icons/arrow-right.svg") right top 0.625rem no-repeat;
    background-size: 0.5625rem;
  }
}

.search-form {
  display: flex;
  position: relative;
  width: 100%;
  overflow: auto;
  margin: 0;
  background: white;
  border: 0.0625rem solid #4c6272;
  border-radius: 0.1875rem;
}
.search-form.searching {
  border-radius: 0.375rem 0.375rem 0 0;
}
.search-form:focus {
  border-radius: 0.375rem;
}

.search-form.search-form--large-spacing {
  margin-bottom: 2.25rem;
}
@media (min-width: 850px) {
  .search-form.search-form--large-spacing {
    margin-bottom: 3rem;
  }
}

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

input[type=search].search-field {
  font-family: "Effra", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0 0 0 1.125rem;
}
input[type=search].search-field::placeholder {
  color: #768692;
  opacity: 1;
}
@media (min-width: 850px) {
  input[type=search].search-field {
    font-size: 1.1875rem;
  }
}

.search-submit {
  display: block;
  margin: 0.3125rem;
  text-indent: -9999px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.5rem;
  background-position: center right 0.625rem;
  background-color: #43ba74;
  border: none;
  border-radius: 0.0625rem;
}

.karabiner .search-submit:focus {
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.5rem;
  margin: 0;
  width: 3.375rem;
  height: 3.375rem;
  outline: 0.1875rem solid #000000;
  outline-offset: -0.375rem;
  box-shadow: inset 0 0 0 0.1875rem #ffeb3b;
  border-radius: 0;
}

.section__heading {
  text-align: left;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .section__heading {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .section__heading {
    font-size: 2rem;
  }
}

.section__footer {
  margin-top: 1.25rem;
  display: block;
  text-align: right;
}

.section__onward-link {
  display: inline-block;
  font-size: 1rem;
}
@media (min-width: 850px) {
  .section__onward-link {
    font-size: 1.1875rem;
  }
}

.section--heading-center .section__heading {
  text-align: center;
}

.signpost-promoted {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.125rem;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .signpost-promoted {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .signpost-promoted {
    width: 90%;
  }
}
@media (min-width: 850px) {
  .signpost-promoted.signpost-promoted--reverse {
    flex-direction: row-reverse;
  }
}

.signpost-promoted__image {
  width: auto;
  position: relative;
}
.signpost-promoted__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.signpost-promoted__image > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.signpost-promoted__image img {
  object-fit: cover;
  height: 100%;
  border-radius: 0.125rem;
}
@media (min-width: 850px) {
  .signpost-promoted__image {
    width: 48%;
    max-height: 19.6875rem;
  }
}

.signpost-promoted__content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #000000;
  padding-top: 1.5rem;
  border-radius: 0.125rem;
}
@media (min-width: 850px) {
  .signpost-promoted__content {
    width: 48%;
    margin: auto 0;
    padding: 2.25rem;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .signpost-promoted__content-head {
    margin-bottom: 0.25rem;
  }
}

.signpost-promoted__title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
@media (min-width: 1000px) {
  .signpost-promoted__title {
    font-size: 1.625rem;
  }
}

.signpost-promoted__description {
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .signpost-promoted__description {
    font-size: 1.1875rem;
    margin-bottom: 2.25rem;
  }
}

.signpost-promoted--reverse .signpost-promoted__content {
  padding-left: 0;
}

.share-links {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 1rem 0 0.625rem;
}
@media (min-width: 850px) {
  .share-links {
    margin: 1.875rem auto 0 auto;
    max-width: 53.125rem;
  }
}

.share-links__list {
  display: 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;
  margin-left: 1.5rem;
}
@media (min-width: 850px) {
  .share-links__print {
    margin-left: 2.25rem;
  }
}
.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__print-title {
  margin: 0 0.375rem 0 0;
  font-weight: 700;
  color: #000000;
  font-size: 1.1875rem;
}

.share-links__share-title {
  line-height: 1;
  font-weight: 700;
  color: #000000;
  font-size: 1.1875rem;
  margin: 0 1.25rem 0 0;
  display: inline-block;
}

.share-links__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.single-gp-bulletins .share-links__icon {
  display: none;
}

.single-gp-bulletins .share-links__email-icon,
.single-gp-bulletins .share-links__print-icon {
  display: inline-block;
}

.site-footer {
  background: url(../imgs/decorative-border.svg) no-repeat center top;
  padding-top: 4rem;
  background-size: auto 1.5rem;
}
@media (min-width: 400px) {
  .site-footer {
    background-size: auto 2.25rem;
  }
}
@media (min-width: 850px) {
  .site-footer {
    padding-top: 6rem;
    margin-top: 0.5rem;
    background-size: auto;
  }
}

.site-footer__title {
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .site-footer__title {
    font-size: 1.375rem;
    color: #000000;
  }
}

.site-footer__logo {
  width: fit-content;
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .site-footer__logo {
    margin-bottom: 0;
  }
}

.site-footer__grid {
  display: grid;
}
@media (min-width: 850px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.25rem;
  }
}

.site-footer__slogan {
  order: 6;
}
@media (min-width: 850px) {
  .site-footer__slogan {
    order: initial;
    grid-column: 3/4;
    align-self: center;
  }
}

.site-footer__secondary {
  border-top: 0.0625rem solid #43ba74;
  padding: 1.5rem 0;
  margin-top: 1.5rem;
}

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

.site-footer__copyright,
.site-footer__credits {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .site-footer__copyright,
  .site-footer__credits {
    margin-bottom: 1.5rem;
  }
}

.site-footer__nav {
  margin-bottom: 1rem;
}
.site-footer__nav a {
  font-size: 1.1875rem;
}

.site-footer__address {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .site-footer__address {
    font-size: 1.1875rem;
    margin-bottom: 2.25rem;
  }
}

.site-footer__contact {
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .site-footer__contact {
    margin-bottom: 0;
  }
}
.site-footer__contact a {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .site-footer__contact a {
    font-size: 1.1875rem;
  }
}
.site-footer__contact a:first-of-type {
  margin-bottom: 1rem;
}

@media (min-width: 1000px) {
  .site-footer__translate {
    max-width: 25.9375rem;
  }
}

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

.site-header--alt {
  background: #43ba74;
}
@media (min-width: 1000px) {
  .site-header--alt {
    background: white;
  }
}

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

.site-header__logo {
  width: 60%;
}
@media (min-width: 850px) {
  .site-header__logo {
    width: 35%;
  }
}
@media (min-width: 1000px) {
  .site-header__logo {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 30%;
    max-width: 22.4375rem;
  }
}
.site-header__logo img {
  height: 100%;
}

.site-header__primary {
  display: none;
  margin-top: 1.25rem;
}
@media (min-width: 1000px) {
  .site-header__primary {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    background: #43ba74;
    border-radius: 0.125rem;
  }
}

.site-header__secondary {
  display: none;
  z-index: 15;
}
@media (min-width: 1000px) {
  .site-header__secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .site-header__secondary {
    width: 70%;
  }
}

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

.site-header__menu-toggle {
  order: 1;
}
@media (min-width: 1000px) {
  .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: 1000px) {
  .site-header__action-group {
    display: none;
  }
}

.site-header__mobile-nav {
  background-color: unset;
  margin: 1.5rem;
}
@media (min-width: 1000px) {
  .site-header__mobile-nav {
    display: none;
  }
}

.site-header__mobile-content {
  display: none;
  padding-top: 0;
  border-radius: 0 0.375rem 0.375rem 0.375rem;
}
@media (min-width: 1000px) {
  .site-header__mobile-content {
    display: none;
  }
}
.site-header__mobile-content.open {
  display: block;
}

.site-header__mobile-search {
  display: block;
  grid-column: span 2;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .site-header__mobile-search {
    display: none;
  }
}

.site-header__search-form {
  display: none;
}
@media (min-width: 1000px) {
  .site-header__search-form {
    max-width: 21.875rem;
    display: flex;
    justify-content: flex-end;
    min-width: 19.9375rem;
  }
}

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

.site-logo__image {
  display: block;
  max-height: 5rem;
}
@media (min-width: 1000px) {
  .site-logo__image {
    max-height: 7.5rem;
  }
}

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

.skiplink:focus {
  left: 0;
  top: 0;
  text-decoration: underline;
  background-color: #ffeb3b;
  color: black;
}

.slogan {
  color: #0b7266;
  padding-top: 1.5rem;
}
.slogan p {
  font-size: 1.375rem;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .slogan {
    padding-top: 0;
  }
  .slogan p {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.social-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (min-width: 850px) {
  .social-links {
    margin-top: 1.5rem;
    width: 80%;
    row-gap: 2rem;
    column-gap: 2rem;
  }
}

.social-links__icon-image {
  max-width: 2.8125rem;
  height: 2.8125rem;
}
@media (min-width: 1000px) {
  .social-links__icon-image {
    max-width: 4.3125rem;
    height: 4.3125rem;
  }
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content > * {
  max-width: 50rem;
  margin-bottom: 2.25rem;
}
.standard-content > .featured-pages,
.standard-content > .team-members-overview,
.standard-content > .signpost,
.standard-content > .card-group-grid__grid,
.standard-content > .card-group-stack,
.standard-content > .columns,
.standard-content > .wp-block-image,
.standard-content > .wp-block-gallery,
.standard-content > .wp-block-embed.is-type-video,
.standard-content > .video-transcript,
.standard-content > .testimonial-slider,
.standard-content > .feature {
  max-width: none;
}
.standard-content > h2,
.standard-content > h3,
.standard-content > h4 {
  margin-bottom: 1.25rem;
  margin-top: 2.25rem;
}
@media (min-width: 850px) {
  .standard-content > h2,
  .standard-content > h3,
  .standard-content > h4 {
    margin-top: 3rem;
  }
}
.standard-content > .featured-image {
  max-width: 100%;
}
@media (min-width: 850px) {
  .standard-content > .featured-image {
    position: relative;
  }
}
.standard-content > .action-link {
  display: block;
}
.standard-content > p,
.standard-content > ul,
.standard-content > ol {
  line-height: 1.5;
}
.standard-content li > a {
  display: inline;
}
.standard-content li.link-list__item > a {
  display: block;
}
.standard-content li.table-of-contents__item > a {
  display: inline-block;
}
.standard-content > .button {
  display: block;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.standard-content > .do-dont,
.standard-content > .warning-callout,
.standard-content > .care-card,
.standard-content > .card-block {
  margin-top: 3rem;
}
@media (min-width: 850px) {
  .standard-content > .do-dont,
  .standard-content > .warning-callout,
  .standard-content > .care-card,
  .standard-content > .card-block {
    margin-top: 3rem;
  }
}
.standard-content :first-child {
  margin-top: 0;
}

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

.alignfull {
  margin: 0 0 1.5rem 0;
}

.table-of-contents {
  padding: 0.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .table-of-contents {
    margin-bottom: 4rem;
    padding: 0;
  }
}

.table-of-contents__heading {
  margin: 0 0 1rem 0;
  border-bottom: 0.0625rem solid black;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .table-of-contents__heading {
    font-size: 1.75rem;
  }
}

.table-of-contents__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.table-of-contents__item {
  position: relative;
  margin-bottom: 0.625rem;
}
.table-of-contents__item:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #d8dde0;
  height: 0.125rem;
  width: 1.25rem;
  top: 0.875rem;
}

.table-of-contents__link {
  font-weight: 400;
  font-size: 1.1875rem;
  padding-left: 2.25rem;
}

.video-embed-wrapper .video-transcript__button {
  color: #000000;
}
.video-embed-wrapper .video-transcript {
  padding: 0.75rem 0;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-embed iframe,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.action-link--empty .action-link__text {
  color: #768692;
  font-weight: 400;
}

.action-link {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-decoration: underline;
}
.action-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../imgs/icons/arrow-right-circle-green.svg") no-repeat left top;
  background-size: 2.25rem;
}
.action-link:focus {
  background-color: #ffeb3b;
  color: #000000;
  box-shadow: 0 -0.125rem #ffeb3b, 0 0.25rem #000000;
  outline: 0.25rem solid transparent;
  text-decoration: none;
}
.action-link:focus:before {
  background: url("../imgs/icons/arrow-right-circle-black.svg") no-repeat left top;
}

a.action-link {
  color: #0b7266;
}
a.action-link:hover {
  color: #7c2855;
  text-decoration: underline;
}
a.action-link:focus {
  color: #000000;
  text-decoration: none;
}

.care-card {
  background: white;
  border: 0.0625rem solid #d8dde0;
  position: relative;
  width: 100%;
}

.care-card__heading {
  position: relative;
  padding: 0.75rem 1.5rem;
  background-color: #005eb8;
  opacity: 3;
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.33333;
  color: #fff;
}
@media (min-width: 850px) {
  .care-card__heading {
    font-size: 1.625rem;
    margin-bottom: 0.75rem;
    padding-left: 2.25rem;
  }
}
.care-card__heading::after {
  content: "";
  display: block;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  bottom: -0.625rem;
  left: 1.25rem;
  background-color: #005eb8;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: 2;
}
@media (min-width: 850px) {
  .care-card__heading::after {
    left: 2.25rem;
  }
}

.care-card__content {
  padding: 1.5rem;
}
.care-card__content *:last-child {
  margin-bottom: 0;
}
.care-card__content .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}
.care-card__content p,
.care-card__content li {
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .care-card__content p,
  .care-card__content li {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .care-card__content {
    padding: 2.25rem;
  }
}

.care-card--emergency {
  background-color: #000000;
}
.care-card--emergency .care-card__heading {
  background-color: #d5281b;
}
.care-card--emergency .care-card__heading::after {
  background-color: #d5281b;
}
.care-card--emergency .care-card__content {
  color: #fff;
}
.care-card--emergency .care-card__content a {
  color: #fff;
}
.care-card--emergency .care-card__content a:focus {
  color: #000000;
}

.care-card--urgent .care-card__heading {
  background-color: #d5281b;
}
.care-card--urgent .care-card__heading::after {
  background-color: #d5281b;
}
.care-card--urgent .care-card__content {
  background-color: #fff;
  color: #000000;
}

.card-block {
  display: block;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #fff;
  position: relative;
  border: unset;
  border-radius: 0.375rem;
}
.card-block:focus {
  color: #000000;
}

.card-block__heading {
  font-size: 1.1875rem;
  line-height: 1.2;
  color: #000000;
}
.card-block__heading a {
  color: #0b7266;
}
@media (min-width: 850px) {
  .card-block__heading {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .card-block__heading {
    font-size: 1.625rem;
  }
}

.card-block__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
.card-block__content :last-of-type {
  margin-bottom: 0;
}

.details > .inner-blocks-wrapper,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.details > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

.details__button {
  position: relative;
  display: block;
  text-decoration: underline;
  color: #0b7266;
  cursor: pointer;
  font-size: 1.1875rem;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  background-color: transparent;
  border: 0;
}
.details__button:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 0.75rem 0.4375rem 0 0.4375rem;
  border-top-color: inherit;
}
.details__button:hover {
  color: #7c2855;
  text-decoration: none;
}
.details__button:focus {
  background-color: #ffeb3b;
  box-shadow: 0 0.25rem 0 #000000;
  color: #000000;
  outline: 0.25rem solid transparent;
  text-decoration: none;
}
@media (min-width: 850px) {
  .details__button {
    font-size: 1.1875rem;
  }
}
.details__button p {
  margin: 0;
}

.details--minimised {
  border-bottom-width: 0.0625rem;
}
.details--minimised .details__button:before {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 0.4375rem 0 0.4375rem 0.75rem;
  border-left-color: inherit;
}
.details--minimised .details__content {
  display: none;
}

.details__content {
  margin-top: 0.5rem;
  padding: 1rem 1rem 1rem 1.5rem;
  border-left: 0.25rem solid #d8dde0;
}
.details__content p:last-child,
.details__content ul:last-child,
.details__content ol:last-child {
  margin: 0;
}

.do-list {
  width: 100%;
  padding-top: 1rem;
}

.do-list__tick-list {
  background-color: #fff;
  border: 0.0625rem solid #e8edee;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin: 1rem 0 2.25rem;
}
@media (min-width: 850px) {
  .do-list__tick-list:first-child {
    margin-bottom: 3rem;
  }
}

.do-list__title {
  position: relative;
  top: -1rem;
  left: -1.5625rem;
  display: inline-block;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background-color: #0b7266;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .do-list__title {
    font-size: 1.625rem;
  }
}

.do-list__list,
.do-list__tick-list ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.do-list__list li,
.do-list__tick-list ul li {
  background-image: url("../imgs/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: 2.125rem 2.125rem;
  background-position: 0% 50%;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}
.do-list__list li > *,
.do-list__tick-list ul li > * {
  margin: 0;
}
.do-list__list li:last-child,
.do-list__tick-list ul li:last-child {
  margin-bottom: 0;
}

.dont-list {
  width: 100%;
  padding-top: 1rem;
}

.dont-list__cross-list {
  background-color: #fff;
  border: 0.0625rem solid #e8edee;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin: 1rem 0 2.25rem;
}
@media (min-width: 850px) {
  .dont-list__cross-list:first-child {
    margin-bottom: 3rem;
  }
}

.dont-list__title {
  position: relative;
  top: -1rem;
  left: -1.5625rem;
  display: inline-block;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background-color: #0b7266;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .dont-list__title {
    font-size: 1.625rem;
  }
}

.dont-list__list,
.dont-list__cross-list ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dont-list__list li,
.dont-list__cross-list ul li {
  background-image: url("../imgs/icons/cross.svg");
  background-repeat: no-repeat;
  background-size: 2.125rem 2.125rem;
  background-position: 0% 50%;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}
.dont-list__list li > *,
.dont-list__cross-list ul li > * {
  margin: 0;
}
.dont-list__list li:last-child,
.dont-list__cross-list ul li:last-child {
  margin-bottom: 0;
}

.expander {
  border: 0.0625rem solid #d8dde0;
  border-bottom-width: 0.25rem;
  padding: 1.5rem;
}
.expander p {
  text-align: left;
}
.expander > .inner-blocks-wrapper,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.expander > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

.expander__button {
  display: block;
  text-decoration: underline;
  color: #0b7266;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.75rem 0.25rem 0.75rem 2.25rem;
  background: #fff url("../imgs/icons/nhs-minus.svg") no-repeat left;
  background-size: 2rem 2rem;
  border: 0;
}
.expander__button:hover {
  color: #7c2855;
  text-decoration: none;
}
@media (min-width: 850px) {
  .expander__button {
    font-size: 1.1875rem;
  }
}
.expander__button p {
  margin: 0;
}

.expander--minimised .expander__button {
  background: url("../imgs/icons/nhs-plus.svg") no-repeat left;
  background-size: 2rem 2rem;
}
.expander--minimised .expander__content {
  display: none;
}

.expander__content {
  padding-top: 0.75rem;
}
.expander__content a {
  text-decoration: underline;
}
.expander__content p:last-child,
.expander__content ul:last-child,
.expander__content ol:last-child {
  margin: 0;
}
@media (min-width: 850px) {
  .expander__content {
    font-size: 1.1875rem;
  }
}

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

.file--empty .file__link {
  color: #768692;
}

.inset-text {
  border-left: 0.5rem solid #43ba74;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .inset-text {
    padding: 1.5rem;
  }
}
.inset-text > .inner-blocks-wrapper,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.inset-text > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

.inset-text__inner {
  margin: 0;
}
.inset-text__inner p {
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .inset-text__inner p {
    font-size: 1.1875rem;
  }
}
.inset-text__inner p:last-child {
  margin-bottom: 0;
}

.panel {
  background-color: #fff;
  padding: 1.25rem;
  border-left: 0.25rem solid #768692;
  margin-bottom: 1.25rem;
}
.panel .block-editor-block-list__layout > * {
  margin-bottom: 1.25rem;
}
.panel .block-editor-block-list__layout ul,
.panel .block-editor-block-list__layout ol {
  padding-left: 1.25rem;
}
.panel *:last-child {
  margin-bottom: 0;
}
@media (min-width: 400px) {
  .panel {
    padding: 1.5rem;
  }
}
.panel.is-style-alert {
  background: #d5281b;
  border-color: #8a1538;
  color: #fff;
}
.panel.is-style-alert a {
  color: #fff;
}
.panel.is-style-alert a:focus {
  color: #000000;
}
.panel.is-style-alert .action-link {
  margin-bottom: 1.5rem;
}
.panel.is-style-alert .action-link:before {
  background-image: url("../imgs/icons/arrow-right-circle-white.svg");
}
.panel.is-style-alert .action-link:focus {
  color: #000000;
}
.panel.is-style-alert .action-link:focus:before {
  background-image: url("../imgs/icons/arrow-right-circle-black.svg");
}
.panel.is-style-alert .file {
  margin-bottom: 1.5rem;
}
.panel.is-style-alert .file__link {
  background-image: url("../imgs/icons/file-black.svg");
}
.panel.is-style-alert *:last-child {
  margin-bottom: 0;
}

.video-transcript {
  padding: 0.75rem;
}

.video-transcript .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 53.25%;
}
.video-transcript .wp-block-embed .wp-block-embed__wrapper iframe,
.video-transcript .wp-block-embed .wp-block-embed__wrapper object,
.video-transcript .wp-block-embed .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-transcript .wp-block-embed {
  margin-bottom: 0.5rem;
}

.video-transcript__button {
  display: block;
  background: none;
  border: none;
  padding: 0.25rem;
  margin-left: auto;
  font-size: 1.1875rem;
  text-decoration: underline;
  color: #0b7266;
  cursor: pointer;
}

.video-transcript__content {
  background-color: #fff;
  padding: 1.5rem;
  border-left: 0.25rem solid #43ba74;
}
.video-transcript__content p:last-child,
.video-transcript__content ul:last-child,
.video-transcript__content ol:last-child {
  margin-bottom: 0;
}

.video-transcript--minimised .video-transcript__content {
  display: none;
}

.warning-callout {
  background-color: #fff;
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-color: #fff9c4;
  border: 0.0625rem solid #ffeb3b;
}
@media (min-width: 850px) {
  .warning-callout {
    padding: 0 2rem 2rem 2rem;
  }
}
.warning-callout p {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .warning-callout p {
    font-size: 1.1875rem;
  }
}

.warning-callout__heading {
  position: relative;
  top: -0.5rem;
  left: -1.5625rem;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1.5rem;
  background-color: #ffeb3b;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 850px) {
  .warning-callout__heading {
    top: -1rem;
    font-size: 1.625rem;
    padding: 0.5rem 2rem;
    left: -2.0625rem;
  }
}
.warning-callout__heading h3 {
  margin-bottom: 0;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .warning-callout__heading h3 {
    font-size: 1.625rem;
  }
}

.warning-callout__content *:last-child {
  margin-bottom: 0;
}
