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

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

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

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

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

a:focus,
input:focus,
button:focus,
select:focus,
p a:focus {
  outline: #fae100 0.1875rem solid;
}

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

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

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

html {
  line-height: 1.5;
}

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

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

a {
  display: inline-block;
  color: #005eb8;
}

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

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

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

h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

label,
legend {
  display: inline-block;
  color: #231f20;
  font-weight: 600;
  margin-bottom: 0.375rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  label,
  legend {
    font-size: 1.1875rem;
  }
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

input[type=search] {
  border: none;
  border-radius: 0;
}

select.select-hidden {
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

select:not(.select-hidden) {
  background-color: white;
  width: 100%;
  padding: 0.6875rem 1.5625rem 0.6875rem 1.25rem;
  margin: 0;
  border: 0.125rem solid #768692;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: right 1.5625rem center;
  padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
  margin: 0;
  border-radius: 0.1875rem;
}

.select--focus {
  outline: #330072 0.1875rem solid;
  border-color: #fae100;
}

.select__placeholder {
  font-size: 1rem;
  line-height: 1.35;
  background-color: white;
}
@media (min-width: 768px) {
  .select__placeholder {
    font-size: 1.1875rem;
  }
}

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

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

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

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

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

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

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

.gfield_description {
  margin-bottom: 0.75rem;
}

.gsection_title {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  margin-bottom: 0.375rem;
}

.gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

.clear-multi {
  display: flex;
}

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

.gfield_time_hour {
  max-width: 6.25rem;
}

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

.gfield_time_ampm {
  width: 6.875rem;
}

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

.gform_hidden {
  display: none;
}

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

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

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

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

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

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

td,
th {
  font-size: 1rem;
  vertical-align: top;
  padding: 1rem 0.5rem;
  border: none;
  border-bottom: 0.0625rem solid black;
}

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;
  }
  .tax-terms-list--top-floating {
    position: unset !important;
    margin-bottom: 1.5625rem !important;
  }
  .consultant-single-meta--top-floating {
    margin-bottom: 1.5625rem !important;
    top: 0 !important;
  }
  .consultant-single-meta__meta {
    float: left !important;
  }
  .consultant-single-meta__icon {
    display: none !important;
  }
  .consultant-single-meta__image-default {
    display: none;
  }
  .page-title {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .page-title__content {
    color: black;
  }
  .page-title__excerpt {
    max-width: 100% !important;
  }
  .review-dates {
    display: block !important;
    width: 100%;
  }
  .related-pages-group {
    display: inline !important;
    position: relative;
  }
  .related-pages-group__title {
    display: block;
  }
  .related-pages-group__list {
    display: block !important;
  }
  .related-pages:after {
    content: " (" attr(href) ")";
  }
  .standard-content a[href]:after {
    content: " (" attr(href) ")";
  }
  .standard-content h2,
  .standard-content h3,
  .standard-content h4 {
    break-after: avoid-page;
    break-inside: avoid-page;
  }
  .share-links {
    display: none !important;
  }
}
.pika-single {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  font-family: "Frutiger W01", Arial, sans-serif;
  max-width: 23.125rem;
}
.pika-single.is-bound {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.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;
  z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

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

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/** Cookie banner **/
#cmplz-cookiebanner-container {
  /** Override visual bug where chevron is repeated twice as an SVG and a background image **/
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  border-radius: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 1rem;
  line-height: 1.5;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-size: 1rem;
  border-radius: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #005eb8;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-size: 1rem;
  color: #005eb8;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
  background-color: #888;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: #005eb8;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  background: none;
}

/** Blocked content container - renders if user has not accepted cookies needed for video content **/
.cmplz-blocked-content-container button.cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
  border: solid 0.3125rem white;
  background-color: #005eb8;
  font-size: 1rem;
}

/** Cookie manage consent **/
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category {
  background-color: #f2f2f2;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header .cmplz-category-title, #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 1rem;
  line-height: 1.5;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
}

