:root {
 --accent: #ff4c11;
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.shares {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shares__item {
  margin-left: 10px;
  margin-right: 10px;
}

a.shares__item {
  color: #282828;
}

a.shares__item:hover {
  color: #666666;
}

@font-face {
  font-family: 'Benton Gothic Black';
  src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-black.eot');
  src: url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-black.eot?#iefix') format('embedded-opentype'),
       url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-black.woff') format('woff'),
       url('https://s3.amazonaws.com/latimes-datadesk-template/fonts/0.5.0/benton-gothic-black.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

body {
  margin: 0;
  padding: 0;
  /*background: #fefde9;*/
}

#nav_container {
  background: var(--accent);
  height: 39px;
  padding: 12px 20px 10px;
}

#nav_horiz {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  width: auto;
  justify-content: flex-start;
}
#nav_horiz::-webkit-scrollbar {
  display: none;
}
#nav_horiz .helper-arrow {
    position: absolute;
    top: 0;
    margin: auto;
    font-size: 23px;
    line-height: 65px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}
#righty {
    right: 0;
}
#lefty {
  left: 0;
}
.helper-arrow.hideme {
  display: none;
}
#nav_horiz * {
  flex: 0 0 auto;
}
.lat_logo { display:block!important; margin: 0 15px 0 0!important;}

#nav_horiz .lat_logo {
  background: url(//cookbook.latimes.com/img/latimes-dark-stacked.svg);
  background-repeat: no-repeat;
  padding-right: 10px;
  /* margin-top: -5px; */
  /* margin-left: 8px; */
  margin-bottom: -16px;
  margin-right: 15px;
  height: 40px;
  width: 21px;
  max-width: 150px;
}
#nav_horiz .nav-item {
  padding: 0 10px;
}
#nav_horiz h3.project-title, #nav_horiz h3.episode-title, #nav_horiz .nav-item {
  /*padding-left: 8px;*/
  font-size: 13px;
  line-height: 14px;
  margin-top: 0;
  font-family: "Benton Gothic",Arial,sans-serif;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
h3.project-title a:hover { text-decoration:none; }
h3.project-title a:active { text-decoration:none; }

#nav_horiz .nav-item a {
  color: #000;
}
#nav_horiz .nav-item:last-of-type {
  padding-right: 20px;
}
.nav-item.active_link h3 {
  /*border-bottom: 1px solid #000;*/
  text-decoration: underline;
}

/* topper */
div#la-logo {
  width: 100%;
  margin: 8px auto;
  padding: 10px 0;
  display: block;
  top: 8px;
  position: absolute;
  text-align: center;
  z-index: 100;
}
div#la-logo svg {
  max-width: 150px;
}
.topper {
  background: #070608;
}
.logo-container {
  z-index: 1000;
  margin: 0;
  width: 50%;
  top: 3%;
  left: 43.5%;
  bottom: auto;
  text-align: center;
  position: absolute;
}
.left-topper {position:relative;}
.topper figcaption.figcaption {
  font-size: 16px;
  bottom: 3%;
  left: 3%;
  position: absolute;
  color: #999;
  width: 60%;
}
/* orange accent color #ff4c10 */
.shares i, p.episode_number, .dropcap, p a {
  color: var(--accent);
}


p.description {
  margin: 8px auto 0 auto;
  font-family: "Benton Gothic", Arial, sans-serif;
  font-weight: bold;
  color: var(--accent);
  text-transform: uppercase;
  /*text-shadow: 0 0 15px #fff;*/
}
.scroll-down {
  font-family: "Benton Gothic", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 35px;
  color: var(--accent);
  z-index: 1000;
  -webkit-animation-name: bounce; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*text-shadow: 0 0 15px #fff;*/
  /* text-shadow: 4px 4px 0px #000, 5px 5px 0px #fefde9 */
}
.title .scroll-down { text-shadow: none; }
#arrow:hover {
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0px 0px 8px #fff;
  background: rgba(255, 255, 255, 0.1);
  opacity: .5;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bounce {
    0%   { transform:translateY(0%); }
    25%  { transform:translateY(-10%); }
    50%  { transform:translateY(0%); }
    75%  { transform:translateY(-5%); }
    100% { transform:translateY(0%); }
}

/* Standard syntax */
@keyframes bounce {
  0%   { transform:translateY(0%); }
  25%  { transform:translateY(-10%); }
  50%  { transform:translateY(0%); }
  75%  { transform:translateY(-5%); }
  100% { transform:translateY(0%); }
}
section:first-of-type {
	margin-top: 40px;
}
h1 {
  text-align: center;
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  font-weight: normal;
}
article.big-build header p.description, article.big-build header p.byline, article.big-build header p.dateline, article.big-build .container p.description, article.big-build .container p.byline, article.big-build .container p.dateline {
    margin: 0 auto 8px auto;
    text-align: center;
}
.shares {
  margin: 18px auto;
}
.dropcap {
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  text-shadow: 2px 2px 0 #fefde9, 4px 4px 0 #000;
}
figure img { width: 100%; }
h3 {
  font-family: 'Benton Gothic Black', Arial, sans-serif;
  font-weight: normal;
}

