@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
*/
/**
 * 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: 1rem;
  left: 0;
  color: white;
  font-weight: 700;
  font-size: 1.9rem;
  background: #005EB8;
  text-decoration: none;
  z-index: 10000;
}

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

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

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

html {
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231f20;
}

p,
ul,
ol,
input,
textarea,
label,
select {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  p,
  ul,
  ol,
  input,
  textarea,
  label,
  select {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  p,
  ul,
  ol,
  input,
  textarea,
  label,
  select {
    font-size: 1.9rem;
  }
}

a {
  text-decoration: none;
  display: inline-block;
  color: #005EB8;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

h4, h5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  h4, h5 {
    font-size: 1.9rem;
  }
}

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

.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, .error-debugger, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  width: 90%;
  max-width: 124rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .u-wrapper, .error-debugger, .cookie-banner--main,
  .cookie-banner--accept,
  .cookie-banner--reject {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .u-wrapper, .error-debugger, .cookie-banner--main,
  .cookie-banner--accept,
  .cookie-banner--reject {
    width: 90%;
  }
}

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

/**
* Forms
*/
label,
legend {
  display: inline-block;
  vertical-align: middle;
  color: #231f20;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  label,
  legend {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  label,
  legend {
    font-size: 2.2rem;
  }
}

input,
textarea,
select {
  color: #231f20;
  border: 0.2rem solid #425563;
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 0.5rem;
  font-family: "Frutiger W01", Arial, sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0.3rem solid #FAE100;
}

textarea {
  resize: vertical;
}

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: 1.1rem 2.5rem 1.1rem 2rem;
  margin: 0;
  border: 0.1rem solid #768692;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: white;
  background-image: url("assets/imgs/icons/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: 1.9rem 1.9rem;
  background-position: right 2.5rem center;
  padding: 1.1rem 5.2rem 1.1rem 2rem;
  margin: 0;
  border: 0.1rem solid #768692;
}

.select--focus {
  outline: none;
  border-color: #005EB8;
}

.select__placeholder {
  font-size: 1.6rem;
  background-color: white;
}
@media (min-width: 768px) {
  .select__placeholder {
    font-size: 1.9rem;
  }
}

input[type=checkbox].checkbox-hidden {
  width: 4rem;
  height: 4rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

input[type=checkbox]:not(.checkbox-hidden) {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.checkbox {
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #425563;
  margin-right: 1rem;
}

.checkbox--focus {
  outline: 0.3rem solid #FAE100;
}

.checkbox--checked {
  background-image: url("assets/imgs/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border-color: #005EB8;
}

input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #425563;
  border-radius: 50%;
  padding: 0.3rem;
  margin: 0 2.4rem 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=file] {
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  line-height: 1.5;
  height: auto;
  width: auto;
  text-decoration: none;
}

button,
input[type=submit] {
  font-family: "Frutiger W01", Arial, sans-serif;
}

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

fieldset {
  border: none;
}

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

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

.gfield_radio {
  list-style: none;
  padding: 0;
}
.gfield_radio .gchoice {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .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: 75%;
  }
}

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

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

.gfield_description {
  margin-bottom: 1.2rem;
}

.gsection_title {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  margin-bottom: 0.6rem;
}

.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.6rem;
}
.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.6rem;
}
.ginput_container_consent label {
  margin: 0;
  font-weight: 400;
}

.ginput_container_name {
  display: flex;
  margin-left: -2.4rem;
}
.ginput_container_name .name_first,
.ginput_container_name .name_last {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2.4rem;
  width: 50%;
}
.ginput_container_name .name_first label,
.ginput_container_name .name_last label {
  font-weight: 400;
  margin: 0 1.2rem 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.4rem 0.8rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  background-color: #d9e2e3;
  border-radius: 0.5rem;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) {
  .gfield_password_strength {
    width: 50%;
  }
}

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

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

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

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

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

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

.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 1rem;
}

.gfield_time_hour {
  max-width: 10rem;
}

.gfield_time_minute {
  max-width: 9rem;
  margin-right: 2rem;
}

.gfield_time_ampm {
  width: 11rem;
}

.ginput_container_address {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ginput_container_address {
    margin-left: -2.4rem;
  }
  .ginput_container_address .ginput_full {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .ginput_container_address .ginput_left,
  .ginput_container_address .ginput_right {
    width: 50%;
    padding-left: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .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.3rem solid #8A1538;
  border-radius: 1rem;
  padding: 1rem 0 0 0;
}
.gfield_error > * {
  padding: 0 1rem 0 1rem;
}

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

.gform_confirmation_message {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .gform_confirmation_message {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .gform_confirmation_message {
    font-size: 1.9rem;
  }
}

.gfield_custom_section {
  margin-bottom: 1rem;
}

.gfield_custom_h2 {
  margin-bottom: 0;
}

.gfield--type-date .ginput_complex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}
.gfield--type-date .ginput_complex .ginput_container {
  margin: 0 1.6rem;
}
.gfield--type-date .ginput_complex .ginput_container input {
  width: 100%;
}

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

.noscroll {
  overflow: hidden;
}
.noscroll .site-header__mobile-shim {
  overflow-y: scroll;
  height: 100%;
}

.noscroll-modal {
  overflow: hidden;
}

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

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

@media print {
  @page {
    size: A4;
  }
  body {
    position: relative;
  }
  .container {
    min-height: unset !important;
    overflow: visible;
  }
  .site-header {
    display: none;
  }
  .site-footer {
    display: none;
  }
  .button, .filter-group__button-primary, .cookie-banner-button--reject, .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button, .wt-cli-manage-consent-link, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
    background: none !important;
    border: none !important;
    color: #005EB8 !important;
  }
  .wp-block-embed-youtube,
  .wp-block-embed-vimeo {
    display: none;
  }
  .social-media-banner {
    display: none;
  }
  .social-links {
    display: none;
  }
  .share-links {
    display: none;
  }
  .table-of-contents {
    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: 1rem !important;
  }
  .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__list,
  .related-pages__item {
    border: none !important;
  }
  .related-pages__item a[href]:after {
    content: " (" attr(href) ")";
  }
  .related-pages-group__title {
    display: block;
  }
  .related-pages-group__list {
    display: block !important;
  }
  .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;
  }
  .do-dont__title {
    padding-left: 0;
  }
  .do-dont__title:before {
    display: none;
  }
  .expander a[href]:after {
    content: "";
  }
  .expander.expander--minimised a[href]:after {
    content: "{The content for this section is minimised therefore it has been hidden}";
  }
}
table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0;
}

td, th {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #768692;
}
@media (min-width: 768px) {
  td, th {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  td, th {
    font-size: 1.9rem;
  }
}

th {
  border-bottom: 0.3rem solid #768692;
  text-align: left;
}

.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: 37rem;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-single.is-hidden {
  display: none;
}

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

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

.pika-label {
  order: 2;
  padding: 0.5rem 0.3rem;
  font-size: 1.9rem;
  font-weight: bold;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 2rem;
  height: 3rem;
  text-indent: 2rem;
  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: 4.8rem;
  padding: 0;
  border: 0.1rem solid #ccc;
}
.pika-table th {
  color: #005EB8;
  font-size: 1.6rem;
  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.8rem 0.5rem;
  color: #231f20;
  font-size: 1.4rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-align: right;
  background: white;
  border: none;
}
.is-today .pika-button {
  color: #005EB8;
  font-weight: 700;
}
.is-selected .pika-button {
  color: white;
  font-weight: 700;
  background: #005EB8;
  box-shadow: inset 0 0.1rem 0.3rem 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;
}

.ui-datepicker {
  position: relative;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  font-family: "Frutiger W01", Arial, sans-serif;
  max-width: 35rem;
  padding: 0.8rem;
}

.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.3rem;
}

.ui-datepicker-title {
  order: 2;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
  padding: 0 0.5rem;
  border: 0;
  font-weight: 700;
  font-size: 1.9rem;
}

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

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

.ui-datepicker-next {
  order: 3;
  margin-left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
.ui-datepicker-calendar tbody {
  background: #2B2D2E;
}
.ui-datepicker-calendar tr {
  border: none;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  width: 14.2857142857%;
  min-width: 4.8rem;
  padding: 0;
  background: white;
  text-align: right;
  border: 0.1rem solid #2B2D2E;
}
.ui-datepicker-calendar th {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #2B2D2E;
}
.ui-datepicker-calendar abbr {
  text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 0.8rem 0.5rem;
  color: #231f20;
  font-size: 1.4rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-align: right;
  background: white;
  border: none;
}
.ui-datepicker-calendar .ui-state-default:hover {
  color: white;
  background: #005EB8;
  box-shadow: none;
}
.ui-datepicker-calendar .ui-state-disabled {
  pointer-events: none;
  cursor: default;
  background: #768692;
  color: white;
}
.ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
  background: #E8EDEE;
  cursor: not-allowed;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  color: #005EB8;
  font-weight: 700;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default:hover {
  color: white;
}
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
  color: white;
  font-weight: 700;
  background: #005EB8;
  box-shadow: inset 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}

.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;
  }
}
/**
 * Component: Trac Job Board
 *
 * We cant control the codebase so there will be a lot of specificity issues.
 */
#hj-content {
  min-height: 50rem;
  text-align: left;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #hj-content {
    font-size: 1.9rem;
  }
}

#hj-content,
#hj-content section {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

#hj-jobs-board-content header,
#hj-jobs-board-content nav,
#hj-jobs-board-content section,
#hj-jobs-board-content article,
#hj-jobs-board-content aside,
#hj-jobs-board-content footer {
  display: block;
}

#hj-jobs-board-content .clearfix {
  display: inline-block;
}

#hj-jobs-board-content .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#hj-jobs-board-content .clearfix {
  display: block;
}

#hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs fieldset.endwidgets,
#hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs fieldset.endwidgets .endwidget-padding,
#hj-content #hj-main .hj-simple-search .endwidgets {
  padding: 0;
  margin: 0;
  border: 0;
}

#hj-content .hj-job-search .form-widget {
  display: flex;
}

#hj-main #hj-job-list .hj-sorter .form-widget select {
  height: 4rem;
  font-size: 1.6rem;
  background-color: white;
  color: #231f20;
  border: 0.1rem solid #E8EDEE;
}
@media (min-width: 768px) {
  #hj-main #hj-job-list .hj-sorter .form-widget select {
    font-size: 1.9rem;
  }
}

#hj-content form fieldset {
  border: 0;
}

#hj-content form fieldset.endwidgets {
  background: transparent;
}

#hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form_widget {
  display: flex;
}

#hj-content #JobSearch_default input#JobSearch\.q {
  width: 100%;
  margin: 0;
}

#hj-menu > * {
  float: right;
  margin-right: 1.2rem;
}

#hj-menu ul li {
  background: 0;
  padding-left: 0;
}

#hj-menu a.hj-button {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

#hj-menu input[type=button],
#hj-menu a.hj-button {
  box-shadow: inset 0 -0.2rem #777;
  box-shadow: inset 0 -0.2rem rgba(0, 0, 0, 0.25);
  background-color: #ddd;
  border: 0;
  padding: 0.5em 1em;
  font-weight: bold;
  margin: 0.5em 0;
}

#hj-menu input[type=button]:hover,
#hj-menu input[type=button]:focus,
#hj-menu a.hj-button:hover,
#hj-menu a.hj-button:focus {
  background-color: #005EB8;
}

#hj-menu input[type=button].hj-primary,
#hj-menu a.hj-button.hj-button.hj-primary {
  padding: 0.7em 2em;
  box-shadow: inset 0 -0.2rem #aaa;
  box-shadow: inset 0 -0.3rem rgba(0, 0, 0, 0.15);
  font-size: 1.3em;
  font-weight: 900;
}

#hj-menu {
  position: relative;
  max-height: 3em;
  margin: 0 0 4.8rem 0;
}

#hj-menu ul {
  margin: 0;
}

#hj-menu ul li {
  list-style: none;
  float: left;
  width: auto;
}

#hj-menu ul li a {
  display: block;
  height: 100%;
  padding: 0 1.5ex;
  width: auto;
}

#hj-menu ul li a:hover {
  text-decoration: none;
}

#hj-menu ul li a.hj-button,
#hj-menu ul li .yui-button.hj-button a,
#hj-menu ul li .yui-button.hj-button button {
  height: auto;
}

#hj-menu ul#hj-account-menu {
  float: right;
  padding: 0;
}

#hj-menu input[type=submit],
#hj-menu input[type=button] {
  line-height: 1em;
  font-weight: 900;
  font-size: 1.1em;
  margin: 0;
  margin-left: 0.5em;
}

#hj-menu button,
#hj-menu a.hj-button,
#hj-menu .yui-button.hj-button a,
#hj-menu .yui-button.hj-button button {
  line-height: 1em;
  font-weight: 900;
  font-size: 1.1em;
  margin: 0;
}

#hj-menu .hj-return-to-feed,
#hj-menu ul#hj-account-menu li.hj-welcome-message {
  position: absolute;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: right;
  white-space: nowrap;
  padding-right: 0;
  right: 0;
  margin-right: 0;
}

