div.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center; }
  
  div.footer-links a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    font-size: 2rem;
    line-height: 2;
    margin-right: 2rem;
    margin-bottom: 2rem;
    color: white; }
  
  div.footer-links a:last-of-type {
    margin-right: 0; }

#msccBanner,
#cookie-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%; }

#wcpmgmt {
  display: none; }

  