.copyright-container {
    display: flex!important;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .copyright-row {
    width: 100%;
  
    position: relative;
  
    background-color: grey;
    background-position: bottom;
    background-size: cover;
    display: flex;
  }
  
  .copyright-width {
    display: flex;
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    margin: auto;
  }
  
  .copyright-column-left {
    text-align: left;
    width: 33%;
    max-width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: flex!important;
    flex-direction:column;
    display:inline-block;
  }

  .copyright-column-center {
    text-align: center;
    width: 33%;
    max-width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: flex!important;
    flex-direction:column;
    display:inline-block;
  }
  
  .copyright-column-right {   
    text-align: right;
    width: 33%;
    max-width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: flex!important;
    flex-direction: column;
    display:inline-block;
  }
  
  .copyright-text {
    color: white;
    font-size: 15px;
    padding-top: 10px}
  
  
  /*-- Logos and acknowledgement --*/
  
  .footer-container {
    display: flex!important;
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
  }
  
  .distill-site-footer {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
  }
  
  .row-footer { /* Do not change the name of this column - it causes issues */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  
  .column-footer { /* Do not change the name of this column - it causes issues */
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: flex;
    flex-direction:column;
    display:inline-block;
  }
  
   
  .footer-text {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #565656;
    text-align: left;
  }
  
  .footer-text-small {
    font-family: Roboto,sans-serif;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #565656;
    text-align: left;
    margin-top: 10px;
  }
  
  
  @media screen and (max-width: 952px) {
    .link-container {
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .footer-container {
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .column-footer {
      float:left;
      width: 100%;
      max-width: 100%;
      display: block;
      margin-top: 20px;
    }
    .link-container {
      display: block;
      width: 20em;
      margin: auto;
    }
  
    .copyright-column-left {
      width: 50%;
    }
  
    .copyright-column-right {
      width: 50%;
    }
  
    .copyright-row {
      height: 100px;
      margin-bottom: -3.75vw;
    }
  }
   
  @media (min-width: 992px) {}
  body .page-columns{
    grid-column: screen-start/screen-end;
    z-index: 998;
    transform: translate3d(0, 0, 0);
  }