.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.title-slide {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide-item {
  margin: 50px auto;
}

.slide-text {
  max-width: 630px;
  margin: 25px auto 25px auto;
}

.audio .slide-text p.byline {
    text-align: center;
    margin: 0 auto;
}

/*title slide*/
.heroic.fullscreen-heroic .fullscreen-heroic-img-container {
  height: calc(100vh - 62px);
}
.heroic.fullscreen-heroic .fullscreen-heroic-img-container img {
  height: calc(100vh - 62px);
}

.title div#la-logo {
  position: absolute;
  z-index: 1000;
  filter: brightness(100%);
  top: 0;
  left: 0;
  right: 0;
}

.title figure {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  clear: both;
  filter: brightness(70%);
  margin: 0;
}
.title figure img {
  object-fit: cover;
  object-position: 50% 5%;
  height: 100%;
}
.title .slide-text {
  position: absolute;
  padding: 50px;
  align-self: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  z-index: 1000;
}

p.episode_number {
  font-family: 'Benton Gothic Black', Arial, serif;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  max-width: none;
  /* padding: 15px 0 0 0; */
  color: var(--accent);
  text-shadow: none;
}

.title h1 {
  font-family: 'Benton Gothic Black', Arial, serif;
  font-size: 4em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 8px auto 18px auto;
  clear: both;
  color: var(--accent);
  text-shadow: 4px 4px 0px #000, 5px 5px 0px #fefde9;
}
.title figure figcaption.figcaption {
  font-size: 16px;
  bottom: 3%;
  left: 3%;
  position: absolute;
  color: #eee;
  text-shadow: 1px 1px #000;
  width: 60%;
}

.episode-surfer {
  display: flex;
  flex-flow: row;
  margin-bottom: 35px;
  font-family: "Benton Gothic", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: space-between;
}
.episode-surfer span {
  padding: 5px;
}
.episode-surfer span a {
  color: var(--accent);
  text-decoration: underline
}
.episode-surfer span a:hover {
  opacity: 0.6;
}

p.document_link {
    margin: 5px 5px;
    max-width: 100%;
    text-align: right;
    font-size: 16px;
}
/* fullscreen image */
.full-image {
  flex: none;
}
.full-image figure {
  height: 100vh;
  width: 100%;
  /*position: relative;*/
  display: block;
  clear: both;
  z-index: 0;
}
.full-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-image .slide-text {
  z-index: 513;
  position: relative;
/*  bottom: 0;
  left: 0;*/
  margin: auto;
  padding: 50px;
  background-color: #fff;
}
.full-image figcaption.figcaption {
  margin: 0;
  clear: both;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}
/* fullscreen video */
.full-video .video-container {
  height: 100vh;
  width: 100%;
  /*position: relative;*/
  display: block;
  clear: both;
  z-index: -54;
}
.full-video .video-container video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 1px;
  z-index: -32;
}
.full-video .slide-text {
  z-index: 10;
  margin: auto;
  padding: 50px;
  background-color: #fff;
}

/* quote card */
aside.pull-quote.quote-card {
    margin: 60px auto 60px auto;
    padding: 0 25px;
    width: calc(100% - 50px);
    text-align: left;
    color: var(--accent);
    border-top: none;
    border-bottom: none;
}

aside.pull-quote.quote-card .quote {
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  font-size: 52px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  z-index: 3;
  color: var(--accent);
  text-shadow: 2px 2px 0px #fff, 3px 3px 0px #000;
}

