@media (max-width: 39.99em) {
  body:after {
    content: "small";
    display: none;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  body:after {
    content: "medium";
    display: none;
  }
}
@media (min-width: 64em) and (max-width: 74.99em) {
  body:after {
    content: "large";
    display: none;
  }
}
@media (min-width: 75em) and (max-width: 89.99em) {
  body:after {
    content: "xlarge";
    display: none;
  }
}
@media (min-width: 90em) {
  body:after {
    content: "xxlarge";
    display: none;
  }
}
@media (max-width: 46.24em) {
  body:after {
    content: "mobile";
    display: none;
  }
}
@media (min-width: 46.25em) {
  body:after {
    content: "tablet";
    display: none;
  }
}
@media (min-width: 61.25em) {
  body:after {
    content: "desktop";
    display: none;
  }
}
@media (min-width: 81.25em) {
  body:after {
    content: "wide";
    display: none;
  }
}
#wrap-head {
  max-width: 100%;
}
#wrap-head header {
  margin: 0 auto;
  max-width: 1200px;
}
#wrap-head #crumbs-and-support {
  margin: 0 auto;
  max-width: none;
}
#wrap-head #crumbs-and-support .breadcrumbs a {
  color: #2e2e2e;
}
#wrap-head #crumbs-and-support .wrap-crumb-content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#wrap-head #crumbs-and-support .support-links {
  top: 5px;
}
#main-contents,
#wrap-head .wrap-heading {
  max-width: 100%;
  padding: 0;
}
#main-contents .contents.right {
  display: none;
}
a.btn.secondary {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  color: #da4727;
  background-color: transparent;
  border: 2px solid #da4727;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
a.btn.secondary:focus,
a.btn.secondary:hover {
  outline: 0;
  color: #fff;
  background-color: #da4727;
}
#wrap-hero {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #deecfc;
  overflow: hidden;
}
.page-hero {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 400px;
  background: url(hero-image-qc-mobile.png) 50% no-repeat;
  background-size: cover;
}
@media (min-width: 46.25em) {
  .page-hero {
    height: 250px;
    background: none;
  }
}
.page-hero:after,
.page-hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 46.25em) {
  .page-hero:after,
  .page-hero:before {
    height: 250px;
  }
}
.page-hero:before {
  top: 0;
  height: calc(100% + 30px);
  z-index: 1;
}
@media (min-width: 46.25em) {
  .page-hero:before {
    left: 25%;
    background-image: url(hero-image-qc-male.png);
  }
}
@media (min-width: 61.25em) {
  .page-hero:before {
    left: 35%;
  }
}
@media (min-width: 46.25em) {
  .page-hero:after {
    top: 10px;
    left: 70%;
    background-size: 500px;
    background-image: url(hero-image-qc-female.png);
  }
}
@media (min-width: 61.25em) {
  .page-hero:after {
    top: 10px;
    left: 70%;
  }
}
.wrap-hero-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20px auto 1rem;
  padding: 1rem 1rem 0;
  max-width: 88%;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 100;
  font-size: 150%;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  .wrap-hero-text {
    max-width: 480px;
    margin: 40px 1rem 1rem;
    bottom: auto;
  }
}
.wrap-hero-text .btn {
  padding: 0.5em 2em;
  font-size: 1rem;
  border: 2px solid #da4727;
  border-radius: 10px;
  background-color: #da4727;
  transition: all 0.25s ease-out;
}
@media (max-width: 46.24em) {
  .wrap-hero-text .btn {
    display: block;
    text-align: center;
    margin: auto;
    width: 60%;
  }
}
.wrap-hero-text .btn:focus,
.wrap-hero-text .btn:hover {
  outline: 0;
  background-color: #630f54;
  border-color: #630f54;
}
.text-center {
  text-align: center;
}
.text-large {
  font-size: 1.255rem;
}
.text-tiny {
  font-size: 12px;
}
.text-sc {
  font-variant: small-caps;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.text-italic.question {
  margin-right: 0.15em;
}
.text-greorange {
  color: #da4727;
}
.text-underscore {
  position: relative;
}
.text-underscore:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(icon-hand-drawn-line.svg) 50% no-repeat;
  background-size: cover;
}
.spiffy-orange-underline {
  position: relative;
}
.spiffy-orange-underline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10%;
  width: 120%;
  height: 2px;
  background: transparent;
  background: linear-gradient(90deg, transparent, #da4727 10%, #da4727 90%, transparent);
}
.panel {
  margin: 0;
  padding: 2rem 0;
  max-width: 100%;
}
@media (min-width: 46.25em) {
  .panel {
    padding: 4rem 1rem;
  }
}
.panel > .wrap-outer {
  padding: 0 1rem;
}
.background-primary {
  color: #fff;
  background-color: #630f54;
}
.background-primary h1 {
  margin: 0 0 0.8rem;
  padding: 0;
  color: #fff;
  font-family: Open Sans, Font Awesome\5 Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
}
.background-quiz,
.stay-connected {
  background-color: #f4eae6;
}
.wrap-questions {
  justify-content: center;
}
.wrap-question {
  flex: 1;
  min-width: calc(100% - 1rem);
  padding: 1rem 0;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 46.25em) {
  .wrap-question {
    min-width: 300px;
    padding: 1rem;
  }
}
@media (min-width: 61.25em) {
  .wrap-question {
    max-width: 400px;
  }
}
.wrap-question > div {
  flex: 1;
  text-align: left;
}
.wrap-question .icon {
  flex: 0;
  flex-basis: 200px;
  background-color: #630f54;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap-question .icon img {
  height: 120px;
}
.wrap-question .heading {
  flex: 0;
  flex-basis: 4rem;
  padding: 0.5em 0;
}
.wrap-question .heading h2 {
  font-size: 1.1em;
  color: #630f54;
}
.wrap-question .anchor {
  flex: 0;
  flex-basis: 50px;
}
.wrap-question .anchor a.btn {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  color: #da4727;
  background-color: transparent;
  border: 2px solid #da4727;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.wrap-question .anchor a.btn:focus,
.wrap-question .anchor a.btn:hover {
  outline: 0;
  color: #fff;
  background-color: #da4727;
}
.question {
  display: none;
}
.wrap-quiz {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrap-quiz > div {
  flex-basis: 100%;
}
@media (min-width: 20em) {
  .wrap-quiz > div {
    flex: 0 1 100%;
  }
}
.wrap-quiz .contents {
  flex-basis: 100%;
  padding: 1em;
}
@media (min-width: 46.25em) {
  .wrap-quiz .contents {
    max-width: 650px;
    flex-basis: 68%;
    padding: 0;
  }
}
.wrap-quiz .contents h2 {
  margin: 0 0 0.8em;
  padding: 0;
  color: #630f54;
}
.wrap-quiz .contents p.question-count {
  margin: 0 0 0 2px;
}
.wrap-quiz .contents button {
  margin-top: 1em;
  padding: 0.325em 0.625em;
  background-color: #da4727;
  border: 2px solid #da4727;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.wrap-quiz .contents button:focus,
.wrap-quiz .contents button:hover {
  outline: 0;
  color: #fff;
  background-color: #630f54;
  border-color: #630f54;
}
.wrap-quiz .contents .btn.reg-btn {
  padding: 0.5em 2em;
  font-size: 1rem;
  border: 2px solid #630f54;
  border-radius: 10px;
  background-color: #630f54;
  transition: all 0.25s ease-out;
}
.wrap-quiz .contents .btn.reg-btn:focus,
.wrap-quiz .contents .btn.reg-btn:hover {
  outline: 0;
  background-color: #da4727;
}
.wrap-quiz .contents .wrap-btns {
  display: flex;
  justify-content: space-between;
  align-items: stetch;
  margin-top: 3rem;
}
.wrap-quiz .contents .wrap-btns > a,
.wrap-quiz .contents .wrap-btns > button {
  margin: 0;
}
.wrap-quiz .contents .wrap-btns .clear-btn {
  color: #da4727;
  background-color: transparent;
  border: 2px solid #da4727;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.wrap-quiz .contents .wrap-btns .clear-btn:focus,
.wrap-quiz .contents .wrap-btns .clear-btn:hover {
  outline: 0;
  color: #fff;
  background-color: #da4727;
}
.wrap-quiz .contents .question-list {
  counter-reset: question;
  list-style-type: none;
  position: relative;
}
.wrap-quiz .contents .question-list li {
  margin-bottom: 0.8em;
}
.wrap-quiz .contents .question-list li:before {
  content: counter(question, upper-alpha);
  counter-increment: question;
  position: absolute;
  left: 1.8rem;
  display: inline-block;
  margin-top: 1px;
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5rem;
  background-color: #630f54;
  border-radius: 50%;
}
.wrap-quiz .contents .question-list li:nth-child(3):before {
  padding-right: 2px;
}
.wrap-quiz .contents li[role="button"] {
  padding: 0.5em 1em;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}
.wrap-quiz .contents li[role="button"].selected {
  border-color: #630f54;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
}
.wrap-quiz .contents li[role="button"]:focus,
.wrap-quiz .contents li[role="button"]:hover {
  outline: 0;
  border-color: #da4727;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
}
.wrap-quiz .image {
  flex-basis: 100%;
  position: relative;
  background-color: #b8cce5;
  border-radius: 2px;
}
@media (min-width: 46.25em) {
  .wrap-quiz .image {
    max-width: 300px;
    flex-basis: 32%;
  }
}
.wrap-quiz .image img {
  display: block;
  margin: 0 auto;
  height: 266px;
}
.wrap-quiz .image img.flip {
  transform: scaleX(-1);
}
.wrap-quiz .image .slogan {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 20px;
  padding: 5px;
  width: calc(100% - 40px);
  color: #151515;
  background-color: #b8cce5;
  text-align: center;
  border-radius: 2px;
}
.question-start .image .slogan {
  color: #fff;
  background-color: #630f54;
}
.question-results .wrap-results > .result {
  display: none;
}
.question-results .wrap-results > .result.current-answer {
  display: block;
}
.contents.left .stay-connected .wrap-flex {
  justify-content: center;
}
.contents.left .stay-connected .wrap-flex .wrap-img {
  position: relative;
  flex-basis: 100%;
  padding: 1em;
}
@media (min-width: 46.25em) {
  .contents.left .stay-connected .wrap-flex .wrap-img {
    flex-basis: 25%;
  }
}
.contents.left .stay-connected .wrap-flex .wrap-img img {
  display: block;
  width: 150px;
  margin: auto;
}
@media (min-width: 46.25em) {
  .contents.left .stay-connected .wrap-flex .wrap-img img {
    flex-basis: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.contents.left .stay-connected .wrap-contents {
  flex-basis: 100%;
  padding: 1em;
}
@media (min-width: 46.25em) {
  .contents.left .stay-connected .wrap-contents {
    flex-basis: 52.5%;
  }
}
.contents.left .stay-connected .wrap-contents h2 {
  margin: 0 0 0.8em;
  padding: 0;
  color: #630f54;
}
.contents.left .stay-connected .wrap-contents .btn {
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #da4727;
  border: 2px solid #da4727;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.contents.left .stay-connected .wrap-contents .btn:focus,
.contents.left .stay-connected .wrap-contents .btn:hover {
  outline: 0;
  color: #fff;
  background-color: #630f54;
  border-color: #630f54;
}
/*# sourceMappingURL=gre-quiz-excellent.min.css.map */
