.node-type-quiz ul.tabs,
.page-node-take ul.tabs,
.page-node-quiz-results ul.tabs {
  display: none;
}
.quiz-top-text {
  margin-top: 35px;
  margin-bottom: 250px;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.mp-quiz-branding {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
div.quiz-content-wrapper {
  margin-left: 0;
  margin-top: 30px;
  background-size: cover;
  background-position: center;
}
.mp-quiz-branding-head {
  color: #fff;
  line-height: 55px;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  font-family: Roboto,sans-serif;
  margin: 20px 0;
}
.mp-quiz-branding-content {
  color: #fff;
  font-family: Roboto,sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  line-height: 55px;
}
.mp-quiz-image-text-body {
  margin: 150px 0 20px;
  float: left;
  padding: 0 30px
}
.mp-quiz-image-text-body p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.quiz-start {
  width: 100%;
  display: inline-block;
}
.mp-quiz-start-quiz-btn,
.bypass-quiz {
  margin-bottom: 150px;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
}

.mp-quiz-start-quiz-btn {
  width: 180px;
  margin: 0 auto 150px;
}

.bypass-quiz {
  margin-top: 10px;
  margin-bottom: 0;
}

.mp-quiz-start-quiz-btn a,
.bypass-quiz a {
  color: #70c5d0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  padding: 13px 59px;
  display: block;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.mp-quiz-start-quiz-btn a {
  margin: 0 auto;
}

.bypass-quiz a {
  width: 100%;
  padding: 10px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
}
.mp-quiz-start-quiz-btn a:hover,
.bypass-quiz a:hover {
  background: #70c5d0;
  color: #fff;
}
ul.mp-quiz-questions .mp-quiz-questions-span {
  list-style: none;
  width: 100%;
  display: inline-block;
}
.mp-quiz-questions li {
  width: 100%;
  display: inline-flex;
}
.mp-quiz-questions .mp-quiz-questions-value {
  margin: 11px 0;
  font-size: 15px;
}
.mp-quiz-answer {
  display:block;
  cursor:pointer;
}
.mp-quiz-answer li:hover,
.mp-quiz-answer li.checked {
  background: #60c8d3;
  color: #fff;
}

.submitted span {
  display: none;
}
.mp-quiz-header-bar {
  background: linear-gradient(90deg,#70cad4,#4f868f);
  height: 60px;
  padding-top: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.mp-quiz-show-header-content {
  display: block !important;
}
.mp-quiz-hide-report-score-container {
  display: none !important;
}
form[id^="quiz-question-answering-form"] .quiz-question-multichoice {
  width: 100%;
  background: #fff;
  text-align: center;
}
.quiz-report-score-container .mp-quiz-header-text {
  position: unset;
  width: initial;
}
.quiz-question-multichoice iframe {
  width: 100%;
}
.quiz-question-multichoice .form-type-radios {
  display: none;
}
div.quiz-report-score-container {
  border: none !important;
  float: none !important;
}
.quiz-question-multichoice h2, #quiz-progress {
  display: none;
}
.node-type-quiz .sidebar-right,
.page-node-take .sidebar-right,
.page-node-quiz-results {
  float: left;
  width: 100%;
}
.node-type-quiz .sidebar-right .block-block,
.page-node-take .sidebar-right .block-block,
.page-node-quiz-results .sidebar-right .block-block{
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
}
.node-type-quiz .sidebar-right .block-block h3.title,
.page-node-take .sidebar-right .block-block h3.title,
.page-node-quiz-results .sidebar-right .block-block h3.title {
  min-height: 60px;
  border-bottom: 1px solid #E3E5EA;
  font-weight: 700;
  padding: 17px 0
}
.node-type-quiz .sidebar-right .block-block li a,
.page-node-take .sidebar-right .block-block li a,
.page-node-quiz-results .sidebar-right .block-block li a {
  font-weight: 700;
  padding: 10px 20px 5px 0;
  display: block;
}

/* Result page UI */
.mp-quiz-questions {
  margin-top: 20px;
}
.mp-quiz-questions .mp-quiz-submit .form-type-radio {
  display: none;
}
.mp-quiz-questions .mp-quiz-submit {
  background-color: #fff;
  color: #9b9b9b;
  width: 100%;
  height: 56px;
  padding: 10px 11px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px 2px hsla(0,0%,61%,.32);
  box-shadow: 0 4px 8px 2px hsla(0,0%,61%,.32);
  -o-border-image: initial;
  border-image: initial;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  overflow: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.answering-form .field-type-text-with-summary h2 {
  color: #60c8d3;
  font-weight: 400;
  border-bottom: 1px solid #9b9b9b40;
  -webkit-box-shadow: 1px 10px 10px -8px #9b9b9b70;
  box-shadow: 1px 10px 10px -8px #9b9b9b70;
  width: 100%;
  padding: 26px 30px;
  font-size: 28px;
  line-height: 33px;
  min-height: 130px;
  display: block;
}
.answering-form #quiz-question-count {
  position: relative;
}

#mp-go-to-quiz-user-form {
  background-image: url(../images/gradient-bg.png);
  background-size: contain;
}

.mp-quiz-user-form {
  width: 250px;
  margin: 20px auto;
  padding: 100px 0;
}

.mp-quiz-user-form h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}

.mp-quiz-user-form .info,
.mp-quiz-user-form .privacy-text,
.mp-quiz-user-form .info p,
.mp-quiz-user-form .privacy-text p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

.mp-quiz-user-form .privacy-text p a {
  color: #ffc107;
  text-decoration: underline;
}

.mp-quiz-user-form .form-item {
  margin: 10px 0;
}

#edit-button-quiz {
  width: 100%;
}

.bypass-quiz a {
  font-size: 14px;
}

#edit-navigation-back {
  position: absolute;
  position: absolute;
  top: 5px;
  background-color: transparent !important;
  padding-left: 10px;
  background-image: url(../images/arrow-3-20.png);
  background-repeat: no-repeat;
  background-position: 10px;
  text-indent: -9999px;
  outline: none;
}

