.richtext {
  line-height: 1.4;
  font-size: 1.2em;
}

.richtext a {
  color: var(--mid-green);
}

.richtext a:hover {
  opacity: 0.6;
}

.richtext *:first-child {
  margin-top: 0;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  line-height: 1.2;
  margin-bottom: 0;
}

.richtext h1 {
  color: var(--mid-green);
  font-weight: 900;
  font-size: 2em;
}

.richtext h2 {
  color: var(--mid-green);
  font-weight: 800;
  font-size: 1.7em;
}

.richtext h3 {
  color: var(--deep-green);
  font-weight: 800;
  font-size: 1.4em;
}

.richtext h4 {
  color: var(--teal);
  font-weight: 800;
  font-size: 1.2em;
}

.richtext h1 b,
.richtext h1 strong,
.richtext h2 b,
.richtext h2 strong,
.richtext h3 b,
.richtext h3 strong,
.richtext h4 b,
.richtext h4 strong {
  font-weight: inherit;
}

.richtext p {
  margin-top: 1.4em;
  min-height: 1em;
  margin-bottom: 0;
}

.richtext blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1em 0 1em 2em;
  font-size: 1.1em;
  font-weight: 500;
  border-left: 3px solid var(--mid-green);
}


.richtext .responsive-object {
  position: relative;
  margin: 1em 0;
}

.richtext .responsive-object iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.richtext-image {
  margin: 1em 0;
  width: 100%;
  display: block;
  height: auto;
}
