/* TRust-DNS project chrome extras (unique to this domain) */
.tdns-crumbbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  justify-content: center;
  padding: 0.7rem 1rem;
  background: #2b2b2b;
  border-bottom: 1px solid #111;
  position: relative;
  z-index: 30;
  margin-top: 52px;
}
.tdns-crumbbar a {
  color: #d7ecff;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.tdns-crumbbar a:hover,
.tdns-crumbbar a:focus {
  color: #fff;
}
.tdns-crumbbar__now {
  font-weight: 700;
  text-decoration: underline;
}
.tdns-harvest {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 0.4rem 1rem 0.2rem;
  margin: 1.1rem 0 1.4rem;
}
.tdns-harvest h2 {
  background: none;
  font-size: 1.35rem;
  padding-bottom: 0;
}
.tdns-wiremark {
  font-size: 0.86rem;
  color: #4a4a4a;
  margin: 0 0 0.6rem;
}
.tdns-cutover dt {
  font-weight: 700;
  margin-top: 0.6rem;
}
.tdns-cutover dd {
  margin: 0.2rem 0 0.7rem 1rem;
}
.tdns-footlinks {
  margin-top: 0.6rem;
}
.tdns-footlinks a {
  margin-right: 1rem;
}
#footer_wrap .tdns-yrspan {
  color: #f2f2f2;
}
@media screen and (max-width: 480px) {
  .tdns-crumbbar {
    flex-direction: column;
    align-items: center;
  }
}
