body {
    margin:0;
    padding:0;
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}
p {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 425px) {
    p {
        font-size: 18px;
        line-height: 28px;
    }
}

.spacer {
  height: 6px;
}
a {
  color: #fab818;
  font-weight: bold;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

a:hover, a:visited {
    color: #FFFFFF;
}
#map {
    top:0;
    height: 100vh;
    width: 100vw;
    position: fixed;
}
#header {
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 1vh 2vw;
    background: none;
}
#header img {
  left: 0px;
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
}
/*
@media (max-width: 768px) {
    #header img {
        top: 7%;
    }
}

@media (max-width: 425px) {
    #header img {
      top: 10%;
      height: 75%;
    }
}
*/
#header h1, #header h2 {
      -webkit-box-align: center;
      align-items: center;
      color: rgb(255, 255, 255);
      display: flex;
      flex-direction: row;
      height: 30px;
      margin: 0px 0px 0px 15px;
      order: 2;
      padding: 12px 0px 0px 15px;
      position: relative;
      text-decoration: none;
      font-family: "Barlow", Helvetica, Arial, sans-serif;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      font-size: 0.75rem;
      line-height: 1rem;
      letter-spacing: 0rem;
}
/*
@media (max-width: 1920px) {
    #header h1 {
      margin: 1% auto 1%;
      width: 82%;
    }
}

@media (max-width: 1536px) {
    #header h1 {
        margin: 1.5% auto 1%;
        font-size: 14px;
        width: 75%;
    }
}

@media (max-width: 1024px) {
    #header h1 {
        font-size: 12px;
        margin: 1% auto 1%;
        width: 68%;
    }
}

@media (max-width: 768px) {
    #header h1 {
        font-size: 12px;
        margin: 2.5% auto 1%;
        width: 57%;
    }
}

@media (max-width: 600px) {
  #header h1 {
        font-size: 11px;
        text-align: right;
        width: 96%;
    }
}

@media (max-width: 425px) {
  #header h1 {
      width: 80%;
      margin-top: 15px;
      font-size: 10px;
    }
}

@media (max-width: 375px) {
  #header h1 {
      width: 82%;
      margin-top: 15px;
      font-size: 10px;
    }
}
*/
#background-video {
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#header p.hedp {
    text-align: center;
    font-family: 'franklin-gothic-urw', sans-serif;
    color: #DFD7D5;
    padding: 0 30% 0 30%;
    font-size: 1.6em;
    letter-spacing: .01em;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 1920px) {
    #header p.hedp {
        font-size: 1.3em;
        padding: 0 25% 0 25%;
    }
}

@media (max-width: 1536px) {
    #header p.hedp {
        padding: 0 18% 0 18%;
        font-size: 1.1em;
    }
}

@media (max-width: 1124px) {
    #header p.hedp {
        display: none;
    }
}

#mapInset {
            bottom:50px;
            right:30px;
            height: 180px;
            width:250px;
            max-width:100%;
            position: fixed;
            z-index: 1;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
        }
        #mapInset .mapboxgl-ctrl-bottom-left{
            display: none;
        }
        @media (max-width: 500px) {
            #mapInset {
                display: none;
            }
        }

        #freeExplore {
          border: solid 2px #c0afa5;
          color: #E1E0E0;
          padding: 20px;
          width: 60px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 20px;
          display: block;
          margin: 42% auto auto;
          font-family: 'Barlow', sans-serif;
          border-radius: 100px;
        }
        #freeExplore:hover {
            background-color: #fff;
            color: #000;
            cursor: pointer;
            transition: 1s;
        }

        #freeExplore.active {
            background-color: #fff;
            color: #000;
        }

        @media (max-width: 600px) {
          #freeExplore {
                display:none;
            }
        }

@media (max-width: 1024px) {
    #freeExplore {
        font-size: 16px;
        width: 100px;
        margin-top: 40%;
    }
}

@media (max-width: 768px) {
    #freeExplore {
        font-size: 16px;
        width: 100px;
        margin-top: 35%;
    }
}

h2.liftout {
  font-size: 2.2em;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10% 15%;
  line-height: 1.5em;
}

