body, td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-style: normal;
  line-height: 1.3;
  color: #005a39;
  font-weight: bold;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 14px;
  line-height: 1.3;
  color: gray;
  font-weight: bold;
}

p, li {
  margin-bottom: 0.8em;
}

a {
  color: #005a39;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #00a769;
  text-decoration: none;
}

hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  border-top: 1px solid #E6E6E6;
  color: #E6E6E6;
}

blockquote {
  border: none;
  text-align: center;
  padding: 10px 20px;
  font-family: "Merriweather", serif;
  margin: 1.2em 0;
  font-size: 30px;
}

blockquote > *:last-child {
  margin-bottom: 0px;
}

/*
		Custom Styles for dropdown
		Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
		Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/
.button {
  display: inline-block;
}

#tinymce .button {
  background: #005a39;
  color: #ffffff;
  padding: 18px 22px;
  border-radius: 3px;
}

.text_highlight {
  font-weight: bold;
  color: #999999;
}

.text_highlight2 {
  font-weight: bold;
  color: #006600;
}

.pageimageright,
.pageimageleft {
  border: solid 5px #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.pageimageright {
  float: right;
  margin: 0px 3px 10px 25px;
}

.pageimageleft {
  float: left;
  margin: 0px 25px 10px 3px;
}

/* ******************* */
/* Lists */
/* ******************* */
.content ul, .content ol {
  list-style: none;
  padding: 0px;
  margin: 0px 10px 15px;
}

.content ul li {
  text-indent: -10px;
  margin-left: 10px;
  padding: 3px 0px;
}

.copy p img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.copy ul, .copy ol {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  counter-reset: li-counter;
}

.copy ul li, .copy ol li {
  margin-left: 35px;
  padding: 4px 0px;
  position: relative;
  text-indent: 0px;
}

.copy ul li:before, .copy ol li:before {
  position: relative;
  left: -20px;
  display: inline-block;
  color: #005a39;
}

.copy ul li:before {
  content: '';
  background: transparent;
  border: 2px solid #005a39;
  width: 5px;
  height: 5px;
  margin-right: -9px;
  border-radius: 50%;
  box-sizing: content-box;
}

.copy ol li:before {
  font-weight: bold;
  width: 4em;
  margin-right: -4em;
  counter-increment: li-counter;
  content: counter(li-counter) ".";
}

/* ******************* */
/* Tables */
/* ******************* */
table.nice_table {
  width: 100% !important;
  margin: 20px 0px;
}

table.nice_table thead tr th, table.nice_table thead tr td {
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
  color: #FFFFFF;
  border: 1px solid #005a39;
  background: #005a39;
}

table.nice_table thead tr:nth-child(n) td {
  background: #005a39;
}

table.nice_table tr {
  background-color: #ffffff;
}

table.nice_table tr:nth-child(odd) {
  background-color: #f7fcfb;
}

table.nice_table tr td {
  border: 1px solid #E6E6E6;
  text-align: center;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}

table.nice_table tr td p {
  padding: 0px;
  margin: 0px !important;
}

table.nice_table tr.rowDivider td {
  border-top: 3px solid #E6E6E6;
}

table.invisibleTable tr, table.invisibleTable td, table.gsc-search-box tr, table.gsc-search-box td {
  border: 0;
  background: transparent !important;
  vertical-align: top !important;
}

table.invisibleTable tr, table.invisibleTable td {
  padding: 5px;
}

/*# sourceMappingURL=editor_style.css.map */