@charset "UTF-8";
/*
  Theme Name:   Child Theme - Show Me Mizzou
  Theme URI:    https://showme.missouri.edu/
  Author:       Mizzou Digital Service, University of Missouri
  Author URI:   https://digitalservice.missouri.edu/
  Description:  This Child Theme extends the Mizzou Hybrid Base Theme
  Version:      3.0.0
  Template:     miz-hybrid-base
  Text Domain:  news-child
*/
/* Default Sizes, weights, line heights */
.miz-decoration, blockquote {
  position: relative;
  z-index: 0;
}

.miz-decoration__top-left::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.miz-decoration__top-right::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.miz-decoration__bottom-right::after {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.miz-decoration__bottom-left::after {
  position: absolute;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.miz-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.miz-pagination__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: stretch;
  gap: 1.5;
}
.miz-pagination__list > * {
  flex: 1 1 auto;
}
@media (min-width: 576px) {
  .miz-pagination__list {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.miz-pagination__list-item.is-current {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 700;
  background-color: #FFF4D6;
}

.miz-pagination__link {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-decoration: none;
  font-weight: 700;
  z-index: 1;
  color: #111111;
}
.miz-pagination__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F1B82D;
  transition: height 0.1s ease-in-out;
}
.miz-pagination__link:focus::after {
  background-color: #FEE8B6;
}
.miz-pagination__link:focus::after, .miz-pagination__link:hover::after {
  height: 100%;
}

.miz-decoration__plus::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: 75px;
  width: 25%;
  height: 2rem;
}
@media (min-width: 768px) {
  .miz-decoration__plus::after {
    background-size: 100px;
    width: 16rem;
    height: 33%;
  }
}
.miz-decoration__plus--top-left::after {
  background-position: bottom right;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.miz-decoration__plus--top-right::after {
  background-position: bottom left;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.miz-decoration__plus--bottom-right::after {
  background-position: top left;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.miz-decoration__plus--bottom-left::after {
  background-position: top right;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.miz-decoration__roller-bg {
  background-size: cover;
  background-position: bottom left;
}

.miz-decoration__tear {
  /* stylelint-disable-next-line */
  -webkit-clip-path: url("#tearClipPath");
          clip-path: url("#tearClipPath");
}

.miz-tear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* stylelint-disable-next-line */
  will-change: transform;
  transform: translateZ(0);
}

.miz-decoration__corner--bottom-right::after, .miz-decoration__corner--top-left::before, blockquote::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 50%;
  z-index: 0;
}

.miz-decoration__corner--top-left::before, blockquote::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  box-shadow: -1rem -1rem #F1B82D;
}

.miz-decoration__corner--bottom-right::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  box-shadow: 1rem 1rem #F1B82D;
}

.showme-column-list {
  margin: 0;
  width: 100%;
}

.showme-column-list__title {
  margin-bottom: 0;
  font-family: "ClarendonURW-Reg";
  font-size: 1.563em;
  border-bottom: 3px solid #F1B82D;
}
.showme-column-list__title > a {
  text-decoration: none;
}

.showme-column-list__link {
  display: block;
  position: relative;
  padding: 1rem 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  border-bottom: 1px solid #111111;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
}
.showme-column-list__link:hover {
  background-color: #FFF4D6;
}

.showme-column-list__action-link,
.showme-nb__readmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.125rem;
  font-size: 1.25em;
  font-family: "Graphik Cond Web";
  text-decoration: none;
}
.showme-column-list__action-link > *,
.showme-nb__readmore > * {
  flex: 1 1 auto;
}
.showme-column-list__action-link::after,
.showme-nb__readmore::after {
  content: "❮";
  display: block;
  margin-right: 0.25rem;
  text-align: center;
  vertical-align: middle;
  transform: rotate(180deg);
  transform-origin: center;
  transition: margin-right 0.1s ease-out;
  color: #F1B82D;
}
.showme-column-list__action-link:hover::after,
.showme-nb__readmore:hover::after {
  margin-right: 0.125rem;
}

.showme-column-list__link-title {
  display: block;
  margin: 0;
  line-height: 1.25;
}

.showme-column-list__link-date {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.563em;
  font-family: "Graphik Cond Web";
}