#edit-navigation p,
#edit-navigation-submit,
#edit-navigation-submit,
.quiz_score_possible,
.quiz_score_percent {
  display: none;
}

#quiz_score_possible {
  display: none;
}

#quiz_score_percent {
  display: none; 
}

.mp-quiz-cv-tips-wrapper {
  background-color: #fff;
  padding: 30px 40px;
  margin-top: 30px;
}

.mp-quiz-cv-tips-wrapper h3 {
  font-family: Roboto,sans-serif;
  font-size: 36px;
  color: #007d90;
  text-align: center;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 30px;
}

.mp-quiz-cv-tips-wrapper h4 {
  font-family: Roboto,sans-serif;
  font-size: 20px;
  color: #007d90;
  text-align: left;
  font-weight: normal;
}

.mp-quiz-cv-tips-wrapper p {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.mp-quiz-cv-tips-wrapper .directions a,
.mp-quiz-cv-tips-wrapper .tryagain span {
  background-color: #70cad4;
  display: inline-block;
  width: 49%;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mp-quiz-cv-tips-wrapper .tryagain span a {
  color: #fff;
}

.mp-quiz-cv-tips-wrapper .directions a:hover,
.mp-quiz-cv-tips-wrapper .tryagain span:hover {
  background: #fff;
  color: #70cad4;
}

.mp-quiz-cv-tips-wrapper .tryagain span:hover a {
  color: #70cad4;
}

.mp-quiz-cv-tips-wrapper .tryagain span {
  width: 100%;
  margin-top: 20px;
  padding: 18px 10px;
}

@media (max-width: 767px) {
  .mp-quiz-cv-tips-wrapper {
    padding: 30px 0;
    margin-top: 0;
  }

  .mp-quiz-branding-head {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
  }
  .quiz-top-text {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .mp-quiz-branding-content {
    display: none;
  }
  .mp-quiz-image-text-body {
    margin: 250px 0 10px;
  }
  .mp-quiz-image-text-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .mp-quiz-start-quiz-btn {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .node-type-quiz .sidebar-right {
    width: 238px;
  }
  .node-type-quiz .sidebar-right .block-block {
    padding: 0 20px 25px;
  }
  .node-type-quiz .sidebar-right .block-block li a {
    padding: 15px 0 5px 0;
  }
  .mp-quiz-branding-head {
    line-height: 45px;
  }
  .mp-quiz-branding-content {
    line-height: 40px;
  }
}

@media (min-width: 1180px) {
  .node-type-quiz .sidebar-right {
    width: 325px;
  }
}

/* PP site style. */
.site-name-PP_GB .mp-quiz-start-quiz-btn a:hover,
.site-name-PP_GB .mp-quiz-answer li:hover,
.site-name-PP_GB .mp-quiz-answer li.checked,
.site-name-PP_GB .mp-quiz-header-bar,
.site-name-PP_GB #mp-go-to-quiz-user-form,
.site-name-PP_GB .mp-quiz-cv-tips-wrapper .directions a,
.site-name-PP_GB .mp-quiz-cv-tips-wrapper .tryagain span {
  background: #EE3524;
}

.site-name-PP_GB .mp-quiz-cv-tips-wrapper .directions a:hover,
.site-name-PP_GB .mp-quiz-cv-tips-wrapper .tryagain span:hover {
  background: #fff;
  color: #3B454C;
}
.site-name-PP_GB .mp-quiz-cv-tips-wrapper .tryagain span:hover a {
  color: #3B454C !important;
}

.site-name-PP_GB .answering-form .field-type-text-with-summary h2,
.site-name-PP_GB .mp-quiz-result-grade h2,
.site-name-PP_GB .bypass-quiz a {
  color: #EE3524 !important;
}

/* PT site style */
.site-name-PT_GB .mp-quiz-start-quiz-btn a:hover,
.site-name-PT_GB .mp-quiz-answer li:hover,
.site-name-Pt_GB .mp-quiz-answer li.checked,
.site-name-PT_GB .mp-quiz-header-bar,
.site-name-PT_GB #mp-go-to-quiz-user-form,
.site-name-PT_GB .mp-quiz-cv-tips-wrapper .directions a,
.site-name-PT_GB .mp-quiz-cv-tips-wrapper .tryagain span {
  background: #8A0A45;
}

.site-name-PT_GB .mp-quiz-cv-tips-wrapper .directions a:hover,
.site-name-PT_GB .mp-quiz-cv-tips-wrapper .tryagain span:hover {
  background: #fff;
  color: #8A0A45;
}

.site-name-PT_GB .mp-quiz-cv-tips-wrapper .tryagain span:hover a {
  color: #8A0A45 !important;
}

.site-name-PT_GB .bypass-quiz a,
.site-name-PT_GB .answering-form .field-type-text-with-summary h2,
.site-name-PT_GB .mp-quiz-result-grade h2 {
  color: #8A0A45 !important;
}

.site-name-PT_GB .mp-quiz-user-form .form-submit {
  background-color: #F48129;
}

.site-name-PT_GB .mp-quiz-user-form .form-submit:hover {
  background-color: #D6650F;
}