html {
  min-height: 100%; }

body {
  min-height: 100%;
  min-width: 100%;
  background-color: black;
  font-size: 16px; }
  @media (max-width: 599px) {
    body {
      font-size: 12px; } }

.header-content {
  display: inline-block;
  cursor: pointer;
  font-family: "Barlow Condensed" !important;
  font-weight: 100; }

.main-logo {
  height: 25px;
  margin: 5px; }

@media (max-width: 599px) {
  h1 {
    font-size: 3em; } }

@media (max-width: 599px) {
  h3 {
    font-size: 1.5em; } }

.menu-container {
  float: right; }
  .menu-container ul {
    margin-top: 5px; }
    .menu-container ul li {
      list-style: none;
      display: inline-block;
      color: white;
      margin-right: 20px; }
      @media (max-width: 599px) {
        .menu-container ul li {
          margin-right: 5px; } }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url("../media/img/overlay2.png");
  background-repeat: repeat;
  z-index: 100;
  pointer-events: none;
  opacity: 0.6; }

#overlay.vid {
  opacity: 0.6; }

#overlay.story {
  opacity: 0.3; }

#vignete {
  width: 100%;
  height: 100%;
  background-image: url("../media/img/vignete.png");
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0.8;
  position: fixed; }

#vignete.vid {
  opacity: 1; }

/********** CHAPTER STYLES *******************/
#chapter-view-container {
  pointer-events: none;
  display: block !important; }

#chapter-view-container.active {
  pointer-events: auto; }

.chapter-controls-container {
  position: fixed;
  right: 3%;
  top: 20%;
  height: 60%;
  width: 5%;
  display: none; }

.chap-controls {
  height: 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  cursor: pointer; }

.chap-controls.up {
  background-image: url("../media/img/up_arrow.png");
  margin-bottom: 60%; }

.chap-controls.down {
  background-image: url("../media/img/down_arrow.png"); }

.overlay-close {
  width: 100px;
  height: 45px;
  text-align: center;
  position: fixed;
  top: 3%;
  right: 5%;
  cursor: pointer; }

.slide-container {
  height: 110vh;
  width: 110vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  perspective: 300px;
  top: 100%;
  left: -3vw;
  overflow: hidden;
  transform: translateZ(200px);
  transition: all 2s; }

.slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1 !important; }

.slide-container.active {
  height: 110vh;
  top: -0%;
  transform: translateZ(0px); }

.slide-container.image.active .slide-content p {
  left: 5% !important;
  opacity: 1 !important;
  line-height: 1 !important; }

.slide-container.old {
  top: -3%;
  transform: translateZ(-5px);
  height: 110vh;
  background-color: #aaaaaa;
  opacity: 0; }

.title-background-panel {
  display: inline-block;
  width: 24.5%;
  height: 100%;
  background-size: cover;
  position: relative;
  transition: top 2s ease; }
  @media (max-width: 599px) {
    .title-background-panel {
      width: 24%; } }

.bar {
  width: 0px;
  height: 100%;
  top: 0%;
  background: blue;
  display: inline-block; }

.title-background-panel:nth-child(1) {
  top: -100%; }

.title-background-panel:nth-child(2) {
  top: 100%; }

.title-background-panel:nth-child(3) {
  top: -100%; }

.title-background-panel:nth-child(4) {
  top: 100%; }

.title-background-panel:nth-child(5) {
  top: -100%; }

.title-background-panel:nth-child(6) {
  top: 100%; }

.title-background-panel:nth-child(7) {
  top: -100%; }

.slide-container.title .slide-content {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  display: none;
  color: white; }

.title-caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  display: none; }

.slide-container.dark {
  background: none;
  color: white; }

.overlay {
  width: 101%;
  height: 100%;
  opacity: 0.8;
  position: relative;
  top: 0%;
  transition: top 1s; }
  @media (max-width: 599px) {
    .overlay {
      width: 103%; } }

