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

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

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

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

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

a:focus,
p a:focus,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 0 #ffeb3b, 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: #212b32;
  max-width: 91.25rem;
  background-color: white;
  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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.u-wrapper, .cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  margin: 0 1.25rem;
}
@media (min-width: 850px) {
  .u-wrapper, .cookie-banner--main,
  .cookie-banner--accept,
  .cookie-banner--reject {
    margin: 0 3.75rem;
  }
}
@media (min-width: 1000px) {
  .u-wrapper, .cookie-banner--main,
  .cookie-banner--accept,
  .cookie-banner--reject {
    margin: 0 6.25rem;
  }
}

/**
* Forms
*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

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

label,
.gfield_label {
  display: inline-block;
  color: #212b32;
  font-weight: 700;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

textarea {
  resize: vertical;
}

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

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

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

input[type=checkbox]:checked {
  border-color: #005eb8;
  background-color: #005eb8;
  background-image: url("../imgs/icons/tick-white.svg");
}
input[type=checkbox]:checked:disabled {
  background-color: #aeb7bd;
}
input[type=checkbox]:checked:focus {
  background-color: #ffeb3b;
  background-image: url("../imgs/icons/tick.svg");
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  border-color: #aeb7bd;
  background-color: #f0f4f5;
  cursor: default;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  color: #4c6272;
}

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

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

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

select {
  font-size: 1rem;
  padding: 0.625rem;
}
@media (min-width: 850px) {
  select {
    font-size: 1.1875rem;
  }
}
@supports (display: block) {
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
    background-image: url("../imgs/icons/custom-select.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right 0.75rem center;
    background-size: 1.125rem 1.125rem;
    border: 0.0625rem solid #4c6272;
    border-radius: 0.1875rem;
  }
}

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

.gform-body * {
  box-sizing: border-box;
}

.gchoice {
  display: flex;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

.gfield_description {
  margin-bottom: 0.75rem;
}

.gsection_title {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  margin-bottom: 0.375rem;
}

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

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

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

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

.gfield_password_strength.short {
  background-color: rgba(213, 40, 27, 0.2);
}

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

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

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

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

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

.clear-multi {
  display: flex;
}

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

.gfield_time_hour {
  width: 6.25rem;
}

.gfield_time_minute {
  width: 5rem;
  margin-right: 0.625rem;
}

.gfield_time_ampm {
  width: 6.875rem;
}

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

.gform_hidden {
  display: none;
}

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

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

.gform_full_width,
.gform_full_width_wrapper,
.standard-content .gform_full_width_wrapper {
  max-width: 100%;
  width: 100%;
}

#gform_fields_1 .gfield_label {
  margin-bottom: 1rem;
}
#gform_fields_1 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
#gform_fields_1 .gchoice {
  width: 50%;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  #gform_fields_1 .gfield_checkbox {
    margin-left: -1.5rem;
  }
  #gform_fields_1 .gchoice {
    width: 33%;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.noscroll {
  overflow: hidden;
}

.noscroll-modal {
  overflow: hidden;
}

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

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

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

td, th {
  font-size: 1rem;
  vertical-align: top;
  padding: 0.5rem 1rem 0.5rem 0;
  border: none;
  border-bottom: 0.0625rem solid #d8dde0;
}
@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;
}

/**
 * Block widths
 */
.newsgroup,
.featured-pages,
.promoted-pages,
.tweet-group,
.popular-links,
.polls-section {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 850px) {
  .newsgroup,
  .featured-pages,
  .promoted-pages,
  .tweet-group,
  .popular-links,
  .polls-section {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media (min-width: 1000px) {
  .newsgroup,
  .featured-pages,
  .promoted-pages,
  .tweet-group,
  .popular-links,
  .polls-section {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
}

.wp-block-heading,
.wp-block-paragraph,
.wp-block-list,
.wp-block-table,
.wp-block-quote,
.wp-block-image,
.wp-block-audio,
.wp-block-embed,
.action-link,
.button,
.care-card,
.contents-list,
.do-dont,
.gform_wrapper,
.details,
.expander,
.editor-notice,
.panel,
.wp-block-quote,
.comments-form,
.comments-group,
.related-content,
.warning-callout {
  max-width: 51.875rem;
  margin-bottom: 2.25rem;
}

.fendix {
  margin-bottom: 2.25rem;
}

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

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

.wp-block-embed {
  margin: 0;
}

.wp-embedded-content {
  width: 100%;
  max-width: 100%;
}

/**
 * Embeded 16x9 content
 */
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
}
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper .wp-embedded-content,
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Captivate FM embed has a bunch of responsive styles so we need to adapt
 * the containing element ratio to best fit
 */
.wp-block-embed-captivate-fm .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed-captivate-fm .wp-block-embed__wrapper:before {
  padding-top: 57.1428571429%;
  display: block;
  content: "";
}
@media (min-width: 465px) and (max-width: 760px) {
  .wp-block-embed-captivate-fm .wp-block-embed__wrapper:before {
    padding-top: 130%;
    display: block;
    content: "";
  }
}
@media (min-width: 760px) {
  .wp-block-embed-captivate-fm .wp-block-embed__wrapper:before {
    padding-top: 33.3333333333%;
    display: block;
    content: "";
  }
}
.wp-block-embed-captivate-fm .wp-block-embed__wrapper .wp-embedded-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/**
 * Worpress Gallery styles
 */
/**
* legacy layout. still required for pages not updated with the newer structure
**/
.wp-block-gallery {
  display: block;
}

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

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

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

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

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

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

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

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

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

/**
* updated layout
**/
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.25rem;
}
.wp-block-gallery > * {
  display: block;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}

.wp-block-gallery .wp-block-image {
  position: relative;
  margin: 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: 0;
  width: calc(100% - 1.25rem);
  padding: 0.75rem;
  background: white;
  border-bottom: 0.0625rem solid #E8EDEE;
}

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

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

.wp-block-gallery.columns-3 .wp-block-image,
.wp-block-gallery.columns-default .wp-block-image {
  width: 33.33333%;
}

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

#cookie-law-info-bar .cli_messagebar_head {
  font-weight: 700;
  font-size: 1.1875rem;
  margin: 0.5rem 0;
}
#cookie-law-info-bar .cli_mixd_message {
  display: block;
  font-size: 1rem;
  max-width: 51.875rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #005eb8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #7C2855;
}
#cookie-law-info-bar .cli_mixd_buttons {
  display: flex;
  justify-content: center;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  margin: 0;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  line-height: normal;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Frutiger W01", Arial, sans-serif;
}

#cliSettingsPopup .wt-cli-privacy-btn {
  margin: 0;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  line-height: normal;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-transform: none;
  background-color: #007f3b;
}

/**
 * Component: Button
 */
.button, .app-list__submit, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, .cookie-banner-button--reject {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 2.25rem 0.5rem 1.25rem;
  cursor: pointer;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  height: auto;
  width: auto;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-decoration: none;
  line-height: 1.5;
  background-color: #005eb8;
  background-image: url("../imgs/icons/chevron-right-white.svg");
  color: white;
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
  text-align: left;
}
.button:hover, .app-list__submit:hover, .cookie-banner-button--accept:hover,
.cookie-banner-accept--hide:hover,
.govuk-button:hover, .cookie-banner-button--reject:hover {
  background-color: #003087;
  color: white;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .button, .app-list__submit, .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button, .cookie-banner-button--reject {
    font-size: 1.1875rem;
  }
}

.button--secondary {
  background-color: white;
  color: #005eb8;
  background-image: url("../imgs/icons/chevron-right.svg");
  border: 0.0625rem solid #768692;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #005eb8;
  color: white;
  background-image: url("../imgs/icons/chevron-right-white.svg");
  border-color: #003087;
}

.button--block {
  display: block;
  width: 100%;
}

.button--centered {
  display: block;
  width: 100%;
  background-image: none;
  text-align: center;
}

.button--calendar,
.button--teams {
  background-color: transparent;
  color: #005eb8;
  background-position: center left 0.75rem;
  background-repeat: no-repeat;
  padding-left: 2.75rem;
  padding-right: 0.75rem;
  background-size: 1.25rem 1.25rem;
  border: 0.125rem solid #005eb8;
}
.button--calendar:hover,
.button--teams:hover {
  background-color: #005eb8;
  border-color: black;
  color: white;
}

.button--calendar {
  background-image: url("../imgs/icons/calendar.svg");
}
.button--calendar:hover {
  background-image: url("../imgs/icons/calendar-white.svg");
}

.button--teams {
  background-image: url("../imgs/icons/teams.svg");
}
.button--teams:hover {
  background-image: url("../imgs/icons/teams-white.svg");
}

.button--saved {
  background-color: #d5281b;
  background-image: url("../imgs/icons/cross-white.svg");
  background-size: 1.5rem 1.5rem;
}
.button--saved:hover {
  background-color: white;
  color: #d5281b;
  background-image: url("../imgs/icons/cross.svg");
}

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

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

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

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

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

.cbg-hidden {
  display: none;
}

.cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 850px) {
  .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button {
    display: inline-block;
    width: auto;
  }
}
.cookie-banner-button--accept:focus,
.cookie-banner-accept--hide:focus,
.govuk-button:focus {
  background-color: #ffeb3b;
  box-shadow: 0 0 #ffeb3b, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
  background-image: url("../imgs/icons/chevron-right-black.svg");
}

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

