@font-face {
  font-family: "NunitoSans Black";
  src: url("../fonts/Nunito_Sans/static/NunitoSans_10pt-Black.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "NunitoSans Black" !important;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --black: #191919;
  --dark-grey: #323232;
  --grey: #5d5d5d;
  --charcole: #323334;
  --red: #b71d1f;
  --brown: #783928;
  --beige: #c29660;
  --drab: #9f8b6f;
  --white: #ffffff;
  --blue: #222266;
  --dark-blue: #111133;
  --brown: #dab484;
  --dark-brown: #d7cfbc;
  --border-brown: #6d3322;
  --border-dark-brown: #8f7b5e;
  --border-clay: #ae8451;
  --border-portrait-blue: #1e1e55;
  --border-portrait-dark-brown: #927d60;
  --border-portrait-brown: #6c3222;
  --border-portrait-clay: #aa8050;
  --small: 600px;
  --grey00: #222266;
  --grey10: #323232;
  --grey20: #5d5d5d;
  --grey30: #e1e1e1;
  --grey80: #f4f3ec;
  --grey90: #ffffff;
  --red10: #b71d1f;
  --red30: #783928;
  --link-hover: #783928;
  --link-active: #783928;
  --nude10: #dbc9bb;
  --gap05: 0.75rem;
  --gap10: 1.5rem;
  --gap15: 2.25rem;
  --font-sans: "Open Sans", sans-serif;
  --font-serif: "Literata", serif;
  --font-cursive: "East Sea Dokdo", cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--font-serif);
  margin-block-start: 0;
  margin-block-end: 0;
}
h1 {
  font-size: 3rem;
  font-weight: 100;
}
h1 .lesson-title {
  font-family: var(--font-serif);
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
}
body,
p {
  font-family: var(--font-sans);
}
p {
  line-height: 175%;
  font-size: 1rem;
  font-family: var(--font-sans);
  color: var(--grey10);
  margin: var(--gap05) 0;
}
img,
svg {
  vertical-align: text-bottom;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  fill: currentColor;
  stroke-width: 0;
  height: 1em;
  width: 1em;
  vertical-align: baseline;
}
svg path {
  fill: currentColor;
  stroke-width: 0;
}
table {
  background-color: var(--grey90);
  color: var(--grey10);
  margin-top: var(--gap10);
  box-shadow: 0 4px 4px #00000040;
  border-collapse: collapse;
  table-layout: fixed;
}
th {
  background-color: var(--grey00);
  padding: var(--gap05);
  color: #fff;
  font-size: 1.25rem;
}
tr {
  border-bottom: 1px solid var(--grey80);
}
tr:last-of-type {
  font-weight: 700;
  border-bottom: none;
}
tr:last-of-type td:first-of-type {
  text-align: right;
  padding: 0.938rem 0.625rem 0.938rem 0;
}
th {
  text-align: left;
}
th:last-of-type {
  text-align: right;
}
td {
  padding: var(--gap05);
  font-size: 1.25rem;
  text-align: left;
}
td:last-of-type {
  text-align: right;
}
div,
main {
  box-sizing: border-box;
}
main > div {
  padding-top: 10px;
}
.page {
  padding: var(--gap10);
}
.container {
  display: flex;
  justify-content: space-between;
}
.container--level {
  align-items: center;
}
.bg-section {
  padding: 0 150px;
}
.source-title-container {
  margin: auto;
}
.constrained-section {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
}
.title-hr {
  border-bottom: 2px solid #b55328;
}
@media screen and (max-width: 1239px) {
  .constrained-section.main-container {
    max-width: 710px;
  }
}
.container--level .breadcrumb a:after {
  content: "\a0\a0\a0/\a0\a0";
  display: inline-block;
  white-space: normal;
}
.page--source.source-explorer--wrapper-override {
  max-width: 1100px;
  margin: auto;
}
.sr-only {
  position: absolute;
  opacity: 0;
}
.article .filtered-html {
  margin-top: -10px;
}
.article .filtered-html p {
  font-size: 1.25rem;
  line-height: 175%;
  font-family: var(--font-serif);
}
.handwritten-text {
  font-family: var(--font-cursive);
  font-size: 2.45rem;
}
summary {
  position: relative;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: url(../double-down-50-big.png);
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 50%;
  color: var(--white);
  font-size: 2rem;
}
details[open] summary:after {
  content: url(../double-up-50-big.png);
  font-size: 2.2rem;
  height: 60%;
}
.audio {
  border-bottom: 2px dotted black;
  transition: all 0.15s linear;
  font-weight: 900;
  font-family: var(--font-sans);
  margin-right: 2px;
}
.audio.source-white-audio-underline {
  border-bottom: 2px dotted #fff;
}
.audio:hover {
  border-bottom-color: var(--link-active);
  color: #2d3142;
  cursor: pointer;
  background-color: var(--white);
}
.audio-button:active > svg {
  color: var(--link-active);
  background-color: var(--white);
}
.audio-button:focus > svg {
  outline: var(--link-active) solid 2px;
  color: var(--link-active);
  background-color: var(--white);
}
.tooltip {
  position: relative;
  display: inline;
  border-bottom: 2px dotted currentColor;
  transition: all 0.15s linear;
  font-weight: 900;
  --tip-width: 160px;
}
.tooltip .tooltiptext {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  vertical-align: middle;
  visibility: hidden;
  width: var(--tip-width);
  font-family: "Nunito Sans", sans-serif;
  background-color: #2d3142;
  color: #fff;
  text-align: center;
  padding: 0.625rem;
  position: absolute;
  z-index: 1;
  right: 0;
  line-height: 175%;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--font-sans);
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tooltip .tooltiptext.tooltiiptext-large {
  top: -85px;
}
.tooltiptext:after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--charcole);
  content: "";
  height: 0;
  margin-left: -16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
}
.tooltip:hover {
  color: #2d3142;
  border-bottom-color: var(--link-active);
  cursor: pointer;
  background-color: var(--white);
}
.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  display: block;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 5px);
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 1rem;
  padding: 0.625rem;
  width: 35vw;
  max-width: 250px;
  background-color: var(--charcole);
  color: var(--grey90);
  text-align: center;
  line-height: 175%;
  font-size: 0.875rem;
  font-family: var(--font-sans);
}
@media screen and (min-width: 670px) {
  .source-card:nth-child(2) [data-tooltip]:before {
    left: 0;
    width: 20vw;
  }
  .source-card:last-child [data-tooltip]:before {
    left: 0;
    width: 24vw;
  }
}
@media screen and (min-width: 870px) {
  .source-card:nth-child(2) [data-tooltip]:before {
    left: 50%;
    width: 35vw;
  }
  .source-card:last-child [data-tooltip]:before {
    left: 50%;
    width: 35vw;
  }
}
@media screen and (min-width: 1340px) {
  .source-card:last-child [data-tooltip]:before {
    left: 0;
    width: 10vw;
  }
}
@media screen and (min-width: 1490px) {
  .source-card:last-child [data-tooltip]:before {
    left: 50%;
    width: 35vw;
  }
}
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  border-top: 1rem solid var(--charcole);
  border-top: 1rem solid hsla(0, 0%, 20%, 0.9);
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus-visible:before,
[data-tooltip]:focus-visible:after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%);
  mix-blend-mode: multiply;
}
[data-tooltip="false"]:hover:before,
[data-tooltip="false"]:hover:after,
[data-tooltip="false"]:focus-visible:before,
[data-tooltip="false"]:focus-visible:after {
  visibility: hidden;
  opacity: 0;
}
.source-a .learn-item.learn-map {
  margin-top: 25px;
}
.source-h .questions ol li:nth-child(2) .tooltip:after {
  content: "d";
}
.source-h .learn-item:nth-of-type(2) img {
  min-width: 100%;
}
.footnote {
  list-style: none;
}
.sources--source--caption ul.footnote {
  font-size: 0.7rem;
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: var(--white) 0.1px solid;
}
.sources--source--survivor p:last-child {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.footer.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #2d3142;
}
.footer-primary.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  margin: auto;
  max-width: 1100px;
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media screen and (min-width: 1620px) {
  .footer-primary.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
    padding: 0;
    max-width: 1100px;
  }
}
@media screen and (max-width: 600px) {
  .footer-primary.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
    /* padding: 0 60px; */
  }
}
.decoration-bar.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  height: 57px;
  width: 100%;
  background-image: url("../Group-9.png");
  border-bottom: 2px solid #fff;
}
.footer-tags.svelte-2kr2yv {
  width: 50%;
}

