/* subnav */
.id1134898067.story-layout .subnav-tools-wrap #subNavigation {
    display: block;
  }
  
  .id1134898067 .subnav-tools-wrap #subNavigation .bucketwrap {
    max-width: none;
  }
  
  /* Hide the page title */
  .id1134898067.multimedia .storytitle,
  .id1134898067.multimedia .story-meta {
    display: none;
  }
  
  /* Center align series nav - only works if it's the second paragraph element */
  .id1134898067 #storytext p:nth-of-type(2) {
    text-align: center;
  }
  
  .id1134898067 #storytext .hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  
  /* set all images to be no wider than paragraph text */
  .id1134898067 .bucketwrap {
    max-width: 500px;
    margin: auto;
  }
  
  /* Except the first image */
  .id1134898067 .storytext>.bucketwrap:first-child {
    max-width: 800px;
  }
  
  /* right align captions */
  .id1134898067 .bucketwrap.image .credit {
    text-align: right;
    font-size: 1rem;
  }
  
  /* ranking */
  .id1134898067 .storytext h6.edTag {
    text-align: center;
    margin: 20px auto;
    font-size: 44px;
    color: #333;
    font-weight: 600;
  }
  
  /* center ranking, artist and album title and enlarge text */
  .id1134898067 .storytext h3.edTag {
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .id1134898067 .storytext h6.edTag ~ h3:nth-of-type(even) {
    margin-bottom: 20px;
  }
  
  /* make sure footer text is Gotham */
  font[face=gotham] {
      font-family: "Gotham SSm",Helvetica,Arial,sans-serif;
  }
  
  /* Add space below first image at mobile */
  @media screen and (max-width: 767px) {
    .id1134898067 .storytext>.bucketwrap:first-child {
      margin-bottom: 40px;
    }
  }

/* dinkus */
.id1134898067 em.dinkus {
    background-image: url(https://media.npr.org/assets/img/2022/11/21/test-dinkus_custom.png);
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    margin: 10px auto;
}
