/* Clarendon Team Ministry - parish ledger band (site-unique) */
.ctm-vestry-ledger {
  box-sizing: border-box;
  width: 957px;
  margin: 28px auto 48px;
  padding: 22px 28px 26px;
  text-align: left;
  background: #f4f1ea;
  border: 1px solid #c9c2b0;
  color: #1c1c1c;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.ctm-vestry-ledger h2 {
  margin: 0 0 12px;
  color: #81003b;
  font-size: 21px;
  font-weight: 700;
}
.ctm-vestry-ledger h3 {
  margin: 18px 0 8px;
  color: #3a59ff;
  font-size: 18px;
  font-weight: 700;
}
.ctm-vestry-ledger p {
  margin: 0 0 12px;
}
.ctm-vestry-ledger ol {
  margin: 0 0 8px 22px;
  padding: 0;
}
.ctm-vestry-ledger li {
  margin: 0 0 10px;
}
.ctm-mark-year {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  color: #444;
}
.ctm-parish-inset {
  box-sizing: border-box;
  width: 900px;
  max-width: 92%;
  margin: 18px auto 36px;
  padding: 16px 20px 18px;
  text-align: left;
  background: #eef3fb;
  border-left: 5px solid #3a59ff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.42;
  color: #222;
}
.ctm-parish-inset h2 {
  margin: 0 0 10px;
  font-size: 19px;
  color: #c10054;
}
.ctm-parish-inset p {
  margin: 0 0 10px;
}
.ctm-church-recover {
  box-sizing: border-box;
  position: absolute;
  left: 28px;
  top: 470px;
  width: 900px;
  padding: 8px 4px 24px;
  text-align: left;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.42;
  color: #111;
}
.ctm-church-recover h1 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #3a59ff;
}
.ctm-church-recover p {
  margin: 0 0 12px;
}