/** Cookie overview **/
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
  background-color: #f2f2f2;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy * {
  font-size: 1rem;
  line-height: 1.5;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input {
  width: 1.875rem;
  height: 1.875rem;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input:checked {
  background-image: url("../imgs/icons/tick.svg");
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header .cmplz-category-title {
  font-size: 1.1875rem;
  font-weight: 600;
}

.cmplz-description span {
  font-size: 1.1875rem;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font-weight: 600;
  font-size: 1.1875rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
  font-size: 1.1875rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-size: 1.1875rem;
}

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

.alert-banner__title {
  text-align: center;
  margin: 0;
}
.alert-banner__title a {
  color: #005eb8;
}

.alert-takeover {
  font-size: 1.125rem;
  background: #da291c;
  text-align: center;
  padding: 1.5rem 0;
  width: 100%;
}

.alert-takeover__title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 600;
  max-width: 100%;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 768px) {
  .alert-takeover__title {
    margin-bottom: 0.75rem;
  }
}

.alert-takeover p {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 auto 0.75rem auto;
}
@media (min-width: 768px) {
  .alert-takeover p {
    font-size: 1.1875rem;
  }
}

.alert-takeover__link {
  color: #ffffff;
  font-size: 1rem;
}
.alert-takeover__link:hover {
  color: #e8edee;
}
@media (min-width: 768px) {
  .alert-takeover__link {
    font-size: 1.1875rem;
  }
}

/**
* Gutenberg Blockquote styles
*/
blockquote {
  background: url("../imgs/icons/quotation-marks.svg") no-repeat;
  background-size: 2.5rem 2.5rem;
  padding: 0 0 0 3.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  blockquote {
    background-size: 5rem 5rem;
    background-position: top -0.9375rem left 0;
    padding: 0 0 0 6.875rem;
  }
}
blockquote p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 1.5rem;
  }
}
blockquote cite {
  font-size: 1rem;
  font-style: normal;
}
@media (min-width: 768px) {
  blockquote cite {
    font-size: 1.1875rem;
  }
}
blockquote .blockquote__job-title {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  blockquote .blockquote__job-title {
    font-size: 1.125rem;
  }
}

.breadcrumbs {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs span,
.breadcrumbs .current-item {
  margin: 0 0.125rem;
}
.breadcrumbs span:first-child,
.breadcrumbs .current-item:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.125rem;
  }
}

/**
 * Component: Button
 */
.button, .filter-group__button-primary:focus, .filter-group__button-primary {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  background: #005eb8 url("../imgs/icons/arrow-right.svg") no-repeat;
  background-size: 1rem 1rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  height: auto;
  width: auto;
  text-decoration: none;
}
.button:hover, .filter-group__button-primary:hover {
  background-color: #006bd2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button, .filter-group__button-primary:focus, .filter-group__button-primary {
    padding: 0.625rem 2.8125rem 0.625rem 1.125rem;
    background-position: right 0.875rem center;
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .button, .filter-group__button-primary:focus, .filter-group__button-primary {
    font-size: 1.25rem;
  }
}

.button--secondary {
  background-color: white;
  background-size: 1rem 1rem;
  color: #005eb8;
}
.button--secondary:hover {
  background-color: #005eb8;
  text-decoration: none;
  color: white;
}

.button--block {
  display: block;
  height: 100%;
}
.button--block:focus {
  background-color: #005eb8;
  background-size: 1rem 1rem;
  background-position: right 0.625rem center;
  color: black;
}

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

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

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

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

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

.button-menu-toggle--open .button-menu-toggle__text {
  color: #005eb8;
}

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

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

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

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

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

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

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

.card-article {
  height: 100%;
  width: 100%;
  max-width: 56.25rem;
  border: 1px solid #c9c9c9;
  background-color: white;
}

.card-article__image {
  width: 100%;
}
.card-article__image img {
  width: 100%;
  background: #efefef;
}

.card-article__content {
  width: 100%;
  padding: 1.1875rem;
}

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

.card-article__date {
  display: block;
  margin-top: 2.125rem;
  margin-bottom: 0;
}
.card-article__date span {
  font-weight: 600;
}

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

.card-article__meta {
  display: block;
  margin: auto 0 0 0;
}

.card-article__meta-title {
  font-weight: 600;
}

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

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

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

.card-person {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.card-person:focus a {
  background-color: #fae100;
  box-shadow: 0 -0.125rem #fae100, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
}
@media (min-width: 992px) {
  .card-person {
    display: flex;
  }
}

.card-person--bio .card-person__title {
  position: relative;
}
.card-person--bio .card-person__title a {
  text-decoration: none;
}
.card-person--bio .card-person__title:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../imgs/icons/arrow-right-blue.svg") center no-repeat;
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-person--bio .card-person__title a:hover {
  text-decoration: underline;
}
.card-person--bio .card-person__title a:focus {
  color: black;
}

.card-person__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.card-person__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0 0.625rem;
  text-decoration: none;
}

