/*!
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: #EAC035;
  text-decoration: none;
  z-index: 10000;
}

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

a:focus-visible {
  outline: #EAC035 2px solid;
}

a:focus {
  outline: #EAC035 2px solid;
}

#cookie-law-info-bar .cli_messagebar_head {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 1rem 0 1.25rem 0;
}
@media (min-width: 768px) {
  #cookie-law-info-bar .cli_messagebar_head {
    font-size: 2.1rem;
  }
}
#cookie-law-info-bar .cli_mixd_message {
  font-weight: normal;
  margin-bottom: 2rem;
}
#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 {
  margin-bottom: 0;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.8rem 2rem;
  background-color: #00703c;
  color: white;
  font-weight: normal;
  margin: 0 0.5rem 1rem 0.5rem;
  line-height: 1.25;
  min-width: 12rem;
  display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
  background-color: rgb(0, 86.5, 46.3392857143) !important;
}
@media (min-width: 768px) {
  #cookie-law-info-bar .cli_mixd_buttons a {
    font-size: 1.9rem;
  }
}

.cookielawinfo-cookie-delete {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cookielawinfo-cookie-delete {
    font-size: 1.9rem;
  }
}

* {
  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: 300;
  -webkit-font-smoothing: antialiased;
  color: #292223;
}

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

a {
  text-decoration: none;
  display: inline-block;
  color: #1E66A2;
}

.standard-content a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 300;
  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;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

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

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

ul, ol {
  margin-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 {
  width: 90%;
  max-width: 124rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .u-wrapper, .error-debugger {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .u-wrapper, .error-debugger {
    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 {
  display: inline-block;
  color: #292223;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  label {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  label {
    font-size: 2.2rem;
  }
}

input,
textarea,
select {
  line-height: 1.5;
  font-family: "Frutiger W01", Arial, sans-serif;
  color: #292223;
  border: 0.2rem solid #CBCBCB;
  background-color: white;
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  max-width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
input[type=checkbox]:focus {
  outline: none;
  border-color: #EAC035;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  outline: #EAC035 1.5px solid;
}

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.2rem solid #CBCBCB;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: white;
  background-image: url("./assets/imgs/icons/select.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: right 1.5rem center;
  padding: 1rem 5.2rem 1rem 2rem;
  margin: 0;
  border: 0.2rem solid #CBCBCB;
}

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

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

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;
  background-color: white;
  border: 0.2rem solid #CBCBCB;
  margin-right: 1rem;
}

.checkbox--focus {
  outline: none;
  border-color: #EAC035;
}

.checkbox--checked {
  background-image: url("./assets/imgs/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

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

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

.radio {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: white;
  border: 0.2rem solid #CBCBCB;
  border-radius: 50%;
  margin-right: 1rem;
}

.radio--focus {
  outline: none;
  border-color: #EAC035;
}

.radio--checked:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1E66A2;
}

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

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

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

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

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

h3 .searchwp-highlight {
  color: #1E66A2;
  background-color: #F9E300;
}

.searchwp-highlight {
  background-color: #F9E300;
}

input.datepicker {
  display: block;
}

.ui-datepicker {
  background: white;
  border: 2px solid #CBCBCB;
  padding: 1rem;
  font-size: 1.6rem;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 50%;
  text-decoration: underline;
  cursor: pointer;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  color: #425563;
  cursor: default;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-title {
  margin: 1rem 0;
}
.ui-datepicker-title select {
  width: 50%;
  display: inline-block;
  font-size: 16px;
}

.ui-datepicker-calendar {
  font-size: 18px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #292223;
  table-layout: auto;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
  border: 1px solid #292223;
  width: 40px;
  height: 40px;
  background: white;
  padding: 0;
  color: #1E66A2;
  line-height: 40px;
  text-align: center;
}
.ui-datepicker-calendar th {
  background-color: #1E66A2;
  color: white;
}
.ui-datepicker-calendar .ui-state-disabled {
  background: #CBCBCB;
}
.ui-datepicker-calendar td .ui-state-hover {
  background: #1E66A2;
  color: white;
}
.ui-datepicker-calendar td a {
  display: block;
  height: 100%;
  width: 40px;
  height: 40px;
}

@media print {
  @page {
    size: A4;
  }
  * {
    margin: 0;
    padding: 0;
    color: black !important;
    max-width: 100%;
    font-size: 1.7rem;
  }
  a, a:hover, a:focus, a:visited {
    color: #1E66A2 !important;
    text-decoration: underline;
  }
  body {
    position: relative;
  }
  .breadcrumbs {
    margin-bottom: 1.6rem;
  }
  h1, h2, h3, h4 {
    break-after: avoid-page;
  }
  /**
   * Hide all non-essential elements
   */
  .site-header,
  .site-footer,
  .content-sidebar-group__sidebar,
  .share-links,
  #cookie-law-info-bar,
  .wp-block-audio,
  .card-article__image,
  .social-media-banner,
  .news-article__image,
  .featured-page__image,
  .debug,
  .corona-alert,
  .card-event__date {
    display: none !important;
  }
  .page-title {
    padding: 0;
  }
  .hero,
  .content-sidebar-group,
  .content-sidebar-group__content,
  .card-list__card,
  .card-article,
  .section-item-group__grid,
  .section-item-a,
  .section-item-b,
  .featured-page-group,
  .featured-page-group__grid,
  .featured-page-group__item,
  .featured-page,
  .featured-page__content,
  .featured-page__link,
  .featured-page__excerpt,
  .page-title__content,
  .slider,
  .slider-item,
  .slider-item__image,
  .slider-item__content-block,
  .featured-news-group__grid,
  .featured-news-group__featured-article,
  .featured-news-group__article-group,
  .corona-featured-panel-group,
  .corona-featured-panel-group__item,
  .corona-featured-panel {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: initial !important;
  }
  .section-item-group__item {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .hero__content {
    border: 0.1rem solid black;
    background: none;
    position: static;
    top: auto;
    transform: none;
    max-width: 100%;
  }
  .card-article__title,
  .section-item-b__title,
  .card-search-result__title {
    margin-bottom: 0;
  }
  .u-wrapper, .error-debugger,
  .container,
  .corona-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .alignleft,
  .alignright,
  .size-full,
  .slider,
  .news-article,
  .featured-page__link,
  .hero,
  .corona-faq-panel {
    float: none;
    margin: 0 0 10 0 !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .related-pages a:after {
    height: auto;
    width: auto;
    position: static;
    padding-left: 0;
  }
  .button, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
    display: inline-block;
    color: black;
    border: 0.1rem solid black;
    padding: 0.4rem;
    margin: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
  }
  .button:after, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:after {
    transform: none;
    position: static;
    border: none;
  }
  a.section-item-a:after {
    width: auto;
    height: auto;
    background: none;
    position: static;
    right: 0;
    bottom: 0;
    border-radius: none;
  }
  .featured-page {
    height: auto;
  }
  .featured-page__content:after {
    display: none;
  }
  .card-resource__title a {
    font-size: inherit;
    margin-bottom: 0;
  }
  .card-resource__title + img {
    display: none;
  }
  .alert-takeover,
  .featured-page {
    background: none;
  }
  .featured-news-group__article {
    margin-bottom: 0;
  }
  .slider__track {
    overflow: none;
  }
  .slider__shim {
    position: static;
    z-index: 1;
    display: none;
  }
  .slider__shim:first-child {
    display: block;
  }
  .slider__arrows {
    display: none;
  }
  .slider-item__title {
    padding-top: 0;
  }
  .alert-takeover__inner,
  .slider-item__content-block,
  .corona-last-updated,
  .corona-faq-panel {
    padding: 1rem;
    border: 0.1rem solid black;
    background: none;
  }
}
table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  table {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  table {
    font-size: 1.9rem;
  }
}

table.ui-datepicker-calender {
  table-layout: auto;
}

tr:nth-child(odd) td {
  background: #efefef;
}

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

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

