/* BASIC EDITOR STYLES */
body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.5em;
}
a {
  color: #093691;
  text-decoration: underline;
}
a:hover {
  color: #093691;
  text-decoration: none;
}
h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
h3 {
  color: #073873;
  font-size: 15px;
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
blockquote,
blockquote p {
  font-style: italic;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  position: relative;  
}
blockquote p {
  margin-left: 40px !important;
}
blockquote p:before {
  content: '“';
  display: block;
  color: #073873;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -40px;
  line-height: 1;
}
blockquote p:after {
  content: '”';
  display: block;
  color: #073873;
  font-size: 40px;
  position: absolute;
  bottom: 0;
  right: -40px;
  line-height: 0;
}

/* SIMPLEBOX */
.simplebox {
  margin-bottom: 15px;
}
.simplebox-content {
  border: 2px #b2bfcf solid;
  padding: 6px 6px 10px;
}
.simplebox.align-left {
  float: left;
  margin-right: 15px;
}
.simplebox.align-right {
  float: right;
  margin-left: 15px;
}
.simplebox.align-center {
  margin-left: auto;
  margin-right: auto;
}

/* IMAGES */
.textImage {
  max-width: 100%;
  margin-bottom: 15px;
}
.textImage img, img {
  max-width: 100%;
  height: auto !important;
}
.textImage.textImage-left {
  float: left;
  margin: 0 15px 10px 0 !important;
}
.textImage.textImage-right {
  float: right;
  margin: 0 0 10px 15px !important;
}
.textImage.textImage-center {
  text-align: center;
  margin: 0 auto 15px !important;
}


/* TABLES */
table {
  margin-bottom: 15px;
  border-collapse: collapse;
	border: 1px solid #ccc;
}
th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: left;
}
th, td {
  border-collapse: collapse;
	border: 1px solid #ccc;
  padding: 6px;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
