/*add nav.css here*/

main {
  background: #eeeeee !important;
}

.crisp {
  width: 80%;
  padding-bottom: 1rem;
}

main section.header {
  padding-top: 12rem;
  text-align: center;
  padding-bottom: 1rem;
  max-width: none;
}
.metrics-wrapper {
  width: 100%;
  display: flex;
  overflow-x: scroll;
}
.metric {
  padding: 1rem;
  border: 1px solid var(--gray2);
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  text-align: center;
}
.donut {
  width: 9rem;
  height: 9rem;
  background: var(--l-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
.donut-meter {
  width: 9rem;
  position: absolute;
  background: var(--blue2);
  bottom: 0;
}
.donut-percentage {
  font-size: 1.5rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 3;
  border-radius: 50%;
}

.-flex-column {
  flex-direction: column;
}
section article {
  padding: 3rem !important;
}

section.header .textwrapper {
  color: var(--d-gray) !important;
}

.formfill {
  text-align: center;
}

.formfill:hover .greenhover {
  color: var(--green4) !important;
}

span.highlight {
  font-weight: bold;
}
section article {
  max-width: 800px;
  margin: auto !important;
}
.progress-bar-wrapper {
  background-color: var(--l-gray);
  border-radius: 3rem;
  overflow: hidden;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.progress-bar {
  background: linear-gradient(-49deg, var(--blue2), var(--green2));
  width: 0%;
  height: 1.5rem;
  transition: width 0.5s ease-in-out;
}
.progress-label {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  color: var(--gray2);
  margin-bottom: 0.5rem;
}
.buttons-wrapper {
  margin-top: 1.5rem;
}
.question .title-alt {
  color: var(--gray1);
}
.resource-link {
  margin-left: 0.5rem;
}
.subtitle.resources {
  border: 0.1rem solid var(--gray3);
  border-radius: 3rem;
  text-transform: capitalize;
  padding: 0.5rem 1.5rem;
  transition: 0.3s ease;
  color: var(--green2);
  width: 90%;
}
.subtitle.answer {
  border: 0.1rem solid var(--gray3);
  border-radius: 3rem;
  text-transform: capitalize;
  padding: 0.5rem 1.5rem;
  transition: 0.3s ease;
}
.subtitle.answer:hover {
  cursor: pointer;
  border-color: var(--blue2);
}
.subtitle.answer.selected {
  border-color: var(--blue2);
}
.subtitle.answer.selected:before {
  color: var(--blue2);
}
.subtitle.answer:before {
  color: var(--gray2);
}
.subtitle.answer:first-of-type:before {
  content: "A. ";
}
.subtitle.answer:nth-of-type(2):before {
  content: "B. ";
}
.subtitle.answer:nth-of-type(3):before {
  content: "C. ";
}
.subtitle.answer:nth-of-type(4):before {
  content: "D. ";
}
.subtitle.answer:nth-of-type(5):before {
  content: "E. ";
}
.subtitle.answer:nth-of-type(6):before {
  content: "F. ";
}
.subtitle.answer:nth-of-type(7):before {
  content: "G. ";
}
.subtitle.answer:nth-of-type(8):before {
  content: "H. ";
}
.subtitle.answer:nth-of-type(9):before {
  content: "I. ";
}
.subtitle.answer:nth-of-type(10):before {
  content: "J. ";
}
.selected .title-alt.sub {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.result-box {
  padding-top: 1rem;
  line-height: 1.5;
}
.result-box p,
.result-box label.coss {
  margin: 0;
}
.result-box img {
  border-radius: 1rem;
}
.result-box label.bigger {
  font-size: 2rem;
  padding-top: 1rem;
}
.result-box p {
  font-size: 1.25rem;
}
.quiz-completed-header {
  padding-bottom: 1.5rem;
  margin-top: -1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
article.metrics .coss.slider {
  margin-right: 0;
}
.coss.slider.smaller button.coss {
  font-size: 1rem;
  padding: 0.5rem;
  flex-grow: 1;
}
.coss.slider.margin-top {
  margin-top: 1rem;
  width: 100%;
}
.quiz-completed-header.smaller {
  flex-wrap: wrap;
}
