/* subnav */
.id1054379062.story-layout .subnav-tools-wrap #subNavigation {
  display: block;
}

.id1054379062 .subnav-tools-wrap #subNavigation .bucketwrap {
  max-width: none;
}

/* Hide the page title */
.id1054379062.multimedia .storytitle,
.id1054379062.multimedia .story-meta {
  display: none;
}

/* Center align series nav - only works if it's the second paragraph element */
.id1054379062 #storytext p:nth-child(3) {
  text-align: center;
}

.id1054379062 #storytext .hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* set all images to be no wider than paragraph text */
.id1054379062 .bucketwrap {
  max-width: 500px;
  margin: auto;
}

/* Except the first image */
.id1054379062 .storytext>.bucketwrap:first-child {
  max-width: 800px;
}

/* right align captions */
.id1054379062 .bucketwrap.image .credit {
  text-align: right;
  font-size: 1rem;
}

/* ranking */
.id1054379062 .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 */
.id1054379062 .storytext h3.edTag {
  color: #333;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.id1054379062 .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) {
  .id1054379062 .storytext>.bucketwrap:first-child {
    margin-bottom: 40px;
  }
}