@media (max-width: 1536px) {
    h2.liftout {
        font-size: 1.2em;
        padding: 5% 13%;
    }
}

@media (max-width: 1024px) {
    h2.liftout {
        font-size: 1em;
        padding: 5% 10%;
    }
}

@media (max-width: 768px) {
    h2.liftout {
        font-size: 0.8em;
        padding: 5% 8%;
    }
}

@media (max-width: 425px) {
    h2.liftout {
        padding: 5% 1%;
    }
}

h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.2em;
}
h4 {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
h5 {
  font-weight: normal;
  float: left;
  margin: 1% 1% 0 0;
}
@keyframes extend {
	from {
		width: 0;
	}

	to {
		width: 25%;
	}
}

#loader {
	top: 0;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 0;
	background: #000;
	opacity: .9;
	transition: opacity 1s ease-out;
	pointer-events: none;
}

#loaderSpin {
	border: 5px solid #333;
	border-top: 5px solid #d3d3d3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: loadSpin 2s linear infinite;
	transition: opacity 0.5s ease-out;
	position: relative;
	top: 41%;
	margin: auto;
}

@keyframes loadSpin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#footer {
  width: 100%;
  min-height: 85vh;
  padding-top: 15vh;
  padding-bottom: 2vh;
  text-align: left;
  line-height: 25px;
  font-size: 13px;
  position: relative;
  z-index: 5;
  background: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.95) 100%), url('../images/footer.png');
  background-repeat: no-repeat;
  background-position: top;
  background-opacity: .1;
  background-size: cover;
}

@media (max-width: 1024px) and (max-height: 425px) {
  #footer {
  min-height: 130vh;
  font-size: 10px;
  }
}

#footer img {
  right: 2%;
  position: absolute;
  bottom: 3%;
}

@media (max-width: 1024px) {
  #footer img {
    width: 264.75px;
    height: 150px;
  }
}

  @media (max-width: 768px) {
    #footer img {
      width: 88.25px;
      height: 50px;
    }
  }

  @media (max-width: 425px) {
    #footer img {
      bottom: -87px;
    }
  }

@media (max-width: 768px) {
  #footer {
    background-position: 0% 75%;
    background-size: contain;
  }
}

p#footer-banner {
  background: rgba(22, 75, 160, .75);
  width: 100%;
  font-size: 28px;
  padding: 1% 5% 7%;
  text-align: left;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) and (max-height: 425px) {
  p#footer-banner {
  font-size: 16px;
  }
}

@media (max-width: 1024px) {
  p#footer-banner {
  font-size: 14px;
  }
}

@media (max-width: 1440px) {
  p#footer-banner
  {
    padding-bottom: 8%;
  }
}

@media (max-width: 1024px) {
  p#footer-banner
  {
    padding-bottom: 10%;
  }
}

@media (max-width: 768px) {
  p#footer-banner
  {
    font-size: 14px;
    padding-bottom: 12%;
  }
}
@media (max-width: 425px) {
  p#footer-banner
  {
    font-size: 14px;
    padding-bottom: 47%;
    margin-bottom: -95px;
  }
}
p#footer-footnote {
  margin-left: 5%;
  font-size: 14px;
  position : absolute;
  bottom: 1%;
}

@media (max-width: 1440px) {
  p#footer-footnote {
  font-size: 12px;
}
}

@media (max-width: 768px) {
  p#footer-footnote {
  bottom: 0;
}
}

@media (max-width: 1024px) and (max-height: 425px) {
  p#footer-footnote {
  font-size: 10px;
  }
}

button {
  background-color: #d10d7e;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  font-size: 21px;
  border: none;
  margin: 10px auto;
  font-family: "Barlow", sans-serif;
}

@media (max-width: 1440px) {
button {
  font-size: 16px;
}
}

@media (max-width: 768px) {
button {
  font-size: 14px;
  padding: 5px;
  margin-bottom: 15px;
}
}

button:hover {
  background-color: #ad0266;
  transition: 1s;
  cursor: pointer;
}

#features {

}
.hidden {
    visibility: hidden;
}
.centered {
    width: 50vw;
    margin: 0 auto 0 25vw;
}

