/* html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: initial;
  } */

  


  body{
      margin:0;
      padding:0;
      font-family: 'PT Serif', serif;
      color:#e2e2e2;
      background-color:#232f3b
    }

  p{
      font-size:20px;
      line-height: 36px;
  }
  
  h3{
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 1em;
      margin-top: 0.8em;
      font-family: 'PT Sans Narrow';
      font-weight: bold;
      color: #f4f4f4
  }
  h4{
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 25px;
    color: #f4f4f4;
  }
  
  .editorials{
      text-align: center;
  max-width: 800px;;
  }
  
  h3.opening-par{
      margin-top:3em;
      font-family: 'Pt serif';
      font-weight: initial;
  }

  h3.findings{
      font-family: 'Pt serif';
      font-weight: initial;
  }
  
  :global(body) {
      overflow-x: hidden;
  }
  
  /* general styles  */
  
  /* quote {
      margin: 2vh;
      display:inline-block;
      margin-left:1em;
  } */
  
  .line{
      width: 112px;
      height: 47px;
      border-bottom: 2px solid white;
      position: relative;
      margin: auto;
      margin-bottom: 5vh;
      justify-content: center;
      }

      .highlight {
        padding: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    font-weight: 700;
    color: #282f42;
    box-shadow: 1px;
    }
  
      
      
      .red{
        background-image: url(../img/viz-pattern/red.png); 
        background-size: cover;
        /* background-blend-mode: difference; */
        color: #f4f4f4
      }
      
      .grey{
      background-image: url(../img/viz-pattern/grey.png);
      color: #f4f4f4;
      background-size: cover;
      }
      
      .yellow{
        background-image: url(../img/viz-pattern/yellow.png);
        color: #333333;
        background-size: cover;
      }

      .blue{
        background-image: url(../img/viz-pattern/blue.png);
        color: #333333;
        background-size: cover;
      }

      .purple{
        background-image: url(../img/viz-pattern/pink.png);
        color: #f4f4f4;
        background-size: cover;
      }

      .orange{
        background-image: url(../img/viz-pattern/orange.png);
        color: #f4f4f4;
        background-size: cover;
      }
  
      .quote{
          color: #fff;
      }
  
  nav {
      list-style: none;
  }

  li{
    list-style-type: none;
  }
  
  a {
      text-decoration: none;
      opacity: 1;
      color: #fff;
      border-bottom: 1px solid #f3f3f3;
      cursor: pointer;
  
  
  }
  
  a:hover {
      opacity: 1;
      color:#efc530;
      border-bottom: 1px solid #efc530;
  }
  
  a.btn {
      border-radius: 4px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      background-color:#ffffff;
      opacity:1;
  }
  
  a.link {
      font: normal 20px sans-serif;
      color: #ffffff;
      /* text-decoration: underline; */
  }

  a.author-link{
    color: #f4f4f4;
    border-bottom:none;
  }

  a.lightbox-1{
      border-bottom: none;
  }

  .enlarge{
    text-align: right;
    padding-right: 1.7em;
    font-size: 12px;
    font-family: 'PT Serif';
    display: none;
  }
  
  
  p.long-quote {
      /* margin-left: 1em;
      margin-right: 1em; */
      padding: 0.4em;
      margin-top:1.2em;
      font-family: "Droid Serif", serif;
      /* font-size: 20px; */
      /* margin-top: 2em; */
      /* margin-bottom: 2em; */
    background-color: #fffaf0;
    color: #333333;
    text-justify: inter-word;
    line-height: 28px;
    width: auto;
  }

  p.long-quote-text {
    margin-left: 1em;
    margin-right: 2em;
    padding-left: 1em;
    border-left: 3px solid #c6e7fa;
    font-family: "PT Serif", sans-serif;
    font-size: 24px;
    margin-top: 2em;
    margin-bottom: 2em;
    
}

