/**
 * @file
 * CKEditor Styles
 */
/* ===== CKEditor CUSTOM STYLES ===== */
/* green text */
.green {
  color: #67921f;
}

/* list item w/ green checkmarks */
.text-formatted ul.green-checkmarks {
  margin: 0;
  padding: 0 0 1rem 0;
}

.text-formatted ul.green-checkmarks li {
  font-family: "Lora", "Times New Roman", Times, serif;
  padding: 0 0 1rem 2rem;
  margin: 0;
  background-image: url("../../images/list-green-checkmark.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* Only for intro section */
.text-formatted ul.green-checkmarks li strong {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #69951c;
}

/* Tables */
.text-formatted table tr {
  background: none;
  border: none;
}
