

.dc-footer {
      position: relative !important;
    display: inline-block  !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-inline-size: 100%;
    margin-block: 0;
    margin-inline: 0;
    padding-block: 0 2rem !important;
    padding-inline: 1.25rem !important;
    background-color: #222 !important;
    color: #fff;
  & * {
    color: #fff !important; /* FONT COLOR */
    font-size: 14px !important;
    font-family: inherit;
  }
}
.dc-footer .slot {
    /* display: flex; */
    gap: 0.35rem !important;
    display: inline-flex !important;
    margin-top: 0.75em;
}
.dc-footer a, .dc-footer span {
  font-size: 14px !important;
  text-decoration: none;
    color: #fff !important; /* FONT COLOR */
}
#slot-01 span a {
  border-right: 1px solid #fff; /* VERTICAL LINES BETWEEN LINKS COLOR */
  padding-right: 5px;
}

#slot-02 {
    margin-left:.5em;
}

/*=========================================================================================================
	BEGIN Cookie Consent styling
  =========================================================================================================*/
#consent-banner {
  inset-block-end: 0;
  inline-size: 100%;
}
#consent-banner {
  position: fixed;
  inset-inline-start: 0;
  z-index: 99999;
}
.trustarc-banner-body, #consent-banner .trustarc-banner-header, #consent-banner .trustarc-header-text, #consent-banner p, #consent-banner li, #consent-banner th, #consent-banner td, #consent-banner small, #consent-banner a #consent-banner span, #consent-banner .trustarc-banner-header span {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #fff !important;
}
#consent-banner .trustarc-primary-btn, #consent-banner .trustarc-secondary-btn {
  border-radius: 4px !important;
}
#consent-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3147483647;
}
#teconsent {
  background-color: transparent;
  margin: 0;
}
/*=========================================================================================================
	END Cookie Consent styling
  =========================================================================================================*/
@media only screen and (max-width: 500px) {
  .dc-footer, .dc-footer a {
    & * {
      font-size: 12px !important;
    }
  }
}