/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
@keyframes projection {
  from {
    background: rgba(0, 0, 0, 0.05);
  }
  to {
    background: rgba(0, 0, 0, 0);
  }
}
.interactive {
  max-width: 630px;
  font-size: 16px;
}
.cheap-seats {
  position: relative;
  overflow: hidden;
}
.cheap-seats .vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background-image: radial-gradient(white, #e0e0e0);
}
.cheap-seats .cutaway {
  display: block;
  position: relative;
  transition: opacity 1s linear 2s;
  opacity: 0;
}
.cheap-seats .cutaway::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cheap-seats .cutaway svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
.cheap-seats .cutaway #New_concession_stands,
.cheap-seats .cutaway #New_theaters {
  display: none;
}
.cheap-seats .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  transition: all ease-in-out 1s;
  opacity: 0;
}
.cheap-seats .grain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  opacity: .2;
}
.cheap-seats .credits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background: black;
  opacity: 0;
  transition: opacity .5s linear;
}
.cheap-seats .credits .content {
  position: absolute;
  top: 100%;
  height: 100%;
  transition: transform 10s linear .5s;
  width: 100%;
  text-align: center;
}
.cheap-seats .credits .content h2 {
  color: white;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
@media (max-width: 480px) {
  .cheap-seats .credits .content h2 {
    font-size: 18px;
  }
}
.cheap-seats .credits .content h3 {
  color: white;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
@media (max-width: 480px) {
  .cheap-seats .credits .content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.cheap-seats .credits .content .logo {
  display: block;
  width: 50%;
  margin: auto;
}
.cheap-seats .mural {
  position: absolute;
  transition: opacity .5s linear;
  opacity: 0;
}
.cheap-seats .mural.lobby {
  top: 10%;
  left: 20%;
  width: 76%;
}
.cheap-seats .mural.inner {
  top: 40%;
  left: 10%;
  width: 80%;
}
.cheap-seats .stairs {
  position: absolute;
  transition: opacity .5s linear;
  opacity: 0;
  top: 2%;
  left: 20%;
  width: 75%;
}
.cheap-seats .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background-color: #990000;
  background-image: repeating-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2) 20px, transparent 40px), linear-gradient(to bottom, #990000, #330000);
  transition: background-color 2s, transform 2s ease-in-out 0.5s;
  transform: translateY(0);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}
.cheap-seats .curtain h1 {
  font-size: 48px;
  color: white;
  width: 100%;
  text-align: center;
  padding: 40px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity .3s linear;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .cheap-seats .curtain h1 {
    font-size: 24px;
  }
}
.cheap-seats:not([data-index="0"]):not([data-index="6"]) .cutaway {
  opacity: 1;
}
.cheap-seats:not([data-index="0"]):not([data-index="6"]) .curtain {
  background-color: #660000;
  transform: translateY(-100%);
}
.cheap-seats:not([data-index="0"]):not([data-index="6"]) .curtain h1 {
  opacity: 0;
}
.cheap-seats[data-index="0"] .spotlight {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.cheap-seats[data-index="1"] .grain {
  animation: 133ms projection infinite;
}
.cheap-seats[data-index="7"] .stairs {
  opacity: 1;
}
.cheap-seats[data-index="7"] .spotlight {
  background-image: radial-gradient(circle at 18% 60%, transparent 10%, rgba(0, 0, 0, 0.3) 12%);
  opacity: 1;
}
.cheap-seats[data-index="2"] .spotlight {
  background-image: radial-gradient(circle at 50% 25%, transparent 15%, rgba(0, 0, 0, 0.3) 17%);
  opacity: 1;
}
.cheap-seats[data-index="2"] .inner.mural {
  opacity: 1;
}
.cheap-seats[data-index="3"] .spotlight {
  background-image: radial-gradient(circle at 20% 76%, transparent 10%, rgba(0, 0, 0, 0.3) 12%);
  opacity: 1;
}
.cheap-seats[data-index="3"] .lobby.mural {
  opacity: 1;
}
.cheap-seats[data-index="5"] .spotlight,
.cheap-seats[data-index="6"] .spotlight {
  background-image: radial-gradient(circle at 60% 40%, transparent 40%, rgba(0, 0, 0, 0.3) 42%);
}
.cheap-seats[data-index="5"] #New_concession_stands,
.cheap-seats[data-index="6"] #New_concession_stands,
.cheap-seats[data-index="5"] #New_theaters,
.cheap-seats[data-index="6"] #New_theaters {
  display: block;
}
.cheap-seats[data-index="5"] #Orignal_seating,
.cheap-seats[data-index="6"] #Orignal_seating,
.cheap-seats[data-index="5"] #Orginal_concession_stand,
.cheap-seats[data-index="6"] #Orginal_concession_stand {
  display: none;
}
.cheap-seats[data-index="6"] .credits {
  opacity: 1;
}
.cheap-seats[data-index="6"] .credits .content {
  transform: translateY(-200%);
}
.narrative {
  padding-top: 20px;
}
.narrative .stage {
  display: none;
}
.narrative .stage.active {
  display: block;
}
.narrative .stage .goto {
  display: block;
  margin: 10px auto;
  width: auto;
  padding: 4px 8px;
  background: white;
  cursor: pointer;
  color: #0777b3;
  border-radius: 4px;
  border: 1px solid #0777b3;
  text-transform: uppercase;
  transition: background .2s linear;
}
.narrative .stage .goto:hover,
.narrative .stage .goto:focus {
  background: #d5e4f0;
}
