.lead {
  font-size: 19px;
  font-weight: 400;
  background: #f5f8fb;
  border-left: 5px solid #1f4e79;
  padding: 18px 22px;
  margin: 20px 0 25px;
  color: #000;
}

.section-title h2 {
  color: #1f4e79;
  font-weight: 700;
}

h3 {
  color: #1f4e79;
  font-weight: 700;
}

.process-box {
  background: #f8f9fb;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 22px;
  margin: 22px 0;
  color: #000;
  font-weight: 400;
}

.process-box h3 {
  margin-top: 0;
}

.process-box h4 {
  color: #1f4e79;
  font-weight: 600;
}

.property-legislative-notice {
  background: #fff8e5;
  border: 1px solid #f0d27a;
  border-left: 6px solid #d99b00;
  padding: 18px 22px;
  margin: 25px 0;
  border-radius: 4px;
}

.property-legislative-notice h4 {
  margin: 0 0 8px;
  color: #9a6500;
}

.cta-box {
  background: #1f4e79;
  color: #fff;
  padding: 28px;
  margin-top: 45px;
  border-radius: 5px;
}

.cta-box h2 {
  color: #fff;
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
}

.button-link {
  display: inline-block;
  background: #ffffff;
  color: #1f4e79 !important;
  padding: 12px 20px;
  margin-top: 12px;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: bold;
}

.related-resources {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 2px solid #e5e5e5;
}
