/** Custom CSS */
h1 {
  border-bottom: 6px solid #1d1d1b;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  color: #414142;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.5;
}
.field--name-created {
  display: none;
}
div#menu-wrapper {
    margin: 0;
}
div#main {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.printable-lesson .h5p-question-introduction, .printable-lesson .h5p-question-content, .printable-lesson .h5p-answers, .printable-lesson .h5p-answer {
  padding: 0.25em;
}
.h5p-question {
  background: hsl(197deg 51% 94% / 54%);
  opacity: 0.85;
  padding: 0.75em;
  font-size: 23pt;
}
.h5p-question-introduction {
  margin: 0;
}
ul.h5p-actions {
  display: none;
}
.slideshow .question .h5p-question-introduction {
  font-size: 2em;
  line-height: 1.25em;
}
.printable-lesson nav[role=navigation] {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.printable-lesson.presentation .h5p-question-buttons.h5p-question-visible {
    display: block;
}
li.pager__item.is-active {
  visibility: hidden;
}
.slideshow {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    height: 85vh;
}
.slideshow nav {
  position: absolute;
  bottom: -3em;
  width: 100%;
  text-align: center;
}
.slideshow button.h5p-question-check-answer.h5p-joubelui-button {
    font-size: 0.65em;
    padding: 0.3em 0.75em;
}
.slideshow input {
  display: none;
}
.slideshow .h5p-question-content input {
  display: inline;
}
.slideshow input:checked + .slide {
  transform: translateX(0px);
  transition: transform 0.5s ease-in-out;
}
.slideshow input:checked + .slide .slide__content {
    width: 100%;
    display: block;
    max-width: 1143px;
    margin: auto;
}

.slideshow .slide {
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 50% 100%;
    transition: transform 0.5s ease-in-out;
}
.slideshow .slide__content {
  box-sizing: border-box;
  height: calc(100% - 60px);
  overflow: auto;
  padding: 50px;
  position: relative;
  display: none;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-iteration-count: 1;
  opacity: 1;
  font-size: 3em;
  background: hsl(197deg 51% 94% / 65%);
  margin-top: 2% !important;
}
.h5p-content.h5p-initialized.h5p-frame.using-mouse {
  background: none;
}
.slide__bg {
  background-image: url(../images/backgrounds/bible-bg.jpg);
  width: 100%;
  position: absolute;
  height: 100vh;
  width: 100%;
  opacity: 0.35;
  background-size: cover;
}
.slideshow .slide:nth-child(3) {
  background: url("https://placehold.it/2000x2500/2E112D/fff?text=1");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slideshow .slide:nth-child(3):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.slideshow .slide:nth-child(6) {
  background: url("https://placehold.it/2000x2500/540032/fff?text=2");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slideshow .slide:nth-child(6):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.slideshow .slide:nth-child(9) {
  background: url("https://placehold.it/2000x2500/820333/fff?text=3");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slideshow .slide:nth-child(9):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.slideshow .slide:nth-child(12) {
  background: url("https://placehold.it/2000x2500/C9283E/fff?text=4");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slideshow .slide:nth-child(12):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.slideshow .slide:nth-child(15) {
  background: url("https://placehold.it/2000x2500/F0433A/fff?text=5");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slideshow .slide:nth-child(15):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.slideshow label {
  box-sizing: border-box;
  color: #262c2c69;
  font-weight: bold;
  display: inline-block;
  margin: 5px 1%;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 4px #AAA;
  text-align: center;
  text-transform: uppercase;
}
.slideshow label:hover {
  cursor: pointer;
  color: #FFF;
  border-bottom: solid 4px #FFF;
}
.slideshow label:nth-child(1) {
  left: calc(50% + (0 * (50% / 5)));
  border-bottom-color: #2E112D;
}
.slideshow label:nth-child(4) {
  left: calc(50% + (1 * (50% / 5)));
  border-bottom-color: #540032;
}
.slideshow label:nth-child(7) {
  left: calc(50% + (2 * (50% / 5)));
  border-bottom-color: #820333;
}
.slideshow label:nth-child(10) {
  left: calc(50% + (3 * (50% / 5)));
  border-bottom-color: #C9283E;
}
.slideshow label:nth-child(13) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #F0433A;
}
.slideshow .question .h5p-question-content {
    display: none;
}
.slideshow .question .h5p-question-buttons {
    display: none !important;
}
.slideshow .question .h5p-question-introduction {
    font-size: 2em;
    line-height: 1.25em;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.psst {
  display: inline-block;
  background-color: rgba(0, 150, 255, 0.1);
  border: solid 1px rgba(0, 150, 255, 0.5);
  color: rgba(0, 150, 255, 0.5);
  padding: 15px 20px;
  border-radius: 4px;
}
.psst a {
  color: #0096ff;
}

