/*
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;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  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;
}
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;
}
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;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.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;
}
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;
}
.svg-container {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e8f0f7, #fbfcfd);
}
.svg-container::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.svg-container .plane {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s linear;
}
header.splash {
  text-align: center;
  padding: 100px 0;
  z-index: 999;
  position: relative;
}
header.splash h1 {
  font-size: 100px;
  font-style: italic;
  text-shadow: 0 0 16px #fbfcfd;
}
header.splash .chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  background: rgba(251, 252, 253, 0.5);
}
header.splash .credit {
  margin: 40px;
}
main.timeline {
  max-width: 800px;
  margin: auto;
}
main.timeline .stage {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 100px;
  position: relative;
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.2);
}
main.timeline .stage:last-child {
  margin-bottom: 0;
}
main.timeline .stage h2 {
  font-style: italic;
  padding: 16px 0 8px;
  margin: 0;
  display: block;
  text-align: center;
}
main.timeline .ad {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 100px;
}
main.timeline .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  main.timeline .row {
    display: block;
  }
}
main.timeline .photo {
  padding: 0 0 0 16px;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
main.timeline .photo img {
  display: block;
  width: 100%;
}
main.timeline .photo .credit {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
main.timeline .photo .caption {
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 8px 0;
}
main.timeline .text {
  font-size: 16px;
  padding: 0 16px;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
main.timeline .text p:first-child {
  margin-top: 0;
}
aside.explore {
  padding: 100px 50px;
  position: relative;
}
aside.explore h3 {
  text-align: center;
  font-size: 40px;
  margin: 0 0 25px;
  font-style: italic;
}
aside.explore .plane-frame {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
aside.explore .plane-wrapper {
  padding: 20px;
  cursor: pointer;
}
aside.explore .plane-wrapper label {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 8px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  transition: all .3s linear;
  font-weight: bold;
}
aside.explore .plane-wrapper:hover label,
aside.explore .plane-wrapper.focus label {
  color: #424648;
}
aside.explore .plane-wrapper:hover .plane,
aside.explore .plane-wrapper.focus .plane {
  transform-origin: 50% 50%;
  transform: scale(1.3);
}
aside.explore .plane {
  display: block;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  aside.explore .plane {
    max-width: 100px;
    height: auto;
    margin: 5px;
  }
}
aside.explore .plane-detail {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: opacity .3s linear;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 999;
}
aside.explore .plane-detail .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  width: 100%;
  max-width: 60%;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  aside.explore .plane-detail .content {
    max-width: 95%;
    max-height: 100%;
    overflow-y: auto;
  }
}
aside.explore .plane-detail h1 {
  font-size: 20px;
}
aside.explore .plane-detail.ready {
  display: block;
}
aside.explore .plane-detail.show {
  opacity: 1;
}
aside.explore .plane-detail .close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: all .2s linear;
  border-radius: 100%;
  color: #a3c1dd;
}
aside.explore .plane-detail .close:hover,
aside.explore .plane-detail .close:focus {
  color: #0777b3;
}
aside.explore .plane-detail .landing-pad {
  position: relative;
  background: #3f667b;
  background-image: repeating-linear-gradient(transparent, transparent 3px, #3f667b 3px, #3f667b 4px, transparent 4px), repeating-linear-gradient(to right, transparent, transparent 3px, #3f667b 3px, #3f667b 4px, transparent 4px), repeating-linear-gradient(#678c9f, #678c9f 1px, transparent 1px, transparent 20px), repeating-linear-gradient(to right, #678c9f, #678c9f 1px, transparent 1px, transparent 20px);
  overflow: hidden;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 2px #3f667b;
  width: 100%;
}
aside.explore .plane-detail .landing-pad::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
aside.explore .plane-detail .landing-pad .length,
aside.explore .plane-detail .landing-pad .wingspan {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
}
aside.explore .plane-detail .landing-pad .wingspan {
  bottom: auto;
  top: 8px;
}
aside.explore .plane-detail .landing-pad .plane {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-1deg);
  position: absolute;
  transition: all 1.5s ease-out 0.1s;
  margin: 0;
  max-width: 90%;
  min-width: 50%;
  height: auto;
}
@media (max-width: 480px) {
  aside.explore .plane-detail .landing-pad .plane {
    min-width: 70%;
  }
}
aside.explore .plane-detail .landing-pad .plane.landing {
  transform: translate3d(-600px, -100px, 0) rotate(-4deg);
}
aside.explore .plane-detail .stats {
  list-style-type: none;
  padding: 0;
}
.exploring .plane.side {
  opacity: 0;
  z-index: -99;
}
