/* Desk rail unique to humanconditionglobal.com */
.header {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: auto !important;
  min-height: 72px;
  overflow: visible !important;
  padding: 0 0 0.45rem;
}
.header nav[aria-label="Institute sections"] {
  flex: 0 0 100%;
  order: 1;
  width: 100%;
}
.header h1 {
  display: block;
  order: 2;
  flex: 1 1 auto;
  margin: 0;
  padding: 0.45rem 1rem 0.2rem;
  position: relative;
  z-index: 2;
}
.header #logo,
.header #logo img {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: none !important;
  display: block;
  max-width: 220px;
  height: auto;
}
.header ul.social,
.header .social {
  order: 3;
  position: static !important;
  float: none !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0 1rem 0.2rem auto;
  padding: 0;
  list-style: none;
}
.header .social:before {
  display: none !important;
}
.hcg-deskrail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  justify-content: center;
  align-items: center;
  background: #141414;
  padding: 0.65rem 1rem;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 30;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.hcg-deskrail a {
  color: #f3f1ea;
  text-decoration: none;
  font-size: 0.92rem;
}
.hcg-deskrail a:hover,
.hcg-deskrail a:focus {
  text-decoration: underline;
}
.contact .overlay {
  position: relative !important;
  display: block !important;
  opacity: 1 !important;
  background: #1a1a1a;
  color: #f3f1ea;
  padding: 1rem 1.1rem;
}
.contact .overlay .menu,
#menu-map-overlay {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}
#menu-map-overlay li {
  display: block;
  margin: 0.35rem 0;
}
.contact .overlay .menu a {
  color: #f3f1ea;
}
#hcg-streetplan iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  background: #d8d2c6;
}
#hcg-streetplan p {
  margin: 0.4rem 0 0;
  text-align: center;
}
