html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "p22-underground", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  background-color: #cfd2d3;
  min-height: 100%;
}

.container {
  overflow: auto;
  width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
@media all and (max-width: 58.74em) {
  .container {
    width: 100%;
  }
}

a {
  color: #333;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.75;
}

.preload * {
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

header {
  margin: 40px 0 60px;
  text-align: center;
}
@media all and (max-width: 24.99em) {
  header {
    margin-bottom: 20px;
  }
}

.header__logo {
  width: 200px;
  height: 43px;
  margin: 0 auto;
  background-image: url("../assets/images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header__logo__papers {
  margin-left: 4px;
  background-image: linear-gradient(to bottom, #fff 50%, #fff 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 2px 20px;
  color: #fff;
  font-size: 2.4rem;
  vertical-align: top;
}

.header__description {
  width: 360px;
  margin: 20px auto;
  color: #666;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media all and (max-width: 24.99em) {
  .header__description {
    width: 100%;
    padding: 0 12px;
    font-size: 1.6rem;
  }
}

main {
  margin-bottom: 80px;
}

.main__element {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.main__element:hover .main__title {
  cursor: default;
}

.main__title {
  display: block;
  width: 600px;
  margin: 0 auto 12px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: main-in 1s;
  -moz-animation: main-in 1s;
  -o-animation: main-in 1s;
  animation: main-in 1s;
  -webkit-transition: background-position 0.5s ease-out;
  -moz-transition: background-position 0.5s ease-out;
  -ms-transition: background-position 0.5s ease-out;
  -o-transition: background-position 0.5s ease-out;
  transition: background-position 0.5s ease-out;
}
@media all and (max-width: 46.865em) {
  .main__title {
    width: 95%;
    max-width: 600px;
  }
}
@media all and (max-width: 24.99em) {
  .main__title {
    margin-bottom: 6px;
  }
}

.finished .main__element:hover .main__title {
  cursor: pointer;
}
@media all and (min-width: 58.75em) {
  .finished .main__element:hover .main__title {
    background-position-x: -200px;
    opacity: 0.8;
    cursor: pointer;
  }
}

@-webkit-keyframes main-in {
  0% {
    background-position: 600px;
    opacity: 0;
  }
  30% {
    background-position: 600px;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes main-in {
  0% {
    background-position: 600px;
    opacity: 0;
  }
  30% {
    background-position: 600px;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes main-in {
  0% {
    background-position: 600px;
    opacity: 0;
  }
  30% {
    background-position: 600px;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main-in {
  0% {
    background-position: 600px;
    opacity: 0;
  }
  30% {
    background-position: 600px;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.main__links {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.2rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main__links__link {
  display: block;
  margin-bottom: 6px;
}
.main__links__link:first-of-type {
  margin-top: 12px;
}
.main__links__link a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.main__links--visible {
  max-height: 196px;
  opacity: 1;
}

.main--bakerloo .main__title {
  background-image: url("../assets/images/bg_bakerloo.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--bakerloo .main__title {
    background-image: url("../assets/images/bg_bakerloo@2x.png");
    background-size: 800px 200px;
  }
}
.main--bakerloo .main__links__link a {
  color: #294397;
}
.main--bakerloo .main__links__link a:hover {
  color: #40b29f;
}

.main--barman .main__title {
  background-image: url("../assets/images/bg_barman.png");
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--barman .main__title {
    background-image: url("../assets/images/bg_barman@2x.png");
    background-size: 800px 200px;
  }
}
.main--barman .main__links__link a {
  color: #266dd5;
}
.main--barman .main__links__link a:hover {
  color: #29c3ff;
}

.main--central .main__title {
  background-image: url("../assets/images/bg_central.png");
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--central .main__title {
    background-image: url("../assets/images/bg_central@2x.png");
    background-size: 800px 200px;
  }
}
.main--central .main__links__link a {
  color: #151b2b;
}
.main--central .main__links__link a:hover {
  color: #d12626;
}

.main--district .main__title {
  background-image: url("../assets/images/bg_district.png");
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--district .main__title {
    background-image: url("../assets/images/bg_district@2x.png");
    background-size: 800px 200px;
  }
}
.main--district .main__links__link a {
  color: #fa5015;
}
.main--district .main__links__link a:hover {
  color: #581b16;
}

.main--hammersmith .main__title {
  background-image: url("../assets/images/bg_hammersmith.png");
  background-position: -35px -25px;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--hammersmith .main__title {
    background-image: url("../assets/images/bg_hammersmith@2x.png");
    background-size: 800px 200px;
  }
}
.main--hammersmith .main__links__link a {
  color: #c72878;
}
.main--hammersmith .main__links__link a:hover {
  color: #2cce6d;
}

.main--metropolitan .main__title {
  background-image: url("../assets/images/bg_metropolitan.png");
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--metropolitan .main__title {
    background-image: url("../assets/images/bg_metropolitan@2x.png");
    background-size: 800px 200px;
  }
}
.main--metropolitan .main__links__link a {
  color: #c9357f;
}
.main--metropolitan .main__links__link a:hover {
  color: #43a6dc;
}

.main--overground .main__title {
  background-image: url("../assets/images/bg_overground.png");
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--overground .main__title {
    background-image: url("../assets/images/bg_overground@2x.png");
    background-size: 800px 200px;
  }
}
.main--overground .main__links__link a {
  color: #3c211e;
}
.main--overground .main__links__link a:hover {
  color: #fa5015;
}

.main--victoria .main__title {
  background-image: url("/assets/images/bg_victoria.png");
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--victoria .main__title {
    background-image: url("/assets/images/bg_victoria@2x.png");
    background-size: 800px 200px;
  }
}
.main--victoria .main__links__link a {
  color: #d12824;
}
.main--victoria .main__links__link a:hover {
  color: #143c92;
}

.main--waterloo .main__title {
  background-image: url("/assets/images/bg_waterloo.png");
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .main--waterloo .main__title {
    background-image: url("/assets/images/bg_waterloo@2x.png");
    background-size: 800px 200px;
  }
}
.main--waterloo .main__links__link a {
  color: #151b2b;
}
.main--waterloo .main__links__link a:hover {
  color: #56d6a2;
}

footer {
  width: 100%;
  padding: 0 20px;
  margin: 20px 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}