.is_page_builder_row h1, #tinymce h1, [data-editor-style] h1 {
  color: #000831; }

.is_page_builder_row h2, #tinymce h2, [data-editor-style] h2 {
  color: #0b75ba; }

.is_page_builder_row h3, #tinymce h3, [data-editor-style] h3 {
  color: #000831; }
  .is_page_builder_row h3.open-sans, #tinymce h3.open-sans, [data-editor-style] h3.open-sans {
    font-family: 'open sans';
    font-weight: 700; }

.is_page_builder_row h4, #tinymce h4, [data-editor-style] h4 {
  font-family: 'open sans';
  font-weight: 700;
  color: #0b75ba; }

.is_page_builder_row h5, #tinymce h5, [data-editor-style] h5 {
  font-family: 'open sans';
  font-weight: 700;
  color: #000831;
  text-transform: uppercase;
  letter-spacing: 3.64px; }
  .is_page_builder_row h5.small, #tinymce h5.small, [data-editor-style] h5.small {
    font-size: 13px;
    letter-spacing: 2.5px; }

.is_page_builder_row h6, #tinymce h6, [data-editor-style] h6 {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 15px;
  font-family: 'open sans', sans-serif; }

.is_page_builder_row p a, #tinymce p a, [data-editor-style] p a {
  decoration: underline;
  color: #08588c; }
  .is_page_builder_row p a:hover, #tinymce p a:hover, [data-editor-style] p a:hover {
    color: #a11e23; }

.is_page_builder_row a.button, #tinymce a.button, [data-editor-style] a.button {
  font-weight: 700;
  font-family: 'open sans'; }
  .is_page_builder_row a.arrow_link, #tinymce a.arrow_link, [data-editor-style] a.arrow_link {
    color: #a11e23;
    font-weight: 700;
    font-size: 15px; }
  .is_page_builder_row a.arrow_link:after, #tinymce a.arrow_link:after, [data-editor-style] a.arrow_link:after {
    content: "\f105";
    border: 1px solid #a11e23;
    width: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    height: 17px;
    line-height: 16px;
    margin-left: 4px; }
