/* RTI Brand Header Standard — loaded from Azure Blob Storage */
/* All RTI portals and routers should link to this file */
/* https://rtishared.blob.core.windows.net/brand/rti-brand-header.css */

.topbar {
  background-color: #087C69;
  position: relative;
}

.topbar a:hover, .topbar button:hover {
  background-color: #06634F;
}

.topbar::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to bottom, #087C69 0%, #FB7961 20%, #FB7961 100%);
  pointer-events: none;
  z-index: 10;
}

:root {
  --rti-green: #087C69;
  --rti-green-dark: #06634F;
  --rti-orange: #FB7961;
  --rti-text: #262929;
}

.topbar {
  display: flex;
  align-items: center;
}

.topbar img {
  height: 44px;
  width: auto;
}

.topbar .brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
