@charset "UTF-8";
/**
 * Debug the site breakpoint
 * element only exists if WP_DEBUG is true
 */
.debug:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
@media (min-width: 400px) {
  .debug:after {
    content: "Small(850px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}
@media (min-width: 850px) {
  .debug:after {
    content: "Medium(850px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ff0266 95%, #ff0266 100%);
  }
}
@media (min-width: 1000px) {
  .debug:after {
    content: "Large(1000px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #0336ff 95%, #0336ff 100%);
  }
}
@media (min-width: 1200px) {
  .debug:after {
    content: "X-Large(1200px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #4a148c 95%, #4a148c 100%);
  }
}

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

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

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

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

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

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

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

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

figure {
  min-height: 1px;
}

html {
  line-height: 1.5;
}

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

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

a {
  display: inline-block;
  color: #1c57a7;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Forms
*/
label {
  display: inline-block;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 850px) {
  label {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  label {
    font-size: 1.375rem;
  }
}

input,
textarea,
select {
  line-height: 1.5;
  font-family: "Frutiger W01", Arial, sans-serif;
  color: #231F20;
  border: 0.0625rem solid #cbcbcb;
  background-color: white;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0;
  max-width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  outline: #ed8b00 0.1875rem solid;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #ed8b00;
}

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

select:not(.select-hidden) {
  background-color: white;
  width: 100%;
  padding: 0.6875rem 1.5625rem 0.6875rem 1.25rem;
  margin: 0;
  border: 0.0625rem 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: 1.875rem;
  background-position: right 0.9375rem center;
  padding: 0.625rem 3.25rem 0.625rem 1.25rem;
  margin: 0;
  border: 0.0625rem solid #cbcbcb;
}

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

.select__placeholder {
  font-size: 1rem;
  min-height: 1.5rem;
  background-color: white;
}
@media (min-width: 850px) {
  .select__placeholder {
    font-size: 1.1875rem;
    min-height: 1.75rem;
  }
}

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

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

.checkbox {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border: 0.0625rem solid #cbcbcb;
  margin-right: 0.625rem;
}

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

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

.gform_wrapper.gravity-theme .gfield_checkbox label.gform-field-label {
  width: 100%;
  font-size: 1.1875rem;
  font-weight: 400;
  padding-top: 0.9375rem;
}
@media (min-width: 850px) {
  .gform_wrapper.gravity-theme .gfield_checkbox label.gform-field-label {
    width: 90%;
    padding-top: 0;
  }
}

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

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

.radio {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border: 0.0625rem solid #cbcbcb;
  border-radius: 50%;
  margin-right: 0.625rem;
}

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

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

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

fieldset {
  border: 0.0625rem solid #cbcbcb;
  padding: 0.75rem;
}
fieldset legend {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  fieldset legend {
    font-size: 1.1875rem;
  }
}

.standard-content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.1875rem;
}
@media (min-width: 1000px) {
  .standard-content .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.375rem;
  }
}

.gform_wrapper.gravity-theme .gform_footer {
  flex-direction: column;
}
@media (min-width: 850px) {
  .gform_wrapper.gravity-theme .gform_footer {
    flex-direction: row;
    align-items: center;
  }
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin-bottom: 0;
}

.recaptcha-text {
  color: #231F20;
  font-size: 0.875rem;
  padding-top: 1.25rem;
}
@media (min-width: 850px) {
  .recaptcha-text {
    padding-top: 0;
    padding-left: 1.25rem;
  }
}

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

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

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

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

tr:first-child td,
tr:first-child th {
  border-bottom: 0.0625rem solid #000;
  font-weight: 700;
}

td,
th {
  font-size: 1.1875rem;
  vertical-align: top;
  padding: 0.5rem 1rem 0.5rem 0;
  border: none;
  border-bottom: 0.0625rem solid #aeb7bd;
}
@media (min-width: 850px) {
  td,
th {
    padding: 1rem 1.5rem 1rem 0;
  }
}
td:last-child,
th:last-child {
  padding-right: 0;
}

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

thead {
  border-bottom: none;
}

tfoot {
  border-top: none;
}

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

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

  .site-header {
    display: none;
  }

  .site-footer {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .page-title__content {
    color: black;
  }

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

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

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

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

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

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

  .standard-content a[href]:after {
    content: " (" attr(href) ")";
  }
  .standard-content h2,
.standard-content h3,
.standard-content h4 {
    break-after: avoid-page;
    break-inside: avoid-page;
  }
}
/**
 * Blockquote
 */
.wp-block-quote {
  position: relative;
  background-color: #a0dbf3;
  color: #231f20;
  padding: 2.25rem;
  margin-top: 4.375rem;
  border: 0;
  /*
  &:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 100%;
      width: 0;
      height: 0;
      border-bottom: rem(50) solid mix(colours.$nhs-extended-light-blue, white, 50%);
      border-right: rem(50) solid transparent;
  }
  */
}
.wp-block-quote p {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 850px) {
  .wp-block-quote p {
    font-size: 1.375rem;
  }
}
.wp-block-quote cite {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 850px) {
  .wp-block-quote cite {
    font-size: 1.1875rem;
  }
}

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

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

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

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

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

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

/**
 * Embeded Image blocks
 */
.wp-block-image {
  display: table;
}
.wp-block-image figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 1rem;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #d8dde0;
}
.wp-block-image img {
  margin-bottom: 0;
}

/**
 * Worpress Gallery styles
 */
.wp-block-gallery {
  display: flex;
  flex: 1 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.25rem;
}
.wp-block-gallery > * {
  display: flex;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}

.wp-block-gallery .wp-block-image.size-large {
  position: relative;
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  min-width: 12.5rem;
}

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

.wp-block-gallery .wp-block-image figcaption {
  position: absolute;
  bottom: -10%;
  width: calc(100% - 1.25rem);
  padding: 0.75rem;
  background: #F0F4F5;
  border-bottom: 0.0625rem solid #d8dde0;
}

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

@media (min-width: 400px) {
  .wp-block-gallery.columns-2 .wp-block-image {
    width: 50%;
    flex: 1 1 49%;
  }
}

@media (min-width: 400px) {
  .wp-block-gallery.columns-3 .wp-block-image,
.wp-block-gallery.columns-default .wp-block-image {
    width: 50%;
    flex: 1 1 49%;
  }
}
@media (min-width: 850px) {
  .wp-block-gallery.columns-3 .wp-block-image,
.wp-block-gallery.columns-default .wp-block-image {
    width: 33.33333%;
    flex: 1 1 32%;
  }
}

.wp-block-gallery.columns-4 .wp-block-image {
  width: 50%;
  flex: 1 1 50%;
}
@media (min-width: 850px) {
  .wp-block-gallery.columns-4 .wp-block-image {
    width: 25%;
    flex: 1 1 24%;
  }
}

.wp-block-gallery.columns-5 .wp-block-image {
  width: 20%;
  flex: 1 1 19%;
}

#cookie-law-info-bar .cli_messagebar_head {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1rem 0 1.25rem 0;
}
#cookie-law-info-bar .cli_mixd_message {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1.6rem;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.1rem;
  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: #00572e !important;
}

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

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

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

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

@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
/**
 * WordPress Gutenberg Gallery styling
 *
 * We have opted to use the CSS straight out of Gutenberg as it is very complex and covers a ton of use cases.
 */
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

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

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

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

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

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

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

.wp-block-gallery figcaption,
.blocks-gallery-grid figcaption {
  flex-grow: 1;
}

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

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

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
    margin-right: 1em;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }

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

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

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

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

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

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

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

  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.3333333333% - 0.6666666667rem);
  }

  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(25% - 0.75rem);
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(20% - 0.8rem);
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(16.6666666667% - 0.8333333333rem);
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(14.2857142857% - 0.8571428571rem);
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(12.5% - 0.875rem);
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

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

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: 1rem;
    width: calc(33.33% - 0.6666666667rem);
  }

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

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 1rem);
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  background: transparent;
  color: #212b32;
  margin-left: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 0.75rem;
  border-bottom: 0.0625rem solid #cbcbcb;
}