.card-person__title {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0;
  padding-right: 1.875rem;
  width: 100%;
  color: #231f20;
}
.card-person__title a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .card-person__title {
    font-size: 1.75rem;
  }
}

.card-person__job_title {
  font-size: 1.1875rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 992px) {
  .card-person__job_title {
    font-size: 1.3125rem;
  }
}

.card-person__person_intro {
  margin: 0.5rem 0 0.625rem;
  font-size: 1.25rem;
}

.card-person__figure {
  width: calc(100% + 0.125rem);
  margin-left: -0.0625rem;
  margin-top: 0.9375rem;
}
.card-person__figure img {
  width: 100%;
}

.card-group--padded {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .card-group--padded {
    padding: 3rem 0;
  }
}

.card-group__heading {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #231f20;
  text-align: center;
}
@media (min-width: 400px) {
  .card-group__heading {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .card-group__heading {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .card-group__heading {
    font-size: 2.375rem;
    margin-bottom: 1.5rem;
  }
}

.card-group__grid {
  display: grid;
}

.card-group--2-cols {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .card-group--2-cols {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }
}

.card-group--3-cols {
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .card-group--3-cols {
    grid-template-columns: 1fr 1fr;
    gap: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .card-group--3-cols {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.375rem;
  }
}

.card-group--4-cols {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .card-group--4-cols {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
}
@media (min-width: 992px) {
  .card-group--4-cols {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.1875rem;
  }
}

.card-group__grid-item {
  display: flex;
}

.card-group__archive {
  text-align: center;
}

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

.card-group__archive--simple {
  text-align: end;
}

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

.card-group--first-image .card-group__grid-item:nth-of-type(n + 2) .card__figure {
  display: none;
}
@media (min-width: 400px) {
  .card-group--first-image .card-group__grid-item:nth-of-type(n + 2) .card__figure {
    display: unset;
  }
}
.card-group--first-image .card-group__grid-item:nth-of-type(n + 2) .card-event__image {
  display: none;
}
@media (min-width: 768px) {
  .card-group--first-image .card-group__grid-item:nth-of-type(n + 2) .card-event__image {
    display: unset;
  }
}

.card-status {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  border: 1px solid #c9c9c9;
}

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

.card-status__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card-status__title {
    font-size: 2.375rem;
  }
}
.card-status__title a {
  text-decoration: none;
}
.card-status__title a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .card-status__title--list {
    font-size: 1.5rem;
  }
}

.card-status__label {
  padding: 0.0625rem 0.625rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.card-status__label--open {
  background-color: #a7ee76;
}

.card-status__label--closed {
  background-color: #f0f4f5;
}

.card-status__label--coming-soon {
  background-color: #ffcb18;
}

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

.card-status__categories-title {
  font-weight: 600;
}

.card-status__split {
  border-bottom: 1px solid #d8dde0;
  margin: 1.25rem 0;
}

.card-status__meta {
  display: block;
  margin: auto 0 0 0;
}

.card-status__meta-title {
  font-weight: 600;
}

.study-breadcrumb {
  padding: 1.25rem 0 2.5rem 0;
}

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

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

.container--alt-bg {
  background-color: #e8edee;
}

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

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

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

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

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

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

.date-human {
  color: white;
  background: url("../../assets/imgs/icons/clock.svg") center no-repeat;
  background-position: center left;
  background-size: 1rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
}

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

/**
 * Component: Filter Date
 */
.filter-date__label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .filter-date__label {
    font-size: 1.1875rem;
  }
}

.filter-date .filter-date__input {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.5625rem;
  background-position: right 1.4375rem center;
  background-image: url("./../imgs/icons/calendar.svg");
  margin: 0;
  border: 0.0625rem solid #cbcbcb;
  border-radius: 0;
}
.filter-date .filter-date__input:focus {
  border-color: #fae100;
}

/**
 * Component: Filter Dropdown
 */
.filter-dropdown {
  width: 100%;
}

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

.filter-dropdown select {
  width: 100%;
  margin: 0;
  background: url("./../imgs/icons/select.svg") no-repeat;
  background-color: white;
  background-size: 1.875rem;
  background-position: right 0.625rem center;
  border: 0.0625rem solid #cbcbcb;
  padding: 0.625rem 0.9375rem;
  padding-right: 1.875rem;
  opacity: 1;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

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

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

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

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

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

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

.filter-group__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 0.0625rem solid #e8edee;
  padding-top: 1.5rem;
}
.filter-group__controls .button, .filter-group__controls .filter-group__button-primary {
  margin-left: 1.125rem;
}

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

.filter-search {
  width: 100%;
}

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

.filter-search__input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0;
  border: 0.0625rem solid #cbcbcb;
  background-color: white;
}

.filter-search__input-group .filter-search__field {
  display: block;
  flex: 1 0;
  min-width: 0;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0.9375rem 0.625rem;
  background-color: white;
}

.filter-search__submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.5625rem;
  border: none;
}

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

