@charset "UTF-8";
/************************************************
*         Transition Timings (default)
************************************************/
#imagebox,
#imagebox-compare,
#imagebox-slideshow {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-title,
.gallery {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

#imagebox-image img,
#imagebox-compare-A,
#imagebox-compare-B,
#slideshow-image img,
.previous,
.next,
.fadein {
  -webkit-transition: opacity 1.25s ease;
  -moz-transition: opacity 1.25s ease;
  -o-transition: opacity 1.25s ease;
  transition: opacity 1.25s ease;
}

#title-slide {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/************************************************
*         Header (default)
************************************************/
nav {
  position: static;
}

#nav--icon {
  display: none;
  clear: left;
  float: left;
  width: 38px;
  transform: translate(0, 1vh);
  cursor: pointer;
  opacity: 0.75;
}

#nav--icon hr {
  border: 2px solid rgba(139, 96, 0, 0.25);
  border-radius: 1px;
  font-size: 16px;
  margin: 6px 0;
}

#nav--icon hr#nav--icon-line1 {
  background-color: #0135b4;
  border-color: #0135b4;
}

#nav--icon hr#nav--icon-line2 {
  background-color: #3021cd;
  border-color: #3021cd;
}

#nav--icon hr#nav--icon-line3 {
  background-color: #4d007b;
  border-color: #4d007b;
}

#nav--icon,
#nav--icon hr {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/************************************************
*         Gallery
************************************************/
.row.hero {
  justify-content: center;
}

.carousel--container {
  position: relative;
  margin: 0 !important;
}
.carousel--container:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: grey;
  content: "❯";
}

.carousel--container:has(.noArrow):after {
  display: none;
}

.carousel {
  background-color: rgba(255, 100, 100, 0.07);
  overflow-x: scroll;
  overflow-y: hidden;
}

.carousel .col {
  flex-shrink: 0;
  margin-left: 15px;
}

.gallery .col {
  margin-left: 3px;
  margin-bottom: 3px;
}

.carousel .col:first-child,
.gallery .col:first-child {
  margin-left: 0;
}

.carousel .col.text h1 {
  margin-top: 25px;
}

.carousel.series {
  text-align: center;
}

.carousel.series .featured-title {
  margin: 5px auto 1rem;
}

.featured .featured-image {
  max-width: 320px;
}

.featured-image.imagebox {
  max-height: 180px;
}

.featured-image.imagebox,
.featured-image.imagebox-compare {
  cursor: pointer;
}

.featured-image.imagebox-compare:hover,
.featured-image.imagebox-compare:focus,
.featured-image.imagebox:hover,
.featured-image.imagebox:focus {
  outline: 0;
  border-color: #3954ca;
}

.featured-image.imagebox:focus,
.featured-image.imagebox-compare:focus {
  box-shadow: 0 0 3px 2px rgba(57, 84, 202, 0.75);
}

.gallery {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 3px;
}

.gallery-title {
  border-bottom: 1px solid #d2b459;
  margin-left: 0;
  margin-right: 0;
}

.gallery .featured-image {
  border-radius: 4px;
}

.sign {
  display: inline-block;
  color: brown;
  background-color: rgba(225, 150, 150, 0.35);
  margin-top: 0;
  padding: 2px 4px;
  border: 1px solid brown;
  border-radius: 6px;
}

.snippet {
  margin: 25px 5vw;
  border: 1px solid black;
  border-radius: 4px;
}

#title-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 40.655px;
  border: 1px solid black;
  opacity: 0.5;
  cursor: pointer;
}

#title-slide:hover,
#title-slide:focus {
  opacity: 0.75;
}

#title-slide h2 {
  color: black;
}

/************************************************
*         Story
************************************************/
.biopics-left {
  float: left;
  margin: 0 15px 10px 25px;
}

.biopics-right {
  float: right;
  margin: 0 25px 10px 15px;
}

.biopics-left {
  clear: both;
}

.biopics-left img,
.biopics-right img {
  display: block;
  max-width: 100%;
}

.feature-link {
  display: block;
  background-color: rgba(255, 251, 204, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px dashed #0135b4;
}

.feature-link:hover,
.feature-link:focus {
  background-color: rgba(255, 182, 90, 0.5);
}

/************************************************
*         Miscellaneous
************************************************/
main {
  padding-bottom: 40px;
}

.sublist {
  margin-top: 1em;
  margin-bottom: 0.65em;
}

.sublist li {
  margin-left: 1em;
}

.linklist li {
  margin-bottom: 1em;
}

/************************************************
*         Modals (default)
************************************************/
#imagebox-image,
#imagebox-compare-image,
#slideshow-image {
  position: relative;
}

#imagebox-image-B,
#imagebox-compare-B,
#slideshow-image-B {
  position: absolute;
  top: 0;
  left: 0;
}

#imagebox-compare-A,
#imagebox-compare-B {
  display: flex;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}

#imagebox-compare-image img {
  margin: 10px;
  width: auto;
  min-width: 0;
}

.previous,
.next {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 25px auto, 100%;
  width: 100px;
  height: 100%;
  opacity: 0.25;
}

.next {
  right: 0;
  background-image: url("/assets/images/next-triangle.svg");
  background-position: left 47px top 50%, 0 0;
}

