/* Styling for redesign entry paragraphs */
  div.entry-txt p {
    color: #222222;
    font: normal 400 1.30769em/155% Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 18px;
    visibility: hidden;
    visibility: visible;
  }

  .wf-loading div.entry-txt p {
    visibility: hidden;
  }

  .wf-active div.entry-txt p, .wf-inactive div.entry-txt p {
    visibility: visible;
  }

  .fontface div.entry-txt p {
    font-family: "effra", Arial, Helvetica, Verdana, sans-serif;
  }
  @media (min-width: 480px) {
    div.entry-txt p {
      font-size: 1.46154em;
    }
  }
  @media (min-width: 850px) {
    div.entry-txt p {
      font-size: 1.53846em;
    }
  }

  div.entry-txt p > a {
    color: #0d5799;
  }

  div.entry-txt p > a:hover {
    text-decoration: underline;
  }

  <!-- change these bottom two -->
  @media (min-width: 650px) and (max-width: 1074px) {
    .article-p.first-p {
      clear: both;
    }
  }

  @media (min-width: 1075px) {
    /* line 208, ../../styles/project/_article.scss */
    .article-no-art .article-p.first-p {
      clear: both;
    }
  } 