 .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
  }
  .active-page-number {
    font-weight: bold;
  }
  
   /* pagination */
  @media only screen and (min-width: 700px) {
    .section-inner {
      width: calc(100% - 8rem);
    }
  }
  .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
  }
  @media only screen and (min-width: 1000px) {
    .pagination .nav-links {
      justify-content: space-between;
      margin: 0;
      width: 100%;
    }
  }
  @media (min-width: 700px) {
    .pagination .nav-links {
      font-size: 1.4rem;
      margin: -2.5rem 0 0 -4rem;
    }
  }
  .pagination .nav-links {
    /*align-items: baseline;*/
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    margin: -1.5rem 0 0 -2.5rem;
    width: calc(100% + 2.5rem);
  }
  /* hide news/event feed images*/
  .news-view-page-row div.col-sm-4  {
    display: none;
  }
  a[rel="next"] span[aria-hidden="true"]:before {
    content: "Next Page ";
  }
  a[rel="prev"] span[aria-hidden="true"]:after {
    content: " Prev Page";
  }
  /* tag list on article pages */
  article div.field div.field--items:nth-child(n) {
    display: flex;
  }
  
  article div.field div.field--items:nth-child(n) a {
    padding-right: 0.7rem;
    text-decoration-line: underline;
  }
  
  /* lecture pagination, previous, next links */
  .qul-previous a {
    float: left;
  }
  
  .qul-next a {
    float: right;
  }
  
  /* lecture image carousels */
  
  .slideshow-container * {box-sizing: border-box}
  
  .slideshow-container .mySlides {
    border-style: solid;
  }
  
  
  /* Slideshow container */
  .slideshow-container {
  max-width: 1000px;
  position: relative;
  /* margin: auto; */
  border: solid;
  }
  
  /* Next & previous buttons */
  .slideshow-container a.prev, .slideshow-container a.next {
  cursor: pointer;
  position: absolute;
  top: 22px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgb(51 113 134 / 80%);
  text-decoration: underline solid;
  }
  
  /* Position the "next button" to the right */
  .slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .slideshow-container .text {
  text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .slideshow-container .numbertext {
  color: #007bff;
  font-size: 1.2rem;
  }
  
  /* The dots/bullets/indicators */
  .slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
  
  .dottz {
    padding-top: 1em;
    text-align:center;
  }
  
  .slideshow-container .active, .slideshow-container .dot:hover {
  background-color: #717171;
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
  .slideshow-container .prev, .slideshow-container .next, .slideshow-container .text {font-size: 11px}
  }
  
  
  .slideshow-container div {
    display: block;
  }
  
  /* Images */
  
  img {
    max-width: 400px;
    height: auto;
  }
  
  /* .extra-body-field figure img {
    display:block;
    max-width: 100%;
  } */

  .accordion-header figure img {
    display:block;
    max-width: 100%;
  }
  
  /* ad - images and slider images */
  .field--name-body img, .extra-body-field img, .slideshow-container figure, figure img, img {
    display:block;
    max-width: 400px;
    margin-bottom: unset;
    margin-right: auto;
    margin-top: unset;
    margin-left: auto;
  }

.slideshow-container figure figcaption {
  display: block;
}