.wrapper.nav.home {
  display: none;
}

header.banner h1 {
  right: 20px;          /* Can be closer to right as no search icon on Public */
}

/* ******************************** */
/*          PASSCODE PAGE           */
/* ******************************** */

article.home p      { max-width: 660px; }       /* Limit width of content to 700px */
article.home > div  { max-width: 640px; }
article.home > div.highlight-box  { max-width: 600px; }

article.home > div.dialogue {
  max-width: 100%;                              /* But let the dialogue icon go wider */
}
article.home > div.dialogue img {               /* And make icon itself bigger */
  min-width: 180px;
  width: calc(100% - 665px);
  max-width: 260px;
}


  .slideshow h3 {               /* Font size reduced as a lot of words in public feature */
    font-size: 1.75em;
  }
