.text-formatted,
.cke_editable {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: auto;
}
.text-formatted h2,
.cke_editable h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
}
.text-formatted h2:after,
.cke_editable h2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  width: 52px;
  height: 2px;
  background-color: #122291;
}
.text-formatted iframe,
.cke_editable iframe {
  max-width: 100%;
  width: 100%;
  margin: auto;
  height: 56.249999993vw;
}
@media (min-width: 768px) {
  .text-formatted iframe,
.cke_editable iframe {
    height: 410.6249999487px;
  }
}
.text-formatted img:not(.align-right, .align-left),
.cke_editable img:not(.align-right, .align-left) {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.text-formatted img.align-left,
.cke_editable img.align-left {
  margin-right: 24px;
}
.text-formatted img.align-right,
.cke_editable img.align-right {
  margin-left: 24px;
}
.text-formatted a,
.cke_editable a {
  display: inline;
  word-break: break-all;
}
.text-formatted ul,
.text-formatted ol,
.cke_editable ul,
.cke_editable ol {
  margin: 0;
  counter-reset: list-counter;
  list-style: none;
}
.text-formatted ul li,
.text-formatted ol li,
.cke_editable ul li,
.cke_editable ol li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 40px;
  margin-top: 4px;
}
.text-formatted ul li:first-child,
.text-formatted ol li:first-child,
.cke_editable ul li:first-child,
.cke_editable ol li:first-child {
  margin-top: 0;
}
.text-formatted ul li:marker,
.text-formatted ul li :marker,
.text-formatted ol li:marker,
.text-formatted ol li :marker,
.cke_editable ul li:marker,
.cke_editable ul li :marker,
.cke_editable ol li:marker,
.cke_editable ol li :marker {
  display: none;
}
.text-formatted ul li:before,
.text-formatted ol li:before,
.cke_editable ul li:before,
.cke_editable ol li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 16px;
  display: block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 20px;
}
.text-formatted ul li a,
.text-formatted ol li a,
.cke_editable ul li a,
.cke_editable ol li a {
  font-family: "Fira Sans";
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .text-formatted ul li a,
.text-formatted ol li a,
.cke_editable ul li a,
.cke_editable ol li a {
    font-size: 1.6rem;
  }
}
.text-formatted ol li:before,
.cke_editable ol li:before {
  content: counter(list-counter) ".";
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #000;
  font-family: "Fira Sans";
  font-weight: 800;
}
.text-formatted p,
.text-formatted ul,
.text-formatted ol,
.cke_editable p,
.cke_editable ul,
.cke_editable ol {
  margin-top: 24px;
}
.text-formatted p:first-child,
.text-formatted ul:first-child,
.text-formatted ol:first-child,
.cke_editable p:first-child,
.cke_editable ul:first-child,
.cke_editable ol:first-child {
  margin-top: 0;
}
.text-formatted ul li a,
.text-formatted ol li a,
.cke_editable ul li a,
.cke_editable ol li a {
  text-decoration: underline;
}
.text-formatted p + ul,
.text-formatted p + ol,
.cke_editable p + ul,
.cke_editable p + ol {
  margin-top: 8px;
}
.text-formatted .media.media--type-image,
.cke_editable .media.media--type-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text-formatted .media.media--type-image img,
.cke_editable .media.media--type-image img {
  margin: auto;
}
.text-formatted .media.media--type-document,
.cke_editable .media.media--type-document {
  margin-top: 24px;
}
.text-formatted .media.media--type-remote-video,
.cke_editable .media.media--type-remote-video {
  margin: 24px 0;
}
.text-formatted .cke_questions,
.text-formatted .cke-questions,
.cke_editable .cke_questions,
.cke_editable .cke-questions {
  display: block;
  margin-bottom: -20px;
}