/* New branding colours */
.abb-fat-footer {
  padding-bottom: 4rem;
  margin-top: 2rem;
  color: #6E6E6E;
  background-color: #fff; }
  @media print {
    .abb-fat-footer {
      display: none; } }
  .abb-fat-footer__spacer {
    border-top: 1px solid #d2d2d2;
    padding-top: 4rem; }
  .abb-fat-footer__container {
    max-width: 42rem;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .abb-fat-footer__container ul {
      padding: 0; }
      .abb-fat-footer__container ul li {
        margin-bottom: 1rem; }
    .abb-fat-footer__container__logo {
      position: absolute;
      transform: translate(0%, -16px);
      text-align: center;
      top: 50%; }
    .abb-fat-footer__container__links {
      font-size: 0.75rem;
      border-left: 1px solid #EBEBEB;
      padding-left: 3rem; }
      .abb-fat-footer__container__links a {
        text-decoration: none;
        color: #0a0a0a; }
        .abb-fat-footer__container__links a:hover {
          color: #FF000F; }
      .abb-fat-footer__container__links__header {
        color: #ababab;
        text-transform: uppercase;
        margin-bottom: 1rem;
        display: inline-block; }
  .abb-fat-footer .abb-social-button {
    color: #6e6e6e;
    background-color: #f0f0f0; }
