/* Box the content width */
.container { max-width: 1200px; }

/* Two-column body text under a full-width lead */
.text-columns {
  column-count: 2;
  column-gap: 2.5rem;
  margin: 2rem 0 2.5rem;   /* space above (below the lead) and below (above the callout) */
  clear: both;             /* always start below the lead and its floated image */
}
.text-columns > :first-child { margin-top: 0; }
@media (max-width: 767.98px) {
  .text-columns { column-count: 1; }
}

/* Footer links readable on the navy footer */
.container-footer a, footer a { color: #DBE7F3; text-decoration: none; }
.container-footer a:hover, footer a:hover { color: #FFFFFF; text-decoration: underline; }