#hj-menu .hj-return-to-feed {
  top: 100%;
  padding: 0.1em 0.6em;
  margin: 0.1em 0;
}

#hj-menu ul#hj-account-menu > li {
  margin-right: 2ex;
}

#hj-menu ul#hj-account-menu > li:last-child {
  margin-right: 0;
}

#hj-menu ul#hj-account-menu li.hj-welcome-message {
  top: -1.4em;
}

#hj-content .hj-ad img {
  max-width: 100%;
}

#hj-content .breadcrumbs {
  margin: 0 0 1em 0;
  line-height: 2em;
  font-size: 0.9em;
  padding-left: 0;
  border: none;
}

#hj-content .breadcrumbs li {
  list-style: none;
  float: left;
  line-height: normal;
  width: auto;
  margin: 0;
  padding: 0;
}

#hj-content .breadcrumbs li a {
  color: #005EB8;
}

#hj-content .breadcrumbs li a:hover {
  text-decoration: underline;
  color: #004485;
}

#hj-content .breadcrumbs li:after {
  content: ">";
  padding: 0 0.3em;
}

#hj-content .breadcrumbs li.current:after {
  content: "";
}

#hj-content .breadcrumbs:last-of-type {
  display: none;
}

#hj-content .hj-error,
#hj-content .hj-warning,
#hj-content .validation_message {
  color: #a60000;
}

#hj-content p.information,
#hj-content .hj-maint ul li,
#hj-content #hj-messages ul li {
  margin: 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding: 1em 2em 1em 44px;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: 10px center;
}

#hj-content #hj-messages ul li {
  color: inherit;
}

#hj-content #hj-messages ul li .hj-action-link {
  white-space: nowrap;
}

#hj-content .hj-maint ul,
#hj-content #hj-messages ul {
  padding: 0;
  margin: 0;
}

#hj-content .hj-maint ul li,
#hj-content p.information,
#hj-content #hj-messages ul li {
  background-color: #daf6ff;
  border-color: #8bcadd;
  list-style: none;
}

#hj-content .hj-maint ul li li,
#hj-content #hj-messages ul li li {
  background-image: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0.4em;
}

#hj-content #hj-messages ul li ol li {
  list-style: decimal;
}

#hj-content #hj-messages ul.information,
#hj-content #hj-messages ul.warning {
  background: 0;
}

#hj-content #hj-messages ul.hj-error li,
#hj-content .hj-job-list ol > li .hj-eligibility-note {
  background-color: #FDD;
  border-color: #c60000;
}

#hj-content #hj-messages ul.hj-error li,
#hj-content .hj-job-list ol > li .hj-eligibility-note {
  background-image: url(/zc/modules/NursingNet/images/frontend/widgets/alert.png);
}

#hj-content #hj-messages ul.hj-success li {
  background-color: #DFD;
  border-color: #007d00;
  background-image: url(/zc/modules/NursingNet/images/frontend/widgets/tick-green.png);
}

#hj-content .full_validation:first-child,
#hj-content .hj-maint ul:first-child li:first-child,
#hj-content #hj-messages ul:first-child li:first-child,
#hj-content #hj-messages ul li p:first-child {
  margin-top: 0;
}

#hj-content form > .validation:first-child {
  margin-top: 0;
}

#hj-content #hj-messages ul li p {
  margin: 0.5em 0 0;
}

#hj-content button,
#hj-content a.hj-button,
#hj-menu a.hj-button,
#hj-menu button {
  background-color: #005EB8;
  color: white;
}

#hj-content input[type=submit],
#hj-content input[type=button],
#hj-menu input[type=button] {
  background-color: #005EB8;
}

#hj-content input.hj-primary[type=submit],
#hj-content input.hj-primary[type=button],
#hj-menu input.hj-primary[type=button] {
  background-color: #005EB8;
}

#hj-content button:hover,
#hj-content a.hj-button:hover,
#hj-content button:focus,
#hj-content a.hj-button:focus,
#hj-menu button:hover,
#hj-menu a.hj-button:hover,
#hj-menu button:focus,
#hj-menu a.hj-button:focus {
  background-color: #00519f;
  color: white;
}

#hj-content input[type=submit]:hover,
#hj-content input[type=button]:hover,
#hj-menu input[type=button]:hover,
#hj-content input[type=submit]:focus,
#hj-content input[type=button]:focus,
#hj-menu input[type=button]:focus {
  background-color: #00519f;
  color: white;
}

#hj-content input.hj-primary[type=submit]:hover,
#hj-content input.hj-primary[type=button]:hover,
#hj-menu input.hj-primary[type=button]:hover,
#hj-content input.hj-primary[type=submit]:focus,
#hj-content input.hj-primary[type=button]:focus,
#hj-menu input.hj-primary[type=button]:focus {
  background-color: #00519f;
  color: white;
}

#hj-content input[type=submit],
#hj-content input[type=button],
#hj-menu input[type=button] {
  color: white;
}

#hj-content input.hj-primary[type=submit],
#hj-content input.hj-primary[type=button],
#hj-menu input.hj-primary[type=button] {
  color: white;
}

#hj-content button:hover,
#hj-content a.hj-button:hover,
#hj-content button:focus,
#hj-content a.hj-button:focus,
#hj-menu button:hover,
#hj-menu a.hj-button:hover,
#hj-menu button:focus,
#hj-menu a.hj-button:focus {
  color: white;
  background-color: #00519f;
}

#hj-content input[type=submit]:hover,
#hj-content input[type=button]:hover,
#hj-menu input[type=button]:hover,
#hj-content input[type=submit]:focus,
#hj-content input[type=button]:focus,
#hj-menu input[type=button]:focus {
  color: white;
  background-color: #00519f;
}

#hj-content input.hj-primary[type=submit]:hover,
#hj-content input.hj-primary[type=button]:hover,
#hj-menu input.hj-primary[type=button]:hover,
#hj-content input.hj-primary[type=submit]:focus,
#hj-content input.hj-primary[type=button]:focus,
#hj-menu input.hj-primary[type=button]:focus {
  color: white;
  background-color: #00519f;
}

#hj-content button,
#hj-content a.hj-button,
#hj-menu a.hj-button,
#hj-menu button {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

#hj-content input[type=submit],
#hj-content input[type=button],
#hj-menu input[type=button] {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

#hj-content input.hj-primary[type=submit],
#hj-content input.hj-primary[type=button],
#hj-menu input.hj-primary[type=button] {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

#hj-content #hj-select-sector h2,
#hj-content #hj-select-sector h3 {
  text-align: left;
}

#hj-content #hj-select-sector ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 768px) {
  #hj-content #hj-select-sector ul {
    margin: 0 0 0 -2.4rem;
  }
}

#hj-content #hj-select-sector ul li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  #hj-content #hj-select-sector ul li {
    width: 50%;
    padding: 0 0 0 2.4rem;
  }
}

#hj-content #hj-select-sector ul li.hj-custom-sector-icon {
  width: auto;
  min-width: 0;
}

#hj-content #hj-select-sector ul li a {
  width: 100%;
  height: 100%;
}

#hj-content #hj-select-sector ul li a:hover {
  background-color: inherit;
}

#hj-content #hj-select-sector img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

#hj-content #hj-select-sector .hj-css-sector-icon {
  display: flex;
  align-items: center;
  height: 100%;
}

#hj-content #hj-select-sector .hj-css-sector-icon div {
  overflow: hidden;
  width: 100%;
}

#hj-content #hj-select-sector .hj-css-sector-icon div.hj-css-icon {
  width: 33%;
  min-width: 55px;
}

#hj-content #hj-select-sector .hj-css-sector-icon img.hj-css-icon {
  width: 100%;
}

#hj-content #hj-select-sector .hj-css-sector-icon h3.hj-css-icon-text {
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0;
  word-break: break-word;
}
@media (min-width: 992px) {
  #hj-content #hj-select-sector .hj-css-sector-icon h3.hj-css-icon-text {
    font-size: 1.9rem;
  }
}

#hj-content #hj-select-sector p.hj-warning {
  text-align: center;
}

#hj-content #hj-select-sector .hj-css-sector-icon {
  background-color: #005EB8;
}

#hj-content #hj-select-sector .hj-css-sector-icon h3 {
  color: #fff;
}

#hj-content #hj-select-sector .hj-css-sector-icon:hover,
#hj-content #hj-select-sector .hj-css-sector-icon:hover h3 {
  background-color: #00519f;
}

#hj-content #hj-select-sector .hj-css-sector-icon:hover h3 {
  color: #fff;
}

#hj-content #JobSearch_default {
  margin: 1em 0;
}

#hj-content #JobSearch_default input {
  height: auto;
  padding: 1%;
}

#hj-content #hj-job-list ol {
  list-style-type: none;
  padding-left: 0;
}

#hj-content #hj-job-list ol li a:hover,
#hj-content #hj-job-list ol li a:focus {
  background-color: #efefef;
}

#hj-content #hj-job-list .hj-job-detail,
#hj-content #hj-job-list .hj-job-detail .hj-field-caption {
  float: left;
}

#hj-content #hj-job-list .hj-job-detail .hj-field-caption {
  font-weight: 600;
  margin-right: 0.8rem;
}

#hj-content #hj-job-list .hj-job header,
#hj-content #hj-job-list .hj-job .hj-job-details {
  width: 100%;
}

#hj-content #hj-job-list .hj-job header,
#hj-content #hj-job-list .hj-job .hj-job-details,
#hj-content #hj-job-list .hj-job .hj-job-details .hj-job-detail {
  float: left;
  clear: both;
}

#hj-content #hj-job-list .hj-job .hj-job-details .hj-employer-details .hj-job-detail {
  display: inline;
  float: none;
}

#hj-content #hj-job-list .hj-job .hj-job-detail.hj-grade {
  float: right;
}

#hj-content .hj-job-list .hj-eligibility-note {
  display: block;
  float: right;
  margin-left: 1em;
  background-repeat: no-repeat;
  padding: 0 0.4rem 0 0.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: 1px solid;
  border-radius: 0.6rem;
}

#hj-content .hj-job-list ol li a {
  display: block;
  padding: 1.2rem;
}

#hj-content .hj-job-list ol li a header {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}

#hj-content .hj-job-list ol li {
  border-bottom: #E8EDEE 1px solid;
}

#hj-content .hj-job-list ol li:last-child,
#hj-content .hj-job-list ol li.last {
  border-bottom: 0;
}

#hj-content .hj-job-list ol {
  border: 0;
}

#hj-content .hj-job-list ol > li:last-child {
  border-bottom: 0;
}

#hj-content .hj-job-list .hj-sorter {
  padding-bottom: 0.5em;
  margin: 1em 0;
  overflow: hidden;
}

#hj-content .hj-job-list .hj-sorter form {
  margin: 0;
  padding: 0;
}

#hj-content .hj-standard-box {
  margin: 1em auto;
}

#hj-content .hj-standard-box .hj-box-heading {
  text-align: left;
  padding: 0.5em 1em;
  font-weight: bold;
  margin: 0;
  background-color: #005EB8;
  color: white;
}

#hj-content .hj-standard-box .hj-box-content {
  padding: 1em;
  overflow: hidden;
  background: #efefef;
}

#hj-content .hj-no-wrap {
  white-space: pre;
}

#hj-content .hj-other-jobs-links {
  text-align: center;
}

#hj-content #hj-job a.hj-apply-online {
  width: 50%;
  min-width: 250px;
  margin: 2em auto 3em;
  display: block !important;
  text-align: center;
  padding: 0.7em 2em;
  font-size: 1.3em;
  font-weight: 900;
}

#hj-content .hj-employer-icons img {
  padding: 5px;
  vertical-align: middle;
  max-height: 100px;
}

#hj-content ul.mime-attachments {
  margin: 1em;
  padding: 0;
}

#hj-content ul.mime-attachments li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  min-height: 16px;
}
#hj-content ul.mime-attachments li:before {
  content: "-";
}

#hj-content dl,
#hj-content dl * {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  padding: 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #hj-content dl,
  #hj-content dl * {
    font-size: 1.9rem;
  }
}

#hj-content .hj-details-two-column dl {
  width: 49%;
}

#hj-content dl dt {
  width: 28%;
  font-weight: bold;
  margin-right: 2%;
  clear: left;
}

#hj-content dl dd {
  width: 70%;
  clear: right;
  text-align: left;
}

@media only screen and (max-width: 660px) {
  #hj-content .hj-details-two-column dl,
  #hj-content dl dt,
  #hj-content dl dd {
    width: 100%;
    text-align: left;
  }
}
#hj-loading-section {
  display: none;
}

.hj-job-list .hj-job-pager:first-of-type {
  display: none;
}

.pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
}

.pager-item {
  margin-right: 0.5rem;
}
.pager-item:before {
  content: "";
}

.pager-item > a {
  display: block;
  color: #005EB8;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #E8EDEE;
  font-weight: 700;
}
c .pager-item > a:hover {
  background: #41B6E6;
  text-decoration: none;
}

.pager-item.selected {
  background: #41B6E6;
  border: 1px solid #41B6E6;
  color: black;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #E8EDEE;
}

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

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

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

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

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

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