.pika-single.is-hidden {
  display: none;
}

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

.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 #425563;
}
.pika-table th {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #425563;
}
.pika-table abbr {
  text-decoration: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 0.8rem 0.5rem;
  color: #292223;
  font-size: 1.4rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-align: right;
  background: white;
  border: none;
}
.is-today .pika-button {
  color: #1E66A2;
  font-weight: 700;
}
.is-selected .pika-button {
  color: white;
  font-weight: 700;
  background: #1E66A2;
  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: #292223;
  background: #efefef;
  box-shadow: none;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.searchwp-live-search-results {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

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

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

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

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
/**
 * 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: #292223;
  border: 0.1rem solid #EFEFEF;
}
@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: #1E66A2;
}

#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: #1E66A2;
}

#hj-content .breadcrumbs li a:hover {
  text-decoration: underline;
  color: rgb(22.03125, 74.90625, 118.96875);
}

#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: #1E66A2;
  color: white;
}

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

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

#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: rgb(26.015625, 88.453125, 140.484375);
  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: rgb(26.015625, 88.453125, 140.484375);
  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: rgb(26.015625, 88.453125, 140.484375);
  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: rgb(26.015625, 88.453125, 140.484375);
}

#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: rgb(26.015625, 88.453125, 140.484375);
}

#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: rgb(26.015625, 88.453125, 140.484375);
}

#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: #1E66A2;
}

#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: rgb(26.015625, 88.453125, 140.484375);
}

#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: 400;
  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: #EFEFEF 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: #1E66A2;
  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: #1E66A2;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #E8EDEE;
  font-weight: 700;
}
c .pager-item > a:hover {
  background: #0072CE;
  text-decoration: none;
}

.pager-item.selected {
  background: #0072CE;
  border: 1px solid #0072CE;
  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;
  cursor: hand;
}

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

.gform_fields {
  margin-left: 0;
  padding-left: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 2.4rem;
}
.gfield a {
  color: rgb(22.03125, 74.90625, 118.96875);
  text-decoration: underline;
}
.gfield a:hover, .gfield a:focus {
  color: rgb(18.046875, 61.359375, 97.453125);
}

.gfield_required {
  font-weight: 300;
  margin-left: 1.2rem;
}

.ginput_complex span {
  display: block;
}
.ginput_complex input {
  width: 100%;
  margin-bottom: 0;
}
.ginput_complex label {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .ginput_complex label {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .ginput_complex label {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .ginput_complex {
    display: flex;
  }
}

.ginput_container {
  margin-top: 1rem;
}
.ginput_container input,
.ginput_container textarea {
  width: 100%;
  padding: 1rem;
  background-color: white;
}

@media (min-width: 768px) {
  .ginput_container_name .name_first {
    width: 50%;
  }
  .ginput_container_name .name_last {
    padding-left: 1.6rem;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .ginput_container_address {
    margin-left: -1.6rem;
    flex-wrap: wrap;
  }
  .ginput_container_address .ginput_full {
    width: 100%;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .ginput_container_address .ginput_left,
  .ginput_container_address .ginput_right {
    width: 50%;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.clear-multi {
  display: flex;
}

.ginput_container_time {
  display: flex;
  align-items: center;
}
.ginput_container_time label {
  margin-bottom: 0;
}
.ginput_container_time i {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .ginput_container_time i {
    padding: 0 2rem;
  }
}

.gfield_time_hour label + input, .gfield_time_minute label + input {
  margin-left: 1rem;
}

.ginput_container_fileupload input {
  background: white;
}

.validation_message {
  margin-top: 0.4rem;
  font-weight: 700;
  color: #DA291C;
}

.validation_error {
  font-weight: 700;
  color: #DA291C;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .validation_error {
    font-size: 1.9rem;
  }
}

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

.gfield_consent_label {
  font-size: 1.6rem;
  margin: 1.2rem 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .gfield_consent_label {
    font-size: 1.9rem;
  }
}

.gform_confirmation_message {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0072CE;
}
@media (min-width: 768px) {
  .gform_confirmation_message {
    font-size: 1.9rem;
  }
}

.gfield_checkbox,
.gfield_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gfield_checkbox li, .gfield_radio li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.gfield_checkbox label, .gfield_radio label {
  margin-bottom: 0;
  font-weight: normal;
}

@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
/**
 * Component: A-Z Button
 */
.a-z-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #EFEFEF;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1E66A2;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 992px) {
  .a-z-button {
    font-size: 2.4rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
.a-z-button:hover {
  background: #0072CE;
  color: white;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.a-z-button--disabled {
  color: #292223;
  background-color: #EFEFEF;
  pointer-events: none;
}
.a-z-button--disabled:hover, .a-z-button--disabled:visited {
  color: #292223;
}

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

/**
 * Component: A-Z Group
 */
.a-z-group__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

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

.a-z-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  .a-z-group__grid {
    justify-content: normal;
  }
}

.a-z-group__grid-item {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.a-z-group--home {
  padding: 3rem 0 2rem 0;
}
.a-z-group--home h2 {
  font-weight: 300;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .a-z-group--home h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .a-z-group--home h2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .a-z-group--home {
    padding: 3rem 0 1rem 0;
  }
}
@media (min-width: 1200px) {
  .a-z-group--home {
    padding: 4rem 0 2rem 0;
  }
}

/**
 * Component: Banner
 */
.alert-banner {
  background-color: #DA291C;
  color: white;
  margin: 0 auto;
  position: relative;
  padding: 1.2rem 0;
  width: 100%;
}
.alert-banner .u-wrapper, .alert-banner .error-debugger {
  text-align: center;
}

.alert-banner__title {
  margin: 0;
  font-weight: bold;
  display: inline;
}

.alert-banner__content {
  display: inline;
}

.alert-banner__link {
  color: inherit;
  text-decoration: underline;
}

/**
 * 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: #EFEFEF;
  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: #1E66A2;
  background: #EFEFEF;
  -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: 1rem;
}
@media (min-width: 768px) {
  .alert-takeover {
    margin-bottom: 3rem;
    background-color: transparent;
  }
}

.alert-takeover__inner {
  font-size: 1.8rem;
  color: white;
  text-align: center;
  padding: 3.2rem 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 0.5rem auto;
}
@media (min-width: 768px) {
  .alert-takeover__title {
    margin-bottom: 1.2rem;
  }
}

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

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

/**
* Gutenberg Blockquote styles
*/
.blockquote {
  background: url("./assets/imgs/icons/quotemarks.svg") no-repeat;
  background-size: 6rem 6rem;
  background-position: top left;
  padding: 1.5rem 1.5rem 1.5rem 9rem;
  margin: 2.4rem 0;
}
.blockquote p {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .blockquote p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .blockquote p {
    font-size: 2.4rem;
  }
}
.blockquote cite {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .blockquote cite {
    font-size: 1.9rem;
  }
}
.blockquote .blockquote__role {
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 768px) {
  .blockquote .blockquote__role {
    font-size: 1.9rem;
  }
}

/**
 * Component: Example
 */
.breadcrumbs {
  font-size: 1.6rem;
  padding: 1.2rem 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

/**
 * Component: Button
 */
.button, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.5rem 1.4rem;
  background-color: #1E66A2;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  height: auto;
  width: auto;
  text-decoration: none;
  background-image: url("assets/imgs/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: right 1rem center;
  padding: 0.5rem 3.5rem 0.5rem 1.4rem;
}
.button:hover, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:hover {
  background-color: rgb(26.015625, 88.453125, 140.484375);
  text-decoration: none;
}
.button:focus, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #003087;
}
@media (min-width: 992px) {
  .button, #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
    font-size: 1.8rem;
  }
}

.button--secondary {
  background-color: white;
  color: #1E66A2;
  background-image: url("assets/imgs/icons/arrow-right-dark-blue.svg");
}
.button--secondary:hover {
  color: white;
  background-color: #1E66A2;
  text-decoration: none;
  background-image: url("assets/imgs/icons/arrow-right-white.svg");
}

.button--text-primary {
  background-color: #EAC035;
  color: #000;
  font-size: 2.2rem;
  background-image: none;
  padding: 1.1rem 2rem 1.1rem 2rem;
}
.button--text-primary:hover {
  background-color: rgb(231.5986547085, 184.7959641256, 29.9013452915);
  text-decoration: none;
}

.button--text-secondary {
  background-color: #005EB8;
  color: white;
  font-size: 2.2rem;
  background-image: none;
  padding: 1.1rem 2rem 1.1rem 2rem;
}

.button__file-info {
  padding-left: 1.2rem;
  font-weight: 300;
}

/**
 * Component: Hamburger
 */
.button-menu-toggle {
  border: none;
  background-color: white;
  border: 1px solid #005EB8;
  color: #005EB8;
  font-size: 1.9rem;
  padding: 0.5rem 1rem;
}

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

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

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

/**
 * Component: Card Article
 */
.card-article {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  border: 0.2rem solid #c9c9c9;
}

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

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

.card-article__title {
  margin-bottom: 0;
  font-weight: bold;
}
.card-article__title a {
  text-decoration: none;
}
.card-article__title a:hover, .card-article__title a:focus {
  text-decoration: underline;
}

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

.card-article__meta {
  margin-bottom: 0;
}

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

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

.card-article.card-article__no-border {
  border: 0px;
}

.card-article__no-border .card-article__title a {
  text-decoration: underline;
}

.card-article__date p {
  font-weight: bold;
  margin-bottom: 0;
}

.card-article__no-border .card-article__excerpt {
  margin-bottom: 0.1rem;
}
.card-article__no-border .card-article__excerpt p {
  margin-bottom: 0;
}

.card-article__no-border .card-article__content {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

/**
 * Component: card event
 */
.card-event {
  border: 0.1rem solid #c9c9c9;
  border-bottom: 0.3rem solid #1E66A2;
  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: white;
  background: #1E66A2;
  text-align: center;
}
@media (min-width: 992px) {
  .card-event__date {
    width: 10rem;
    height: 10rem;
  }
}

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

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

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

.card-event__content {
  flex: 1 0;
}

.card-event__title {
  margin-bottom: 1.2rem;
}
.card-event__title a {
  color: #1E66A2;
}

.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;
}
@media (min-width: 992px) {
  .card-event__meta {
    font-size: 1.9rem;
  }
}

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

/**
 * 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%;
  padding-left: 2.4rem;
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  .child-pages-menu__item--half {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .child-pages-menu__item--third {
    width: 33.3333%;
  }
}

.child-pages-menu__link {
  position: relative;
  width: 100%;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: underline;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .child-pages-menu__link {
    font-size: 2rem;
  }
}

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

/**
 * 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 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-group__sidebar {
    width: 30%;
    margin: 0 0 0 7.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 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-group__reverse .content-sidebar-group__sidebar {
    margin: 0 7.5rem 0 0;
  }
}

/**
 * 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--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;
  padding-left: 4rem;
  background-image: url("assets/imgs/icons/file.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: left center;
}

/**
 * Component: Filter Date
 */
.filter-date__label {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.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.svg");
  margin: 0;
  border: 0.1rem solid #CBCBCB;
}
.filter-date__input:focus {
  border-color: #EAC035;
}

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

.filter-group__title {
  font-size: 2.4rem;
  font-weight: 700;
}

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

.filter-group__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 2px solid #EFEFEF;
  padding-top: 2.4rem;
}

.filter-group__reset {
  display: block;
  font-size: 1.6rem;
  padding: 0.4rem 0;
  color: #0072CE;
}
@media (min-width: 768px) {
  .filter-group__reset {
    font-size: 1.9rem;
  }
}
.filter-group__reset + .button, #hj-content #JobSearch_default .filter-group__reset + input#JobSearch\.QueryIntegratedSubmit {
  margin-left: 2rem;
}

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

.filter-dropdown__label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .filter-dropdown__label {
    font-size: 1.9rem;
  }
}

