.header {
  background: #2c2425;
  margin-top: auto;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  color: white;

  & img {
    width: 16rem;
  }

  a.department-brand {
    color: #FFFFFF;
  }

  a.department-brand:hover, a.department-brand:focus {
    color: #FFCC33;
  }

  .cla-brand-separator::after {
      content: '';
      background: #fff;
      border-right: 1px solid #fff;
      margin-left: 0.7rem;
      margin-right: 1rem;
      max-height: 1rem;
  }

}

#page-footer {
  h1 {
    color: #444444;
    font-size: 1.2em;
  }

  a {
    color: #666;
  }

  a.underlined-link {
    border-bottom: 1px dotted #666;
  }

  a.underlined-link:hover, a.underlined-link:focus {
    border-bottom: none;
  }

  i.fa {
    width: 1rem;
  }

  .logo {
    width: 13.5rem;
  }
}