.cookie-banner-button--reject {
  display: block;
  width: 100%;
}
@media (min-width: 850px) {
  .cookie-banner-button--reject {
    display: inline-block;
    width: auto;
  }
}
.cookie-banner-button--reject:focus {
  background-color: #ffeb3b;
  box-shadow: 0 0 #ffeb3b, 0 0.1875rem black;
  color: black;
  outline: 0.1875rem solid transparent;
  text-decoration: none;
  background-image: url("../imgs/icons/chevron-right-black.svg");
}

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

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

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

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

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

#ccc {
  display: none;
}

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

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

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

.govuk-notification-banner__header {
  padding: 0.125rem 0.9375rem 0.3125rem;
  border-bottom: 0.0625rem solid;
  color: white;
}
@media (min-width: 1000px) {
  .govuk-notification-banner__header {
    padding: 0.125rem 1.25rem 0.3125rem;
  }
}

.govuk-notification-banner__content {
  background: white;
  padding: 0.9375rem;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .govuk-notification-banner__content {
    font-size: 1.1875rem;
    padding: 1.25rem;
  }
}

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

@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;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: white;
  bottom: 0;
  color: #000;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#make-revision-submit-div {
  padding-bottom: 8em !important;
}
#make-revision-submit-div .dialog-title {
  font-size: 1.1875rem;
}
#make-revision-submit-div .ow-btn-group .revision {
  margin-bottom: 1rem;
}

.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-single.is-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 0.5rem 0.3125rem;
  color: #212b32;
  font-size: 0.875rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-align: right;
  background: white;
  border: none;
}
.is-today .pika-button {
  color: #005eb8;
  font-weight: 700;
}
.is-selected .pika-button {
  color: white;
  font-weight: 700;
  background: #005eb8;
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2);
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #212b32;
  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;
  cursor: hand;
}

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

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

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

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

/**
 * Login Styles
 *
 * Please note: the specificity is higher than usual due to WP's login styles.
 */
.login {
  background-color: #005eb8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

.forgetmenot {
  display: none;
}

.language-switcher {
  display: none;
}

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

.submit .button {
  width: 100%;
  margin-bottom: 0.75rem;
}

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

.wp-pwd .caps-warning {
  display: none;
  position: relative;
  background: #fff9c4;
  border: 1px solid #ffeb3b;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #1d2327;
  padding: 6px 10px;
  top: -8px;
}

.profile-php .wp-pwd .caps-warning {
  padding: 3px 5px;
  top: -4px;
  border-radius: 4px;
}

.wp-pwd .caps-icon {
  display: inline-flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.wp-pwd .caps-warning-text {
  vertical-align: middle;
}

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

.accordion__button {
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #005eb8;
  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 #E8EDEE;
}

.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 #41B6E6;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.1875rem;
  color: #005eb8;
  background-color: white;
  width: 100%;
  max-width: 3.125rem;
}
@media (min-width: 1000px) {
  .a-z-button {
    font-size: 1.625rem;
  }
}
.a-z-button:hover {
  background: #005eb8;
  border: 0.0625rem solid #005eb8;
  color: white;
}
.a-z-button:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.a-z-button--disabled {
  color: #4c6272;
  background-color: #E8EDEE;
  border: 0.0625rem solid #4c6272;
  pointer-events: none;
}
.a-z-button--disabled:hover, .a-z-button--disabled:visited {
  color: #ccc;
}

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

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

.a-z-group__title {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.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: #005eb8;
  font-weight: 700;
}

.alert-takeover {
  font-size: 1.1875rem;
  background: #d5281b;
  color: white;
  text-align: center;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1.5rem 0;
}
@media (min-width: 1000px) {
  .alert-takeover {
    padding: 3rem 0;
    margin: 3rem 0;
  }
}

.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 {
    font-size: 2.375rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1000px) {
  .alert-takeover__title {
    font-size: 2.625rem;
  }
}

.alert-takeover__content {
  font-size: 1.1875rem;
  margin: 0 auto 0.75rem auto;
  max-width: 80%;
}
@media (min-width: 850px) {
  .alert-takeover__content {
    margin: 0 auto 1.5rem auto;
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .alert-takeover__content {
    margin: 0 auto 2rem auto;
    font-size: 1.625rem;
  }
}

.blockquote,
.wp-block-quote,
blockquote {
  position: relative;
  padding: 1rem;
  padding-left: 5.4375rem;
  background-color: #003087;
  background-image: url("../imgs/icons/quotemarks.svg");
  background-repeat: no-repeat;
  background-position: top 1rem left 1rem;
  background-size: 3.4375rem 3.4375rem;
  color: white;
}
@media (min-width: 850px) {
  .blockquote,
  .wp-block-quote,
  blockquote {
    padding: 1.5rem;
    padding-left: 6.4375rem;
    background-position: top 1.5rem left 1.5rem;
  }
}
.blockquote a,
.wp-block-quote a,
blockquote a {
  color: inherit;
}
.blockquote p,
.wp-block-quote p,
blockquote p {
  font-size: 1.1875rem;
  line-height: 1.33333;
}
@media (min-width: 850px) {
  .blockquote p,
  .wp-block-quote p,
  blockquote p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .blockquote p,
  .wp-block-quote p,
  blockquote p {
    font-size: 1.625rem;
  }
}
.blockquote p:last-child,
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
.blockquote cite,
.wp-block-quote cite,
blockquote cite {
  font-size: 1.1875rem;
  font-weight: 700;
  font-style: normal;
}

.breadcrumbs {
  width: 100%;
  background-color: #E8EDEE;
  font-size: 1rem;
  margin: 0;
  padding: 0.75rem 0;
}
@media (min-width: 850px) {
  .breadcrumbs {
    padding: 1rem 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;
}

.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: #003087;
  text-align: right;
  color: white;
  font-size: 1.1875rem;
  padding: 0.5rem 0.5rem;
  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: #ffeb3b;
  stroke-width: 9;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

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

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

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

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

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

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

.card-article {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: white;
  border-radius: 0.3125rem;
}
@media (min-width: 850px) {
  .card-article {
    height: 100%;
  }
}

.card-article__image {
  position: relative;
  width: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.card-article__image:before {
  padding-top: 75%;
  display: block;
  content: "";
}

.card-article__content {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.card-article__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 400px) {
  .card-article__content {
    padding: 1.5rem;
    height: 100%;
  }
}

.card-article__title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #005eb8;
  line-height: 1.2;
}
@media (min-width: 400px) {
  .card-article__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 850px) {
  .card-article__title {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .card-article__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .card-article__title {
    font-size: 1.5rem;
  }
}
.card-article__title > a {
  display: block;
  color: inherit;
}

.card-article__date {
  line-height: 1;
  position: relative;
  font-size: 1rem;
  padding-left: 1.625rem;
  margin-bottom: 0.5rem;
  color: #425563;
}
.card-article__date:before {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: -0.0625rem;
  content: "";
  background-image: url("../imgs/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 850px) {
  .card-article__date {
    margin-bottom: 0.75rem;
  }
}

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

.card-article__meta {
  display: block;
  font-size: 0.875rem;
}
@media (min-width: 850px) {
  .card-article__meta {
    margin: auto 0 0 0;
    font-size: 1rem;
  }
}

.card-article--slim {
  padding: 1rem 0;
  background: none;
  min-height: 0;
}
.card-article--slim .card-article__title {
  margin-bottom: 0;
}
.card-article--slim .card-article__excerpt,
.card-article--slim .card-article__meta {
  display: none;
}
.card-article--slim .card-article__content {
  padding: 0;
}
@media (min-width: 1000px) {
  .card-article--slim {
    padding: 1.25rem 0;
  }
}

.card-article--light {
  color: white;
}
.card-article--light .card-article__date {
  color: white;
}
.card-article--light .card-article__title {
  color: white;
  margin-bottom: 0;
}

@media (min-width: 850px) {
  .card-article--landscape {
    display: flex;
    flex-direction: row;
  }
  .card-article--landscape .card-article__image {
    flex: 1;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
  }
  .card-article--landscape .card-article__content {
    width: 50%;
  }
}

.card-article--landscape-on-smallscreen {
  display: flex;
  flex-direction: row;
}
@media (min-width: 850px) {
  .card-article--landscape-on-smallscreen {
    flex-direction: column;
  }
}
.card-article--landscape-on-smallscreen .card-article__image {
  max-width: 50%;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.3125rem;
}
@media (min-width: 850px) {
  .card-article--landscape-on-smallscreen .card-article__image {
    max-width: 100%;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
  }
}
.card-article--landscape-on-smallscreen .card-article__content {
  width: 50%;
  height: auto;
  flex: 1 0 auto;
}
@media (min-width: 850px) {
  .card-article--landscape-on-smallscreen .card-article__content {
    width: 100%;
  }
}

.card-event {
  background: white;
  border-radius: 0.1875rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .card-event {
    padding: 1.25rem 1.5rem;
  }
}

.card-event__date {
  display: inline-block;
  border-radius: 0.1875rem;
  color: #231f20;
  font-weight: 400;
  font-size: 1rem;
  background: #a0dbf3;
  padding: 0.125rem 1rem;
  margin-bottom: 0.25rem;
}

.card-event__content {
  flex: 1 0;
}

.card-event__title {
  margin: 0.25rem 0;
  line-height: 1.2;
}
.card-event__title a {
  color: #005eb8;
}
@media (min-width: 1200px) {
  .card-event__title {
    font-size: 1.5rem;
  }
}

.card-event__meta {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .card-event__meta {
    font-size: 1.1875rem;
  }
}
.card-event__meta:first-of-type {
  margin-top: 1rem;
}
@media (min-width: 1000px) {
  .card-event__meta:first-of-type {
    margin-top: 1.25rem;
  }
}

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

.card-list__group {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.card-list__group--two-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
}

.card-list__group--two-columns .card-list__item {
  width: 50%;
  padding-left: 1.5rem;
}
.card-list__group--two-columns .card-list__item:last-child {
  margin-bottom: 1.5rem;
}

.card-list__return-to-top {
  margin: 0.75rem 0 1.5rem 0;
}

.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 #E8EDEE;
  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: #E8EDEE;
}

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

.container--light {
  background: white;
}

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

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

@media (min-width: 850px) {
  .content-sidebar-group--sticky {
    margin-top: 2.25rem;
    align-items: flex-start;
  }
  .content-sidebar-group--sticky .content-sidebar-group__sidebar--before {
    position: sticky;
    top: 3rem;
    max-width: 20rem;
  }
  .content-sidebar-group--sticky .content-sidebar-group__sidebar-item {
    max-height: 100vh;
    overflow-y: auto;
  }
}

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

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

.featured-pages {
  background: white;
  padding: 1.5rem 0;
}

.featured-pages__heading {
  margin: 0 0 0.75rem 0;
}

.featured-pages__list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -1.25rem;
  padding: 0;
}

.featured-pages__list-item {
  padding: 0;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  width: 50%;
}
@media (min-width: 850px) {
  .featured-pages__list-item {
    width: 33.3333%;
  }
}

.featured-page-item {
  display: block;
  height: 100%;
  padding: 1rem 2.25rem 1rem 1rem;
  border-radius: 0.1875rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #005eb8;
  background: #B2E1F5 url("../imgs/icons/chevron-right.svg") no-repeat;
  background-position: top 1.25rem right 0.625rem;
  background-size: 1rem 1rem;
}
@media (min-width: 850px) {
  .featured-page-item {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-page-item {
    min-height: 5.625rem;
  }
}
.featured-page-item:hover, .featured-page-item:focus {
  background-image: url("../imgs/icons/chevron-right-white.svg");
  background-color: #005eb8;
  color: white;
  text-decoration: underline;
}

.featured-page-item--external {
  position: relative;
  padding-bottom: 3.125rem;
}
.featured-page-item--external:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat center url("../imgs/icons/target-blue.svg");
}
.featured-page-item--external:hover:after, .featured-page-item--external:focus:after {
  background-image: url("../imgs/icons/target-white.svg");
}

.filter-date {
  position: relative;
}

.filter-date__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.75rem;
}

.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 #768692;
  border-radius: 0.1875rem;
}
.filter-date__input:focus {
  border-color: #ffeb3b;
}

.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: #ffffff url("../imgs/icons/custom-select.svg") no-repeat;
  background-size: 1rem 1rem;
  background-position: right 0.625rem center;
  border-radius: 0;
  color: #212b32;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
.filter-group__mobile-toggle:hover {
  text-decoration: none;
  color: #212b32;
}
.filter-group__mobile-toggle:focus {
  outline: #005eb8 solid;
}
@media (min-width: 850px) {
  .filter-group__mobile-toggle {
    display: none;
  }
}

.filter-group__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: none;
}
@media (min-width: 850px) {
  .filter-group__title {
    display: block;
    border-bottom: 0.125rem solid #D8D8D8;
    padding-bottom: 0.5rem;
  }
}

