#footer-branded {
  padding: 3.5em 0;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #224099;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2em; }
  #footer-branded div {
    width: 90%;
    margin: 1em auto 1.5em auto; }
  #footer-branded #footer-links {
    font-size: 1.4em;
    line-height: 2.25em;
    font-weight: 500;
    text-transform: capitalize; }
  #footer-branded #footer-copyright {
    font-size: 1.2em;
    font-weight: 400; }
  #footer-branded a {
    margin: 0 0.35em;
    text-decoration: none; }
    #footer-branded a:link, #footer-branded a:visited {
      color: #FFFFFF; }
    #footer-branded a:hover, #footer-branded a:active {
      color: #00adee; }
  #footer-branded.light {
    margin-top: 10em;
    border-top: 1px solid #efefef;
    background-color: #FFFFFF;
    color: #224099; }
    #footer-branded.light a:link, #footer-branded.light a:visited {
      color: #224099; }
    #footer-branded.light a:hover, #footer-branded.light a:active {
      color: #00adee; }

@media screen and (min-width: 640px) {
  #footer-branded {
    padding: 4em 0 9em 0; } }