.panel > p.long-quote-text.wide{
    margin-left: 0;
}
  
  .caption{
text-align:right;
padding-top: 1vh;
padding-bottom: 4vh;
/* margin-right: 2em; */
font-style:italic;
font-size: 0.9rem;

  }
  
  ul {
      list-style: none;
  }
  
  .grid {
      width: 100%;
      display:flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  hr {
      width: 250px;
      height: 3px;
      background-color: #333333;
      border: 0;
      margin-bottom: 50px;
  }
  
  .row h3.title {
      text-transform: capitalize;
      font: bold 32px "PT Serif", sans-serif;
      margin-bottom: 30px;
      text-align: center;
  }
  
  /* Header styles */
  
  header {
    position: fixed;
    background-color: #c7432b;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10px 0;
    animation: 1s fadein 0.5s forwards;
    opacity: 0;
    color: #fff

}
  
  @keyframes fadein {
      100% {
      opacity: 1;
  }
  }
  
  header h2 {
      font-family: "PT Serif" sans-serif;
  }
  
  header nav {
      display: flex;
      margin-right: -15px;
      position: -webkit-sticky; /* Safari */
      position:sticky;
  }
  
  header nav li {
      margin: 0 15px;
  }
  
  .logo {
      width: 95px;
      height: 30px;
      top: 0%;
      position: fixed;
  }
  
  .logo img{
      float: left;
      position: relative;
      display: inline-flex;
      z-index: 1001;
      max-width: 130px;
      padding-left: 5px;
      height: auto;
      opacity: 1;
  }
  .logo img:hover{
      opacity:0.8;
  }

  #logo-large{
      padding-top:11px;
  }
  
  #logo-small{
      display: none;
  }
  
  .share-icons {
      position: fixed;
      top: 14px;
      right: 10px;
      color: #ffffff;
      font-size: 12px;
      padding: 5px;
      padding-top: 0px;
  }
  
  .fa-stack a{
      color: #efc530;
  }
  
  .share-icons .fa-stack {
      opacity: 1;
  }
  
  .share-icons .fa-stack:hover {
      opacity: 0.7;
  }
  
  
  /* herostyle */
  
  p{
  color: #f3f3f3;
  }
  
  section:not(.hero){
      background-color: rgb(35, 47, 59);
      }
  
  /* .hero {
      height: 60vh;
      display: flex;
      place-items: center;
      flex-direction: column;
      justify-content: center;
      text-align: center;
  } */
  
  #intro-background {
      position: absolute;
      width: 100%;
      height: 900px;
      z-index: -5;
      overflow: hidden;
  }
  
  #intro-vid {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: inherit;
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
}
  
  #article-title {
      margin: auto;
      text-align: center;
      max-width: 1080px;
  }
  
  #article-title h1{
      font-size: 42px;
  }
  
  #article-title h1, #article-title h2{
      text-shadow: 0px 2px 5px #222;
      -webkit-animation: 3s ease 0s normal forwards 1 fadein;
          -moz-animation: 3s ease 0s normal forwards 1 fadein;
          -ms-animation: 3s ease 0s normal forwards 1 fadein;
          -o-animation: 3s ease 0s normal forwards 1 fadein;
          animation: 3s ease 0s normal forwards 1 fadein;
  }
  
  h2> span.title-highlight{
      font-size: 24px;
  }

  
  
  .hero h1 {
      color: #000000;
      font: bold italic 30px "PT Serif", Arial, serif;
      /* filter: drop-shadow(3px 3px 2px #666666); */
      text-transform: uppercase;
      overflow: hidden; /* Ensures the content is not revealed until the animation */
      border-right: .15em solid #000000; /* The typwriter cursor */
      white-space: nowrap; /* Keeps the content on a single line */
      margin: 0 auto; /* Gives that scrolling effect as the typing happens */
      letter-spacing: .10em; /* Adjust as needed */
      z-index: 6;
      animation: 
        typing 3.5s steps(30, end),
        blink-caret .5s step-end infinite;
    }
  
  /* video section */
  #inline-vid {
      margin-bottom: 2em;
      height: auto;
      width: 100%;
  }

  .inline-img{
    width:100%; 
    margin:auto;
    height: auto;
  }

  video::-webkit-media-controls-play-button {
    background-size: 40px;
      }
  
      
      video::-webkit-media-controls-play-button ::-internal-media-controls-button-hover-background{
          display: none !important;    
      }

      video::-webkit-media-controls-play-button {
        background-color: #c7432b;
        border-radius: 50%;
        padding: 5%;
        margin:-5%;
        position: fixed;
        left:50%;
        top:50%;
      }

      video::-webkit-media-controls-fullscreen-button{
          display: none;
      }

      /* video::-webkit-media-controls-play-button:hover{
        background-color: rgba(32, 33, 36, 0);
        transition: background-color 0.25s ease 0s;
    } */

    video::-webkit-media-controls-play-button input[pseudo="-webkit-media-controls-play-button" i]:hover{
        display: none !important;
    }

    .background-tint > .tint, .background-tint > .blur{
        background-color: #c7432b;
    }

  
  
  .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* background-color: ; */
    }
    
    .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .paperstacks{
        width: 100%; 
        margin: auto; 
        margin-bottom: 2em; 
        mix-blend-mode: lighten;
    }

    .video-border{
        box-shadow: 4px 4px 1px #c7432b;
    }
  
  .hero {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  height: auto;
  position:absolute;
  background-size:cover;
  z-index: 1;
  background-color: #333333;
  opacity: 1;
  overflow: hidden;
  transform:scale(2) translateY(200px);
  /* max-width:100px; 
  justify-content: center; */
  }
  
  .video-container{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  height: auto;
  position:absolute;
  background-size:cover;
  z-index: 1;
  background-color: #333333;
  opacity: 1;
  overflow: hidden;
  transform:scale(2) translateY(200px);
  
  }
  
  .hero-content-area {
      opacity: 1;
      margin-top: 100px;
      z-index: 7;
  
  }
  
  .hero h2 {
      margin-top: 0;
      font-weight: 200;
  }
  
  /* section {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 100px 80px;
      background-color: rgb(35, 47, 59);
  } */
  
  .row{
  max-width: 800px;
  margin: auto;
  /* order important so don't override new syntax with old */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  --bs-gutter-x: 5rem;
  }
  
  .wide{
      max-width: 1080px;
      width: 100%;
      margin: 3em auto;
  }
  
  .full {
      max-width: 1500px;
      width: 100%;
      margin: 3em auto;
  }
  
  .central {
      max-width: 750px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
  
      /* position: relative; */
      /* display: flex;
      flex-direction: column; */
      /* align-items: center; */
      /* padding: 100px 80px; */
      /* background-color: rgb(35, 47, 59); */
  }

  #menu> a {
      align-items: center;
      margin-top: 20vh;
  }
  
  #section-1 {
      height: 900px;
      width: 100%;
      max-width: 1200px;
  }
  
  #inline-chart-container{
      height: 60vh;
      margin: auto;
      width:90%;
      margin-bottom: 1rem;
  }

  .highcharts-legend-item:hover .customLegend{
    color:#d3d3d3;
  }
  
  
  .spacer {
  height: 40vh;
  }
  
  .sticky {
    position: -webkit-sticky; /* Safari */  
  position: sticky;
  top: 15%;
  flex: 1 1 35%;
  width: 35%;
  margin-top:40vh;
  height: 100%;
  }
  
  .section-container {
  margin-top: 1em;
  text-align: center;
  transition: background 100ms;
  display: flex;
  }
  
  .step {
  height: 80vh;
  display: flex;
  place-items: center;
  justify-content: center;
  }
  
  .step-content {
  font-size: 1rem;
  background: whitesmoke;
  color: #ccc;
  border-radius: 5px;
  padding: .5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 500ms ease;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  text-align: left;
      width: 75%;
      margin: auto;
      max-width: 500px;
  }
  
  .step.active .step-content {
      background: white;
      color: black;
  }
  
  .steps-container {
  flex: 1 1 65%;
  z-index: 10;
  height:100%;
  }
  
  #chart-container{
      height:70vh;
  }
  
  .loaded1, .loaded2, .loaded3, .loaded4, .loaded5 .loaded6 .loaded7 .loaded8 .loaded9 .loaded10 .loaded11 .loaded12 .loaded13 .loaded14 .loaded15 .loaded16 .loaded17{
      animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
  }
  
  @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }
  
  
  #media-container{
      position: absolute;
      height: 66vh;
      width:100%;
      top:5vh;
  }
  
  .media1{
      height: 300px;
      width:100%;
  }
  
  .scrolly-vid{
      width: 100%;
  }
  
  
  
  .methodology > h3{
      text-align: center;
      font-family: 'PT Sans', sans-serif;
  }
  
  .methodology > h4{
      font-family: 'PT Sans', sans-serif;
      font-size: 25px;
  }
  

  
  /* droplinks */

  
  li.droplinks-ragouts > a{
  border-bottom: none;
  }

  li.droplinks-ragouts > a img{
    margin-top:1em;
    width: 80%;
    opacity: 0.94;
  }
  .tilt-right {
  transform:rotate(-0.8deg)
    }
    .tilt-righter {
        transform:rotate(-1.3deg)
            }

    .tilt-left {
        transform:rotate(0.8deg)
            }

    .tilt-lefter {
    transform:rotate(1.3deg)
        }


  li.droplinks-ragouts :hover{
    opacity: 1;
    transition: transform 0.15s;
    transform: scale(0.999);
    transform: rotate(0.3deg)
    }

    /* li.droplinks-ragouts :active{
    transition: transform 0.2s;
    transform: scale(0.95);
} */
  
  .droplinks{
      padding-bottom: 0; background-color: #f3f3f3;
  }
  
  .droplinks > h3, .droplinks > p {
      color: #333333;
      margin-bottom: 1em;
  }
  
  .droplinks .grid li {
      background-color: #ffffff;
  
      height:500px;
      padding: 20px;
      background-clip: content-box;
      background-size: cover;
      background-position: center;
      /* background-color: #666666 */
      }
      
      /* .body {
      background-color: #ffffff;
      color: #0b4572;
      } */
      
      .droplinks .grid li.small {
          flex-basis: 20%;
      }
      
      .droplinks .grid li.large {
          flex-basis: 20%;
      }
      
     
  
  
  
  /* droplinks */
  
  
  .droplinks .grid li i {
      color: rgb(35, 47, 59);
    }
  
   /* droplinks .p {
        color: rgb(35, 47, 59);
    } */
  
    .h4,
    h4 {
      line-height: 1.8;
    }
  
    .h1,
    h1 {
      line-height: 1.2;
      font-size: 30px;
      color:#fff;
      /* bottom: 0.1; */
    }
  
    .h2,
    h2 {
      line-height: 1.7;
    }
  
    .droplinks .grid li h4 {
      font-size: 20px;
      margin: 25px 0;
    }
  
    
  
  /* methodology section */

  .methodology{
      background-color: #f3f3f3;
      margin-top: 10%;
      padding-top: 5vh;
  }
  
  
  .methodology p, .methodology a{
          /* font-size:14px; */
          /* line-height: 30px; */
          color: rgb(35, 47, 59);
      }

     .methodology h3{
          font-size: 30px;
          line-height: 42px;
          margin-bottom: 0;
          margin-top: 1.5em;
          color: rgb(35, 47, 59);
  
      }
  
      .methodology h4{
          font-size: 24px;
          line-height: 42px;
          margin-bottom: 1em;
          margin-top: 1.5em;
          color: rgb(35, 47, 59);
  
      }

      .methodology .line{
        border-bottom: 2px solid #232f3b
      }

      p.thanks{
          font-style: italic;
          margin-bottom: 2em;
      }
 
      .panel img {
        width: 100%;
        height: auto;
        /* box-shadow: 8px 8px 8px #111111; */
        margin: 1em 0;
      }
      .panel img:hover{
          cursor: pointer;
      }