#cookie-law-info-bar {
  padding: 3rem 1rem 2rem 1rem !important;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-weight: 700;
  font-size: 2.4rem;
  margin: 1.2rem 0;
}
#cookie-law-info-bar .cli_mixd_message {
  display: block;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.9rem;
  padding: 1.4rem;
  text-align: center;
  background-color: #00703c;
  color: white;
  font-weight: normal;
  margin: 0 0.5rem 1rem 0.5rem;
  line-height: 1.25;
  min-width: 20rem;
  display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
  background-color: #00572e !important;
}

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

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

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

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

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

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

.cbg-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

#ccc {
  display: none;
}

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

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

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

.govuk-notification-banner__header {
  padding: 0.2rem 1.5rem 0.5rem;
  border-bottom: 0.1rem solid;
  color: white;
}
@media (min-width: 992px) {
  .govuk-notification-banner__header {
    padding: 0.2rem 2rem 0.5rem;
  }
}

.govuk-notification-banner__content {
  background: white;
  padding: 1.5rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .govuk-notification-banner__content {
    font-size: 1.9rem;
    padding: 2rem;
  }
}

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

/**
 * Component: A-Z Button
 */
.a-z-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #005EB8;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005EB8;
  width: 100%;
  text-decoration: underline;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .a-z-button {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .a-z-button {
    font-size: 2.4rem;
  }
}
.a-z-button:hover {
  background: #005EB8;
  color: white;
  text-decoration: none;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}
.a-z-button:focus {
  border-color: #231f20;
  border-width: 0.3rem;
  outline: 0.3rem solid #FAE100;
}

.a-z-button--disabled {
  color: #5e6c77;
  pointer-events: none;
  border-color: #a2abb2;
  text-decoration: none;
}
.a-z-button--disabled:hover, .a-z-button--disabled:visited {
  color: #231f20;
}

.a-z-button--active {
  background: #005EB8;
  color: white;
}
.a-z-button--active:hover, .a-z-button--active:visited {
  color: white;
}

/**
 * Component: A-Z Group
 */
.a-z-group__title {
  border-bottom: 0.2rem solid #0072ce;
  display: block;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .a-z-group__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

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

/**
 * Component: Banner
 */
.alert-banner {
  background-color: #FAE100;
  position: relative;
  padding: 1.2rem 0;
  width: 100%;
}

.alert-banner__title {
  text-align: center;
  margin: 0;
}
.alert-banner__title a {
  color: #231f20;
  font-weight: bold;
}

.notification--hidden {
  display: none;
}

/**
 * Component: Modal Notification
 */
.alert-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
  width: 100%;
}

.alert-modal__inner {
  padding: 2rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E8EDEE;
  box-shadow: 0 -0.2rem 1.2rem 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .alert-modal__inner {
    padding: 1.5rem;
    max-width: 86rem;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}

.alert-modal__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.alert-modal__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .alert-modal__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .alert-modal__title {
    font-size: 4rem;
  }
}

.alert-modal__content {
  overflow-y: scroll;
  max-height: 33vh;
  text-align: center;
}
@media (min-width: 768px) {
  .alert-modal__content {
    padding: 2rem;
  }
}

.alert-modal__message {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .alert-modal__message {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .alert-modal__message {
    font-size: 2rem;
  }
}

.alert-modal__dismiss {
  display: flex;
  align-items: center;
  color: #005EB8;
  background: #E8EDEE;
  -webkit-appearance: none;
  border: none;
}
.alert-modal__dismiss:hover {
  cursor: pointer;
}

.alert-modal__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem;
}

.alert-modal__dismiss-message {
  margin-bottom: 0;
}

.js-modal-hidden {
  display: none;
}

/**
 * Component: Takeover
 */
.alert-takeover {
  background: #DA291C;
  margin-bottom: 3rem;
}

.alert-takeover__inner {
  font-size: 1.8rem;
  color: white;
  text-align: center;
  padding: 6.4rem 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .alert-takeover__inner {
    background: #DA291C;
  }
}

.alert-takeover__title {
  font-size: 3rem;
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto 2.4rem auto;
}
@media (min-width: 768px) {
  .alert-takeover__title {
    margin-bottom: 1.2rem;
    font-size: 4.2rem;
  }
}

.alert-takeover__content {
  display: block;
  max-width: 98rem;
  font-size: 1.6rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .alert-takeover__content {
    font-size: 1.9rem;
  }
}

.alert-takeover__button {
  margin-top: 3rem;
}

/**
* Gutenberg Blockquote styles
*/
blockquote {
  background: url("assets/imgs/icons/quote.svg") no-repeat;
  background-size: 5rem 5rem;
  background-position: 4rem 3rem;
  padding: 9rem 4rem 5.5rem 4rem;
  margin-bottom: 3rem;
  background-color: #7FD4E6;
  border-radius: 0.5rem;
}
blockquote p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 2.6rem;
  }
}
blockquote cite {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 768px) {
  blockquote cite {
    font-size: 1.9rem;
  }
}

/**
 * Component: Example
 */
.breadcrumbs {
  font-size: 1.6rem;
  padding: 1.2rem 0;
  background-color: #f1f4f4;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span, .breadcrumbs .current-item {
  margin: 0 0.4rem;
}
.breadcrumbs span:first-child, .breadcrumbs .current-item:first-child {
  margin-left: 0;
}

/**
 * Component: Button
 */
.button, .filter-group__button-primary, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 1rem 3.5rem 1rem 1rem;
  background: #005EB8 url("assets/imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 1.6rem 1.6rem;
  background-position: right 1rem center;
  border-radius: 1rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  height: auto;
  width: auto;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0.1rem solid #005EB8;
}
.button:hover, .filter-group__button-primary:hover, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:hover, .wt-cli-manage-consent-link:hover, .cookie-banner-button--accept:hover,
.cookie-banner-accept--hide:hover,
.govuk-button:hover, .cookie-banner-button--reject:hover {
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-color: white;
  color: #005EB8;
  border: 0.1rem solid #41B6E6;
}
.button:focus, .filter-group__button-primary:focus, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:focus, .wt-cli-manage-consent-link:focus, .cookie-banner-button--accept:focus,
.cookie-banner-accept--hide:focus,
.govuk-button:focus, .cookie-banner-button--reject:focus {
  background-image: url("assets/imgs/icons/arrow-right-black.svg");
  background-color: #FAE100;
  color: #231f20;
  border: 0.1rem solid #FAE100;
  outline: none;
  box-shadow: 0 0.3rem 0 0 #231f20;
}
@media (min-width: 768px) {
  .button, .filter-group__button-primary, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button, .cookie-banner-button--reject {
    padding: 1rem 4.5rem 1rem 1.8rem;
    background-position: right 1.4rem center;
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .button, .filter-group__button-primary, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, .wt-cli-manage-consent-link, .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button, .cookie-banner-button--reject {
    font-size: 2rem;
  }
}

.button--secondary {
  background: white url("assets/imgs/icons/arrow-right-blue.svg") right 1rem center no-repeat;
  background-size: 1.6rem 1.6rem;
  color: #005EB8;
  border-radius: 1rem;
  border: 1px solid #005EB8;
}
.button--secondary:hover {
  background: #005EB8 url("assets/imgs/icons/arrow-right-white.svg") right 1rem center no-repeat;
  background-size: 1.6rem 1.6rem;
  color: white;
  border: 1px solid #005EB8;
}

.button--tertiary {
  background-color: #FFB81C;
  color: black;
  background-image: url("assets/imgs/icons/arrow-right-white.svg");
  border: 1px solid #FFB81C;
}
.button--tertiary:hover {
  background-color: white;
  color: #005EB8;
  border: 0.1rem solid #005EB8;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
}

.button--download {
  background-color: transparent;
  border: 1px solid transparent;
  color: #005EB8;
  padding: 0 3.5rem 0 0;
  margin-bottom: 2.4rem;
}
.button--download:hover {
  border: 1px solid transparent;
}

/**
 * Component: Hamburger
 */
.button-menu-toggle {
  border: none;
  background-color: white;
  color: #005EB8;
  font-size: 1.9rem;
  width: 100%;
  text-align: right;
  border-top: 0.2rem solid #005EB8;
  border-bottom: 0.2rem solid #005EB8;
  padding: 0rem 1rem;
}
.button-menu-toggle:focus {
  background-color: #FAE100;
  outline: none;
  color: #231f20;
  border: 0.2rem solid #231f20;
}
.button-menu-toggle:focus .button-menu-toggle__line {
  stroke: #231f20;
}
.button-menu-toggle:focus .button-menu-toggle__text {
  color: #231f20;
}

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

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

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

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

.button-menu-toggle__line {
  stroke: #005EB8;
  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;
}

/**
 * Component: Card Article
 */
.card-article {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  max-width: 90rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.8rem;
}

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

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

.card-article__title a {
  text-decoration: none;
}
.card-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .card-article__title {
    font-size: 2.8rem;
  }
}

.card-article__date {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 2.4rem;
}

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

.card-article__meta {
  display: block;
  margin: auto 0 0 0;
}
.card-article__meta a {
  font-weight: 700;
  text-decoration: underline;
  margin: 0.3rem;
}
.card-article__meta a:hover {
  text-decoration: none;
}

/**
 * Component: card event
 */
.card-event {
  border: 0.1rem solid #c9c9c9;
  border-radius: 0.8rem;
  padding: 2.4rem;
  height: 100%;
}
@media (min-width: 768px) {
  .card-event {
    display: flex;
    align-items: flex-start;
  }
}

