/* CLX subfooter */
#ot-dns-submit {
  color: #000 !important;
  font-size: 14px !important;
}

.common-branding-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common-branding-banner.grey {
  background: #f4f6f8;
}

.common-branding-banner .banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common-branding-banner a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
  text-decoration: none;
}

.common-branding-banner a:hover {
  text-decoration: none;
  color: #707070;
}

.common-branding-banner span {
  text-decoration: underline;
}

.common-branding-banner .banner__inner a {
  display: flex;
  align-items: center;
}

.common-branding-banner .container-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.common-branding-banner a.primary-link img {
  margin-right: 8px;
}

.common-branding-banner--header {
  height: 32px;
  border-bottom: 1px solid #e6e6e6;
}

.common-branding-banner--header .banner__inner {
  align-items: flex-start;
}

@media screen and (min-width: 48.0625em) {
  .common-branding-banner--header a {
    padding-left: 6px;
  }
}

.common-branding-banner--footer {
  background: #ffffff;
}

.common-branding-banner--footer .banner__inner {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 14px;
}

.common-branding-banner--footer a.primary-link img {
  margin-right: 12px;
}

.common-branding-banner--footer .banner__brand-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.common-branding-banner--footer .banner__brand-list a {
  display: block;
}

.common-branding-banner--footer .banner__brand-list li {
  margin-right: 8px;
}

.common-branding-banner--footer .banner__brand-list li:last-child {
  margin: 0;
}

/* OneTrust button */
#ot-sdk-btn,
#do-not-share {
  font-family: 'oswald_regularregular', sans-serif !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  line-height: 1.5 !important;
  font-size: 16px !important;
  color: #fff !important;
}

#ot-sdk-btn:hover,
#do-not-share:hover {
  color: #d12a2f !important;
}
