* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  margin: 0 0 15px 0;
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
#decades {
  --y1600: #ebebeb;
  --y1600-dark: #999;
  --y1930: #f7e39b;
  --y1930-dark: #EFC637;
  --y1960: #c6d2ae;
  --y1960-dark: #99a363;
  --y1990: #8bc0bf;
  --y1990-dark: #17807e;
}
#decades h1 {
  margin-bottom: 22px;
}
#decades .key {
  margin-bottom: 22px;
}
#decades h1,
#decades .key,
#decades .footnotes,
#decades .footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
#decades h3 {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 6px 0;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #decades .key .key-item.hed {
    display: block;
    margin-bottom: 6px;
  }
}
#decades .key .key-item.hed label {
  color: #444;
}
#decades .key .key-item.year-1600 b {
  background-color: var(--y1600);
}
#decades .key .key-item.year-1930 b {
  background-color: var(--y1930);
}
#decades .key .key-item.year-1960 b {
  background-color: var(--y1960);
}
#decades .key .key-item.year-1990 b {
  background-color: var(--y1990);
}
#decades .group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 651px) {
  #decades .group {
    justify-content: center;
  }
}
#decades .group ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 15px 0 0;
  width: 50%;
}
@media screen and (min-width: 501px) {
  #decades .group ul {
    width: 33%;
    padding: 0 10px;
  }
}
#decades .group ul > li {
  display: table;
  width: 100%;
  background-color: #f1f1f1;
  margin: 0 0 2px 0;
  font-size: 12px;
  color: #444;
}
#decades .group ul > li.active {
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
#decades .group ul > li.year-1600 {
  background-color: var(--y1600);
  opacity: 0.9;
}
#decades .group ul > li.year-1600.active {
  background-color: var(--y1600-dark);
}
#decades .group ul > li.year-1930,
#decades .group ul > li.year-1940,
#decades .group ul > li.year-1950 {
  background-color: var(--y1930);
  opacity: 0.9;
}
#decades .group ul > li.year-1930.active,
#decades .group ul > li.year-1940.active,
#decades .group ul > li.year-1950.active {
  background-color: var(--y1930-dark);
}
#decades .group ul > li.year-1960,
#decades .group ul > li.year-1970,
#decades .group ul > li.year-1980 {
  background-color: var(--y1960);
  opacity: 0.9;
}
#decades .group ul > li.year-1960.active,
#decades .group ul > li.year-1970.active,
#decades .group ul > li.year-1980.active {
  background-color: var(--y1960-dark);
}
#decades .group ul > li.year-1990,
#decades .group ul > li.year-2000,
#decades .group ul > li.year-2010 {
  background-color: var(--y1990);
  opacity: 0.9;
}
#decades .group ul > li.year-1990.active,
#decades .group ul > li.year-2000.active,
#decades .group ul > li.year-2010.active {
  background-color: var(--y1990-dark);
}
#decades .group ul > li.hed {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  background: none;
  padding: 0 0 5px 0;
  font-size: 13px;
  color: #666;
  border-color: transparent;
}
#decades .group ul > li span {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  pointer-events: none;
}
#decades .group ul > li span.rank {
  width: 20px;
  text-align: center;
}
@media screen and (min-width: 651px) {
  #decades .musicals .group ul {
    width: 25%;
  }
}
@media screen and (min-width: 651px) {
  #decades .plays .group ul {
    width: 20%;
  }
}
#individualMusicals h1,
#individualPlays h1,
#individualMusicals .key,
#individualPlays .key,
#individualMusicals .footnotes,
#individualPlays .footnotes,
#individualMusicals .footer,
#individualPlays .footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
#individualMusicals #graphic,
#individualPlays #graphic {
  margin-bottom: 11px;
}
#individualMusicals .play-selector,
#individualPlays .play-selector {
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
#individualMusicals .play-selector label,
#individualPlays .play-selector label {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #787878;
  letter-spacing: 1px;
  padding-right: 11px;
  -webkit-font-smoothing: antialiased;
}
#individualMusicals .meta,
#individualPlays .meta {
  margin-top: 22px;
  margin-bottom: 33px;
}
@media screen and (max-width: 500px) {
  #individualMusicals .meta,
  #individualPlays .meta {
    margin-bottom: 11px;
  }
}
#individualMusicals .meta h3,
#individualPlays .meta h3 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#individualMusicals .meta p,
#individualPlays .meta p {
  font-size: 12px;
  margin: 6px 0 0 0;
  color: #999;
}
#individualMusicals .meta img,
#individualPlays .meta img {
  width: 100px;
  display: block;
  float: right;
}
#individualMusicals .meta.featured:before,
#individualPlays .meta.featured:before,
#individualMusicals .meta.featured:after,
#individualPlays .meta.featured:after {
  content: ' ';
  display: table;
}
#individualMusicals .meta.featured:after,
#individualPlays .meta.featured:after {
  clear: both;
}
#individualMusicals .axis text,
#individualPlays .axis text {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  fill: #666;
}
@media screen and (max-width: 500px) {
  #individualMusicals .axis text,
  #individualPlays .axis text {
    font-size: 10px;
  }
}
#individualMusicals .axis.x path,
#individualPlays .axis.x path {
  display: none;
}
#individualMusicals .bars rect,
#individualPlays .bars rect {
  fill: #ddd;
}
#individualMusicals .bars rect.active,
#individualPlays .bars rect.active {
  fill: #7DBFE6;
}
#individualMusicals polygon.rank-connector,
#individualPlays polygon.rank-connector {
  fill: #D3EAF7;
}
#individualMusicals .zero-line,
#individualPlays .zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
#individualMusicals text.rank-value,
#individualPlays text.rank-value {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-anchor: middle;
  fill: #fff;
}
#individualMusicals text.rank-value.below,
#individualPlays text.rank-value.below {
  fill: #51AADE;
  font-weight: 700;
}
#individualMusicals text.rank-value.below.na,
#individualPlays text.rank-value.below.na {
  fill: #999;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  #individualMusicals text.rank-value,
  #individualPlays text.rank-value {
    font-size: 12px;
  }
  #individualMusicals text.rank-value.below,
  #individualPlays text.rank-value.below {
    font-size: 10px;
  }
}
@media screen and (min-width: 708px) {
  #individualMusicals h1,
  #individualPlays h1 {
    margin: 0 auto 22px auto;
    max-width: 650px;
  }
  #individualMusicals .play-selector,
  #individualPlays .play-selector,
  #individualMusicals .meta,
  #individualPlays .meta,
  #individualMusicals .footnotes,
  #individualPlays .footnotes,
  #individualMusicals .footer,
  #individualPlays .footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
}
@media screen and (min-width: 501px) {
  #individualMusicals #rankings:before,
  #individualPlays #rankings:before,
  #individualMusicals #rankings:after,
  #individualPlays #rankings:after {
    content: ' ';
    display: table;
  }
  #individualMusicals #rankings:after,
  #individualPlays #rankings:after {
    clear: both;
  }
}
#top10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
#top10 .graphic {
  display: table;
  width: 100%;
  margin-bottom: 22px;
}
#top10 .graphic > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#top10 .graphic > div:nth-child(1) {
  padding-right: 22px;
}
#top10 .graphic > div:nth-child(2) {
  padding-left: 22px;
  border-left: 1px solid #eee;
}
#top10 .graphic h3 {
  margin-bottom: 11px;
  color: #666;
}
#top10 .graphic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#top10 .graphic ul > li {
  font-size: 12px;
  margin: 0 0 6px 34px;
  padding: 0;
  text-indent: -34px;
}
#top10 .graphic .rank {
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  background-color: #51AADE;
  color: #fff;
  text-indent: 0;
  border-radius: 4px;
}
h1 {
  font-size: 18px;
  margin-bottom: 22px;
}