.card-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin: 0 2.4rem 2.4rem 0;
  border-radius: 100%;
  color: #005EB8;
  background: #EBF7FC;
  text-align: center;
}
@media (min-width: 400px) {
  .card-event__date {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .card-event__date {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 992px) {
  .card-event__date {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1200px) {
  .card-event__date {
    width: 15rem;
    height: 15rem;
  }
}

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

.card-event__day {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 400px) {
  .card-event__day {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .card-event__day {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .card-event__day {
    font-size: 4.8rem;
  }
}

.card-event__month {
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 400px) {
  .card-event__month {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .card-event__month {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .card-event__month {
    font-size: 2.7rem;
  }
}

.card-event__content {
  flex: 1 0;
}

.card-event__title {
  margin-bottom: 1.2rem;
}
.card-event__title a {
  color: #005EB8;
}
@media (min-width: 1200px) {
  .card-event__title {
    font-size: 2.8rem;
  }
}

.card-event__title a:hover, .card-event__title a:focus {
  text-decoration: underline;
}

.card-event__meta {
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
}
.card-event__meta a {
  font-weight: 700;
}
@media (min-width: 992px) {
  .card-event__meta {
    font-size: 1.9rem;
  }
}

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

.card-event--inverted {
  padding: 0;
  border: none;
  color: white;
}
.card-event--inverted a {
  color: white;
}
.card-event--inverted a:hover {
  text-decoration: none;
}

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

.card-list__card {
  margin-bottom: 2.4rem;
}
.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: 2.4rem;
}
@media (min-width: 400px) {
  .card-list--two-columns .card-list__card {
    width: 50%;
    padding-left: 4rem;
    max-width: calc(50% + 4rem);
  }
}

/**
 * Component: Child pages menu
 */
.child-pages-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -2.4rem;
}

.child-pages-menu__item {
  display: flex;
  width: 100%;
  font-size: 1.9rem;
}
@media (min-width: 992px) {
  .child-pages-menu__item {
    width: 50%;
  }
}

.child-pages-menu__link {
  position: relative;
  padding: 1rem 0 1rem 1.8rem;
  font-size: 1.9rem;
  font-weight: 700;
}
.child-pages-menu__link:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}
.child-pages-menu__link:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 1.8rem;
  left: 0;
  background: url("assets/imgs/icons/chevron-right-blue.svg") no-repeat center;
}
@media (min-width: 992px) {
  .child-pages-menu__link {
    font-size: 1.9rem;
    margin-right: 1.4rem;
  }
}

/**
 * Component: Container
 */
.container {
  width: 100%;
  display: block;
}

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

.container--padded {
  padding: 3rem 0;
}
@media (min-width: 400px) {
  .container--padded {
    padding: 3.2rem 0;
  }
}
@media (min-width: 768px) {
  .container--padded {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .container--padded {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .container--padded {
    padding: 4.5rem 0;
  }
}

/**
 * Component: Content Sidebar Group
 */
.content-sidebar-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

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

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

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

.content-sidebar-group__reverse {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .content-sidebar-group__reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .content-sidebar-group__reverse .content-sidebar-group__sidebar {
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-group__reverse .content-sidebar-group__sidebar {
    margin: 0 0 0 7.5rem;
  }
}

/**
 * Component: Error Debugger
 */
.error-debugger {
  position: relative;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  font-size: 1.5rem;
  background: #FECE00;
  box-shadow: 0px 5px 10px 0px #abb0b8;
  color: #382905;
}

.error-debugger--warning {
  background: #ff7b00;
  color: black;
}

.error-debugger--fatal {
  background: #f24535;
  color: black;
}

.error-debugger__type {
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 1.2rem;
}

.error-debugger__message {
  /*&:before {
      content: "Message: ";
      font-weight: $bold;
  }*/
  margin-bottom: 2.4rem;
}

.error-debugger__filename:before {
  content: "File: ";
  font-weight: 700;
}

.error-debugger__line-number:before {
  content: "Line No: ";
  font-weight: 700;
}

/**
 * Component: File
 */
.file__link {
  display: block;
  position: relative;
  text-decoration: none;
  padding-right: 0.5rem;
}
.file__link:after {
  content: "";
  position: absolute;
  top: 40%;
  transform: rotate(90deg);
  left: 100%;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/imgs/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position: left;
  background-size: 0.6rem;
}

/**
 * Component: Filter Date
 */
.filter-date__label {
  border-bottom: 0.2rem solid #0072ce;
  display: block;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .filter-date__label {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.filter-date__input {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 2rem 2.5rem;
  background-position: right 2.3rem center;
  background-image: url("./assets/imgs/icons/calendar-blue.svg");
  margin: 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #4C6272;
}
.filter-date__input:focus {
  border-color: #005EB8;
}

/**
 * Component: Filter Group
 */
.filter-group__container {
  margin-bottom: 2.4rem;
}

.filter-group__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  border-bottom: solid 0.2rem #005EB8;
}

.filter-group__item {
  margin-bottom: 2.4rem;
}
.filter-group__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .filter-group__item {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .filter-group__item {
    margin-bottom: 3.6rem;
  }
}

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

.filter-group__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 0.1rem solid #E8EDEE;
  padding: 2.4rem 0;
}
.filter-group__controls .button, .filter-group__controls .filter-group__button-primary, .filter-group__controls #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, #hj-content #JobSearch_default .filter-group__controls input#JobSearch\.QueryIntegratedSubmit, .filter-group__controls .wt-cli-manage-consent-link, .filter-group__controls .cookie-banner-button--accept,
.filter-group__controls .cookie-banner-accept--hide,
.filter-group__controls .govuk-button, .filter-group__controls .cookie-banner-button--reject {
  margin-left: 1.8rem;
}

.filter-group__reset {
  display: block;
  font-size: 1.6rem;
  text-decoration: underline;
  padding: 0.4rem 0;
  color: #005EB8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .filter-group__reset {
    font-size: 1.9rem;
  }
}

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

.filter-dropdown__label {
  border-bottom: 0.2rem solid #0072ce;
  display: block;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .filter-dropdown__label {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.filter-dropdown__label + .select {
  border-radius: 0.5rem;
  border-color: #4C6272;
}

.filter-dropdown__label + .select--focus {
  border-color: #005EB8;
  outline: 0.3rem solid #FAE100;
}
.filter-dropdown__label + .select--focus::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0.3rem black;
  border-radius: 0.5rem;
  padding: 2px;
  box-sizing: border-box;
}

/**
 * Component: Filter Search
 */
.filter-search {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .filter-search {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .filter-search {
    margin-bottom: 3.6rem;
  }
}

.filter-search__label {
  border-bottom: 0.2rem solid #0072ce;
  display: block;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .filter-search__label {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.filter-search__input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  border: 0.1rem solid #768692;
  background-color: white;
  border-radius: 0.5rem;
}
.filter-search__input-group:focus-within {
  border-color: #005EB8;
}

.filter-search__field {
  display: block;
  flex: 1 0;
  min-width: 0;
  min-height: 5rem;
  border: none;
  margin: 0.5rem;
  padding: 1rem;
  background-color: white;
}
.filter-search__field:focus {
  box-shadow: none;
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

.filter-search__submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 4rem;
  height: 4rem;
  background: #C6E9F8 url("./assets/imgs/icons/search-icon.svg") no-repeat center;
  background-size: 2.5rem;
  border: none;
  border-radius: 0.5rem;
}
.filter-search__submit:hover {
  cursor: pointer;
}
.filter-search__submit:focus {
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

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

/**
 * Component: In This Section
 */
.in-this-section {
  width: 100%;
}

.in-this-section__title {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.in-this-section__list {
  list-style: none;
  margin: 0;
  border-top: #005EB8 solid 0.2rem;
  border-bottom: #005EB8 solid 0.2rem;
  padding-left: 0;
}

.in-this-section__item {
  color: #005EB8;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #41B6E6;
}
.in-this-section__item:first-child {
  margin-top: 1rem;
}
.in-this-section__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.in-this-section__item a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 2rem;
}
.in-this-section__item a:hover, .in-this-section__item a:focus {
  text-decoration: underline;
}
.in-this-section__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position: left;
  background-size: 0.6rem;
}

.in-this-section__item a[aria-current=page] {
  color: #5e6c77;
}
.in-this-section__item a[aria-current=page]:before {
  background-image: url("assets/imgs/icons/arrow-right-grey.svg");
}

.mega-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 4px solid #005EB8;
  padding: 2.4rem;
  width: 100%;
}

.mega-menu__title {
  font-size: 1.8rem;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mega-menu__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu__title {
    font-size: 2.4rem;
  }
}

.mega-menu__text {
  font-size: 1.4rem;
  text-align: right;
  margin: 1rem 0;
  flex-basis: 100%;
}
.mega-menu__text a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .mega-menu__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .mega-menu__text {
    font-size: 1.9rem;
  }
}

.mega-menu__content {
  width: 100%;
}
@media (min-width: 768px) {
  .mega-menu__content {
    flex: 1;
    width: unset;
  }
}
.mega-menu__content .a-z-group__grid {
  margin-bottom: 2.6rem;
}
@media (min-width: 768px) {
  .mega-menu__content .a-z-group__grid {
    margin-bottom: unset;
  }
}

.mega-menu__panel {
  width: 100%;
  max-width: 40rem;
  margin: 0 0 2.6rem auto;
}
@media (min-width: 768px) {
  .mega-menu__panel {
    width: 35%;
    margin-left: 8rem;
  }
}
.mega-menu__panel .button, .mega-menu__panel #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, #hj-content #JobSearch_default .mega-menu__panel input#JobSearch\.QueryIntegratedSubmit, .mega-menu__panel .wt-cli-manage-consent-link, .mega-menu__panel .cookie-banner-button--accept,
.mega-menu__panel .cookie-banner-accept--hide,
.mega-menu__panel .govuk-button, .mega-menu__panel .cookie-banner-button--reject, .mega-menu__panel .filter-group__button-primary {
  display: block;
  width: auto;
}

.mega-menu__panel-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mega-menu__panel-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .mega-menu__panel-title {
    font-size: 2.4rem;
  }
}

.mega-menu__description,
.mega-menu__panel-description {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .mega-menu__description,
  .mega-menu__panel-description {
    font-size: 1.9rem;
  }
}

.mega-menu__parent-link {
  display: block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}
.mega-menu__parent-link:hover {
  text-decoration: none;
}
.mega-menu__parent-link:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}

/**
 * Component: SearchWP Live Search
 */
.searchwp-live-search {
  width: 100%;
  max-width: 28rem;
}

.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: 1.6rem;
  background: white;
  border: 0.1rem solid #768692;
  border-radius: 0.5rem;
}

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

.searchwp-live-search-result {
  display: block;
  padding: 1.5rem 1rem;
  border-top: 0.1rem solid #E8EDEE;
}
.searchwp-live-search-result:first-child {
  border-top: 0;
}

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

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

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

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
/**
 * Component: Navigation Footer
 */
.nav-footer {
  width: 100%;
  display: flex;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  flex-wrap: wrap;
  padding-left: 0;
}
@media (min-width: 992px) {
  .nav-footer {
    font-size: 1.9rem;
  }
}

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

.nav-footer__link {
  text-decoration: underline;
  color: #231f20;
  font-weight: 700;
}
.nav-footer__link:hover {
  text-decoration: none;
}
.nav-footer__link:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}

/**
 * Component: Navigation
 */
.nav-primary {
  display: none;
  margin: 0;
  width: 100%;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 0;
}
@media (min-width: 768px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .nav-primary {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 2.4rem;
  }
}

.nav-primary__item:first-child .nav-primary__link {
  padding-left: 0;
}

.nav-primary__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.4rem 1.2rem;
  text-decoration: none;
  color: #005EB8;
}
@media (min-width: 992px) {
  .nav-primary__link {
    padding: 0.5rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .nav-primary__link {
    padding: 0.5rem 2.2rem;
  }
}
.nav-primary__link:hover {
  text-decoration: none;
  background: white;
  color: #425563;
}

.nav-primary__item--parent .nav-primary__link {
  padding-right: 4.5rem;
  background-image: url("assets/imgs/icons/chevron-down.svg");
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
}
.nav-primary__item--parent .nav-primary__link:hover {
  background-color: #005EB8;
}
.nav-primary__item--parent .nav-primary__link:focus {
  background-color: #005EB8;
}
.nav-primary__item--parent .nav-primary__link:focus-within {
  background-color: #005EB8;
}

.nav-primary__item--active .nav-primary__link {
  color: #425563;
}

.nav-primary__item--parent.nav-primary__item--active .nav-primary__link {
  background-image: url("assets/imgs/icons/chevron-down-grey.svg");
  color: #425563;
}

.nav-primary__item--parent:hover .nav-primary__link {
  color: white;
  z-index: 1000;
  background-color: #005EB8;
  background-image: url("assets/imgs/icons/chevron-down-white.svg");
}

.nav-primary__item--parent:focus .nav-primary__link,
.nav-primary__item--parent:focus-within .nav-primary__link {
  color: white;
  z-index: 1000;
  background-color: #005EB8;
  background-image: url("assets/imgs/icons/chevron-down-white.svg");
}

.nav-primary__item--parent:hover .nav-primary__dropdown {
  z-index: 2;
  top: calc(100% - 1px);
}

.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: calc(100% - 1px);
}

.nav-primary__dropdown {
  position: absolute;
  top: -9999px;
  left: 0;
  background: white;
  width: 100%;
}

/**
 * Component: Primary Mobile Navigation
 */
.nav-mobile-primary {
  text-align: right;
  list-style: none;
  font-size: 1.9rem;
  font-weight: 700;
  padding-left: 0;
}

.nav-mobile-primary__item {
  margin-bottom: 0.4rem;
  border-top: 0.0625rem solid #d8dde0;
}
.nav-mobile-primary__item:last-child {
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #d8dde0;
}

.nav-mobile-primary__link {
  color: #005EB8;
  text-decoration: none;
  padding: 0.6rem 2.9rem 0.6rem 0;
}
.nav-mobile-primary__link:focus {
  background-color: #FAE100;
  outline: none;
  color: #231f20;
  border: 0.2rem solid #231f20;
}

button.nav-mobile-primary__link--button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.nav-mobile-primary__item .nav-mobile-primary__link--button {
  color: #005EB8;
  text-decoration: underline;
  padding: 0.6rem 2.9rem 0.6rem 0;
  background-image: url("assets/imgs/icons/chevron-down-blue.svg");
  background-position: right 0rem top 1.2rem;
  background-size: 2.1rem 2rem;
  background-repeat: no-repeat;
}
.nav-mobile-primary__item .nav-mobile-primary__link--button:focus {
  background-color: #FAE100;
  outline: none;
  color: #231f20;
  border: 0.2rem solid #231f20;
}

.nav-mobile-primary__item--minimised .nav-mobile-primary__link--button {
  color: #005EB8;
  text-decoration: underline;
  padding: 0.6rem 2.9rem 0.6rem 0;
  background-image: url("assets/imgs/icons/chevron-right-blue.svg");
  background-position: right 0rem top 1.3rem;
  background-size: 1rem 2rem;
  background-repeat: no-repeat;
}
.nav-mobile-primary__item--minimised .nav-mobile-primary__link--button:focus {
  background-color: #FAE100;
  outline: none;
  color: #231f20;
  border: 0.2rem solid #231f20;
}

.nav-mobile-primary__dropdown {
  display: block;
}
.nav-mobile-primary__dropdown .child-pages-menu {
  margin: 0 0 2.6rem auto;
}
.nav-mobile-primary__dropdown .child-pages-menu__item {
  display: block;
}
.nav-mobile-primary__dropdown .child-pages-menu__item .child-pages-menu__link {
  padding: 0.6rem 2.4rem 0.6rem 0;
  background-image: url("assets/imgs/icons/chevron-right-blue.svg");
  background-position: right 0rem top 1rem;
  background-size: 1rem 2rem;
  background-repeat: no-repeat;
}
.nav-mobile-primary__dropdown .child-pages-menu__item .child-pages-menu__link::before {
  background-image: unset;
}

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

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

/**
 * Component: Navigation
 */
.nav-secondary {
  width: 100%;
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1.5rem;
  height: 100%;
  padding-left: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nav-secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .nav-secondary {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .nav-secondary {
    font-size: 1.7rem;
  }
}

.nav-secondary__link {
  display: block;
  text-decoration: none;
  color: #231f20;
  padding: 1.2rem 1.5rem;
}
.nav-secondary__item--active .nav-secondary__link {
  color: #005EB8;
}
.nav-secondary__link:focus {
  background: #FAE100;
}

.nav-secondary__item:last-child .nav-secondary__link {
  background-color: #41B6E6;
  margin-left: 1rem;
}
.nav-secondary__item:last-child .nav-secondary__link:focus {
  background: #FAE100;
}
.nav-secondary__item:last-child.nav-secondary__item--active .nav-secondary__link {
  background-color: #005EB8;
  color: white;
}

/**
 * Component: secondary Mobile Navigation
 */
.nav-mobile-secondary {
  text-align: right;
  list-style: none;
  font-size: 1.6rem;
  padding-left: 0;
  font-weight: 700;
}

.nav-mobile-secondary__item {
  margin-bottom: 0.4rem;
}
.nav-mobile-secondary__item:last-child {
  margin-top: 1.8rem;
  margin-bottom: 0;
}
.nav-mobile-secondary__item:last-child a {
  background-color: #41B6E6;
  color: black;
  margin-bottom: 0;
  padding: 0.8rem 1rem;
  margin-right: 2.5rem;
}

.nav-mobile-secondary__link {
  color: black;
  text-decoration: none;
  padding: 0 0.5rem;
  margin-right: 2rem;
}
.nav-mobile-secondary__link:focus {
  background-color: #FAE100;
  outline: none;
  color: #231f20;
  border: 0.2rem solid #231f20;
}

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

/**
 * Component: Page title
 */
.page-title {
  width: 100%;
  height: auto;
  color: white;
  background-color: #0072ce;
  overflow: hidden;
}

.page-title__container {
  padding: 4rem 0;
  position: relative;
}
@media (min-width: 400px) {
  .page-title__container {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .page-title__container {
    padding: 8rem 0;
  }
  .page-title__container:before {
    content: "";
    position: absolute;
    background-image: url("assets/imgs/icons/coloured-circles.svg");
    background-size: 100%;
    width: 47.5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .page-title__container:before {
    width: 55rem;
  }
}
@media (min-width: 992px) {
  .page-title__container:before {
    width: 60rem;
  }
}

.page-title__content {
  position: relative;
}
@media (min-width: 768px) {
  .page-title__content {
    max-width: 65rem;
  }
}
@media (min-width: 992px) {
  .page-title__content {
    max-width: 70rem;
  }
}
@media (min-width: 1200px) {
  .page-title__content {
    max-width: 75rem;
  }
}

.page-title__heading {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 3.2rem;
}
@media (min-width: 400px) {
  .page-title__heading {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .page-title__heading {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .page-title__heading {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .page-title__heading {
    font-size: 5.6rem;
  }
}

.page-title__excerpt {
  font-size: 1.9rem;
  font-weight: 700;
  color: inherit;
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .page-title__excerpt {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .page-title__excerpt {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.page-title__event, .page-title__meta {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .page-title__event, .page-title__meta {
    margin-top: 2rem;
  }
}

.page-title--figure .page-title__container:before {
  display: none;
}
@media (min-width: 768px) {
  .page-title--figure .page-title__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.page-title--figure .page-title__content {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-title--figure .page-title__content {
    margin-bottom: 0;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .page-title--figure .page-title__content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .page-title--figure .page-title__content {
    width: 45%;
  }
}

.page-title__image img {
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .page-title__image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .page-title__image {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .page-title__image {
    width: 50%;
  }
}

.pagination {
  display: flex;
  align-items: center;
  margin: 3rem 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .pagination {
    margin: 5rem 0;
  }
}

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

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

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

.pagination__item {
  margin-right: 2rem;
}

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

.pagination__button {
  display: block;
  color: #005EB8;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #41B6E6;
  border-radius: 0.5rem;
  text-decoration: underline;
}
.pagination__button:hover {
  background: #003087;
  color: white;
  text-decoration: none;
}

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

.pagination__button--active {
  background: #005EB8;
  border: 1px solid #005EB8;
  color: white;
  text-decoration: none;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: #425563;
  text-decoration: none;
}
.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.1rem solid transparent;
  color: #005EB8;
  text-decoration: underline;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: none;
  color: #00519f;
}

.pagination__ellipsis {
  display: block;
  background: #231f20;
  color: white;
  padding: 0.6rem 1.1rem;
  border-radius: 0.5rem;
}

/**
 * Component: Panel Block
 */
.panel-block__inset {
  margin: 4rem 0;
  text-align: center;
  background-color: #009639;
  color: white;
  padding: 4rem;
}
@media (min-width: 992px) {
  .panel-block__inset {
    padding: 4rem 6rem;
  }
}
@media (min-width: 1200px) {
  .panel-block__inset {
    padding: 4rem 10rem;
  }
}

.panel-block__heading {
  font-size: 2.2rem;
  color: white;
}
@media (min-width: 768px) {
  .panel-block__heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .panel-block__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .panel-block__heading {
    font-size: 3.4rem;
  }
}

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

/**
 * Component: Related pages
 */
.related-pages {
  margin: 3rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .related-pages {
    margin: 6rem 0;
  }
}

.related-pages__title {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.related-pages__list {
  list-style: none;
  margin: 0;
  border-top: #005EB8 solid 0.2rem;
  border-bottom: #005EB8 solid 0.2rem;
}

.related-pages__item {
  color: #005EB8;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #41B6E6;
}
.related-pages__item:first-child {
  margin-top: 0.8rem;
}
.related-pages__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.related-pages__link {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 3rem;
}
.related-pages__link:hover, .related-pages__link:focus {
  text-decoration: underline;
}
.related-pages__link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 2rem;
  height: 2rem;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position: left;
  background-size: 0.8rem;
}

/**
 * Component: Search Form
 */
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: white;
  border: 0.1rem solid white;
  border-radius: 0.5rem;
}
.search-form:focus-within {
  border-color: #005EB8;
}
@media (min-width: 768px) {
  .search-form {
    padding: 0.5rem;
    border-color: #768692;
    max-width: 30rem;
  }
}
@media (min-width: 992px) {
  .search-form {
    max-width: 32rem;
  }
}

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

.search-field {
  background-color: white;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0 2rem 0 1.2rem;
}
.search-field::placeholder {
  color: #231f20;
}
.search-field:focus {
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

.search-submit {
  display: block;
  margin: 0.3rem;
  text-indent: -9999px;
  width: 4rem;
  height: 4rem;
  min-width: 0;
  background: #C6E9F8 url("assets/imgs/icons/search-icon.svg") no-repeat center;
  background-size: 2.5rem;
  border: none;
  border-radius: 0.5rem;
}
.search-submit:hover {
  cursor: pointer;
}
.search-submit:focus {
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

/**
 * Component: Section Item (A)
 */
.section-item-a {
  width: 100%;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  background-color: #005EB8;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-position: top 3.2rem right 4rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  color: white;
  border-radius: 1rem;
  transition: background-color 0.3s;
  border: 1px solid #005EB8;
}
@media (min-width: 768px) {
  .section-item-a {
    background-size: 1.8rem;
  }
}

.section-item-a:hover {
  background-color: white;
  color: #005EB8;
  text-decoration: none;
  border: 1px solid #41B6E6;
  transition: background-color 0.3s;
}
.section-item-a:hover .section-item-a__title {
  color: inherit;
  text-decoration: underline #41B6E6;
}

.section-item-a:focus {
  background-image: url("assets/imgs/icons/arrow-right-black.svg");
  background-color: #FAE100;
  color: #231f20;
  box-shadow: 0 0.3rem 0 0 #231f20;
  outline: none;
}
.section-item-a:focus .section-item-a__title {
  color: inherit;
  text-decoration: underline #231f20;
}

.section-item-a__title {
  display: inline-block;
  margin: 0;
  padding-right: 5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-item-a__title {
    font-size: 2.8rem;
  }
}

.section-item-a--micro {
  border: 1px solid #005EB8;
  background-color: white;
  color: #005EB8;
  background-image: url("assets/imgs/icons/arrow-right-mid-blue.svg");
  background-position: top 50% right 4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-item-a--micro .section-item-a__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .section-item-a--micro .section-item-a__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .section-item-a--micro .section-item-a__title {
    font-size: 2.4rem;
  }
}
.section-item-a--micro:hover {
  border: 1px solid #005EB8;
}
.section-item-a--micro:focus {
  border: 1px solid #FAE100;
}

/**
 * Component: Section Item (B)
 */
.section-item-b {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 3rem 3rem;
  text-decoration: none;
  background-color: white;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-position: top 3.2rem right 4rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  border-radius: 1rem;
  border: solid 0.1rem #41B6E6;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .section-item-b {
    background-size: 1.8rem;
  }
}

.section-item-b:hover {
  background-color: white;
  color: #005EB8;
  text-decoration: none;
}
.section-item-b:hover .section-item-b__title {
  text-decoration: underline #41B6E6;
}

.section-item-b:focus {
  background-image: url("assets/imgs/icons/arrow-right-black.svg");
  background-color: #FAE100;
  color: #231f20;
  box-shadow: 0 0.3rem 0 0 #231f20;
  outline: none;
}
.section-item-b:focus .section-item-b__title {
  color: inherit;
  text-decoration: underline #231f20;
}

.section-item-b__title {
  display: inline-block;
  margin: 0;
  padding-right: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-item-b__title {
    font-size: 2.8rem;
  }
}

.section-item-b__excerpt {
  color: #231f20;
}
.section-item-b__excerpt p {
  margin-bottom: 0;
}

/**
 * Component: Section Item Group
 */
.section-item-group {
  width: 100%;
}

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

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

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

.section-item-group--micro {
  margin-bottom: 0;
}
.section-item-group--micro .section-item-group__item {
  width: 100%;
}
.section-item-group--micro .section-item-group__item:last-child {
  margin-bottom: 0;
}
.section-item-group--micro .section-item-group__item:last-child .section-item-a--micro {
  background-color: #FFB81C;
  color: black;
  border: 1px solid #FFB81C;
  background-image: url("assets/imgs/icons/arrow-right-white.svg");
}
.section-item-group--micro .section-item-group__item:last-child .section-item-a--micro:hover {
  border: 1px solid #005EB8;
  background-color: white;
  color: #005EB8;
  background-image: url("assets/imgs/icons/arrow-right-mid-blue.svg");
}
.section-item-group--micro .section-item-group__item:last-child .section-item-a--micro:focus {
  background-image: url("assets/imgs/icons/arrow-right-black.svg");
  background-color: #FAE100;
  color: #231f20;
  box-shadow: 0 0.3rem 0 0 #231f20;
  outline: none;
  border-color: #FAE100;
}
@media (min-width: 768px) {
  .section-item-group--micro .section-item-group__item {
    width: 50%;
  }
  .section-item-group--micro .section-item-group__item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-item-group--micro .section-item-group__item {
    width: 25%;
    margin-bottom: 0;
  }
}

.share-links {
  margin-top: 1.6rem;
  padding: 1rem;
  background-color: #f1f4f4;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .share-links {
    margin-top: 4rem;
    padding: 1.5rem 2.5rem;
  }
}

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

.share-links__action-group {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .share-links__action-group {
    margin-bottom: 0;
  }
}

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

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

.share-links__print {
  border: 0;
  background: transparent;
}
.share-links__print:hover {
  cursor: pointer;
}

.share-links__print-title {
  color: #005EB8;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}
.share-links__print-title:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .share-links__print-title {
    font-size: 2rem;
  }
}

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

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

/**
 * Component: Site Header
 */
.site-header {
  margin: 0 auto;
  padding: 1.6rem 0 0 0;
}
@media (min-width: 400px) {
  .site-header {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .site-header {
    margin-top: 0rem;
    padding: 0;
  }
}
.site-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
}

.site-header__logo {
  width: 50%;
  max-width: 20rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-header__logo {
    max-width: 25rem;
    margin-bottom: 0;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 23%;
    max-width: 28rem;
  }
}
.site-header__logo img {
  height: 100%;
}

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

.site-header__secondary {
  z-index: 15;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .site-header__secondary {
    margin-top: 0;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .site-header__secondary {
    width: 77%;
  }
}

.site-header__secondary-nav {
  background-color: #E8EDEE;
}
@media (min-width: 768px) {
  .site-header__secondary-nav {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header__secondary-nav {
    margin-bottom: 3rem;
  }
}

.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;
  }
}

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

.site-header__menu-toggle {
  width: 100%;
}
@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: block;
    margin-left: 1rem;
  }
}

.site-header__mobile-nav {
  display: none;
  padding: 0rem 1rem;
  width: 100%;
  height: 100%;
  background-color: unset;
}
.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 {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .site-header__mobile-search {
    display: none;
  }
}
.site-header__mobile-search .search-form {
  border-color: #768692;
}

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

.site-footer__upper {
  background-color: #425563;
  padding: 1.5rem 0;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 2.4rem 0;
}

.site-footer__content {
  font-size: 1.8rem;
  color: white;
}
.site-footer__content p > a {
  color: #8cddff;
  font-weight: 700;
}
.site-footer__content p > a:hover {
  text-decoration: none;
}
.site-footer__content p > a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}
.site-footer__content h2,
.site-footer__content h3,
.site-footer__content h4 {
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .site-footer__content h2,
  .site-footer__content h3,
  .site-footer__content h4 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .site-footer__content {
    flex: 1 0;
    font-size: 2rem;
  }
}

.site-footer__logo {
  max-width: 22.5rem;
  margin-bottom: 2.4rem;
}
.site-footer__logo .site-logo {
  z-index: 1;
}
@media (min-width: 768px) {
  .site-footer__logo {
    margin-bottom: 3.2rem;
    max-width: 28.5rem;
  }
}

.site-footer__cqc {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer__cqc {
    max-width: 30rem;
    margin-left: 3rem;
  }
}

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

.site-footer__smallprint {
  padding-top: 1.2rem;
}

.site-footer__copyright p {
  font-size: 1.6rem;
  color: #425563;
  margin-bottom: 1.4rem;
}

.site-footer__credits p {
  font-size: 1.6rem;
  color: #425563;
}
.site-footer__credits a {
  font-weight: 700;
}
.site-footer__credits a:hover {
  text-decoration: none;
}
.site-footer__credits a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}

.site-footer__upper {
  margin-bottom: 1.5rem;
}

.site-footer__translate {
  max-width: 41.5rem;
  padding-bottom: 1.6rem;
}

/**
 * Component: Site Logo
 */
.site-logo {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
}

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

.site-logo--hide {
  display: none;
}

.skiplink {
  position: absolute;
  top: -100%;
  padding: 1rem;
  left: 0;
  color: white;
  font-weight: 700;
  font-size: 1.9rem;
  background: #005EB8;
  text-decoration: none;
  z-index: 10000;
}

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

.social-links {
  width: 100%;
  padding: 3rem 0 2rem 0;
  border-top: 1px solid #B2D4F0;
}

.social-links__info {
  margin-bottom: 3rem;
  text-align: center;
  color: #425563;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .social-links__info {
    font-size: 3rem;
  }
}

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

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

.social-links__icon-image {
  border-radius: 50%;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content {
  /**
  * Embeded Image blocks
  */
}
.standard-content ul:not(.gfield_radio),
.standard-content ol,
.standard-content > .button,
#hj-content #JobSearch_default .standard-content > input#JobSearch\.QueryIntegratedSubmit,
.standard-content > .wt-cli-manage-consent-link,
.standard-content > .cookie-banner-button--accept,
.standard-content > .cookie-banner-accept--hide,
.standard-content > .govuk-button,
.standard-content > .cookie-banner-button--reject,
.standard-content > .filter-group__button-primary,
.standard-content > .file,
.standard-content > .blockquote,
.standard-content > img,
.standard-content .inset-text,
.standard-content .information-panel,
.standard-content .contact-information,
.standard-content .contact-details,
.standard-content table {
  margin-bottom: 3rem;
}
.standard-content .wp-block-image {
  margin-bottom: 3rem;
}
.standard-content .wp-block-image figure {
  display: table;
}
.standard-content .wp-block-image figcaption {
  caption-side: bottom;
  background-color: #E8EDEE;
  padding: 1rem;
  font-size: 1.6rem;
}
.standard-content .wp-block-image img {
  margin-bottom: 0;
}
.standard-content .has-text-align-center {
  text-align: center;
}
.standard-content .has-text-align-right {
  text-align: right;
}

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

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

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

.wp-block-file__button {
  color: white;
  background-color: #005EB8;
  padding: 0.5rem 2rem;
  font-weight: 700;
}
.wp-block-file__button:hover {
  background-color: #00519f;
  text-decoration: none;
}

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

/**
 * Maintain aspect ratios for embedded content
 */
.wp-block-embed.wp-has-aspect-ratio {
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 3rem;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.wp-embed-aspect-16-9 {
  padding-bottom: 56.25%;
}

.wp-embed-aspect-1-1 {
  padding-bottom: 100%;
}

.wp-embed-aspect-4-3 {
  padding-bottom: 75%;
}

.wp-embed-aspect-21-9 {
  padding-bottom: 42.8571%;
}

/**
 * Add additional margin to other Gutenberg blocks
 */
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-instagram,
.wp-block-embed-spotify,
.wp-featured-image {
  margin-bottom: 3rem;
}

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

.aligncenter {
  margin: 0 auto;
}

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

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

/**
 * Component: Table of Contents
 */
.table-of-contents {
  padding: 1.6rem;
  background: white;
  border: 0.2rem solid #E8EDEE;
  margin-bottom: 1.6rem;
}
.table-of-contents ol {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .table-of-contents {
    margin-bottom: 3.2rem;
    padding: 3.2rem;
  }
}

.table-of-contents__heading {
  margin: 0 0 1.6rem 0;
  border-bottom: 0.2rem solid #E8EDEE;
  padding-bottom: 0.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .table-of-contents__heading {
    font-size: 2.8rem;
  }
}

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

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

.table-of-contents__link {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .table-of-contents__link {
    font-size: 2.2rem;
  }
}

/**
 * Component: Warning Callout
 */
.warning-callout {
  font-size: 1.9rem;
  color: white;
  padding: 2.4rem;
  background: #AE2573 url("assets/imgs/icons/warning.svg") no-repeat center;
  background-size: 4.5rem;
  background-position: 2.4rem 2.4rem;
}
@media (min-width: 768px) {
  .warning-callout {
    background-size: 7rem;
    background-position: 2.4rem 2.4rem;
  }
}

.warning-callout__content {
  margin-left: 6rem;
}
@media (min-width: 768px) {
  .warning-callout__content {
    margin-left: 9.6rem;
  }
}

.warning-callout__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}

/**
 * Component: Action Link
 * @see https://beta.nhs.uk/service-manual/styles-components-patterns/action-link
 */
.action-link {
  margin: 1.6rem 0;
}

.action-link__link {
  font-size: 1.9rem;
  margin-left: 2.4rem;
  position: relative;
  color: #005EB8;
}
.action-link__link:hover, .action-link__link:focus {
  text-decoration: underline;
}
.action-link__link:before {
  content: "";
  position: absolute;
  border-right: 0.2rem solid #005EB8;
  border-bottom: 0.2rem solid #005EB8;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%) rotate(-45deg);
}

.action-link__text {
  font-weight: 600;
}

/**
 * Component: Do and Don't List
 */
.do-dont {
  width: 100%;
  margin-bottom: 2.4rem;
}

.do-dont__block {
  background-color: white;
  border: 0.2rem solid #efefef;
}
.do-dont__block:first-child {
  margin-bottom: 2.4rem;
}

.do-dont__title {
  position: relative;
  margin: 0 3rem;
  padding: 1.8rem 7rem;
  color: #231f20;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: #efefef solid 0.2rem;
}
@media (min-width: 992px) {
  .do-dont__title {
    font-size: 2.8rem;
  }
}
.do-dont__title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left;
  background-size: 6rem;
}

.do-dont__title--do:before {
  background-image: url("assets/imgs/icons/tick.svg");
}

.do-dont__title--dont:before {
  background-image: url("assets/imgs/icons/cross.svg");
}

.do-dont__list {
  position: relative;
  list-style-type: none;
  margin: 3rem 1rem;
  color: #005EB8;
  font-weight: bold;
}

.do-dont__list-item {
  margin-bottom: 1.2rem;
}
.do-dont__list-item:last-child {
  margin-bottom: 0;
}

.do-dont__icon--tick {
  stroke: #007f3b;
}

.do-dont__icon--cross {
  fill: #da291c;
}

/**
 * Component: Inset Text
 * @see https://beta.nhs.uk/service-manual/styles-components-patterns/inset-text
 */
.inset-text {
  border-left: 0.5rem solid #009639;
  padding: 1.2rem;
  margin-bottom: 24px;
}

.inset-text__inner {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0;
}
.inset-text__inner p, .inset-text__inner ul, .inset-text__inner ol, .inset-text__inner a {
  font-weight: 700;
  font-size: 2.2rem;
}
.inset-text__inner p:last-child, .inset-text__inner ul:last-child, .inset-text__inner ol:last-child, .inset-text__inner a:last-child {
  margin-bottom: 0;
}

/**
 * Component: Expander
 */
.expander {
  background-color: #fff;
  border: 0.1rem solid #d8dde0;
  border-bottom-width: 0.4rem;
  padding: 2.4rem;
}
.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: inline-block;
  text-decoration: underline;
  text-align: left;
  color: #005eb8;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1.2rem 0.4rem 1.2rem 3.6rem;
  background: #fff url("assets/imgs/icons/nhs-minus.svg") no-repeat left;
  background-size: 3.2rem 3.2rem;
  border: 0;
  /*&:focus {
       background: colours.$nhs-yellow url("../imgs/icons/nhs-plus-black.svg") no-repeat left;
       background-size: rem(32) rem(32);
       text-decoration: underline;
       box-shadow: 0 rem(-2) colours.$nhs-yellow, 0 rem(4) colours.$nhs-text;
       color: colours.$nhs-text;
   }*/
}
.expander__button:hover {
  color: black;
  text-decoration: none;
}
@media (min-width: 768px) {
  .expander__button {
    font-size: 1.9rem;
  }
}
.expander__button p {
  margin: 0;
}

.expander--minimised {
  border-bottom-width: 0.1rem;
}
.expander--minimised .expander__button {
  background: url("assets/imgs/icons/nhs-plus.svg") no-repeat left;
  background-size: 3.2rem 3.2rem;
  /*&:focus {
       background: colours.$nhs-yellow url("../imgs/icons/nhs-minus-black.svg") no-repeat left;
       background-size: rem(32) rem(32);
   }*/
}
.expander--minimised .expander__content {
  display: none;
}

.expander__content {
  padding-top: 1.2rem;
}
.expander__content p:last-child,
.expander__content ul:last-child,
.expander__content ol:last-child {
  margin: 0;
}

/**
 * Component: Caption
 */
.caption-text {
  border-left: 0.2rem solid #768692;
  padding-left: 0.8rem;
  margin-bottom: 24px;
}

.caption-text__inner {
  font-size: 1.6rem;
  margin: 0;
}

/**
 * Component: Card meta
 */
.card-meta-summary {
  background-color: #f1f4f4;
}
@media (min-width: 630px) {
  .card-meta-summary {
    display: flex;
  }
  .card-meta-summary > * {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .card-meta-summary {
    display: block;
  }
}

.card-meta-summary__image .featured-image {
  display: block;
  width: 100%;
  position: relative;
  background-color: #768692;
  text-align: center;
  overflow: hidden;
}
.card-meta-summary__image .featured-image:after {
  padding-top: 71.4285714286%;
  display: block;
  content: "";
}
.card-meta-summary__image .featured-image > img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.card-meta-summary__content {
  padding: 1.8rem;
  flex: 1 0;
}

.card-meta-summary__title {
  display: block;
  margin-bottom: 1.2rem;
}
.card-meta-summary__title a {
  color: #005EB8;
}

.card-meta-summary__meta {
  margin: 0 0 0.6rem 0;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .card-meta-summary__meta {
    font-size: 1.9rem;
  }
}
.card-meta-summary__meta a {
  text-decoration: underline;
}
.card-meta-summary__meta a:hover {
  color: #00519f;
}

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

/**
 * Component: card event
 */
.card-user-summary {
  padding: 3.5rem;
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #c9c9c9;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .card-user-summary {
    display: flex;
    flex-wrap: wrap;
  }
}

.card-user-summary__image {
  border-radius: 50%;
  overflow: hidden;
  width: 16rem;
  height: 16rem;
  margin: 0 auto 2.4rem auto;
}
@media (min-width: 400px) {
  .card-user-summary__image {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .card-user-summary__image {
    width: 13rem;
    height: 13rem;
    margin: 0 2.4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .card-user-summary__image {
    width: 15rem;
    height: 15rem;
  }
}

.card-user-summary__content {
  flex: 1 0;
}

.card-user-summary__excerpt {
  margin-bottom: 2.4rem;
}

.card-user-summary__contact a {
  font-weight: 700;
}

.card-user-summary__contact-item {
  margin-bottom: 1.4rem;
}
.card-user-summary__contact-item:last-child {
  margin-bottom: 0;
}
.card-user-summary__contact-item a {
  text-decoration: underline;
}
.card-user-summary__contact-item a:hover {
  text-decoration: none;
}

.card-user-summary__contact-icon {
  margin-right: 0.8rem;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .card-user-summary__contact-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.card-user-summary__title {
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 400px) {
  .card-user-summary__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .card-user-summary__title {
    font-size: 2.8rem;
  }
}

.card-user-summary__title a {
  color: #005EB8;
}
.card-user-summary__title a:hover, .card-user-summary__title a:focus {
  text-decoration: underline;
}

/**
 * Component: Consultant image
 */
.consultant-image {
  display: block;
  width: 100%;
  position: relative;
  background-color: #768692;
  text-align: center;
  overflow: hidden;
}
.consultant-image:after {
  padding-top: 71.4285714286%;
  display: block;
  content: "";
}
.consultant-image > img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

/**
 * Component: Contact Detail
 */
.contact-detail {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.contact-detail a {
  font-weight: 700;
  text-decoration: underline;
}
.contact-detail a:hover {
  text-decoration: none;
}
.contact-detail:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-detail {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .contact-detail {
    font-size: 1.9rem;
  }
}

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

.contact-detail__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .contact-detail__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.7rem;
  }
}

/**
 * Component: Contact Details
 */
.contact-details {
  border: 0.1rem solid #c9c9c9;
  border-radius: 0.8rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .contact-details {
    padding: 2.5rem;
  }
}

.contact-details__description {
  margin-bottom: 3rem;
}

.contact-details__details {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.contact-details__details a {
  font-weight: 700;
  text-decoration: underline;
}
.contact-details__details a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-details__details {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .contact-details__details {
    font-size: 1.9rem;
  }
}

.contact-details__item {
  margin-bottom: 2rem;
}
.contact-details__item:last-child {
  margin-bottom: 0;
}

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

.contact-details__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .contact-details__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.7rem;
  }
}

/**
 * Component: CQC
 */
.cqc__data {
  margin-bottom: 1rem;
}

.cqc__date {
  font-weight: 700;
}

.cqc__rating {
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.cqc__rating--outstanding {
  background-color: #5b9f30;
  color: white;
}

.cqc__rating--good {
  background-color: #5a9d23;
  color: white;
}

.cqc__rating--requires-improvement {
  background-color: #fda637;
  color: black;
}

.cqc__rating--inadequate {
  background-color: #c71f1d;
  color: white;
}

/**
 * Component: Contact Information
 */
.contact-information {
  border: 0.1rem solid #c9c9c9;
  border-radius: 0.8rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .contact-information {
    padding: 2.5rem;
  }
}

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

.contact-information__details {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.contact-information__details a {
  font-weight: 700;
  text-decoration: underline;
}
.contact-information__details a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-information__details {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .contact-information__details {
    font-size: 1.9rem;
  }
}

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

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

.contact-information__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .contact-information__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.7rem;
  }
}

.events-group {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .events-group {
    margin-bottom: 5rem;
  }
}

.events-group__header {
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #425563;
  padding-bottom: 0.7rem;
}

.events-group__heading {
  color: #231f20;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1200px) {
  .events-group__heading {
    font-size: 3.4rem;
  }
}

.events-group__event-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.events-group__event {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .events-group__event {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .events-group__event {
    margin-bottom: 3rem;
  }
}

/**
 * Component: Featured Content Group
 */
.featured-content-group {
  background-color: #f3f6f6;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .featured-content-group {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .featured-content-group {
    padding: 5rem 0;
  }
}

/**
 * Component: Featured image
 */
.featured-image {
  margin-top: 3rem;
}

/**
 * Component: Featured Item
 */
.featured-item {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.featured-item:hover {
  color: #005EB8;
  text-decoration: none;
}
.featured-item:hover .featured-item__title {
  color: inherit;
  text-decoration: underline #41B6E6;
}
.featured-item:hover .featured-item__excerpt {
  color: #231f20;
}
.featured-item:hover .featured-item__content {
  border-color: #41B6E6;
  background-color: white;
}

.featured-item:focus {
  color: #231f20;
  box-shadow: 0 0.3rem 0 0 #231f20;
  outline: none;
}
.featured-item:focus .featured-item__title {
  color: inherit;
  text-decoration: underline #231f20;
}
.featured-item:focus .featured-item__content {
  background-image: url("assets/imgs/icons/arrow-right-black.svg");
  border-color: #231f20;
  background-color: #FAE100;
}

.featured-item__content {
  background-color: #005EB8;
  transition: background-color 0.3s;
  background-image: url("assets/imgs/icons/arrow-right-blue.svg");
  background-position: top 3.2rem right 4rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  padding: 3rem;
  height: 100%;
  border: 0.1rem solid #005EB8;
  border-top: none;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .featured-item__content {
    background-size: 1.8rem;
    background-position: top 4.2rem right 4rem;
    padding: 4rem 3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.featured-item__title {
  display: inline-block;
  margin: 0;
  padding-right: 5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .featured-item__title {
    font-size: 2.8rem;
  }
}

.featured-item__excerpt {
  margin-top: 2rem;
}
.featured-item__excerpt p {
  margin-bottom: 0;
}

.featured-item__image {
  display: none;
}
@media (min-width: 768px) {
  .featured-item__image {
    display: block;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .featured-item__image:after {
    padding-top: 42.8571428571%;
    display: block;
    content: "";
  }
}

.featured-news-group {
  padding: 3rem 0 6rem 0;
}

.featured-news-group__title {
  text-align: center;
}
@media (min-width: 1200px) {
  .featured-news-group__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.featured-news-group__grid {
  display: flex;
  flex-wrap: wrap;
}

.featured-news-group__featured-article {
  width: 100%;
  margin-bottom: 1rem;
}
.featured-news-group__featured-article .news-article__image {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .featured-news-group__featured-article .news-article__image {
    width: 31.5%;
  }
}
.featured-news-group__featured-article .news-article {
  flex-direction: column;
}
@media (min-width: 768px) {
  .featured-news-group__featured-article .news-article {
    flex-direction: row;
  }
}
.featured-news-group__featured-article .news-article__content {
  height: 100%;
  border: none;
}
@media (min-width: 768px) {
  .featured-news-group__featured-article .news-article__content {
    width: 68.5%;
  }
}
.featured-news-group__featured-article .news-article__title {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .featured-news-group__featured-article .news-article__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .featured-news-group__featured-article .news-article__title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .featured-news-group__featured-article {
    margin-bottom: 3rem;
  }
}

.featured-news-group__article-group {
  width: 100%;
}
@media (min-width: 992px) {
  .featured-news-group__article-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.featured-news-group__article {
  margin-bottom: 1rem;
  width: 100%;
}
.featured-news-group__article:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .featured-news-group__article {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .featured-news-group__article {
    width: 31.5%;
    margin-bottom: 0;
  }
}

.featured-news-group__footer {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .featured-news-group__footer {
    margin-top: 3rem;
  }
}
.featured-news-group__footer a {
  background: #005EB8;
  padding: 1rem;
  color: white;
  display: block;
}
.featured-news-group__footer a:focus, .featured-news-group__footer a:hover {
  background: #00519f;
}

.google-analytics-widget .goog-te-gadget select {
  appearance: none;
  background-image: url("assets/imgs/icons/chevron-down.svg");
  background-position: right 1.6rem center;
  background-size: 2rem;
  background-repeat: no-repeat;
  min-height: 0;
  padding: 1.6rem;
  margin-bottom: 0.8rem;
}

/**
 * Component: Hero
 */
.hero {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .hero {
    width: 90%;
  }
}

.hero__image {
  width: 100%;
  min-height: 22.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__image {
    min-height: 45rem;
  }
}
@media (min-width: 992px) {
  .hero__image {
    min-height: 52rem;
  }
}
@media (min-width: 1200px) {
  .hero__image {
    min-height: 58rem;
  }
}

.hero__curve {
  position: absolute;
  width: 100%;
  bottom: -0.1rem;
}
@media (min-width: 768px) {
  .hero__curve {
    display: none;
  }
}

.hero__circles {
  position: absolute;
  width: 50%;
  max-width: 52rem;
  display: none;
}
@media (min-width: 768px) {
  .hero__circles {
    display: block;
    bottom: -11rem;
    right: -5rem;
  }
}
@media (min-width: 1200px) {
  .hero__circles {
    right: 3rem;
  }
}

.hero__content {
  background-color: white;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero__content {
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    width: 35rem;
    height: 35rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero__content:after {
    content: "";
    height: 7rem;
    width: 7rem;
    border-radius: 100%;
    background-color: #00A9CE;
    opacity: 60%;
    position: absolute;
    top: -1rem;
    left: 3rem;
  }
}
@media (min-width: 992px) {
  .hero__content {
    left: -2rem;
    width: 45rem;
    height: 45rem;
  }
  .hero__content:after {
    content: "";
    height: 10rem;
    width: 10rem;
    left: 4rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    left: 3rem;
  }
  .hero__content:after {
    content: "";
    height: 12rem;
    width: 12rem;
    left: 1rem;
    top: -3rem;
  }
}

.hero__inner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__inner {
    width: 100%;
    padding: 6rem;
  }
}

.hero__description {
  color: #231f20;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .hero__description {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 2.2rem;
  }
}

/**
 * Component: Information Panel
 */
.information-panel {
  background-color: #E8EDEE;
  color: #231f20;
  padding: 1rem;
  border-left: #005eb8 solid 0.4rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .information-panel {
    padding: 2rem;
    display: flex;
  }
}

.information-panel--alert {
  background-color: #FAE100;
}

.information-panel__heading {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .information-panel__heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .information-panel__heading {
    font-size: 3rem;
  }
}

.information-panel__content {
  color: inherit;
  font-size: 1.6rem;
}
.information-panel__content a {
  color: #005eb8;
  text-decoration: underline;
}
.information-panel__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .information-panel__content {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .information-panel__content {
    font-size: 1.9rem;
  }
}

.information-panel__icon {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .information-panel__icon {
    margin-bottom: 0;
    width: 4rem;
    margin-right: 2.5rem;
  }
  .information-panel__icon img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .information-panel__icon {
    width: 4.5rem;
  }
}

@media (min-width: 768px) {
  .information-panel__main {
    flex: 1;
  }
}

/**
 * Component: Link List
 */
.link-list__title {
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #231f20;
}
@media (min-width: 1200px) {
  .link-list__title {
    font-size: 3.6rem;
  }
}
.link-list__title a {
  color: inherit;
}

.link-list__list {
  list-style: none;
  margin: 0;
  font-size: 2rem;
  padding-left: 0;
}

.link-list__item {
  margin-bottom: 1.2rem;
}
.link-list__item:last-child {
  margin-bottom: 0;
}

.link-list__link {
  color: #005EB8;
  font-weight: 700;
  display: inline;
  position: relative;
}
.link-list__link:after {
  content: "";
  position: absolute;
  border-right: 0.2rem solid #41B6E6;
  border-bottom: 0.2rem solid #41B6E6;
  width: 0.8rem;
  height: 0.8rem;
  right: -2rem;
  transform: rotate(-45deg);
  bottom: 0.7rem;
}

/**
 * Component: Link List Group
 */
.link-list-group__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.link-list-group__item {
  margin-bottom: 4rem;
}
.link-list-group__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .link-list-group__item {
    margin-bottom: 5rem;
  }
}

/**
 * Component: Mega Image
 */
.mega-image {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  background-color: #005EB8;
}
@media (min-width: 768px) {
  .mega-image {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .mega-image {
    width: 90%;
  }
}

.mega-image__image {
  width: 100%;
  min-height: 22.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mega-image__image {
    min-height: 45rem;
  }
}
@media (min-width: 992px) {
  .mega-image__image {
    min-height: 52rem;
  }
}
@media (min-width: 1200px) {
  .mega-image__image {
    min-height: 58rem;
  }
}

/**
 * Component: Meta Data
 */
.meta-data {
  color: white;
}
.meta-data a {
  color: white;
  font-weight: 700;
  margin: 0.3rem;
}
.meta-data a:hover {
  text-decoration: none;
}

.meta-data__item {
  margin-bottom: 0.8rem;
}
.meta-data__item:last-child {
  margin-bottom: 0;
}

/**
 * Component: Micromap
 */
.micromap {
  border: 0.1rem solid #E8EDEE;
  margin: 2.4rem 0 4rem 0;
  background-color: #D8F0FA;
  padding: 1.4rem;
  border-radius: 0.8rem;
}
@media (min-width: 1200px) {
  .micromap {
    padding: 2.4rem;
  }
}

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

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

.micromap__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  background: #E8EDEE;
}
@media (min-width: 992px) {
  .micromap__map {
    height: auto;
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .micromap__map {
    width: 48%;
  }
}

.micromap__title {
  margin-top: 0;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .micromap__title {
    font-size: 2.6rem;
  }
}

.micromap__meta {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}
.micromap__meta a {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .micromap__meta {
    font-size: 2rem;
  }
}

.micromap__label {
  display: block;
  font-weight: 700;
}

.micromap__form-label {
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .micromap__form-label {
    font-size: 2rem;
  }
}

.micromap__form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0.8rem 0 0 0;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 0.1rem solid #768692;
}
.micromap__form-input:focus-within {
  border-color: #005EB8;
}

.micromap__form-field {
  background-color: white;
  display: block;
  flex: 1 0;
  min-width: 0;
  min-height: 5rem;
  border: none;
  margin: 0;
  padding: 1rem;
}
.micromap__form-field:focus {
  box-shadow: none;
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

.micromap__form-search {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 4rem;
  height: 4rem;
  background: #C6E9F8 url("assets/imgs/icons/search-icon.svg") no-repeat center;
  background-size: 2rem;
  border: none;
  border-radius: 0.5rem;
}
.micromap__form-search:hover {
  cursor: pointer;
}
.micromap__form-search:focus {
  border: 3px solid #231f20;
  border-radius: 1rem;
  outline: 3px solid #FAE100;
}

/**
 * Component: Nested Intro
 */
.nested-intro {
  position: relative;
  background-color: white;
  border-radius: 1rem;
}
@media (min-width: 400px) {
  .nested-intro {
    padding: 2rem 2rem 0 2rem;
    margin-top: -8rem;
  }
}
@media (min-width: 768px) {
  .nested-intro {
    padding: 2.5rem 2.5rem 0 2.5rem;
    margin-top: -18rem;
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .nested-intro {
    border-radius: 1rem;
  }
}

.nested-intro__excerpt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nested-intro__excerpt {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .nested-intro__excerpt {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .nested-intro__excerpt {
    font-size: 2.4rem;
  }
}

/**
 * Component: News Article
 */
.news-article {
  display: flex;
  height: 100%;
  width: 100%;
  border: 0.1rem solid #dadcdc;
  border-radius: 0.5rem;
}

.news-article__image {
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.news-article__image:after {
  padding-top: 80%;
  display: block;
  content: "";
}
@media (min-width: 400px) {
  .news-article__image:after {
    padding-top: 57.1428571429%;
    display: block;
    content: "";
  }
}
@media (min-width: 768px) {
  .news-article__image {
    display: block;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .news-article__image {
    width: 80%;
  }
}

@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.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .news-article__content {
    border-left: none;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .news-article__content {
    padding: 2.2rem;
  }
}

.news-article__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-bottom: 1.6rem;
}
.news-article__title a {
  text-decoration: none;
}
.news-article__title a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}
.news-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-article__title {
    font-size: 2.4rem;
  }
}

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

.news-article__date {
  color: #425563;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.news-article__excerpt {
  margin-bottom: 1.6rem;
  color: black;
}

.news-article__category {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.news-article__category a {
  background: #E8EDEE;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: 1rem 1rem 0 0;
  border-radius: 0.5rem;
}
.news-article__category a:last-child {
  margin-right: 0;
}
.news-article__category a:first-child {
  margin-top: 0;
}
.news-article__category a:hover {
  text-decoration: underline;
}
.news-article__category a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}

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

/**
 * Component: News List
 */
.news-list-group__grid {
  display: flex;
  flex-wrap: wrap;
}

.news-list-group__item {
  margin-bottom: 3rem;
}
.news-list-group__item:last-child {
  margin-bottom: 0;
}

.news-list-group__item--featured {
  width: 100%;
}
.news-list-group__item--featured .news-article {
  flex-direction: column;
}
.news-list-group__item--featured .news-article__upper {
  margin-bottom: 6rem;
}
.news-list-group__item--featured .news-article__image {
  display: block;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.news-list-group__item--featured .news-article__content {
  border: none;
}
.news-list-group__item--featured .news-article__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-bottom: 1.6rem;
}
.news-list-group__item--featured .news-article__title a {
  text-decoration: none;
}
.news-list-group__item--featured .news-article__title a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}
.news-list-group__item--featured .news-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-list-group__item--featured .news-article__title {
    font-size: 4.2rem;
  }
}

.news-list-group__article-group {
  width: 100%;
}
@media (min-width: 992px) {
  .news-list-group__article-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.news-list-group__article {
  margin-bottom: 3rem;
  width: 100%;
}
.news-list-group__article:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-list-group__article {
    width: 48%;
  }
}

/**
 * Component: news page article
 */
.news-page-article {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #dadcdc;
  border-radius: 0.5rem;
}

.news-page-article__image {
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.news-page-article__image:after {
  padding-top: 48.5436893204%;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .news-page-article__image {
    display: block;
    min-height: 26rem;
  }
}

.news-page-article__upper {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .news-page-article__upper {
    margin-bottom: 0;
  }
}

.news-page-article__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .news-page-article__content {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .news-page-article__content {
    padding: 2.2rem;
  }
}

.news-page-article__title {
  font-size: 2rem;
}
.news-page-article__title a {
  text-decoration: none;
}
.news-page-article__title a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}
.news-page-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-page-article__title {
    font-size: 2.4rem;
  }
}

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

.news-page-article__date {
  color: #425563;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.news-page-article__excerpt {
  margin-bottom: 1.6rem;
  color: black;
}

.news-page-article__category {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.news-page-article__category a {
  background: #E8EDEE;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: auto 1rem 0 0;
  border-radius: 0.5rem;
}
.news-page-article__category a:hover {
  text-decoration: underline;
}
.news-page-article__category a:focus {
  background-color: #FAE100;
  color: #231f20;
  box-shadow: inset 0 -3px 0 0 #231f20;
  outline: none;
}

.news-page-article__category-title {
  font-weight: 700;
}

/**
 * Component: On this page
 */
.on-this-page {
  width: auto;
}

.on-this-page__title {
  background-color: #425563;
  color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .on-this-page__title {
    font-size: 2.4rem;
  }
}

.on-this-page__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.on-this-page__item {
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}

.on-this-page__headers {
  font-size: 1.6rem;
  color: #005eb8;
}
@media (min-width: 992px) {
  .on-this-page__headers {
    font-size: 1.9rem;
  }
}

/**
 * Component: Page dates
 */
.page-dates {
  margin-top: 2rem;
}
.page-dates time {
  display: block;
}
@media (min-width: 992px) {
  .page-dates time:first-child {
    border-right: 0.2rem solid #425563;
    padding-right: 2rem;
    border-bottom: 0;
  }
  .page-dates time:last-child {
    padding-left: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page-dates {
    display: flex;
    justify-content: center;
  }
}

.page-dates__date-text {
  color: #425563;
  font-size: 1.6rem;
}

/**
 * Component: Popular Card Group
 */
.popular-card-group {
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .popular-card-group {
    margin: 2rem 0;
  }
}

.popular-card-group__title {
  color: #231f20;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .popular-card-group__title {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  .popular-card-group__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
  }
}
@media (min-width: 992px) {
  .popular-card-group__grid {
    margin-left: -3rem;
  }
}

.popular-card-group__item {
  max-width: 100%;
  padding: 0.8rem 0;
}
@media (min-width: 768px) {
  .popular-card-group__item {
    width: 50%;
    padding: 0.8rem 0 0.8rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .popular-card-group__item {
    padding-left: 3rem;
    width: 25%;
  }
}

/**
 * Component: Promotion
 */
.promotion {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background-color: #41B6E6;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .promotion {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .promotion {
    margin: 3rem 0;
  }
}
@media (min-width: 992px) {
  .promotion {
    margin: 4rem 0;
  }
}

@media (min-width: 768px) {
  .promotion__fig {
    width: 40%;
    order: 2;
  }
}

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

.promotion__background-image {
  display: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.promotion__background-image:before {
  content: "";
  position: absolute;
  background-image: url("assets/imgs/icons/promotion-mask.svg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .promotion__background-image {
    display: block;
  }
}

.promotion__image-large {
  display: none;
}
@media (min-width: 768px) {
  .promotion__image-large {
    display: block;
  }
}

.promotion__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0;
  background-color: #41B6E6;
  background: #41B6E6 url("assets/imgs/promotion-circle-group.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .promotion__content {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .promotion__content {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .promotion__content {
    padding: 5rem;
  }
}

.promotion__title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .promotion__title {
    font-size: 3.8rem;
  }
}

.promotion__description {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .promotion__description {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .promotion__description {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .promotion__description {
    font-size: 2rem;
  }
}

.slide {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 2.2rem;
  color: #231f20;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .slide {
    justify-content: space-between;
  }
}

.slide__title {
  font-size: 2.6rem;
  word-break: break-word;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .slide__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .slide__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .slide__title {
    font-size: 4.6rem;
  }
}

.slide__description {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .slide__description {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .slide__description {
    font-size: 1.9rem;
  }
}

.slide__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  padding: 0.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .slide__content {
    padding: 0.7rem 0.5rem;
    max-width: 60rem;
  }
}

.slide__button {
  margin-top: auto;
}

.slide__figure {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  max-width: 60%;
  position: relative;
  left: 29%;
  margin-bottom: 2rem;
}
.slide__figure:before {
  content: "";
  width: 65%;
  height: 65%;
  background-color: RGBA(255, 184, 28, 0.21);
  border-radius: 100%;
  position: absolute;
  top: -2rem;
  left: -5rem;
  z-index: -1;
}
.slide__figure:after {
  padding-top: 100%;
  display: block;
  content: "";
}
@media (min-width: 400px) {
  .slide__figure {
    left: 26%;
  }
}
@media (min-width: 768px) {
  .slide__figure {
    width: 50%;
    order: 2;
    left: 0;
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .slide__figure:after {
    padding-top: 100%;
    display: block;
    content: "";
  }
  .slide__figure:before {
    top: 2rem;
    left: -14rem;
  }
}
@media (min-width: 992px) {
  .slide__figure {
    max-width: 45rem;
  }
  .slide__figure:before {
    width: 59%;
    height: 59%;
  }
}
@media (min-width: 1200px) {
  .slide__figure {
    max-width: 50rem;
  }
  .slide__figure:before {
    left: -16rem;
  }
}

/**
 * Component: Slider
 */
.slider {
  position: relative;
  padding: 5rem 0;
}

.slider__slides {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .slider__controls {
    margin: 4rem 0 0 0;
  }
}

.slider__control-button {
  display: block;
  padding: 2rem;
  border: none;
  border-radius: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  background-position: center center;
  cursor: pointer;
}

.slider__control-button--pause {
  background-image: url("./assets/imgs/icons/pause.svg");
}
.slider__control-button--pause:focus {
  background-color: #FAE100;
  outline: none;
  box-shadow: 0 0.3rem 0 0 #231f20;
}

.slider__control-button--play {
  background-image: url("./assets/imgs/icons/play.svg");
}
.slider__control-button--play:focus {
  background-color: #FAE100;
  outline: none;
  box-shadow: 0 0.3rem 0 0 #231f20;
}

.slider__dots {
  list-style: none;
  display: flex;
  margin: 0 2.5rem 0 0;
  order: 1;
}
.slider__dots button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 0.2rem solid #768692;
  background: transparent;
  margin: 0.5rem;
  text-indent: -9999.9rem;
  overflow: hidden;
  cursor: pointer;
}
.slider__dots button[aria-selected=true] {
  background: #005EB8;
  border-color: #005EB8;
}
.slider__dots button:focus {
  background: #FAE100;
  outline: none;
  border: solid 2px black;
}
.slider__dots button:focus[aria-selected=true] {
  background: black;
  outline: none;
  border: solid 2px #FAE100;
  box-shadow: 0px 0px 0px 2px black;
}

/**
** Unique styling for each slide
**/
.slick-slide[data-slick-index="1"] .slide__figure:before {
  background-color: RGBA(0, 169, 206, 0.2);
}
@media (min-width: 768px) {
  .slick-slide[data-slick-index="1"] .slide__figure:before {
    left: 26rem;
    top: 3rem;
  }
}
@media (min-width: 992px) {
  .slick-slide[data-slick-index="1"] .slide__figure:before {
    left: 39rem;
    top: 5rem;
  }
}

.slick-slide[data-slick-index="2"] .slide__figure:before {
  background-color: RGBA(120, 190, 32, 0.2);
}
@media (min-width: 768px) {
  .slick-slide[data-slick-index="2"] .slide__figure:before {
    top: 9rem;
  }
}
@media (min-width: 992px) {
  .slick-slide[data-slick-index="2"] .slide__figure:before {
    top: 14rem;
  }
}

.slick-slide[data-slick-index="3"] .slide__figure:before {
  background-color: RGBA(0, 164, 153, 0.2);
}
@media (min-width: 768px) {
  .slick-slide[data-slick-index="3"] .slide__figure:before {
    left: 27rem;
    top: 10rem;
  }
}
@media (min-width: 992px) {
  .slick-slide[data-slick-index="3"] .slide__figure:before {
    left: 34rem;
    top: 15rem;
  }
}

.slick-slide[data-slick-index="1"] .slide,
.slick-slide[data-slick-index="3"] .slide {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .slick-slide[data-slick-index="1"] .slide .slide__figure,
  .slick-slide[data-slick-index="3"] .slide .slide__figure {
    margin-left: 0;
    margin-right: 3rem;
  }
}

/**
 * Component: Team item
 */
.team-item {
  border-bottom: solid 0.1rem #41B6E6;
  height: 100%;
  min-height: 100%;
}

.team-item__image {
  display: block;
  background-color: #005EB8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
.team-item__image:after {
  padding-top: 65.7894736842%;
  display: block;
  content: "";
}

.team-item__content {
  width: 100%;
}

.team-item__title {
  font-size: 2.2rem;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .team-item__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .team-item__title {
    font-size: 2.8rem;
  }
}

.team-item__subtitle {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .team-item__subtitle {
    font-size: 2.4rem;
  }
}

.team-item__bio p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .team-item__bio p {
    font-size: 1.9rem;
  }
}

/**
 * Component: Team Item Group
 */
@media (min-width: 768px) {
  .team-item-group__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -3.6rem;
  }
}
@media (min-width: 992px) {
  .team-item-group__inner {
    padding: 0;
  }
}

.team-item-group__item {
  margin-bottom: 3.6rem;
}
@media (min-width: 768px) {
  .team-item-group__item {
    width: 50%;
    padding-left: 3.6rem;
  }
}
@media (min-width: 992px) {
  .team-item-group__item {
    width: 33%;
  }
}
