.meta {
  background: #f9f9f9;
  display: table;
  padding: 1em 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif;
  width: 100%; }
  .meta a {
    color: #D6430A;
    border-bottom: 1px dotted;
    text-decoration: none; }
    .meta a.is-active, .meta a:hover {
      background: none;
      border-bottom: solid 1px #D6430A; }
  .meta ul.nav-account {
    margin: 0 0 1em;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 900px) {
      .meta ul.nav-account {
        float: right; } }
    .meta ul.nav-account li {
      display: inline; }
      .meta ul.nav-account li a {
        display: inline-block;
        padding: 0.2em 1em; }

.embedded-entity.align-center {
  text-align: center; }