.in-this-section__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.in-this-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-this-section__item {
  border-bottom: 0.125rem solid #efefef;
}

.in-this-section__item a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.75rem 1.25rem 0.75rem 0;
  background-image: url("../imgs/icons/arrow-right.svg");
  background-position: top 1.3125rem right;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  color: #330072;
}
.in-this-section__item a:hover, .in-this-section__item a:focus {
  text-decoration: underline;
}

.in-this-section__item a[aria-current=page] {
  color: #425563;
}

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

.main--bg-secondary {
  background-color: white;
}

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

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

.nav-footer__link {
  font-weight: 400;
  padding: 0.1875rem 0.3125rem;
  color: #330072;
}

.nav-primary {
  display: none;
  padding: 0;
  margin: 0 0 0 -0.3125rem;
  width: 100%;
  list-style-type: none;
  font-weight: 600;
  position: relative;
}
@media (min-width: 768px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .nav-primary {
    font-size: 1.25rem;
    margin: 0 0 0 -0.625rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 1.5rem;
  }
}

.nav-primary__item:last-child {
  background-color: #005eb8;
  margin-right: 0;
}
@media (min-width: 992px) {
  .nav-primary__item:last-child {
    margin-left: 1.5625rem;
  }
}
.nav-primary__item:last-child .nav-primary__link {
  color: #fff;
  padding: 0.25rem 2.125rem 0.25rem 1.0625rem;
  background-position: center right 0.875rem;
}

.nav-primary__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.25rem 1.1875rem 0.25rem 0.3125rem;
  text-decoration: none;
  color: #005eb8;
  background-image: url("../imgs/icons/arrow-right.svg");
  background-position: center right 0.1875rem;
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.9375rem;
}
@media (min-width: 1200px) {
  .nav-primary__link {
    background-position: center right 0.875rem;
    padding: 0.3125rem 2rem 0.3125rem 1rem;
  }
}
.nav-primary__link:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .nav-primary__item--active .nav-primary__link {
    padding: 0.3125rem 1rem;
  }
}

.nav-primary__item--active .nav-primary__link,
.nav-primary__item--parent + .nav-primary__item--active .nav-primary__link {
  background-image: none;
  color: #425563;
}

.nav-primary__item--parent:hover .nav-primary__link,
.nav-primary__item--parent:focus .nav-primary__link,
.nav-primary__item--parent:focus-within .nav-primary__link {
  z-index: 1000;
}

.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: 2;
  top: 100%;
}

.nav-primary__dropdown {
  position: absolute;
  top: -9999px;
  left: 0;
  background: white;
  border: 0.0625rem solid #005eb8;
  width: 100%;
}

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

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

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

.nav-secondary {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nav-secondary {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.1875rem;
  }
}

.nav-secondary__item {
  list-style-type: none;
  margin-right: 1rem;
}
.nav-secondary__item:last-child {
  margin-right: 0;
}

.nav-secondary__link {
  text-decoration: none;
}
.nav-secondary__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
}

.page-title {
  width: 100%;
  color: white;
  background-color: #005eb8;
  padding: 0.75rem 0;
}
.page-title a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-title {
    padding: 1.375rem 0 1.875rem 0;
  }
}

.page-title__breadcrumbs {
  margin-bottom: 2.1875rem;
}
@media (min-width: 992px) {
  .page-title__breadcrumbs {
    margin-bottom: 3.75rem;
  }
}

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

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

@media (min-width: 992px) {
  .page-title__image {
    width: 45%;
    margin-left: 5%;
  }
}

