/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
* {
  -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: 14px;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
@media (max-width: 851px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 681px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 489px) {
  html {
    font-size: 12px;
  }
}
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;
}
.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;
}
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%;
  font-size: 0.7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}
.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: 0.7rem 0 0 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  list-style: none;
  max-height: 98vh;
  overflow-y: auto;
}
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 div.topLevelMenu a p {
  cursor: pointer;
  font-size: 0.9rem;
  color: #231F20;
  display: block;
  padding-left: 0.9rem;
  letter-spacing: normal;
}
nav.sideNav div.topLevelMenu div.midLevelDivider,
nav.sideNav div.topLevelMenu a.midLevelDivider p {
  color: #231F20;
  font-size: 1rem;
  padding: 0 0 0 0.9rem;
  overflow: hidden;
}
nav.sideNav div.topLevelMenu a.indicator p {
  padding: 0 0 0 1.7rem;
}
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;
}
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: 0 0 8px #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;
    text-shadow: 2px 2px 4px #000000;
  }
}
@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;
}
header div#cover_chatter p {
  line-height: 1.6rem;
  font-size: 1.4rem;
}
@media (max-width: 851px) {
  header div#cover_chatter p {
    font-size: 1.5rem;
  }
}
@media (max-width: 681px) {
  header div#cover_chatter p {
    line-height: 1.6rem;
    font-size: 1.2rem;
    text-shadow: 3px 3px 6px #000000;
  }
}
header div#cover_caption {
  width: 100%;
}
header div#cover_caption p {
  color: #fff;
  font-weight: bold;
}
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: #ccc;
  font-size: 1.4rem;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  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;
}
div.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;
  margin-left: 3.5rem;
  overscroll-behavior: none;
}
@media (max-width: 851px) {
  .main {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem 0 4rem;
  }
}
.main p::before {
  counter-increment: paragraph-number 1;
  display: none;
  content: "[" counter(paragraph-number) "]-";
  color: #fff;
  background-color: #6D6F71;
}
.main p.exhibit {
  font-weight: bold !important;
  font-size: 1rem;
  color: #31383A;
  margin-bottom: 0;
  margin-left: 0.6rem;
  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 paragraph-number 0;
  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;
  width: 100%;
}
.chapter .image_caption p,
.chapter .video_caption p {
  font-size: 1rem;
  color: #58595B;
  text-indent: -0.5rem;
  background-color: white;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.chapter .image_with_exhibit .image_caption {
  padding: 0 0.6rem 0 0.6rem;
}
.chapter div.callout {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  padding: 1.45rem 2rem 1.45rem 2rem;
  background-color: #005DA4;
  color: #fff;
}
.chapter div.callout p,
.chapter div.callout li {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
.chapter div.callout p:first-of-type {
  padding-top: 0;
}
.chapter div.callout p > strong {
  font-size: 1.3rem;
}
.chapter div.callout a {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
.chapter div.callout a:hover {
  font-weight: bold;
}
.chapter div.callout a:visited {
  color: #DAD1FF;
}
.chapter div.callout .definitionText {
  font-size: 0.9rem;
  background-color: #247a9c;
  width: 100%;
  margin: 0.7rem 0 0.7rem 0;
}
.chapter div.callout .definitionText p {
  padding: 0;
}
.chapter div.callout .definitionText p::before {
  counter-increment: paragraph-number 0;
  display: none;
  content: "";
}
.chapter div.image {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.4rem 0 0 0;
}
@media (max-width: 489px) {
  .chapter div.image {
    width: 100%;
    margin: 0;
  }
}
.chapter div.image p {
  padding: 0;
}
@media (max-width: 489px) {
  .chapter div.image.full {
    margin-top: 1.4rem;
  }
}
.chapter div.image.wrap {
  width: 50%;
  background-color: #fff;
  float: right;
  padding-left: 2rem;
  margin: 1.1rem auto 0.5rem auto;
}
@media (max-width: 489px) {
  .chapter div.image.wrap {
    width: 100%;
    display: block;
    max-width: 100%;
    float: none;
    margin: 0 0 0.5rem 0;
    padding: 0.7rem 0 0 0;
  }
}
.chapter div.image.wrap img {
  width: 100%;
  height: auto;
}
.chapter div.image.image_with_exhibit.wrap {
  margin-left: 0.5rem;
}
@media (max-width: 489px) {
  .chapter div.image.image_with_exhibit.wrap {
    padding: 0.7rem;
    margin: 1.4rem 0 0 0;
  }
}
.chapter div.image_with_exhibit {
  border: 0.5px solid #58595B;
  padding: 1rem 0.7rem;
}
.chapter video {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.4rem auto;
}
.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 {
  counter-increment: paragraph-number 1;
  display: none;
  content: "[" counter(paragraph-number) "]-";
  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;
}
.chapter .definition .toggleIcon .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}
.chapter .definitionText {
  display: block;
  font-size: 0.9rem;
  background-color: #eee;
  padding: 1.5rem;
}
.chapter .definitionText p {
  padding: 0;
  text-indent: 0rem;
}
.chapter .definitionText p::before {
  counter-increment: paragraph-number 0;
  display: none;
  content: "";
}
.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;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
.chartDiv p::before {
  counter-increment: paragraph-number 0;
  display: none;
  content: "";
}
.chartDiv p {
  text-indent: 0;
}
div.conditionChartContainer {
  width: 100%;
}
div.conditionChangeChartContainer {
  width: 100%;
  max-width: 100%;
  margin: 4.2rem 3.2rem 1.8rem 0.6rem;
}
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 0.6rem;
  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 0.6rem;
}
.changeAnnotation {
  margin: 3.6rem 1.2rem 0 0.7rem;
}
.riskAnnotation {
  margin: 0 0.9rem 0 0.9rem;
  margin: 0 0.6rem;
}
.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;
  margin-left: 0.6rem;
  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: 1.4;
}
.change_label_area div {
  line-height: 1rem;
}
.riskChart {
  margin: 0;
}
.riskChart .y-axis div {
  text-align: right;
  line-height: 1.1;
}
.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.87rem;
  }
}
.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;
}
