footer {
  margin-top: 100px;
}
nav.footer__primary-nav ul,
nav.footer__secondary-nav ul {
    list-style-type: none;
    margin: 0;
}
nav.footer__primary-nav ul li ,
nav.footer__secondary-nav ul li  {
    float: left;
}
nav.footer__primary-nav ul li a,
nav.footer__secondary-nav ul li a {
    display: inline-block;
    padding: 10px 20px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}
p.footer__meta-item {
    display: block;
    clear: both;
}
section.footer__social svg {
  width: 20px;
  height: 20px;
  fill: #b5b5b5;
}
section.footer__social svg:hover {
  fill: #aaaaaa;
}
p.footer__meta-item {
  margin-bottom: 0;
}
.footer-left {
  width: 68%;
  float: left;  
}
.footer-right {
  width: 30%;
  float: right;  
}
.footer-right img,
.footer-right svg {
  width: 44%;
  float: left;
  margin-right: 3%;
  margin-top: 50px;
  max-width: 260px;
}
.squeeze-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 959px){

  .footer-left {
    width: 100%;
    float: initial;  
  }
  .footer-right {
    clear: both;
    width: 100%;
    float: initial;  
  }

  nav.footer__primary-nav ul li a,
  nav.footer__secondary-nav ul li a {
    padding: 5px 20px 5px 0px;
  }

}