.previous {
  left: 0;
  background-image: url("/assets/images/prev-triangle.svg");
  background-position: right 47px top 50%, 0 0;
}

/************************************************
*         Mods (default)
************************************************/
nav.opaque {
  background: linear-gradient(0deg, #cacaca, white);
  height: 18rem;
}

nav.opaque.long {
  height: 33rem;
}

.previous:hover,
.previous:focus,
.next:hover,
.next:focus {
  opacity: 1;
}

.unselected {
  opacity: 0;
}

.unselected.fadein {
  opacity: 1;
}

.unselected .gallery-title {
  opacity: 0.5;
  cursor: pointer;
}

.unselected .gallery-title:hover,
.unselected .gallery-title:focus {
  outline: 0;
  text-decoration: underline;
  opacity: 1;
}

.unselected .gallery {
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

/************************************************
*         Media Queries (default)
************************************************/
/* --- for wider devices --- */
@media screen and (min-width: 568px) {
  #nav--icon {
    display: none;
  }
}
@media screen and (min-width: 1036px) {
  .constrained.wide {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1236px) {
  .constrained.wider {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* --- for large devices --- */
@media screen and (max-width: 1235.98px) {
  .constrained .series-title,
  #select-gallery,
  .constrained > * {
    margin-left: 80px;
    margin-right: 80px;
  }
  .gallery-title,
  .constrained.wide .row.gallery {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .gallery-title,
  .constrained.wide .row.gallery {
    margin-left: calc(5vw + 20px);
    margin-right: calc(5vw + 20px);
  }
  .constrained > .biopics-left {
    margin-left: 5vw;
    margin-right: 15px;
  }
  .constrained > .biopics-right {
    margin-right: 5vw;
    margin-left: 15px;
  }
  .constrained > .biopics-left {
    margin-left: calc(5vw + 20px);
  }
  .constrained > .biopics-right {
    margin-right: calc(5vw + 20px);
  }
  .carousel--container:after {
    right: 5vw;
  }
}
@media screen and (max-width: 919.98px) {
  nav.change {
    height: 13rem;
  }
  nav.opaque {
    height: 21rem;
  }
  nav.opaque.long {
    height: 42rem;
  }
  .constrained .series-title,
  .constrained > *,
  #select-gallery,
  .gallery-title,
  .constrained.wide .row.gallery {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .constrained > ul {
    margin-left: calc(5vw - 2.25em + 25px);
    margin-right: calc(5vw - 2.25em + 25px);
  }
  .constrained > .biopics-left {
    margin-left: 5vw;
  }
  .constrained > .biopics-right {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 699.98px) {
  .constrained .series-title,
  .constrained > *,
  #select-gallery,
  .gallery-title,
  .constrained.wide .row.gallery,
  .snippet {
    margin-left: 20px;
    margin-right: 20px;
  }
  .constrained > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .row.featured {
    flex-direction: column;
  }
  .featured .col.image {
    flex-basis: unset;
  }
  .carousel .col.image {
    flex-basis: 220px;
  }
  .carousel .col.image .video-link {
    max-height: 123.75px;
  }
  .biopics-left.double {
    float: none;
  }
  .biopics-right.double {
    margin-top: 20px;
  }
  .constrained > .biopics-left {
    margin-left: 20px;
  }
  .constrained > .biopics-right {
    margin-right: 20px;
  }
  .carousel--container:after {
    display: none;
  }
}
/* --- for all mobile devices --- */
@media screen and (max-width: 567.98px) {
  .default main {
    clear: left;
  }
  nav.change #nav--icon {
    width: 40px;
    transform: translate(0px, 2.5vh);
  }
  nav.change #nav--icon hr {
    margin: 8px 0;
  }
  nav.change #nav--icon-line1 {
    transform: rotate(45deg);
  }
  nav.change #nav--icon-line2 {
    opacity: 0;
  }
  nav.change #nav--icon-line3 {
    transform: rotate(-45deg) translate(16px, -18px);
  }
  nav.change #nav--menu {
    visibility: visible;
    opacity: 0.57;
  }
  .biopics-left.wide {
    float: none;
  }
  .biopics-right.wide {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 499.98px) {
  .biopics-left {
    float: none;
  }
  .biopics-right {
    float: none;
    margin-top: 10px;
  }
  .biopics-left.narrow {
    float: left;
  }
  .biopics-right.narrow {
    float: right;
  }
}
/* --- for small mobile devices --- */
@media screen and (max-width: 399.98px) {
  .constrained > ul {
    margin-left: 0;
    margin-right: 0;
  }
}
/* --- for x-small mobile devices --- */
@media screen and (max-width: 359.98px) {
  .constrained .series-title,
  .constrained > *,
  #select-gallery,
  .gallery-title,
  .constrained.wide .row.gallery,
  .snippet {
    margin-left: 15px;
    margin-right: 15px;
  }
  .constrained > .biopics-left {
    margin-left: 15px;
  }
  .constrained > .biopics-right {
    margin-right: 15px;
  }
  .row.featured {
    align-items: center;
  }
  .row.featured {
    margin-left: 15px;
    margin-right: 15px;
  }
  .featured .col.image {
    margin-left: 0;
  }
  #nav--icon hr,
  #title-slide {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}
@media screen and (max-width: 349.98px) {
  .biopics-left.narrow,
  .biopics-right.narrow {
    float: none;
  }
}

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