.blue {
  background: #0d1467; }

.grey {
  background: #222222; }

.image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #222222;
  opacity: 0.35; }

.slide-container.text .slide-content {
  width: 500px;
  position: relative;
  margin-top: 20%;
  left: 50%;
  margin-left: -250px; }

.slide-container.video {
  padding: 0%; }
  .slide-container.video .slide-content {
    text-align: center; }
    .slide-container.video .slide-content video {
      display: none;
      position: relative;
      top: -2%; }

.slide-container.youtube, .slide-container.timeline {
  padding: 0%; }
  .slide-container.youtube .slide-content, .slide-container.timeline .slide-content {
    text-align: center;
    width: 800px;
    margin-top: 10%;
    margin-left: -400px;
    position: relative;
    left: 50%; }
    .slide-container.youtube .slide-content video, .slide-container.timeline .slide-content video {
      display: none;
      position: relative;
      top: -2%; }

.background-video {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1; }

.slide-container.image .slide-content p {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.3em;
  position: relative;
  left: -5%;
  opacity: 0;
  top: 60%;
  max-width: 400px;
  transition: all 4s;
  padding: 7px; }

.slide-column {
  display: inline-block;
  padding: 10px;
  width: 30%;
  margin-top: 10%; }

.slide-container.map-embed {
  padding-left: 20%; }

.last-slide {
  width: 100%;
  height: 0%;
  position: fixed;
  bottom: 0%;
  left: 0%;
  background-color: rgba(10, 30, 170, 0.7);
  color: white;
  transition: all 2s ease; }

.myth-content {
  max-width: 70%;
  padding: 3%; }
  .myth-content p {
    max-width: 60%; }

.myth-icon {
  width: 200px;
  position: absolute;
  bottom: 5%;
  left: 3%; }

.myth-back {
  cursor: pointer; }

.myth-video {
  margin-top: 30px; }

.person-select li {
  color: black;
  font-size: 2em;
  transition: color 0.5s ease;
  cursor: pointer; }

.person-select li.active {
  color: lawngreen; }

.quote {
  display: none;
  position: absolute;
  top: 45%;
  left: 20%;
  width: 40%; }

/**************/
.strategies-container {
  height: 100%;
  text-align: center; }
  .strategies-container .strategy-logo {
    display: inline-block;
    width: 17%;
    margin: 0px 1%; }

.strategy-column {
  width: 49.5%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 3%; }
  .strategy-column h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 85%; }
  .strategy-column p {
    width: 70%; }

.strategy-logo.large {
  width: 100%; }

/****** Landing Styles ********/
.landing-background {
  width: 100%;
  height: 100%;
  background-image: url("../media/img/landing-background-city.jpeg");
  background-size: cover;
  position: fixed; }

.landing-illustration {
  position: fixed;
  float: right;
  top: 0%;
  width: 40%;
  right: 0%; }

.landing-content {
  position: absolute;
  top: 10%;
  left: 7%;
  width: 50%;
  z-index: 150; }
  @media (max-width: 599px) {
    .landing-content {
      width: 80%; } }

.landing-logo {
  width: 90%; }

.landing-text {
  width: 65%;
  margin-top: 20px;
  margin-left: 5px;
  font-size: 1.2em; }
  @media (max-width: 599px) {
    .landing-text {
      width: 80%; } }

.start-button {
  width: 150px;
  height: 40px;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  background-color: #CCCCCC;
  border-radius: 25px;
  color: black;
  position: relative;
  margin-top: 100px;
  cursor: pointer; }

/************** Intro Styles ***************/
.intro-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%; }
  @media (max-width: 599px) {
    video {
      left: -50%; } }

.subtitle-container {
  position: fixed;
  bottom: 10%;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: white;
  text-shadow: 0px 0px 6px #000000; }

.skip-button {
  width: 100px;
  height: 45px;
  border: 1px solid white;
  border-radius: 22.5px;
  text-align: center;
  position: fixed;
  top: 90px;
  right: 3%;
  padding-top: 10px;
  cursor: pointer;
  z-index: 250; }

/************** Panorama Styles ************/
#pano {
  width: 100%;
  height: 100%; }

.pano-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; }

