#logoOuterWrapper{
    text-align: center;
    margin: 0 0 20px;
}

p.copyrightText, #secret{
    color: #000;
}
#logoOuterWrapper.white p.copyrightText, #logoOuterWrapper.white #secret{
    color: #fff;
}

#secret, #secret:hover{
    text-decoration: none;
}

#logoGraphicWrapper{
    width: 160px;
    margin: 10px auto;
    height: 65px;
}

#logoTextColor{
    fill: #000;
}
#logoOuterWrapper.white #logoTextColor{
    fill: #fff;
}

#logoSymbolColor{
    fill: #D71920;
}


.opt-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(30, 30, 31, 0.932);
    color: #fff;
    padding: 10px;
    display: none;
  }
  .opt-banner h2 {
    color: #fff !important;
  }
  .opt-banner div {
    vertical-align: middle;
  }
  .opt-banner .row {
    width: 90%;
    margin-left: auto;
  }
  .opt-banner a {
    text-decoration: none;
  }
  .opt-banner a:hover {
    color: #fff;
    text-decoration: none;
  }
  #closeOptConsent{
      font-weight: bold;
      font-size: 1.1em;
      color: #fff;
  }

  