#lnav {
  width: 100%;
  margin-top: 20px;
}

#lnav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1em;
}

#lnav ul li a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0.7em 0;
  font-size: 0.9em;
  width: 14em;
  color: var(--site-white-color);
  background-color: #3d829f;
  text-decoration: none;
}

#lnav ul li a:hover {
  background-color: #5fa1be;
  color: var(--site-white-color);
}

#lead {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

#main-content > section {
  text-align: center;
}

#main-content > section small {
  display: block;
  font-size: 0.9em;
}

/*
#main-content a {
  color: #173d67;
  text-decoration: underline;
}

#main-content a:hover {
  color: #000000;
}
*/

#main-content img.icon {
  vertical-align: -0.3em;
  margin-right: 0.5em;
  line-height: 1em;
}