.pano-overlay-content {
  width: 60%;
  height: 10%;
  position: fixed;
  top: 40%;
  left: 20%;
  font-style: bold;
  font-size: 0.5em;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px #666666; }

.story-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  border-radius: 50%;
  transition: 1s;
  background: rgba(13, 20, 103, 0.8);
  left: 50%;
  top: 50%; }
  @media (max-width: 599px) {
    .story-overlay {
      margin-left: -35%; } }

.story-overlay-content {
  display: none;
  padding: 20% 10%;
  width: 80%;
  position: relative;
  left: 10%;
  text-align: center; }

.story-overlay-container.large .story-overlay-content {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 530px;
  margin-left: -280px;
  margin-top: -157px;
  padding: 0px;
  text-align: left; }

.story-overlay-container.large .story-overlay-content.image {
  width: 65vw;
  top: 100px;
  left: 17.5%;
  margin: 0; }

.story-overlay-content.image img {
  width: 70%; }

.story-overlay-description {
  width: 100%;
  margin-top: 30px; }

.story-overlay-content h2 {
  margin-bottom: 20px; }

/************* Resources Styles *************/
.database-container {
  width: 100%;
  height: 100%;
  background-color: white;
  color: #222222; }

.filters-container {
  width: 20%;
  float: left;
  padding-left: 5%;
  margin-top: 5%; }

.filter-container ul {
  height: 0px;
  overflow: hidden;
  transition: 1s; }
  .filter-container ul li {
    margin-left: 10px;
    cursor: pointer;
    color: black; }

.filter-title {
  cursor: pointer; }

.filter-title::before {
  content: '+';
  margin-right: 5px; }

.filter-title.active::before {
  content: '-';
  margin-right: 5px; }

.resources.container {
  float: right;
  width: 75%;
  overflow-y: scroll;
  max-width: 75%;
  margin-top: 75px;
  margin-right: 3%; }

.resource-description {
  line-height: 1 !important; }

.archive-row {
  width: 100%;
  height: 30%; }

.archive-column {
  width: 49%;
  display: inline-block; }

.resource {
  max-height: 30vh;
  overflow: hidden; }

.resources-title {
  position: relative;
  top: 45px;
  padding-bottom: .5%;
  margin-right: 3%;
  margin-left: 5%;
  border-bottom: 1px dashed black;
  font-size: 1.2em; }

/******* Pop Up Styles ***********/
@keyframes slideDown {
  0% {
    top: -100vh; }
  100% {
    top: 45px; } }

.pop-up-container {
  width: 70%;
  height: 100vh;
  position: fixed;
  top: 45px;
  left: 15%;
  background-color: rgba(255, 255, 255, 0.975);
  padding: 3%;
  animation: slideDown 1s;
  transition: 1s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  color: #222222;
  z-index: 1000; }
  @media (max-width: 599px) {
    .pop-up-container {
      width: 100%;
      left: 0%; } }

.pop-up-close {
  float: right;
  clear: both;
  cursor: pointer; }

.pop-up-content {
  vertical-align: top;
  margin-top: 7%; }

.pop-up-section {
  width: 85%;
  float: right; }

.about-title {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dashed black;
  font-size: 1.3em;
  font-weight: 100;
  font-family: "Barlow Condensed"; }

.about-menu-container {
  width: 15%;
  float: left;
  clear: both; }
  .about-menu-container ul li {
    cursor: pointer;
    font-weight: 400;
    color: #ababab;
    margin-top: 10px; }

.about-text {
  padding: 5px;
  width: 55%;
  padding-right: 25px; }
  @media (max-width: 599px) {
    .about-text {
      width: 90%;
      padding: 0px; } }
  .about-text h3 {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    color: #0028c1; }

.person-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  opacity: 0.55; }

.person-image:hover {
  opacity: 1; }

.about-img {
  float: right;
  width: 45%; }
  @media (max-width: 599px) {
    .about-img {
      width: 80%;
      padding: 0px;
      float: left; } }
  .about-img img {
    max-width: 100%;
    float: right; }

.people-info {
  width: 22%;
  right: 0;
  position: absolute;
  padding-right: 25px; }

/******* GRID *****************************/
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 60em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 1%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; } }

.hidden-sm {
  display: block; }

/******** Responsive **************/

/*# sourceMappingURL=style.css.map */
