.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: static;
}

#mro-header {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #122455;
}

#mro-header.flex-container {
  align-items: center;
}

#mro-header img {
  width: 100px;
}

#mro-header div.inner {
  padding-left: 12px;
  padding-right: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

#mro-header .button,
#top-nav .button {
  background: #0153ff;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  padding: 12px 30px;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  white-space: nowrap;
  height: auto;
}

#mro-header .button:hover,
#top-nav .button:hover {
  background: #1adfac;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  padding: 12px 30px;
  transition: background 0.25s;
}

#mro-header .button {
  color: white;
  position: relative;
}

#top-nav {
  padding-top: 22px;
  padding-bottom: 24px;
  justify-content: flex-start;
}
#block-hg-zen-subtheme-main-menu {
  display: flex;
  flex-grow: 1;
}

#top-nav .navbar-nav a {
  letter-spacing: 0em !important;
}

#top-nav .navbar-nav > li > a {
  position: relative;
}

#top-nav .navbar-nav > li:has(> ul) > a {
  padding-right: 22px;
}

#top-nav .navbar-nav > li:has(> ul) > a::after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f078";
  right: 2px;
  top: 9px;
}

#top-nav .navbar-nav > li:first-child,
#top-nav .navbar-nav > li:last-child {
  flex-grow: 1;
}

#top-nav .navbar-nav > li:last-child {
  justify-content: flex-end;
}

#top-nav .navbar-nav > li:first-child a {
  color: rgba(0, 0, 0, 0);
  position: relative;
  width: 200px;
  height: 60px;
}

#top-nav .navbar-nav > li:first-child a::after {
  content: "";
  background-image: url("../../../assets/images/medicopy-logo-black.png");
  width: 200px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

#top-nav li.nav-item .dropdown-menu {
  background: #f8f7f4;
  list-style-type: none;
  padding: 0.75rem 0.25rem;
}

#top-nav li.nav-item .dropdown-menu li{
  display: inline-block;
}

#top-nav li.nav-item .dropdown-menu li:hover{
  background: none !important;
}

#top-nav li .dropdown-menu a{
  color: #2f3b42;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(1, 83, 255, 0);
  transition: border-bottom-color 0.2s ease;
  display: inline;
}

#top-nav  li .dropdown-menu a:hover {
  color: #0153ff;
  border-bottom: 1px solid rgba(1, 83, 255, 1);
  background: none !important;
}

#request-records-button {
  position: relative;
}

#request-records-button::after {
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  right: 2px;
  top: 9px;
  padding-left: 0.5rem;
}

.request-records-button__wrap {
  position: relative;
}

.request-records-button__hover-card {
  position: absolute;
  left: 50%;
  top; 0px;
  width:100%;
  transform: translatex(-50%);
  background: #f8f7f4;
  list-style-type: none;
  padding: 0.75rem 0.25rem;
  margin-top: 0;
  border-radius: 0;
  border: 1px solid rgba(6, 127, 171, 0.07);
  display: none;
  z-index: 1;
}

.request-records-button__hover-card li {
  margin-bottom: 4px;
}

.request-records-button__hover-card a {
  color: #2f3b42;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(1, 83, 255, 0);
  transition: border-bottom-color 0.2s ease;
}

.request-records-button__hover-card a:hover {
  color: #0153ff;
  border-bottom: 1px solid rgba(1, 83, 255, 1);
}

.request-records-button__hover-card--open {
  display: block;
}

