Bulletin Board

Cool Stuff

NJ State Bar Foundation resources for educators

The Legal Eagle newspaper for elementary, middle and high school students

The New Jersey State Bar Foundation’s 2026 spring issue of The Legal Eagle contains articles on judicial independence, banning critics on social media and pre-registration for 17-year-olds to vote in New Jersey primaries. A PDF of the latest issue of The Legal Eagle can be downloaded. Copies can be ordered for classroom use. Individual articles can be downloaded from the Legal Eagle Lowdown, the companion blog for the foundation’s newspaper. Educators can subscribe to receive future issues at publications.njsbf.org.

Free resource for teaching about the jury system

The New Jersey State Bar Foundation’s Educational Guide for Trial Jurors is a 16-page guide that has been distributed to potential New Jersey jurors for decades. The New Jersey State Bar Foundation will send educators free copies for every student. The guide is suitable for grades 7 and up. Order copies at orderpublications.njsbf.org.

Restorative justice conference for administrators

The New Jersey State Bar Foundation recognizes that school and district leaders are important drivers of school climate. Superintendents, district Leaders, K-12 principals, assistant/vice principals and supervisors are invited to a conference April 28 at the New Jersey Law Center. Participants will share mindsets, practices and tools that educational leaders can use to improve their school and district climate while earning four professional development credits. Register at njsbf.org/events.

/* -- The root styles must go in the element of the structure with the name "Post content". --*/ 

.single-post-2__content{
  /* -- Heading styles -- */
  h2, h3, h4, h5, h6{
    font-weight: 700;
    color: var(--neutral);
    margin-bottom: var(--space-s);
  }

  h2{
    font-size: var(--text-xl);
  }

  h3{
    font-size: var(--text-l);
  }

  h4, h5, h6{
    font-size: var(--text-m);
  }

  /* -- Content paragraphs styles -- */
  p {

    /* - Bold text styles - */
    strong{
      color: var(--neutral);
    }

    /* - Anchor text styles - */
    a{
      color: var(--neutral);
      text-decoration: underline;
      font-weight: 500;
      transition: color .2s ease;

      &:hover, &:focus{
        color: var(--primary);
      }
    }

  }

  /* -- List styles -- */
  ul, ol{
    margin:var(--space-m) 0;

    li:not(:last-child){
      margin-bottom: 8px;
    }
  }

  /* -- Image styles -- */
  figure{
    margin-bottom: var(--space-l);


    &:has(figcaption) {


      figcaption{
        margin-top: var(--space-xs);
        color: var(--neutral);
      }
    }
  }

  /* -- Blockquote styles -- */
  blockquote.wp-block-quote{
    font-family:inherit;
    text-align:center;
    font-weight: 600;
    color: var(--white);
    border:none;
    background-color:var(--neutral);
    padding:var(--section-space-m) var(--space-xxl);
    margin-bottom: var(--space-l);

    @media (max-width: 767px) {
      padding: var(--section-space-m) var(--space-l);
    }

    cite{
      margin:0;
      font-size: var(--text-l);
      color: var(--neutral);
      opacity: 1;
      text-align:center;
      text-transform: inherit;
    }
  }
}