/* OptumLogic VC custom.css — original archive payload unavailable */

/*
 * Bridge logo pattern:
 *   .q_logo { top: 50%; }
 *   .q_logo img { position: absolute; top: -50%; }
 * That centers the logo in the header. Do NOT override those, or the
 * logo drops into the page banner.
 */
.logo_wrapper {
  height: 100px !important;
  float: left !important;
  position: relative !important;
  overflow: hidden !important;
}
.q_logo {
  position: relative !important;
  top: 50% !important;
  left: 0 !important;
  height: auto !important;
  display: block !important;
}
.q_logo a {
  display: block !important;
  position: relative !important;
  height: 78px !important;
  width: 150px !important;
  overflow: visible !important;
}
.q_logo img.normal,
.q_logo img.light,
.q_logo img.dark,
.q_logo img.sticky {
  position: absolute !important;
  top: -50% !important;
  left: 0 !important;
  transform: none !important;
  display: block !important;
  height: 78px !important;
  max-height: 78px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
.q_logo img.normal {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Scrolled header (70px) */
header.scrolled .logo_wrapper {
  height: 70px !important;
}
header.scrolled .q_logo a {
  height: 48px !important;
  width: 96px !important;
}
header.scrolled .q_logo img.normal,
header.scrolled .q_logo img.light,
header.scrolled .q_logo img.dark,
header.scrolled .q_logo img.sticky {
  height: 48px !important;
  max-height: 48px !important;
  max-width: 96px !important;
}
header.scrolled .q_logo img.normal {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Sticky header (60px) */
header.sticky .logo_wrapper {
  height: 60px !important;
}
header.sticky .q_logo a {
  height: 44px !important;
  width: 88px !important;
}
header.sticky .q_logo img.normal,
header.sticky .q_logo img.light,
header.sticky .q_logo img.dark,
header.sticky .q_logo img.sticky {
  height: 44px !important;
  max-height: 44px !important;
  max-width: 88px !important;
}
header.sticky .q_logo img.sticky {
  opacity: 1 !important;
  visibility: visible !important;
}
header.sticky .q_logo img.normal,
header.sticky .q_logo img.light,
header.sticky .q_logo img.dark {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Header must stay overflow:visible so Bridge dropdowns (.second) show */
header.page_header,
.header_bottom {
  overflow: visible !important;
}

/* Footer: original white-bg logo */
.footer_top .textwidget img,
footer .textwidget img {
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  max-height: 120px !important;
  object-fit: contain !important;
  display: block !important;
  background: #ffffff !important;
  border-radius: 6px !important;
  padding: 6px 8px !important;
  box-sizing: content-box !important;
}

/* Static archive: Bridge "element_from_*" animations never get *_on class */
.element_from_left > div,
.element_from_right > div,
.element_from_top > div,
.element_from_bottom > div,
.element_from_fade > div {
  opacity: 1 !important;
  filter: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  animation: none !important;
}

/* Page title banner images */
.title_outer .image.responsive,
.title .image.responsive { max-height: 120px; overflow: hidden; }
.title_outer .image.responsive img,
.title .image.responsive img {
  width: 100%;
  height: 120px !important;
  object-fit: cover;
  object-position: left center;
  display: block;
}
