@charset "UTF-8";


* {
  box-sizing: border-box;
}

body {
  font-family: "Benton Sans Bk", sans-serif;
  font-family: "Gill Sans", sans-serif;
  font-family: "neulis-light", sans-serif;
  font-weight:100;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 6rem;
  margin:0;
}

b{
  font-family: 'Benton Sans Medium', sans-serif;
  /* font-family: "neulis-bold", sans-serif; */
  font-weight: 500;
  font-size:1.3rem;
}

nav{
  float:left;
  width: 20%;
}
body main {
  margin-top: 8rem;
  /* padding:0 30px; */
  float:left;
  width:80%;
}
header{
  position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom:1px solid #FFF;
}
.logo{
  width:200px;
  height: 64px;
}
.logo img{
  max-width:100%;
}
body section.fixed-header {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  background-color: black;
  min-height: 2.5rem;
}

body section.fixed-header h2 {
  display: inline;
}
body section.fixed-header h2 a {
  font-weight: 100;
  font-size: 2.5rem;
  color: white;
  border-bottom: none;
}
body section.fixed-header .info-open {
  float: right;
  font-size: 2rem;
  vertical-align: middle;
  min-height: 2.5rem;
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem;
  color: white;
}
body h1 {
  font-family: 'Publico Banner Web';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  color: #FFF;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}

body h2{
  font-family: 'Publico Banner Web';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 40px;
}

body dl > div dd .copy h2 {
  padding: 60px 20px 0 20px;
}

body dl {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
body dl > div {
  padding: 0.5rem 0;
}
body dl > div dt {
  /* margin-bottom: 2rem; */
}
dd{
  margin:0;
  padding-top:0;
}
body dl > div dt:target ~ dd {
  display: block;
}
body dl > div  {
  margin: 0;
  display: none;
  height: 100%;
  width: 100%;
  background-color: white;
  color: black;
  position: fixed;
  top: 0rem;
  left: 20%;
  z-index: 0;
  /* padding: 3.5rem 0rem 7rem 0rem; */
  height: 100%;
  overflow-y: auto;
  font-size: 1.85rem;
}
body dl > div dd {
  margin-bottom:80px;
}
body dl > div dd p {
  /* padding: 0 1rem 0 2rem; */
  font-size:1.1rem;
  font-family: "Benton Sans Bk", sans-serif;
  font-weight:100;
  color: #FFF;
}
body dl > div dd figure {
  max-width: 100%;
  margin: 0;
}
body dl > div dd figure img {
  max-width: 100%;
}
body dl > div:target {
  display: block;
}
body aside#credits {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  margin: 0;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 6rem;
  z-index: 100;
}
body aside#credits p {
  padding: 0.5rem;
}
body aside#credits header {
  position: fixed;
  top: 0;
  right: 0;
}
body aside#credits header p {
  text-align: right;
  margin: 0rem;
}
body aside#credits header p a.close {
  color: #EAE8DE;
  padding: 0.5rem;
  border-bottom: none;
  font-family: "Benton Sans Bk", sans-serif;
  /* font-family: "Gill Sans", sans-serif;
  font-family: "neulis-light", sans-serif; */
  font-weight:100;
}
body aside#credits section.fine-print p {
  font-size: 1rem;
}
body aside#credits:target {
  display: block;
}
body a {
  color: black;
  text-decoration: none;
  /* border-bottom: 0.1rem solid black; */
}

button.play{
  font-size:2rem;
  padding:10px;
  margin:10px;
}

button.play:focus, button.play:hover{
 /* outline:1px dashed #000; */
}

main figure {
    width: 50%;
    margin-right: 30px;
    /* float: left; */
    position: fixed;
    left: 0;
    z-index: 100;
    text-align:center;
    background-color:#FFF;
}

main figure img {
    max-height:calc(70vh);
    width:auto;
    /* margin-top:20px; */
}

.copy {
    display: block;
    float: left;
    width: 35%;
    margin-left: 55%;
    position:relative;
    top:0px;
}


.audio_menu button:focus, .audio_menu button:hover {
    background-color: #eee;
    outline: none;
  }

.audio-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
.audio-wrapper button {
  font-size: 1.2rem;
  font-family: inherit;
  background-color: transparent;
  border: none;
  color: black;
  /* padding: 0.5rem 0.5rem; */
  width:25px;
  height:25px;
  text-align: center;
  text-decoration: none;
  font-weight: inherit;
}

