#footer-logos img {
  margin-right: 15px;
  padding-bottom: 10px;
  height: 60px
}

ul#lang-select {
  margin: 0;
  position: absolute;
  top: 0.5em;
}

ul#lang-select li {
  display: inline;
  padding-right: 3px;
}

#attribution {
  position: absolute;
  bottom: 0;
  left: 1rem;
}

#attribution p {
  font-size: 12px;
  color: #eee;
}

@media (min-width: 1023px) {
  h1.menu-toggle {
    display: none;
  }

#footer-logos {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 0 40%;
  padding: 1.5em;
  width: 60%;
}

@media (max-width: 1024px) {
#footer-logos {
  margin: 0 auto;
  width: 100%
}
}





//The code must be inserted ahead of the call to the content
 