/**
 * Component: Filter Search
 */
.filter-search {
  width: 100%;
}

.filter-search__label {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .filter-search__label {
    font-size: 1.9rem;
  }
}

.filter-search__input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 2.1rem 0 1rem;
  border: 0.2rem solid #CBCBCB;
  background-color: white;
}
.filter-search__input-group:focus-within {
  border-color: #EAC035;
}

.filter-search__field {
  background-color: white;
  display: block;
  flex: 1 0;
  min-width: 0;
  height: 100%;
  border: none;
  margin: 0;
  padding-left: 1rem;
}
.filter-search__field:focus {
  box-shadow: none;
}

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

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

/**
 * Component: In This Section
 */
.in-this-section__title {
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}

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

.in-this-section__item {
  color: #1E66A2;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #EFEFEF;
}
.in-this-section__item:last-child {
  margin-bottom: 0;
}

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

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

.mega-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0.4rem solid #1E66A2;
  padding: 2.4rem;
  width: 100%;
}

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

.mega-menu__text {
  font-size: 1.6rem;
  margin-top: 2rem;
  flex-basis: 100%;
}
.mega-menu__text a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .mega-menu__text {
    font-size: 1.9rem;
  }
}

.mega-menu__content {
  flex: 1;
}

.mega-menu__panel {
  position: relative;
  width: 30%;
  max-width: 30rem;
  margin-left: 2.4rem;
  background-color: #425563;
}
.mega-menu__panel:hover, .mega-menu__panel:focus {
  background-color: rgb(55.8, 71.8636363636, 83.7);
}
.mega-menu__panel .mega-menu__panel-link:after {
  background-image: url("./assets/imgs/icons/arrow-right-grey.svg");
}
.mega-menu__panel .mega-menu__panel-title {
  color: white;
}
.mega-menu__panel .button, .mega-menu__panel #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, #hj-content #JobSearch_default .mega-menu__panel input#JobSearch\.QueryIntegratedSubmit {
  display: block;
  width: auto;
}

.mega-menu__panel--blue {
  background-color: #1E66A2;
}
.mega-menu__panel--blue:hover, .mega-menu__panel--blue:focus {
  background-color: rgb(26.015625, 88.453125, 140.484375);
}
.mega-menu__panel--blue .mega-menu__panel-link:after {
  background-image: url("./assets/imgs/icons/arrow-right-dark-blue.svg");
}
.mega-menu__panel--blue .mega-menu__panel-title {
  color: white;
}

.mega-menu__panel--yellow {
  background-color: #EAC035;
}
.mega-menu__panel--yellow:hover, .mega-menu__panel--yellow:focus {
  background-color: rgb(231.5986547085, 184.7959641256, 29.9013452915);
}
.mega-menu__panel--yellow .mega-menu__panel-link:after {
  background-image: url("./assets/imgs/icons/arrow-right-yellow.svg");
}
.mega-menu__panel--yellow .mega-menu__panel-title {
  color: #292223;
}

.mega-menu__panel--green {
  background-color: #1C998C;
}
.mega-menu__panel--green:hover, .mega-menu__panel--green:focus {
  background-color: rgb(24.0552486188, 131.4447513812, 120.2762430939);
}
.mega-menu__panel--green .mega-menu__panel-link:after {
  background-image: url("./assets/imgs/icons/arrow-right-green.svg");
}
.mega-menu__panel--green .mega-menu__panel-title {
  color: white;
}

