/* BEGIN PAGE */
.willCheckPage {
  min-height: calc(100vh - 85px);
  background-color: #35B6E8;
  padding-bottom: 80px;
}

.questionnaire__question {
  display:none;
}

@media(min-width: 1000px) {
  .willCheckPage {
    min-height: calc(100vh - 145px);
  }
}
/* END PAGE */

/* BEGIN MENU */
.willCheckPage .topnav-menu__banner {
  width: 100%;
	background-color: #164e84;
	color: white;
	padding: 12px 10px 8px 50px;
	background-image: url(/img/informatiepakket.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-radius: 4px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    font: initial !important;
    font-family: inherit !important;
    font-size: 14px !important;
    vertical-align: initial !important;
    border: none;
}

.willCheckPage .topnav-menu__banner:hover {
	text-decoration: none;
	padding-bottom: 8px;
	border: none;
	background-color: #0B3964;
}

.willCheckPage .topnav-menu__banner > span {
	color: #f3bf23;
}

.willCheckPage > div > .topnav-menu__banner {
	display: inline;
}

.willCheckPage > .topnav-menu__banner {
	display: none;
}
/*  END MENU */

/* BEGIN BREADCRUMB */
.willCheckPage .l-subnav > a {
  color: white;
}
/* END BREADCRUMB */

/* BEGIN QUESTIONNAIRE/RESULTS */
.willCheckPage .questionnaire,
.willCheckPage .resultsBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 75px auto 0;
  padding: 80px 40px 40px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

@media(min-width: 1000px) {
  .willCheckPage .questionnaire {
    height: 756px;
    padding: 80px 92px 40px;
  }

  .willCheckPage .resultsBlock {
    padding: 80px 92px 40px;
  }
}

.willCheckPage .questionnaire p,
.willCheckPage .resultsBlock p {
  color: #252525;
  font-size: 20px;
  line-height: 27px;
}

.willCheckPage .questionnaire__icon,
.willCheckPage .resultsBlock__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
}

.willCheckPage .questionnaire__title,
.willCheckPage .resultsBlock__title {
  margin: 0 0 20px;
  color: #35B6E8;
  font-size: 34px;
  line-height: 38px;
}

.willCheckPage .questionnaire__intro,
.willCheckPage .resultsBlock__intro {
  margin-bottom: 30px;
}

.willCheckPage .questionnaire__number {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: #154E84;
  font-size: 20px;
  line-height: 41px;
  font-weight: 500;
}

.willCheckPage .questionnaire__number > span {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: -10px;
  background-image: url('/img/icons/star.svg');
  background-size: 41px;
  font-weight: 700;
}

.willCheckPage .questionnaire__question,
.willCheckPage .resultsBlock__resultsTitle {
  margin: 0 0 20px;
  color: #154E84;
  font-size: 26px;
  line-height: 36px;
}

.willCheckPage .questionnaire__description,
.willCheckPage .resultsBlock__resultsDescription {
  margin: 0 0 40px;
  font-weight: 300;
}

.willCheckPage .questionnaire__buttonWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.willCheckPage .questionnaire__buttonWrapper > button {
  margin-bottom: 20px;
}

.willCheckPage .questionnaire__buttonWrapper > button:last-child {
  margin-bottom: 0;
}

@media(min-width: 480px) {
  .willCheckPage .questionnaire__buttonWrapper {
    flex-direction: row;
  }

  .willCheckPage .questionnaire__buttonWrapper > button {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .willCheckPage .questionnaire__buttonWrapper > button:last-child {
    margin-right: 0;
  }
}

.willCheckPage .questionnaire__selectWrapper {
  position: relative;
  margin-bottom: 20px;
}

.willCheckPage .questionnaire__select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 32px 10px 16px;
  width: 100%;
  border: 1px solid #DBE4EB;
  background-color: rgba(219, 228, 235, 0.4);
}

.willCheckPage .questionnaire__selectWrapper--icon {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 13px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url('/img/icons/chevron-down.svg');
  background-size: 13px 8px;
}

.willCheckPage .questionnaire__nextButton {
  width: 100%;
}
.willCheckPage .questionnaire__backButton {
  padding: 0;
  border: none;
  background: none;
}
.willCheckPage .questionnaire__backButton.dropdown {
  margin-top: 40px;
}

.willCheckPage .resultsBlock__results {
  text-align: left;
}

.willCheckPage .resultsBlock__buttonWrapper {
  border-top: 1px solid #DBE4EB;
  margin-bottom: 40px;
  padding-top: 40px;
}

.willCheckPage .resultsBlock__buttonWrapper:last-of-type {
  margin-bottom: 0;
}

.willCheckPage .resultsBlock__buttonWrapper > button:first-child {
  display: block !important;
}

.willCheckPage .resultsBlock__buttonWrapper > button:last-child {
  margin-top: 20px;
  width: 100%;
}

.willCheckPage .resultsBlock__startButton {
  background: #FFC41A;
  color: #1C1C1C;
  margin-top: 10px;
  width: 100%;
  padding: 12px 10px 8px 50px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
  font: initial !important;
  font-family: inherit !important;
  font-size: 14px !important;
}

/* END QUESTIONNAIRE/RESULTS */

/* BEGIN PROGRESSBAR */
.willCheckPage .progressBar {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 10px;
  margin: 0 auto 40px auto;
  background-color: #dbe4eb;
  border-radius: 10px;
}

.willCheckPage .progressBar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 10px;
  background-color: #35B6E8;
}
.progressBar.progressBar10:after {
  width: calc(100% * 0.1);
}
.progressBar.progressBar20:after {
  width: calc(100% * 0.2);
}
.progressBar.progressBar30:after {
  width: calc(100% * 0.3);
}
.progressBar.progressBar40:after {
  width: calc(100% * 0.4);
}
.progressBar.progressBar50:after {
  width: calc(100% * 0.5);
}
.progressBar.progressBar60:after {
  width: calc(100% * 0.6);
}
.progressBar.progressBar70:after {
  width: calc(100% * 0.7);
}
.progressBar.progressBar80:after {
  width: calc(100% * 0.8);
}
.progressBar.progressBar90:after {
  width: calc(100% * 0.9);
}
.progressBar.progressBar100:after {
  width: calc(100%);
}
/* END PROGRESSBAR */
