/** 
*
* http://csswizardry.com/2013/04/shame-css/ 
* 
*  1. If it’s a hack, it goes in here
*  2. Document all hacks fully:
*     - What part of the codebase does it relate to?
*     - Why was this needed?
*     - How does this fix it?
*     - How might you fix it properly, given more time?
*  3. Do not blame me, my reasons are probably (hopefully) valid.
*  4. Try and clean this crap up when I have some down time.
*     - Even better, get a tech-debt story in which I can dedicate actual sprint time to it.
*
**/


footer.global .section.partner {
    padding: 30px;
}

footer.global .section.partner a {
    display: block;
    margin: 0 auto;
}

footer.global .section.partner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
footer.global .section.partner span {
  text-align: center;
  margin: 15px auto;
  display: block;
  padding: 0 15px;
  font-size: 12px;
}

footer.global .section.partner span a {
  font-size: 12px;
  display: inline;
}

footer.global .section.phone a {
  display: block;
  margin-bottom: 8px;
}

footer.global .section.phone a:hover {
  color: #a24124;  
}

footer.global .section.phone a:hover svg {
  fill: #a24124;  
}

@media (max-width: 768px) {
footer.global .section {
    min-height: 180px;
  }
}