.list-pagination { position: relative; list-style: none; margin-bottom: 24px; padding: 0; color: var(--coal); line-height: 1.2; letter-spacing: .2em; }
  .list-pagination li { margin: 0 7.5px; font-size: 11px }
  .list-pagination a { font-size: 1.4545454545em; }
  .list-pagination .prev, .list-pagination .next { position: absolute; top: 0; bottom: 0; margin: 0; }
    .list-pagination .prev { left: 0; }
    .list-pagination .next { right: 0; }
    .list-pagination .prev a, .list-pagination .next a { overflow: hidden; width: 32px; font-size: 9px; text-indent: -3000em; text-align: left; direction: ltr; }
      .list-pagination .prev a:before { content: "\e917\e917"; }
      .list-pagination .next a:before { content: "\e918\e918"; }
  .module-entry + .list-pagination { margin-top: -25px; }

#elc-cookie-tab {background-color: none !important; }

/* 9 Oct 2023 add padding to move long captions out from behind the red expand button */
#content article.module-article figure.has-fancy figcaption {margin: 20px 0px 0px 25px;}

#MobileOnlyBanner { display: none; }
@media screen and (max-width: 500px) {
  #MobileOnlyBanner { display: block; }
  #DesktopAndTabletBanner { display: none; }
}

#DesktopAndTabletBanner a, #MobileOnlyBanner a {text-decoration: none; }
#DesktopAndTabletBanner a:hover, #MobileOnlyBanner a:hover {color: initial; }

.three-image-block-mobile {
  display: none;
}
@media (max-width: 800px) {
  .three-image-block-mobile {
    display: block !important;
  }
  .three-image-block-desktop {
    display: none;
  }
}

span.anbodTT {
  background-color: #DFDED6 !important;
}