.mega-menu__panel-link {
  display: block;
  padding: 2rem 2rem 5.5rem 2rem;
  height: 100%;
}
.mega-menu__panel-link:after {
  content: "";
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .mega-menu__panel-link {
    padding: 2rem 2rem 6.5rem 2rem;
  }
  .mega-menu__panel-link:after {
    background-size: 2rem;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.mega-menu__panel-link:hover {
  text-decoration: none;
}

.mega-menu__panel-title {
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .mega-menu__panel-title {
    font-size: 2.4rem;
  }
}

/**
 * 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: -9999;
  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 #EFEFEF;
}
.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;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .nav-footer {
    font-size: 1.9rem;
  }
}

.nav-footer__item {
  margin-left: 1.5rem;
}
.nav-footer__item:first-of-type {
  margin-right: 0rem;
}

.nav-footer__link {
  text-decoration: underline;
  font-weight: 300;
  color: black;
}
.nav-footer__link:hover, .nav-footer__link:focus {
  text-decoration: underline;
}

.nav-footer__item--active .nav-footer__link {
  color: #425563;
}

/**
 * Component: Navigation Footer
 */
.nav-footer-button {
  width: 100%;
  display: flex;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media (min-width: 550px) {
  .nav-footer-button {
    flex-direction: row;
  }
}

.nav-footer-button__link {
  text-decoration: none;
  color: #292223;
  font-weight: 700;
  background-color: #005EB8;
  color: white;
  font-size: 2.2rem;
  background-image: none;
  padding: 1.1rem 2rem 1.1rem 2rem;
  text-align: center;
}
.nav-footer-button__link:hover {
  background-color: rgb(0, 80.972826087, 158.5);
  text-decoration: none;
}

.nav-footer-button__item {
  margin-left: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 550px) {
  .nav-footer-button__item {
    margin-bottom: 0rem;
    margin-left: 1rem;
  }
}

.nav-footer-button__item:first-of-type {
  margin-bottom: 0rem;
}

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

.nav-primary__item {
  margin-right: 0.4rem;
}

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

.nav-primary__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  color: #1E66A2;
}
.nav-primary__link:hover, .nav-primary__link:focus {
  text-decoration: underline;
  color: #425563;
}
@media (min-width: 992px) {
  .nav-primary__link {
    padding: 0.5rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary__link {
    padding: 0.5rem 1.3rem;
  }
}

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

/**
 * Default behaviour should be to hide mega menu as the media query below will enable it if the browser supports hover
 */
.nav-primary__dropdown {
  display: none;
}

/**
 * Specifically targets non-touch devices to enable mega menu functionality due to limited support
 */
@media (hover: hover) and (pointer: fine) {
  .nav-primary__item--parent .nav-primary__link {
    padding: 0.4rem 0.4rem;
    padding-right: 3.3rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .nav-primary__item--parent .nav-primary__link {
    padding: 0.5rem 0.5rem;
    padding-right: 3.3rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .nav-primary__item--parent .nav-primary__link {
    padding: 0.5rem 0.9rem;
    padding-right: 3.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-primary__item--parent .nav-primary__link:after {
    content: "";
    position: absolute;
    top: 55%;
    right: 1rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-right: 1rem solid #005EB8;
  }
  .nav-primary__item--parent.nav-primary__item--active .nav-primary__link:after {
    border-right-color: #425563;
  }
  .nav-primary__item--parent:hover .nav-primary__link,
  .nav-primary__item--parent:focus .nav-primary__link,
  .nav-primary__item--parent:focus-within .nav-primary__link {
    background-color: #005EB8;
    color: white;
    z-index: 1;
  }
  .nav-primary__item--parent:hover .nav-primary__link:after,
  .nav-primary__item--parent:focus .nav-primary__link:after,
  .nav-primary__item--parent:focus-within .nav-primary__link:after {
    border-right-color: white;
  }
  .nav-primary__item--parent:hover .nav-primary__dropdown,
  .nav-primary__item--parent:focus .nav-primary__dropdown,
  .nav-primary__item--parent:focus-within .nav-primary__dropdown {
    z-index: 2;
    top: 100%;
  }
  .nav-primary__dropdown {
    display: block;
    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: 2.2rem;
  font-weight: 700;
  margin: 0;
}

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

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

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

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

.nav-secondary__item--531 {
  background-color: #EAC035;
  padding: 0.5rem 1rem;
}
.nav-secondary__item--531:hover {
  background-color: rgb(233.0394618834, 189.1183856502, 43.7605381166);
}
.nav-secondary__item--531 a {
  text-decoration: none;
}
.nav-secondary__item--531 a:hover {
  text-decoration: underline;
}

.nav-secondary__link {
  display: block;
  text-decoration: underline;
  color: #292223;
  font-weight: 300;
  text-underline-offset: 0.2rem;
}
.nav-secondary__link:hover {
  text-decoration: none;
}
.nav-secondary__item--active .nav-secondary__link {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
}

/**
 * Component: secondary Mobile Navigation
 */
.nav-mobile-secondary {
  margin: 0;
  text-align: right;
  list-style: none;
  font-size: 1.9rem;
}

.nav-mobile-secondary__item {
  padding: 0.2rem 0;
}

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

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

/**
 * Component: Page title
 */
.page-title {
  color: #000;
  background-color: #EAC035;
  padding: 2.4rem 2rem;
  position: relative;
  padding-bottom: 5rem;
  max-width: 150rem;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-title {
    padding: 2.4rem 0rem;
  }
}
.page-title .breadcrumbs {
  color: #000;
}
.page-title .breadcrumbs a {
  color: #000;
}
.page-title:before {
  background-image: url(./assets/imgs/page-header-overlay-yellow.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  width: 101%;
  height: 101%;
  content: "";
}

.page-title__container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 124rem;
  margin-left: 2%;
}
@media (min-width: 768px) {
  .page-title__container {
    width: 95%;
    padding-bottom: 15rem;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .page-title__container {
    width: 90%;
  }
}

.page-title__heading {
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.page-title__excerpt {
  margin: 0;
}
@media (min-width: 768px) {
  .page-title__excerpt {
    max-width: 85rem;
    font-size: 2.4rem;
  }
}

.page-title--background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.page-title--background-image:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-title--background-image:before {
  background-image: url(./assets/imgs/page-header-overlay-transparent.svg);
}
.page-title--background-image .breadcrumbs {
  color: white;
  font-weight: bold;
}
.page-title--background-image .breadcrumbs a {
  color: white;
  font-weight: bold;
}

.page-title--light-blue {
  background-color: #1E66A2;
  color: white;
}
.page-title--light-blue:before {
  background-image: url(./assets/imgs/page-header-overlay-light-blue.svg);
}
.page-title--light-blue .breadcrumbs {
  color: white;
}
.page-title--light-blue .breadcrumbs a {
  color: white;
}

.page-title--yellow {
  background-color: #EAC035;
  color: #000;
}
.page-title--yellow:before {
  background-image: url(./assets/imgs/page-header-overlay-yellow.svg);
}

.page-title--teal {
  background-color: #008295;
  color: white;
}
.page-title--teal:before {
  background-image: url(./assets/imgs/page-header-overlay-teal.svg);
}
.page-title--teal .breadcrumbs {
  color: white;
}
.page-title--teal .breadcrumbs a {
  color: white;
}

.page-title--dark-blue {
  background-color: #1E3060;
  color: white;
}
.page-title--dark-blue:before {
  background-image: url(./assets/imgs/page-header-overlay-dark-blue.svg);
}
.page-title--dark-blue .breadcrumbs {
  color: white;
}
.page-title--dark-blue .breadcrumbs a {
  color: white;
}

.page-title--image-tile {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .page-title--image-tile {
    padding: 2.4rem 2rem;
  }
}

.page-title--image-tile .page-title__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-title--image-tile .page-title__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .page-title--image-tile .page-title__container .breadcrumbs {
    flex: 0 1 100%;
  }
}

.page-title--image-tile .page-title__content {
  flex: 0 1 60%;
  margin-right: 2rem;
}

.page-title__image {
  display: none;
  background-color: white;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-title__image {
    display: block;
    flex: 0 1 37%;
    height: 87%;
  }
}
.page-title__image div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title--image-tile__no-bg .page-title__image {
  background-color: rgba(0, 0, 0, 0);
}

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

.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.6rem;
}
@media (min-width: 768px) {
  .pagination__list {
    font-size: 1.9rem;
  }
}

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

.pagination__item {
  margin-right: 0.5rem;
}

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

.pagination__button {
  display: block;
  color: #1E66A2;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #E8EDEE;
  font-weight: 700;
}
.pagination__button:hover {
  background: #003087;
  color: white;
  text-decoration: none;
}

.pagination__button--disabled {
  background: #292223;
  color: rgb(13.12, 10.88, 11.2);
  border: 0.1rem solid transparent;
}

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

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: #292223;
}
.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: #1E66A2;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: rgb(26.015625, 88.453125, 140.484375);
}

.pagination__ellipsis {
  display: block;
  background: #292223;
  color: white;
  padding: 0.6rem 1.1rem;
}

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

/**
 * Component: Related Pages
 */
.related-pages {
  margin-bottom: 5rem;
}

.related-pages__title {
  border-bottom: 0.2rem solid #EFEFEF;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .related-pages__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .related-pages__title {
    font-size: 2.8rem;
  }
}

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

.related-pages__item {
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .related-pages__item {
    font-size: 2rem;
  }
}
.related-pages__item:last-child {
  margin-bottom: 0;
}

.related-pages__link {
  text-decoration: none;
}

/**
 * Component: Search Form
 */
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: white;
  border: 0.1rem solid #CBCBCB;
}
.search-form:focus-within {
  border-color: #EAC035;
}
@media (min-width: 992px) {
  .search-form {
    border: 0.1rem solid #CBCBCB;
    max-width: 20rem;
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .search-form {
    max-width: 28rem;
    width: 28rem;
  }
}

.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 2rem;
}
.search-field:focus {
  box-shadow: none;
}

.search-submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 4rem;
  height: 4rem;
  min-width: 0;
  background: white url("./assets/imgs/icons/search.svg") no-repeat center;
  background-size: 2rem;
  border: none;
}

/**
 * Component: Section Item (A)
 */
.section-item-a {
  background-color: #EFEFEF;
  position: relative;
  width: 100%;
  min-height: 100%;
  color: #292223;
  text-decoration: none;
  padding: 2rem 2rem 4rem 2rem;
}
.section-item-a:after {
  content: "";
  background-image: url("./assets/imgs/icons/arrow-right-grey.svg");
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .section-item-a:after {
    background-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .section-item-a {
    padding: 2rem 2rem 6rem;
  }
}
.section-item-a p:last-child {
  margin: 0;
}

.section-item-a:hover,
.section-item-a:focus {
  background-color: #1E66A2;
  color: white;
  text-decoration: none;
}
.section-item-a:hover .section-item-a__title,
.section-item-a:focus .section-item-a__title {
  color: inherit;
}
.section-item-a:hover:after,
.section-item-a:focus:after {
  background-image: url("./assets/imgs/icons/arrow-right-dark-blue.svg");
}

.section-item-a__title {
  margin: 0 0 1.2rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section-item-a__title {
    font-size: 2.4rem;
  }
}

/**
 * Component: Section Item (B)
 */
.section-item-b {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: #000;
  border: 2px solid #CBCBCB;
  background-color: white;
}
.section-item-b:hover {
  text-decoration: none;
  background-color: #1E66A2;
  color: white;
}
.section-item-b p:last-child {
  margin: 0;
}

.section-item-b__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 30rem;
  background-color: #EFEFEF;
}

.section-item-b__content {
  padding: 2.4rem;
}

.section-item-b__title {
  display: inline-block;
  color: #1E66A2;
  margin: 0 0 1.2rem 0;
  padding-right: 3rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-item-b__title {
    font-size: 2.4rem;
  }
}

.section-item-b:hover .section-item-b__title {
  color: white;
}

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

.section-item-group--b {
  margin: 0;
  padding-top: 3.2rem;
}

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

.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--a .section-item-group__item {
    width: 33.33%;
  }
}

.share-links {
  margin-top: 1.6rem;
  padding: 1rem;
  border: 0.2rem solid #EFEFEF;
}
@media (min-width: 768px) {
  .share-links {
    margin-top: 3rem;
    padding: 1.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:hover .share-links__print-title, .share-links__print:focus .share-links__print-title {
  text-decoration: underline;
}

.share-links__print-title {
  margin: 0 1rem 0 0;
  color: #292223;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .share-links__print-title {
    margin: 0 2rem 0 0;
    font-size: 2rem;
  }
}

.share-links__share-title {
  line-height: 1;
  color: #292223;
  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;
  }
}

.site-footer {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  background-color: #EAC035;
  position: relative;
  overflow: hidden;
}
.site-footer:before {
  background-image: url(./assets/imgs/footer-overlay.svg);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 102%;
  height: 101%;
  content: "";
}
.site-footer:after {
  background-image: url(./assets/imgs/bridge.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 11.3rem;
  left: 5%;
  width: 200px;
  height: 100px;
  content: "";
}
@media (min-width: 768px) {
  .site-footer:after {
    left: 10%;
    bottom: 9.3rem;
  }
}

.site-footer__inner {
  padding: 5rem 0 5rem 0;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer__inner {
    padding: 12rem 0 2rem 0;
    width: 80%;
  }
}

.site-footer__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.site-footer__address {
  color: #000;
  margin-bottom: 1rem;
}

.site-footer__information {
  color: #000;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-footer__information dt {
  flex: 1 0 50%;
  margin-right: 0.5rem;
}
@media (min-width: 400px) {
  .site-footer__information dt {
    flex: 1 0 60%;
  }
}
@media (min-width: 768px) {
  .site-footer__information dt {
    flex: 1 1 auto;
    margin-right: 0.5rem;
  }
}
.site-footer__information dt:last-of-type {
  flex: 1 1 20%;
}
@media (min-width: 768px) {
  .site-footer__information dt:last-of-type {
    flex: 1 1 auto;
    margin-left: 2.5rem;
  }
}
.site-footer__information a {
  color: #000;
  text-decoration: underline;
}

.site-footer__fr .fr-digital-badge {
  height: auto;
  width: 15rem;
  text-decoration: none;
}
.site-footer__fr .fr-digital-badge img {
  width: 100%;
}

.site-footer__charitynum {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.site-footer__end {
  border-top: 2px solid white;
  padding: 2.4rem 0;
  height: 14rem;
}
@media (min-width: 768px) {
  .site-footer__end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 12rem;
  }
}

.site-footer__smallprint {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer__smallprint {
    width: 80%;
  }
}
.site-footer__smallprint p {
  margin-bottom: 1rem;
  text-align: right;
}

.site-footer__nav-button .nav-footer-button {
  margin-bottom: 2rem;
}

.site-footer__nav {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer__nav {
    width: 85%;
  }
}

.site-footer__credits {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer__credits {
    width: 80%;
  }
}
.site-footer__credits a {
  color: #000;
  text-decoration: underline;
}
.site-footer__credits p {
  min-width: 22rem;
  text-align: right;
}

/**
 * Component: Site Header
 */
.site-header {
  margin: 0 auto;
  padding: 1.6rem 0 1.6rem 0;
}
@media (min-width: 1200px) {
  .site-header {
    padding: 2rem 0 2rem 0;
  }
}

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

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

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

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

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

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

.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__action-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 15;
  height: 100%;
}
@media (min-width: 768px) {
  .site-header__action-group {
    display: none;
    margin-left: 1rem;
  }
}

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

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

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

@media (min-width: 768px) {
  .site-header__button {
    margin-left: 2.5rem;
  }
}

/**
 * Component: Site Logo
 */
.site-logo {
  display: block;
  width: 100%;
}

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

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

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

.social-links {
  background-color: #EEEEEE;
  width: 100%;
  padding: 2rem;
}

.social-links__info {
  margin-bottom: 3rem;
  text-align: center;
  color: black;
  font-weight: 700;
  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: 2px solid white;
  border-radius: 50%;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content > ul,
.standard-content > ol {
  margin-bottom: 2.4rem;
}
.standard-content > blockquote p {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .standard-content > blockquote p {
    font-size: 2.4rem;
  }
}
.standard-content > blockquote cite {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .standard-content > blockquote cite {
    font-size: 2rem;
  }
}
.standard-content > img {
  margin-bottom: 2.4rem;
}
.standard-content > .button, #hj-content #JobSearch_default .standard-content > input#JobSearch\.QueryIntegratedSubmit,
.standard-content > .file,
.standard-content > .blockquote {
  margin-bottom: 2.4rem;
}
.standard-content .button, .standard-content #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit, #hj-content #JobSearch_default .standard-content input#JobSearch\.QueryIntegratedSubmit {
  text-decoration: none;
}

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

.wp-block-audio {
  margin-bottom: 2.4rem;
}
.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: 2.4rem;
}
.wp-block-file a:first-child {
  color: #292223;
  margin-right: 3rem;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

.wp-block-file__button {
  color: white;
  background-color: #1E66A2;
  padding: 0.5rem 2rem;
  font-weight: 700;
}
.wp-block-file__button:hover {
  background-color: rgb(26.015625, 88.453125, 140.484375);
  text-decoration: none;
}

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

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

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

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

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

/**
 * Floating imge 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 #EFEFEF;
  margin-bottom: 1.6rem;
}
@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 #EFEFEF;
  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;
  text-decoration: none;
}
@media (min-width: 992px) {
  .table-of-contents__link {
    font-size: 2.2rem;
  }
}

/**
 * Component: Team item
 */
.team-item__image {
  display: block;
  background-color: #1E66A2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
.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: 3rem;
  }
}

