.covid_title {
  font-size: 1.2rem;
}

.c19_gauge_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.c19_gauge_container33 {
  width: 30%;
  text-align: center;
}

.c19_gauge_container25 {
  width: 21%;
  text-align: center;
}

.c19_gauge {
  width: 100%;
  height: 200px;
}

.c19_label {
  width: 100%;
  margin-top: -20px;
  line-height: 18px;
}

.c19_label p {
  line-height: 1.4em;
  font-size: 1rem;
}

.c19_gauge_container33 .c19_number_wrapper {
  position: relative;
  top: -5px;
  color: #e0301e;
  text-align: center;
  width: 100px;
}

.c19_gauge_container33 .c19_gauge_number {
  font-family: "LMC Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 100;
  font-size: 45px;
}

.c19_gauge_container25 .c19_number_wrapper {
  position: relative;
  color: #e0301e;
  text-align: center;
  width: 100px;
}

.c19_gauge_container25 .c19_gauge_number {
  font-family: "LMC Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 100;
  font-size: 30px;
}

.covid_chart_source {
  color: #7d7d7d;
  font-size: 11px;
  width: 100%;
  line-height: 12px;
  clear: both;
}

.covid_bar_xlabel {
  font-size: 1rem;
  font-family: "LMC Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 100;
  width: 100%;
}

.covid_bar_horizontal {
  width: 100%;
  text-align: left;
  align-items: center;
}

.covid_bar_vertical {
  width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
}

.covid_vert_xaxis {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  text-align: center;
}

.covid_vert_xaxis .covid_bar_xlabel {
  padding: 0px 10px 0 2px;
  line-height: 1.4em;
}

.c19bar {
  height: 20px;
  width: 1px;
  background-color: #7d7d7d;
}

.c19num {
  background-color: #ffffff00 !important;
  font-size: 22px;
  padding-left: 10px;
  font-weight: 100;
  width: auto;
  position: relative;
}

.covid_vert_wrapper {
  width: 25%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: flex-end;
}

.covid_vert_upper {
  width: 100%;
}

.covid_vert_upper .c19num {
  padding: 0 0 0 0;
  position: relative;
  left: -10px;
}

.covid_bar_vgroup {
  display: flex;
  flex-direction: row;
  min-height: 220px;
  text-align: center;
  justify-content: center;
  width: 33%;
}

.covid_bar_vgroup .c19num {
  background-color: #ffffff00 !important;
  font-size: 20px;
  padding-left: 0px;
  font-weight: 100;
  width: auto;
  position: relative;
  left: 0px;
}

.covid_chart_legend {
  font-size: .9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-end;
  text-align: left;
  align-items: flex-start;
  line-height: 1rem;
}

.covid_chart_legend_box {
  height: 13px;
  width: 13px;
}

.covid_chart_legend_label {
  padding: 0 20px 0 5px;
  background-color: #ffffff00 !important;
}

.covid_chart_deltaarrow {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.covid_chart_delta_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0 20px 0;
}

.covid_chart_delta_xaxis {
  font-size: 1rem;
  width: 50%;
}

.covid_chart_delta_arrowup {
  width: 20px;
  height: 20px;
  background-image: url("https://dpe.legalmattersconsul.com/content/dam/pwc/us/en/library/covid-19/assets/redarrow.svg");
  background-repeat: no-repeat;
  transform-origin: left center;
}

.covid_chart_delta_arrowdown {
  width: 20px;
  height: 20px;
  background-image: url("https://dpe.legalmattersconsul.com/content/dam/pwc/us/en/library/covid-19/assets/redarrowdown.svg");
  background-repeat: no-repeat;
}

.covid_chart_delta_hr {
  border-top: 1px solid #7d7d7d;
  width: 100%;
}

.covid_chart_solo_number {
  width: auto;
  text-align: right;
}

.covid_chart_solo_number .c19num {
  padding: 0;
}

.c19bar_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 0 20px 0;
  align-items: center;
}