.page-title__heading {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-title__heading {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .page-title__heading {
    font-size: 2.75rem;
  }
}

.page-title__excerpt {
  font-size: 1.25rem;
  max-width: 50rem;
}
@media (min-width: 992px) {
  .page-title__excerpt {
    font-size: 1.5rem;
  }
}

.page-dates {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  color: #231f20;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-dates .page-dates__date-text:nth-of-type(2) {
    margin-left: 1rem;
    border-left: 0.0625rem solid #231f20;
    padding-left: 1rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .page-dates {
    flex-direction: row;
  }
}

.page-dates__date {
  padding-left: 0.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: 768px) {
  .pagination--margin-top {
    margin-bottom: 0;
  }
}

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

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

.pagination__item {
  margin-right: 0.3125rem;
}

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

.pagination__button {
  display: block;
  color: #005eb8;
  padding: 0.375rem 1rem;
  border: 0.0625rem solid #e8edee;
  font-weight: 600;
  text-decoration: none;
}
.pagination__button:hover {
  background: #003087;
  color: white;
  text-decoration: none;
}

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

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

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

.pagination__button--next,
.pagination__button--prev {
  background: none;
  border: 0.0625rem solid transparent;
  color: #005eb8;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #00519f;
}

.pagination__ellipsis {
  display: block;
  color: #231f20;
  padding: 0.375rem 0.6875rem;
}

/**
 * Component: Panel Block
 */
.panel-block__inset {
  margin: 2.5rem 0;
  text-align: center;
  background-color: #005eb8;
  color: white;
  padding: 2.5rem;
}
@media (min-width: 992px) {
  .panel-block__inset {
    padding: 2.5rem 3.75rem;
  }
}
@media (min-width: 1200px) {
  .panel-block__inset {
    padding: 2.5rem 6.25rem;
  }
}

.panel-block__heading {
  font-size: 1.375rem;
  color: white;
}
@media (min-width: 768px) {
  .panel-block__heading {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .panel-block__heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .panel-block__heading {
    font-size: 2.125rem;
  }
}

.panel-block__text p {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .panel-block__text p {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .panel-block__text p {
    font-size: 1.5rem;
  }
}
.panel-block__text p a {
  color: inherit;
  text-decoration: underline;
}

.related-content {
  margin-bottom: 3.125rem;
}

.related-content__title {
  font-size: 1.625rem;
  border-bottom: 0.125rem solid #e8edee;
  padding-bottom: 0.625rem;
  margin: 0;
}

.related-content__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-content__link {
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 0.5rem 0;
  color: #330072;
}

.search-form {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  background: white;
  border: 0.125rem solid #425563;
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-form {
    max-width: 15.625rem;
  }
}

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

input[type=search].search-field {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input[type=search].search-field::placeholder {
  color: #425563;
  opacity: 1;
}

.search-submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem;
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 1.5625rem;
  border: none;
  border-radius: 0;
}
.search-submit:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.section-item-b {
  background-color: white;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  color: #231f20;
}
.section-item-b:hover, .section-item-b:focus, .section-item-b:hover .section-item-b__title, .section-item-b:focus .section-item-b__title {
  text-decoration: none;
  background-color: #005eb8;
  color: white;
}

.section-item-b__title {
  display: inline-block;
  color: #003087;
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-item-b__title {
    font-size: 1.5rem;
  }
}

.section-item-b__excerpt p:last-child {
  margin: 0;
}

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

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

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

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

.share-links {
  padding: 0.5rem 1rem;
  border: 0.125rem solid #e8edee;
}
@media (min-width: 768px) {
  .share-links {
    padding: 0.625rem 1.25rem;
  }
}

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

.share-links__action-group {
  margin: 0 0 0.625rem;
}
@media (min-width: 992px) {
  .share-links__action-group {
    margin: 0 1.25rem 0 0;
  }
}

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

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

.share-links__print {
  border: 0;
  background: transparent;
  margin-left: auto;
}
.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 {
  font-size: 1rem;
  margin: 0 0.375rem 0 0;
  color: #231f20;
}
@media (min-width: 992px) {
  .share-links__print-title {
    font-size: 1.1875rem;
  }
}

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

.share-links__icon {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media (min-width: 992px) {
  .share-links__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.site-footer {
  width: 100%;
  margin: 0 0 1.5rem 0;
}

.site-footer__inner {
  padding: 2.5rem 0;
  border-top: 0.0625rem solid #005eb8;
  border-bottom: 0.0625rem solid #005eb8;
}

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

.site-footer__logo {
  max-width: 25rem;
}

.site-footer__nav {
  padding: 0.75rem 0;
}

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

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

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

.site-footer__social {
  padding-top: 0.9375rem;
}

.site-footer__social-link {
  margin: 0 0.3125rem 0 0;
}
@media (min-width: 768px) {
  .site-footer__social-link {
    margin: 0 0 0 0.3125rem;
  }
}

.site-footer__social-link-icon {
  width: 2.6875rem;
  height: 2.6875rem;
}

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

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

.site-header__logo {
  width: 65%;
  max-width: 9.375rem;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .site-header__logo {
    max-width: 12.5rem;
  }
}
.site-header__logo img {
  height: 100%;
}

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

.site-header__search-form {
  display: none;
}
@media (min-width: 768px) {
  .site-header__search-form {
    display: block;
  }
}

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

.site-header__secondary {
  z-index: 15;
}

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

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

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

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

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

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

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

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

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

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content > p,
.standard-content > ul,
.standard-content > ol {
  margin-bottom: 2.5rem;
}
.standard-content > img {
  margin-bottom: 2.5rem;
}
.standard-content > .button, .standard-content > .filter-group__button-primary,
.standard-content > .file,
.standard-content > .blockquote,
.standard-content > .warning-callout {
  margin-bottom: 2.5rem;
}
.standard-content > .button, .standard-content > .filter-group__button-primary {
  display: table;
}
.standard-content ul li,
.standard-content ol li {
  margin: 0.3125rem 0;
}

.wp-block-table {
  margin-bottom: 2.5rem;
}
.wp-block-table table {
  margin-bottom: 0;
}

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

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

.wp-block-file__button {
  display: inline-block;
  color: white;
  background-color: #005eb8;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
}
.wp-block-file__button:hover {
  background-color: #00519f;
  text-decoration: none;
}

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

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

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

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

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

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

.aligncenter {
  margin: 0 auto;
}

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

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

.standard-content__inner {
  width: 100%;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .standard-content__inner {
    width: 60%;
    padding-top: 3rem;
  }
}

.table-of-contents {
  padding: 1rem;
  background: white;
  border: 0.125rem solid #e8edee;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .table-of-contents {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}

.table-of-contents__heading {
  margin: 0 0 1rem 0;
  border-bottom: 0.125rem solid #e8edee;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .table-of-contents__heading {
    font-size: 1.75rem;
  }
}

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

.table-of-contents__item {
  margin-bottom: 0.5rem;
}
.table-of-contents__item:last-child {
  margin-bottom: 0;
}

.table-of-contents__link {
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .table-of-contents__link {
    font-size: 1.375rem;
  }
}
.table-of-contents__link:hover {
  text-decoration: underline;
}

.warning-callout {
  font-size: 1.1875rem;
  color: white;
  padding: 1.5rem;
  background: #ae2573 url("../imgs/icons/warning.svg") no-repeat center;
  background-size: 2.8125rem;
  background-position: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .warning-callout {
    background-size: 4.375rem;
    background-position: 1.5rem 1.5rem;
  }
}

.warning-callout__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3.75rem;
  min-height: 3.75rem;
}
@media (min-width: 768px) {
  .warning-callout__content {
    margin-left: 6rem;
  }
}

.warning-callout__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .warning-callout__title {
    font-size: 1.625rem;
  }
}

.warning-callout__text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .warning-callout__text {
    font-size: 1.5rem;
  }
}

.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: 400;
  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-secondary.svg") no-repeat left top;
  background-size: 2.25rem;
}
.action-link:focus {
  background-color: #fae100;
  color: #231f20;
  box-shadow: 0 -0.125rem #fae100, 0 0.25rem #231f20;
  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: #005eb8;
}
a.action-link:hover {
  color: #005eb8;
  text-decoration: underline;
}
a.action-link:focus {
  color: #231f20;
  text-decoration: none;
}

.inset-text {
  border-left: 0.3125rem solid #009639;
  padding: 1.25rem;
  font-size: 1.375rem;
}

/**
 * Component: News Article
 */
.news-article {
  display: flex;
  height: 100%;
  width: 100%;
  border: 0.125rem solid #e8edee;
}
@media (min-width: 992px) {
  .news-article {
    min-height: 11rem;
  }
}

.news-article__image {
  display: none;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .news-article__image {
    display: block;
    width: 100%;
  }
}

.news-article__link {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .news-article__link {
    display: block;
    width: 78%;
  }
}
@media (min-width: 992px) {
  .news-article__link {
    width: 72%;
  }
}

@media (min-width: 768px) {
  .news-article__image--med-hide {
    display: none;
  }
}
@media (min-width: 992px) {
  .news-article__image--med-hide {
    display: block;
  }
}

.news-article__content {
  width: 100%;
  padding: 1.1875rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .news-article__content {
    border-left: none;
  }
}

.news-article__title {
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .news-article__title {
    font-size: 1.5rem;
  }
}
.news-article__title a {
  text-decoration: none;
}
.news-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-article__title {
    font-size: 1.375rem;
  }
}