.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.25rem;
}
.filter-group__item:last-of-type {
  margin-bottom: 0;
}

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

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

.filter-group__reset {
  display: block;
  font-size: 1rem;
  text-decoration: underline;
  margin-right: 0.75rem;
  color: #005eb8;
}
@media (min-width: 850px) {
  .filter-group__reset {
    font-size: 1.1875rem;
  }
}

.filter-group__button-primary {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 2.25rem 0.5rem 1.25rem;
  cursor: pointer;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  height: auto;
  width: auto;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  background-color: #005eb8;
  background-image: url("../imgs/icons/chevron-right-white.svg");
  color: white;
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
}
.filter-group__button-primary:hover {
  background-color: #003087;
  color: white;
  text-decoration: none;
}
.filter-group__button-primary[type=submit]:focus {
  background-color: #ffeb3b;
  background-image: url("../imgs/icons/chevron-right-black.svg");
  color: black;
  text-decoration: none;
  outline: #005eb8 0.1875rem solid;
}
@media (min-width: 1000px) {
  .filter-group__button-primary {
    font-size: 1.1875rem;
  }
}

.filter-dropdown {
  width: 100%;
}

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

.filter-dropdown select {
  width: 100%;
  margin: 0;
  border-radius: 0.1875rem;
}
.filter-dropdown select:focus {
  outline: #005eb8 0.125rem solid;
}

.filter-search {
  width: 100%;
}

.filter-search__label {
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

.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: -9999px;
  z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
  font-size: 1rem;
  background: white;
  border: 0.0625rem solid #212b32;
  border-radius: 0 0 0.1875rem 0.1875rem;
}

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

.searchwp-live-search-result {
  display: block;
  padding: 0.5rem 0.75rem;
  border-top: 0.0625rem solid #E8EDEE;
}
.searchwp-live-search-result:first-child {
  border-top: 0;
}

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

.searchwp-live-search-no-results {
  padding: 0.75rem;
  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: #005eb8;
  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;
  background-color: #003087;
}
@media (min-width: 850px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 1.5rem;
  }
}