/*background bar OVERLAPPING*/
.covid_bar_hgroup .c19bar_wrapper:first-child {
  margin: 5px 0 0 0;
}

.covid_bar_hgroup .c19bar_wrapper:first-child .c19bar {
  height: 40px;
}

.covid_bar_hgroup .c19bar_wrapper:first-child .c19num {
  position: relative;
  top: 12px;
}

/*foreground bar OVERLAPPING*/
.covid_bar_hgroup .c19bar_wrapper:last-child {
  position: relative;
  top: -21px;
  margin: 0;
}

.covid_bar_hgroup .c19bar_wrapper:last-child .c19bar {
  position: relative;
  top: -12px;
  padding: 0;
}

.covid_bar_hgroup .c19bar_wrapper:last-child .c19num {
  position: relative;
  top: -24px;
}

/* middle bars STACKING */
.covid_bar_hgroup_stacked .c19bar_wrapper {
  margin: 0;
  padding: 0;
}

.covid_bar_hgroup_stacked .c19bar_wrapper .c19num {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 22px;
}

.covid_bar_hgroup_stacked .c19bar_wrapper .c19num * {
  margin: 0;
  padding: 0;
}

/*top bar STACKING*/
.covid_bar_hgroup_stacked .c19bar_wrapper:first-child {
  margin: 5px 0 0 0;
}

.covid_bar_hgroup_stacked .c19bar_wrapper:first-child .c19bar {}

.covid_bar_hgroup_stacked .c19bar_wrapper:first-child .c19num {}

/*bottom bar STACKING*/
.covid_bar_hgroup_stacked .c19bar_wrapper:last-child {
  margin: 0 0 20px 0;
}

.covid_bar_hgroup_stacked .c19bar_wrapper:last-child .c19bar {
  padding: 0;
}

.covid_bar_hgroup_stacked .c19bar_wrapper:last-child .c19num {}

.covid_donut_slice {
  display: none;
}

.highcharts-container {
  font-family: "LMC Helvetica Neue", Arial, Sans-Serif;
}

.highcharts-data-label {
  font-size: 1.2em;
  font-weight: normal;
}

.covid_chart_stacked_vert {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.covid_chart_stacked_vert_bar_wrapper {
  width: 25%;
  max-width: 100px;
  min-width:80px;
  margin-right: 10%;
  margin-left: 5%;


}


.covid_chart_stacked_vert_legend_wrapper {
  width: auto;

}

.covid_chart_stacked_vert_bar_datapoint {
  width: 100%;
  color: #ffffff;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  overflow: visible;
  padding: 0 10% 0 10%;
}

.covid_chart_stacked_vert_bar_datapoint_left {
  justify-content: flex-start;
}

.covid_chart_stacked_vert_bar_datapoint_right {
  justify-content: flex-end;
}

.covid_chart_stacked_vert_bar_datapoint_stroke {
  -webkit-text-stroke: 1px #000000;
  font-size: 1.3em;
  font-weight:bold;
}

.covid_chart_stacked_vert_legend_label_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: flex-start;
}

.covid_chart_stacked_vert_legend_label {
  width: auto;
  margin-left: 10px;
  line-height:1em;
}

.covid_chart_stacked_vert_legend_icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.covid_chart_stacked_horiz {
  width: 100%;
  padding: 0;
  margin: 0;
}

.covid_chart_stacked_horiz_bar_wrapper {
  width: 90%;
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  margin:20px 5% 20px 5%;



}


.covid_chart_stacked_horiz_legend_wrapper {
  width: 90%;
  display:flex;
  flex-direction: row;
  margin:20px 5% 20px 5%;
  justify-content:flex-start;
  flex-wrap:wrap;

}

.covid_chart_stacked_horiz_bar_datapoint {
  color: #ffffff;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  height:50px;
  padding:5px 0 5px 0;
}
.covid_chart_stacked_horiz_bar_datapoint_top {
align-items:flex-start;

}
.covid_chart_stacked_horiz_bar_datapoint_bottom {
align-items: flex-end;
}