.pika-single {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  font-family: "Frutiger W01", Arial, sans-serif;
  max-width: 23.125rem;
}
.pika-single.is-bound {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * tribe-common overwrites a bunch of styles so this is to claim specificity where needed
 */
.tribe-common.tribe-events p,
.tribe-common.tribe-events ul,
.tribe-common.tribe-events ol,
.tribe-common.tribe-events input,
.tribe-common.tribe-events textarea,
.tribe-common.tribe-events label,
.tribe-common.tribe-events .gfield_label,
.tribe-common.tribe-events select {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .tribe-common.tribe-events p,
.tribe-common.tribe-events ul,
.tribe-common.tribe-events ol,
.tribe-common.tribe-events input,
.tribe-common.tribe-events textarea,
.tribe-common.tribe-events label,
.tribe-common.tribe-events .gfield_label,
.tribe-common.tribe-events select {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .tribe-common.tribe-events p,
.tribe-common.tribe-events ul,
.tribe-common.tribe-events ol,
.tribe-common.tribe-events input,
.tribe-common.tribe-events textarea,
.tribe-common.tribe-events label,
.tribe-common.tribe-events .gfield_label,
.tribe-common.tribe-events select {
    font-size: 1.1875rem;
  }
}
.tribe-common.tribe-events a {
  display: inline-block;
  color: #1c57a7;
}
.tribe-common.tribe-events a:hover {
  text-decoration-thickness: 0.1875rem;
}
.tribe-common.tribe-events a:visited {
  color: #1c57a7;
}
.tribe-common.tribe-events p a {
  display: inline;
  text-decoration: underline;
}
.tribe-common.tribe-events h1,
.tribe-common.tribe-events h2,
.tribe-common.tribe-events h3,
.tribe-common.tribe-events h4,
.tribe-common.tribe-events h5,
.tribe-common.tribe-events h6 {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.tribe-common.tribe-events h1 {
  font-size: 2.25rem;
}
@media (min-width: 850px) {
  .tribe-common.tribe-events h1 {
    font-size: 3.25rem;
  }
}
.tribe-common.tribe-events h2 {
  font-size: 1.375rem;
}
@media (min-width: 850px) {
  .tribe-common.tribe-events h2 {
    font-size: 1.75rem;
  }
}
.tribe-common.tribe-events h3 {
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .tribe-common.tribe-events h3 {
    font-size: 1.375rem;
  }
}
.tribe-common.tribe-events h4 {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .tribe-common.tribe-events h4 {
    font-size: 1.1875rem;
  }
}

.tribe-common.tribe-events .tribe-events-c-nav__list-item a {
  display: inherit;
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button {
  margin: 0;
}

.tribe-common.tribe-events .tribe-events-c-view-selector__list-item-link a {
  display: flex;
}

.tribe-events-single .tribe-events-series-relationship-single-marker {
  background: #1c57a7;
  padding: 0.9375rem 1.25rem;
  color: white;
  margin: 1.25rem 0;
}
.tribe-events-single .tribe-events-series-relationship-single-marker svg.tribe-events-series-relationship-single-marker__icon-svg,
.tribe-events-single .tribe-events-series-relationship-single-marker .tribe-events-series-relationship-single-marker__prefix {
  color: white;
}
.tribe-events-single .tribe-events-series-relationship-single-marker a.tribe-events-series-relationship-single-marker__title {
  color: white;
  font-weight: 700;
}
.tribe-events-single .tribe-events-series-relationship-single-marker a.tribe-events-series-relationship-single-marker__title:hover {
  text-decoration: underline;
  border: none;
}

.tribe-events-header .tribe-events-header__messages .tribe-events-c-messages__message .tribe-events-c-messages__message-list {
  margin: 0;
}

/**
 * Component: Button
 */
.button, .filter-group__button-primary, .filter-group__button-primary:focus, .woocommerce .return-to-shop a.button, .woocommerce .woocommerce-form-login .woocommerce-button.button,
.woocommerce .woocommerce-form-register .woocommerce-Button.button, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button, .woocommerce .woocommerce-cart-form table.shop_table .actions button.button, .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce table.my_account_orders .button, .woocommerce .woocommerce-address-fields .button, .woocommerce .woocommerce-Button.button {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.5rem;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.4375rem 1.75rem 0.4375rem 0.75rem;
  background: #1c57a7 url("../imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  width: auto;
  text-decoration: none;
}
.button:hover, .filter-group__button-primary:hover, .woocommerce .return-to-shop a.button:hover, .woocommerce .woocommerce-form-login .woocommerce-button.button:hover, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button:hover, .woocommerce .woocommerce-cart-form table.shop_table .actions button.button:hover, .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce table.my_account_orders .button:hover, .woocommerce .woocommerce-address-fields .button:hover, .woocommerce .woocommerce-Button.button:hover {
  color: #1c57a7;
  background: white url("../imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: right 0.625rem center;
  text-decoration: none;
}
.button:focus, .filter-group__button-primary:focus, .woocommerce .return-to-shop a.button:focus, .woocommerce .woocommerce-form-login .woocommerce-button.button:focus, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button:focus, .woocommerce .woocommerce-cart-form table.shop_table .actions button.button:focus, .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce table.my_account_orders .button:focus, .woocommerce .woocommerce-address-fields .button:focus, .woocommerce .woocommerce-Button.button:focus {
  outline: #1c57a7 0.1875rem solid;
}
@media (min-width: 850px) {
  .button, .filter-group__button-primary, .filter-group__button-primary:focus, .woocommerce .return-to-shop a.button, .woocommerce .woocommerce-form-login .woocommerce-button.button,
.woocommerce .woocommerce-form-register .woocommerce-Button.button, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button, .woocommerce .woocommerce-cart-form table.shop_table .actions button.button, .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce table.my_account_orders .button, .woocommerce .woocommerce-address-fields .button, .woocommerce .woocommerce-Button.button {
    padding: 0.4375rem 2.625rem 0.4375rem 0.75rem;
    background-position: right 0.9375rem center;
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .button, .filter-group__button-primary, .filter-group__button-primary:focus, .woocommerce .return-to-shop a.button, .woocommerce .woocommerce-form-login .woocommerce-button.button,
.woocommerce .woocommerce-form-register .woocommerce-Button.button, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button, .woocommerce .woocommerce-cart-form table.shop_table .actions button.button, .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce table.my_account_orders .button, .woocommerce .woocommerce-address-fields .button, .woocommerce .woocommerce-Button.button {
    font-size: 1.375rem;
  }
}

.button--secondary {
  background: white url("../imgs/icons/arrow-right-blue.svg") right 0.625rem center no-repeat;
  background-size: 0.9375rem 0.9375rem;
  color: #1c57a7;
}
.button--secondary:hover {
  background-color: #003087;
  text-decoration: none;
  color: white;
}
.button--secondary:focus {
  outline: #ed8b00 0.1875rem solid;
}

.button--block {
  display: block;
  height: 100%;
}
.button--block:focus {
  background: #E3E100 url("../imgs/icons/chevron-right-black.svg") no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: right 0.625rem center;
  color: black;
  outline: #1c57a7 0.1875rem solid;
}

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

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  font-weight: 700;
  padding: 0.375rem 3.125rem 0.375rem 0;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  text-decoration: underline;
}

@media (min-width: 850px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: left;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    float: right;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-left: 1.5rem;
  }
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  border-spacing: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 0.75rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  border: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
  border-top: 0.0625rem solid #aeb7bd;
}
.woocommerce .woocommerce-MyAccount-content th span,
.woocommerce .woocommerce-MyAccount-content td {
  font-size: 1.1875rem;
  font-weight: 400;
  border: none;
}

.woocommerce table.my_account_orders .button {
  margin: 0;
  padding: 0.4375rem 0.75rem;
  background: none;
  background-color: #1c57a7;
  font-size: 1rem;
}
.woocommerce table.my_account_orders .button:hover {
  background: none;
}

.woocommerce label {
  display: inline-block;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 850px) {
  .woocommerce label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1000px) {
  .woocommerce label {
    font-size: 1.1875rem;
  }
}

.woocommerce .form-row input,
.woocommerce .form-row textarea,
.woocommerce .form-row select,
.woocommerce .form-row .selection .select2-selection {
  line-height: 1.5;
  font-family: "Frutiger W01", Arial, sans-serif;
  color: #231F20;
  border: 0.0625rem solid #cbcbcb;
  background-color: white;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  max-width: 100%;
  border-radius: 0;
}
@media (min-width: 1000px) {
  .woocommerce .form-row input,
.woocommerce .form-row textarea,
.woocommerce .form-row select,
.woocommerce .form-row .selection .select2-selection {
    font-size: 0.875rem;
  }
}
.woocommerce .form-row .selection .select2-selection {
  height: 2.25rem;
  padding: 0.25rem 0.25rem;
}

.woocommerce .woocommerce-address-fields .button, .woocommerce .woocommerce-address-fields table.my_account_orders .button, .woocommerce table.my_account_orders .woocommerce-address-fields .button {
  margin: 1rem 0 0 0.25rem;
  font-size: 1.1875rem;
}

.woocommerce .woocommerce-Button.button, .woocommerce table.my_account_orders .woocommerce-Button.button {
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.1875rem;
}

.woocommerce .woocommerce-order-details table.shop_table {
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-spacing: 0;
  padding: 1rem;
}
.woocommerce .woocommerce-order-details table.shop_table tfoot th {
  border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-spacing: 0;
  padding: 1.5rem;
}

.woocommerce .woocommerce-cart-form {
  background-color: white;
}
.woocommerce .woocommerce-cart-form table.shop_table {
  border: none;
  border-radius: 0;
  padding: 0.75rem;
}
.woocommerce .woocommerce-cart-form table.shop_table th,
.woocommerce .woocommerce-cart-form table.shop_table td {
  font-weight: 400;
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  border-top: 0.0625rem solid #aeb7bd;
}
.woocommerce .woocommerce-cart-form table.shop_table tr:first-child td {
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.shop_table .qty {
  padding: 0.5rem;
}
.woocommerce .woocommerce-cart-form table.shop_table .actions {
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.shop_table .actions button.button {
  font-size: 1.1875rem;
}

.woocommerce .cart-collaterals .cart_totals {
  background: white;
  padding: 0.75rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-Price-amount amount {
  border: none;
  border-top: 0.0625rem solid #aeb7bd;
  font-weight: 400;
}

.checkout #order_review_heading {
  margin-top: 1.5rem;
}

.woocommerce .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.woocommerce .woocommerce-checkout-review-order .shop_table {
  background-color: white;
  max-width: 100%;
  border: none;
  border-radius: 0;
  padding: 1rem;
  border-spacing: 0;
}
.woocommerce .woocommerce-checkout-review-order tr:first-child td,
.woocommerce .woocommerce-checkout-review-order tr:first-child th {
  border: none;
  border-bottom: 0.0625rem solid #aeb7bd;
}
.woocommerce .woocommerce-checkout-review-order .order-total th,
.woocommerce .woocommerce-checkout-review-order .order-total td {
  border: none;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
  width: 100%;
  background-color: white;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button {
  font-size: 1.1875rem;
  margin: 0;
}

@media (min-width: 850px) {
  .woocommerce .woocommerce-checkout-review-order {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .woocommerce .woocommerce-checkout-review-order .shop_table {
    max-width: 48%;
  }
  .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
    width: 50%;
  }
}
.woocommerce form.woocommerce-form.woocommerce-form-login,
.woocommerce form.woocommerce-form.woocommerce-form-register {
  border-radius: 0;
  padding: 1rem;
}
.woocommerce form.woocommerce-form.woocommerce-form-login label,
.woocommerce form.woocommerce-form.woocommerce-form-register label {
  font-size: 1rem;
}
.woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce form.woocommerce-form.woocommerce-form-register .woocommerce-form__label-for-checkbox {
  margin-left: 1rem;
}
.woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox span,
.woocommerce form.woocommerce-form.woocommerce-form-register .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce form.woocommerce-form.woocommerce-form-register .woocommerce-form__label-for-checkbox span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
}
.woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox]:not(.checkbox-hidden),
.woocommerce form.woocommerce-form.woocommerce-form-register .woocommerce-form__label-for-checkbox input[type=checkbox]:not(.checkbox-hidden) {
  width: 1.5rem;
  height: 1.5rem;
}

.woocommerce .woocommerce-form-login .woocommerce-button.button,
.woocommerce .woocommerce-form-register .woocommerce-Button.button {
  margin: 0;
  font-size: 1.1875rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: white;
}

.woocommerce .woocommerce-info {
  background-color: white;
}

.woocommerce .return-to-shop a.button {
  font-size: 1.1875rem;
}

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

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

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

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

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

.a-z-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #F0F4F5;
  font-size: 1.375rem;
  font-weight: 400;
  color: #1c57a7;
  background-color: white;
  width: 100%;
  max-width: 3.125rem;
  text-decoration: none;
  border-radius: 1.25rem;
}
@media (min-width: 1000px) {
  .a-z-button {
    font-size: 1.5rem;
  }
}
.a-z-button:hover {
  background: #1c57a7;
  border: 0.0625rem solid #1c57a7;
  color: white;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.alert-takeover__title {
  font-size: 1.75rem;
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 850px) {
  .alert-takeover__title {
    margin-bottom: 0.75rem;
  }
}

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

.wp-block-quote,
blockquote {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background-color: white;
  background-image: url("../imgs/icons/quotation-marks.svg");
  background-repeat: no-repeat;
  background-size: 1.875rem 1.875rem;
  background-position: top 1.5rem left 1rem;
}
@media (min-width: 850px) {
  .wp-block-quote,
blockquote {
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    background-position: top 2.25rem left 1.5rem;
    background-size: 3.125rem 3.125rem;
  }
}
.wp-block-quote p,
blockquote p {
  line-height: 1.3;
  font-size: 1.1875rem;
}
@media (min-width: 1000px) {
  .wp-block-quote p,
blockquote p {
    font-size: 1.375rem;
  }
}
.wp-block-quote cite,
blockquote cite {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1000px) {
  .wp-block-quote cite,
blockquote cite {
    font-size: 1.1875rem;
  }
}

.breadcrumbs {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs span,
.breadcrumbs .current-item {
  margin: 0 0.25rem;
}
.breadcrumbs span:first-child,
.breadcrumbs .current-item:first-child {
  margin-left: 0;
}
@media (min-width: 850px) {
  .breadcrumbs {
    font-size: 1.1875rem;
  }
}

.breadcrumbs--light {
  color: white;
}
.breadcrumbs--light a {
  color: white;
}
.breadcrumbs--light span,
.breadcrumbs--light .current-item {
  color: white;
}

.button-menu-toggle {
  display: block;
  width: 100%;
  border: none;
  background-color: #1c57a7;
  text-align: right;
  color: white;
  font-size: 1.1875rem;
  padding: 0.625rem;
  cursor: pointer;
}

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

.button-menu-toggle__svg {
  vertical-align: middle;
  display: inline-block;
  height: 1.8125rem;
  width: 1.8125rem;
  border-radius: 0;
}

.button-menu-toggle__line {
  stroke: #E3E100;
  stroke-width: 9;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

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

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

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

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

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

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

.card-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 56.25rem;
  background-color: white;
  border: 1px solid #F0F4F5;
}
@media (min-width: 1000px) {
  .card-article {
    flex-direction: row;
  }
}

.card-article__figure {
  width: 100%;
  margin: 0;
}
@media (min-width: 850px) {
  .card-article__figure {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .card-article__figure {
    max-width: 30%;
  }
}

.card-article__image {
  margin: 0;
}
@media (min-width: 850px) {
  .card-article__image {
    height: 100%;
    object-fit: cover;
  }
}

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

.card-article__title {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
}
.card-article__title a {
  text-decoration: none;
}
@media (min-width: 1000px) {
  .card-article__title {
    font-size: 1.75rem;
  }
}
.card-article__title a:hover {
  color: black;
  text-decoration: underline;
}

.card-article__date {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 1.5rem;
}

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

.card-article__meta {
  display: block;
}
.card-article__meta dt {
  margin-right: 0.3125rem;
}
.card-article__meta dt, .card-article__meta dd {
  display: inline;
}
.card-article__meta dd:after {
  content: "";
  display: block;
  margin-top: 0.25em;
}

.card-course {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: white;
  border: 0.0625rem solid #d8dde0;
}
@media (min-width: 850px) {
  .card-course {
    flex-direction: row-reverse;
  }
}

.card-course.card-course--featured {
  border-left: 0.3125rem solid #4197CB;
}

.card-course__featured-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .card-course__featured-label {
    font-size: 1.1875rem;
  }
}

.card-course__figure {
  width: 100%;
  margin: 0;
}
@media (min-width: 850px) {
  .card-course__figure {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .card-course__figure {
    max-width: 30%;
  }
}

.card-course__image {
  margin: 0;
}
@media (min-width: 850px) {
  .card-course__image {
    height: 100%;
    display: block;
    object-fit: cover;
    max-height: 410px;
  }
}

.card-course__date {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1000px) {
  .card-course__date {
    font-size: 1.1875rem;
  }
}

.card-course__title {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
  color: #1c57a7;
}
@media (min-width: 1200px) {
  .card-course__title {
    font-size: 1.375rem;
  }
}
.card-course__title a {
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
}

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

.card-course__excerpt {
  line-height: 1.2;
}

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

.card-course__category {
  display: table;
  align-self: flex-start;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  background-color: #F0F4F5;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 1.125rem;
  color: #005eb8;
}

.card-course__location {
  font-style: normal;
  font-size: 1.1875rem;
}

.card-course__ticket .card-course__ticket-link {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 0.625rem;
}
@media (min-width: 850px) {
  .card-course__ticket .card-course__ticket-link {
    font-size: 1.1875rem;
  }
}
.card-course__ticket .card-course__ticket-price {
  font-size: 1rem;
}
@media (min-width: 850px) {
  .card-course__ticket .card-course__ticket-price {
    font-size: 1.1875rem;
  }
}
.card-course__ticket .card-course__ticket-count {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .card-course__ticket .card-course__ticket-count {
    font-size: 1.1875rem;
  }
}

/**
 * tribe-common overwrites a bunch of styles so this is to claim specificity where needed
 */
.tribe-common .card-course {
  margin: 2.625rem 0;
}

.tribe-common .card-course__content {
  padding: 1.875rem;
}

.tribe-common .card-course__date {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.tribe-common .card-course__category {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  background-color: #F0F4F5;
  border-radius: 1.125rem;
  color: #005eb8;
}

.tribe-common .card-course__featured-label {
  margin-right: 0.25rem;
}

.tribe-common.tribe-events .card-course__title {
  font-size: 1.375rem;
  color: #1c57a7;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .tribe-common.tribe-events .card-course__title {
    font-size: 1.5rem;
  }
}
.tribe-common.tribe-events .card-course__title a {
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
}
.tribe-common.tribe-events .card-course__title a:focus {
  color: #000;
}

.tribe-common.tribe-events .card-course__title a:hover {
  text-decoration: underline;
}

.tribe-common .card-course__location {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.tribe-common a .card-course__image {
  /* height: auto; */
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 15rem;
}
@media (min-width: 850px) {
  .tribe-common a .card-course__image {
    height: 100%;
    display: block;
    object-fit: cover;
    max-height: 27.5rem;
  }
}

.tribe-common .card-course__figure a {
  display: unset;
}

.tribe-common .card-course__excerpt p {
  font-size: 1rem;
}

.tribe-common .card-course__ticket .card-course__ticket-link {
  display: block;
  margin-right: 0.75rem;
}
@media (min-width: 1000px) {
  .tribe-common .card-course__ticket .card-course__ticket-link {
    display: inline-block;
  }
}

.tribe-common .card-course__ticket-price {
  margin-right: 0.75rem;
}

.card-course-featured {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: white;
  border: 0.0625rem solid #d8dde0;
}

.card-course-featured__figure {
  width: auto;
  height: 200px;
  margin: 0;
}
@media (min-width: 850px) {
  .card-course-featured__figure {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .card-course-featured__figure {
    max-width: 30%;
  }
}

.card-course-featured__image {
  margin: 0;
}
.card-course-featured__image img {
  height: 21.375rem;
  object-fit: cover;
}

.card-course-featured__date {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .card-course-featured__date {
    font-size: 1rem;
  }
}

.card-course-featured__title {
  font-size: 1.375rem;
  color: #1c57a7;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card-course-featured__title {
    font-size: 1.5rem;
  }
}
.card-course-featured__title a {
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
}

.card-course-featured__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
  padding-left: 1rem;
  width: 100%;
  border-left: 0.3125rem solid #4197CB;
}
@media (min-width: 1000px) {
  .card-course-featured__content {
    padding: 1.5rem;
    padding-left: 1.25rem;
  }
}

.card-course-featured__excerpt {
  line-height: 1.2;
}

.card-course-featured__footer {
  margin-top: auto;
}

.card-course-featured__categories {
  margin-bottom: 1.5rem;
}

.card-course-featured__category {
  align-self: flex-start;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  background-color: #F0F4F5;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 1.125rem;
  color: #005eb8;
}

.card-course-featured__location {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.card-course-featured__ticket {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .card-course-featured__ticket {
    font-size: 1.1875rem;
  }
}
.card-course-featured__ticket .card-course-featured__ticket-link {
  text-decoration: underline;
}
.card-course-featured__ticket .card-course-featured__ticket-sold-out {
  margin-left: 0.75rem;
}
.card-course-featured__ticket .card-course-featured__ticket-price {
  margin-left: 0.75rem;
  font-weight: 400;
}
.card-course-featured__ticket .card-course-featured__ticket-count {
  margin-left: 0.75rem;
  font-weight: 400;
}

.card-event {
  background: white;
  padding: 1.5rem;
}

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

.card-event__content {
  flex: 1 0;
}

.card-event__title {
  margin-bottom: 0.75rem;
}
.card-event__title a {
  color: #1c57a7;
}

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

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

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

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

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

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

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

@media (min-width: 400px) {
  .card-group--3-cols.card-group--multi-row .card-group__grid-item {
    width: 49%;
  }
}
@media (min-width: 1000px) {
  .card-group--3-cols.card-group--multi-row .card-group__grid-item {
    width: 32%;
  }
}

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

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

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

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

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

.card-group__archive {
  text-align: right;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.card-group__archive a {
  display: inline-block;
}

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

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

.card-group__grid {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  gap: 0;
}
@media (min-width: 400px) {
  .card-group__grid {
    gap: 2%;
  }
}

.card-group__grid-item {
  margin-bottom: 1.5rem;
  width: 100%;
}
.card-group__grid-item:last-child {
  padding-right: 0;
}

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

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

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

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

.child-pages-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -1.5rem;
}

.child-pages-menu__item {
  display: flex;
  width: 100%;
  padding-left: 1.5rem;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .child-pages-menu__item {
    width: 33.3333%;
  }
}

.child-pages-menu__link {
  position: relative;
  padding: 0.625rem 1.25rem 0.625rem 0;
  width: 100%;
  border-bottom: 1px solid #F0F4F5;
  font-size: 1.1875rem;
}
.child-pages-menu__link:after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 1.125rem;
  right: 0;
  background: url("../imgs/icons/chevron-right.svg") no-repeat center;
}
@media (min-width: 1000px) {
  .child-pages-menu__link {
    font-size: 1.1875rem;
    margin-right: 1.375rem;
  }
  .child-pages-menu__link:after {
    width: 1.0625rem;
    height: 1.0625rem;
    top: 1rem;
  }
}

.container {
  width: 100%;
  display: block;
  background-color: white;
}

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

.container--secondary {
  background-color: #F0F4F5;
}

.woocommerce-page .standard-content {
  width: 100%;
  flex: none;
}

.woocommerce-page .standard-content div.woocommerce {
  max-width: 100%;
}

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

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

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

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

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

.date-range {
  display: inline-block;
}

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

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

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

.event-single-container {
  width: 100%;
  display: block;
  background-color: white;
}

.event-single-container #tribe-events-pg-template {
  font-family: "Frutiger W01", Arial, sans-serif;
  max-width: 100%;
  padding: 0;
}
.event-single-container #tribe-events-pg-template h1,
.event-single-container #tribe-events-pg-template h2,
.event-single-container #tribe-events-pg-template h3,
.event-single-container #tribe-events-pg-template h4,
.event-single-container #tribe-events-pg-template h5,
.event-single-container #tribe-events-pg-template h6 {
  font-family: "Frutiger W01", Arial, sans-serif;
}
.event-single-container #tribe-events-pg-template .tribe-events-back {
  margin-bottom: 1.125rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-back a {
  font-weight: 400;
  color: #7c2855;
  text-decoration: underline;
}
.event-single-container #tribe-events-pg-template h1.tribe-events-single-event-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-single-event-description,
.event-single-container #tribe-events-pg-template .tribe-events-event-image {
  max-width: 50rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-content ol,
.event-single-container #tribe-events-pg-template .tribe-events-content ul {
  padding-left: 1.5rem;
  list-style-position: unset;
}
.event-single-container #tribe-events-pg-template .tribe-events-schedule {
  margin-bottom: 0.25rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-schedule h2 {
  font-size: 1.1875rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-cost {
  font-size: 1.1875rem;
  margin-bottom: 1.5rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-cost a {
  font-weight: 700;
  margin-right: 1.125rem;
}
.event-single-container #tribe-events-pg-template .tribe-events-cost .stock {
  font-weight: 700;
  margin-left: 1.125rem;
}
.event-single-container #tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-wrapper {
  background-color: #F0F4F5;
  border-radius: 0;
  border: none;
}
.event-single-container #tribe-events-pg-template .event-tickets .tribe-tickets__rsvp {
  padding: 1.25rem 1.75rem;
}
.event-single-container #tribe-events-pg-template .tribe-tickets__tickets-form.tribe-tickets__form {
  background-color: #F0F4F5;
  border-radius: 0;
  border: none;
  padding: 1.25rem 1.75rem;
}
.event-single-container #tribe-events-pg-template .tribe-tickets__tickets-form.tribe-tickets__form h2 {
  font-weight: 700;
}
.event-single-container #tribe-events-pg-template .tribe-common-c-btn.tribe-tickets__rsvp-actions-button-going {
  background: #1c57a7;
  font-size: 1.1875rem;
  padding: 0.4375rem 2.25rem 0.4375rem 0.875rem;
  background: #1c57a7 url("../imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  border: none;
  width: auto;
}
.event-single-container #tribe-events-pg-template .tribe-common-c-btn.tribe-tickets__tickets-buy {
  background: #1c57a7;
  font-size: 1.1875rem;
  padding: 0.4375rem 2.25rem 0.4375rem 0.875rem;
  background: #1c57a7 url("../imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  border: none;
  width: auto;
}
.event-single-container #tribe-events-pg-template .tribe-common-c-btn.tribe-tickets__tickets-buy:disabled {
  opacity: 50%;
}
.event-single-container #tribe-events-pg-template .tribe-events-single-section.tribe-events-event-meta.primary {
  width: 100%;
}

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

