@charset "UTF-8";
/* ==========================================================================
   Import reset and base styles
   ========================================================================== */
/*
CSS Reset/defaults
Thank you to: https://hankchizljaw.com/wrote/a-modern-css-reset/
*/
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + *, .split__content > * + *,
.u_article > * + *,
.page > * + *,
.homepage__intro > * + * {
  margin-top: 1.5em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* The "good" parts of HTML5 Boilerplate v7.0.1 */
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html {
  roll-behavior: smooth;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
Utility Classes
========================================================================== */
/*
 * Hide visually and from screen readers
 */
.u_hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.u_visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.u_visually-hidden.focusable:active,
.u_visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.u_invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.u_clearfix:before,
.u_clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.u_clearfix:after {
  clear: both;
}

/*
*  Commonly Used Classes
*/
.u_no-br {
  white-space: nowrap;
}

.u_center {
  text-align: center;
}

.u_highlight {
  display: inline;
  background-image: linear-gradient(yellow 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: u_highlight-keyframes 0.7s ease-out forwards;
  margin-left: -0.15em;
  margin-right: -0.15em;
  padding-left: 0.15em;
  padding-right: 0.15em;
}

@keyframes u_highlight-keyframes {
  to {
    background-size: 100% 100%;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  .u_small-screen-only {
    display: none;
  }
}
/* Colors */
/* Fixed Padding */
/* Page structure */
/* Responsive Variables */
:root {
  --responsive-padding-0: 4px;
  --responsive-padding-1: 16px;
  --responsive-padding-2: 32px;
  --responsive-padding-3: 48px;
  --responsive-fs-1: 1rem;
  --responsive-fs-2: 1.5rem;
  --responsive-fs-3: 2rem;
  --responsive-fs-4: 2.4rem;
}

@media only screen and (min-width: 30em) {
  :root {
    --responsive-padding-0: 8px;
    --responsive-padding-1: 24px;
    --responsive-padding-2: 48px;
    --responsive-padding-3: 64px;
    --responsive-fs-1: 1.2rem;
    --responsive-fs-2: 2rem;
    --responsive-fs-3: 2.4rem;
    --responsive-fs-4: 3rem;
  }
}
@media only screen and (min-width: 40em) {
  :root {
    --responsive-padding-0: 12px;
    --responsive-padding-1: 36px;
    --responsive-padding-2: 64px;
    --responsive-padding-3: 72px;
    --responsive-fs-1: 1.4rem;
    --responsive-fs-2: 2.4rem;
    --responsive-fs-3: 3rem;
    --responsive-fs-4: 4rem;
  }
}
@media only screen and (min-width: 45em) {
  :root {
    --responsive-padding-0: 18px;
    --responsive-padding-1: 48px;
    --responsive-padding-2: 72px;
    --responsive-padding-3: 128px;
  }
}
@media only screen and (min-width: 50em) {
  :root {
    --responsive-padding-0: 24px;
  }
}
/* Fonts */
.u_body-copy, .page, .homepage__about, .homepage__intro {
  font-size: 1.1rem;
  line-height: 1.75;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */
/* GLOBAL - unscoped and tag-scoped selectors */
::selection {
  background: rgba(140, 186, 67, 0.5);
}

html {
  background: linear-gradient(180deg, #F0EEF0 0%, #DFDBDE 100%);
  font-family: "Poppins", sans-serif;
  color: #3d3d3d;
  accent-color: #2F8168;
}

footer {
  text-align: center;
  margin-top: 16px;
  padding: var(--responsive-padding-1);
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.045em;
}

a {
  color: #2F8168;
}

/* BLOCK__ELEMENT--MODIFIERS */
.question_list__question {
  margin-bottom: var(--responsive-padding-3);
}
.question_list__question--error {
  color: #A22;
}
.question_list__question_text {
  font-weight: bold;
  display: block;
  margin-bottom: var(--responsive-padding-1);
  line-height: 1.25;
}
.question_list__answer_label {
  display: block;
}
.question_list__page {
  text-align: center;
}
.question_list li {
  flex-direction: column;
}

.header {
  padding: var(--responsive-padding-1);
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.header--homepage {
  flex-direction: column;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header__logo {
  width: 147.68px;
  margin: 0 0 0 auto;
  display: block;
}
.header__headline--homepage {
  margin-top: 24px;
  font-size: var(--responsive-fs-4);
}
.header__subhead {
  line-height: 1.1;
}
.header__subhead--homepage {
  font-size: var(--responsive-fs-2);
}

.homepage__image {
  filter: drop-shadow(9px 10px 15px rgba(3, 31, 23, 0.17));
  border: 2px solid #fff;
  border-radius: 6px;
  margin-bottom: var(--responsive-padding-1);
}
.homepage__content {
  padding: var(--responsive-padding-1);
}
.homepage__about {
  margin-top: 36px;
}
.homepage__social-share {
  margin: 36px 0;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  gap: 12px;
}

.results__social-share {
  margin: 64px 0 16px;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  gap: 12px;
}

.page {
  color: #3d3d3d;
  max-width: 1040px;
  padding: var(--responsive-padding-2);
  margin: 0 auto;
  background: #fff;
}
.page--transparent {
  background: transparent;
  padding: var(--responsive-padding-1);
}

.narrative-score {
  margin-top: 0;
  /* Adjust padding on anchor link target */
}
.narrative-score::before {
  display: block;
  content: " ";
  margin-top: calc( -1 * var(--responsive-padding-2) );
  height: var(--responsive-padding-2);
  visibility: hidden;
  pointer-events: none;
}
.narrative-score__chart-wrapper {
  background: #fff;
  padding: var(--responsive-padding-1) var(--responsive-padding-1) 100px;
  border-radius: 6px;
  border: 1px solid #DFDBDE;
  margin-bottom: 1em;
}
.narrative-score__chart-wrapper h3 {
  margin-bottom: 1em;
  line-height: 1;
}
.narrative-score__chart {
  position: relative;
}
.narrative-score__score {
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
}
.narrative-score__score::after {
  margin: 0 auto;
  display: block;
  content: "Your score";
  font-size: 0.9rem;
  width: 10ch;
}
.narrative-score__caption h4 {
  font-size: var(--responsive-fs-1);
  margin-bottom: 12px;
}
.narrative-score__result {
  left: var(--mapped-result);
  position: absolute;
  top: 0;
  height: 91%;
  display: flex;
  align-items: flex-start;
  font-size: var(--responsive-fs-2);
  line-height: 1;
  font-weight: bold;
  color: #2F8168;
}
.narrative-score__result::before {
  display: block;
  position: relative;
  width: 4px;
  top: 30%;
  margin-right: 12px;
  height: 70%;
  content: "";
  background: #2F8168;
}
.narrative-score__legend {
  position: absolute;
  display: flex;
  width: 100%;
  font-weight: bold;
  bottom: calc( -1 * 64px);
  font-size: 0.9rem;
  gap: var(--responsive-padding-1);
}
.narrative-score__legend > * {
  flex: 1 1 50%;
}
.narrative-score__legend > *:last-child::after {
  content: "→";
  padding-left: 0.5em;
  color: #2F8168;
  font-size: 1rem;
  line-height: 1.25;
}
.narrative-score__legend > *:first-child::before {
  content: "←";
  padding-right: 0.5em;
  color: #2F8168;
  font-size: 1rem;
  line-height: 1.25;
}
.narrative-score__legend > *:last-child {
  text-align: right;
}

.quiz__instructions {
  line-height: 1.25;
  font-size: 1.2em;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 36px;
  margin-bottom: 16px;
}
.quiz__header {
  display: none;
}

.button {
  cursor: pointer;
  background: #2F8168;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: var(--responsive-fs-1);
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.button:hover {
  background: #215c4a;
}
.button--social {
  margin: 128px auto 0;
}
.button--social + .button--social {
  margin-top: 12px;
}
.button--social > svg {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
.button--icon {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 64px;
  margin: 0;
}
.button--icon:hover {
  background-color: transparent;
}
.button--icon:hover svg path {
  fill: #2F8168;
}
.button--icon svg path {
  fill: #919191;
}

.page__headline {
  font-size: var(--responsive-fs-4);
  margin-top: 0;
  line-height: 1;
}

.overall-results {
  position: relative;
  background: #fff;
  border: 1px solid #DFDBDE;
  padding: var(--responsive-padding-1);
  margin-top: var(--responsive-padding-1);
  margin-left: calc(-1 * var(--responsive-padding-1));
  margin-right: calc(-1 * var(--responsive-padding-1));
  font-size: 0.9em;
  line-height: 1.25;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.overall-results__lower {
  flex: 33%;
  max-width: 200px;
}
.overall-results__higher {
  text-align: right;
  flex: 33%;
  max-width: 200px;
}
.overall-results__score {
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-110%);
  text-align: center;
}
.overall-results__score::after {
  display: block;
  content: "Your score";
  font-size: var(--responsive-fs-1);
}
.overall-results__chart {
  flex: 1 0 100%;
  position: relative;
  margin-bottom: 24px;
}
.overall-results__result {
  left: var(--mapped-result);
  position: absolute;
  top: 70%;
  height: 21.5%;
  display: flex;
  align-items: flex-start;
  font-size: var(--responsive-fs-4);
  line-height: 1;
  font-weight: bold;
  color: #2F8168;
}
.overall-results__result::before {
  display: block;
  position: relative;
  width: 4px;
  margin-right: 12px;
  height: 100%;
  top: 0;
  content: "";
  background: #2F8168;
}

.score-meaning {
  padding: 1em 0 0;
}

.narrative-nav {
  margin: var(--responsive-padding-1) 0;
}
.narrative-nav__link {
  display: block;
  padding: 4px 8px;
  border-radius: 6px;
}
.narrative-nav__link:hover {
  background: #fff;
  color: #2F8168;
}
.narrative-nav__link--active {
  background: #2F8168;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

.split {
  margin: var(--responsive-padding-2) 0 0;
  display: flex;
  gap: var(--responsive-padding-1);
  flex-direction: column;
  align-items: baseline;
}
.split--top-align {
  align-items: flex-start;
}
.split__header h2 {
  font-size: var(--responsive-fs-3);
  line-height: 1.25;
}
.split__header h3 {
  font-size: var(--responsive-fs-2);
  line-height: 1.25;
}
/* U_UTILITIES */
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 45em) {
  .split {
    flex-direction: row;
  }
  .split__header {
    flex: 1 1 40%;
    text-align: right;
    position: sticky;
    padding: 24px 0 0 0;
    top: 0;
  }
  .split__content {
    flex: 1 1 60%;
  }

  .quiz__header {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 40% repeat(5, 12%);
    justify-content: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #3d3d3d;
    padding: 12px 0;
    background: #fff;
    position: sticky;
    top: 0;
  }
  .quiz__header:before {
    content: "";
  }
  .quiz__header-item {
    font-size: 0.9rem;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
  }

  .question_list__question {
    margin-bottom: var(--responsive-padding-0);
    padding-bottom: var(--responsive-padding-0);
    border-bottom: 1px solid #e3e3e3;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 40% repeat(5, 12%);
  }
  .question_list__question--end {
    display: flex;
  }

  .question_list__answer_label {
    text-align: center;
  }

  .question_list__question_text {
    margin-bottom: 0;
  }

  .question_list__answer_text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }

  .quiz__instructions {
    border-bottom: 0;
  }

  .overall-results__higher {
    position: absolute;
    top: var(--responsive-padding-1);
    right: var(--responsive-padding-1);
  }
  .overall-results__lower {
    position: absolute;
    left: var(--responsive-padding-1);
    top: var(--responsive-padding-1);
  }

  .homepage__content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 var(--responsive-padding-1) var(--responsive-padding-1);
    display: flex;
    flex-direction: row-reverse;
    gap: var(--responsive-padding-2);
    flex-wrap: wrap;
  }
  .homepage__image {
    flex: 1 1 40%;
    width: 50%;
    height: auto;
    align-self: flex-start;
  }
  .homepage__intro {
    flex: 1 1 40%;
  }
  .homepage__social-share {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 50em) {
  .narrative-nav__link {
    font-size: 1rem;
    padding: 8px 12px;
    font-weight: bold;
    text-decoration: none;
    max-width: none;
    background: #fff;
  }
  .narrative-nav__link:hover {
    background-color: #d7e8be;
  }
  .narrative-nav__link--active {
    background-color: #2F8168;
  }
  .narrative-nav__link--active:hover {
    background-color: #2F8168;
    color: #fff;
  }
  .narrative-nav__score {
    font-size: 0.9em;
    font-weight: 400;
    color: #3d3d3d;
    display: block;
  }
  .narrative-nav__link--active .narrative-nav__score {
    color: #fff;
  }

  .narrative-score__result::before {
    top: 21%;
    height: 79.1%;
  }

  .results__nav {
    gap: 12px;
    display: flex;
    line-height: 1.25;
    margin: 36px 0 var(--responsive-padding-1);
  }
}

/*# sourceMappingURL=site.css.map */
