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

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

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

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

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

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

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

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

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