.lefty {
    width: 33vw;
    margin-left: 5vw;
}

.righty {
    width: 33vw;
    margin-left: 62vw;
}

@media (max-width: 750px) {
  .righty .light {

  }
}

/* Modify text box borders and other shape properties
.lefty .light {

}
.righty .light {

}
.centered .light {

}

@media (max-width: 750px) {
  .centered .light {

  }
}

@media (max-width: 750px) {
  .lefty .light {
    border-radius: 25px;
  }
}
*/


.fully {
    width: 100%;
    margin: auto;
}
.light {
  color: #444;
  background-color: rgba(22, 75, 160, .75);
}

/* CUSTOM FRAME STYLES */

/* TOP FRAME */
#INTRO .light {
  margin-top: 90%;
}

@media (max-width: 425px) {
  #INTRO {
    margin-top: 0 !important;
  }
}

@media (max-width: 425px) {
  #INTRO .light {
    margin-top: 0 !important;
  }
}

/* FULL WIDTH VIDEO */

p#mobileview {
  display:none;
}

@media (max-width: 530px) {
  p#mobileview {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 90px auto auto 0;
    display: inline-flex;
  }
}

#VIDEOTEXT-1 .light {
  padding: 0;
  background: none;
}

@media (max-width: 425px) {
#VIDEOTEXT-1 {
  margin-top: 0 !important;
}
}

#INTROA1 .light {
  padding: 0;
}

#INTROA1 .light p {
  padding: 35px;
}

#INTRO2 .light {
  padding: 0;
}

#INTRO2 .light p {
  padding: 10px 35px 35px;
}

#INTRO2-ANIM .light {
  padding: 0;
}

#CH03 .light {
  padding: 0;
}

#CH03 .light p {
  padding: 10px 35px 35px;
}

#CH05A .light {
  padding: 0;
  background: none;
}

#CH05B .light {
  padding: 0;
}

#CH06 .light {
  padding: 0;
  background: none;
}

.xtrapad {
  padding: 10px 35px 30px;
}

.xtrapad2 {
  padding: 10px 35px 0;
}

#CH07 {
  width: 38vw;
  margin-left: 48vw;
}

@media (max-width: 550px) {
  #CH07 {
    margin: 0;
    width: 100%;
  }
}

#CH07 img {
  width: 70%;
  margin-top: -260px;
}

#CH08 .light {
  padding: 0;
}

#liftout-overlay {
  margin-top: -819px;
  width: 50%;
  margin-bottom: 75vh;
  background-color: rgba(22, 75, 160, .75);
  text-align: left;
  margin-right: 66vw;
  margin-left: 45vw;
  position: relative;
  padding: 35px;
}

@media (max-width: 1440px) {
  #liftout-overlay {
    margin-top: -600px;
  }
}

@media (max-width: 1024px) {
  #liftout-overlay {
    font-size: 14px;
    margin-top: -400px;
  }
}

@media (max-width: 550px) {
  #liftout-overlay {
    width: 85%;
    margin-top: -5px;
    margin-left: 0;
  }
}

#CH09 .light {
  padding: 0;
}

#CH10 {
  margin-bottom: 75vh;
  margin-top: 30vh;
}

#CH11A .light {
  margin-bottom: 100vh;
  padding: 0;
}

#CH11A img {
  margin-top: -650px;
}

#CH11A .bottom-offset {
    margin-bottom: -1042px;
}

@media (max-width: 1920px) {
    #CH11A .bottom-offset {
      margin-bottom: -800px;
    }
}

@media (max-width: 1440px) {
    #CH11A .bottom-offset {
      margin-bottom: -600px;
    }
}

#CH11B img {
  margin-top: -430px;
}

#CH11B .light {
  padding: 0;
}

#CH12 .light {
  padding: 0;
}

#CH13B .light {
  padding: 0;
  margin-bottom: 50vh;
}

#CH14 .light {
  padding: 0;
  margin-bottom: 50vh;
}

#CH14 img {
  margin-top: -400px;
}

#CH15A .light {
  padding: 0;
}

@media (max-width: 550px) {
  #CH15A {
    margin: 0;
    width: 100%;
  }
}

