
#privacy-policy {
  overflow-y: scroll;
  height: 85vh;
}

/* PR3227 RO - #popup_menu's default top:144px (header-new.css) is tuned for a_index.php's
   taller header, leaving a big gap on this page's shorter header. Position it relative to
   its own hamburger bar instead, and make sure it renders above the page content. */
.second_nav.header_tile {
  position: relative;
}

.second_nav.header_tile #popup_menu {
  top: 100%;
  left: 0;
  z-index: 99999;
}

/* PR3227 RO - Make the logo's existing click-to-Login behaviour obvious on larger
   screens, where the hamburger menu is hidden and the logo is the only way back */
.logo-img.logged-out,
.logo {
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.logo-img.logged-out:hover,
.logo:hover {
  opacity: 0.8;
}

#privacy-policy * {
  box-sizing: border-box;
}

h2 {
  font-family: var(--font-family-primary);
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.2;
  color: #444444;
  padding-bottom: 20px;
}

h4 {
  font-family: var(--font-family-primary);
  color: #444444;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #444444;
  line-height: 1.6em;
  padding: 0 0 20px 0 !important;
  font-size: 18px;
}