@import url(//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: 1170px;
}
#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: #c70751;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1.75em 0 10px;
  -webkit-font-smoothing: antialiased;
}
#editable h4,
.mce-content-body h4 {
  font-size: 1.25em;
  font-style: italic;
  line-height: 32px;
  margin: 30px 0 20px;
  font-weight: 700;
}
#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;
}
#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 ul.checks,
.mce-content-body ul.checks {
  list-style-type: none;
}
#editable ul.checks li,
.mce-content-body ul.checks li {
  font-weight: 600;
}
#editable ul.checks li:before,
.mce-content-body ul.checks li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #c70751;
  padding-right: 10px;
}
#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: #395575;
}
#editable a:hover,
.mce-content-body a:hover {
  color: #c70751;
  text-decoration: none;
  border-bottom: 1px solid #c70751;
}
#editable em,
.mce-content-body em,
#editable i,
.mce-content-body i {
  font-style: italic;
}
#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: #2d3032;
  padding: 0 8px;
  line-height: 1.6em;
  border-radius: 12px;
}