#CH15B {
  width: 38vw;
  margin-left: 48vw;
}

@media (max-width: 550px) {
  #CH15B {
    margin: 0;
    width: 100%;
  }
}

#CH15A img {
  margin-top: -430px;
}

#CH15B img {
  width: 70%;
  margin-top: -140px;
}

#CH17A .light {
  padding: 0;
  background: none;
}

#CH17B .light {
  padding: 0;
}

@media (max-width: 1920px) {
    #CH17B .bottom-offset {
      margin-bottom: -200px;
    }
}

@media (max-width: 1440px) {
    #CH11B .bottom-offset {
      margin-bottom: -100px;
    }
}

#CH18 {
  width: 38vw;
  margin-left: 48vw;
  margin-top: 50vw;
}

@media (max-width: 550px) {
  #CH18 {
    margin: 0;
    width: 100%;
  }
}


#CH18 img {
  width: 70%;
  margin-top: -260px;
}

#CH19A .light {
  padding: 0;
}

#CH20 .light {
  padding: 0;
}

#CH21 .light {
  padding: 0;
  margin-bottom: 20vh;
}

#CH22 .light {
  padding: 20px;
  background: none;
}

p.top-narrative {
  padding: 2% 35% 0;
}

@media (max-width: 1920px) {
  p.top-narrative {
    padding: 0 30% 0;
  }
}

.html-video-container {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	opacity: 1 !important;
  padding: 0;
}

.padding {
  padding: 5px 50px;
  font-size: 19px;
  line-height: 1.4286;
  color: #e4e4e4;
}

.dark {
    color: #fafafa;
    background-color: #FFB81C;
}
.step {
    padding-bottom: 50vh;
    /* margin-bottom: 10vh; */
    opacity: 0.25;
}

.step {
    opacity: 0.95;
}

-solid {
	opacity: .99 !important;
}

.step div {
    padding:  5px 50px;
    line-height: 25px;
    font-size: 13px;
}

@media (max-width: 425px) {
  .step div {
      padding:  5px 20px;
  }
}
ul {
    list-style-type: square;
}

.adjust-right {
  margin-left: 15px;
}

.step img {
    width: 100%;
}

@media (max-width: 750px) {
    .centered, .lefty, .righty, .fully {
        width: 100vw;
        margin: 39% auto;
    }
}

/* Legend CSS */

.legend {
  position: fixed;
  bottom: 50px;
  color: #E4E4E4;
  padding: 10px 50px;
  display: none;
  z-index: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}

p.footnotes {
  color: #CCC;
  font-size: 18px;
  padding: 0 !important;
}

.legend img {
  height: 85%;
  width: 85%;
}

.left-legend {
  right: 0;
}

.right-legend {
  left: 0;
}

@media (max-width: 460px) {
    .legend {
        z-index: 0;
        display: none !important;
    }
}

@media (max-height: 425px) {
    .legend {
        z-index: 0;
        display: none !important;
    }
}


.legend h4 {
    margin: 0 0 10px;
}


ul.legend-ul {
  padding: 0;
  list-style-type: none;
}

ul.legend-ul li {
  float: left;
  padding-right: 10px;
}

.legend div span {
    display: inline-block;
    height: 10px;
    width: 30px;
    margin-right: 5px;
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: unset;
}

.mapboxgl-ctrl-attrib-inner {
  padding-right: 15px !important;
}

.mapboxgl-ctrl-bottom-left {
    left:100px;
}

/* Popup boxes */

.mapboxgl-popup-content {
  font-family: 'Barlow', sans-serif;
  color: #000;
}

.mapboxgl-popup-content strong {
  font-size: 14px;
  color: #000;
}

.mapboxgl-popup-content p  {
  font-size: 13px;
  line-height: 1.4286;
  color: #000;
}

.mapboxgl-popup-close-button {
  font-size: 24px;
}

.mapboxgl-ctrl-top-right {
    top: 1% !important;
    right: 1% !important;
}

/* VIDEO CSS */

.html-video-container {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	opacity: 1 !important;
}

/* YouTube fallbacks */

.video-container {
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 40px !important;
	border-radius: 0 !important;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