.audio-wrapper button.stops {
  float: left;
}
.audio-wrapper .scrub-bar {
  width: 100%;
  height: 2.5rem;
  background-color: #000000;
}
.audio-wrapper .scrub-bar-played {
  background-color: #ED1B23;
  width: 0%;
  height: inherit;
  position: absolute;
  left: 0;
}
.audio-wrapper .scrub-bar-loaded {
  background-color: #ED1B23
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-wrapper .scrub-bar-head {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: black;
}
.audio-wrapper .current-time, .audio-wrapper .current-title {
  position: absolute;
  color: white;
  height: 2.5rem;
  vertical-align: center;
  margin-top: 0.5rem;
  z-index: 100;
  user-select: none;
  cursor: default;
  font-size:.8rem;
}
.audio-wrapper .current-title {
  left: 5px;
  margin-left: 0.5rem;
}
.audio-wrapper .current-time {
  right: 5px;
  margin-right: 0.5rem;
}


/* HIGH DESKTOP STYLES */

div dt>a {
    display: none;
}

body dl > div dd figure {
    max-width: 900px;
    /* margin: auto; */
}

body dl > div dd p {
    padding: 0 20px;
    max-width: 900px;
    font-family: "Benton Sans Bk", sans-serif;
    /* font-family: "Gill Sans", sans-serif;
    font-family: "neulis-light", sans-serif; */
    font-weight:100;
    color: #FFF;
    /* margin: auto; */
}

body dl > div {
    /* top: 10rem; */
    padding: 3.5rem 0rem 15rem 0rem;
}

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




#main-menu {
  margin-left:0;
  list-style: none;
  position: relative;
  width: 850px;
  height:100vh;
  padding-left:0;
  margin-top:0;
  background-color:#333333;
  width:200px;
  padding-top: 20px;
}
#main-menu  li {
  display: inline;
}
#main-menu  li a {
  color: #333;
  font-size: 14px;
  display: block;
  float: none;
  padding: 8px 5px 4px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Benton Sans Bk", sans-serif;
  /* font-family: "Gill Sans", sans-serif;
  font-family: "neulis-light", sans-serif; */
  font-weight:100;
  margin:0 10px;
}
#main-menu li a:hover {
  color: #FFF;
  text-decoration:underline;
}
#main-menu  li a.active {
  color: #fff;
  z-index: 100;
  position: relative;
}

button.close {
    z-index: 100;
}

.mobile_menu{
  display:none;
}
.intro_list{
  display:none;
}
ul.other_links{
  position:absolute;
  bottom:0;
  list-style-type:none;
  margin-left:30px;
  padding:0;
}

ul.other_links li a{
  position:absolute;
  bottom:0;
  list-style-type:none;
  margin-left:0px;
  padding:0;
  font-size: 14px;
  color:#FF0000;
  width:150px;
}

ul.other_links li a:hover{
 color:#000;
}

ul.other_links li:last-child{
  display:none;
  margin-left:0;
  padding:0;
}

