/**
 * @file
 * Footer.
 */

.footer {
  width: 100%;
  height: 1rem;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.0625em;
}

.region-footer {
  position: absolute;
  width: 100%;
  background-color: #444;
}

nav ul.menu--footer {
  text-align: left;
}
nav ul.menu--footer > li {
  display: block;
}
nav ul.menu--footer > li > a {
  color: #fff;
  border-bottom: 3px solid #444;
  padding: 10px 0;
}
nav ul.menu--footer > li.active > a.is-active {
  color: #910001;
}
nav ul.menu--footer > li > a:visited {
  color: #fff;
}
nav ul.menu--footer > li > a:hover,
nav ul.menu--footer > li > a:focus {
  color: #fff;
  border-bottom: 3px solid #fff;
  background: transparent;
}

