.tinymce {
  font-size: 18px;
  line-height: 26px;
}

.tinymce iframe {
  width: 100% !important;
}

.tinymce p {
  margin: 0;
  padding: 0 0 30px;
  font-size: 18px !important;
}

.tinymce figure.image {
  display: inline-flex;
  flex-direction: column;
}

.tinymce figure.image.align-left {
  margin: 20px 20px 20px 0;
  float: left;
}

.tinymce figure.image.align-right {
  margin: 20px 0 20px 20px;
  float: right;
}

.tinymce figure.image.align-center {
  margin: 20px auto;
}

.tinymce figure.image figcaption {
  margin-top: 0;
  text-align: center;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
  outline-offset: -1px;
}

.tinymce .mce-preview-object.mce-object-iframe {
  width: 100%;
}

.tinymce h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Source Sans Pro', sans-serif;
}

.tinymce a {
  color: #0961aa;
  border-bottom: 1px solid #0961aa;
  text-decoration: none;
  background-color: initial;
}

.tinymce a:hover {
  color: #0961aa;
}

.tinymce blockquote {
  margin: 0;
}

.tinymce blockquote p:before {
  content: '\2014';
  margin-right: 4px;
}

.tinymce img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}

@media screen and (max-width: 480px) {
  .tinymce figure.image {
    width: 100%;
  }

  .tinymce figure.image img {
    width: 100%;
    height: auto;
  }
}
