@charset "utf-8";
/* CSS Document */

.services-cta {
  margin-top: 0;
  text-align: center;
}

.services-cta p {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.services-cta .cta-button {
  margin-top: 0.5rem;
}

.rate-info {
  margin-top: 4rem;
  padding: 4rem 1rem;
  background-color: #f9f9f9;
}

.rate-info h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.rate-explainer {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rate-explainer h3 {
  font-size: 1rem;
  color: #14213D;
  margin-bottom: 0.5rem;
}

.rate-explainer p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #353535;
}

.rate-explainer a {
  color: #00796B;
  text-decoration: underline;
}

.rate-explainer iframe {
  border: 0;
  margin-top: 1rem;
  width: 100%;
  max-width: 700px;
  height: 240px;
}

.rate-history {
  padding: 4rem 1rem;
  background-color: #fff;
  text-align: center;
}

.rate-history h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.rate-history p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: #353535;
}

/*----*/

.headline-rates {
  text-align: center;
  padding: 2rem 1rem;
}

.rate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 600px;
  margin: 0 auto 1rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.rate-type {
  font-weight: 700;
  font-size: 1.01rem;
  margin-bottom: 0;
}

.rate-value {
  font-size: 3rem;
  font-weight: 800;
  color: #14213D;
}

.rate-sub {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.2rem;
}

.rate-footnote {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {
  .rate-value {
    font-size: 2.2rem;  /* was 3rem */
  }

  .rate-type {
    font-size: 0.95rem;
  }

  .rate-sub {
    font-size: 0.8rem;
  }
	
 #rateHistoryChart {
  display: block;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto;
  }

}