.nav-primary__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem 1.25rem 0.5rem 0.25rem;
  text-decoration: none;
  color: white;
  background-image: url("../imgs/icons/chevron-right-yellow.svg");
  background-position: bottom 0.9375rem right 0.375rem;
  background-repeat: no-repeat;
  background-size: 0.625rem 0.625rem;
  /*.nav-primary__item:first-child & {
      padding-left: 0;
  }*/
}
@media (min-width: 1000px) {
  .nav-primary__link {
    background-position: center right 0.5rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary__link {
    padding: 1rem 1.5rem 1rem 1rem;
    background-position: bottom 1.5625rem right 0.3125rem;
    background-size: 0.9375rem 0.9375rem;
  }
}
.nav-primary__link:hover {
  text-decoration: underline;
}
.nav-primary__link:focus {
  background-color: #ffeb3b;
  color: #231f20;
  background-image: url("../imgs/icons/chevron-right-black.svg");
  box-shadow: inset 0 -0.1875rem 0 0 #231f20;
  outline: none;
}

.nav-primary__link[target=_blank] {
  background-image: url("../imgs/icons/target.svg");
}
.nav-primary__link[target=_blank]:focus {
  background-image: url("../imgs/icons/target-black.svg");
}

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

.nav-primary__item--active {
  background-color: #005eb8;
}

.nav-mobile-primary {
  text-align: right;
  list-style: none;
  font-size: 1.1875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  background-color: #003087;
  padding: 0.75rem 0.75rem;
}

.nav-mobile-primary__link {
  color: white;
  text-decoration: none;
  padding: 0.25rem 1.875rem;
  background-image: url("../imgs/icons/chevron-right-yellow.svg");
  background-position: top 0.75rem right 0.3125rem;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
}

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

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

.nav-secondary__item {
  padding-left: 0.75rem;
}

.nav-secondary__link {
  display: block;
  padding: 0.5rem 0.25rem;
  color: #212b32;
  text-decoration: none;
}
@media (min-width: 850px) {
  .nav-secondary__link {
    display: inline-block;
  }
}

.nav-mobile-secondary {
  text-align: right;
  list-style: none;
  font-size: 1.1875rem;
  margin: 0;
  padding: 0;
  background-color: #E8EDEE;
  padding: 0.75rem 1.25rem;
}

.nav-mobile-secondary__item {
  padding: 0.25rem 1.5rem;
}

.nav-mobile-secondary__link {
  color: #212b32;
  text-decoration: none;
  padding: 0 0.25rem;
}

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

.page-title {
  width: 100%;
  background-color: #E8EDEE;
}
.page-title--light {
  background-color: #fff;
}

.page-title__inner {
  padding: 1.5rem 0;
}
@media (min-width: 850px) {
  .page-title__inner {
    padding: 2.25rem 0;
  }
}
@media (min-width: 1000px) {
  .page-title__inner {
    padding: 3rem 0;
  }
}

.page-title__content {
  display: flex;
  flex-wrap: wrap;
}
.page-title__content > :last-child {
  margin-bottom: 0;
}

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

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

.page-title__heading {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #231f20;
}
@media (min-width: 400px) {
  .page-title__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 850px) {
  .page-title__heading {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .page-title__heading {
    font-size: 3.25rem;
  }
}

.page-title__excerpt {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.1875rem;
  max-width: 51.875rem;
  color: #231f20;
}
@media (min-width: 850px) {
  .page-title__excerpt {
    font-size: 1.5rem;
  }
}

.page-dates {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  padding-bottom: 1.5rem;
}
.page-dates time {
  display: inline-block;
}
@media (min-width: 850px) {
  .page-dates time:first-child {
    padding-right: 1.25rem;
    border-bottom: 0;
  }
  .page-dates time:nth-child(2) {
    border-left: 0.125rem solid #425563;
    padding-left: 1.25rem;
    padding-top: 0;
  }
}
@media (min-width: 850px) {
  .page-dates {
    flex-direction: row;
    padding-bottom: 3rem;
  }
}

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

.pagination {
  display: flex;
  padding-bottom: 1rem;
}

.pagination--centered {
  align-items: center;
  justify-content: center;
}

.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__item {
  margin-right: 0.25rem;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .pagination__item {
    margin-right: 0.75rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .pagination__item {
    margin-right: 1rem;
  }
}

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

.pagination__button {
  display: block;
  color: #005eb8;
  padding: 0.375rem 0.375rem;
  font-weight: 400;
}
.pagination__button:hover {
  color: #212b32;
  text-decoration: none;
}

.pagination__button--disabled {
  color: #0d1113;
}

.pagination__button--active {
  color: #212b32;
  text-decoration: none;
}

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

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

.pagination__ellipsis {
  display: block;
  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%;
  }
}

.search-form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0;
  background: white;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #212b32;
}
@media (min-width: 850px) {
  .search-form {
    max-width: 20rem;
  }
}
@media (min-width: 1200px) {
  .search-form {
    max-width: 18.75rem;
  }
}

.search-form > label {
  border-radius: 0.1875rem;
  display: block;
  margin: 0.25rem;
  flex: 1 1 auto;
}

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

.search-submit {
  display: block;
  margin: 0;
  text-indent: -9999px;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.375rem;
  margin: 0.25rem;
  background: url("./../imgs/icons/search.svg") no-repeat center;
  background-size: 60%;
  border-radius: 0.1875rem;
  background-color: #005eb8;
  border: none;
}
.search-submit:focus {
  background-color: #005eb8;
}
@media (min-width: 400px) {
  .search-submit {
    width: 2.3125rem;
    height: 2.3125rem;
  }
}
@media (min-width: 1000px) {
  .search-submit {
    width: 3rem;
    height: 3rem;
  }
}

.signpost-item {
  background-color: #ffffff;
  border-radius: 0.1875rem;
  position: relative;
  width: 100%;
  padding: 0.9375rem;
  color: #212b32;
  text-decoration: none;
  height: 100%;
}
.signpost-item p:last-child {
  margin: 0;
}
@media (min-width: 850px) {
  .signpost-item {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .signpost-item {
    padding: 2.25rem;
  }
}

.signpost-item:hover,
.signpost-item:focus {
  background-color: #005eb8;
  color: white;
  border-bottom-color: #B2E1F5;
  text-decoration: none;
}
.signpost-item:hover .signpost-item__title,
.signpost-item:focus .signpost-item__title {
  color: inherit;
  text-decoration: underline;
  background-image: url("../imgs/icons/chevron-right-white.svg");
}

.signpost-item__title {
  display: inline-block;
  color: #005eb8;
  padding-right: 1.875rem;
  margin: 0;
  line-height: 1.2;
  font-size: 1.1875rem;
  font-weight: 700;
  background-image: url("../imgs/icons/chevron-right.svg");
  background-position: top 0.375rem right;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 1000px) {
  .signpost-item__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .signpost-item__title {
    background-position: top 0.5rem right;
    font-size: 1.625rem;
  }
}

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

.signpost {
  width: 100%;
}

.signpost__list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  margin-left: -1.5rem;
  padding: 0;
  list-style: none;
}

.signpost__list-item {
  width: 100%;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 850px) {
  .signpost__list-item {
    width: 50%;
  }
}

@media (min-width: 850px) {
  .signpost__list-item--3-col {
    width: 33.33333%;
  }
}

@media (min-width: 850px) {
  .content-sidebar-group--sticky .signpost__list-item--3-col {
    width: 50%;
  }
}

.share-links {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #212b32;
  max-width: 50rem;
}

@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: #212b32;
  font-size: 1.1875rem;
}

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

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

.site-footer {
  width: 100%;
}

.site-footer__contact {
  color: white;
  background-color: #231f20;
  padding: 1.25rem 0;
}
@media (min-width: 850px) {
  .site-footer__contact {
    padding: 3rem 0;
  }
}

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

.site-footer__nav {
  padding: 0.5rem 0;
}
@media (min-width: 850px) {
  .site-footer__nav {
    padding: 0.75rem 0;
  }
}

.site-footer__subtitle {
  font-size: 1.1875rem;
}

.site-footer__copyright {
  margin-bottom: 1rem;
}

.site-footer__copyright p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 1000px) {
  .site-footer__copyright p {
    font-size: 1rem;
  }
}

.site-footer__quicklinks,
.site-footer__logo,
.site-footer__social {
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .site-footer__quicklinks,
  .site-footer__logo,
  .site-footer__social {
    flex: 1 0 auto;
    margin-bottom: 0;
  }
}

@media (min-width: 850px) {
  .site-footer__social {
    max-width: 10.625rem;
  }
}

@media (min-width: 850px) {
  .site-footer__quicklinks {
    max-width: 25.75rem;
  }
}

.site-footer__logo {
  max-width: 15.3125rem;
  padding-right: 0.75rem;
}

.site-footer__quicklinks,
.site-footer__social {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #768692;
}

.site-footer__quicklinks ul,
.site-footer__quicklinks ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 850px) {
  .site-footer__quicklinks ul,
  .site-footer__quicklinks ol {
    columns: 2;
  }
}

.site-footer__quicklinks li {
  margin: 0;
  color: inherit;
  font-weight: 700;
}
.site-footer__quicklinks li a {
  padding: 0 1rem 0 0;
  color: inherit;
  background-image: url("../imgs/icons/chevron-right-yellow.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 0.625rem 0.625rem;
}
.site-footer__quicklinks li a:focus {
  color: black;
}

.site-header {
  margin: 0 auto;
}

.site-header__logo-group {
  padding: 0.75rem 0;
}
@media (min-width: 420px) {
  .site-header__logo-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 850px) {
  .site-header__logo-group {
    padding: 2.25rem 0;
  }
}

.site-header__logo {
  width: 50%;
  min-width: 5.625rem;
  max-width: 15.3125rem;
  margin-right: 1.5rem;
}
@media (min-width: 420px) {
  .site-header__logo {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 23%;
  }
}
.site-header__logo img {
  height: 100%;
}

.site-header__search-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.75rem;
}
@media (min-width: 420px) {
  .site-header__search-form {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .site-header__search-form {
    width: 77%;
  }
}
@media (min-width: 1000px) {
  .site-header__search-form {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.site-header__search-form .fendix {
  margin: 0;
  max-width: 28.125rem;
}
@media (min-width: 1000px) {
  .site-header__search-form .fendix {
    margin: 0 auto;
  }
}

.site-header__primary-nav {
  display: none;
  background-color: #003087;
}
@media (min-width: 850px) {
  .site-header__primary-nav {
    display: block;
    width: 100%;
  }
}

.site-header__secondary {
  display: none;
  background: #E8EDEE;
}
@media (min-width: 850px) {
  .site-header__secondary {
    display: block;
  }
}

.site-header__secondary-inner {
  display: flex;
  align-items: center;
}

.site-header__secondary-menu {
  height: 100%;
}
@media (min-width: 850px) {
  .site-header__secondary-menu {
    height: auto;
    display: flex;
    align-items: center;
    margin-right: auto;
  }
}

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

.site-header__app-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0.25rem 0;
}

.site-header__mobile-nav {
  margin-bottom: 0.75rem;
}
@media (min-width: 850px) {
  .site-header__mobile-nav {
    display: none;
  }
}

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

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

.site-header__mobile-app-links {
  display: flex;
  justify-content: flex-end;
  background-color: #E8EDEE;
  padding: 0.75rem 0.5rem;
}

.site-logo {
  display: block;
  width: 100%;
}
.site-logo:focus {
  background-color: transparent;
  outline: 0.1875rem solid #ffeb3b;
}

.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: #005eb8;
  text-decoration: none;
  z-index: 10000;
}

.skiplink:focus {
  left: 0;
  top: 0;
}

.social-links {
  color: white;
}

.social-links__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.75rem;
}

.social-links__icon {
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}
.social-links__icon:focus {
  background-color: transparent;
  outline: 0.1875rem solid #ffeb3b;
}

