/* CAPSULE_STUDIO_NAV_SUBTITLE */
header #primaryNav a.nav-cta-studio {
  min-height: 48px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

header #primaryNav .nav-cta-copy {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  line-height: 1 !important;
}

header #primaryNav .nav-cta-title {
  display: block !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

header #primaryNav .nav-cta-subtitle {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

@media (max-width: 980px) {
  header #primaryNav .nav-cta-copy {
    align-items: center !important;
  }
}