p {
  font-family: 'Benton Gothic', Arial, sans-serif;
  line-height: 1.618em;
  font-size: 19px;
  max-width: 630px;
}
figure.content-fit {
	max-width: 630px;
	margin: 18px auto;
}


.promo {
    padding: 2em 1.5em;
    background: #f4f4f4;
    display: block!important;
}
.promo h3, .promo h3 a {
  font-family: "Benton Gothic Black",Arial,sans-serif;
  font-size: 21px;
  color: var(--accent);
  line-height: 18px;
  margin-top: 0;
}
.promo p {
  font-family: "Benton Gothic",Arial,sans-serif;
  font-size: 16px;
}
/*------  toc */
#toc.divider {
  margin: 34px auto 15px auto;
}
nav.toc {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-top: 32px;
  border-top: 1px solid #ddd;
  padding: 20px 8px 21px 5px;
  border-bottom: 2px solid #ddd;
  max-width: 630px;
  margin: 25px auto;
}
.toc .nav>li>a {
  display: inline;
  background: transparent;
}
article.big-build .toc ul {
  margin: 0;
}
article.big-build .toc li {
  padding: 0;
  margin: 20px 0;
}
.toc li a {
  width: 100%;
  margin: auto;
}

.toc ul.nav.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.big-build .toc ul.nav.columns li {
    width: 49%;
    margin: 20px 0 10px 0;
}
@media (max-width: 600px){
  .toc ul.nav.columns {
    display: block;
  }
  article.big-build .toc ul.nav.columns li {
      width: 100%;
      margin: 20px 0;
  }
}
/*hovery crap*/
.toc .li-link:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--accent);
}
.toc .li-img:hover {
  opacity: .8;
  cursor: pointer;
}

article.big-build .toc h3.toc-title {
  font-family: "Benton Gothic Black", Arial, sans-serif;
  color: var(--accent);
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
p.subhed, article.big-build .container p.subhed {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  margin: 8px auto 24px auto;
}
article.big-build .container .toc h4, .toc h4 {
  font-size: 21px;
  line-height: 24px;
  font-family: "Benton Gothic", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: auto;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
article.big-build .toc h5 {
  font-family: "Benton Gothic", Arial, sans-serif;
  margin: 0;
  font-weight: bold;
  margin-top: 5px;
  font-size: 14px;
  color: #000;
}
.toc .li-img {
  display:block
}
.toc .li-img, .toc .li-link {
 display: inline-block;
}
.toc .li-img {
 max-width: 100%;
}
.toc .li-link {
  margin: 8px 0 18px 0;
  text-align: center;
  width: 100%;
}


article.big-build .subscribe-bit h4.subscribe-title {
    font-family: "Benton Gothic Black", Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    margin: 0 0 0 0;
    margin-bottom: 8px;
    font-weight: normal;
}
.subscribe-bit {
  max-width: 630px;
  margin: 20px auto;
    font-family: "Benton Gothic", Arial, sans-serif;
    font-size: 14px;
}
.flexy-subscribe {
  display: flex;
  opacity: .8;
  flex-direction: row;
  max-width: 320px;
  justify-content: space-evenly;
  margin: 5px auto 0 auto;
}
.logo-holder img.logo {
  max-width: 24px;
  margin-right: 5px;
}
.flexy-subscribe a {
  color: var(--accent);
  text-decoration: underline;
}

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

@media(min-width: 1250px){
  .helper-arrow { display: none; }
}

@media(min-width: 990px){
  h1 {
      font-size: 40px;
      line-height: 48px;
  }
}
@media (max-width: 767px){
  #nav_container {
    height: auto;
    padding: 10px 20px 10px 20px;
  }
  #nav_horiz .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_horiz h3.project-title,  #nav_horiz h3.episode-title,  #nav_horiz .nav-item {
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    margin-top: 2px;
  }
  .heroic.fullscreen-heroic {
    height: calc(100vh - 55px);
  }
}
@media (max-width: 600px){
  .mobile-video {display:inherit!important}
  .desktop-video {display:none!important}
  .helper-arrow { display: none; }

  div#la-logo {
    margin: 5px auto;
    top: 0;
  }
  .topper {
      background: none;
  }
  .logo-container {
      margin: 0;
      padding: 0;
      width: 100%;
      top: 7%;
      left: auto;
      right: auto;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
  }

  .logo-container img {
      width: 80%;
  }
  img.full {
      height: 100vh;
      object-fit: cover;
      object-position: 8% 0%;
      filter: brightness(0.8);
  }
  .topper figcaption.figcaption {
    font-size: 13px;
  }

  p.description {
    font-size: 16px;
    text-shadow: none;
  }
  h3 {
      font-size: 21px;
      line-height: 32px;
  }
  p {
    font-size: 17px;
    line-height: 26px;
  }
  section[name="credits"] {
      padding: 0 25px;
  }
}


@media (max-width: 376px){
  nav.toc {
    padding: 20px 0px 21px 0px;
  }
  .toc .li-link {
    padding: 0px;
  }
  .toc span h5 {
    font-size: 13px;
  }
}