.team-item__subtitle {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
@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
 */
.team-item-group {
  margin: 3.2rem 0;
}
@media (min-width: 768px) {
  .team-item-group {
    margin: 6.4rem 0;
  }
}

@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%;
  }
}

/**
 * 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-right: 2.4rem;
  position: relative;
  color: #1E66A2;
}
.action-link__link:hover, .action-link__link:focus {
  text-decoration: underline;
}
.action-link__link:after {
  content: "";
  position: absolute;
  border-left: 0.7rem solid #1E66A2;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  width: 0;
  height: 0;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
}

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

/**
 * Component: Cross List
 */
.cross-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 2.4rem;
}

.cross-list__list-item {
  background-repeat: no-repeat;
  background-position: left 0.4rem;
  background-image: url("./assets/imgs/icons/cross.svg");
  background-size: 2rem 2rem;
  padding-left: 3.2rem;
  margin-bottom: 1.2rem;
}
.cross-list__list-item:last-child {
  margin-bottom: 0;
}

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

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

.do-dont__title {
  display: inline-block;
  margin: 0;
  padding: 1.2rem 2.4rem;
  background-color: #1E66A2;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .do-dont__title {
    font-size: 2.4rem;
  }
}

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

.inset-text__text {
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .inset-text__text {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .inset-text__text {
    font-size: 2.4rem;
  }
}

/**
 * Component: Tick List
 */
.tick-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 2.4rem;
}