.single-event-container--secondary {
  background-color: #F0F4F5;
}

.event-single-container #tribe-events-pg-template .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border-radius: 0;
  background-color: #1c57a7;
  color: white;
  font-size: 1.1875rem;
  width: 240px;
  border: none;
}

.event-single-container .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 0.625rem;
}

.event-single-container .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
  margin-bottom: 0;
}

.tribe-meta-key {
  font-weight: 700;
}

.event-single-container h2.tribe-events-single-section-title {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .event-single-container h2.tribe-events-single-section-title {
    font-size: 1.5rem;
  }
}

.event-single-container .tribe-events-event-meta dt {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .event-single-container .tribe-events-event-meta dt {
    font-size: 1.1875rem;
  }
}

.event-single-container .tribe-events-event-meta dd {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .event-single-container .tribe-events-event-meta dd {
    font-size: 1rem;
  }
}

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

.event-categories__category {
  display: inline;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  background-color: #F0F4F5;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
}

/* mobile - remove border and background to course event bar */
.tribe-events-header .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  background-color: transparent;
  border: none;
  color: #005eb8;
}

/* add border and background to course event bar */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  border: 1px solid var(--tec-color-border-default);
  padding: 0.5rem;
  padding-right: 0;
  background: white;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  /* hide filter toggle button */
  /* view selector panel */
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container {
  max-width: 100%;
  /* use the Karabiner search icon instead */
  /* Karabiner search icon */
  /* search button */
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-control-icon-svg {
  display: none !important;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-common-form-control-text__input.tribe-events-c-search__input {
  border: none;
  font-size: 1.1875rem;
  padding: 1rem;
  background-size: 1.5625rem;
  background-color: #f0f4f5;
  background-image: url("./../imgs/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-common-c-btn.tribe-common-c-btn.tribe-events-c-search__button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.1875rem;
  padding: 1rem;
  border: none;
  background: #1c57a7;
  color: white;
  font-weight: 700;
  border-radius: 0;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__filter-button-container {
  display: none;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__views {
  height: 3.5rem;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content {
  padding: 0;
  height: auto;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list {
  font-size: 1.1875rem;
  font-weight: 700;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item {
  background: #f0f4f5;
  border: none;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
  /* remove highlight
  .tribe-events-c-view-selector__list-item--active {
    .tribe-events-c-view-selector__list-item-link:after {
      height: 0;
    }
  }
  */
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a .tribe-events-c-view-selector__list-item-text {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

/* view selector layout and padding */
.tribe-events .tribe-events-c-view-selector__list-item-link {
  align-items: center;
  display: flex;
  padding: 1rem 1rem 1rem 1rem;
}

/* remove view selector highlight */
.tribe-events .tribe-events-c-view-selector__list-item-link:after {
  bottom: 0;
  content: "";
  display: block;
  height: 0 !important;
  position: absolute;
}

/*  category buttons */
.tribe-filter-bar-c-pill--button.tribe-filter-bar__filters-slide-pill .tribe-filter-bar-c-pill__pill.tribe-common-b2.tribe-common-b3--min-medium {
  margin-top: 1rem;
  margin-left: 0.5rem;
  background: white;
  border: none;
  padding: 0.5rem 1.25rem;
  color: #1c57a7;
  border-radius: 1.5rem;
  font-size: 0.9rem;
}

/* align lower navigation < > */
.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list {
  padding-top: 1.375rem;
}

/* lower navition item */
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  border: none;
  background: transparent;
  font-size: 1.1875rem;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
  background: #005eb8 !important;
  color: white !important;
  opacity: 1 !important;
  padding-left: 8px !important;
  margin-top: 4px;
}

/* spacing between category buttons and drop-down */
.tribe-filter-bar-c-filter.tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--dropdown.tribe-filter-bar-c-filter--open {
  margin-top: 1rem;
  border-radius: 8px;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border > div.tribe-events-c-events-bar__views > div {
  display: none;
}

.tribe-common--breakpoint-medium .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border > div.tribe-events-c-events-bar__views > div {
  display: block;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border > button {
  width: 44px;
  height: 44px !important;
  background-color: white;
  border-radius: 4px;
  margin-left: 44px;
  background-image: url("./../imgs/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid var(--tec-color-border-default);
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border > button svg {
  display: none !important;
}

/* remove button margin on search drop down */
#tribe-events-events-bar-search > form > button {
  margin: 0;
}

/* match search down to other drop downs */
#tribe-events-search-container {
  border-radius: 0.375rem;
  padding: 1.125rem;
  box-shadow: var(--tec-box-shadow-tooltip);
  border: 1px solid var(--tec-color-border-default);
}

.tribe-common--breakpoint-medium {
  /* add button margin on search  */
  /* desktop search */
}
.tribe-common--breakpoint-medium #tribe-events-events-bar-search > form > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tribe-common--breakpoint-medium #tribe-events-search-container {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

/*
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border
  > div.tribe-events-c-events-bar__views
  > div
  > button {
  width: 44px !important;
  height: auto;
  padding: 0;
} */
/*
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border
  > div.tribe-events-c-events-bar__views
  > div
  > button
  > svg {
  width: 44px !important;
  height: auto;
}

.tribe-events-c-view-selector__button-icon {
  width: 44px !important;
  .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-view-selector__button-icon-caret-svg {
    width: 100%;
    height: auto;
  }
}
*/
/* set size of map */
.tribe-events-single-section .tribe-events-venue-map {
  width: 100%;
}

/* set size of map */
.tribe-events-venue-map > div,
.tribe-events-venue-map > iframe {
  margin-bottom: 0;
  max-height: 18.75rem !important;
}

.featured-pages-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
}
.featured-pages-item:hover {
  background-color: #003087;
  color: white;
}
.featured-pages-item:hover .featured-pages-item__title {
  background-color: #003087;
  color: white;
  text-decoration: none;
}
.featured-pages-item:hover .featured-pages-item__content {
  text-decoration: none;
  background-color: #003087;
  color: white;
  border-color: transparent;
}
.featured-pages-item:hover .featured-pages-item__figure img {
  transform: scale(1.05) !important;
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .featured-pages-item:hover .featured-pages-item__figure img {
    transform: none;
  }
}
.featured-pages-item:focus a {
  background-color: #fae100;
  box-shadow: 0 -0.125rem #fae100, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
}
.featured-pages-item:focus .featured-pages-item__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .featured-pages-item:focus .featured-pages-item__figure img {
    transform: none;
  }
}
.featured-pages-item:not(:focus) .signpost-item__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}
@media (min-width: 1000px) {
  .featured-pages-item {
    display: flex;
  }
}

.featured-pages-item--excerpt {
  background-color: white;
}
.featured-pages-item--excerpt .featured-pages-item__title {
  color: #1c57a7;
}
.featured-pages-item--excerpt .featured-pages-item__excerpt {
  color: #231F20;
}
.featured-pages-item--excerpt:hover .featured-pages-item__excerpt {
  color: white;
}

.featured-pages-item__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.featured-pages-item__content {
  display: inline-block;
  background-color: white;
  position: relative;
  width: 100%;
  min-height: 33%;
  color: #231F20;
  text-decoration: none;
  padding: 1.25rem;
}
.featured-pages-item__content p:last-child {
  margin: 0;
}

.featured-pages-item__title {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  padding-right: 1.875rem;
  margin-bottom: 0.625rem;
  width: 100%;
  color: #1c57a7;
  text-decoration: none;
}
.featured-pages-item__title:hover:focus {
  background-color: #fae100;
}
@media (min-width: 1000px) {
  .featured-pages-item__title {
    font-size: 1.75rem;
  }
}

.featured-pages-item__excerpt {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.featured-pages-item__excerpt:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .featured-pages-item__excerpt {
    margin-top: 1.25rem;
  }
}

.featured-pages-item__figure {
  height: 10rem;
}
.featured-pages-item__figure:after {
  padding-top: 60%;
  display: block;
  content: "";
}
.featured-pages-item__figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 850px) {
  .featured-pages-item__figure {
    height: 14.375rem;
  }
}

.featured-pages-item__footer {
  margin-top: auto;
  padding-top: 0.625rem;
}

.filter-date {
  position: relative;
}

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

.filter-date__input {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 1.5625rem 1.5625rem;
  background-position: right 0.625rem center;
  background-image: url("./../imgs/icons/calendar.svg");
  margin: 0;
  border: 0.0625rem solid #4197CB;
}
.filter-date__input:focus {
  border-color: #ed8b00;
}

/****************************************************
 * Theme settings
/****************************************************/
.flatpickr-calendar {
  position: absolute;
  display: none;
  visibility: hidden;
  animation: none;
  opacity: 0;
  border: 0;
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem;
  background: #fff;
  color: #231F20;
  font-size: 0.875rem;
  border: #4c6272 0.0625rem solid;
  text-align: center;
  margin-top: 0.3125rem;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  visibility: visible;
  opacity: 1;
}

.flatpickr-calendar.open {
  display: block;
  z-index: 99999;
}

.flatpickr-calendar.inline {
  display: block;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
  margin-bottom: 0.625rem;
}

.flatpickr-month {
  line-height: 1;
  text-align: center;
  position: relative;
  user-select: none;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  padding: 0.375rem 1rem;
  background: #1c57a7;
  border-radius: 0.3125rem;
  z-index: 3;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: #003087;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
}

.flatpickr-months .flatpickr-prev-month:hover svg path,
.flatpickr-months .flatpickr-next-month:hover svg path {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 0.625rem;
  height: 0.625rem;
}

.numInputWrapper {
  font-size: 1rem;
  pointer-events: none;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.flatpickr-current-month .cur-month {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding: 0;
  margin-right: 0.3125rem;
}

.flatpickr-current-month .cur-year[type=number] {
  max-width: 3.125rem;
  font-weight: 700;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}

.flatpickr-current-month .cur-year:focus {
  outline: 0;
}

.flatpickr-weekdays {
  display: flex;
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

.flatpickr-weekday {
  display: block;
  flex: 1;
  cursor: default;
  font-size: 0.9375rem;
  font-weight: 700;
  width: 14.28571%;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.dayContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  outline: 0;
  text-align: left;
  opacity: 1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  color: #231F20;
  cursor: pointer;
  font-weight: 400;
  width: 14.28571%;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0;
  position: relative;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #1c57a7;
  border-color: #1c57a7;
  color: white;
}

.flatpickr-day.today {
  border: 0.125rem solid;
  border-color: #1c57a7;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #1c57a7;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #7c2855;
  color: #fff;
  border-color: #7c2855;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0, 0, 0, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

/*.rangeMode .flatpickr-day {
    margin-top: 1px;
}*/
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(0, 0, 0, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: flex;
  overflow: hidden;
}

.filter-date-range-dropdown {
  width: 100%;
}

.filter-date-range-dropdown__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}

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

.filter-date-range-custom {
  display: none;
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

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

.filter-group__button-primary {
  margin: auto 0 auto 1.125rem;
}
.filter-group__button-primary:focus {
  margin: auto 0 auto 1.125rem;
}

.filter-dropdown {
  width: 100%;
}

.filter-dropdown__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}

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

.filter-search {
  width: 100%;
}

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

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

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

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

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 12.5rem;
  background: #F0F4F5;
}
@media (min-width: 1000px) {
  .hero {
    min-height: 33.4375rem;
    padding: 6.25rem 0 3.75rem 0;
  }
}

.hero__image {
  display: block;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 25rem;
}
@media (min-width: 1000px) {
  .hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    bottom: 0;
  }
}

.hero__wrapper {
  margin-top: -2.5rem;
  width: unset;
}
@media (min-width: 1000px) {
  .hero__wrapper {
    margin-top: 0;
    width: 90%;
  }
}

.hero__content {
  position: relative;
  background: #1c57a7;
  color: white;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 1000px) {
  .hero__content {
    width: 44.875rem;
    padding: 2.5rem;
  }
}

.hero__title {
  font-size: 1.375rem;
}
@media (min-width: 850px) {
  .hero__title {
    font-size: 2.5rem;
  }
}

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

.hero__button {
  display: inline-block;
  margin-right: 2.25rem;
  margin-bottom: 0.75rem;
}

.in-this-section__title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.125rem solid #1c57a7;
}

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

.in-this-section__link {
  color: #1c57a7;
  font-weight: 700;
  padding: 0.25rem 0;
}

.in-this-section__link[aria-current=page] {
  color: #231F20;
}

.searchwp-live-search {
  width: 100%;
  max-width: 17.5rem;
}

.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: 1rem;
  background: white;
  border: 0.0625rem solid #4197CB;
  border-radius: 0.3125rem;
}

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

.searchwp-live-search-result {
  display: block;
  padding: 0.9375rem 0.625rem;
  border-top: 0.0625rem solid #F0F4F5;
}
.searchwp-live-search-result:first-child {
  border-top: 0;
}

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

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

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

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
.mega-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: 100%;
}

.mega-menu__title {
  font-size: 1rem;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .mega-menu__title {
    font-size: 1.1875rem;
  }
}

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

.mega-menu__content {
  flex: 1;
}

.mega-menu__panel {
  width: 30%;
  max-width: 18.75rem;
  padding: 1.875rem;
  background-color: #1c57a7;
  margin-left: 1.5rem;
}
.mega-menu__panel .button {
  display: block;
  width: auto;
}

.mega-menu__panel-title {
  color: white;
  font-weight: 700;
}

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

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

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

.nav-primary {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  font-weight: 700;
  position: relative;
}
@media (min-width: 850px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  .nav-primary {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 1.375rem;
  }
}

.nav-primary__link {
  display: block;
  position: relative;
  padding: 0.3125rem 1rem 0.25rem 0;
  text-decoration: none;
  color: #1c57a7;
  background: url("../imgs/icons/arrow-right-blue.svg") no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: right 0 top 0.9375rem;
  margin-right: 1.5rem;
}
@media (min-width: 1000px) {
  .nav-primary__link {
    padding: 0.125rem 1.75rem 0.3125rem 0;
    background-position: right 0.375rem center;
  }
}
.nav-primary__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}

.nav-primary__item--parent .nav-primary__link {
  padding-right: 2.1875rem;
  background-image: url("../imgs/icons/chevron-down.svg");
  background-position: center right 0.625rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.nav-primary__item--active .nav-primary__link,
.nav-primary__item--parent + .nav-primary__item--active .nav-primary__link {
  background-image: none;
  color: #7c2855;
  padding: 0.3125rem 0 0.25rem 0;
  margin-right: 1.5rem;
}
@media (min-width: 1000px) {
  .nav-primary__item--active .nav-primary__link,
.nav-primary__item--parent + .nav-primary__item--active .nav-primary__link {
    padding: 0.125rem 0 0.3125rem 0;
  }
}

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

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

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

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

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

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

.nav-secondary {
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
}
@media (min-width: 850px) {
  .nav-secondary {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .nav-secondary {
    font-size: 1.1875rem;
  }
}

.nav-secondary__item {
  margin-left: 1.125rem;
}

.nav-secondary__link {
  display: block;
  text-decoration: none;
  color: #212b32;
}
.nav-secondary__item--active .nav-secondary__link {
  text-decoration-thickness: 0.125rem;
}
.nav-secondary__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}

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

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

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

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

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

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

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

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

.page-title__heading {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .page-title__heading {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .page-title__heading {
    font-size: 3.25rem;
  }
}

.page-title__excerpt {
  font-size: 1.1875rem;
  max-width: 50rem;
}
@media (min-width: 1000px) {
  .page-title__excerpt {
    font-size: 1.375rem;
  }
}

.page-title--light {
  color: #231F20;
  background-color: #F0F4F5;
}

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

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

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

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

.pagination__item {
  margin-right: 0.3125rem;
}

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

.pagination__button {
  display: block;
  color: #1c57a7;
  padding: 0.375rem 1rem;
  border: 0.0625rem solid #e8edee;
  font-weight: 700;
}
.pagination__button:hover {
  background: #E3E100;
  color: #231F20;
  text-decoration: none;
}

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

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

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

.pagination__button--next,
.pagination__button--prev {
  background: none;
  border: 0.0625rem solid transparent;
  color: #1c57a7;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #184c91;
}

.pagination__ellipsis {
  display: block;
  background: #231F20;
  color: white;
  padding: 0.375rem 0.6875rem;
}

.people-card {
  max-width: 50rem;
  height: 100%;
}

.people-card__image {
  margin-bottom: 0.75rem;
}

.people-card__content {
  width: 100%;
}

.people-card__title {
  margin-bottom: 0rem;
}

@media (min-width: 850px) {
  .people-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1.5rem;
  }
}

.people-group__item {
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .people-group__item {
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .people-group__item {
    width: 33.33333%;
  }
}

.promotion {
  display: flex;
  flex-direction: column;
}
@media (min-width: 850px) {
  .promotion {
    flex-direction: row-reverse;
  }
}

.promotion__image {
  width: 100%;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promotion__image:after {
  padding-top: 62.5%;
  display: block;
  content: "";
}
@media (min-width: 850px) {
  .promotion__image {
    width: 48%;
  }
}

.promotion__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  background-color: #1c57a7;
  color: white;
}
@media (min-width: 850px) {
  .promotion__content {
    padding: 2.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .promotion__content {
    padding: 3rem 3rem;
  }
}

.promotion__content.promotion_cta {
  background-color: #e3e100;
  text-align: center;
  color: #231f20;
}

.promotion__content-head {
  margin-bottom: 1.5rem;
}

.promotion__title {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
}
@media (min-width: 850px) {
  .promotion__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .promotion__title {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

.pullquote {
  position: relative;
  margin-top: 3.1875rem;
  padding: 1.25rem 1.625rem;
  background-color: rgba(65, 182, 230, 0.5);
}
@media (min-width: 1000px) {
  .pullquote {
    padding: 2.0625rem 2.9375rem;
  }
}
.pullquote__quote {
  font-size: 1.375rem;
  line-height: 1.33333;
}
@media (min-width: 1000px) {
  .pullquote__quote {
    font-size: 1.75rem;
  }
}
.pullquote__cite {
  font-size: 1.0625rem;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1000px) {
  .pullquote__cite {
    font-size: 1.1875rem;
  }
}
.pullquote:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 3.1875rem solid rgba(65, 182, 230, 0.5);
  border-right: 3.1875rem solid transparent;
  position: absolute;
  top: -3.1875rem;
  left: 0;
}

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

.related-content__title {
  font-size: 1.75rem;
  margin: 0.625rem 0;
  border-bottom: 0.125rem solid #e8edee;
  padding-bottom: 0.5rem;
}
.related-content__title:first-of-type {
  margin-top: 0;
}

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

.related-content__item:last-child {
  margin-bottom: 0;
}

.related-content__link {
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 0.375rem 3.125rem 0.375rem 0;
  background-image: url("../imgs/icons/arrow-blue.svg");
  background-size: 1.5625rem 1.5625rem;
  background-repeat: no-repeat;
  background-position: right top 0.625rem;
}
.related-content__link:hover {
  text-decoration: underline;
}

.related-event {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: white;
  border: 0.0625rem solid #d8dde0;
}

.related-event__image {
  margin: 0;
}
@media (min-width: 850px) {
  .related-event__image {
    object-fit: cover;
  }
}

.related-event__date {
  display: inline-block;
  font-size: 1rem;
  margin: 0.75rem 0;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .related-event__date {
    font-size: 1.1875rem;
  }
}

.related-event__title {
  font-size: 1.375rem;
  color: #1c57a7;
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  .related-event__title {
    font-size: 1.75rem;
  }
}
.related-event__title a {
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
}

.related-event__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
  width: 100%;
}
@media (min-width: 1000px) {
  .related-event__content {
    padding: 1.5rem;
  }
}

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

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

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

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

.signpost-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
  color: #1c57a7;
}
.signpost-item:hover .signpost-item__content {
  text-decoration: none;
}
.signpost-item:hover .signpost-item__content .signpost-item__title {
  text-decoration: underline;
}
.signpost-item:hover .signpost-item__content .signpost-item__excerpt {
  color: #000;
}
.signpost-item:hover .signpost-item__figure img {
  transform: scale(1.05) !important;
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .signpost-item:hover .signpost-item__figure img {
    transform: none;
  }
}
.signpost-item:focus {
  background-color: unset;
}
.signpost-item:focus .signpost-item__content {
  background-color: #E3E100;
  text-decoration: none;
}
.signpost-item:focus .signpost-item__content .signpost-item__title {
  color: #231F20;
}
.signpost-item:focus .signpost-item__content .signpost-item__excerpt {
  color: #231F20;
  text-decoration: none;
}
.signpost-item:focus .signpost-item__figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion) {
  .signpost-item:focus .signpost-item__figure img {
    transform: none;
  }
}
.signpost-item:not(:focus) .signpost-item__figure img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}
@media (min-width: 1000px) {
  .signpost-item {
    display: flex;
  }
}

.signpost-item--excerpt {
  background-color: white;
}
.signpost-item--excerpt .signpost-item__title {
  color: #1c57a7;
}
.signpost-item--excerpt .signpost-item__excerpt {
  color: #231F20;
}
.signpost-item--excerpt:hover .signpost-item__excerpt {
  color: white;
}

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

.signpost-item__content {
  display: inline-block;
  background-color: white;
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-height: 33%;
  color: #231F20;
  text-decoration: none;
  padding: 1rem;
  padding-right: 2.25rem;
}
.signpost-item__content:after {
  content: "";
  background-image: url("./../imgs/icons/arrow-right-white.svg");
  background-position: center;
  background-size: 0.9375rem;
  background-repeat: no-repeat;
  background-color: #1c57a7;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}
@media (min-width: 850px) {
  .signpost-item__content:after {
    background-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 850px) {
  .signpost-item__content {
    padding: 1.25rem 1.25rem 3.75rem;
  }
}
.signpost-item__content p:last-child {
  margin: 0;
}

.signpost-item__title {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  padding-right: 1.875rem;
  margin-bottom: 0.625rem;
  width: 100%;
  color: #1c57a7;
  text-decoration: none;
}
.signpost-item__title:hover:focus {
  background-color: #fae100;
}
@media (min-width: 1000px) {
  .signpost-item__title {
    font-size: 1.75rem;
  }
}

.signpost-item__excerpt {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.signpost-item__excerpt:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .signpost-item__excerpt {
    margin-top: 1.25rem;
  }
}

.signpost-item__figure {
  height: 10rem;
}
.signpost-item__figure:after {
  padding-top: 60%;
  display: block;
  content: "";
}
.signpost-item__figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 850px) {
  .signpost-item__figure {
    height: 14.375rem;
  }
}

.signpost-item__footer {
  margin-top: auto;
  padding-top: 0.625rem;
}

.signpost-item__meta {
  display: inline;
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  .signpost-item__meta {
    font-size: 1rem;
  }
}
.signpost-item__meta a {
  text-decoration: none;
}
.signpost-item__meta a:hover {
  color: #1c57a7;
  text-decoration: underline;
}

.signpost-item-padding--thin .signpost-item__content {
  background: none;
  padding: 0;
}
.signpost-item-padding--thin .signpost-item__content a {
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  width: 100%;
  background-position: top 0.875rem right 0.75rem;
  background-image: url("../imgs/icons/chevron-right.svg");
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
}
.signpost-item-padding--thin .signpost-item__content a:hover {
  background-image: url("../imgs/icons/chevron-right-light.svg");
}
.signpost-item-padding--thin .signpost-item__content a:focus {
  background-color: #fae100;
  box-shadow: 0 -0.125rem #fae100, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
  background-image: url("./../imgs/icons/arrow-right-circle.svg");
}
.signpost-item-padding--thin .signpost-item__title {
  font-size: 1.1875rem;
  padding: 0;
}

.signpost-item.signpost-item-padding--thin {
  overflow: unset;
}
.signpost-item.signpost-item-padding--thin .signpost-item__content {
  background: none;
}

.signpost-item__event_date .date-range {
  padding-left: 0;
  padding-top: 0.5rem;
  color: #1c57a7;
}

.signpost-item__footer {
  height: 3.125rem;
  background-image: url("./../imgs/icons/arrow-right-circle.svg");
  background-position: bottom 0.625rem right 1.0625rem;
  background-size: 2.5rem 2.4375rem;
  background-repeat: no-repeat;
}

.share-links {
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 0.0625rem solid #231F20;
}
@media (min-width: 850px) {
  .share-links {
    margin-top: 1.875rem;
    padding: 1.875rem 0;
  }
}

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

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

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

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

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

.share-links__print-title {
  margin: 0 0.375rem 0 0;
  font-weight: 700;
  color: #231F20;
  font-size: 1.1875rem;
}

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

.share-links__icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.share-links__icon svg .bg {
  transition: all 0.4s ease;
  fill: #005eb8;
}
.share-links__icon svg .fill {
  fill: white;
}

.share-links__icon svg:hover .bg {
  fill: #7c2855;
}

.share-links__print svg {
  width: 2.5rem;
  height: 2.5rem;
}
.share-links__print svg .bg {
  transition: all 0.4s ease;
  fill: #768692;
}
.share-links__print svg .fill {
  fill: white;
}

.share-links__print svg:hover .bg {
  fill: #4c6272;
}

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

.site-footer__border {
  border-top: 0.0625rem solid #768692;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .site-footer__inner {
    flex-direction: row;
  }
}

.site-footer__content {
  flex: 1 0;
  display: flex;
  align-items: center;
}

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

.site-footer__social-links {
  width: 100%;
  margin-top: 2.25rem;
}
@media (min-width: 1000px) {
  .site-footer__social-links {
    width: 50%;
    margin-top: 0;
  }
}

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

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

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

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

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

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

.site-header__logo {
  width: 70%;
  max-width: 21.875rem;
  margin-top: 0.25rem;
}
@media (min-width: 850px) {
  .site-header__logo {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 33%;
    max-width: 25rem;
  }
}
.site-header__logo img {
  height: 100%;
}

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

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

.site-header__secondary-nav {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

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

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

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

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

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

.site-header__mobile-nav {
  background-color: #1c57a7;
  margin-top: 1rem;
}
@media (min-width: 850px) {
  .site-header__mobile-nav {
    margin-top: 0;
  }
}

.site-header__mobile-content {
  display: none;
  padding: 1.5rem;
}
.site-header__mobile-content.open {
  display: block;
}
@media (min-width: 850px) {
  .site-header__mobile-content.open {
    display: none;
  }
}

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

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

.cart-icon {
  background: url("../imgs/icons/cart.svg") no-repeat center;
  background-size: cover;
  width: 2.3125rem;
  height: 2.0625rem;
  text-align: center;
  text-decoration: none;
  margin-top: -0.125rem;
}
.cart-icon:hover {
  background: url("../imgs/icons/cart-secondary.svg") no-repeat center;
  background-size: cover;
}
.cart-icon:focus {
  background: url("../imgs/icons/cart-secondary.svg") no-repeat center;
  background-size: cover;
  outline: #ed8b00 0.1875rem solid;
}

.cart-icon__count {
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

.social-links {
  display: flex;
  justify-content: right;
  align-items: center;
  min-height: 7.5rem;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .social-links {
    flex-direction: row;
  }
}

.social-links__info {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.1875rem;
  display: inline;
  flex-direction: column;
  flex: 1.5;
}
@media (min-width: 1000px) {
  .social-links__info {
    text-align: right;
  }
}

.social-links__icons {
  display: block;
  justify-content: left;
  width: 100%;
  margin-top: 1.125rem;
  flex: 1;
}
@media (min-width: 1000px) {
  .social-links__icons {
    display: inline-flex;
    flex-direction: row;
    margin-top: 0;
    justify-content: right;
  }
}

.social-links__icon {
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: right;
}
@media (min-width: 1000px) {
  .social-links__icon {
    justify-content: right;
    margin-left: 1.125rem;
    margin-right: 0;
  }
  .social-links__icon:first-of-type {
    margin-left: 1.5rem;
  }
}

.social-links__icon svg {
  width: 3rem;
  height: 3rem;
}
.social-links__icon svg .bg {
  transition: all 0.4s ease;
  fill: #005eb8;
}
.social-links__icon svg .fill {
  fill: white;
}

.social-links__icon svg:hover .bg {
  fill: #7c2855;
}

.specialities {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #F0F4F5;
  margin-bottom: 1.5rem;
}

.specialities__grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 0;
}
@media (min-width: 400px) {
  .specialities__grid-container {
    grid-template-columns: auto auto auto;
    grid-column-gap: 1.5rem;
  }
}

.specialities__grid-item:nth-child(-n+1) {
  border-top: 1px solid #41b6e6;
}

@media (min-width: 400px) {
  .specialities__grid-item:nth-child(-n+3) {
    border-top: 1px solid #41b6e6;
  }
}
.specialities__grid-item {
  border-bottom: 1px solid #41b6e6;
  padding: 12px 0 12px 0;
  text-align: left;
  font-size: 1.1875rem;
}

.specialities__grid-item a {
  text-decoration: none;
}
.specialities__grid-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content > * {
  max-width: 50rem;
}
.standard-content > .team-members-overview,
.standard-content > .card-group,
.standard-content > .card-list,
.standard-content > .columns,
.standard-content > .wp-block-image,
.standard-content > .wp-block-gallery,
.standard-content > .wp-block-embed.is-type-video,
.standard-content > .video-transcript,
.standard-content > .testimonial-slider,
.standard-content > .feature {
  max-width: none;
}
.standard-content > ul,
.standard-content > ol,
.standard-content > h2,
.standard-content > h3,
.standard-content > h4,
.standard-content > img,
.standard-content > blockquote,
.standard-content .expander,
.standard-content .care-card,
.standard-content .details,
.standard-content .do-dont,
.standard-content .action-link,
.standard-content .warning-callout,
.standard-content .panel,
.standard-content .wp-block-table,
.standard-content .wp-block-quote,
.standard-content .wp-block-audio,
.standard-content .wp-block-file,
.standard-content .wp-block-button,
.standard-content .wp-block-image,
.standard-content .wp-block-embed-twitter,
.standard-content .wp-block-embed-facebook,
.standard-content .wp-block-embed-instagram,
.standard-content .wp-block-embed-spotify,
.standard-content .wp-block-gallery {
  margin-bottom: 3rem;
}

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

.aligncenter {
  margin: 0 auto;
}

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

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

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

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

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

.table-of-contents__dash {
  background-color: #d8dde0;
  width: 1.5rem;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

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

.table-of-contents__link {
  font-weight: 700;
  font-size: 1.1875rem;
}

.tabs {
  width: 100%;
}

.tabs__controls {
  display: flex;
}

.tabs__tab-button {
  position: relative;
  padding: 0.375rem 0.9375rem;
  border: none;
  background: #fafafa;
  margin-bottom: -0.0625rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 0.0625rem solid #ccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs__tab-button + .tabs__tab-button {
  margin-left: 0.1875rem;
}
@media (min-width: 850px) {
  .tabs__tab-button {
    font-size: 1.1875rem;
  }
}
.tabs__tab-button:first-child:after {
  left: 0;
}

.tabs__tab-button[aria-selected=true] {
  background: white;
  outline: 0;
  border-bottom: white solid 1px;
  z-index: 2;
}

.tabs__tab-content {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  background: white;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  border-top-left-radius: 0;
}

.action-link--empty .action-link__text {
  color: #4c6272;
  font-weight: 400;
  border-bottom: 2px solid blue;
}

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

a.action-link {
  color: #1c57a7;
  text-decoration: underline;
}
a.action-link:hover {
  color: #7c2855;
  text-decoration: underline;
}
a.action-link:focus {
  color: #212b32;
  text-decoration: none;
}

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

.care-card__heading {
  position: relative;
  padding: 0.75rem 2.25rem;
  background-color: #005eb8;
  color: white;
}
.care-card__heading h2,
.care-card__heading h3,
.care-card__heading h4 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.33333;
  color: white;
}

.care-card__arrow {
  display: block;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  bottom: -0.625rem;
  left: 1.5rem;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: 2;
}
.care-card__arrow:before, .care-card__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  transform: rotate(45deg);
  border: solid 2rem #005eb8;
}
@media (min-width: 1000px) {
  .care-card__arrow {
    left: 2.25rem;
  }
}

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

.care-card--emergency .care-card__heading {
  background-color: #d5281b;
}
.care-card--emergency .care-card__content {
  background-color: #212b32;
  color: white;
}
.care-card--emergency .care-card__content a {
  color: white;
}
.care-card--emergency .care-card__arrow:before, .care-card--emergency .care-card__arrow::after {
  border-color: #d5281b;
}

.care-card--urgent .care-card__heading {
  background-color: #d5281b;
}
.care-card--urgent .care-card__content {
  background-color: white;
  color: #212b32;
}
.care-card--urgent .care-card__arrow:before, .care-card--urgent .care-card__arrow::after {
  border-color: #d5281b;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.columns > .inner-blocks-wrapper,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.columns > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

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

.columns__content-item,
.columns__sidebar-item {
  margin: 0 0 1.5rem 0;
}
.columns__content-item:last-child,
.columns__sidebar-item:last-child {
  margin: 0;
}

.columns__sidebar {
  width: 100%;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 850px) {
  .columns__sidebar {
    width: 35%;
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .columns__sidebar {
    width: 30%;
    margin: 0 0 0 4.6875rem;
  }
}
.acf-block-preview:focus .columns__sidebar {
  border: 0.0625rem dotted #ccc;
}

.columns__sidebar--before {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 850px) {
  .columns__sidebar--before {
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .columns__sidebar--before {
    margin: 0 4.6875rem 0 0;
  }
}

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

.contents-list__current {
  font-weight: 700;
}

.contents-list__item {
  padding: 0 0 0 2.25rem;
  margin-bottom: 0.5rem;
  background: url("../imgs/icons/dash.svg") left 0.875rem no-repeat;
  background-size: 1rem;
}

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

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

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

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

.do-dont {
  width: 100%;
}

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

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

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

.do-dont__list--cross li {
  background-image: url("../imgs/icons/cross.svg");
}

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

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

.expander--minimised {
  border-bottom-width: 0.0625rem;
}
.expander--minimised .expander__button {
  background: url("../imgs/icons/nhs-plus.svg") no-repeat left;
  background-size: 2rem 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: 0.75rem;
}
.expander__content p:last-child,
.expander__content ul:last-child,
.expander__content ol:last-child {
  margin: 0;
}

.feature {
  position: relative;
}
.feature > .inner-blocks-wrapper,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.feature > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}
.feature .block-list__block {
  border: 1px solid green;
}

.feature__content {
  background: #ffb81c;
  padding: 1.25rem;
  width: 90%;
}
.feature__content h2,
.feature__content h3 {
  font-size: 1.75rem;
}
@media (min-width: 850px) {
  .feature__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 60%;
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .feature__content {
    padding: 2.25rem;
  }
  .feature__content h2,
.feature__content h3 {
    font-size: 2.5rem;
  }
}

.feature__image {
  width: 40%;
  margin: -5rem 0 0 auto;
  z-index: -1;
}
.feature__image figcaption {
  display: none;
}
@media (min-width: 850px) {
  .feature__image {
    width: 45%;
    margin: 0 0 0 auto;
    max-width: 38.125rem;
  }
}
.feature__image .block-editor-media-placeholder {
  z-index: 2;
}

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

.file--empty .file__link {
  color: #4c6272;
}

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

.inset-text__inner {
  margin: 0;
}
.inset-text__inner p:last-child {
  margin-bottom: 0;
}

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

.testimonial-slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #41b6e6;
  padding: 2.25rem;
  margin-top: 4.375rem;
}
.testimonial-slide:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 3.125rem solid #41b6e6;
  border-right: 3.125rem solid transparent;
}
.testimonial-slide > .inner-blocks-wrapper,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.testimonial-slide > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

.testimonial-slide__title {
  font-size: 1.375rem;
}
@media (min-width: 850px) {
  .testimonial-slide__title {
    width: 33.33333%;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .testimonial-slide__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-slide__title {
    width: 25%;
  }
}

@media (min-width: 850px) {
  .testimonial-slide__content {
    width: 66.66666%;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-slide__content {
    width: 75%;
  }
}
.testimonial-slide__content p {
  font-size: 1.5rem;
}

.testimonial-slide__quote {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.1875rem;
}
@media (min-width: 1000px) {
  .testimonial-slide__quote {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.testimonial-slide__cite {
  display: block;
  font-style: normal;
}
.testimonial-slide__cite p {
  font-weight: 700;
  font-size: 1.1875rem;
  margin: 0;
}

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

.testimonial-slider__slide {
  width: 100%;
}

.testimonial-slider__track {
  overflow: hidden;
  list-style-type: none;
}
.testimonial-slider__track .slick-list {
  margin-left: -1.25rem;
}
.testimonial-slider__track .slick-slide > div {
  padding-left: 1.25rem;
}

.testimonial-slider__item {
  display: block;
}

.testimonial-slider__dots-block {
  display: inline-flex;
  align-items: center;
  margin-right: 1.875rem;
}

.testimonial-slider__dots {
  list-style-type: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.testimonial-slider__dots li {
  display: inline-flex;
  align-items: center;
}
.testimonial-slider__dots li.slick-active button {
  background: #1c57a7;
  color: #ffffff;
}
.testimonial-slider__dots li.slick-active button:hover {
  cursor: default;
}
.testimonial-slider__dots button {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.25rem;
  border: 0.0625rem solid #425563;
  border-radius: 0.625rem;
  background-color: white;
  color: black;
}
.testimonial-slider__dots button:hover {
  cursor: pointer;
}

.testimonial-slider__controls {
  margin-top: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider__toggle {
  background-repeat: no-repeat;
  background-color: transparent;
  color: white;
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
}
.testimonial-slider__toggle:hover {
  cursor: pointer;
}
.testimonial-slider__toggle:last-child {
  margin-right: 0;
}

.testimonial-slider__toggle--pause {
  background-image: url("./../imgs/icons/pause.svg");
  background-position: center;
  width: 1.5625rem;
  background-size: 1.5625rem 1.25rem;
}

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

.testimonial-slider-item {
  position: relative;
  background-color: #41b6e6;
  padding: 2.25rem 1.125rem 2rem;
  margin-top: 1.9375rem;
}
.testimonial-slider-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.9375rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.9375rem 0 0 1.9375rem;
  border-color: transparent transparent transparent #41b6e6;
}
@media (min-width: 850px) {
  .testimonial-slider-item {
    padding: 2.25rem 4rem 2rem 1.125rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider-item {
    padding: 3.125rem 7.5rem 2.5625rem 2.3125rem;
    margin-top: 3.25rem;
  }
  .testimonial-slider-item:before {
    border-width: 3.25rem 0 0 3.25rem;
    top: -3.25rem;
  }
}

@media (min-width: 850px) {
  .testimonial-slider-item__content-block {
    margin-left: -1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider-item__content-block {
    margin-left: -2.8125rem;
  }
}

@media (min-width: 850px) {
  .testimonial-slider-item__content {
    padding-left: 1.875rem;
  }
  .testimonial-slider-item__content:first-child {
    width: 33.333%;
  }
  .testimonial-slider-item__content:last-child {
    width: 66.666%;
  }
}
@media (min-width: 1000px) {
  .testimonial-slider-item__content:first-child {
    width: 25%;
  }
  .testimonial-slider-item__content:last-child {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider-item__content {
    padding-left: 2.8125rem;
  }
}

.testimonial-slider-item__title {
  line-height: normal;
  margin-bottom: 0.75rem;
}
@media (min-width: 850px) {
  .testimonial-slider-item__title {
    text-align: right;
  }
}

.testimonial-slider-item__quote {
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 850px) {
  .testimonial-slider-item__quote {
    margin-bottom: 1.5rem;
  }
}

.testimonial-slider-item__cite {
  display: block;
  font-style: normal;
  font-weight: 700;
}

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

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

.video-transcript__content p:last-child,
.video-transcript__content ul:last-child,
.video-transcript__content ol:last-child {
  margin-bottom: 0;
}

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

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

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

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

.team-leader {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5625rem;
  margin-bottom: 1.875rem;
  background-color: white;
}
.team-leader > .inner-blocks-wrapper,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.team-leader > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

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

.team-leader__content-heading {
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
}

.team-leader__content-position {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.team-leader__content-description {
  margin-bottom: 0;
}

.team-leader__image {
  width: 100%;
  margin-right: 1.875rem;
}
@media (min-width: 850px) {
  .team-leader__image {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .team-leader__image {
    width: 30%;
  }
}
.team-leader__image figure.wp-block-image {
  margin-bottom: 0;
}
.acf-block-preview:focus .team-leader__image {
  border: 0.0625rem dotted #ccc;
}

.wp-block-acf-team-leader .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
  opacity: 1;
}

.acf-block-preview .team-leader > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
}
.acf-block-preview .team-leader > .block-editor-inner-blocks > .block-editor-block-list__layout .team-leader__image {
  width: auto;
}

.team-member {
  display: inline-block;
  padding-bottom: 2.3125rem;
  margin: 0 4.75rem 1.875rem 0;
  width: calc(50% - 2.5625rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.team-member:nth-child(2n) {
  margin: 0 0 1.875rem 0;
}
.team-member > .inner-blocks-wrapper,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div,
.team-member > .inner-blocks-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block > .acf-block-body > div > .acf-block-preview {
  display: contents;
}

.team-member__content {
  width: 100%;
}
.team-member__content * {
  color: white;
}

.team-member__content-heading {
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
}

.team-member__content-position {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.team-member__content-description {
  margin-bottom: 0;
}

.wp-block-acf-team-member {
  display: inline-block;
  margin-right: 4.75rem;
  width: calc(50% - 2.5625rem);
}
.wp-block-acf-team-member:nth-child(2n) {
  margin-right: 0;
}
.wp-block-acf-team-member .team-member {
  width: auto;
  margin: 0 0 1.875rem 0;
}
.wp-block-acf-team-member .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
  opacity: 1;
}

.team-members-overview {
  background-color: #005eb8;
  padding: 3.5rem 6.5rem;
}

.team-members-overview__heading h2 {
  margin-bottom: 1.875rem;
  color: white;
  font-weight: 700;
  font-size: 2rem;
}
