Bulletin Board

Cool Stuff

NJ hall of fame sprints into learning

The New Jersey Hall of Fame at American Dream offers a variety of resources and opportunities for educators.

Educator Preview Day

Join the NJHOF on March 14 at 10 a.m. to explore how the NJHOF can support curriculum development, student engagement and professional growth at exclusive Educator Preview Days. The event is free, but an RSVP is required at bit.ly/NJHOFedu.

Curriculum compliant field trips

Inspire your students with exhibits that motivate them to achieve their highest potential. School groups can bundle a visit to the NJHOF with other interactive American Dream attractions for a full day of fun and learning. Preview the experience at NJHallofFame.org/Learn.

Professional development

NJHOF is currently developing its spring PD schedule. To be the first to receive updates on upcoming events and exclusive experiences for educators, administrators and counselors, including Teacher Appreciation Week, please subscribe to the NJ Educator Newsletter at
bit.ly/NJHOFEducator.

Remember, if you can’t join NJHOF for a scheduled event, you can make a visit during its regular hours of operation, for free admission to educators with a valid ID. For more information about educational programming opportunities at the New Jersey Hall of Fame, email Alexandra at learning@njhalloffame.org.

/* -- 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;
    }
  }
}