.tick-list__list-item {
  background-repeat: no-repeat;
  background-position: left 0.4rem;
  background-image: url("./assets/imgs/icons/tick.svg");
  background-size: 2rem 2rem;
  padding-left: 3.2rem;
  margin-bottom: 1.2rem;
}
.tick-list__list-item:last-child {
  margin-bottom: 0;
}

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

.warning-callout__content p {
  margin-left: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .warning-callout__content p {
    margin-left: 9.6rem;
  }
}

/**
 * Component: Takeover
 */
.alert-promotion {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .alert-promotion {
    margin-bottom: 3rem;
  }
}

.alert-promotion__inner {
  position: relative;
  font-size: 1.8rem;
  color: white;
  text-align: center;
  padding: 3.2rem 1.6rem;
  width: 100%;
  background-color: #005EB8;
}

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

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

.alert-promotion__button {
  margin-top: 1.6rem;
}

/**
 * Component: card event
 */
.card-event-summary {
  background-color: #EFEFEF;
  padding: 1.8rem;
}

.card-event-summary__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.8rem;
  padding: 1.8rem;
  background: white;
}

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

.card-event-summary__day {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .card-event-summary__day {
    font-size: 7.4rem;
  }
}

.card-event-summary__month {
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .card-event-summary__month {
    font-size: 3.4rem;
  }
}

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

.card-event-summary__title {
  display: block;
  margin-bottom: 1.2rem;
}
.card-event-summary__title a {
  color: #1E66A2;
}

.card-event-summary__meta {
  margin: 0 0 0.6rem 0;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .card-event-summary__meta {
    font-size: 1.9rem;
  }
}

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

/**
 * Component: Card meta
 */
.card-meta-summary {
  background-color: #EFEFEF;
}
@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__content {
  padding: 1.8rem;
  flex: 1 0;
}

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

.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: rgb(26.015625, 88.453125, 140.484375);
}

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

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

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

.featured-news-group__grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .featured-news-group__grid {
    margin-left: -3rem;
  }
}

