* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes diploma-enter {
  from {
    transform: translateZ(-400px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
}
.diploma button,
.diploma-inputs button {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  border: none;
  background-color: #2ba753;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.2;
  border-radius: 4px;
}
.diploma button:hover,
.diploma-inputs button:hover {
  color: #fff;
  background: #5fc794;
  cursor: pointer;
}
.diploma-inputs {
  display: flex;
  margin: 0 auto 22px auto;
  max-width: 300px;
}
.diploma-inputs button {
  margin-left: 5px;
}
.diploma {
  max-width: 800px;
  display: none;
  perspective: 400px;
  perspective-origin: top;
}
.diploma.reveal {
  display: block;
}
.diploma canvas {
  animation-name: diploma-enter;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  margin: 11px auto 22px auto;
  max-width: 100%;
  transform-origin: top;
}
.diploma .save {
  margin: 0 auto 22px auto;
  display: block;
}
#quiz {
  position: relative;
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
}
#quiz img {
  max-width: 100%;
  height: auto;
  display: block;
}
#quiz h3 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  background-color: #eba452;
  color: #fff;
  padding: 11px 20px;
  margin: 0;
  font-size: 12px;
}
#quiz ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#quiz ul li {
  display: block;
  font-size: 14px;
  color: #fff;
}
#quiz ul li strong {
  display: block;
  background: #2ba753;
  font-weight: bold;
  list-style: none;
  margin: 0 0 7px 0;
  padding: 15px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  transition: background 0.3s ease, color 0.3s ease;
}
#quiz ul li strong:hover {
  color: #fff;
  background: #5fc794;
  cursor: pointer;
}
#quiz .question-wrapper {
  display: none;
  position: relative;
}
#quiz .question-wrapper[data-question="1"] {
  display: block;
}
#quiz .question-wrapper.active {
  display: block;
  animation: slideDown 1s;
}
#quiz .question-wrapper + .question-wrapper {
  margin-top: 33px;
}
#quiz .question {
  background-color: #f8e4af;
  padding: 20px;
}
#quiz .q p {
  margin: 0 0 18px 0;
  color: #454545;
  font-size: 15px;
}
#quiz .selected strong {
  font-weight: bold;
}
#quiz .selected strong:hover {
  cursor: default;
  opacity: 1;
  pointer-events: none;
}
#quiz .selected b {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  padding: 3px 6px;
  margin-left: 6px;
  border-radius: 4px;
  background-color: #777;
  -webkit-font-smoothing: antialiased;
}
#quiz .selected.correct strong {
  color: #fff;
  font-weight: bold;
  background-color: #5fc794;
}
#quiz .selected.correct b {
  background-color: #2ba753;
}
#quiz .selected.incorrect strong {
  background-color: #bababa;
}
#quiz .answered ul li strong:hover {
  cursor: default;
  opacity: 1;
  pointer-events: none;
}
#quiz .answered .incorrect strong {
  background-color: #bababa;
}
#quiz .answered .correct:not([class="selected"]) strong {
  background-color: #666;
}
#quiz .answered .correct.selected strong {
  background-color: #5fc794;
}
#quiz .answered .answer {
  display: block;
}
#quiz .answer {
  display: none;
  color: #333;
  margin: -5px 0 5px 0;
  padding: 11px;
  background-color: #fcf4de;
  font-size: 13px;
}
#quiz .answer::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#quiz .answer b {
  color: #454545;
}
#quiz .answer img {
  display: block;
  margin-bottom: 11px;
}
@media screen and (min-width: 501px) {
  #quiz .answer img {
    float: right;
    width: 50%;
    max-width: 400px;
    margin-left: 10px;
  }
}
#quiz .image img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
#quiz .image .caption {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #767676;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
#results {
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  padding-top: 11px;
  margin-bottom: 22px;
  position: relative;
  z-index: 0;
}
#results .status {
  display: none;
}
#results .status p {
  font-style: italic;
  color: #2ba753;
  text-align: center;
}
#results .graduation {
  display: none;
  background-color: #dc6aa7;
  padding: 20px;
  color: #fff;
}
#results .graduation h4 {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 501px) {
  #results .graduation h4 {
    font-size: 36px;
  }
}
#results .graduation h4 em {
  display: block;
  margin-top: 11px;
  font-size: 16px;
  font-weight: normal;
}
#results .graduation p {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
#results .graduation p.prompt {
  font-size: 12px;
  font-style: italic;
  color: #2ba753;
  margin: 22px 0 11px 0;
}
#results .graduation p.prompt strong {
  color: #fea2d3;
}
#results .graduation img {
  display: block;
  margin: 1em 0;
}
#results.active .status {
  display: block;
}
#results.final .status {
  display: none;
}
#results.final .graduation {
  display: block;
  animation: slideDown 2s;
}
#results .social h3 {
  font-size: 13px;
  text-align: center;
  color: #fff;
  background: transparent;
}
#results .social ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  font-size: 0.9rem;
}
#results .social ul > li {
  margin: 0 6px;
  padding: 0;
}
#results .social .social-link {
  border: 1px solid #fea2d3;
  padding: 5px 10px;
  text-decoration: none;
  background: transparent;
  color: white;
  width: auto;
  display: inline-block;
  font-size: inherit;
}
#results .social .social-link:hover,
#results .social .social-link:active,
#results .social .social-link:focus {
  border-color: #fea2d3;
  color: #fff;
  background-color: #fea2d3;
}
#results .social .social-link img,
#results .social .social-link svg {
  width: 0.9rem;
  height: auto;
  vertical-align: text-top;
  margin-right: 3px;
}
#results .native-share {
  display: none;
  padding: 24px 0;
  text-align: center;
}
.navigator-share-supported #results .link-share {
  display: none;
}
.navigator-share-supported #results .native-share {
  display: block;
}
@media screen and (max-width: 500px) {
  #quiz .q {
    font-size: 13px;
  }
}
