/* CK EDITOR */
html.cke_editable ul,
html.cke_editable ol {
  padding-left: 0;
}
.cke_editable img {
  display: inline;
}
.cke_editable a {
  color: #577909 !important;
  text-decoration: underline !important;
}
.cke_editable a:hover {
  color: #243204 !important;
}
.cke_editable ul,
.cke_editable ol {
  margin: 10px 0;
}
.cke_editable ul,
.cke_editable ol {
  margin: 10px 10px 20px;
}
.cke_editable ul li p,
.cke_editable ol li p {
  margin: 0;
}
.cke_editable ul.links {
  margin: 0 !important;
}
.cke_editable p {
  margin: 0 0 10px;
}
.cke_editable ul li {
  list-style: none outside none;
  background: url("../images/list_arrow_green_image.png") left 6px no-repeat !important;
  padding-left: 15px;
  padding-bottom: 8px;
}

.cke_editable .image-right {
  float: right;
  width: 50%;
  padding: 0 10px 10px 0;
  text-align: right;
}
.cke_editable .image-right img {
  text-align: right;
  margin: 0;
  padding: 0;
}

.cke_editable h2 {
  font-size: 14px;
  color: #577909;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 4px solid #acbd01;
  line-height: 1.4;
}

.cke_editable h3 {
  font-size: 12px;
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 4px solid #acbd01;
  line-height: 1.4;
}

.cke_editable h4 {
  display: block;
  margin: 10px 0 5px;
  padding-bottom: 8px;
  width: 100%;
  color: #777;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 4px solid #ccc;
  line-height: 1.4;
}

.cke_editable h5 {
  display: block;
  margin: 10px 0 5px;
  width: 100%;
  line-height: 1.4;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.cke_editable h6 {
  display: block;
  margin: 10px 0 5px;
  width: 100%;
  line-height: 1.4;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.cke_editable blockquote {
  padding: 15px 25px 15px 25px;
  border-left: 7px solid #bdd780;
  background: #f6f5f5;
}
.cke_editable blockquote p {
  font-size: 12px;
  line-height: 1.5;
}
code,
pre,
kbd,
samp,
var {
  font-size: 12px;
}

.cke_editable .box-highlight {
  padding: 0 0 30px;
  background: #f5f6f6;
}


.cke_editable .box-highlight p {
  padding-left: 12px;
  padding-right: 12px;
}
.cke_editable .box-highlight ul,
.cke_editable .box-highlight ol {
  margin-left: 24px;
}
.cke_editable .box-highlight h2,
.cke_editable .box-highlight h2 a {
  font-size: 13px;
  margin: 0 0 10px;
  padding: 8px 12px;
  color: #fff;
  font-weight: bold;
  background: #5b5b5b;
  border: 0;
}

.cke_editable table {
  margin-bottom: 0;
  border-color: #ccc;
  border: 1px solid #ccc;
  border-right: 0;
}
.cke_editable table tbody > tr > th.active,
.cke_editable table tbody > tr > td.active {
  background-color: #ccc;
}
.cke_editable table tbody > tr > th.active:hover,
.cke_editable table tbody > tr > td.active:hover {
  background-color: #f6f5f5;
}
.cke_editable table tbody > tr:hover > th.active,
.cke_editable table tbody > tr:hover > td.active {
  background-color: #f6f5f5;
}

.cke_editable table > tr > th,
.cke_editable table > tr > td,
.cke_editable table > thead > tr > th,
.cke_editable table > tbody > tr > th,
.cke_editable table > tfoot > tr > th,
.cke_editable table > thead > tr > td,
.cke_editable table > tbody > tr > td,
.cke_editable table > tfoot > tr > td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.cke_editable table tr:first-child td {
  background: #f6f5f5 !important;
  border-bottom: 2px solid #ccc;
}
