.content {
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
}

.content a {
  color: #005be2;
}

.content img {
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
}

.content>iframe {
  margin: 20px auto 30px auto;
  display: block;
  /* width: 100% !important;
  max-width: 100% !important; */
  width: 100%;
  max-width: 100%;
}

.content>p,
.content>h2,
.content>h3,
.content>h4,
.content>h5,
.content>ul,
.content>ol,
.content>blockquote,
.content>.footnotes {
  max-width: 100%;
  margin: 0 auto;
  padding-block-start: 7px;
  padding-block-end: 7px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
}

.content>h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}

.content>h3 {
  color: #555;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 2em 98px 5px 98px;
  text-transform: uppercase;
}

.content>h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.content>h4 a {
  color: #333;
  text-decoration: underline;
}

.content>h4 a:hover {
  color: #005be2;
}

.content>blockquote {
  margin-bottom: 20px;
}

.content>ul {
  padding-left: 30px;
}

.content>ul li {
  list-style-type: disc;
}

.content>ol {
  padding-left: 30px;
}

.content>ol li {
  list-style-type: decimal;
}

.content>blockquote {
  border-left: 5px solid #ededed;
  color: #999;
  font-size: 20px;
  line-height: 26px;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content>.footnotes {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.content>.footnotes p,
.content>.footnotes span,
.content>.footnotes sup {
  /* display: inline !important; */
  display: inline;
}

.content>.footnotes .footnotes__note::before {
  content: '\A';
  /* display: block !important;
  margin-bottom: 15px !important; */
  display: block;
  margin-bottom: 15px;
}

.content>figure {
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.content>figure iframe {
  width: 100%;
}

.content>figure iframe:not(.instagram-media):not(.embedly-card) {
  height: 371px;
}

.content>figure.story-image-large {
  margin: 0 auto;
  width: 900px;
}

.content>figure.wp-block-embed {
  text-align: center;
}

.content>figure .wp-block-embed__wrapper,
.content>figure .media-embed {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.content>figure .wp-block-embed__wrapper iframe,
.content>figure .media-embed iframe,
.content>figure .wp-block-embed__wrapper .twitter-tweet,
.content>figure .media-embed .twitter-tweet {
  text-align: center;
  /* margin: 0 auto !important; */
  margin: 0 auto;
}

.content>figure figcaption {
  color: #999;
  font-size: 12px;
}
