/* T&S GROUP v2-6-34
   1) energy/oil/gas page is safe on a white CMS background;
   2) admin visual alignment is in admin-v2634.css.
*/

/* The old energy hero was authored as a dark hero. A CMS background override to white
   must not leave the dark overlay, absolute media geometry, white text or a frame behind. */
body.v2634-energy-white .ip-dark-hero,
body.v2634-energy-white .ip-hero{
  background:#fff!important;
  background-image:none!important;
  color:#0d3156!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
body.v2634-energy-white .ip-dark-hero::before,
body.v2634-energy-white .ip-dark-hero::after{
  content:none!important;
  display:none!important;
  background:none!important;
}
body.v2634-energy-white .ip-dark-hero .industry-shell,
body.v2634-energy-white .ip-hero .industry-shell,
body.v2634-energy-white .ip-hero-grid{
  position:relative!important;
  z-index:1!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.v2634-energy-white .ip-hero h1,
body.v2634-energy-white .ip-hero-copy h1{
  color:#0a4380!important;
  text-shadow:none!important;
}
body.v2634-energy-white .ip-kicker,
body.v2634-energy-white .ip-hero .ip-kicker{
  color:#2c78b8!important;
  text-shadow:none!important;
}
body.v2634-energy-white .ip-hero-copy>p,
body.v2634-energy-white .ip-hero-copy p{
  color:#4e6479!important;
  text-shadow:none!important;
}
body.v2634-energy-white .ip-breadcrumb,
body.v2634-energy-white .ip-breadcrumb a,
body.v2634-energy-white .ip-breadcrumb b,
body.v2634-energy-white .ip-breadcrumb span{
  color:#6e8297!important;
  text-shadow:none!important;
}
body.v2634-energy-white .ip-dark-hero .ip-hero-media,
body.v2634-energy-white .ip-hero .ip-hero-media{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  overflow:hidden!important;
  background:#eef3f7!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
body.v2634-energy-white .ip-dark-hero .ip-hero-media img,
body.v2634-energy-white .ip-hero .ip-hero-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
@media (min-width:1021px){
  body.v2634-energy-white .ip-hero-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:72px!important;
    align-items:center!important;
    padding-top:58px!important;
    padding-bottom:72px!important;
  }
  body.v2634-energy-white .ip-dark-hero .ip-hero-media,
  body.v2634-energy-white .ip-hero .ip-hero-media{
    height:auto!important;
    aspect-ratio:4/3!important;
  }
}
@media (max-width:1020px){
  body.v2634-energy-white .ip-hero-grid{
    grid-template-columns:1fr!important;
  }
  body.v2634-energy-white .ip-dark-hero .ip-hero-media,
  body.v2634-energy-white .ip-hero .ip-hero-media{
    height:auto!important;
    aspect-ratio:4/3!important;
  }
}
