/* Use the favicon emblem as the only brand mark across the site. */
#cot.pt-hero {
  /* Ads link to this anchor; retain the brand header in the arrival viewport. */
  scroll-margin-top: 260px;
}

.portal-ui .logo-box-three {
  background: transparent;
}

.portal-ui .logo-box-three,
.portal-ui .sticky-menu .logo-box-three {
  width: 236px;
  height: 96px;
  border-radius: 0;
}

.portal-ui a.portal-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 236px;
  min-height: 88px;
  padding: 4px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}

.portal-ui a.portal-brand img {
  display: block;
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  object-fit: contain;
  border: 1px solid rgba(244, 196, 48, 0.35);
  border-radius: 7px;
  filter: none;
}

.portal-brand__name {
  color: #f5d27a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.portal-brand__name span {
  display: block;
}

@media (max-width: 768px) {
  .portal-ui .logo-box-three {
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
  }

  .portal-ui .logo-box-three a.portal-brand {
    justify-content: center;
    max-width: none;
    min-height: 72px;
  }

  .portal-ui .logo-box-three a.portal-brand img {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
  }

  .portal-brand__name {
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .portal-ui .logo-box-three a.portal-brand {
    gap: 10px;
    padding: 4px 0;
  }

  .portal-ui .logo-box-three a.portal-brand img {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
  }

  .logo-box-three .portal-brand__name {
    font-size: 15px;
  }
}