.social-links__icon-image {
  width: 2.375rem;
  height: 2.375rem;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content {
  padding-bottom: 1.5rem;
}
.standard-content > * {
  max-width: 51.875rem;
}
.standard-content > .featured-pages,
.standard-content > .team-leaders,
.standard-content > .team-members,
.standard-content > .department-meta,
.standard-content > .team-members-overview,
.standard-content > .signpost,
.standard-content > .card-list,
.standard-content > .columns,
.standard-content > .testimonial-slider,
.standard-content > .feature,
.standard-content > .hero,
.standard-content > .upcoming-courses,
.standard-content > .spotlight-content,
.standard-content > .newsgroup,
.standard-content > .tweet-group,
.standard-content > .popular-links,
.standard-content > .promotion,
.standard-content > .promoted-pages,
.standard-content > #af-wrapper {
  max-width: none;
  margin-bottom: 1.5rem;
}
.standard-content > .hero {
  margin-top: 2.5rem;
}
.standard-content > ul,
.standard-content > ol,
.standard-content > h2,
.standard-content > h3,
.standard-content > h4,
.standard-content > img,
.standard-content > blockquote {
  margin-bottom: 1.5rem;
}
.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: 1.5rem;
}

/**
 * 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 {
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .table-of-contents {
    margin-bottom: 2rem;
  }
}

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

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

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

.table-of-contents__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .table-of-contents__link {
    font-size: 1.1875rem;
  }
}
.table-of-contents__link:hover, .table-of-contents__link:focus {
  text-decoration: underline;
}

.tabs {
  width: 100%;
  padding-bottom: 1.5rem;
}

.tabs__controls {
  display: flex;
}

.tabs__tab-button {
  position: relative;
  padding: 0.375rem 0.625rem;
  border: none;
  background: #005eb8;
  margin-bottom: -0.0625rem;
  font-size: 1.1875rem;
  font-weight: 700;
  cursor: pointer;
  color: white;
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs__tab-button + .tabs__tab-button {
  margin-left: 0.1875rem;
}
.tabs__tab-button:first-child:after {
  left: 0;
}

.tabs__tab-button[aria-selected=true] {
  background: white;
  color: #231f20;
  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 transparent;
  border-radius: 0;
  border-top-left-radius: 0;
}
.tabs__tab-content p:last-child {
  margin-bottom: 0;
}

.tab__pagination {
  margin-top: 1.5rem;
}

.app {
  margin-bottom: 1.5rem;
  position: relative;
  max-width: 15.625rem;
}

.app__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.app__logo {
  text-align: center;
  position: relative;
}

.app__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  border: 0.0625rem solid #d8dde0;
  border-radius: 0.25rem;
}
.app__image:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.app__image > img, .app__image:empty:after {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.app__image:empty:after {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 3.25rem;
  background-color: #cecece;
  border-radius: 100%;
  content: attr(data-letter);
}
@media (min-width: 1200px) {
  .app__image:empty:after {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 3.875rem;
  }
}

.app__name {
  padding-top: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.app__link:hover .app__name, .app__link:focus .app__name {
  text-decoration: underline;
}

.app__toggle {
  display: block;
  cursor: pointer;
  margin: 0.75rem auto 0 auto;
  padding: 0;
  border: 0;
  border-radius: 100%;
  position: absolute;
  margin: 0;
  width: 1.875rem;
  height: 1.875rem;
  top: -0.9375rem;
  right: -0.9375rem;
}
.app__toggle:hover, .app__toggle:focus, .app__toggle:active {
  background: #005eb8;
}

.app__checkbox[type=checkbox] {
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  border: 0;
  border-radius: 100%;
  display: block;
  margin: 0;
  background-color: #005eb8;
  background-image: url("../imgs/icons/plus-white.svg");
  background-size: 1.25rem 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
}
.app__checkbox[type=checkbox]:hover {
  background-color: #007f3b;
  background-image: url("../imgs/icons/tick-white.svg");
  background-size: 1.25rem 1.25rem;
}

.app__checkbox[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-color: #007f3b;
  background-image: url("../imgs/icons/tick-white.svg");
}
.app__checkbox[type=checkbox]:checked:hover {
  background-color: #d5281b;
  background-image: url("../imgs/icons/cross-white.svg");
  background-size: 1.25rem 1.25rem;
}
.app__checkbox[type=checkbox]:checked:focus {
  background-color: #d5281b;
  background-image: url("../imgs/icons/cross-white.svg");
}

.app__vpn-icon {
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 6px;
  width: 1.25rem;
  height: 1.25rem;
}

.app-group {
  border-top: 0.1875rem solid #4c6272;
}

.app-group__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.app-group__itemset {
  margin-bottom: 1rem;
}

.app-group__section {
  padding: 1rem 0;
  margin-bottom: 0;
}

.app-group__summary {
  margin-top: 1rem;
}

.app-group__sublist {
  list-style-type: none;
  margin: 0;
  margin-left: -3rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.app-group__sublist-item {
  margin: 0;
  padding: 0;
  padding-left: 3rem;
  width: 33%;
}
@media (min-width: 1000px) {
  .app-group__sublist-item {
    width: 25%;
  }
}

.app-group__anchor {
  text-decoration: none;
  color: #212b32;
}
.app-group__anchor:hover, .app-group__anchor:focus {
  color: #005eb8;
  text-decoration: underline;
}

.app-group__tray {
  margin-top: 0.75rem;
  padding-top: 0.25rem;
  border-top: 0.0625rem solid #768692;
}

.app-list__titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

.app-list--editing .app-list__empty {
  display: none;
}

.app-list__heading {
  margin: 0;
}

.app-list__set {
  list-style-type: none;
  margin: 0;
  margin-left: -3rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.app-list__item {
  margin: 0;
  padding: 0;
  padding-left: 3rem;
  width: 33.33333%;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
@media (min-width: 1000px) {
  .app-list__item {
    width: 25%;
  }
}
.app-list__item[draggable=true] > * {
  cursor: move;
}
.app-list__item[draggable=true]:active > * {
  border: 0.1875rem solid #003087;
  border-radius: 0.1875rem;
}

.app-list__item--drag-over {
  opacity: 0.5;
}

.app-list__edit-button {
  padding-right: 2.1875rem;
  background-image: url("../imgs/icons/cog.svg");
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  font-size: 1.1875rem;
}

.app-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.app-links__prefix {
  font-size: 1.1875rem;
  font-weight: 700;
}

.app-links__link {
  text-decoration: none;
  border: 0.1875rem solid transparent;
  border-radius: 100%;
}
.app-links__link:hover, .app-links__link:focus {
  text-decoration: none;
}

.app-links__icon {
  width: 2.25rem;
  height: 2.25rem;
}

.counter {
  display: none;
  border-radius: 0.1875rem;
  background-color: #212b32;
  padding: 0.375rem 0.5rem;
  line-height: 1;
  font-size: 1rem;
  color: white;
  font-weight: 700;
}

.counter--show {
  display: inline-block;
}

.counter--primary {
  background-color: #d5281b;
}

.counter--secondary {
  background-color: #005eb8;
}

.comments-item {
  position: relative;
  font-size: 1rem;
}

.comments-item__bubble {
  background: white;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
}
.comments-item__bubble:before {
  position: absolute;
  top: 0.6875rem;
  left: -0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid white;
  border-bottom: 0.5rem solid transparent;
}

.comments-item__text,
.comments-item__date {
  margin-bottom: 0;
}

.comments-item__author {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
  color: #63717c;
  display: block;
}

.comments-item .comments-item__text {
  margin-bottom: 0;
}

.comments-item .comments-item__date {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.comments-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}
.comments-item__meta p {
  font-size: 0.875rem;
}

.comments-item__thread {
  position: relative;
  margin-left: 1.875rem;
  margin-top: 0.625rem;
}

.comments-item__action {
  margin-left: 0.375rem;
}

.comments-item__actions img {
  max-height: 0.9375rem;
  margin-right: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.comments-item__action a {
  line-height: 1;
  color: #005eb8;
  text-decoration: none;
}
.comments-item__action a:hover, .comments-item__action a:focus {
  text-decoration: underline;
}

.comments-item__reply {
  margin-top: 1rem;
}

.comments-form + .comments-group {
  margin-top: 0.5rem;
}

.comments-group + .comments-form {
  margin-top: 0.5rem;
}

.comments-group__title {
  background: #003087;
  color: white;
  padding: 0.75rem;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .comments-group__title {
    font-size: 1.25rem;
  }
}

.comments-group__preface p {
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .comments-group__preface p {
    font-size: 1.25rem;
  }
}

.comments-group__list {
  list-style-type: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.comments-group__item + .comments-group__item {
  margin-top: 1.875rem;
}

.department-meta {
  background: white;
  padding: 0.75rem;
}
@media (min-width: 850px) {
  .department-meta {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .department-meta {
    padding: 2.25rem;
  }
}

@media (min-width: 850px) {
  .department-meta__contact {
    display: flex;
    margin-right: -1.5rem;
  }
}

.department-meta__link-item {
  margin-bottom: 0.25rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem;
  padding: 0 1.5rem 0 1.875rem;
}
@media (min-width: 850px) {
  .department-meta__link-item {
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0.5rem 2.75rem;
    background-size: 2.125rem;
  }
}

.department-meta__link-item--email {
  background-image: url("../imgs/icons/email.svg");
}

.department-meta__link-item--telephone {
  background-image: url("../imgs/icons/telephone.svg");
}

.department-meta__divider {
  background-color: rgba(65, 182, 230, 0.3);
  height: 0.0625rem;
  margin: 0.75rem 0;
}
@media (min-width: 850px) {
  .department-meta__divider {
    margin: 1.25rem 0;
  }
}

@media (min-width: 420px) {
  .department-meta__staff {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
  }
}
@media (min-width: 850px) {
  .department-meta__staff {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1200px) {
  .department-meta__staff {
    margin-left: -2rem;
  }
}

.department-meta__staff-group {
  margin-bottom: 0.75rem;
}
.department-meta__staff-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 420px) {
  .department-meta__staff-group {
    width: 50%;
    padding-left: 0.75rem;
  }
  .department-meta__staff-group:last-child {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 850px) {
  .department-meta__staff-group {
    width: 33%;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .department-meta__staff-group {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .department-meta__staff-group {
    padding-left: 2rem;
  }
}

.department-meta__staff-group--columns {
  width: 100%;
}
.department-meta__staff-group--columns .department-meta__staff-list {
  columns: 2;
}
@media (min-width: 850px) {
  .department-meta__staff-group--columns .department-meta__staff-list {
    columns: 3;
  }
}
@media (min-width: 1000px) {
  .department-meta__staff-group--columns {
    width: 50%;
  }
  .department-meta__staff-group--columns .department-meta__staff-list {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .department-meta__staff-group--columns {
    width: 50%;
  }
  .department-meta__staff-group--columns .department-meta__staff-list {
    columns: 3;
  }
}

.department-meta__staff-heading {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.department-meta__staff-list {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.event {
  background: white;
  border-radius: 0.1875rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .event {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .event {
    padding: 2.25rem 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.event__date {
  display: inline-block;
  border-radius: 0.1875rem;
  color: #231f20;
  font-weight: 400;
  font-size: 1rem;
  background: #a0dbf3;
  padding: 0.125rem 1rem;
  margin-bottom: 0.25rem;
}

.event__content {
  flex: 1 0;
}

.event__title {
  line-height: 1.2;
}

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

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

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

.event__actions {
  border-top: 0.0625rem solid #B2E1F5;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 850px) {
  .event__actions {
    display: flex;
    margin-left: -0.5rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .event__actions {
    justify-content: space-between;
  }
}

.event__action {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .event__action {
    padding-left: 0.5rem;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .event__action {
    width: auto;
  }
}

.event__action .button {
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 1200px) {
  .event__action .button {
    display: inline-block;
    margin: 0;
  }
}

.favourite-item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  position: relative;
  width: 100%;
  padding: 0.9375rem;
  color: #212b32;
  height: 100%;
}
.favourite-item a {
  text-decoration: none;
}
.favourite-item p:last-child {
  margin: 0;
}
@media (min-width: 850px) {
  .favourite-item {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .favourite-item {
    padding: 2.25rem;
  }
}

.favourite-item:hover,
.favourite-item:focus {
  background-color: #005eb8;
  border-bottom-color: #B2E1F5;
  text-decoration: none;
}
.favourite-item:hover .favourite-item__excerpt,
.favourite-item:focus .favourite-item__excerpt {
  color: white;
  text-decoration: none;
}
.favourite-item:hover .favourite-item__title,
.favourite-item:focus .favourite-item__title {
  color: white;
  text-decoration: underline;
  background-image: url("../imgs/icons/chevron-right-white.svg");
}

.favourite-item__title {
  display: inline-block;
  color: #005eb8;
  padding-right: 1.875rem;
  margin: 0;
  line-height: 1.2;
  font-size: 1.1875rem;
  font-weight: 700;
  background-image: url("../imgs/icons/chevron-right.svg");
  background-position: top 0.375rem right;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 1000px) {
  .favourite-item__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .favourite-item__title {
    background-position: top 0.5rem right;
    font-size: 1.625rem;
  }
}

.favourite-item__excerpt {
  margin-top: 0.75rem;
}
@media (min-width: 850px) {
  .favourite-item__excerpt {
    margin-top: 1.25rem;
  }
}

.favourite-item__footer {
  margin-top: auto;
  padding-top: 1.25rem;
}

.fendix {
  display: none;
}
@media (min-width: 850px) {
  .fendix {
    display: block;
    margin: 1rem 0;
    height: 5.625rem;
  }
}

.fendix--center {
  text-align: center;
}

.fendix--left {
  text-align: left;
}

.fendix--right {
  text-align: right;
}

.meta-data {
  border-top: 0.0625rem solid white;
  border-bottom: 0.0625rem solid white;
  padding: 1.5rem 0;
}
@media (min-width: 850px) {
  .meta-data {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.meta-data__row {
  margin-bottom: 1rem;
}
.meta-data__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .meta-data__row {
    width: 44%;
    margin: 0 3rem 1.5rem 0;
  }
}

.newsgroup {
  background-color: #005eb8;
  padding: 1.5rem 0;
}
@media (min-width: 1000px) {
  .newsgroup {
    padding: 3rem 0;
  }
}

.newsgroup--light {
  background-color: #E8EDEE;
  color: #212b32;
}
.newsgroup--light .newsgroup__heading {
  color: #212b32;
}
.newsgroup--light .newsgroup__description {
  color: #212b32;
}

.newsgroup__heading {
  color: white;
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .newsgroup__heading {
    font-size: 1.75rem;
  }
}

.newsgroup__description {
  color: white;
}

.newsgroup__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
}

.newsgroup__content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  margin-left: -1.5rem;
  flex: 1 0;
}

.newsgroup__item {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 850px) {
  .newsgroup__item {
    width: 33.33333%;
  }
}

.newsgroup__item--slim {
  border-top: 0.0625rem solid #41B6E6;
  margin: 0;
}

.newsgroup__item--featured {
  width: 100%;
}

.newsgroup__sidebar {
  width: 100%;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.newsgroup__sidebar .newsgroup__item {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .newsgroup__sidebar {
    margin-left: 0;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .newsgroup__sidebar {
    width: 30%;
  }
}

@media (min-width: 1000px) {
  .newsgroup--no-sidebar .newsgroup__item {
    width: 25%;
  }
}
.newsgroup--no-sidebar .newsgroup__item--featured {
  width: 100%;
}
@media (min-width: 1000px) {
  .newsgroup--no-sidebar .newsgroup__item--featured {
    max-width: 75%;
  }
}

.newsgroup--with-filters .newsgroup__header {
  position: relative;
}

.newsgroup--with-filters .newsgroup__heading {
  padding-right: 12.5rem;
}

.newsgroup--with-filters .newsgroup__description {
  display: none;
}

.newsgroup__filters__well {
  display: block;
  background: white;
}

.newsgroup__filters--minimised .newsgroup__filters__well {
  display: none;
}

.newsgroup__filters__toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  border: 0;
  border-radius: 0.1875rem;
  background-image: url("../imgs/icons/filter.svg");
  background-position: top 1.25rem right 0.75rem;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  border-bottom: 1rem solid white;
  padding: 0.625rem 2.125rem 0.625rem 0.75rem;
  font-size: 1.1875rem;
  text-decoration: underline;
  color: #005eb8;
  cursor: pointer;
}
.newsgroup__filters__toggle:focus {
  outline: #005eb8 0.125rem solid;
}

.newsgroup__filters--minimised .newsgroup__filters__toggle {
  border-bottom: 0;
}

.newsgroup__filters__well {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.1875rem;
}
@media (min-width: 1000px) {
  .newsgroup__filters__well {
    padding: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .newsgroup__filters__well {
    padding: 3rem 2.25rem;
  }
}

.newsgroup--with-filters .filter-group__container {
  margin-bottom: 0;
}
.newsgroup--with-filters .filter-group__item label,
.newsgroup--with-filters .filter-group__search label {
  margin-bottom: 0.25rem;
  font-size: 1.1875rem;
}
.newsgroup--with-filters .filter-search__input-group:has(.filter-search__field) {
  padding: 0;
}
.newsgroup--with-filters .filter-search__field {
  margin-right: 0;
}
.newsgroup--with-filters .filter-search__field:focus {
  border-radius: 0.1875rem;
}
@media (min-width: 850px) {
  .newsgroup--with-filters .filter-group__form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
  }
  .newsgroup--with-filters .filter-group__item,
  .newsgroup--with-filters .filter-group__search {
    flex: 50%;
    padding-left: 1rem;
  }
  .newsgroup--with-filters .filter-group__controls {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .newsgroup--with-filters .filter-group__item,
  .newsgroup--with-filters .filter-group__search {
    flex: 1;
  }
}

.featured-card-group__container {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .featured-card-group__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
  }
}

.featured-card-group__item {
  margin-bottom: 1.5rem;
}
.featured-card-group__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .featured-card-group__item:last-child {
    margin-bottom: 1.5rem;
  }
}

.featured-card-group__item {
  width: 100%;
}
@media (min-width: 1000px) {
  .featured-card-group__item {
    width: 50%;
    padding-left: 1.5rem;
  }
  .featured-card-group__item:first-child {
    width: 100%;
  }
}

.tweet {
  position: relative;
  margin-left: 0.625rem;
  background-color: #003087;
  background-image: url("../imgs/icons/twitter.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: top 0.875rem left 1.25rem;
  padding: 1rem 1rem 1rem 4rem;
  color: white;
  border-radius: 1rem;
  line-height: 1.1;
  font-size: 1.1875rem;
}
.tweet:before {
  position: absolute;
  top: 1.25rem;
  left: -0.625rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-right: 0.625rem solid #003087;
  border-bottom: 0.625rem solid transparent;
}
.tweet a {
  color: #ffeb3b;
}
@media (min-width: 850px) {
  .tweet {
    background-size: 2rem 2rem;
    background-position: top 1.25rem left 1.25rem;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
  .tweet:before {
    top: 1.5rem;
  }
}

.tweet-group {
  background-color: #0072ce;
  padding: 1.5rem 0;
}
@media (min-width: 1000px) {
  .tweet-group {
    padding: 2.25rem 0;
  }
}
@media (min-width: 1200px) {
  .tweet-group {
    padding: 3rem 0;
  }
}

.tweet-group__heading {
  color: white;
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .tweet-group__heading {
    font-size: 1.75rem;
  }
}
.tweet-group__heading > a {
  color: #ffeb3b;
}

.tweet-group__list {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  margin-left: -1.5rem;
  padding: 0;
}
@media (min-width: 850px) {
  .tweet-group__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.tweet-group__item {
  padding: 0 0 0 1.5rem;
  margin: 0;
}
@media (min-width: 850px) {
  .tweet-group__item {
    width: 50%;
  }
}

.polls-section {
  background-color: #41B6E6;
  padding: 1.5rem 0;
}
@media (min-width: 1000px) {
  .polls-section {
    padding: 3rem 0;
  }
}

.polls-section__inner {
  display: flex;
  flex-wrap: wrap;
}

.polls-section__content {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0;
}

.wp-polls {
  width: 100%;
}

.wp-polls-ul {
  list-style: none;
  padding: 0;
  margin: 1.875rem 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.wp-polls-ul li {
  display: flex;
  align-items: center;
  margin: 0;
}
.wp-polls-ul li label {
  margin: 0;
}

.poll__results {
  margin-left: 1rem;
}

.wp-polls-ans .wp-polls-ul li {
  display: block;
  margin-bottom: 1rem;
}

.wp-polls-loading {
  display: none;
}

.pollbar {
  margin-top: 1rem;
  height: 0.625rem;
  background: #005eb8;
}

.popular-links {
  padding: 2rem 0;
}
@media (min-width: 1000px) {
  .popular-links {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .popular-links {
    padding: 4rem 0;
  }
}
.popular-links--primary {
  background-color: #005eb8;
  color: white;
}
.popular-links--secondary {
  background-color: #003087;
  color: white;
}

.popular-links__heading {
  margin: 0 0 0.75rem 0;
}
@media (min-width: 1000px) {
  .popular-links__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .popular-links__heading {
    font-size: 2.375rem;
  }
}

.popular-links__list {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -0.5rem;
}
@media (min-width: 850px) {
  .popular-links__list {
    margin-left: -0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.popular-links__item {
  padding-left: 0.5rem;
  font-size: 1.1875rem;
  color: white;
  font-weight: 700;
  margin: 0;
  margin-top: -1px;
}
.popular-links__item > a {
  display: block;
  padding: 1rem 0;
  border-top: 0.0625rem solid #41B6E6;
  border-bottom: 0.0625rem solid #41B6E6;
  color: inherit;
}
@media (min-width: 850px) {
  .popular-links__item {
    font-size: 1.5rem;
    padding-left: 1rem;
    width: 50%;
  }
  .popular-links__item > a {
    padding: 2rem 0;
  }
}
.popular-links__item > a:focus {
  color: black;
}

.popular-links__tray {
  text-align: right;
  margin-bottom: 0;
  margin-top: 1rem;
}

.popular-links__all {
  color: white;
  text-decoration: underline;
  padding: 0.25rem;
}
.popular-links__all[target=_blank]:after {
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat center url("../imgs/icons/target.svg");
}
.popular-links__all[target=_blank]:focus:after {
  background: no-repeat center url("../imgs/icons/target-black.svg");
}

.promoted-pages {
  background-color: #E8EDEE;
  padding: 1.5rem 0;
}

.promoted-pages__heading {
  margin: 0 0 0.75rem 0;
}

.promoted-pages__list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  margin: 0 0 0 -1.25rem;
  padding: 0;
}

.promoted-pages__list-item {
  padding: 0;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 850px) {
  .promoted-pages__list-item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .promoted-pages__list-item {
    width: 25%;
  }
}

.promoted-page-item {
  display: block;
  position: relative;
  height: 100%;
  padding: 1rem 3rem 3rem 1rem;
  border-radius: 0.1875rem;
  font-size: 1.1875rem;
  font-weight: 700;
  border-radius: 0.1875rem;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  background: #003087 url("../imgs/icons/chevron-right-white.svg") no-repeat;
  background-position: top 1.25rem right 0.625rem;
  background-size: 1rem 1rem;
}
@media (min-width: 850px) {
  .promoted-page-item {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .promoted-page-item {
    min-height: 11.25rem;
  }
}
.promoted-page-item:hover, .promoted-page-item:focus {
  background-image: url("../imgs/icons/chevron-right-white.svg");
  background-color: #005eb8;
  color: white;
  text-decoration: underline;
}
.promoted-page-item[target=_blank]:after {
  vertical-align: text-bottom;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: no-repeat center url("../imgs/icons/target.svg");
}

.search-result {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #D8D8D8;
  margin-bottom: 1.25rem;
}
.search-result:last-child {
  margin: 0;
}

.search-result__title {
  margin-bottom: 0;
}
.search-result__title a {
  text-decoration: none;
}
.search-result__title a:hover {
  text-decoration: underline;
}

.search-result__excerpt {
  margin-bottom: 0;
}

.vcard {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (min-width: 850px) {
  .vcard {
    padding: 0.75rem;
  }
}

.vcard__image {
  width: 5.3125rem;
  position: relative;
  margin-right: 0.5rem;
}
.vcard__image:before {
  padding-top: 100%;
  display: block;
  content: "";
}
@media (min-width: 850px) {
  .vcard__image {
    margin-right: 1rem;
  }
}

.vcard__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.vcard__profile {
  flex: 1;
  line-height: normal;
  font-size: 1rem;
}
@media (min-width: 850px) {
  .vcard__profile {
    height: 100%;
    font-size: 1.1875rem;
  }
}
.vcard__profile p {
  margin-bottom: 0;
}

.vcard__name {
  font-weight: 700;
  font-size: 1.1875rem;
  margin-bottom: 0;
}
.vcard__name a:hover {
  text-decoration: underline;
}

.vcard__department {
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 0.1875rem;
  background-color: #d8dde0;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 850px) {
  .vcard__department {
    margin-top: 1.25rem;
  }
}

.vcard__meta {
  list-style-type: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
.vcard__meta span {
  font-weight: 700;
}

.vcard__meta-item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem 1.25rem;
  padding: 0.25rem 1.5rem 0.25rem 1.875rem;
}
@media (min-width: 850px) {
  .vcard__meta-item {
    padding: 0.5rem 1.5rem 0.5rem 2.75rem;
    background-size: 2.125rem 2.125rem;
  }
}
@media (min-width: 1200px) {
  .vcard__meta-item {
    padding: 0.75rem 1.5rem 0.75rem 2.75rem;
  }
}

.vcard__meta-item--email {
  background-image: url("../imgs/icons/email.svg");
}

.vcard__meta-item--telephone {
  background-image: url("../imgs/icons/telephone.svg");
}

.vcard__meta-item--mobile {
  background-image: url("../imgs/icons/mobile.svg");
}

.vcard__meta-item--location {
  background-image: url("../imgs/icons/pin.svg");
}

.vcard--large {
  flex-wrap: wrap;
}
@media (min-width: 850px) {
  .vcard--large {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .vcard--large {
    padding: 1.5rem;
  }
}
.vcard--large .vcard__image {
  width: 100%;
  max-width: 10.625rem;
  margin-right: 0;
}
@media (min-width: 850px) {
  .vcard--large .vcard__image {
    margin-right: 1.25rem;
    max-width: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .vcard--large .vcard__image {
    margin-right: 1.5rem;
  }
}
.vcard--large .vcard__name {
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .vcard--large .vcard__name {
    font-size: 2.625rem;
  }
}
.vcard--large .vcard__title {
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .vcard--large .vcard__title {
    font-size: 1.5rem;
  }
}
.vcard--large .vcard__profile {
  width: 100%;
  padding-top: 0.5rem;
}
@media (min-width: 850px) {
  .vcard--large .vcard__profile {
    width: auto;
  }
}

.welcome {
  overflow: hidden;
}

@media (min-width: 850px) {
  .welcome__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.welcome__graphic {
  display: none;
}
@media (min-width: 850px) {
  .welcome__graphic {
    display: block;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .welcome__graphic {
    width: 50%;
  }
}

.welcome__body {
  position: relative;
  background: linear-gradient(to right, #005EB8, #0072ce);
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin: 1rem 0;
}
@media (min-width: 850px) {
  .welcome__body {
    margin: 4.5rem 0;
    padding: 3rem 1.5rem;
    font-size: 1.1875rem;
    flex: 1 1 0;
  }
}

.welcome__body:before,
.welcome__body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120%;
}

.welcome__body:before {
  left: -120%;
  background: linear-gradient(to right, #003087, #005EB8);
}

.welcome__body:after {
  left: 100%;
  background: #0072ce;
}

.welcome__title {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .welcome__title {
    font-size: 2.375rem;
  }
}

.welcome__text {
  color: white;
  padding: 0.5rem 0;
}
.welcome__text a {
  color: inherit;
}

.welcome__actions {
  display: flex;
}

.welcome__dismiss {
  cursor: pointer;
  background: none;
  border: 0;
  text-decoration: underline;
  border-radius: 0;
  color: white;
  margin-left: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .welcome__dismiss {
    font-size: 1.1875rem;
  }
}

.table-of-contents-sticky {
  padding: 0;
  line-height: 1.5;
}
@media (min-width: 850px) {
  .table-of-contents-sticky {
    padding: 0 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.table-of-contents-sticky .table-of-contents-sticky__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 1.25rem;
}
.table-of-contents-sticky .table-of-contents-sticky__list::after {
  content: "";
  height: 100%;
  background: #E8EDEE;
  width: 0.4375rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  transition: all 0.35s;
  opacity: 1;
  z-index: 0;
}
@media (min-width: 850px) {
  .table-of-contents-sticky .table-of-contents-sticky__list {
    position: unset;
    padding-left: unset;
  }
  .table-of-contents-sticky .table-of-contents-sticky__list::after {
    content: "";
    height: 90%;
    background: #fff;
    width: 0.4375rem;
    position: absolute;
    top: 7%;
    left: 0;
    border-radius: 0.5rem;
    transition: all 0.35s;
    opacity: 1;
    z-index: -2;
  }
}
.table-of-contents-sticky .table-of-contents-sticky__list ol {
  padding-left: 2em;
}
.table-of-contents-sticky .table-of-contents-sticky__item {
  margin: 1rem 0;
}
.table-of-contents-sticky .table-of-contents-sticky__link {
  display: inline-block;
  color: #212b32;
  text-decoration: none;
}
.table-of-contents-sticky .table-of-contents-sticky__list .table-of-contents-sticky__item:first-of-type a::before {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.table-of-contents-sticky .table-of-contents-sticky__list .table-of-contents-sticky__item:last-of-type a::before {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table-of-contents-sticky .table-of-contents-sticky__item.visible > .table-of-contents-sticky__link {
  color: #005eb8;
}
@media (min-width: 850px) {
  .table-of-contents-sticky .table-of-contents-sticky__item.visible > .table-of-contents-sticky__link {
    transform: translate(0.5rem);
  }
  .table-of-contents-sticky .table-of-contents-sticky__item.visible > .table-of-contents-sticky__link::before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.table-of-contents-sticky .table-of-contents-sticky__item.visible > .table-of-contents-sticky__link:focus {
  color: #212b32;
}

.table-of-contents-sticky__marker {
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.table-of-contents-sticky__marker path {
  transition: all 0.3s ease;
}

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

.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 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: #005eb8;
}
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.5rem;
  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);
  -ms-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 > .acf-innerblocks-container.block-editor-block-list__layout,
.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 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 > .acf-innerblocks-container.block-editor-block-list__layout,
.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 #E8EDEE;
  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: #005eb8;
  color: white;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 850px) {
  .do-dont__title {
    font-size: 1.5rem;
  }
}

.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 > .acf-innerblocks-container.block-editor-block-list__layout,
.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;
  text-align: left;
  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;
}

.file__link {
  position: relative;
  padding-right: 1.5rem;
  background-image: url("../imgs/icons/chevron-down.svg");
  background-size: 0.875rem 0.875rem;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 700;
  text-decoration: none;
}
.file__link:hover, .file__link:focus {
  text-decoration: underline;
}

.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 > .acf-innerblocks-container.block-editor-block-list__layout,
.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;
}

.in-this-section__title {
  margin-bottom: 1.25rem;
  border-bottom: 0.125rem solid #D8D8D8;
  padding-bottom: 0.5rem;
}

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

.in-this-section__item {
  border-bottom: 0.0625rem solid #D8D8D8;
}

.in-this-section__link {
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 2.25rem 0.5rem 0;
  background-image: url("../imgs/icons/chevron-right.svg");
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right top 1rem;
  width: 100%;
}
.in-this-section__link:hover {
  text-decoration: underline;
}

.in-this-section__current {
  display: inline-block;
  color: #212b32;
  padding: 0.5rem 2.25rem 0.5rem 0;
  font-weight: 700;
}

.related-content__title {
  margin-bottom: 0;
  border-bottom: 0.125rem solid #aeb7bd;
  padding-bottom: 0.5rem;
  font-size: 1.1875rem;
}
@media (min-width: 850px) {
  .related-content__title {
    font-size: 1.5rem;
  }
}

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

.related-content__item {
  border-bottom: 0.0625rem solid #aeb7bd;
}

.related-content__link {
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 2.25rem 0.5rem 0;
  background-image: url("../imgs/icons/chevron-right.svg");
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right top 1rem;
  width: 100%;
}
.related-content__link:hover {
  text-decoration: underline;
}

.panel {
  background-color: white;
  padding: 1.25rem;
  border-left: 0.25rem solid #768692;
}
@media (min-width: 400px) {
  .panel {
    padding: 1.5rem;
  }
}
.panel *:last-child {
  margin-bottom: 0;
}

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

.panel.is-style-alert .file--empty .file__link,
.panel.is-style-alert .action-link--empty .action-link__text {
  color: inherit;
}

.panel .block-editor-block-list__layout .wp-block {
  margin: 0;
}
.panel .block-editor-block-list__layout .wp-block[data-empty=true] {
  margin-bottom: 0;
}
.panel .block-editor-block-list__layout .wp-block-heading {
  margin-bottom: 0.75rem;
}
.panel .block-editor-block-list__layout .wp-block-list,
.panel .block-editor-block-list__layout .wp-block-acf-file,
.panel .block-editor-block-list__layout .wp-block-acf-action-link,
.panel .block-editor-block-list__layout .wp-block-paragraph {
  margin-bottom: 1.5rem;
}
.panel .block-editor-block-list__layout .wp-block:last-child {
  margin-bottom: 0;
}
.panel .block-editor-block-list__layout .acf-block-preview .action-link,
.panel .block-editor-block-list__layout .acf-block-preview .file {
  margin: 0;
}
.panel .block-editor-block-list__layout ul, .panel .block-editor-block-list__layout ol {
  padding-left: 1.25rem;
}

.promotion {
  width: 100%;
}

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

.promotion__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  background-color: white;
}
@media (min-width: 850px) {
  .promotion__content {
    padding: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .promotion__content {
    padding: 4rem 4.5rem;
  }
}

.promotion__content-head {
  margin-bottom: 1.5rem;
  max-width: 52.5rem;
}
@media (min-width: 1200px) {
  .promotion__content-head {
    margin-bottom: 3rem;
  }
}

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

.promotion__description {
  font-size: 1.1875rem;
}

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

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

.video-transcript {
  padding: 0.75rem;
}

.video-transcript__embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 53.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__embed .wp-block-embed {
  margin-bottom: 0.5rem;
}

.video-transcript__button {
  display: block;
  background: none;
  border: none;
  padding: 0.25rem;
  margin-left: auto;
  font-size: 1.1875rem;
  font-family: "Frutiger W01", Arial, sans-serif;
  text-decoration: underline;
  color: #005eb8;
  cursor: pointer;
}

.video-transcript__content {
  background-color: #fff;
  padding: 1.5rem;
  border-left: 0.25rem solid #003087;
}
.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;
}

/**
 * WordPress Comments Form

 * NB: These styles are here because the comment form cannot
 * be rendered as a block/component
*/
#cancel-comment-reply-link {
  background: white;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0 0.25rem;
  color: #005eb8;
  border: 0.0625rem solid transparent;
}
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus {
  background-color: white;
  color: #003087;
  border: 0.0625rem solid #003087;
  box-shadow: none;
}

.comments-item__reply + .comment-respond {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dotted #231f20;
}
.comments-item__reply + .comment-respond .comment-reply-title {
  font-size: 1.125rem;
}
.comments-item__reply + .comment-respond .logged-in-as {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.comments-form__closed {
  font-weight: 700;
  padding: 0.75rem;
}

.comments-form__form {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .comments-form__form {
    font-size: 1.125rem;
  }
}
.comments-form__form p {
  margin-bottom: 0;
}

.comments-form__toggle + .comment-respond {
  margin-top: 0.625rem;
}

.no-js .comments-form__toggle {
  display: none;
}

.comments-form__actions {
  display: flex;
  justify-content: flex-end;
}

.comments-form__toggle {
  margin: 0.75rem;
}

.comment-respond.hidden {
  display: none;
}
.no-js .comment-respond.hidden {
  display: block;
}

.comment-form-comment {
  margin-top: 0.75rem;
}

.comment-form-comment textarea {
  margin-bottom: 0.75rem;
  border-radius: 0.1875rem;
  resize: vertical;
}

.comment-form-comment label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.form-submit {
  text-align: right;
}

.comment-reply-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.comments-form__preamble {
  margin-bottom: 0.75rem;
}
