/* Header contact presentation: desktop navigation first, phone contact at far right. */
#Nav,
#header.scroll #Nav {
  order: 2;
}

.tellNum,
#header.scroll .tellNum {
  float: none;
  position: static !important;
  display: flex !important;
  order: 3;
  align-items: center;
  align-self: stretch;
  height: auto;
  margin: 0 0 0 20px;
  padding: 0 2px 0 22px;
  border: 0;
  border-left: 1px solid #d8e0ea;
  border-radius: 0;
  color: #101828 !important;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.tellNum img,
#header.scroll .tellNum img {
  display: block !important;
  width: 25px;
  height: 25px;
  margin: 0 11px 0 0;
  object-fit: contain;
}

.tellNum span {
  display: block;
}

.tellNum:hover,
#header.scroll .tellNum:hover {
  color: #1769ff !important;
}

@media (max-width: 1220px) {
  .tellNum,
  #header.scroll .tellNum {
    display: none !important;
  }
}

@media (max-width: 920px) and (min-width: 768px) {
  .tellNum,
  #header.scroll .tellNum {
    display: flex !important;
    order: 2;
    align-self: auto;
    height: 42px;
    margin-left: auto;
    padding-left: 18px;
  }
}

@media (max-width: 767px) {
  .tellNum,
  #header.scroll .tellNum {
    display: none !important;
  }
}
