  html {
  font-size: 62.5%;
}

.media-video-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 4.8rem auto 0 auto;
}

.video-agile {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 0;
  padding-bottom: 56.25%;
}

.video-agile iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h4 {
  width: 100%;
  max-width: 480px;
  margin: 3.2rem auto 0 auto;
  font-size: 1.6rem;
  opacity: .5;
}

.l1 {
  text-align: center;
  font-weight: bold;
}

/* general */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Flama';
  color: #212121;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #212121;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* top-bar */

.top-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 48px auto;
  padding: 0 16px 0 16px;
  /*background: blue;*/
}

.brand {
  height: 48px;
  line-height: 48px;
  /*background: red;*/
}

.oesp {
  font-family: "OESP";
  font-style: normal;
  font-size: 24px;
  color: #006194;
}

.oesp:before {
  content: '\f000';
}

.section {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  font-family: 'Estado Headline';
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #006194;
  /*background: red;*/
}

.section a {
  color: inherit;
}

@media (max-width: 480px) {
  .section {
    display: none;
  }
}

.share-bar ul {
  display: flex;
}

.share-bar li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  /*background: red;*/
}

.share-bar a {
  font-size: 1.8rem;
}

.fa-facebook {
  font-size: 2.1rem;
  color: #006194;
}

.fa-twitter {
  font-size: 2.1rem;
  color: #006194;
}

/* navigation */

.nav-container {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto 48px auto;
  padding: 0 32px 0 32px;
  /*background: purple;*/
}

.nav-container span {
  display: block;
  margin: 0 0 8px 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: .5;
}

.slider li {
  padding: 0 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
}

/*.slider li:hover {
  opacity: .5;
}*/

.slider figure {
  margin: 0 0 8px 0;
}

.prev-button {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  z-index: 1;
}

.next-button {
  position: absolute;
  top: 50%;
  right: -28px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  z-index: 1;
}

.slick-disabled {
  opacity: .25;
}

/* jumbotron */

header {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 48px auto;
}

.jumbotron {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #eeeeee;
  overflow: hidden;
}

video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.fallback {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
/*
@media (max-width: 1023px) {
  video {
    display: none;
  }
  .fallback {
    display: block;
  }
}
*/
html.no-video-autoplay video {
  display: none;
}

html.no-video-autoplay .fallback {
  display: block;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 7.2rem;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 100px #000;
  color: #fff;
}

@media(max-width: 720px) {
  h1 {
    font-size: 4.8rem;
  }
}

@media(max-width: 480px) {
  h1 {
    font-size: 3.2rem;
  }
}

@media(max-width: 375px) {
  h1 {
    font-size: 2.4rem;
  }
}

/* content */

.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 0 auto;
  padding: 0 16px 0 16px;
  /*ebackground: red;*/
}

.author {
  width: 100%;
  max-width: 480px;
  margin: 4.8rem auto 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  opacity: .5;
}

h3 {
  width: 100%;
  max-width: 480px;
  margin: 4.8rem auto 0 auto;
  font-size: 1.8rem;
  font-family: 'Estado Headline';
  text-transform: uppercase;
}

p {
  width: 100%;
  max-width: 480px;
  margin: 3.2rem auto 0 auto;
  font-family: 'Freight Text';
  font-size: 1.8rem;
  line-height: 1.5;
  color: #212121;
}

p a {
  color: #006194;
  border-bottom: 1px solid currentColor;
}

p:first-of-type {
  margin: 4.8rem auto 0 auto;
}

.image-container {
  width: 100%;
  max-width: 720px;
  margin: 4.8rem auto 0 auto;
}

.image-container + p {
  margin: 4.8rem auto 0 auto;
}

/* map-container */

.map-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 48px auto;
  /*background: lightblue;*/
}

h2 {
  margin: 4.8rem auto 0 auto;
  font-family: 'Estado Headline';
  font-size: 2.4rem;
  text-align: center;
  color: #006194;
}

.l2 {
  margin: 4.8rem auto 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  opacity: .5;
}

/* videos-container */

.video-entries {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin: 4.8rem auto 0 auto;
  padding: 0 8px 0 8px;
  /*background: orange;*/
}

.entry-container {
  width: 33.333%;
  padding: 8px;
  opacity: .34;
  pointer-events: none;
  filter: grayscale(1);
}

.entry-container.active {
  opacity: 1;
  pointer-events: auto;
  filter: none;
}

.entry {
  background: blue;
}

.entry figure {
  position: relative;
  margin: 0 0 8px 0;
}

.entry figure i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  color: white;
}

.video-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.video-date {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
  opacity: .66;
}

/* next-chapter */

.next-chapter {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 4.8rem auto 0 auto;
  padding: 48px 16px 48px 16px;
  background: #eeeeee;
}

.tag {
  display: block;
  margin: 0 0 8px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #006194;
}

.next-title {
  display: block;
  font-family: 'Estado Headline';
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #006194;
}

/* static maps */

.map-static-container {
  position: relative;
}

.map-static img {
  position: absolute;
  right: 0;
  max-width: auto;
  width: 22.4rem;
  border-radius: 3px;
  transition: width .3s;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1024px) {
  .map-static img {
    width: 18rem;
  }
}

@media (max-width: 900px) {
  .map-static img {
    display: none;
  }
}

/* credit */

.credit {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.credit-title {
  font-size: 18px;
  font-family: 'Flama';
  text-align: center;
  font-weight: bold;
  margin-top: 48px;
}

.credit ul {
  width: 100%;
  max-width: 480px;
  margin: 48px auto;
  font-size: 1.4rem;
}

.credit ul li {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.credit ul li:last-child {
  border-bottom: none;
}


.credit ul li div:first-child {
  display: flex;
  align-items: center;
  width: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  opacity: .5;
}

.credit ul li div:last-child {
  width: 50%;
}