/**
 * @file
 * Visual styles for Corporate Lite's more links.
 */
.more-link a {
  margin: 0 0 10px 0px;
  display: block;
  background: transparent;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  border: none;
  font-weight: 300;
  text-decoration: none;
  font-size: 0.8em;
}
.more-link a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}
.region--light-typography .more-link a {
  color: #ffffff;
}
.region--light-typography.region--black-background .more-link a:hover {
  text-decoration: none;
}
@media (max-width:767px) {
  .footer__section .more-link a,
  .footer-bottom__section .more-link a,
  .subfooter__section .more-link a {
    text-align: center;
  }
}
