/*
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: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #71757d;
}
a:hover,
a:focus {
  color: #2b4d70;
}
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: 34px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .byline {
    padding-top: 0px;
  }
}
.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-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.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;
}
@media (max-width: 480px) {
  .data-source,
  .art-credit,
  .caption {
    padding: 0 10px;
  }
}
.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;
}
.htlad {
  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;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  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: #0777b3;
}
.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;
}
html {
  scroll-behavior: smooth;
}
.headTreatment {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
.headTreatment img {
  width: 100%;
}
.headTreatment h1 {
  text-align: center;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .headTreatment h1 {
    font-size: 45px;
  }
}
.storyText {
  max-width: 700px;
  padding: 0px 10px 10px;
  margin: auto;
}
.storyText h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .storyText h2 {
    font-size: 30px;
  }
}
.furniture {
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.furniture .labLogo {
  width: 200px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.furniture .labLogo img {
  width: 100%;
}
@media (max-width: 480px) {
  .furniture .labLogo {
    display: block;
    width: 130px;
    padding-right: 0;
    margin: 10px auto;
  }
}
.furniture .labText {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 205px);
}
.furniture .labText a {
  color: #0777b3;
}
@media (max-width: 480px) {
  .furniture .labText {
    display: block;
    width: 100%;
  }
}
.photo {
  padding: 0 0 60px;
}
@media (max-width: 480px) {
  .photo {
    padding: 0 0 10px;
  }
}
.ad {
  padding-top: 20px;
}
@media (max-width: 480px) {
  .ad {
    padding-top: 0px;
  }
}
.stickyNav {
  position: fixed;
  top: 0;
  background-color: #ddd;
  padding: 5px;
  width: 100%;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  z-index: 10;
}
.stickyNav.show {
  opacity: 1;
}
.stickyNav .navtext {
  max-width: 900px;
  margin: auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0px;
}
.stickyNav .navtext .grid {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  padding-right: 15px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .stickyNav .navtext .grid {
    padding-right: 0px;
    padding-left: 10px;
    border-left: 1px solid #707070;
  }
}
.stickyNav .navtext .grid:first-child {
  text-align: right;
}
@media (max-width: 768px) {
  .stickyNav .navtext .grid:first-child {
    padding-left: 0px;
    text-align: left;
    border-left: none;
  }
}
.stickyNav .navtext span .square {
  font-family: sans-serif;
  width: 19px;
  height: 19px;
  font-size: 15px;
  margin-right: 3px;
  line-height: 1.3em;
  color: white;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  letter-spacing: -0.05em;
}
.stickyNav .navtext span#kept .square {
  background-color: green;
}
.stickyNav .navtext span#partial .square {
  background-color: #D06723;
}
.stickyNav .navtext span#broken .square {
  background-color: #750F0F;
}
.promise {
  width: 80%;
  font-size: 0px;
  margin: 20px auto 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
}
@media (max-width: 480px) {
  .promise {
    width: 100%;
  }
}
.promise .status {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}
.promise .status.kept {
  color: green;
}
.promise .status.partial {
  color: #D06723;
}
.promise .status.broken {
  color: #750F0F;
}
.promise .goal,
.promise .outcome {
  vertical-align: top;
}
.promise .goal {
  font-size: 40px;
  line-height: 1.2em;
  color: white;
  padding: 20px 10px 10px 10px;
  text-align: center;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .promise .goal {
    font-size: 30px;
  }
}
.promise .goal.blue {
  background-color: #7d9199;
}
.promise .goal.green {
  background-color: #6d7c79;
}
.promise .goal.purple {
  background-color: #7d8399;
}
.promise .goal .text {
  max-width: 1000px;
  margin: auto;
}
.promise .goal .text .source {
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.1em;
}
.promise .goal .text .source a {
  color: white;
}
.promise .goal .text .source a:hover,
.promise .goal .text .source a:focus {
  color: black;
}
.promise .outcome {
  padding-bottom: 35px;
  padding-top: 30px;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 0;
}
.promise .outcome .text {
  max-width: 700px;
  margin: auto;
  font-size: 20px;
}
@media (max-width: 768px) {
  .promise .outcome .text {
    font-size: 19px;
    padding: 0px 10px;
  }
}
.promise .outcome.show {
  opacity: 1;
}
.promise .outcome .line {
  margin-top: 15px;
  display: block;
}
@media tablet {
  .promise .outcome .line {
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .promise .outcome .line {
    line-height: 1.42105263;
    padding-bottom-end: 10px;
  }
}
.promise .outcome .line.bump {
  margin-top: 30px;
}
.promise .outcome .line .highlight.orange {
  color: #D06723;
}
.promise .outcome .line .highlight.red {
  color: #750F0F;
}
.promise .outcome .line .highlight.green {
  color: green;
}
.line div.hotel {
  letter-spacing: 2px;
  font-size: 1.5em;
}
@media (max-width: 480px) {
  .line div.hotel {
    padding-top: 10px;
  }
}
@media (max-width: 389px) {
  .line div.hotel {
    font-size: 1.3em;
  }
}
.line div.hotel .seven {
  border-bottom: 1px solid black;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.line div.hotel .seven::after {
  content: "GOAL";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.line div.hotel .extra {
  letter-spacing: 2px;
  border-bottom: 1px solid black;
  position: relative;
  display: inline-block;
}
.line div.hotel .extra::after {
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 11px;
  text-align: center;
}
@media (max-width: 480px) {
  .barCon {
    padding-top: 5px;
  }
}
.barChart {
  width: 100%;
  height: 40px;
  background-color: #aaa;
}
@media (max-width: 768px) {
  .barChart {
    width: 91%;
  }
}
.barChart .bar {
  width: 100%;
  height: 100%;
}
.barChart .bar.Eight59 {
  background-size: 53.69% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #D06723));
  background-image: -webkit-linear-gradient(top, transparent, #D06723 0);
  background-image: linear-gradient(180deg, transparent, #D06723 0);
}
.barChart .bar.One80 {
  background-size: 11.25% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #D06723));
  background-image: -webkit-linear-gradient(top, transparent, #D06723 0);
  background-image: linear-gradient(180deg, transparent, #D06723 0);
}
.barChart .valueLines {
  position: relative;
  font-size: 14px;
  color: #efefef;
}
.barChart .valueLines .each:nth-child(1) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 12.5%;
}
.barChart .valueLines .each:nth-child(2) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 25%;
}
.barChart .valueLines .each:nth-child(3) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 37.5%;
}
.barChart .valueLines .each:nth-child(4) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 50%;
}
.barChart .valueLines .each:nth-child(5) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 62.5%;
}
.barChart .valueLines .each:nth-child(6) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 75%;
}
.barChart .valueLines .each:nth-child(7) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 87.5%;
}
.barChart .valueLines .each:nth-child(8) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 100%;
}
.barChart .valueLines .each:nth-child(8) {
  color: #aaa;
}
@media (max-width: 480px) {
  .barCon4 {
    padding-top: 10px;
  }
}
.barChart4 {
  width: 100%;
  height: 40px;
  background-color: #aaa;
}
@media (max-width: 768px) {
  .barChart4 {
    width: 91%;
  }
}
.barChart4 .bar4 {
  width: 100%;
  height: 100%;
}
.barChart4 .bar4.twoFifteen {
  background-size: 49.8% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #750F0F));
  background-image: -webkit-linear-gradient(top, transparent, #750F0F 0);
  background-image: linear-gradient(180deg, transparent, #750F0F 0);
}
.barChart4 .valueLines4 {
  position: relative;
  font-size: 14px;
  color: #efefef;
}
.barChart4 .valueLines4 .each:nth-child(1) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 20%;
}
.barChart4 .valueLines4 .each:nth-child(2) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 40%;
}
.barChart4 .valueLines4 .each:nth-child(3) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 60%;
}
.barChart4 .valueLines4 .each:nth-child(4) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 80%;
}
.barChart4 .valueLines4 .each:nth-child(5) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 100%;
}
.barChart4 .valueLines4 .each:nth-child(5) {
  color: #aaa;
}
.tinyVillage {
  font-size: 2em;
  vertical-align: top;
  line-height: 1rem;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .tinyVillage {
    font-size: 1.4em;
  }
}
.tinyVillage .eachVillage {
  vertical-align: top;
  display: inline-block;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .tinyVillage .eachVillage {
    padding-top: 0px;
  }
}
.tinyVillage .address {
  margin-top: 5px;
  font-size: 14px;
  color: #024c02;
}
.tinyVillage .existing {
  display: inline-block;
  border-bottom: 1px solid black;
  position: relative;
}
@media (max-width: 480px) {
  .tinyVillage .existing {
    margin-bottom: 25px;
  }
}
.tinyVillage .existing::after {
  content: "existing";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 0px;
  font-size: 14px;
  text-align: center;
}
.capacity {
  vertical-align: middle;
  font-size: 2em;
}
@media (max-width: 480px) {
  .capacity {
    font-size: 1.4em;
  }
}
.capacity i {
  vertical-align: middle;
}
.capacity .thirty {
  vertical-align: middle;
  font-size: 20px;
}
.capacity .thirty span {
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 480px) {
  .capacity .thirty span {
    font-size: 22px;
  }
}
.sinks {
  font-size: 2.5em;
  vertical-align: top;
  line-height: 1rem;
  margin-top: 10px;
}
.sinks .eachSink {
  display: inline-block;
}
.sinks .address {
  margin-top: 5px;
  font-size: 14px;
  color: #750F0F;
}
.line .apartment,
.line .person-slash {
  font-size: 2.2em;
}
.line .apartment {
  margin-top: 10px;
}
.line .apartment .eachApt {
  vertical-align: top;
  display: inline-block;
  padding: 3px 4px;
  line-height: 1rem;
}
.line .apartment .eachApt .address {
  margin-top: 5px;
  font-size: 14px;
  color: #825639;
}
.line .apartment .eachApt .black {
  color: black;
}
.line .hotelSeven {
  font-size: 2em;
  margin-top: 10px;
}
.line .hotelSeven .eachHotel {
  vertical-align: top;
  display: inline-block;
  padding: 3px 4px;
  line-height: 1rem;
}
.line .hotelSeven .eachHotel .address {
  margin-top: 5px;
  font-size: 14px;
  color: #024c02;
}
.bed {
  vertical-align: middle;
  font-size: 2.8em;
}
@media (max-width: 480px) {
  .bed {
    font-size: 2em;
  }
}
.bed i {
  vertical-align: middle;
}
.bed .sixty {
  vertical-align: middle;
  font-size: 20px;
}
.bed .sixty span {
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 480px) {
  .bed .sixty span {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .barCon3 {
    padding-top: 10px;
  }
}
.barChart3 {
  width: 100%;
  height: 40px;
  background-color: #aaa;
}
@media (max-width: 768px) {
  .barChart3 {
    width: 91%;
  }
}
.barChart3 .bar3 {
  width: 100%;
  height: 100%;
}
.barChart3 .bar3.OneFourFive {
  background-size: 11% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #750F0F));
  background-image: -webkit-linear-gradient(top, transparent, #750F0F 0);
  background-image: linear-gradient(180deg, transparent, #750F0F 0);
}
.barChart3 .valueLines3 {
  position: relative;
  font-size: 14px;
  color: #efefef;
}
.barChart3 .valueLines3 .each:nth-child(1) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 16.7%;
}
.barChart3 .valueLines3 .each:nth-child(2) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 33.4%;
}
.barChart3 .valueLines3 .each:nth-child(3) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 50.1%;
}
.barChart3 .valueLines3 .each:nth-child(4) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 66.8%;
}
.barChart3 .valueLines3 .each:nth-child(5) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 83.5%;
}
.barChart3 .valueLines3 .each:nth-child(6) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 100.2%;
}
.barChart3 .valueLines3 .each:nth-child(6) {
  color: #aaa;
}
@media (max-width: 480px) {
  .barCon2 {
    padding-top: 10px;
  }
}
.barChart2 {
  width: 100%;
  height: 40px;
  background-color: #aaa;
}
@media (max-width: 768px) {
  .barChart2 {
    width: 91%;
  }
}
.barChart2 .bar2 {
  width: 100%;
  height: 100%;
}
.barChart2 .bar2.FourPointFive {
  background-size: 30% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #750F0F));
  background-image: -webkit-linear-gradient(top, transparent, #750F0F 0);
  background-image: linear-gradient(180deg, transparent, #750F0F 0);
}
.barChart2 .valueLines2 {
  position: relative;
  font-size: 14px;
  color: #efefef;
}
.barChart2 .valueLines2 .each:nth-child(1) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 33.3%;
}
.barChart2 .valueLines2 .each:nth-child(2) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 66.6%;
}
.barChart2 .valueLines2 .each:nth-child(3) {
  border-left: 1px solid #efefef;
  padding: 10px 0px 9px 3px;
  position: absolute;
  left: 99.9%;
}
.barChart2 .valueLines2 .each:nth-child(3) {
  color: #aaa;
}