.news-article__meta p {
  margin-bottom: 0;
  font-size: 1rem;
}

.news-article__date-title {
  font-weight: 600;
}

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

.news-article__category {
  display: block;
  margin: auto 0 0 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .news-article__category {
    font-size: 1.1875rem;
  }
}

.news-article__category-title {
  font-weight: 600;
}

/**
 * Component: News List
 */
.news-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list__item {
  margin-bottom: 1.5rem;
}
.news-list__item:last-child {
  margin-bottom: 0;
}

.news-list__item--featured .news-article {
  flex-direction: column;
}
.news-list__item--featured .news-article__link {
  width: 100%;
}
.news-list__item--featured .news-article__image {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.news-list__item--featured .news-article__image:after {
  padding-top: 61.1111111111%;
  display: block;
  content: "";
}
.news-list__item--featured .news-article__content {
  background-color: #e8edee;
  border: none;
}
.news-list__item--featured .news-article__title {
  margin-bottom: 2.1875rem;
}
.news-list__item--featured .news-article__date-title,
.news-list__item--featured .news-article__category-title {
  font-weight: normal;
}

/**
 * Component: Hero
 */
.hero {
  position: relative;
}

@media (min-width: 768px) {
  .hero__image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .hero__inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero__inner {
    min-height: 18.75rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .hero__inner {
    min-height: 28.75rem;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    min-height: 37.5rem;
  }
}

.hero__content {
  background-color: #026ab4;
  padding: 1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 1.875rem 2.625rem 1.875rem 1.5625rem;
    max-width: 26.25rem;
  }
}
@media (min-width: 992px) {
  .hero__content {
    max-width: 34.375rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    max-width: 44.875rem;
  }
}

.hero__title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 2.125rem;
    line-height: 2rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 2.5rem;
    line-height: 2.375rem;
    margin-bottom: 1.0625rem;
  }
}

