.paragraph--type--nwc-quiz {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph--type--nwc-quiz .parent-progress {
  position: absolute;
  top: 0;
  right: calc(100% / 4);
}

.paragraph--type--nwc-quiz .quiz-results {
  display: none;
}

.paragraph--type--quiz-results-area {
  text-align: center;
  position: relative;
  height: 640px;
}

.paragraph--type--quiz-results-area .main-image {
  padding-top: 100px;
}

.paragraph--type--quiz-results-area .field--name-field-quiz-result-screen-image img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.quiz-index {
  display: none;
}

.quiz-index-1 {
  display: block;
}

.parent-progress {
  display: none;
}

.header {
  height: 20%;
}

.slide-title {
  text-transform: uppercase;
  font-size: 30px;
}

.next-button,
.back-button {
  position: relative;
  padding: 15px;
  background-color: #636262;
  font-size: 18px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  width: 110px;
  text-align: center;
  border: 0;
}

.next-button:hover,
.back-button:hover {
  background-color: #969595;
  text-decoration: none;
  color: white;
}
