


/* any changes to this file will probably need to be replicated in the new frontend */



.footer-transitional {
    border-top: 2px solid #3d70b2; /* $brand-01 */
    box-sizing: border-box;
    color: #5a6872; /* $text-03 */
    font-size: 12px;
    min-height: 80px;
    line-height: 16px;
    margin: 80px 0 0;
    padding: 20px 20px 0;
    width: 100%;
  }

  .footer-transitional__copyright {
    float: left;
  }

  .footer-transitional__request-info {
    float: right;
  }

  .footer-transitional p {
      margin: 0; /* reset stupid browser styles */
  }
