.tracking-consent-banner {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: black;
  color: #FFF;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0; }
  .tracking-consent-banner__btn-container {
    text-align: center; }
    .tracking-consent-banner__btn-container .btn {
      min-width: inherit; }
  .tracking-consent-banner .consent-message {
    margin: 10px;
    padding: 20px;
    text-align: center;
    line-height: 20px; }
    .tracking-consent-banner .consent-message a {
      color: #FFF; }
  .tracking-consent-banner .consent-btn {
    border: none;
    padding: 5px 20px;
    color: #ad2a33;
    background: white;
    text-transform: uppercase;
    min-width: auto;
    margin: 5px 10px;
    border-radius: 0; }
  .tracking-consent-banner .close-btn {
    border: none;
    background: none;
    font-weight: normal;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 25px;
    color: white; }
  .tracking-consent-banner .hidden {
    display: none;
    visibility: hidden; }

#do-not-sell-info-form {
  margin-bottom: 50px; }
  #do-not-sell-info-form fieldset {
    border: none;
    padding-left: 0;
    padding-bottom: 25px; }

#do-not-sell-info-confirmation button#do-not-sell-info-continue {
  margin-top: 25px !important; }

/*# sourceMappingURL=banner.css.map */
