#section3_bespoke {
  background-color: #fff;
  color: white;
  font-family: "Apercu Pro", sans-serif;
}

#section3_bespoke-chart {
  background-color: #102e36;
  border-radius: 62px; /* used to be 62px */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 auto;
}

#section3_bespoke .chart-title-container {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

#section3_bespoke .chart-title {
  color: #000000;
  font-size: 42.62px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Apercu Pro", sans-serif;
  margin-bottom: 15px;
}

#section3_bespoke .chart-subtitle {
  color: #031c26;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Public Sans", sans-serif;
  width: 50%;
}

#section3_bespoke .axis-label {
  fill: white;
  font-size: 12px;
}

#section3_bespoke .circle {
  fill: none;
  stroke: #108397;
  stroke-width: 1;
  cursor: pointer;
}

/* #section3_bespoke .circle:hover {
  stroke: #ffffff;
  opacity: 5%;
  fill: none;
  stroke-width: 3;
} */
#section3_bespoke .active-circle {
  stroke: #ff5800;
  fill: none;
  stroke-width: 3;
}

#section3_bespoke .dotted-line {
  stroke: #fff;
  stroke-dasharray: 4;
  stroke-width: 1;
}

#section3_bespoke .x-gridline,
#section3_bespoke .y-gridline {
  stroke: #074550;
  stroke-dasharray: 3, 3;
  /* Dashed pattern */
  stroke-width: 1;
  opacity: 0.7;
}

#section3_bespoke .no-callouts-label {
  fill: #fff;
  font-size: 96.45px;
  font-weight: bold;
  font-family: "Apercu Pro", sans-serif;
}

#section3_bespoke .info-section-copy {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
}

#section3_bespoke [class*="year-"] {
  display: none;
}

#section3_bespoke .active-node {
  display: block;
}

#section3_bespoke .bottom-text-container {
  display: flex;
  justify-content: center;
  padding: 0 20px 20px;
  margin-top: 2.5%;
  width: 100%;
}

#section3_bespoke .bottom-text-container p {
  width: 75%;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #00000066;
}

@media screen and (max-width: 768px) {
  #section3_bespoke-chart {
    border-radius: 20px;
  }
}
