/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #754823;
  text-decoration: none;
  text-decoration: underline;
}
a:visited {
  color: #71757d;
}
a:hover,
a:focus {
  color: #564437;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 28px;
  line-height: 1.42105263;
  text-align: center;
  margin-bottom: 10px;
}
h3 {
  font-size: 21px;
  line-height: 1.04545455;
}
h4 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333333;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #71757d;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  padding: 0;
}
@media (max-width: 480px) {
  .graphic-chatter {
    font-size: 17px;
  }
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #71757d;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
  font-size: 0px;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px auto;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color 0.1s linear;
}
.dont-miss a:hover {
  color: #564437;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.marketing.marketing--sidebar {
  margin: auto;
}
h1 {
  font-size: 3em;
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
.buttonCon {
  max-width: 920px;
  margin: 0px auto 5px auto;
  padding: 0px 10px;
  text-align: center;
}
.buttonCon .flex-group.carousel {
  display: flex;
  font-size: 0px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .buttonCon .flex-group.carousel {
    display: inherit;
  }
}
.buttonCon .flex-group.carousel .flex {
  width: 33.3%;
  margin: 5px;
}
@media (max-width: 480px) {
  .buttonCon .flex-group.carousel .flex {
    width: 100%;
  }
}
.buttonCon .flex-group.carousel .flex button {
  width: 100%;
  height: 100%;
}
.buttonCon .flex-group.carousel .flex button:hover {
  background-color: #564437;
  color: white !important;
}
.buttonCon button {
  padding: 5px 20px;
  text-align: center;
  width: 15em;
  flex-grow: 1 1 auto;
  border: 1px solid #936B51;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  background-color: white;
  color: black !important;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .buttonCon button {
    font-size: 18px;
  }
}
.buttonCon button.show {
  background-color: #936B51;
  color: white !important;
}
.header {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.header img {
  width: 100%;
}
.body-text {
  max-width: 720px;
  padding: 10px;
  margin: auto;
}
#iframe {
  width: 90%;
  height: 90vh;
  overflow: scroll;
}
.svg {
  width: calc((100vh * .68) + 5px);
  height: 100vh;
  position: sticky;
  top: 0;
}
.svg img {
  height: 100vh;
  width: auto;
  max-width: none;
}
@media (max-width: 768px) {
  .svg img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .svg {
    width: 100%;
    z-index: -1;
  }
}
.svg svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
@media (max-width: 768px) {
  .svg svg {
    width: 100%;
    height: auto;
  }
}
.svg svg text {
  font-size: 40px;
  text-anchor: start;
  stroke: #000;
  stroke-width: 2px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.svg svg text.show {
  opacity: 1;
}
.svg svg foreignObject {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.svg svg foreignObject.show {
  opacity: 1;
}
.svg .st3,
.svg .st5,
.svg .st6,
.svg .st7,
.svg .st8,
.svg .st9,
.svg .st10,
.svg .st11,
.svg .st12,
.svg .st13 {
  fill-opacity: 0;
  transition: fill-opacity 0.5s ease-in-out;
  -moz-transition: fill-opacity 0.5s ease-in-out;
  -webkit-transition: fill-opacity 0.5s ease-in-out;
}
.svg .st3.show,
.svg .st5.show,
.svg .st6.show,
.svg .st7.show,
.svg .st8.show,
.svg .st9.show,
.svg .st10.show,
.svg .st11.show,
.svg .st12.show,
.svg .st13.show {
  fill-opacity: 0.7;
}
.svg button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  background-color: goldenrod;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
}
.svg button:hover,
.svg button:active {
  background-color: #a27810;
}
.scroll-blocks {
  max-width: 1000px;
  margin: auto;
}
.scroll-blocks .block {
  margin: 50vh auto;
  margin-left: calc((100vh * .68) + 20px);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  max-width: 600px;
}
.scroll-blocks .block.Photoselection {
  background-color: rgba(255, 228, 175, 0.7);
}
.scroll-blocks .block.Lackofinformationunderreporting {
  background-color: rgba(221, 162, 143, 0.7);
}
.scroll-blocks .block.Inaccuracymisrepresentation {
  background-color: rgba(251, 192, 173, 0.7);
}
.scroll-blocks .block.Sourcingerrors {
  background-color: rgba(253, 221, 215, 0.7);
}
.scroll-blocks .block.Designlayout {
  background-color: rgba(255, 236, 205, 0.7);
}
.scroll-blocks .block.Racistlanguage {
  background-color: rgba(216, 221, 204, 0.7);
}
.scroll-blocks .block.Inaccuratelanguage {
  background-color: rgba(193, 207, 183, 0.7);
}
.scroll-blocks .block.Offensivelanguage {
  background-color: rgba(165, 187, 148, 0.7);
}
.scroll-blocks .block.Storyframingfocusbias {
  background-color: rgba(229, 216, 207, 0.7);
}
@media (max-width: 768px) {
  .scroll-blocks .block {
    width: 90%;
    margin: 130vh auto;
  }
  .scroll-blocks .block.Photoselection {
    background-color: rgba(255, 228, 175, 0.9);
  }
  .scroll-blocks .block.Lackofinformationunderreporting {
    background-color: rgba(221, 162, 143, 0.9);
  }
  .scroll-blocks .block.Inaccuracymisrepresentation {
    background-color: rgba(251, 192, 173, 0.9);
  }
  .scroll-blocks .block.Sourcingerrors {
    background-color: rgba(253, 221, 215, 0.9);
  }
  .scroll-blocks .block.Designlayout {
    background-color: rgba(255, 236, 205, 0.9);
  }
  .scroll-blocks .block.Racistlanguage {
    background-color: rgba(216, 221, 204, 0.9);
  }
  .scroll-blocks .block.Inaccuratelanguage {
    background-color: rgba(193, 207, 183, 0.9);
  }
  .scroll-blocks .block.Offensivelanguage {
    background-color: rgba(165, 187, 148, 0.9);
  }
  .scroll-blocks .block.Storyframingfocusbias {
    background-color: rgba(229, 216, 207, 0.9);
  }
}
.scroll-blocks .block .category {
  width: 100%;
  padding: 10px 5px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 768px) {
  .scroll-blocks .block .category {
    border-bottom: 1px solid #424648;
    font-size: 19px;
  }
}
.scroll-blocks .block .category.Photoselection {
  background-color: #ffe4af;
}
.scroll-blocks .block .category.Lackofinformationunderreporting {
  background-color: #dda28f;
}
.scroll-blocks .block .category.Inaccuracymisrepresentation {
  background-color: #fbc0ad;
}
.scroll-blocks .block .category.Sourcingerrors {
  background-color: #fdddd7;
}
.scroll-blocks .block .category.Designlayout {
  background-color: #ffeccd;
}
.scroll-blocks .block .category.Racistlanguage {
  background-color: #d8ddcc;
}
.scroll-blocks .block .category.Inaccuratelanguage {
  background-color: #c1cfb7;
}
.scroll-blocks .block .category.Offensivelanguage {
  background-color: #a5bb94;
}
.scroll-blocks .block .category.Storyframingfocusbias {
  background-color: #e5d8cf;
}
.scroll-blocks .block .example {
  padding-block-end: 10px;
}
.scroll-blocks .block .example .example_image {
  max-width: 500px;
  margin: 15px auto 0px auto;
  padding: 0 10px;
  display: none;
}
.scroll-blocks .block .example .example_image.show {
  display: block;
}
@media (max-width: 480px) {
  .scroll-blocks .block .example .example_image {
    padding: 0 20px;
    margin: 10px auto 0px auto;
  }
}
.scroll-blocks .block .example .example_text {
  font-size: 17px;
  padding: 10px 30px 0;
}
@media (max-width: 480px) {
  .scroll-blocks .block .example .example_text {
    font-size: 15px;
    padding: 5px 20px 0;
  }
}
.scroll-blocks .block .example .numberedCircle {
  width: 22px;
  height: 22px;
  font-size: 20px;
  margin-right: 7px;
  background-color: black;
  color: white;
  font-weight: bold;
  line-height: 1.1em;
  border-radius: 50%;
  text-align: center;
  margin: 20px auto 0;
}
@media (max-width: 480px) {
  .scroll-blocks .block .example .numberedCircle {
    margin: 12px auto 0;
  }
}
.scroll-blocks .block .redact {
  padding: 10px 5px;
  background: black;
  color: white;
  display: block;
  font-size: 14px;
  margin: 3px auto;
  padding: 4px 6px;
  border: none;
}
.scroll-blocks .block .redact .toggle {
  display: none;
}
.scroll-blocks .block .redact .toggle.show {
  display: inline-block;
}
.scroll-blocks .block .redact:hover {
  background-color: #564437;
}
.scroll-blocks .block:last-child {
  margin-bottom: 10vh;
}
#allStories {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 480px) {
  .allStories.top.show {
    max-height: 10px;
  }
}
.secondSvg,
.thirdSvg,
.fourthSvg {
  width: 100%;
  visibility: hidden;
  position: absolute;
}
.secondSvg.show,
.thirdSvg.show,
.fourthSvg.show {
  visibility: inherit;
}
.secondSvg .cls-1,
.thirdSvg .cls-1,
.fourthSvg .cls-1,
.secondSvg .cls-2,
.thirdSvg .cls-2,
.fourthSvg .cls-2,
.secondSvg .cls-3,
.thirdSvg .cls-3,
.fourthSvg .cls-3,
.secondSvg .cls-4,
.thirdSvg .cls-4,
.fourthSvg .cls-4,
.secondSvg .cls-5,
.thirdSvg .cls-5,
.fourthSvg .cls-5,
.secondSvg .cls-6,
.thirdSvg .cls-6,
.fourthSvg .cls-6,
.secondSvg .cls-7,
.thirdSvg .cls-7,
.fourthSvg .cls-7,
.secondSvg .cls-8,
.thirdSvg .cls-8,
.fourthSvg .cls-8 {
  cursor: pointer;
  fill-opacity: 0.6;
  transition: fill-opacity 0.5s ease-in-out;
  -moz-transition: fill-opacity 0.5s ease-in-out;
  -webkit-transition: fill-opacity 0.5s ease-in-out;
}
.secondSvg .cls-1.show,
.thirdSvg .cls-1.show,
.fourthSvg .cls-1.show,
.secondSvg .cls-2.show,
.thirdSvg .cls-2.show,
.fourthSvg .cls-2.show,
.secondSvg .cls-3.show,
.thirdSvg .cls-3.show,
.fourthSvg .cls-3.show,
.secondSvg .cls-4.show,
.thirdSvg .cls-4.show,
.fourthSvg .cls-4.show,
.secondSvg .cls-5.show,
.thirdSvg .cls-5.show,
.fourthSvg .cls-5.show,
.secondSvg .cls-6.show,
.thirdSvg .cls-6.show,
.fourthSvg .cls-6.show,
.secondSvg .cls-7.show,
.thirdSvg .cls-7.show,
.fourthSvg .cls-7.show,
.secondSvg .cls-8.show,
.thirdSvg .cls-8.show,
.fourthSvg .cls-8.show {
  stroke: black;
  stroke-width: 3px;
}
.secondSvg img,
.thirdSvg img,
.fourthSvg img {
  width: 100%;
}
#refundsFreezesPopup,
#topPopup,
#tearsPopup {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 300px;
  background-color: white;
  border: 1px solid black;
}
@media (max-width: 480px) {
  #refundsFreezesPopup,
  #topPopup,
  #tearsPopup {
    right: 0;
    margin: auto;
  }
}
#refundsFreezesPopup.show,
#topPopup.show,
#tearsPopup.show {
  display: block;
  margin-top: 6px;
}
#refundsFreezesPopup [data-label="label"],
#topPopup [data-label="label"],
#tearsPopup [data-label="label"] {
  width: 100%;
  padding: 10px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #refundsFreezesPopup [data-label="label"],
  #topPopup [data-label="label"],
  #tearsPopup [data-label="label"] {
    font-size: 12px;
    padding: 8px 10px;
  }
}
#refundsFreezesPopup [data-label="label"].Photoselection,
#topPopup [data-label="label"].Photoselection,
#tearsPopup [data-label="label"].Photoselection {
  background-color: #ffe4af;
}
#refundsFreezesPopup [data-label="label"].Lackofinformationunderreporting,
#topPopup [data-label="label"].Lackofinformationunderreporting,
#tearsPopup [data-label="label"].Lackofinformationunderreporting {
  background-color: #dda28f;
}
#refundsFreezesPopup [data-label="label"].Inaccuracymisrepresentation,
#topPopup [data-label="label"].Inaccuracymisrepresentation,
#tearsPopup [data-label="label"].Inaccuracymisrepresentation {
  background-color: #fbc0ad;
}
#refundsFreezesPopup [data-label="label"].Sourcingerrors,
#topPopup [data-label="label"].Sourcingerrors,
#tearsPopup [data-label="label"].Sourcingerrors {
  background-color: #fdddd7;
}
#refundsFreezesPopup [data-label="label"].Designlayout,
#topPopup [data-label="label"].Designlayout,
#tearsPopup [data-label="label"].Designlayout {
  background-color: #ffeccd;
}
#refundsFreezesPopup [data-label="label"].Racistlanguage,
#topPopup [data-label="label"].Racistlanguage,
#tearsPopup [data-label="label"].Racistlanguage {
  background-color: #d8ddcc;
}
#refundsFreezesPopup [data-label="label"].Inaccuratelanguage,
#topPopup [data-label="label"].Inaccuratelanguage,
#tearsPopup [data-label="label"].Inaccuratelanguage {
  background-color: #c1cfb7;
}
#refundsFreezesPopup [data-label="label"].Offensivelanguage,
#topPopup [data-label="label"].Offensivelanguage,
#tearsPopup [data-label="label"].Offensivelanguage {
  background-color: #a5bb94;
}
#refundsFreezesPopup [data-label="label"].Storyframingfocusbias,
#topPopup [data-label="label"].Storyframingfocusbias,
#tearsPopup [data-label="label"].Storyframingfocusbias {
  background-color: #e5d8cf;
}
#refundsFreezesPopup .comment,
#topPopup .comment,
#tearsPopup .comment {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 10px;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 480px) {
  #refundsFreezesPopup .comment,
  #topPopup .comment,
  #tearsPopup .comment {
    font-size: 15px;
  }
}
#refundsFreezesPopup .close,
#topPopup .close,
#tearsPopup .close {
  background-color: transparent;
  border: none;
  float: right;
  font-size: 1.4em;
  color: #71757d;
  padding: 0 10px 6px;
}
.thirdSvg svg {
  position: absolute;
  top: 2%;
  left: -1%;
  width: 100%;
  height: auto;
}
.secondSvg svg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.secondSvg svg rect[class^='cls'] {
  stroke-width: 1px !important;
}
.fourthSvg svg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.change-table {
  font-size: 0px;
  padding: 20px 0 0;
}
@media (max-width: 480px) {
  .change-table {
    padding: 10px 20px 0;
  }
}
.flex-3 {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.flex-3 h3 {
  margin: 10px 0px;
  font-size: 19px;
  min-height: 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.flex-3 ul {
  padding: 0px;
}
.flex-3 li {
  list-style: none;
  display: block;
  line-height: 14px;
  margin-bottom: 5px;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .flex-3 li {
    margin-bottom: 0px;
  }
}
.flex-3 li .key {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 3px;
  display: inline-block;
}
.flex-3 li .key.Photoselection {
  background-color: #ffe4af;
}
.flex-3 li .key.Lackofinformationunderreporting {
  background-color: #dda28f;
}
.flex-3 li .key.Inaccuracymisrepresentation {
  background-color: #fbc0ad;
}
.flex-3 li .key.Sourcingerrors {
  background-color: #fdddd7;
}
.flex-3 li .key.Designlayout {
  background-color: #ffeccd;
}
.flex-3 li .key.Racistlanguage {
  background-color: #d8ddcc;
}
.flex-3 li .key.Inaccuratelanguage {
  background-color: #c1cfb7;
}
.flex-3 li .key.Offensivelanguage {
  background-color: #a5bb94;
}
.flex-3 li .key.Storyframingfocusbias {
  background-color: #e5d8cf;
}
.flex-3 li .key.redacted {
  background-color: #231f20;
}
.flex-3 li p {
  display: inline;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.6em;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-left: 10px;
}
.flex-3 li:last-child {
  padding-right: 0;
}
@media (max-width: 480px) {
  .flex-3 {
    width: 100%;
    display: block;
  }
}
.flex-3:last-child {
  padding-right: 0;
}
.directions {
  color: #71757d;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  padding-bottom: 20px;
}
.section {
  max-width: 840px;
  margin: auto;
  padding: 10px;
}
.split {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 110px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .split {
    flex-wrap: nowrap;
    height: auto;
  }
}
.column {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 480px) {
  .column {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.constrained {
  margin: auto;
  max-width: 900px;
  padding: 0 16px;
  margin-block-end: 60px;
}
.nav-section {
  background-color: #e0e0e0;
  max-width: 85%;
  margin: 40px auto;
  padding: 20px;
}
.navButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  padding: 5px;
}
@media (max-width: 480px) {
  .navButton {
    display: inline-block;
    text-align: center;
  }
}
.button-nav {
  text-align: center;
  width: 15em;
  flex-grow: 1 1 auto;
  border: 1px solid #936B50;
  padding: 6px 6px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  background-color: white;
  color: black !important;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-nav {
    display: inline-block;
    text-align: center;
  }
}
.button-nav:hover {
  cursor: pointer;
  background-color: #564437;
  color: white !important;
}
.redaction-example {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #c0c0c0;
  padding: 15px 15px 0;
}
@media (max-width: 480px) {
  .redaction-example {
    margin: 20px auto;
  }
}
.redaction-key {
  margin: auto;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  vertical-align: middle;
  padding-block-end: 20px;
}
.redaction-key img {
  max-width: 40px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .redaction-key {
    text-align: left;
    padding: 20px;
  }
}
.download-section {
  background-color: #e0e0e0;
  max-width: 85%;
  margin: 40px auto;
  padding: 20px;
}
@media (max-width: 480px) {
  .download-section {
    max-width: 100%;
  }
}
.download-group {
  width: 250px;
  margin: auto;
  padding: 15px 15px 0;
  background-color: white;
  text-decoration: underline;
  height: 100%;
  border: 1px solid #936B51;
}
@media (max-width: 768px) {
  .download-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 160px;
    height: 90%;
    padding: 0;
  }
}
.download-group:hover {
  background-color: #936b515b;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex-parent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 340px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .flex-parent {
    height: 315px;
    padding: 0;
  }
}
.flex2 {
  flex: 1;
  max-width: 50%;
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .flex2 {
    flex-basis: 100%;
    margin: 0 5px;
  }
}
.flex2:hover {
  cursor: pointer;
}
.thin-div .center {
  padding-bottom: 0px;
  background-color: white;
  width: 125px;
  font-weight: bold;
}
.module {
  padding-top: 10px;
}
