/*@font-face {
  font-family: InterfaceRegular;
  src: url('https://s3.amazonaws.com/interactives.commonwealthfund.org/2019/july/balance-billing-map/fonts/interface/InterFace_Rg.ttf');
}

@font-face {
  font-family: InterfaceBold;
  src: url('https://s3.amazonaws.com/interactives.commonwealthfund.org/2019/july/balance-billing-map/fonts/interface/InterFace_Bd.ttf');
}

@font-face {
  font-family: BerlingskeSerifTextExtrabold;
  src: url('https://s3.amazonaws.com/interactives.commonwealthfund.org/2019/july/balance-billing-map/fonts/berlingske/BerlingskeSerifText-Extrabold.otf');
}*/

/** {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  font-family: InterfaceRegular;
  line-height: normal;
}

p {
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
}
*/
.color-comp {
  color: #65a591;
}

.color-partial {
  color: #A3C9BD;
}

.color-none {
  color: #7b7b7b;
}

.body-container {
  width: 100%;
  margin: 0 auto;
/*  max-width: 1000px;
*/  padding: 0px;
}

.selection-container {
  display: none;
}

.selection-container h2 {
  color: #49bdba;
  font-family: "Suisse Int'l Regular",sans-serif;
  font-weight: bold;
  padding: 0 20px;
  font-size: 18px;
}

.styled-select select {
  font-family: "Suisse Int'l Regular",sans-serif;
  font-weight: bold;
  background: #e6e7e9;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  outline: none;
  height: 50px;
  color: #5a5e67;
  margin: 20px 0 10px 0;
  width: 100%;
}

.graph-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.state-info-container {
  padding: 10px;
  margin: 20px;
}

.state-info-container h2 {
  color: #1a1a1a;
  font-size: 4rem;
  letter-spacing: -1px;
  font-family: "Berlingske Serif Text",serif;
}

.initial-main-text {
  margin-top: 15px;
  color: #1a1a1a;
  font-size: 2rem;
  font-family: "Suisse Int'l Regular",sans-serif;
  font-weight: bold;
}

.billing-type {
  display: none;
  margin: 5px 0;
  font-size: 2rem;
  font-family: "Suisse Int'l Regular",sans-serif;
  font-weight: bold;
}

.full-state-info {
  display: none;
}

.full-state-info h4 {
  margin-top: 20px;
  color: #6e7175;
  font-family: "Suisse Int'l Regular",sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.full-state-info ul.main-text {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;

  font-size: 1.5rem;
  line-height: 1.5;
}

.full-state-info ul.main-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-left: 0;
}

.full-state-info ul.main-text li:before {
  font-size: 100%;
  padding-right: 5px;
  position: unset;
  color: #000000;
}

.full-state-info ul.main-text li.non-bulleted:before {
  content: "\2014";
  padding-left: 15px;
}

.full-state-info ul.main-text li.bulleted:before {
  content: "\2022";
}

.full-state-info .horiz-rule {
  background-color: #5A5E68;
  height: 1px;
  width: 100%;
}

path:hover {
  cursor: pointer;
}

.state-legend {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.notes-container {
  display: none;
}

.notes-container .horiz-rule {
  background-color: #1a1a1a;
  height: 1px;
  width: 100%;
}

.inner-notes {
  font-family: "Suisse Int'l Regular",sans-serif;
  padding: 20px 0;
}

.inner-notes h2 {
  font-family: "Suisse Int'l Regular",sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.inner-notes p {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .state-info-container {
    margin: 0;
  }
  .state-legend {
    height: 100px;
  }
}
