* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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 {
  padding: 10px 0;
  background: white;
  border-top: 1px solid #e0e0e0;
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 30px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.details {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 250px;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  font-size: 14px;
  transition: opacity 1s linear;
}
@media (max-width: 768px) {
  .details .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .details .caddy {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .details .media {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.details h1,
.details h2,
.details h3 {
  margin: 0;
}
.details h1 {
  font-size: 28px;
}
.details h2 {
  font-size: 22px;
}
.details h3 {
  font-size: 18px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
}
.details hr {
  border: 3px solid #ffb400;
  margin-top: 10px;
}
.details p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: .5em 0;
}
.touring .details {
  opacity: 0;
}
@media (max-width: 768px) {
  .touring .details {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .details {
    display: block;
    position: static;
    width: auto;
  }
}
.show-details .details {
  display: block;
}
.details .button {
  display: block;
  font-size: 20px;
  transition: max-height 0.2s ease-in-out, background 0.1s linear;
  color: black;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #ffb400;
  cursor: pointer;
  margin: 8px 0;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
}
.details .button:hover {
  background: #e18727;
  color: black;
}
.details .tour.button {
  max-height: 0;
}
.tourable .details .tour.button {
  max-height: 50px;
}
.details .video-thumbnail {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.details .video-thumbnail .play-icon {
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f8f8f8;
  font-size: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: color .2s linear;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.details .video-thumbnail:hover .fa-play {
  color: #e0e0e0;
}
.photos {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 100px;
  padding: 4px;
  display: none;
  opacity: 1;
  transition: opacity 1s linear;
}
.fullscreened .photos {
  width: 200px;
}
.show-details .photos {
  display: block;
}
@media (max-width: 768px) {
  .show-details .photos {
    position: static;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .show-details .photos a {
    display: inline-block;
    vertical-align: top;
  }
  .show-details .photos img {
    max-height: 200px;
  }
}
.touring .photos {
  opacity: 0;
}
@media (max-width: 768px) {
  .touring .photos {
    opacity: 1;
  }
}
.photos a,
.photos img {
  display: block;
}
.aerial-photos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}
.aerial-photos a.lightbox {
  display: block;
  overflow: hidden;
  padding: 4px;
  -webkit-flex: 1 1 16.66666667%;
  -ms-flex: 1 1 16.66666667%;
  flex: 1 1 16.66666667%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aerial-photos a.lightbox img {
  display: block;
  width: 100%;
}
nav.course-nav {
  padding: 4px 0;
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  display: none;
}
.running nav.course-nav {
  display: block;
}
nav.course-nav a.go-to {
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
}
nav.course-nav a.go-to:hover {
  background: #EEE;
  color: black;
}
nav.course-nav a.go-to.selected {
  background: #888;
  color: white;
}
.render-container {
  background: url(assets/preload.jpg);
  background-size: cover;
  background-position: top;
}
.render-container::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: black;
  z-index: 999;
  display: none;
}
.no-webgl .render-container::before {
  display: block;
  content: "Sorry, your browser can't run this interactive. Please try a recent version of Chrome or Firefox.";
}
.aspect-outer {
  position: relative;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.aspect-outer .click-message {
  position: absolute;
  padding: 40px;
  top: 50%;
  left: 0;
  transition: color .2s linear;
  text-align: center;
  width: 100%;
  display: none;
  cursor: pointer;
  z-index: 99999;
  font-weight: bold;
}
.aspect-outer .click-message .fa {
  margin-right: 8px;
}
.no-webgl .aspect-outer .click-message {
  display: none !important;
}
.aspect-outer .click-message:hover {
  color: #333;
}
.waiting .aspect-outer .click-message {
  display: block;
}
.aspect-outer .load-message {
  position: absolute;
  top: 50%;
  left: 0;
  transition: color .2s linear;
  text-align: center;
  width: 100%;
  display: none;
  z-index: 99999;
}
.loading .aspect-outer .load-message {
  display: block;
}
.aspect-outer .load-message .load-bar-container {
  width: 320px;
  max-width: 100%;
  margin: auto;
}
.aspect-outer .load-message .load-bar-container .load-bar {
  background: #0777b3;
  height: 20px;
  float: left;
  width: 0%;
  transition: width 0.1s ease-in-out;
}
.aspect-outer .aspect-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.aspect-outer .aspect-inner canvas.renderer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
canvas.renderer {
  opacity: 0;
  transition: opacity 1s linear;
}
.running canvas.renderer {
  opacity: 1;
}
.toggle-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  z-index: 999;
  font-size: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px;
  display: none;
}
.no-fullscreen .toggle-fullscreen {
  display: none !important;
}
.running .toggle-fullscreen {
  display: block;
}
.toggle-fullscreen .fa-expand {
  display: block;
}
.toggle-fullscreen .fa-compress {
  display: none;
}
.fullscreened .toggle-fullscreen .fa-expand {
  display: none;
}
.fullscreened .toggle-fullscreen .fa-compress {
  display: block;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.3);
}
.overlay.show {
  display: block;
}
.overlay .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 8px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  max-height: 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 480px) {
  .overlay .modal {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    display: block;
  }
}
.overlay .modal img {
  margin: auto;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.overlay .modal .caption {
  font-size: 16px;
}
.overlay .modal cite {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}
.overlay .close-overlay {
  color: black;
  font-weight: bold;
  font-size: 30px;
  display: block;
  text-align: right;
  cursor: pointer;
}
.overlay .video-outer {
  width: 800px;
  max-width: 100%;
}
.overlay .video-outer .video-inner {
  padding-bottom: 57.6%;
  position: relative;
}
.overlay .video-outer .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 48px;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  margin-bottom: 0;
}
.credits {
  font-size: 14px;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.credits a {
  text-transform: uppercase;
}
.ad-container {
  text-align: center;
  padding: 8px 0;
}
main.container {
  width: 1024px;
  max-width: 100%;
  margin: auto;
  padding: 0 8px;
}
section.three-d {
  max-width: 100%;
  width: 1024px;
  margin: auto;
  background: white;
}
section.three-d a {
  color: #424648;
  transition: none;
}
section.three-d a:hover {
  color: #e0e0e0;
}
.fullscreened section.three-d {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.fullscreened section.three-d .aspect-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.fullscreened section.three-d .aspect-inner {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-bottom: 40%;
}
.source {
  font-size: 12px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.waiting .source {
  display: none;
}
cite.credits {
  font-size: 12px;
  float: right;
  font-style: normal;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.related-stories {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .related-stories {
    font-size: 15px;
  }
}
.related-stories ul {
  padding-left: 1em;
  margin: 0;
}
.related-stories .has-thumb {
  list-style-type: none;
  float: left;
  clear: none;
  width: 50%;
  padding: 8px 8px 8px 0;
  min-height: 130px;
}
@media (max-width: 480px) {
  .related-stories .has-thumb {
    display: block;
    float: none;
    width: 100%;
    min-height: 0px;
  }
}
.related-stories .has-thumb .thumb {
  width: 150px;
  float: left;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .related-stories .has-thumb .thumb {
    width: 70%;
    margin: auto;
    display: block;
    float: none;
  }
}
.related-stories li {
  clear: both;
  padding-top: 8px;
}
