.ckeditorhtml,
.cke_contents {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.ckeditorhtml p,
.cke_contents p {
  margin-bottom: 20px;
}

.ckeditorhtml strong,
.cke_contents strong {
  font-weight: bolder;
}

.ckeditorhtml a,
.cke_contents a {
  color: #448040;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ckeditorhtml a:hover,
.cke_contents a:hover {
  opacity: 0.8;
  -webkit-transition: 300ms;
  transition: 300ms;
  /*text-decoration: underline;*/
}

.ckeditorhtml blockquote,
.cke_contents blockquote {
  border-left: solid 4px #448040;
  background-color: fade(#448040, 5%);
  padding: 20px;
  margin: 0 0 20px 0;
}

.ckeditorhtml blockquote p:last-child,
.cke_contents blockquote p:last-child {
  margin-bottom: 0;
}

.ckeditorhtml h2,
.cke_contents h2 {
  font-size: calc(18px + 0.5vw);
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
}

.ckeditorhtml h2 s,
.cke_contents h2 s {
  text-decoration: none;
  width: 100%;
  font-size: calc(18px + 0.5vw);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ckeditorhtml h2::before,
.cke_contents h2::before {
  display: none;
}

.ckeditorhtml h2 s::before,
.cke_contents h2 s::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #448040;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .ckeditorhtml h2 s::before,
  .cke_contents h2 s::before {
    display: none;
  }
}

.ckeditorhtml h2::after,
.cke_contents h2::after {
  display: none;
}

.ckeditorhtml h2 s::after,
.cke_contents h2 s::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #448040;
  margin-left: 20px;
}

.ckeditorhtml ul,
.cke_contents ul {
  float: none;
  padding: 15px;
  list-style-type: disc;
}

.ckeditorhtml ol,
.cke_contents ol {
  float: none;
  padding: 15px;
  list-style-type: decimal;
}

.ckeditorhtml ul li,
.cke_contents ul li,
.ckeditorhtml ol li,
.cke_contents ol li {
  float: none;
  margin-bottom: 3px;
}

.ckeditorhtml ul ul,
.cke_contents ul ul {
  list-style-type: circle;
  padding-left: 33px;
}

.ckeditorhtml img,
.cke_contents img {
  max-width: 100%;
  border-radius: 5px;
  margin: 0 20px 20px 20px;
}
@media (max-width: 768px) {
  .ckeditorhtml img,
  .cke_contents img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.ckeditorhtml img.full,
.cke_contents img.full {
  margin: 0 0 20px 0;
}

.ckeditorhtml .noborder,
.cke_contents .noborder {
  border: none;
  border-collapse: collapse;
}

.ckeditorhtml div,
.cke_contents .cke_wysiwyg_div div {
  margin-bottom: 20px;
  border: 1px solid #777 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}/*# sourceMappingURL=ckeditor.css.map */