.hero__description {
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .hero__description {
    font-size: 1.25rem;
    margin-bottom: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }
}

.promotion {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 100%;
}

.promotion__title {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .promotion__title {
    font-size: 2rem;
  }
}

.promotion__description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .promotion__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .promotion__description {
    font-size: 1.25rem;
  }
}

.promotion__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0;
  background-color: #425563;
  color: white;
  padding: 3.375rem 2.125rem;
}
@media (min-width: 992px) {
  .promotion__content {
    padding: 6rem 3rem;
  }
}

.promotion__button {
  margin-top: 1.5rem;
}

.promotion__figure {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f8f9;
  background-position: center center;
}
@media (min-width: 768px) {
  .promotion__figure {
    width: 50%;
    order: 2;
  }
}
.promotion__figure:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.contact-details {
  background-color: #e8edee;
  padding: 1.25rem;
}
.contact-details a {
  font-size: 1.1875rem;
}

.contact-details__heading {
  font-size: 1.1875rem;
  margin: 0;
}

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

.social-links {
  width: 100%;
  padding: 0;
}

.social-links__info {
  margin-bottom: 1.875rem;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .social-links__info {
    font-size: 1.875rem;
  }
}

.social-links__icons {
  display: flex;
  justify-content: flex-start;
}

.social-links__icon {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 0 0 0.75rem;
}
.social-links__icon:first-of-type {
  margin: 0;
}

.social-links__icon-image {
  border: 2px solid white;
  border-radius: 50%;
}

.social-links__heading {
  font-size: 1.625rem;
  padding-bottom: 0.625rem;
  margin: 0;
  text-transform: lowercase;
}
.social-links__heading::first-letter {
  text-transform: capitalize;
}