aside.pull-quote q {
  letter-spacing: 0.5px;
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
  color: #000;
  position: relative;
  width: 100%;
  margin: -18px 0 18px 0;
  color: var(--accent);
  display: block;
  text-shadow: 2px 2px 0px #fff, 3px 3px 0px #000;
}
/* sound slide */
aside.pull-quote {
    margin: 60px auto 20px auto;
    padding: 0px 35px;
    max-width: 630px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
aside.pull-quote .quote {
    color: #333;
    font-size: 95px;
    padding: 12px;
    margin: -35px 0 25px 0;
    display: inline-block;
    text-align: center;
    z-index: 3;
}
aside.pull-quote.audio .quote img {
    max-width: 33px;
    padding: 5px;
    background: #fff;
}
.audio-container {
    display: flex;
    flex-direction: row;
    margin: -50px 0 0 0;
}
.playpause {
    margin: 18px auto;
    padding: 24px 0 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lat-icon-play, .lat-icon-stop {
    color: var(--accent);
    font-size: 67px;
    margin-right: 27px;
    border-radius: 500px;
    border: 1px solid;
    border-color: var(--accent);
    padding: 20px 1px 19px 14px;
}
.lat-icon-stop {
    font-size: 59px;
    padding: 24px 11px 23px 15px;
}

aside.pull-quote .audio-container q {
  font-family: "Benton Gothic", Arial, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 23px;
    line-height: 37px;
    padding-right: 35px;
    margin: 35px 0px 30px 30px;
}

/* split slide */
.split {
  display: flex;
  flex-direction: row;
}
.split .slide-text {
  padding: 50px;
}
.split figure {
  width: 50%;
  /*height: 100vh;*/
}
.split figure img {
  width: 100%;
  /*height: 100vh;*/
}

.small .slide-text, .large .slide-text, .text .slide-text, .split .slide-text, .audio .slide-text {
  margin: 65px auto 2px auto;
}
/* small image */
.small {
  display: flex;
}
.small .slide-text {
  order: 2;
  width: calc(60% - 155px);
  padding: 50px;
}
.small figure {
  order: 1;
  width: 33%;
  margin: 50px 0 50px 50px;
}

/* large and bullseye image */
.large, .bullseye {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.large .slide-text {
  width: calc(100% - 20px);
}
.large figure, .large .video-container {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  /*order: 2;*/
}
.large .video-container video {
  width: 100%;
  margin-bottom: 5px;
}

.bullseye .slide-text {
  order: 2;
  width: calc(100% - 20px);
}
.bullseye figure {
  order: 1;
  max-width: 800px;
  width: 100%;
  max-height: 100vh;
  margin: auto;
}

.diptych, .triptych, .fourtych {
    margin: auto;
    max-height: 100vh;
}

.diptych figure, .diptych figure img {
  max-height: 100vh;
}
/*
.large figure img, .bullseye figure img {
  max-height: 100vh;
}*/


/* audio */
.audio {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.audio .slide-text {
  order: 1;
  width: 80%;
  margin: 0 auto 35px auto;
}
.audio h2.listen {
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 25px auto 15px auto;
  color: var(--accent);
}
h2.see {
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 75px auto 0 auto;
  color: var(--accent);
}
.audio .slide-text p {
  margin-bottom: 0;
  margin-top: 9px;
}
.audio figure.content-fit {
  max-width: 630px;
  margin: 0 auto;
}

/* next episode promo */
.next-episode {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 630px;
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.next-episode figure {
  margin: auto 40px;
}
.next-episode .slide-text {
  margin: auto;
  align-self: flex-start;
  margin: auto 0;
}
.next-episode .slide-text h3 a, .next-episode .slide-text h4 {
  color: var(--accent);
}
.next-episode .slide-text h3 {
    font-size: 32px;
    line-height: 36px;
}
.next-episode .slide-text h4 {
  font-family: "Benton Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.desktop-video{display:inherit!important}
.mobile-video {display:none!important}

@media(min-width: 1250px){
  .helper-arrow { display: none; }
}
@media(max-width: 1060px){
  .logo-container { width: 45%; }
}
@media(max-width:768px){
  .logo-container { width: 55%; }
}
@media (max-width: 767px){
  .nav_placeholder {
    height: 39px;
  }
  article.container{
    height: calc( 100% - 39px);
    margin-top: 39px;
  }
  .nav_placeholder .lat_logo {
    width: 12px;
    background-size: auto 23px;
    /* background-repeat: no-repeat; */
    padding-right: 10px;
    margin-top: 0;
    margin-left: 0;
    /* margin-bottom: -16px; */
    height: 24px;
  }
  .nav_placeholder h3.project-title, .nav_placeholder h3.episode-title, .nav_placeholder .nav-item {
    /*padding-left: 0;*/
    display: inline-block;
    font-size: 12px;
    margin-top: -2px;
    line-height: 29px;
  }

  .split {
    flex-direction: column;
  }
  .split .slide-text {
    padding: 25px 25px 0 25px;
  }
  .split figure {
    width: 100%;
    max-width: 630px;
    margin: 25px auto;
    /*height: 100vh;*/
  }
  .split figure img {
    width: 100%;
    /*height: 100vh;*/
  }
  .small .slide-text, .large .slide-text, .text .slide-text, .split .slide-text, .audio .slide-text {
      margin-top: 5px;
  }
}
@media (max-width: 600px){
  .mobile-video {display:inherit!important}
  .desktop-video {display:none!important}
  .helper-arrow, .scroll-down { display: none; }

  header.center .sharebuttons {
      margin: 10px auto!important;
  }
  .logo-container {
    margin: 0;
    width: 100%;
    top: auto;
    left: auto;
    bottom: 8%;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  figure.heroic .logo-container img {
    width: 80%;
  }
  p.description {
    font-size: 16px;
  }
  h3 {
      font-size: 21px;
      line-height: 32px;
  }
  p {
    font-size: 17px;
    line-height: 26px;
  }
  .title figure figcaption.figcaption {
    font-size: 11px;
    position: relative;
    bottom: auto;
    left: 0;
    color: #999;
    text-shadow: none;
  }
  .art19-web-player.awp-medium.awp-size-4 .awp-left, div.art19-web-player.awp-medium.awp-size-4 .awp-left {
    display: none!important;
  }
  .read-more { display: block; }
  .read-more .read-more-text, .read-more figure {
    width: 100%;
  }

  .next-episode .slide-text h3 {
      font-size: 28px;
      line-height: 32px;
  }
  .next-episode .slide-text h4 {
    font-size: 13px;
  }
  .next-episode figure {
    margin: auto 20px;
  }
  .next-episode .slide-text {
      padding: 0;
  }

}
@media (max-width: 600px) and (orientation: portrait){
  .title {
    display: flex;
  }
  .title figure {
    order: 1;
    margin: 0;
    filter: none;
    height: auto;
    display: flex;
    flex-flow: column;
  }
  .title figure img {
    height: auto;
    object-fit: contain;
  }
  .title .slide-text {
    order: 2;
    position: relative;
    padding: 10px;
    margin: auto;
  }
  p.episode_number {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .title h1 {
    font-size: 48px;
    margin: 8px auto 45px auto;
    text-shadow: 3px 3px 0px #fff, 4px 4px 0px #000;
  }
  .scroll-down {
    text-shadow: none;
    font-size: 12px;
  }
  .slide-text, .large .slide-text {
    width: calc(100% - 50px);
    padding: 0 25px;
    margin: 25px auto 25px auto;
  }
  .full-image .slide-text, .full-video .slide-text {
    bottom: auto;
    padding: 20px;
  }
  .split figure {
    width: 100%;
    margin: 0;
  }
  .split figure img {
    width: 100%;
  }

  .small {
    flex-direction: column;
  }
  .small .slide-text {
    order: 1;
    width: calc(100% - 30px);
    padding: 15px 15px 0 15px;
  }
  .small .slide-text p {
    margin-bottom: 8px;
  }
  .small figure {
    order: 2;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  figcaption {
    width: calc(100% - 20px);
    padding-left: 0;
    margin: 0 10px;
  }

}