/* @media screen and (max-width: 768px) { */

  body dl > div  {
    left: 0;
    margin:0;
  }

  body dl > div dd p{
    padding:0 20px;
  }

  body dl > div dd p:last-child{
    padding-bottom:175px;
  }

  body dl > div dd h2{
    padding: 20px 20px 0 20px;
  }

  body main{
    width:100%;
    float:none;
    padding-right:15px;
  }

  body dl > div {
      top: 3rem;
      padding: 3.5rem 0rem 15rem 0rem;
  }

  .logo{
    width: calc((30px * 11) + (10px * 11));
    max-width:100%;
    z-index:20;
    position:fixed;
    top:15px;
    height:44px;
    left:50%;
    transform:translatex(-50%);
  }
  .logo img{
    position:fixed;
    top:0px;
    left:0px;
    width:130px;
    max-width:130px;
    height:auto;
    z-index:40;
  }
  .intro_list{
    display:block;
    list-style-type:none;
    width:90%;
    margin-top:60px;
    padding-left: 0;
  }
  .intro_list li{
    margin:0;
    padding:0;
    text-align:center;
    font-size: 1.5rem;
    padding-bottom:2rem;
  }
  .intro_list li a{
    text-decoration:underline;
    text-transform:uppercase;
  }
  .intro_list li a:hover{
    text-decoration:none;
  }
  .intro_list li a:hover:before{
    content: open-quote;
   }
  .intro_list li a:hover:after {
    content: close-quote;
  }
  .mobile_menu {
      position: fixed;
      display:block;
      right: 0px;
      top: 20px;
      text-align:right;
      color:#000;
      border: none;
      width: calc((30px * 11) + (10px * 11));
      max-width:100%;
      left:50%;
      transform:translatex(-50%);
      background-color:inherit;
      z-index: 50;
      font-size:1.2rem;
      height:30px;
      border-bottom:none;
      font-family: "Benton Sans Bk", sans-serif;
      /* font-family: "Gill Sans", sans-serif;
      font-family: "neulis-light", sans-serif; */
      font-weight:100;
  }
  /* .mobile_menu:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 0.25rem;
      width: 1.5em;
      height: .25rem;
      background: black;
      box-shadow: 0 0.5em 0 0 black,
                  0 1em 0 0 black;
  } */

  nav{
    visibility:hidden;
    position:fixed;
    top:0px;
    left:100%;
    transition: .5s;
    height:100vh;
    background-color:#222;
    background-color:#333333;
    z-index:100;
    width:5000px;
  }
  nav.open{
    position:fixed;
    top:0px;
    z-index:100;
    visibility:visible;
    transition: .5s;
    left: 20%;
    height:100vh;
    background-color:#222;
    background-color: #333333;
    max-width:80%;
    width:80%;
  }
  #main-menu{
    padding-left:0;
    /* padding-top:50px; */
    max-height:100vh;
    height:100vh;
    overflow:hidden;
    height:auto;
    width:100%;
    margin-top: 25px;
    transition: max-height 0.2s ease-out;
    z-index: 50;
    background-color:#222;
    background-color: #333333;
  }
  #main-menu li a{
    margin: 0;
    padding-left:20px;
    float:none;
    padding-bottom:10px;
    color:#FFF;
  }
  #main-menu li a.active {
    background-color:#000;
    width:100%;
    padding-bottom:10px;
  }

  ul.other_links{
    margin: 0 auto;
    list-style: none;
    float:none;
    padding-left:20px;
    margin-top:10px;
    color:#FFF;
    position:absolute;
    top:0;
    left:0;
    width:100%;
  }
  ul.other_links li a{
    color:#FFF;
    font-size: 14px;
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: arial, sans-serif;
    color:#FFF;
    position:absolute;
    top:350px
  }
  ul.other_links li a:hover{
    color:#FFF;
    }
  ul.other_links li:last-child{
      display:block;
  }
  ul.other_links li:last-child button{
    position:absolute;
    top:20px;
    right:20px;
    text-transform:uppercase;
    color:#FFF;
    background-color:#222;
    background-color: #000000;
    border:0;
    font-size:1rem;
    font-family: "Benton Sans Bk", sans-serif;
    font-weight:100;
  }
  .audio_menu{
    position:fixed;
    top:54px;
    width:100%;
    height:65px;
    background:#FFF;
    /* border-bottom:1px solid #000; */
    text-align:center;
    padding-top:10px;
    z-index:3;
  }

  .audio_menu ul{
    list-style-type:none;
    padding:0;
    margin:0;
    display: block;
    width: calc((30px * 11) + (10px * 11));
    max-width:100%;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
  }

  .audio_menu ul li{
    list-style-type:none;
    padding:0;
    margin:0;
    float:left;
  }

  .audio_menu li button{
    padding:0px;
    border:1px solid #000;
    color:#000;
    margin:5px;
    font-weight:bold;
    background-color:#FFF;
    width:30px;
    height:30px;
    font-family: "Benton Sans Bk", sans-serif;
    /* font-family: "Gill Sans", sans-serif;
    font-family: "neulis-light", sans-serif; */
    font-weight:100;
  }

  .audio_menu li button:focus, .audio_menu li button:hover {
      background-color: #999;
      color:#FFF;
    }
/* } */

.audio-wrapper{
  padding-bottom:30px;
  border-top:1px solid black;
  padding-top:20px;
  padding-left:15px;
}

.audio-wrapper .current-time {
    right: 5px;
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 5px;
    color: #000;
}