.covid_chart_stacked_horiz_bar_datapoint_stroke {
  -webkit-text-stroke: 1px #000000;
  font-size: 1.3em;
  font-weight:bold;
}

.covid_chart_stacked_horiz_legend_label_wrapper {
  width:auto;
  display: flex;
  flex-direction: row;
  margin:0 10px 10px 0;
  align-items:flex-start;
}

.covid_chart_stacked_horiz_legend_label {
  margin-left: 10px;
  width:auto;
  line-height:1em;
}

.covid_chart_stacked_horiz_legend_icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

@media(max-width:990px) {
  .covid_bar_vgroup .covid_vert_wrapper {
    width: 45%;
  }

  .covid_bar_vgroup .c19num {
    font-size: 18px;
  }
}

@media(max-width:600px) {

  .c19_gauge_container33,
  .c19_gauge_container25 {
    width: 45%;
    padding-top: 20px;
  }
}

@media(min-width:993px) and (max-width:1199px) {
  .c19_gauge_container33 .c19_gauge_number {
    font-size: 30px;
  }

  .c19_gauge_container25 .c19_gauge_number {
    font-size: 22px;
  }

  .c19_gauge_container33 .c19_number_wrapper {
    top: 0px;
  }

  .c19_gauge_container25 .c19_number_wrapper {
    top: 5px;
  }
}

@media(min-width:768px) and (max-width:992px) {
  .c19_gauge_container33 .c19_gauge_number {
    font-size: 22px;
  }

  .c19_gauge_container25 .c19_gauge_number {
    font-size: 22px;
  }

  .c19_gauge_container33 .c19_number_wrapper {
    top: 5px;
  }

  .c19_gauge_container25 .c19_number_wrapper {
    top: 5px;
  }
}

@media(min-width:601px) and (max-width:767px) {
  .c19_gauge_container33 .c19_gauge_number {
    font-size: 30px;
  }

  .c19_gauge_container25 .c19_gauge_number {
    font-size: 22px;
  }

  .c19_gauge_container33 .c19_number_wrapper {
    top: 0px;
  }

  .c19_gauge_container25 .c19_number_wrapper {
    top: 5px;
  }
}

@media(min-width:476px) and (max-width:600px) {
  .c19_gauge_container25 .c19_gauge_number {
    font-size: 45px;
  }

  .c19_gauge_container25 .c19_number_wrapper {
    top: -10px;
  }
}

@media (max-width:475px) {
  .c19_gauge_container33 .c19_gauge_number {
    font-size: 30px;
  }

  .c19_gauge_container33 .c19_number_wrapper {
    top: 0px;
  }

  .c19_gauge_container25 .c19_gauge_number {
    font-size: 30px;
  }
}

.c19black {
  background-color: #000000;
  color: #000000;
}

.c19red {
  background-color: #e0301e;
  color: #e0301e;
}

.c19darkgrey {
  background-color: #3a3a3a;
  color: #3a3a3a;
}

.c19grey {
  background-color: #7d7d7d;
  color: #7d7d7d;
}

.c19darkergrey {
  background-color: #2d2d2d;
  color: #2d2d2d;
}

.c19lightgrey {
  background-color: #bbbdbf;
  color: #bbbdbf;
}

.c19lightred {
  background-color: #e97067;
  color: #e97067;
}

.covid_chart_giantbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.covid_chart_giantbar_box {
  height: 100px;
  margin-left: 5px;
}

.covid_chart_giantbar_box svg {
  height: 100px;
}

.covid_chart_giantbar_text {
  margin: 10px 0 0 0;
  opacity: 0;
}

.covid_chart_giantbar_text .c19num {
  padding: 0;
}

.covid_svg_wrapper {
  width: 100%;
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.covid_svg_container {
  display: inline-block;
  width: 65%;
}

@media(max-width:600px) {
  .covid_svg_container {
    width: 95%;
  }
}