.showme-decoration__roller-bg {
  background: url("../mizzou-wp-base/assets/images/brand/backgrounds/interior-background.svg");
  background-size: cover;
  background-position: bottom left;
}
@media (min-width: 992px) {
  .showme-decoration__roller-bg {
    background-size: contain;
  }
}

.showme-footer {
  background-color: #666666;
}

.showme-footer-information {
  position: relative;
  width: 100%;
}
.showme-footer-information > * {
  margin-bottom: 0;
}
.showme-footer-information > * + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .showme-footer-information {
    display: flex;
    flex-wrap: wrap;
  }
  .showme-footer-information > * {
    flex: 1 0 auto;
  }
}

.showme-footer-contact-info {
  width: 100%;
}
.showme-footer-contact-info * {
  background-color: transparent !important;
}
.showme-footer-contact-info > * {
  margin-bottom: 0;
}
.showme-footer-contact-info > * + * {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .showme-footer-contact-info {
    max-width: 50%;
  }
}

.showme-footer-information__menus {
  width: 100%;
}
@media (min-width: 768px) {
  .showme-footer-information__menus {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .showme-footer-information__menus {
    max-width: 25%;
  }
}

.showme-footer__link-lists .miz-link-list__link:hover {
  background-color: transparent;
  text-decoration: underline;
}

.showme-footer-information__menu-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.showme-footer-social {
  margin-top: revert;
}

.showme-footer-social__links {
  margin: 0 1rem 0 0;
}

.showme-masthead {
  margin: 2rem 0 2rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.showme-masthead__logo {
  width: 100%;
  max-width: 500px;
}

.showme-page-header {
  margin-bottom: 2rem;
}

.showme-navbar {
  background-color: #111111;
  display: grid;
  grid-gap: 0 1rem;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-max-content;
  grid-template-rows: min-content min-content max-content;
  grid-template-columns: 3fr 1fr;
  place-items: start stretch;
  place-content: start center;
  align-items: center;
}
@media (min-width: 768px) {
  .showme-navbar {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .showme-navbar {
    grid-template-columns: 1fr 3fr;
  }
}

.showme-border-collapse {
  padding: 1px;
}

.showme-navbar__navigation {
  grid-column: 1/3;
  padding: 0;
}
@media (min-width: 992px) {
  .showme-navbar__navigation {
    grid-column: 2/3;
  }
}

.showme-navbar__tactical-links {
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  background-color: #F1B82D;
  grid-column: 1/3;
}
.showme-navbar__tactical-links a {
  justify-content: center;
  color: #111111;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.showme-navbar__tactical-links a:hover {
  color: #FFFFFF;
  background-color: transparent;
}
@media (min-width: 768px) {
  .showme-navbar__tactical-links {
    display: none;
  }
}

.showme-navigation--primary {
  background-color: transparent !important;
  flex-direction: row;
  font-weight: 700;
  align-items: center;
}
.showme-navigation--primary a {
  transition: all 0.2s ease-in-out;
}
.showme-navigation--primary a:hover {
  border-color: #F1B82D;
}

.showme-nav > .miz-nav__list {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .showme-nav > .miz-nav__list {
    display: flex;
  }
}
.showme-nav > .miz-nav__list > .miz-nav__list-item {
  flex-grow: 1;
  flex-shrink: 0;
}
.showme-nav > .miz-nav__list > .miz-nav__list-item > .miz-nav__link {
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .showme-nav > .miz-nav__list > .miz-nav__list-item {
    flex-grow: 0;
    flex-shrink: 1;
  }
}

@media (min-width: 768px) {
  .miz-navigation--primary__nav {
    display: block;
  }
}

.miz-primary-navigation__sub-nav-list.show {
  background: #FFFFFF;
  z-index: 20;
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(204, 204, 204, 0.5), -0.125rem 0.25rem 0.25rem rgba(204, 204, 204, 0.5);
}
@media (min-width: 768px) {
  .miz-primary-navigation__sub-nav-list.show {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.showme-card .miz-linked-card {
  box-shadow: none;
}

.showme-card__body {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.miz-linked-card > .showme-card__content {
  box-shadow: none;
}

.showme-card__horizontal {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .showme-card__horizontal .showme-card__content {
    flex-direction: row;
  }
}

.showme-card__horizontal.showme-card img {
  flex: 1 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .showme-card__horizontal.showme-card img {
    max-width: 300px;
  }
}

.showme-card__content .miz-card__image {
  flex-shrink: 0;
}

.showme-ribbon {
  background-color: #F1B82D;
}

.showme-ribbon .miz-button {
  color: #FFFFFF;
  background-color: #111111;
}
.showme-ribbon .miz-button:hover {
  color: #F1B82D;
  background-color: #222222;
}

.showme-ribbon__link-list {
  display: none;
}
@media (min-width: 768px) {
  .showme-ribbon__link-list {
    display: inherit;
  }
}

.showme-ribbon__link-list .miz-link-list__link {
  color: #111111;
}

.showme-ribbon__search {
  display: none;
}
@media (min-width: 768px) {
  .showme-ribbon__search {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .showme-ribbon__menu-buttons {
    display: none;
  }
}

.showme-mobile-search {
  background-color: #666666;
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: none;
  transition: all 0.2s ease-in-out;
}
.showme-mobile-search.collapsing {
  display: block;
}
.showme-mobile-search.expand {
  display: block;
}

.showme-share-buttons {
  margin-top: 1rem;
}

.showme-share-button--facebook {
  color: #FFFFFF;
  background-color: #1877F2;
  border-color: #1877F2;
  min-width: 77px;
  min-height: 30px;
}
.showme-share-button--facebook:hover, .showme-share-button--facebook:focus {
  color: #FFFFFF;
  text-decoration: none !important;
  background-color: rgb(76.345971564, 111.6066350711, 185.654028436);
}

.showme-share-button--twitter {
  color: #FFFFFF;
  background-color: #55ACEE;
  border-color: #55ACEE;
  min-width: 77px;
  min-height: 30px;
}
.showme-share-button--twitter:hover, .showme-share-button--twitter:focus {
  color: #FFFFFF;
  text-decoration: none !important;
  background-color: rgb(38.6363636364, 149.3636363636, 233.3636363636);
}

/**
 * Gallery of Mizzou Magazine past issues.
 */
.wp-block-gallery.mizzoumag-pastissues {
  margin-top: 3.5rem;
}

.wp-block-gallery.mizzoumag-pastissues figure.wp-block-image figcaption {
  position: initial;
  background: initial;
  text-align: initial;
  color: initial;
  font-size: initial;
}

.wp-block-gallery.mizzoumag-pastissues figure.wp-block-image figcaption strong {
  font-family: "Graphik Cond Web";
  font-size: 1.7rem;
}

.showme-subscribe {
  padding: 2rem 0 2rem 0;
}
.showme-subscribe > * {
  margin-bottom: 0;
}
.showme-subscribe > * + * {
  margin-top: 2rem;
}

.showme-subscribe-content {
  width: 100%;
  font-size: 1.25em;
  margin-top: 2rem;
}
.showme-subscribe-content > * {
  margin-bottom: 0;
}
.showme-subscribe-content > * + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .showme-subscribe-content {
    display: flex;
    align-items: flex-start;
  }
  .showme-subscribe-content > * + * {
    margin: 0 0 0 2rem;
  }
}

.showme-subscribe-content__button {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .showme-subscribe-content__button {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .showme-subscribe-content__button {
    max-width: 25%;
  }
}

.showme-article__main,
.showme-article__header {
  grid-column: main;
  margin-right: 0;
  margin-left: 0;
  padding: 1rem 0 1rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  .showme-article__main,
  .showme-article__header {
    grid-column: 3/span 10;
  }
}

.showme-page-article--fullwidth {
  grid-column: main/span 12;
}

.miz-page-header .showme-article__title {
  font-size: 2.441em;
}

.showme-article__header {
  border-bottom: 3px solid #F1B82D;
}
.showme-article__header > * {
  margin-bottom: 0;
}
.showme-article__header > * + * {
  margin-top: 1rem;
}

.showme-article__main img {
  max-width: 100%;
  height: auto;
}

.showme-article__content {
  max-width: 100%;
}
.showme-article__content iframe {
  max-width: 100%;
}
.showme-article__content img {
  max-width: 100%;
  height: auto;
}
.showme-article__content h6 {
  font-family: "Graphik Cond Web";
}

.showme-article__main .wp-caption-text {
  color: #999999;
  font-style: italic;
  margin: 1rem 0 1rem 0;
}

.showme-article__aside {
  display: flex;
}
@media (max-width: 991.98px) {
  .showme-article__aside {
    display: block;
  }
}

.showme-article__aside .content {
  flex-basis: 0;
  flex-grow: 3;
}

.showme-article__aside .aside {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 1rem;
}

@media (max-width: 991.98px) {
  .showme-article__aside .aside {
    padding-left: 0;
    padding-top: 1rem;
    border-top: 3px solid #F1B82D;
  }
}
.showme-article__aside .aside img {
  width: 100%;
  height: auto;
}

.showme-entry-meta {
  border-top: 3px solid #F1B82D;
  clear: both;
}

.showme-article__story-banner {
  max-height: 500px;
  overflow: hidden;
}
.showme-article__story-banner img {
  width: 100%;
}

.showme-article__title {
  font-size: 1.563em;
  margin-top: 1rem;
  font-family: "Graphik Cond Web";
}

.showme-article__category {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 500;
  font-family: "ClarendonURW-Reg";
}

.showme-article__source {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
}

.showme-article__date {
  font-size: 1.25em;
  color: #666666;
  font-family: "ClarendonURW-Reg";
}

.showme-article__list {
  margin-bottom: 2rem;
  flex: 1 1 auto;
}
.showme-article__list > * + * {
  padding-top: 1rem;
}

.showme-article__list--item {
  border-bottom: 1px solid #999999;
}
.showme-article__list--item > a {
  text-decoration: none !important;
}
.showme-article__list--item:hover {
  background-color: #FFF4D6;
}

.showme-article__readmore {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  font-weight: 700;
  font-size: 1.25em;
  font-family: "Graphik Cond Web";
}
.showme-article__readmore:hover {
  background-color: #FEE8B6;
}
.showme-article__readmore::after {
  content: "❮";
  display: inline-block;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  transform: rotate(180deg);
  transform-origin: center;
  color: #F1B82D;
}

.showme-columns__content {
  display: flex;
  flex-direction: column;
}
.showme-columns__content img {
  width: 100%;
}

.showme-columns__content .showme-columns__3-1 img {
  height: 275px;
  object-fit: cover;
}

.showme-columns__single {
  flex-direction: column;
  display: flex;
  margin-top: 4rem;
}

.showme-columns__single--article {
  flex-grow: 1;
  flex-basis: 50%;
  flex: 1 1 auto;
  height: 100%;
  margin-bottom: 1.5rem;
}
.showme-columns__single--article img {
  width: 100%;
}

.showme-columns__single--article img {
  width: 100%;
}

.showme-column-title {
  width: 100%;
  border-bottom: 3px solid #F1B82D;
  margin-bottom: 1rem;
  font-size: 1.563em;
  font-family: "ClarendonURW-Reg";
}

@media (min-width: 768px) {
  .showme-columns__content .showme-columns__3-1 img {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .showme-columns__content {
    flex-direction: row;
  }
  .showme-columns__content .showme-columns__3-1 img {
    height: 475px;
  }
  .showme-columns__3-1 {
    flex-grow: 3;
    flex-basis: 0;
  }
  .showme-columns__2-1-1 {
    flex-grow: 2;
    flex-basis: 0;
  }
  .showme-columns__single {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 2rem;
    margin-top: 0;
  }
  .showme-columns__single--article {
    margin-right: 0;
  }
}
.showme-page-article {
  margin-top: 2rem;
}

.showme-page__404 {
  margin-bottom: 2rem;
}

.showme-main a {
  text-decoration: none;
}
.showme-main a:hover {
  text-decoration: underline;
}

.showme-columns__3-1 .showme-article__title,
.showme-columns__2-1-1 .showme-article__title {
  font-size: 2.441em;
}

.showme-columns__3-1 .showme-article__blurb,
.showme-columns__2-1-1 .showme-article__blurb {
  font-size: 1.25em;
}

.showme-columns__3-1 .showme-article__category,
.showme-columns__2-1-1 .showme-article__category {
  font-size: 1.25em;
}

.showme-signature {
  max-width: 200px;
}

@media (min-width: 768px) {
  .showme-accolade img {
    float: left;
    padding-right: 1rem;
  }
}
.showme-accolades__search {
  display: flex;
  margin-bottom: 2rem;
}

.showme-accolades__search .showme-accolades__submit {
  margin-right: 1rem;
  flex: 1 0 auto;
}

@media (max-width: 991.98px) {
  .showme-accolades__search .showme-accolades__submit {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .showme-accolades__search {
    flex-direction: column;
  }
}
.showme-archive__top-featured {
  border-bottom: 3px solid #F1B82D;
}

.showme-archive__top-featured > .miz-layer {
  padding-top: 0;
  padding-bottom: 1rem;
}

.showme-archive__content {
  padding-top: 2rem;
}

.showme-archive__filters {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .showme-archive__filters {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: baseline;
  }
}
.showme-archive__filters label {
  margin-right: 0.5rem;
}
.showme-archive__filters select {
  padding: 0.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .showme-archive__filters select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.showme-archive__search {
  max-width: 600px;
}

.showme-archive__custom-content {
  margin: 2rem 0 2rem 0;
}

.showme-archive__custom-sidebar {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .showme-archive__custom-sidebar {
    flex-direction: row;
  }
  .showme-archive__main {
    flex-basis: 0;
    flex-grow: 4;
  }
  .showme-archive__aside {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 1rem;
  }
}
.showme-archive__aside img {
  max-width: 100%;
}

.showme-card--accolades {
  margin-top: 1rem;
}

.showme-box {
  background-color: #FEE8B6;
  padding: 1rem;
}

.showme-button__aside {
  width: 100%;
}

.showme-nb-menu__list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.showme-nb-menu__item {
  display: inline;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #111111;
}
.showme-nb-menu__item:first-child {
  padding-left: 0;
}
.showme-nb-menu__item:last-child {
  border-right: 0;
}

.showme-nb-menu__link {
  font-size: 1rem;
  font-weight: 500;
  font-family: "ClarendonURW-Reg";
}

.showme-nb__date {
  font-family: "ClarendonURW-Reg";
  margin-top: 2rem;
}
.showme-nb__date:first-child {
  margin-top: 0;
}

.showme-nb__title {
  font-size: 1.25em;
  padding: 1rem;
}

.showme-nb__readmore {
  border-top: 1px solid #111111;
  margin-bottom: 2rem;
}

.showme-nb__sidebar-group {
  margin-bottom: 4rem;
}

.showme-split-magazine {
  grid-template-columns: 1fr 3fr;
  border-bottom: 3px solid #F1B82D;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.showme-split-layout__offset {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.alignright {
  float: right;
  padding: 1rem;
}

.alignleft {
  float: left;
  padding: 1rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  max-width: 100%;
}

.pagination {
  align-items: center;
}

.pagination li a {
  color: #111111;
  border: 1px solid #F1B82D;
  background-color: #F1B82D;
  padding: 1rem;
  margin: 0 1rem 0 0;
  font-weight: bold;
}
.pagination li a:hover {
  border-bottom: 3px solid #111111;
  text-decoration: none;
}

.pagination .current {
  padding: 1rem;
  margin: 0 1rem 0 0;
  font-weight: bold;
  background-color: #111111;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .pagination li a,
  .pagination .current {
    margin: 0 0.5rem 0 0;
    padding: 0.5rem;
  }
}
.showme-article .showme-article__content .wp-block-image.aligncenter > figcaption,
.showme-article .showme-article__content .wp-block-image.alignleft > figcaption,
.showme-article .showme-article__content .wp-block-image.alignright > figcaption,
.showme-article .showme-article__content .wp-block-image.alignfull > figcaption,
.showme-article .showme-article__content .wp-block-image.size-large > figcaption,
.showme-article .showme-article__content .wp-block-image > figcaption {
  text-align: left;
  color: #666666;
  font-style: italic;
  margin: 1em;
}

.showme-article__main .wp-caption-text {
  color: #666666;
  font-style: italic;
  margin: 1rem 0 1rem 0;
}

blockquote {
  padding: 1rem;
  float: left;
  margin: 2rem;
}
/* Tweaks for Commencement stories (pseudo-) gallery */
.page-template-commencement .miz-stack-sandwich--xl + .miz-stack-sandwich--xl {
  margin-top: -4rem;
}

.page-template-commencement .showme-subscribe {
  margin-top: 4rem;
}