.featured-news-group__featured-article {
  width: 100%;
  margin-bottom: 1rem;
}
.featured-news-group__featured-article .news-article__image {
  width: 100%;
  display: block;
}
.featured-news-group__featured-article .news-article__link {
  width: 91%;
}
@media (min-width: 1200px) {
  .featured-news-group__featured-article .news-article__link {
    width: 100%;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .featured-news-group__featured-article .news-article__link {
    height: 55%;
  }
}
.featured-news-group__featured-article .news-article {
  flex-direction: column;
}
@media (min-width: 768px) {
  .featured-news-group__featured-article .news-article {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .featured-news-group__featured-article .news-article {
    flex-direction: column;
  }
}
.featured-news-group__featured-article .news-article__content {
  height: 100%;
  border: none;
  background-color: #EFEFEF;
}
@media (min-width: 992px) {
  .featured-news-group__featured-article .news-article__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .featured-news-group__featured-article .news-article__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .featured-news-group__featured-article {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .featured-news-group__featured-article {
    width: 38%;
    padding-left: 3rem;
    margin-bottom: 0;
  }
}

.featured-news-group__article-group {
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-news-group__article-group {
    padding-left: 3rem;
    display: flex;
    flex-wrap: wrap;
    width: 62%;
  }
}

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

.featured-news-group__footer {
  text-align: right;
}
.featured-news-group__footer a {
  text-decoration: underline;
  padding: 1rem;
  color: #1E66A2;
  display: block;
}
.featured-news-group__footer a:focus, .featured-news-group__footer a:hover {
  color: rgb(26.015625, 88.453125, 140.484375);
}

/**
 * Component: Featured page
 */
.featured-page {
  height: 100%;
  position: relative;
  border: 1px solid #cbcbcb;
  background-color: #EFEFEF;
}
.featured-page .featured-page__title {
  color: #292223;
}
.featured-page .featured-page__excerpt {
  color: #292223;
}
.featured-page:hover .featured-page__background, .featured-page:focus .featured-page__background, .featured-page:focus-within .featured-page__background {
  opacity: 0.1;
}
.featured-page:hover .featured-page__title, .featured-page:focus .featured-page__title, .featured-page:focus-within .featured-page__title {
  opacity: 1;
}
.featured-page .featured-page__content:after {
  background-image: url("./assets/imgs/icons/arrow-right-grey.svg");
  border: 0.2rem solid #EFEFEF;
}
@media (min-width: 992px) {
  .featured-page {
    min-height: 26rem;
  }
}
@media (min-width: 1200px) {
  .featured-page {
    min-height: 33rem;
  }
}

.featured-page--teal {
  background-color: #008295;
}
.featured-page--teal .featured-page__title {
  color: white;
}
.featured-page--teal .featured-page__excerpt {
  color: white;
}
.featured-page--teal:hover .featured-page__background, .featured-page--teal:focus .featured-page__background, .featured-page--teal:focus-within .featured-page__background {
  opacity: 0.1;
}
.featured-page--teal:hover .featured-page__title, .featured-page--teal:focus .featured-page__title, .featured-page--teal:focus-within .featured-page__title {
  opacity: 1;
}
.featured-page--teal .featured-page__content:after {
  background-image: url("./assets/imgs/icons/arrow-right-teal.svg");
  border: 0.2rem solid #008295;
}

.featured-page--yellow {
  background-color: #EAC035;
}
.featured-page--yellow .featured-page__title {
  color: #000;
}
.featured-page--yellow .featured-page__excerpt {
  color: #000;
}
.featured-page--yellow:hover .featured-page__background, .featured-page--yellow:focus .featured-page__background, .featured-page--yellow:focus-within .featured-page__background {
  opacity: 0.1;
}
.featured-page--yellow:hover .featured-page__title, .featured-page--yellow:focus .featured-page__title, .featured-page--yellow:focus-within .featured-page__title {
  opacity: 1;
}
.featured-page--yellow .featured-page__content:after {
  background-image: url("./assets/imgs/icons/arrow-right-yellow.svg");
  border: 0.2rem solid #EAC035;
}

.featured-page--light-blue {
  background-color: #1E66A2;
}
.featured-page--light-blue .featured-page__title {
  color: white;
}
.featured-page--light-blue .featured-page__excerpt {
  color: white;
}
.featured-page--light-blue:hover .featured-page__background, .featured-page--light-blue:focus .featured-page__background, .featured-page--light-blue:focus-within .featured-page__background {
  opacity: 0.1;
}
.featured-page--light-blue:hover .featured-page__title, .featured-page--light-blue:focus .featured-page__title, .featured-page--light-blue:focus-within .featured-page__title {
  opacity: 1;
}
.featured-page--light-blue .featured-page__content:after {
  background-image: url("./assets/imgs/icons/arrow-right-light-blue.svg");
  border: 0.2rem solid #1E66A2;
}

.featured-page--dark-blue {
  background-color: #1E3060;
}
.featured-page--dark-blue .featured-page__title {
  color: white;
}
.featured-page--dark-blue .featured-page__excerpt {
  color: white;
}
.featured-page--dark-blue:hover .featured-page__background, .featured-page--dark-blue:focus .featured-page__background, .featured-page--dark-blue:focus-within .featured-page__background {
  opacity: 0.1;
}
.featured-page--dark-blue:hover .featured-page__title, .featured-page--dark-blue:focus .featured-page__title, .featured-page--dark-blue:focus-within .featured-page__title {
  opacity: 1;
}
.featured-page--dark-blue .featured-page__content:after {
  background-image: url("./assets/imgs/icons/arrow-right-dark-blue.svg");
  border: 0.2rem solid #1E3060;
}

.featured-page__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
}
@media (min-width: 768px) {
  .featured-page__link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .featured-page__link {
    flex-direction: row;
  }
}
.featured-page__link:hover {
  text-decoration: none;
}

.featured-page--vertical .featured-page__link {
  width: 100%;
}
@media (min-width: 992px) {
  .featured-page--vertical .featured-page__link {
    flex-direction: column;
  }
}

.featured-page--mob-pad .featured-page__link {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .featured-page--mob-pad .featured-page__link {
    padding: 0;
  }
}

.featured-page__title {
  color: white;
  line-height: 1.3;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured-page__image {
  display: none;
}
@media (min-width: 768px) {
  .featured-page__image {
    display: block;
    background-size: cover;
    height: 100%;
    background-position: center;
  }
  .featured-page__image:after {
    padding-top: 85%;
    display: block;
    content: "";
  }
}

@media (min-width: 768px) {
  .featured-page--vertical .featured-page__image:after {
    padding-top: 78.9473684211%;
    display: block;
    content: "";
  }
}

@media (min-width: 992px) {
  .featured-page--vertical .featured-page__image,
  .featured-page--vertical .featured-page__content {
    width: 100%;
  }
}

.featured-page--vertical .featured-page__content {
  padding: 2rem 2rem 4rem 2rem;
}
.featured-page--vertical .featured-page__content:after {
  right: 1.5rem;
}
@media (min-width: 992px) {
  .featured-page--vertical .featured-page__content {
    padding: 2rem 2rem 6rem;
  }
}

.featured-page__content {
  position: relative;
  padding: 2rem 5rem 5rem 0;
  flex-grow: 1;
}
.featured-page__content:after {
  content: "";
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  right: 0rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .featured-page__content:after {
    background-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .featured-page__content {
    padding: 2rem 2rem 6rem;
  }
  .featured-page__content:after {
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .featured-page__content {
    width: 50%;
    min-height: 20rem;
  }
}

.featured-page__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/**
 * Component: Featured Page Group
 */
.featured-page-group {
  max-width: 124rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .featured-page-group {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .featured-page-group {
    width: 90%;
  }
}

.featured-page-group__grid {
  margin-left: -1rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .featured-page-group__grid {
    margin-left: -3rem;
    margin-top: 3rem;
  }
}

.featured-page-group__item {
  padding-left: 1rem;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-page-group__item {
    width: 33%;
    padding-left: 3rem;
    margin-bottom: 3rem;
  }
}

/**
* Component: Hero
*/
.hero {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
}

.hero-image__bg-controller {
  position: relative;
  overflow: hidden;
}
.hero-image__bg-controller:before {
  background-image: url(./assets/imgs/hero-overlay-upper.svg), url(./assets/imgs/hero-overlay-lower.svg);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  width: 102%;
  height: 101%;
  content: "";
}

.hero__image {
  width: 100%;
  height: auto;
  min-height: 20.5rem;
}

.hero-content__bg-controller {
  position: relative;
  overflow: hidden;
}
.hero-content__bg-controller:before {
  background-image: url(./assets/imgs/hero-content-overlay.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  width: 101%;
  height: 100%;
  content: "";
}

.hero__content {
  padding-bottom: 9rem;
  background-color: #EAC035;
}
@media (min-width: 768px) {
  .hero__content {
    padding-bottom: 13rem;
    margin-top: -2rem;
  }
}
@media (min-width: 992px) {
  .hero__content {
    margin-top: -3rem;
  }
}

.hero__inner {
  width: 90%;
  margin: 0 auto;
  padding: 2.4rem 0 0rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero__inner {
    width: 100%;
    padding: 2.4rem 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    padding: 2.4rem 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    padding: 2.4rem 0 10rem 0;
  }
}

.hero__title {
  color: #000;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 7rem;
  }
}

.hero__description {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .hero__description {
    font-size: 2.2rem;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}

.hero_video {
  min-height: 45rem;
}
.hero_video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
.hero_video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
  will-change: opacity;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.hero-video__controls {
  text-align: center;
  margin: 0.3rem auto 0 auto;
  position: relative;
  z-index: 3;
}

.hero-video__action {
  background-color: #1E66A2;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  color: #1E66A2;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
  border: 0;
  margin: 0.4rem;
  border-radius: 100%;
}

.hero-video__action--play {
  background-image: url("./assets/imgs/icons/play.svg");
}

.hero-video__action--pause {
  background-image: url("./assets/imgs/icons/pause.svg");
}

/**
 * Component: Important Panel
 */
.important-panel {
  background-color: #EAC035;
  color: black;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .important-panel {
    padding: 2rem;
  }
}

.important-heading {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .important-heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .important-heading {
    font-size: 3rem;
  }
}

.important-content {
  color: inherit;
  font-size: 1.6rem;
  margin-top: 2.4rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .important-content {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .important-content {
    font-size: 2.4rem;
  }
}
.important-content a {
  color: inherit;
}

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

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

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

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

.news-article__title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .news-article__title {
    font-size: 2.4rem;
  }
}
.news-article__title a {
  text-decoration: none;
}
.news-article__title a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-article__title {
    font-size: 2.2rem;
  }
}

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

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

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

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

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

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

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

.news-list__item--featured .news-article {
  flex-direction: column;
}
.news-list__item--featured .news-article__link {
  width: 100%;
}
.news-list__item--featured .news-article__image {
  display: block;
  width: 100%;
}
.news-list__item--featured .news-article__image:after {
  padding-top: 48.5436893204%;
  display: block;
  content: "";
}
.news-list__item--featured .news-article__content {
  background-color: #EFEFEF;
  border: none;
}
.news-list__item--featured .news-article__title {
  margin-bottom: 3.5rem;
}
.news-list__item--featured .news-article__date-title, .news-list__item--featured .news-article__category-title {
  font-weight: normal;
}

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

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

/**
 * Component: Popular cards group
 */
.popular-card-group {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .popular-card-group {
    margin-top: 3rem;
  }
}

.popular-card-group__title {
  color: #292223;
  font-weight: 700;
}

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

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

/**
 * Component: Promotion
 */
.promotion {
  min-height: 35rem;
  margin: 3.6rem 0;
}
@media (min-width: 768px) {
  .promotion {
    display: flex;
    flex-direction: row;
  }
}

.promotion__image {
  position: relative;
  background-image: url("./assets/imgs/fallback.jpg");
  background-size: cover;
  background-position: center;
}
.promotion__image:after {
  padding-top: 56.4516129032%;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .promotion__image {
    width: 50%;
  }
}

.promotion__content-block {
  display: flex;
  flex: 1;
  background-color: #1C998C;
  min-height: 25rem;
  align-items: center;
}
@media (min-width: 768px) {
  .promotion__content-block {
    min-height: auto;
    width: 50%;
    align-items: flex-start;
  }
}

.promotion__content {
  color: #000;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promotion__content {
    width: auto;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .promotion__content {
    padding: 4rem;
  }
}

.promotion__title {
  line-height: normal;
  color: #000;
}
@media (min-width: 768px) {
  .promotion__title {
    padding-top: 2rem;
  }
}

.promotion__text {
  margin-bottom: 2rem;
  color: #000;
}

/**
 * Component: Slider
 */
.slider {
  width: 100%;
  max-width: 124rem;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .slider {
    width: 95%;
    margin: 3rem auto;
  }
}
@media (min-width: 992px) {
  .slider {
    width: 90%;
  }
}

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

.slider__track {
  position: relative;
  overflow: hidden;
}

.slider__shim {
  position: absolute;
  top: 0;
  left: 0;
}
.slider__shim:first-child {
  position: relative;
  z-index: 999;
}

.slider__dots {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 5%;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots li.slick-active button {
  position: relative;
}
.slider__dots li.slick-active button:hover {
  cursor: default;
}
.slider__dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #1E66A2;
}
.slider__dots button {
  width: 2rem;
  height: 2rem;
  margin: 0.4rem;
  border: 0;
  border: 0.1rem solid #425563;
  border-radius: 1rem;
  background-color: white;
  color: black;
  text-indent: -99999px;
}
.slider__dots button:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .slider__dots {
    left: 0;
  }
}

.slider__arrows {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  padding: 1rem 0;
}
.slider__arrows button {
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-color: #1E66A2;
  background-size: 1.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 100%;
  margin: 0 0.6rem;
}
.slider__arrows button:hover {
  cursor: pointer;
}
.slider__arrows button:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .slider__arrows {
    width: auto;
    margin: 1rem 0;
    padding: 0;
  }
}

.slider__prev {
  background-image: url("./assets/imgs/icons/arrow-left-white.svg");
  background-position: 40% center;
}

.slider__next {
  background-image: url("./assets/imgs/icons/arrow-right-white.svg");
  background-position: 60% center;
}

.slider__toggle--pause {
  background-image: url("./assets/imgs/icons/pause.svg");
  background-position: center;
}

.slider__toggle--play {
  background-image: url("./assets/imgs/icons/arrow-right-white.svg");
  background-position: 60% center;
}

/**
 * Component: Slider Item
 */
.slider-item {
  min-height: 35rem;
}
@media (min-width: 768px) {
  .slider-item {
    display: flex;
    flex-direction: row;
  }
}

.slider-item__image {
  position: relative;
  background-image: url("./assets/imgs/fallback.jpg");
  background-size: cover;
  background-position: center;
}
.slider-item__image:after {
  padding-top: 56.4516129032%;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .slider-item__image {
    width: 50%;
  }
}

.slider-item__content-block {
  display: flex;
  flex: 1;
  align-items: center;
  background-color: #1C998C;
  min-height: 25rem;
}
@media (min-width: 768px) {
  .slider-item__content-block {
    min-height: auto;
    width: 50%;
  }
}

.slider-item__content {
  color: #000;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slider-item__content {
    width: auto;
    padding: 2rem;
  }
}

.slider-item__title {
  line-height: normal;
  color: #000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .slider-item__title {
    padding-top: 2rem;
  }
}

.slider-item__text {
  margin-bottom: 2rem;
  color: #000;
}

/**
 * Component: Social media banner
 */
.social-media-banner {
  background-color: #1C998C;
}
@media (min-width: 768px) {
  .social-media-banner {
    background-color: transparent;
  }
}

.social-media-banner__inner {
  text-align: center;
  color: #000;
  padding: 2.4rem 0;
  margin: 2.4rem 0;
}
@media (min-width: 768px) {
  .social-media-banner__inner {
    background-color: #1C998C;
  }
}
@media (min-width: 1200px) {
  .social-media-banner__inner {
    padding: 3.6rem 0;
    margin: 3.6rem 0;
  }
}

.social-media-banner__title {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (min-width: 400px) {
  .social-media-banner__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .social-media-banner__title {
    font-size: 3rem;
  }
}

.social-media-banner__icons {
  display: block;
  margin: 0 auto;
}

/**
 * Component: Social Media
 */
.social-media-icons {
  list-style-type: none;
  margin: 0;
}

.social-media-icons__item {
  display: inline-block;
  margin: 0 0 0 1.6rem;
}

.social-media-icons__image {
  width: 4rem;
  border-radius: 50%;
}

/**
 * Component: secondary Mobile Navigation
 */
.nav-button-mobile {
  text-align: right;
  list-style: none;
  font-size: 2.2rem;
  margin: 1.2rem 0 0;
}

.nav-button-mobile__item {
  background-color: #EAC035;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  background-image: none;
  padding: 0.5rem 1.4rem 0.5rem 1.4rem;
  display: inline-block;
}
.nav-button-mobile__item:hover {
  background-color: rgb(231.5986547085, 184.7959641256, 29.9013452915);
  text-decoration: none;
}

.nav-button-mobile__link {
  color: #000;
  text-decoration: none;
}

.nav-button-mobile__item--active .nav-button-mobile__link {
  text-decoration: underline;
}

/**
 * Component: Navigation
 */
.nav-button {
  width: 100%;
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .nav-button {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .nav-button {
    font-size: 1.7rem;
    justify-content: initial;
  }
}

.nav-button__item {
  margin-left: 2.4rem;
}
@media (min-width: 992px) {
  .nav-button__item {
    margin-left: 3rem;
  }
}

.nav-button__link {
  display: block;
  text-decoration: none;
  color: #292223;
  background-color: #EAC035;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 2rem 1rem 2rem;
}
.nav-button__link:hover {
  background-color: rgb(231.5986547085, 184.7959641256, 29.9013452915);
  text-decoration: none;
}
.nav-button__item--active .nav-button__link {
  color: #1E66A2;
}

.expander {
  background-color: #fff;
  border: 0.1rem solid #d8dde0;
  border-bottom-width: 0.4rem;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
}

.expander__button {
  display: block;
  text-decoration: underline;
  text-align: left;
  color: #1E66A2;
  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: #AE2573;
  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;
}
