/* Touchdown Business Solutions - visible Career Portal header logo */
header.novo-header .header-title {
  align-items: center !important;
}

header.novo-header .header-title > i.header-icon {
  width: 400px !important;
  height: 52px !important;
  min-width: 400px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-image: url("../assets/touchdown-logo-full.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
}

header.novo-header .header-title > i.header-icon::before {
  content: none !important;
  display: none !important;
}

header.novo-header .header-title .header-titles {
  display: none !important;
}

@media (max-width: 640px) {
  header.novo-header .header-title > i.header-icon {
    width: 260px !important;
    height: 36px !important;
    min-width: 260px !important;
  }
}
