/* Bright, high-contrast footer shared across every site page. */
.foot{
  background:#EAF4EF;
  color:#36594C;
  border-top:1px solid #BBD4C8;
}
.foot__grid{
  border-bottom-color:#BBD4C8;
}
.foot h4{
  color:#123329;
  font-weight:700;
}
.foot a{
  color:#2B6E60;
  font-weight:500;
}
.foot a:hover{
  color:#8A6418;
}
.foot__brand{
  color:#123329;
}
.foot__bio{
  color:#426557;
}
.foot__notice{
  color:#496A5C;
  border-bottom-color:#BBD4C8;
}
.foot__notice strong{
  color:#123329;
}
.foot__bottom{
  color:#496A5C;
}
