@media (max-width: 992px) {
	.header-sign-in__container {
		display: none;
	}
}

.header-sign-in__container a {
  cursor: pointer;
}

.header-sign-in__message-title {
  color: var(--pri-txt, #000);
  font-size: 14px;
  font-weight: 500;
}
.header-sign-in__message {
  color: var(--sec-txt, #616161);
  font-size: 12px;
  font-weight: 400;
}

.header-sign-in__agency-tools-header{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  position: relative;

  color: #616161;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-sign-in__agency-tools-header::before,
.header-sign-in__agency-tools-header::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ccc; /* adjust color to match site */
  margin: 0 0.75em;
}