.audio-player {
    width:80%;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

div.play, div.pause{
  position:absolute;
  left:0px;
  top:-17px;
}

div.play{
  width:30px;
  height:30px;
}

div.play:hover svg path, div.play:focus svg path{
  fill:grey;
}

div.pause{
  width:30px;
  height:30px;
}

div.pause:hover svg path, div.play:focus svg path{
  fill:grey;
}

.audio-wrapper .scrub-bar {
  height:6px;
  border-radius:50px;
  margin-top:18px;
}

.audio-wrapper .scrub-bar-played{
  border-radius:50px;
}

.audio-wrapper .current-title {
  color:#000;
  left:auto;
  right:0;
  top:5px;
  font-size:.8rem;
  max-width:75%;
  text-align:right;
}

/* FONTS */

.bentonsansmedium {
    font-family: "Benton Sans Med", sans-serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

body dl > div dd p, .bentonsansbook {
    font-family: "Benton Sans Bk", sans-serif;
    /* font-family: "Gill Sans", sans-serif;
    font-family: "neulis-light", sans-serif; */
    font-display: swap;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
}


h2{
  font-family: 'Publico Banner Web';
  /* font-family: "neulis-bold", sans-serif; */
  font-weight: 500;
  color: #FFF;
  font-style: normal;
  font-stretch: normal;
}

.play-button{
  width:100%;
  position:relative;
  left:50%;
  transform:translatex(-50%);
}

.option2{

}



  header{
      height: 160px;
  }

  body.option2 dl > div{
    top: 0;
  }

  .option2 header{
    height:75px;
  }

  .option2 .audio_menu{
    height:1px;
    top:auto;
    background-color:transparent;
  }

  .option2 #main-menu {
    width:220px;
    margin:auto;
  }

  .option2 div.menu{
    width:220px;
    margin:auto;
    margin-top:30px;
    padding-left:10px;
  }

  .option2 h1.menu_title{
    text-transform:uppercase;
    color:#EAE8DE;
    left:0;
    font-family: 'Benton Sans Bk', serif;
    font-weight:500;
    font-size:25px;
    margin-bottom:0;
    padding-bottom:0;
  }

  .option2 #main-menu  li {
    display: inline-block;
    border: 1px solid #EAE8DE;
    margin: auto;
    text-align: center;
    width: 50px;
    margin: 10px;
  }

  .option2 #main-menu  li:nth-child(3n) {
    margin-right:0;
  }
  .option2 #main-menu  li a {
    color: #EAE8DE;
    display: block;
    width: 50px;
    margin: auto;
    height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Benton Sans Bk", sans-serif;
    font-family: "Gill Sans", sans-serif;
    font-family: "neulis-light", sans-serif;
    font-weight:100;
    text-align: center;
    padding: 8px;
    font-size: 22px;
     }

  .option2 #main-menu li a:hover {
    color: #000000;
    text-decoration:none;
    background-color:#EAE8DE;
  }
  .option2 #main-menu  li a.active {
    color: #000000;
    background-color:#EAE8DE;
    z-index: 100;
    position: relative;
   }


  .logo{
    max-width:80%;
  }

  .mobile_menu{
    max-width:80%;
  }


body main dl > div dd figure {
      width: 100%;
      margin-right: 0;
      position: relative;
      left: 0;
      z-index: 100;
      text-align:center;
      left:50%;
      transform:translatex(-50%);
      background-color:transparent;
      max-width:80%;
      top:50px;
  }

  main figure img {
      /* max-height:calc(40vh); */
      width:auto;
  }


  .copy {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0 20px;
    overflow: scroll;
    background-color:#333333;
    left: 0;
    margin-left: 0;
    padding-bottom:150px;
}

.audio_menu ul{
  max-width:70%;
     }

  body dl > div dd p:last-child{
    padding-bottom:0;
  }

  body dl > div dd {
    margin-bottom:0px;
  }
  body dl > div {
    margin-bottom: 0;
    padding: 3rem 0 5rem 0;
}
body dl > div dd .copy h2 {
  padding: 20px 20px 0 20px;
}
.audio-wrapper{
  padding-bottom:15px;
  height:145px;
}
main.bio-content{
  overflow-x:hidden;
}

.other_links li:first-child {
    position: absolute;
    bottom: 100px;
    left: 0;
    bottom:165px;
  }
.other_links a.bio{
  position:absolute;
  width:100%;
  bottom:20px;
  left:45px;
  color:#FFF;
  z-index:100;
  top:0;
}

.audio-wrapper.hidden {
    display: none !important;
}

.image img{
  width:40%;
  float:left;
  height:auto;
  margin: 0 20px 0px 20px;
}

@media screen and (min-width: 768px) {
  .image{
    width:300px;
    float:left;
    margin: 0px 40px 0px 0;
  }
  .image img{
    width:100%;
    height:auto;
  }
  .contributor{
    display:block;
    width:100%;
    margin:10px 0;
  }
  .copy{
    width:600px;
    position:relative;
    left:50%;
    transform:translatex(-50%);
  }
}
