@media (max-width: 991.98px) {
  .l-wysiswyg-post {
    font-size: 0.8em;
  }
}
.l-wysiswyg-post img.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .l-wysiswyg-post img.alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .l-wysiswyg-post img.alignright {
    width: 100%;
  }
}
.l-wysiswyg-post strong {
  color: #432918;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.63;
}
.l-wysiswyg-post p {
  color: #343434;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.63;
}
.l-wysiswyg-post > .o-container-fluid > li {
  list-style: disc;
  margin: 0 0 0 20px;
}
.l-wysiswyg-post a {
  color: #b83f3f !important;
  text-decoration: underline !important;
}
.l-wysiswyg-post ul {
  list-style: inside;
}
.l-wysiswyg-post blockquote {
  background-image: url("../../../images/quotes.png");
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  float: left;
  background-color: #EEF6F4;
  width: 30%;
  margin: 20px 30px 20px 0;
  text-align: right;
  padding: 25px 15px 25px 45px;
  font-size: 1.25em;
  font-family: "Lato", "Arial", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .l-wysiswyg-post blockquote {
    width: 100%;
  }
}
