@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700,800);
iframe {
  max-width: 100%;
}
#editable,
.mce-content-body {
  background: white;
  /*display: table;*/
  width: 100%;
  max-width: 1200px;
}
#editable h2,
.mce-content-body h2 {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2em;
  margin: 30px 0 20px;
  line-height: 42px;
}
#editable h3,
.mce-content-body h3 {
  color: #e95638;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 15px 0 5px;
  -webkit-font-smoothing: antialiased;
}
#editable h4,
.mce-content-body h4 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 20px 0 5px;
  text-transform: uppercase;
}
#editable h5,
.mce-content-body h5 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
  margin: 10px 0;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#editable h6,
.mce-content-body h6 {
  font-size: 1.1em;
  font-style: italic;
  text-transform: none;
  margin: 5px 0 0;
  line-height: 1.4em;
}
#editable ul,
.mce-content-body ul,
#editable ol,
.mce-content-body ol {
  list-style: disc;
  margin: 5px 25px 35px;
  font-weight: bold;
}
#editable ul li,
.mce-content-body ul li,
#editable ol li,
.mce-content-body ol li {
  font-size: 0.95em;
  line-height: 1.2em;
  margin: 5px 0 15px;
}
#editable ul ul,
.mce-content-body ul ul,
#editable ol ul,
.mce-content-body ol ul {
  list-style: circle;
  font-style: italic;
  margin: 15px 25px 25px;
  font-weight: normal;
}
#editable ol,
.mce-content-body ol {
  list-style: decimal;
}
#editable p,
.mce-content-body p {
  margin: 5px 0 25px 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8;
}
#editable a,
.mce-content-body a {
  color: #e95638;
}
#editable a:hover,
.mce-content-body a:hover {
  color: #ff7e64;
  text-decoration: none;
  border-bottom: 1px solid #ff7e64;
}
#editable em,
.mce-content-body em
 {
  font-style: italic;
}
#editable i,
.mce-content-body i {font-style: normal;}
#editable b,
.mce-content-body b,
#editable strong,
.mce-content-body strong {
  font-weight: bold;
}
#editable img,
.mce-content-body img {
  border: solid 5px #a6abae;
}
#editable img.no-border,
.mce-content-body img.no-border {
  border: none;
}
#editable blockquote,
.mce-content-body blockquote {
  margin: 0 2.25em;
  font-style: italic;
}
#editable table,
.mce-content-body table {
  margin: 10px 0 35px;
  border-collapse: unset;
  border-spacing: unset;
}
#editable table thead,
.mce-content-body table thead,
#editable table thead td,
.mce-content-body table thead td {
  background: #000;
  color: #fff;
}
#editable .caption,
.mce-content-body .caption {
  font-style: italic;
  font-size: .9em;
}
#editable [class^="icon"],
.mce-content-body [class^="icon"] {
  background: transparent;
  padding: 0 8px;
  line-height: 1.6em;
  border-radius: 12px;
}
