/**
 * /node/1: show only the 2nd paragraph item; hide 1st, 3rd, and 4th.
 * Loaded only for non-administrator users via hook_page_attachments().
 */
.page-node-1 .block-field-blocknodepagefield-content > div:nth-child(1),
.page-node-1 .block-field-blocknodepagefield-content > div:nth-child(3),
.page-node-1 .block-field-blocknodepagefield-content > div:nth-child(4),
.path-frontpage .block-field-blocknodepagefield-content > div:nth-child(1),
.path-frontpage .block-field-blocknodepagefield-content > div:nth-child(3),
.path-frontpage .block-field-blocknodepagefield-content > div:nth-child(4) {
  display: none !important;
}

/* Reset overlap styling meant for banner + select-subject layout. */
.page-node-1 .block-field-blocknodepagefield-content > div:nth-child(2),
.path-frontpage .block-field-blocknodepagefield-content > div:nth-child(2) {
  margin-top: 0;
}