.footer-tags.svelte-2kr2yv ul.svelte-2kr2yv.svelte-2kr2yv {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
@media screen and (max-width: 1019px) {
  .footer-tags.svelte-2kr2yv ul.svelte-2kr2yv.svelte-2kr2yv {
    justify-content: flex-start;
  }
}
.footer-tags.svelte-2kr2yv ul li.svelte-2kr2yv.svelte-2kr2yv {
  color: var(--white);
  margin: 5px;
}
.footer-tags.svelte-2kr2yv ul li a.svelte-2kr2yv.svelte-2kr2yv,
.footer-tags.svelte-2kr2yv ul li.svelte-2kr2yv.svelte-2kr2yv {
  text-decoration: none;
  color: var(--white);
  margin: 0;
}
.footer-tags.svelte-2kr2yv ul li a.svelte-2kr2yv img.svelte-2kr2yv {
  vertical-align: text-top;
  padding-left: 5px;
}
@media screen and (max-width: 927px) {
  .footer-tags.svelte-2kr2yv {
    width: 100%;
  }
  .footer-tags.svelte-2kr2yv ul.svelte-2kr2yv.svelte-2kr2yv {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 800px) {
  .footer-tags.svelte-2kr2yv ul li a.svelte-2kr2yv.svelte-2kr2yv,
  .footer.svelte-2kr2yv ul li.svelte-2kr2yv.svelte-2kr2yv {
    font-size: 16px;
  }
}
.footer-tags.svelte-2kr2yv ul li a.svelte-2kr2yv.svelte-2kr2yv:hover {
  text-decoration: underline;
}
.footer-icon-con.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
}
.footer-icon.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  margin-right: 30px;
}
.footer-icon.svelte-2kr2yv img.svelte-2kr2yv.svelte-2kr2yv {
  min-width: 300px;
  height: 100%;
}
.footer-nk.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
  width: 65px;
  height: 26px;
}
.footer-nk.svelte-2kr2yv img.svelte-2kr2yv.svelte-2kr2yv {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 927px) {
  .footer-icon.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .footer-icon.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
    margin-right: 50px;
  }
  .footer-nk.svelte-2kr2yv.svelte-2kr2yv.svelte-2kr2yv {
    width: 125px;
    height: 50px;
  }
}
svg.svelte-1rdv4v2 {
  width: 1em;
  height: 1em;
}
.footer-wrapper {
  width: 100%;
  padding: 0 150px;
}
@media screen and (max-width: 700px) {
  .footer-wrapper {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 420px) {
  .footer-wrapper {
    padding: 0 20px;
  }
}
li.svelte-2kr2yv:first-child {
  text-align: end;
}
li.svelte-2kr2yv:last-child {
  padding-right: 75px;
}
@media screen and (max-width: 927px) {
  li.svelte-2kr2yv:first-child {
    text-align: start;
    width: fit-content;
  }
}
.external-pdf {
  vertical-align: baseline;
}