<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SCBI-251 */
.load-more &gt; button &gt; img {
  display: none;
}

/* SCBI-252 */
.grid-thumbs .link-btn {
  display: none;
}

/* SCBI-245 */
.column-card-list .link-btn {
  display: none;
}

.column-card-list .link-btn.view-all {
  display: flex;
  box-shadow: none;
}

.column-card-list .link-btn.view-all:hover {
  text-decoration: underline;
}

.column-card-list .link-btn.view-all .link-btn__img,
.column-card-list .link-btn.view-all .link-btn__img-hover {
  display: none;
}

/* SCBI-249 */
.video-wrap .row.bc-hide-playlist {
  display: flex;
  flex-direction: column;
}

.video-wrap .vjs-schlumberger-playlist-player-plugin .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 1.2em;
}

.video-wrap .video-js .vjs-big-play-button {
  margin-left: -1em;
  margin-top: -1em;
}

/* SCBI-244 */
.hero-promo &gt; .promo-row.row {
  flex-direction: row-reverse;
}

.hero-promo .hero-promo__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}



/* SCBI-248 */
.full-width-promo .wrapper {
  background-image: url(/-/media/onesubsea/images/homepage/alliances-homepage-cta.ashx) !important;
}

.full-width-promo .wrapper .row {
  flex-direction: row-reverse;
}

.full-width-promo .row .col.medium-5 img {
  display: none;
}

.full-width-promo .row .col.medium-7 .left p {
  margin-left: 0;
}

.full-width-promo .row .col.medium-7 .left a {
  background-color: var(--global-base-color, #0991F2);
  color: var(--slb-white);
  height: 50px;
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  border: none;
  padding: 13px 30px;
  width: max-content;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
}

.full-width-promo .row .col.medium-7 .right {
  display: none;
}

@media (max-width: 639px) {
  .hero-promo &gt; .promo-row.row {
    flex-direction: column;
  }

  .hero-promo .hero-promo__image img {
    height: auto;
  }
}

/* SCBI-246 */
.row-thumbs__wrapper .row-thumbs .image_wrap .image {
  min-width: 166px;
  min-height: 125px;
  max-width: 166px;
  max-height: 125px;
  object-fit: cover;
}

.row-thumbs__wrapper .row-thumbs .bottom-container {
  padding-left: 1.25rem;
}

.row-thumbs__wrapper .row-thumbs .bottom-container .link-btn {
  display: none;
}

.row-thumbs__wrapper .row-thumbs .bottom-container .content-container {
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .row-thumbs__wrapper .row-thumbs .bottom-container {
    padding-left: 0;
  }
}

/* SCBI-250 */
.hero-promo .hero-promo__content-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  display: inline-block;
  border: 1.5px solid;
  background-color: var(--global-base-color, #0991F2);
  padding: 1.0625rem 1.125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.4);
  border-radius: 2px;
}

.hero-promo .hero-promo__content-link &gt; img {
  display: none;
}

/*SCBI-256*/
.action-items-list * {
  all: unset;
}

.action-items-list ul,
.rte-tables .action-items-list ul {
  width: max-content;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
  margin-left: 0;
}

.rte-tables .action-items-list ul li,
.rte-tables .action-items-list ul li {
  margin-bottom: 0;
  padding-left: 0;
}

.rte-tables .action-items-list ul li::before {
  display: none;
}

.action-items-list button,
.action-items-list a {
  width: 100%;
  gap: 25px;
  cursor: pointer;
  font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

.action-items-list img {
  width: 22px;
  object-fit: contain;
}

.action-items-list .action-item span {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--slb-grey-5);
  position: relative;
  padding-left: 40px;
}

.action-items-list .action-item span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;    
}

.action-items-list .action-item.icon-pdf span::before {
  width: 16px;
  height: 16px;
}

.action-items-list .action-item.icon-expert span::before {
  width: 22px;
  height: 17px;   
}
.action-items-list .action-item.icon-contributor span::before {
    background-image: url('/static/images/icons/contributor-grey.svg');
    width: 21px;
    height: 21px;   
}

.action-items-list .action-item.icon-share span::before {
  width: 20px;
  height: 22px;   
}

.action-item:before {
  display: none;
}


/* SCBI-246 */
.mainbar__searchbox .search-field {
  background-color: #777777;
  width: 100%;
  height: 48px;
  border: none;
  padding: 12px 49px 12px 12px;
  border-radius: 2px;
}

.mainbar__searchbox .search-field::placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-size: 16px;
}

.mainbar__searchbox .search-field:focus {
  background-color: #FFFFFF;
}

/* .mainbar__searchbox .search-field:focus::placeholder {
  color: #FFFFFF;
} */

.mainbar__searchbox .search-arrow {
  display: none;
}

.mainbar__searchbox .close.js-close {
  display: none;
}

/* .mainbar__searchbox:focus .js-dropdown {
  display: flex;
} */

.mainbar__searchbox .js-dropdown {
  display: none;
  position: absolute;
  height: 100%;
  /* display: flex; */
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: #777777;
  width: 60px;
}

.mainbar__searchbox .js-dropdown .click-through.active-click {
  display: none;
}

.mainbar__searchbox .item.button.search {
  list-style: none;
  width: 100%;
}

.breadcrumb__wrapper .row {
  display: flex;
}

.breadcrumb__item:last-child .breadcrumb::after {
  content: none;
}</pre></body></html>