/* Indent & Justify classes */
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

/* CKEditor padding in IE */
table.cke_editor fieldset {
  padding: 0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor{
  display: table !important;
}
.cke_editor,#ie#bug {
  display: inline-table !important;
}
/* Fix table border for Drupal's Seven theme - [#1020612] */
.cke_dialog tr td:last-child {
  border-right: 0;
}

/* ---------------------- STYLE CSS ACF ---------------------- */
.orange{
    color: #E36A19;
}
.blue{
   color: #1770BB;
}
.green{
   color: #58AA2A;;
}
.grey-light{
   color: #808080;;
}
.object-left{
  margin-right: 10px;
  margin-bottom:10px;
  float:left;
}
.object-right{
  margin-left: 10px;
  margin-bottom:10px;
  float:right;
}
.object-center{
  text-align:center;
  margin-bottom:10px;
}
div.clear{
  float:none;
  clear:both;

  width:100%;
}
.size-13{
  font-size:13px;
}
.size-28{
  font-size:28px;
}
.important-link{
	color:#1770BB;
	font-size:13px;
	font-weight:bold;
	padding:3px 5px;
	background-color:#ECECEC;
	line-height:133%;
}


blockquote{
	padding:15px 20px 5px;
	background-color:#ECECEC;
	border:solid #d9d9d9 1px;
}

table caption{
  font-size:16px;
  padding-bottom:10px;
  margin-bottom:15px;
  border-bottom:solid #d9d9d9 1px;
}
table table tbody{
  border:0;
}



