/*
 * Media queries
 */
/*
 * Colors
 */
/*
 * Fonts
 */
@font-face {
  font-family: 'Open Sans';
  src: url('./assets/CommonAssets/OpenSans-Medium.woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./assets/CommonAssets/OpenSans-SemiBold.woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./assets/CommonAssets/OpenSans-Bold.woff2');
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 0.875rem;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
@media (max-width: 851px) {
  html {
    font-size: 0.875rem;
  }
}
@media (max-width: 681px) {
  html {
    font-size: 0.75rem;
  }
}
@media (max-width: 489px) {
  html {
    font-size: 0.75rem;
  }
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  counter-reset: figure-number 0 paragraph-number 0;
  overscroll-behavior: none;
}
body:has(.peer_review) .main {
  margin-left: 3.5rem;
}
@media (max-width: 851px) {
  body:has(.peer_review) .main {
    margin-left: 3.5rem;
  }
}
body:has(.peer_review) .main p:not(.figure)::before {
  counter-increment: paragraph-number 1;
  content: '[' counter(paragraph-number) ']-';
  color: #fff;
  background-color: #6d6f71;
}
body:has(.peer_review) .chapter ul li span:has(p::before) {
  counter-increment: paragraph-number 1;
  content: '[' counter(paragraph-number) ']-';
}
body:has(.peer_review) .chapter ul li span:not(:has(p))::before {
  counter-increment: paragraph-number 1;
  content: '[' counter(paragraph-number) ']-';
}
.noscroll {
  touch-action: none;
}
img {
  width: 100%;
}
svg {
  max-width: 100%;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0px;
  color: #231f20;
  padding: 0.7rem 0 0 0;
}
h2 {
  margin: 0 0 0.7rem 0;
  padding: 0;
}
h3 {
  margin: 0 0 0 0;
  padding: 0;
}
h4 {
  margin: 0 0 0.7rem 0;
  padding: 0;
}
h2 p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #ffffff;
  margin: 0px 0 -0.9rem 0;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  background-color: #0096d6;
  padding: 0.7rem 1.4rem;
}
h2 p p::before {
  counter-increment: paragraph-number -1;
  content: '';
}
h3 p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  margin: 0 0 0rem 0;
  padding: 0;
  color: #005da4;
  font-weight: bold;
  font-size: 1.45rem;
}
h4 p {
  font-size: 1.3rem;
  text-align: left;
  color: #005da4;
  font-weight: bold;
  margin: 0 0 -0.9rem 0;
  padding: 0;
}
h5 {
  font-size: 1.15rem;
  margin: 1.4rem 0 0rem 0;
  color: #231f20;
}
a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a:link {
  color: #005a9f;
}
a:hover,
a:focus {
  font-weight: bold;
}
a:active {
  color: #5f4c95;
}
a.dashboardLink:visited {
  color: #5f4c95;
}
img:not([alt]) {
  outline: 3px solid red;
}
video:not([alt]) {
  outline: 3px solid red;
}
#keypress-popup {
  display: none;
  height: auto;
  width: 500px;
  position: fixed;
  top: 38%;
  left: 42%;
  z-index: 1000;
  background-color: #fff;
  border: 2px solid #58595b;
  text-align: center;
  vertical-align: middle;
  box-shadow: 7px 7px #58595b;
}
#keypress-popup p {
  font-size: 1.7rem;
  color: #58595b;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 489px) {
  #keypress-popup {
    width: 90%;
    left: 5%;
  }
  #keypress-popup h3 {
    font-size: 1.2em;
  }
  #keypress-popup p {
    font-size: 1.2em;
    padding: 1em;
  }
}
.italic {
  font-style: italic;
}
#watermark {
  position: fixed;
  height: 100px;
  width: 100%;
  top: 90%;
  left: 0;
  background-color: #005da4;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 489px) {
  #watermark {
    bottom: 10%;
    height: 90px;
  }
}
#watermark p {
  color: white;
  font-size: 3rem;
  vertical-align: middle;
}
@media (max-width: 851px) {
  #watermark p {
    font-size: 1.5rem;
  }
}
footer {
  height: auto;
  background-color: #005da4;
  text-align: center;
  vertical-align: middle;
  margin-top: 2rem;
  line-height: 1.5rem;
  padding: 2rem 0;
}
footer p {
  color: #fff;
  font-weight: bold;
}
footer #footerLineOne p {
  font-size: 1.3rem;
}
footer #footerLineTwo p {
  font-size: 1rem;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media print {
  .chapter figure.image,
  figure,
  .chapter aside.callout,
  .chartDiv {
    page-break-inside: avoid !important;
  }
  .definitionText-text {
    padding: 0 2px 0 4px !important;
    margin: 0 2px 0 4px !important;
  }
  .chapter .definitionText.hidden {
    display: inline-block !important;
  }
  .chapter .beforeChart {
    overflow: hidden !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
}
nav.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #005da4;
  z-index: 300;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 850px) {
  nav.fixed-top {
    display: none;
    width: 100%;
  }
}
nav.fixed-top div.logo {
  padding-top: 0.7rem;
  float: right;
}
nav.fixed-top div.logo img {
  height: 2.1rem;
  width: auto;
  padding-right: 0.45rem;
}
@media (max-width: 851px) {
  nav.fixed-top div.logo img {
    height: 1.8rem;
  }
}
nav.fixed-top div.hamburger {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: left;
  width: 100%;
  border-bottom: #fff solid 1px;
}
@media (min-width: 850px) {
  nav.fixed-top div.hamburger {
    display: none;
  }
}
nav.fixed-top div.hamburger button {
  background-color: #005da4;
  border: none;
  padding: 0px 1.1rem;
  outline: none;
}
nav.fixed-top div.hamburger .fa {
  padding: 0.7rem 0.4rem;
  font-size: 1.7rem;
  color: #fff;
  margin: 0.13rem 0;
}
nav.fixed-top div.hamburger .close_button {
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1rem 0;
  outline: none;
}
nav.fixed-top div.hamburger div.hamburgerContent {
  position: absolute;
  display: none;
  width: 0%;
  height: 100vh;
  left: 0;
  top: 100%;
  background-color: #005da4;
  overflow-y: scroll;
  transition: width 1s;
  padding-bottom: 3.5rem;
  border-top: 0.25px solid #ddd;
}
nav.fixed-top div.hamburger div.hamburgerContent a {
  text-decoration: none;
}
nav.fixed-top div.hamburger div.hamburgerContent a p {
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0 0 0 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent a p.active {
  font-weight: bold;
  font-size: 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent a.top-level-dropdown {
  padding: 0 0 0 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent a.top-level-dropdown p {
  padding: 0.2rem;
}
@media (max-width: 851px) {
  nav.fixed-top div.hamburger div.hamburgerContent a.top-level-dropdown {
    max-width: 85%;
  }
}
nav.fixed-top div.hamburger div.hamburgerContent a.top-level-dropdown.active {
  font-weight: bold;
  font-size: 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent a.top-level-dropdown:focus {
  outline: none;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu .indicator {
  text-decoration: none !important;
  padding: 1.1rem 0 1.1rem 3rem;
  outline: none;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu .indicator.active {
  font-weight: bold;
  font-size: 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu a {
  cursor: pointer;
  display: block;
  padding: 0.3rem;
  letter-spacing: normal;
  border-top: none;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu a.active {
  font-weight: bold;
  font-size: 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu a.dropdownDivider,
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu p.dropdownDivider {
  color: #fff;
  font-size: 0.9rem;
  padding: 0.4rem 0;
  overflow: hidden;
  font-weight: bold;
  padding: 1.1rem 0 1.1rem 1.7rem;
  outline: none;
}
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu a.dropdownDivider.active,
nav.fixed-top div.hamburger div.hamburgerContent div.dropdownMenu p.dropdownDivider.active {
  font-weight: bold;
  font-size: 1.15rem;
}
nav.fixed-top div.hamburger div.hamburgerContent p.met_cat {
  margin-bottom: 0;
}
nav.fixed-top div.hamburger div.hamburgerContent .dropdownTitlediv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.1rem 0;
  border-bottom: 0.25px solid #ddd;
}
.dropdownIcon {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 1.3rem;
  font-size: 1.15rem;
  line-height: 0;
  color: #fff;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.dropdownIcon .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
}
.hidden {
  display: none;
}
nav.sideNav {
  flex: 0 0 248px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.15rem;
}
@media (max-width: 851px) {
  nav.sideNav {
    display: none;
  }
}
nav.sideNav > ul {
  padding-top: 0.7rem;
  overflow-y: auto;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  max-height: 98vh;
  padding-left: 0px;
}
nav.sideNav ul {
  list-style: none;
  padding-left: 1.5rem;
}
nav.sideNav ul li {
  margin: 0px;
}
nav.sideNav ul li a {
  text-decoration: none;
}
nav.sideNav ul li a p {
  font-size: 1.15rem;
  color: #005da4;
  padding: 0;
}
nav.sideNav ul li a p.active {
  font-weight: bold;
}
nav.sideNav ul li.chapter_heading {
  padding: 0.7rem 0 0 0;
}
nav.sideNav div.logo {
  width: 50%;
  margin-right: auto;
}
nav.sideNav ul.topLevelMenu a p {
  cursor: pointer;
  font-size: 0.9rem;
  color: #231f20;
  display: block;
  letter-spacing: normal;
  text-indent: -8px;
  padding-left: 8px;
}
nav.sideNav ul.topLevelMenu div.midLevelDivider,
nav.sideNav ul.topLevelMenu a.midLevelDivider p {
  color: #231f20;
  font-size: 1rem;
  overflow: hidden;
  text-indent: -8px;
  padding-left: 8px;
}
a#title_link p {
  font-size: 1.4rem;
  font-weight: 500;
}
header .cover {
  height: 100vh;
  min-height: 42.8rem;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
header .cover picture#coverImage {
  display: contents;
}
header .cover picture#coverImage img,
header .cover picture#coverImage source {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
header .cover_text {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 62rem;
  text-align: center;
  width: 80%;
  top: 4%;
  color: white;
  z-index: 100;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 3px 3px 3px #000000;
}
header .cover_text p {
  color: white;
  padding: 0;
  margin: 0;
}
header #EPA_logo {
  width: 12.5%;
  position: absolute;
  right: 2%;
  top: 2%;
}
@media (max-width: 851px) {
  header #EPA_logo {
    display: none;
  }
}
header h1 {
  margin: 0;
}
header h1.cover_date p {
  font-size: 6rem;
}
@media (max-width: 681px) {
  header h1.cover_date p {
    font-size: 3.8rem;
  }
}
@media (max-width: 489px) {
  header h1.cover_date p {
    font-size: 3rem;
  }
}
header h1.cover_title {
  margin-bottom: 1rem;
}
@media (max-width: 681px) {
  header h1.cover_title {
    margin-bottom: 1.5rem;
  }
}
header h1.cover_title p {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 3.9rem;
}
header h2.cover_subtitle {
  margin-bottom: 4.5rem;
}
@media (max-width: 681px) {
  header h2.cover_subtitle {
    margin-bottom: 1.5rem;
  }
}
header h2.cover_subtitle p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.9rem;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 681px) {
  header h2.cover_subtitle p {
    font-size: 1.5rem;
  }
}
@media (max-width: 489px) {
  header h2.cover_subtitle p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
header div#cover_chatter {
  width: 100%;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 3px 3px 3px #000000;
}
header div#cover_chatter p {
  line-height: 2.1rem;
  font-size: 1.7rem;
}
@media (max-width: 851px) {
  header div#cover_chatter p {
    font-size: 1.5rem;
  }
}
@media (max-width: 681px) {
  header div#cover_chatter p {
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 3px 3px 3px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
}
header div#cover_caption {
  width: 100%;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 3px 3px 3px #000000;
}
header div#cover_caption p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 851px) {
  header div#cover_caption p {
    font-size: 1.4rem;
  }
}
@media (max-width: 681px) {
  header div#cover_caption p {
    font-size: 1.1rem;
  }
}
a.header_link {
  text-decoration: none;
}
.scroll-bug {
  display: none;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 3px 3px 3px #000000;
  text-decoration: none;
}
.scroll-bug #scrollText {
  display: none;
}
@media (min-width: 850px) {
  .scroll-bug {
    display: block;
    margin-top: -7rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 850px) {
  .scroll-bug #scrollText {
    display: block;
  }
}
@keyframes drop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50%);
  }
}
.scroll-bug svg {
  display: block;
  margin: 0.25rem auto;
  animation: drop 2s ease-in-out infinite;
}
.scroll-bug svg path {
  stroke: #ccc;
  stroke-width: 6;
  fill: none;
}
button.toggleIcon:focus-visible {
  outline-width: 2px;
  outline-style: solid;
}
aside.callout button.toggleIcon:focus-visible {
  outline-color: white;
  outline-width: 2px;
  outline-style: solid;
}
.wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 66.4rem;
}
@media (max-width: 851px) {
  .wrapper {
    max-width: 100%;
  }
}
.main {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px;
  max-width: 50rem;
  overscroll-behavior: none;
}
@media (max-width: 851px) {
  .main {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
  }
}
.main p.exhibit {
  font-weight: bold !important;
  font-size: 1rem;
  color: #31383a;
  margin-bottom: 0;
  fill: #58595b;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.main p.image_exhibit_title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-indent: 0;
}
.main p.exhibit:before {
  counter-increment: figure-number 1;
  display: inline;
  content: 'Exhibit ' counter(figure-number) ': ';
  font-weight: bold !important;
  font-size: 1rem;
  color: #31383a;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.chapter {
  padding-top: 1.4rem;
}
@media (max-width: 851px) {
  .chapter {
    border-top: 2.5rem solid transparent;
    margin-top: -2.5rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.chapter .section,
.chapter .subsection {
  padding-top: 1.4rem;
}
@media (max-width: 851px) {
  .chapter .section,
  .chapter .subsection {
    border-top: 2.5rem solid transparent;
    margin-top: -2.5rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.chapter .image_caption,
.chapter .video_caption {
  text-align: left;
  margin-top: 0.6rem;
  width: 100%;
  font-size: 1rem;
  color: #58595b;
  background-color: white;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.chapter .image_with_exhibit .image_caption,
.chapter .table_with_exhibit {
  padding: 0 0.6rem 0 0rem;
}
.chapter aside.callout {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  padding: 1.45rem 2rem 1.45rem 2rem;
  background-color: #005da4;
  color: #fff;
}
.chapter aside.callout p,
.chapter aside.callout li {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
.chapter aside.callout p:first-of-type {
  padding-top: 0;
}
.chapter aside.callout p > strong > h4 {
  font-size: 1.45rem;
  margin: 0;
}
.chapter aside.callout a {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
.chapter aside.callout a:hover {
  font-weight: bold;
}
.chapter aside.callout a:visited {
  color: #dad1ff;
}
.chapter aside.callout .definitionText {
  font-size: 0.9rem;
  background-color: #247a9c;
  width: 100%;
  margin: 0.7rem 0 0.7rem 0;
}
.chapter aside.callout .definitionText p {
  padding: 0;
}
.chapter figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.4rem 0 0 0;
}
@media (max-width: 489px) {
  .chapter figure {
    width: 100%;
    margin: 0;
  }
}
.chapter figure p {
  padding: 0;
}
.chapter figure.image .image-wrapper {
  position: relative;
  /* Skeleton Animation */
}
.chapter figure.image .image-wrapper .skeleton {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: pulse 2.5s ease-in-out infinite;
  background-color: #666666;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.chapter figure.image .image-wrapper img {
  position: relative;
  display: block;
}
@media (max-width: 489px) {
  .chapter figure.image.full {
    margin-top: 1.4rem;
  }
}
.chapter figure.image.wrap {
  width: 50%;
  background-color: #fff;
  float: right;
  padding-left: 2rem;
  margin: 1.1rem auto 0.5rem auto;
}
@media (max-width: 489px) {
  .chapter figure.image.wrap {
    width: 100%;
    display: block;
    max-width: 100%;
    float: none;
    margin: 0 0 0.5rem 0;
    padding: 0.7rem 0 0 0;
  }
}
.chapter figure.image.wrap img {
  width: 100%;
  height: auto;
}
.chapter figure.image_with_exhibit.wrap {
  margin-left: 2rem;
  padding-left: 0.7rem;
}
@media (max-width: 489px) {
  .chapter figure.image_with_exhibit.wrap {
    padding: 0.7rem;
    margin: 1.4rem 0 0 0;
  }
}
.chapter figure.image_with_exhibit,
.chapter div.table_with_exhibit,
.chapter figure.pie_with_exhibit {
  border: 0.5px solid #58595b;
  padding: 1rem 1.2rem;
}
.chapter figure.image_with_exhibit.full img,
.chapter div.table_with_exhibit.full img,
.chapter figure.pie_with_exhibit.full img {
  width: 100%;
}
@media (max-width: 489px) {
  .chapter figure.image_with_exhibit,
  .chapter div.table_with_exhibit,
  .chapter figure.pie_with_exhibit {
    margin-top: 1.4rem;
  }
}
.chapter video {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.4rem auto;
}
.chapter table {
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0.7rem 0;
  text-align: center;
}
.chapter table table,
.chapter table td,
.chapter table thead {
  border: 1px solid;
}
.chapter table th {
  padding: 12px 0;
  background-color: #005da4;
  color: #ffffff;
}
@media (max-width: 489px) {
  .chapter table th {
    font-size: 10px;
  }
}
.chapter table th:not(:last-child) {
  border-right: 1px solid #000000;
}
.chapter table td {
  padding: 0.5rem 0.3rem;
}
@media (max-width: 489px) {
  .chapter table td {
    font-size: 10px;
  }
}
.chapter table .colored {
  background-color: pink;
  font-weight: bold;
  box-shadow: inset 0 0 0 6px white;
}
@media (max-width: 851px) {
  .chapter table .colored {
    box-shadow: inset 0 0 0 2px white;
  }
}
.chapter .table_with_exhibit {
  margin-top: 0.7rem;
}
.chapter .table_with_exhibit p.table_exhibit_title {
  padding: 0;
  margin-left: 0;
}
.chapter .pie_annotation_text p strong {
  color: #c25228;
}
.chapter .pie_chart_text_bold {
  font-weight: bold;
}
.chapter ul,
.chapter ol {
  padding-left: 1.2rem;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0;
}
.chapter ul li,
.chapter ol li {
  margin-top: 0.5rem;
}
.chapter ul li::before,
.chapter ol li::before {
  color: #fff;
  background-color: #6d6f71;
  margin-right: 0.5rem;
}
.chapter ul li ul li,
.chapter ol li ul li {
  margin-top: 0px;
}
.chapter ol {
  padding-left: 1.2rem;
  margin-left: 0.3rem;
}
@media (max-width: 851px) {
  .chapter ol,
  .chapter ul {
    padding-left: 1.5rem;
  }
}
.chapter .definition .toggleIcon {
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1.15rem;
  line-height: 0;
  color: #df5b57;
  vertical-align: middle;
  background-color: #f1f1f1;
  border-radius: 50%;
  margin-left: 3px;
  border-color: black;
}
.chapter .definition .toggleIcon .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
}
.chapter .definitionText {
  display: block;
  font-size: 0.9rem;
  background-color: #eee;
  padding: 1.5rem;
}
.chapter .definitionText p {
  padding: 0;
  text-indent: 0rem;
}
.chapter .definitionText.hidden {
  display: none;
}
.chapter p.indicator_p {
  display: inline;
}
.chapter ul.indicator_ul {
  list-style: none;
  display: inline;
  padding-left: 0.3rem;
}
.chapter li.indicator_item {
  list-style: none;
  display: inline;
}
.chapter li.indicator_item a {
  font-size: 1.15rem !important;
}
.chapter section > div.indicator_div:first-of-type {
  margin-top: 0.5rem;
}
@media (max-width: 851px) {
  .chapter ul.indicator_ul {
    padding-left: 0rem;
  }
}
.chapter:not(:first-child) {
  padding-top: 1.8rem;
}
.chart {
  margin: 2.1rem auto;
}
.chart svg {
  display: block;
  margin: auto;
}
.chart .graphic-wrapper {
  position: relative;
}
.chartDiv {
  border: solid 1px lightgrey;
  padding: 1rem 0.6rem 1rem 1.2rem;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
.chartDiv p::before {
  counter-increment: paragraph-number 0;
  display: none;
  content: '';
}
.chartDiv p {
  text-indent: 0;
}
.pie_chart * {
  font-family: 'Arial', 'Open Sans';
  font-size: 1rem;
}
div.conditionChartContainer {
  width: 100%;
}
div.conditionChangeChartContainer {
  width: 100%;
  max-width: 100%;
  margin: 4.2rem 3.2rem 1.8rem 0rem;
}
p.chart_link,
p.chart_link_risk,
p.sigFlag {
  color: #58595b;
  padding: 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
p.sigFlag {
  font-size: 0.85rem;
}
p.chart_link,
p.chart_link_risk {
  margin: 0 0.8rem 0 0rem;
  font-size: 1rem;
}
p.change-chart-link,
p.chart_link_risk {
  padding-top: 0.7rem;
}
a.downloadLink,
a.dashboardLink {
  cursor: pointer;
  color: #005a9f;
}
a.downloadLink:hover,
a.dashboardLink:hover {
  cursor: pointer;
}
p.sigFlag {
  font-style: italic;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
  margin: 1.6rem 0rem 0rem 4rem;
  padding: 0;
}
.annotation,
.changeAnnotation {
  text-align: left;
}
.annotation {
  padding-top: 0.7rem;
  margin: 0 1.15rem 0.7rem 0rem;
}
.changeAnnotation {
  margin: 3.6rem 1.2rem 0 0rem;
}
.annotationLine {
  stroke: #58595b;
  fill: none;
  stroke-width: 1px;
}
.annotation p,
.riskAnnotation p,
.changeAnnotation p {
  font-size: 1rem;
  color: #58595b;
  padding: 0.35rem 0.35rem 0.35rem 1.1rem;
  border: solid 1px #58595b;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.chart-header,
.risk-chart-header {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
  color: #58595b;
  fill: #58595b;
  padding: 0;
}
.chart-text p {
  font-weight: normal;
  color: #58595b;
  line-height: 1.2;
  padding: 0;
}
.risk-text {
  margin: 0;
}
p.chart-subtitle,
p.risk-chart-subtitle {
  font-size: 1rem;
  color: #58595b;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.axis {
  font-size: 0.8rem;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.axis text,
.axis foreignObject > div {
  fill: #58595b;
  color: #58595b;
}
.axis path,
.axis line {
  fill: none;
  stroke: #58595b;
  shape-rendering: crispEdges;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #ccc;
  color: #ccc;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.grid g:first-of-type {
  color: #58595b;
}
.labels,
.y-axis div {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  font-size: 0.92rem;
  color: #58595b;
  fill: #58595b;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.conditionChartContainer .y-axis div {
  text-align: right;
  line-height: 1rem;
}
.change_label_area div {
  line-height: 1rem;
}
.riskChart {
  margin: 0;
}
.riskChart .y-axis div {
  text-align: right;
  line-height: 1rem;
}
.labels.na {
  font-size: 0.92rem;
  color: #58595b;
}
.value text {
  font-size: 0.92rem;
  -webkit-font-smoothing: antialiased;
  fill: #58595b;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
@media (max-width: 489px) {
  .value text {
    font-size: 0.8rem;
  }
}
.good .bars {
  stroke: #347abc;
  fill: #bfd8ed;
}
.good .changeRange {
  fill: #347abc;
}
.fair .bars {
  stroke: #c27005;
  fill: #ffe7bd;
}
.fair .changeRange {
  fill: #c27005;
}
.poor .bars {
  stroke: #cc4040;
  fill: #fcd9d9;
}
.poor .changeRange {
  fill: #cc4040;
}
.not-assessed .bars {
  stroke: #a05a37;
  fill: #e3beab;
}
.not-assessed .changeRange {
  fill: #a05a37;
}
.not-displayed .bars {
  stroke: #a1a1a1;
  fill: #bbb;
}
.not-displayed .changeRange {
  fill: #a1a1a1;
}
.bar.good {
  fill: #bfd8ed;
  stroke: #347abc;
}
.bar.fair {
  fill: #ffe7bd;
  stroke: #c27005;
}
.bar.poor {
  fill: #fcd9d9;
  stroke: #cc4040;
}
.bar.not-displayed {
  fill: #c7c7c7;
  stroke: #a1a1a1;
}
.bar.not-assessed {
  fill: #e3beab;
  stroke: #a05a37;
}
.bar.relative-extent-chart {
  fill: rgba(251, 225, 226, 0.5);
  stroke: #e95757;
}
.bar.relative-risk-chart {
  fill: #d3cdf4;
  stroke: #7b66d2;
}
.bar.attributable-risk-chart {
  fill: #ecd3f8;
  stroke: #a25cd1;
}
.range.relative-extent-chart {
  fill: #f48c8c;
  fill-opacity: 1;
  stroke: #e91818;
  stroke-width: 0;
}
.range.relative-risk-chart {
  fill: #7b66d2;
  stroke: #7b66d2;
}
.range.attributable-risk-chart {
  fill: #a25cd1;
  stroke: #a25cd1;
}
.range.good {
  fill: #347abc;
}
.range.fair {
  fill: #c27005;
}
.range.poor {
  fill: #cc4040;
}
.range.not-displayed {
  fill: #e3beab;
}
.range.not-assessed {
  fill: #a05a37;
}
.bar#not-detected {
  fill: #bfd8ed;
  stroke: #347abc;
}
.bar#at-or-below-benchmark {
  fill: #bfd8ed;
  stroke: #347abc;
}
.range#not-detected {
  fill: #347abc;
}
.range#at-or-below-benchmark {
  fill: #347abc;
}
