* {
	--jv-slb-blue: #0014DC;
	--jv-subsea-blue: #000528;
	--jv-head-office-blue: #3545f8a2;
	--jv-orange: #ff8200;
	--jv-blue: #0014DC;
	--jv-grey-nav: #ffffff;
	
	--jv-grey-0: #F8F8F8;
	--jv-grey-1: #F0F0F0;
	--jv-grey-2: #DCE1E1;
	--jv-grey-3: #C8CDCD;
	--jv-grey-5: #6C6969;
	--jv-white: #FFFFFF;
	--slb-blue: var(--jv-subsea-blue);
	
  --regular: 400;
	--semi-bold: 600;
	--heavy: 900;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	outline-color: var(--jv-orange);
}

@font-face {
	font-family: "GothamBold";
	src: url(../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: "GothamBold", Tahoma, SimSun, sans-serif;
	src: url(../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: "GothamBold", Tahoma, SimSun, sans-serif;
	src: url(../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "GothamBold", Tahoma, SimSun, sans-serif;
	src: url(.../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "GothamBold", Tahoma, SimSun, sans-serif;
	src: url(../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "GothamBold", Tahoma, SimSun, sans-serif;
	src: url(.../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Bai Jamjuree ExtraBold", Tahoma, SimSun, sans-serif;
	src: url(../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 800;
} 

@font-face {
	font-family: "Bai Jamjuree Heavy", Tahoma, SimSun, sans-serif;
	src: url(.../../fonts/GothamBold/GothamBold.otf) format("opentype");
	font-style: normal;
	font-weight: 900;

}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-btn {
  background: transparent;
  color: #000000;
  border: none;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 140px;
  border: 1px solid #ccc;
  z-index: 1000;
}

.language-dropdown a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
  gap: 6px;
}

.language-dropdown a:hover {
  background-color: #f1f1f1;
}

/* Hover ve focus-within ile aç */
.language-selector:hover .language-dropdown,
.language-selector:focus-within .language-dropdown {
  display: block;
}

body {
	font-weight: var(--semi-bold);
}

.border-slb-orange {
	border-color: var(--jv-orange);
}

nav .border-\[\#f0f0f04d\] {
	border-color: var(--jv-grey-nav);
}

/* logo */

nav.js-desktop-global-nav > a.absolute.z-20.border-slb-grey-2 {
	border-color: var(--jv-grey-nav);
}

nav.js-desktop-global-nav > a.absolute.z-20.border-slb-grey-2:hover {
	background-color: var(--jv-grey-nav);
}

nav.js-desktop-global-nav .w-\[120px\] {
	width: 129px;
}

nav.js-desktop-global-nav .left-\[120px\] {
	left: 211px;	
}

nav.js-desktop-global-nav .w-\[120px\] .w-\[71px\] {
	width: auto;
}

nav.js-desktop-global-nav .js-dropdown-list .ml-\[124px\] {
	margin-left:215px
}

nav.js-desktop-global-nav .js-dropdown-list > li > a.hover\:underline:hover {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	color: var(--jv-slb-blue);
}

nav.js-desktop-global-nav .js-dropdown-list > li > a.hover\:underline:hover span {
	color: var(--jv-subsea-blue);
 }

nav .group:hover .group-hover\:text-slb-blue {
	color: var(--jv-orange);
}

nav .group:hover .group-hover\:text-slb-white {
	color: var(--jv-orange);
}

nav a {
	color: var(--jv-subsea-blue);
}

nav a:hover {
	color: var(--jv-orange);
}

nav.bg-slb-blue {
	background-color: var(--jv-white);
}

nav .bg-slb-blue {
	background-color: var(--jv-white);
}

nav .bg-slb-white {
	background-color: var(--jv-grey-nav);
}

nav .text-slb-blue{
    color: var(--jv-subsea-blue);
}

nav .text-slb-white{
    color: var(--jv-subsea-blue);
}

nav .text-slb-black {
	color: var(--jv-subsea-blue);
}

nav .hover\:bg-slb-blue:hover {
	background-color: transparent;	
}

nav .hover\:text-slb-white:hover {
	color: var(--jv-orange);
}

nav .md\:hover\:bg-slb-deep-blue:hover{
    background-color: var(--jv-grey-1);
}

nav .icon-font-arrow-right:before {
	color: var(--jv-orange);
}

nav .js-input-arrow.before\:text-slb-blue::before {
	color: var(--jv-orange);
}

nav .bg-white {
	background-color: var(--jv-grey-nav);
}

nav a:hover h2 {
	color: var(--jv-orange);
}

nav button.js-menu-btn, nav button.js-simple-dropdown-btn {
	text-decoration-color: var(--jv-slb-blue);
}

nav .js-menu-grid .border-slb-grey-1 {
	border-color: var(--jv-grey-3);
}

nav .js-menu-list.border-slb-grey-2 {
	border-color: var(--jv-grey-nav);
}

nav a.hover\:underline:hover {
	text-decoration: none;
}

nav a.hover\:underline:hover span {
	color: var(--jv-orange);
}

nav .font-extralight {
	font-weight: var(--semi-bold);
}

nav .js-search-input {
	font-weight: var(--semi-bold);
}

nav .js-search-input {
	background-color: var(--jv-grey-0);
}
nav .js-search-input + .js-input-arrow:before {
	color: var(--jv-orange);
}

nav .group:hover .group-hover\:text-slb-blue {
	text-decoration: none;
}

nav .icon-font-menu-hamburger-white:before, 
nav .icon-font-envelope-white:before,
nav .icon-font-search-white:before,
nav .icon-font-account-circle-white:before {
	color: var(--jv-subsea-blue);
}

nav.js-mobile-global-nav .js-menu-bar a img.h-\[34px\].w-\[60px\] {
	height: 23px;
	width: auto;
}

nav.js-mobile-global-nav .icon-font-menu-hamburger-white.before\:text-slb-blue::before,
nav.js-mobile-global-nav .icon-font-envelope-white.before\:text-slb-blue::before ,
nav.js-mobile-global-nav .icon-font-account-circle-white.before\:text-slb-blue::before,
nav.js-mobile-global-nav .icon-font-search-white.before\:text-slb-blue::before,
nav.js-mobile-global-nav .icon-font-close-white:before {
	color: var(--jv-slb-blue);
}

nav.js-mobile-global-nav.bg-slb-blue,
nav.js-mobile-global-nav .bg-slb-blue {
	background-color: var(--jv-grey-0);
}

nav.js-mobile-global-nav .xs\:w-\[194px\] {
	width: 128px;
}

nav.js-mobile-global-nav .js-item,
nav.js-mobile-global-nav .js-back-btn  {
	background-color: var(--jv-grey-0);
}

nav.js-mobile-global-nav ul.bg-slb-white {
	background-color: var(--jv-white);
}

nav.js-mobile-global-nav .js-side-menu {
	background-color: var(--jv-white);
}

nav.js-desktop-global-nav .js-menu-bar.border-slb-white {
	border-color: var(--jv-grey-1);
}

nav.js-desktop-global-nav .js-menu-bar button.DelfiAccount,
nav.js-mobile-global-nav .js-menu li[data-path=login] {
	display: none;
}

nav.js-mobile-global-nav .icon-font-chevron-left-white:before {
	color: var(--jv-orange);
}

nav .group:hover .icon-font-chevron-right.group-hover\:before\:text-slb-white::before,
nav .group:hover .icon-font-chevron-left.group-hover\:before\:text-slb-white::before {
	color: var(--jv-orange);
}

nav.border-\[\#f0f0f04d\] {
	border-color: var(--jv-grey-1);
}

nav .jv-active-tab {
	text-decoration-line: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 20px;
	text-decoration-color: var(--jv-slb-blue);
}

nav a.jv-active-tab {
	text-underline-offset: 19px;
}

body div {
	font-weight: 600;
}

body input::placeholder {
	color: var(--jv-grey-5);
}

body .icon-font-arrow-right-blue:before {
	color: var(--jv-blue) !important;
}

body .icon-font-arrow-right:before {
	color: var(--jv-blue) !important;	
}

body .icon-font-arrow-right-white:before {
	color: var(--jv-blue) !important;
}

body .icon-font-chevron-right-blue:before {
	color: var(--jv-orange);
}

body .icon-font-chevron-left-blue:before {
	color: var(--jv-orange);
}

body .icon-font-instagram:before {
	color: var(--jv-orange);
}

body .icon-font-close:before {
	color: var(--jv-orange);
}

body .icon-font-enlarge:before {
	color: var(--jv-orange);
}

body .icon-font-chevron-right:before,
body .icon-font-chevron-left:before {
	color: var(--jv-orange);
}

body .icon-font-envelope:before {
	color: var(--jv-orange);
}

body .icon-font-phone:before {
	color: var(--jv-orange);
}

body .icon-font-instagram-white:before {
	color: var(--jv-orange);
}

body .text-black {
	color: var(--jv-subsea-blue);
}
body .text-slb-blue{
	color: var(--jv-grey-5);
}
body .text-head-office
body .slb-text-black {
	color: var(--jv-subsea-blue);
}

body .text-blue {
	color: var(--jv-slb-blue);
}

body .text-grey-5 {
	color: var(--jv-subsea-blue);
}

body .bg-grey-1 {
	background-color: var(--jv-grey-0);
}

body .bg-grey-2 {
	background-color: var(--jv-grey-1);
}

body .bg-grey-3 {
	background-color: var(--jv-grey-2);
}

body .font-medium {
	font-weight: var(--semi-bold);
}

body .font-normal {
	font-weight: var(--semi-bold);
}

body .font-light {
	font-weight: var(--semi-bold);
}

body .font-extralight {
	font-weight: var(--semi-bold);
}

body p {
	font-weight: var(--semi-bold);
}

.section-label,
.text-image-combo-section-label.font-medium {
	display: block;
	font-size: 14px;
	font-weight: var(--heavy);
	color: var(--jv-slb-blue);
	text-transform: uppercase;
}

body .breadcrumb__wrapper {
	border-bottom-style: solid;
	border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(220 225 225 / var(--tw-border-opacity));
}
body .breadcrumb__wrapper,
body .breadcrumb__wrapper .row {
	background-color: var(--jv-grey-0);
	border-color: var(--jv-grey-1);
}

body .breadcrumb__wrapper .breadcrumb {
	font-weight: var(--semi-bold);
	font-family: 'Jamjuree', Tahoma, SimSun, sans-serif;
}

body .breadcrumb__wrapper .breadcrumb:not(:first-child)::before {
	color: var(--jv-orange);
}

body .breadcrumb__wrapper .breadcrumb.is-active span {
	text-decoration: none;
}

.breadcrumb__wrapper a.breadcrumb span:hover {
	text-decoration: none;
	color: var(--jv-orange);
}

body .upper-text-content .heading-description {
	font-weight: var(--semi-bold);
}

body .upper-text-content .heading {
	font-weight: var(--semi-bold);
}

body .bg-blue .upper-text-content .heading {
	color: var(--jv-orange);
}

body .rte-tables label {
	font-weight: var(--heavy);
	text-transform: uppercase;
}

body .rte-tables h1, 
body .rte-tables h2, 
body .rte-tables h3, 
body .rte-tables h4, 
body .rte-tables h5 
body .rte-tables h6 {
	font-weight: var(--semi-bold);
}

body .rte-tables h1 {
	font-size: 46px;
}

body .rte-tables h2 {
	font-size: 35px;
} 

body .rte-tables h3 {
	font-size: 29px;
} 

body .rte-tables h4 {
	font-size: 26px;
} 

body .rte-tables h5 {
	font-size: 21px;
} 

body .rte-tables h6 {
		font-size: 18px;
}

body .article-rte .rte-tables h1, 
body .article-rte .rte-tables h2, 
body .article-rte .rte-tables h3, 
body .article-rte .rte-tables h4, 
body .article-rte .rte-tables h5, 
body .article-rte .rte-tables h6 {
	font-weight: var(--semi-bold);
}

body .article-rte .rte-tables h1 {
	font-size: 46px;
}

body .article-rte .rte-tables h2 {
	font-size: 35px;
} 

body .article-rte .rte-tables h3 {
	font-size: 29px;
} 

body .article-rte .rte-tables h4 {
	font-size: 26px;
} 

body .article-rte .rte-tables h5 {
	font-size: 21px;
} 

body .article-rte .rte-tables h6 {
		font-size: 18px;
}

body .rte-tables ul li {
	font-weight: var(--semi-bold);
}

body .rte-tables ol li {
	font-weight: var(--semi-bold);
}

body .rte-tables a {
	font-weight: var(--semi-bold);
	color: var(--jv-grey-5);
}

body .rte-tables ul li::before {
	color: var(--jv-orange);
}

body .rte-tables ul > li > ul > li > ul > li::before {
	color: var(--jv-orange);
}

body .rte-tables ul > li > ul > li::before {
	color: var(--jv-orange);
}

body .rte-tables ol > li::marker, 
body .rte-tables ol > li > ol > li::marker, 
body .rte-tables ol > li > ol > li > ol > li::marker {
	color: var(--jv-orange);
}

body .rte-tables label {
	color: var(--jv-slb-blue);
}

body .rte-tables p {
	font-weight: var(--semi-bold);
}

body .combo-two-rte .columns > p {
	font-weight: var(--semi-bold);
}

body .combo-two-rte .main-title,
body .combo-two-rte .columns > h3,
body .content-two-col .main-title,
body .content-two-col .columns > h3,
body .desc-area .main-title,
body .desc-area .columns > h3 {
  font-weight: var(--semi-bold);
}

body .combo-two-rte .combo-two-rte__image__desc, 
body .content-two-col .content-two-col__image__desc, 
body .desc-area .desc-area__image__desc {
	color: var(--jv-subsea-blue);
	font-weight: var(--semi-bold);
	border-bottom-color: var(--jv-orange);
}

body .combo-two-images .combo-two-images__image__desc {
	color: var(--jv-subsea-blue);
	font-weight: var(--semi-bold);
	border-bottom-color: var(--jv-orange);
}

body .tablesaw thead th {
	font-weight: var(--semi-bold);
	color: var(--jv-orange);
}

body .tablesaw tr td .tablesaw-cell-label, 
body .tablesaw tr td .tablesaw-cell-content {
	font-weight: var(--semi-bold);
}

body .combo-slide-show-rte .combo-slide-show-rte__text .main-title, 
body .combo-slide-show-rte .combo-slide-show-rte__text h3 {
	font-weight: var(--semi-bold);
}

body .combo-slide-show-rte .combo-slide-show-rte__text p {
	font-weight: var(--semi-bold);
}

body .combo-enlarge-img-rte .columns > p {
	font-weight: var(--semi-bold);
}

body .slide-show .owl-dots .owl-dot.active {
	background-color: var(--jv-orange);
}

body div.footer-container {
	background-color: var(--jv-grey-0);
}

body div.footer-container img.footer-logo {
	width: auto;
	height: auto;
}

body div.footer-content {
	color: var(--jv-subsea-blue);
	padding-top: 72px;
}

div.footer-content {
	padding-top: 72px; 
	padding-bottom: 24px;
	justify-content: flex-end;
}
div.logo-text-button-area {
	margin-right: auto !important;
}
div.footer-content .icon-font-plus-white::before {
	color: var(--jv-orange);
}
div.footer-content .icon-font-minus-white .path2::before {
	color: var(--jv-orange);
}

body .footer-content-text-area-heading, body div .helpful-links-label, body div .about-label, body div.social-links-section-label {
	font-weight: var(--heavy);
}

body div.footer-content-text-area-content {
	font-weight: var(--semi-bold);
}

body div.footer-container a:hover {
	text-decoration: none;
	color: var(--jv-orange);
}

body .footer-copyright-gutter .footer-gutter-links a {
	font-weight: var(--semi-bold);
}

.footer-container .logo-text-button-area {
	flex-direction: unset;
}

@media screen and (min-width: 1194px) {
	.footer-container img.footer-logo {
			width: 163px;
			height: auto;
	}
}

body div.helpful-links-section-options-tray a, body div.helpful-links-section-options-tray a:active, body div.helpful-links-section-options-tray a:visited, body div.about-section-options-tray a, body div.about-section-options-tray a:active, body div.about-section-options-tray a:visited {
	color: var(--jv-subsea-blue);
	font-weight: var(--semi-bold);
}

body div.social-links-section-label {
	color: var(--jv-subsea-blue);
}

body div.sign-up-button {
	border: solid 2px var(--jv-subsea-blue);
}

body div.sign-up-button a {
	color: var(--jv-subsea-blue);
}

body div.helpful-links-section-options-tray a:hover, body div.about-section-options-tray a:hover {
	color: var(--jv-orange);
}

body div.footer-copyright-gutter {
	background-color: var(--jv-grey-0);
}

body div.copyright-text {
	font-weight: var(--semi-bold);
}


.action-items-list .border-slb-grey-2 {
	color: var(--jv-orange);
}

.action-items-list .action-item {
	color: var(--slb-blue);
}

.action-items-list .action-item.font-medium {
	font-weight: var(--semi-bold);
}

.action-items-list .action-item .icon-font-download-gray::before,
.action-items-list .action-item .icon-font-email-gray::before,
.action-items-list .action-item .icon-font-share-gray::before {
	color: var(--jv-orange);
}

.article-side__section .article-side__section__title {
	font-weight: var(--heavy);
	color: var(--jv-subsea-blue);
}

.article-side__section .article-side__section__content {
	font-weight: var(--semi-bold);
}

.article-section .article-side__section__content span > a.bordered {
	color: var(--jv-subsea-blue);
	font-weight: var(--semi-bold);
	border-color: var(--jv-subsea-blue);
}

.article-side__section:has(.article-side__section__image-desc) {
	border-color: var(--jv-orange);
}

.article-side__section .article-side__section__image-desc {
	font-size: 16px;
	font-weight: var(--semi-bold);
	line-height: 24px;
	color: var(--jv-subsea-blue);
}

.action-items-list.border-slb-grey-2 {
	border-color : var(--jv-orange)
}

.article-section .article-side__section__content span {
    color: var(--jv-subsea-blue);
}

body .rte-tables .article-side__section a {
	color: var(--jv-subsea-blue);
}

.action-items-list .action-item span {
	color: var(--jv-subsea-blue);
}

body .rte-tables .article-side__section a:hover {
	color: var(--jv-grey-5);
}


section.product-and-services-accordion-jv h2.accordion-heading {
	font-weight: var(--semi-bold);
	line-height: 40px;
	font-size: 35px;
}

section.product-and-services-accordion-jv header .title {
	font-size: 20px;
	font-weight: var(--heavy);
	line-height: 28px;
}

section.product-and-services-accordion-jv p.sub-text {
	font-weight: var(--heavy);
}

section.product-and-services-accordion-jv .accordion-item a.text-white {
	color: var(--jv-orange);
}

section.product-and-services-accordion-jv .accordion-item a.text-blue {
	color: var(--jv-grey-5);
}

section.product-and-services-accordion-jv .icon-font-plus-white::before,
section.product-and-services-accordion-jv .icon-font-minus-white .path2::before,
section.product-and-services-accordion-jv .icon-font-minus-white .path1::before,
section.product-and-services-accordion-jv .icon-font-plus-blue::before {
	color: var(--jv-orange);
}

section.product-and-services-accordion-jv .border-b-\[var\(--slb-grey-2\)\] {
    border-bottom-color: var(--slb-grey-3);
}

@media screen and (max-width: 768px) {
	section.product-and-services-accordion-jv h2.accordion-heading {
			font-size: 35px;
	}
}

.jv-sticky-subscribe-btn .icon-font-notifications:before {
	color: var(--jv-orange);
}

.jv-sticky-subscribe-btn .icon-font-close-blue:before {
	color: var(--jv-orange);
}

.jv-sticky-subscribe-btn .bg-grey-1 {
	background-color: var(--jv-grey-1);
}

.jv-sticky-subscribe-btn a.subscribe-btn {
	transition: all 0.3s ease;
}

.jv-sticky-subscribe-btn a.subscribe-btn:hover {
	background-color: var(--jv-grey-3);
}

section h2.text-white {
	color: var(--jv-orange);
}

section.promo-cta h2.md\:text-5xl {
	font-size: 35px;
}

section.promo-cta div.text-content {
	font-weight: var(--semi-bold);
}

section.promo-cta .grid .border-right-grey-3,
section.promo-cta .grid .border-right-white {
	border-right: none;
}

section.promo-cta.bg-grey-2 {
	background-color: var(--jv-grey-2);
}

.helpful-links-jv h4.text-white {
	color: var(--jv-orange);
}

.helpful-links-jv h4.text-\[24px\] {
	font-size: 26px;
}

.helpful-links-jv .lg\:text-\[48px\] {
	font-size: 35px;
}

.testimonial-component-jv .sm\:text-5xl {
	font-size: 26px;
}

.testimonial-component-jv .sm\:text-5xl.text-white {
	color: var(--jv-orange);
}

.testimonial-component-jv .sm\:text-5xl.text-blue {
	color: var(--jv-subsea-blue);
}

.testimonial-component-jv div.text-grey-5.text-base {
	color: var(--jv-slb-blue);
}

.featured-case-study-jv.lg\:py-\[136px\] {
	padding-top: 80px;
	padding-bottom: 80px;
} 

.featured-case-study-jv div p .text-grey-5 {
	color: var(--jv-slb-blue);
}

.featured-case-study-jv h3.text-white {
	color: var(--jv-orange);
}

#featured-highlights-2022 h3.font-extralight {
	font-weight: var(--heavy);
	font-size: 21px;
}

#featured-highlights-2022 img.w-16.pb-2 {
	width: 33px;
}

#featured-highlights-2022 > div > div {
	border: 0;
}

@media screen and (min-width: 834px) {
	#featured-highlights-2022 .sm\:grid-cols-12.sm\:gap-x-6 {
		column-gap: 40px;
	}

	#featured-highlights-2022 .sm\:pr-6 {
		padding: 0;
	}
}

.stats-overview-jv.bg-slb-blue {
	background-color: var(--jv-subsea-blue);
}

.stats-overview-jv.bg-slb-grey-1 {
	background-color: var(--jv-grey-0);
}

.stats-overview-jv.bg-slb-grey-2 {
	background-color: var(--jv-grey-1);
}

.stats-overview-jv .text-slb-white {
	color: var(--jv-orange);
	
}

.stats-overview-jv .text-slb-blue {
	color: var(--jv-subsea-blue)
	
}

.stats-overview-jv .text-slb-grey-5 {
	color: var(--jv-subsea-blue)
}

.stats-overview-jv h1.text-slb-blue {
	color: var(--jv-slb-blue);
}
.stats-overview-jv h1.text-slb-grey-5 {
	color: var(--jv-slb-blue);
}

.stats-overview-jv .border-solid {
	border: 0;
}

.stats-overview-jv .font-light {
	font-weight: var(--regular);
}

.stats-overview-jv .font-normal {
	font-weight: var(--semi-bold);
}

.stats-overview-jv .md\:pb-\[34px\] {
	padding-bottom: 0;
}

.stats-overview-jv .font-\[50\] {
	font-weight: var(--regular);
}

body .solutions-grid-text-title {
	font-weight: var(--heavy);
	text-transform: uppercase;
}

body .solutions-grid-container.bg-grey-2 .solutions-grid-text-title {
	color: var(--jv-slb-blue);
}

body .solutions-grid-container .solutions-grid-text-heading {
	font-weight: var(--semi-bold);
	font-size: 36px;
}

body .solutions-grid-container.bg-blue .solutions-grid-text-heading.text-white {
	color: var(--jv-orange);
}

body .solutions-grid-text-detail {
	font-weight: var(--semi-bold);
}

h3.solutions-card-initial-state-heading {
	font-weight: var(--semi-bold);
	font-size: 26px;
}

div.solutions-card-hover-state-summary-text {
	font-weight: var(--semi-bold);
}

.solutions-grid-container.bg-blue div.solutions-card-hover-state,
body section.solutions-homepage-block-container.bg-blue div.solutions-card-hover-state {
	border: 2px white solid;
	background-color: var(--jv-subsea-blue);
}

body section.solutions-homepage-block-container,
body section.solutions-homepage-block-container section.solutions-homepage-block-solution-carousel {
	background-color: var(--jv-grey-1);
}

body section.solutions-homepage-block-container section.solutions-homepage-block-solution-carousel {
	gap: 24px;
}

body section.solutions-homepage-block-container .solutions-homepage-solution-carousel-controls-and-indicator div.active-solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--jv-orange);
}

body section.solutions-homepage-block-container section.solutions-homepage-solution-carousel-controls-and-indicator {
	padding-top: 24px;
	border-top: 1px solid var(--jv-orange);
	background-color: var(--jv-grey-1);
}

body section.solutions-homepage-block-container div.solutions-homepage-block-title {
	font-weight: var(--heavy);
	text-transform: uppercase;
	color: var(--jv-slb-blue);
}

body section.solutions-homepage-block-container.bg-blue div.solutions-homepage-block-title {
	color: var(--jv-white);
}

body section.solutions-homepage-block-container section.solutions-homepage-block-upper-text-content {
	padding-bottom: 56px;
}

body section.solutions-homepage-block-container h2.solutions-homepage-block-heading { 
	font-size: 35px;
}

body section.solutions-homepage-block-container.bg-blue h2.solutions-homepage-block-heading {
	color: var(--jv-orange);
}

body section.solutions-homepage-block-container .solutions-homepage-block-heading, body section.solutions-homepage-block-container .solutions-homepage-block-sub-text {
	font-weight: var(--semi-bold);
}

body section.solutions-homepage-block-container div.solutions-homepage-block-top-inner-flex a,
div.case-studies-carousel-introductory-section-inner-flex {
	font-weight: var(--heavy);
}

body section.solutions-homepage-block-container div.solutions-homepage-block-top-inner-flex a:hover {
	color: var(--jv-grey-3);
}

body section.solutions-homepage-block-container div.solutions-homepage-solution-carousel-controls > span,
body section.solutions-homepage-block-container div.solutions-homepage-solution-carousel-indicator-dot {
	background-color: var(--jv-white);
}

body section.solutions-homepage-block-container section.solutions-homepage-solution-carousel-controls-and-indicator:has(.hide) {
	border-top: none;
}

a.solutions-card-white-container {
	box-shadow: none;
}

@media screen and (min-width: 834px) {
	body section.solutions-homepage-block-container section.solutions-homepage-solution-carousel-controls-and-indicator {
			padding-left: 0;
			padding-right: 0;
			margin-left: 56px;
			margin-right: 56px;
	}
}
@media screen and (min-width: 1194px) {
	body section.solutions-homepage-block-container section.solutions-homepage-solution-carousel-controls-and-indicator  {
			margin-left: 96px;
			margin-right: 96px;
	}
}
@media screen and (min-width: 1392px) {
body section.solutions-homepage-block-container section.solutions-homepage-solution-carousel-controls-and-indicator {
	margin-left: auto;
	margin-right: auto;
}
}

.news-highlights-jv.multi-col-news-highlight h2.heading-info,
.news-highlights-jv .news-highlights-section-title {
    font-size: 35px;
    font-weight: var(--semi-bold);
}

.news-highlights-jv.multi-col-news-highlight h2.heading-info {
    margin-bottom: 36px; 
}

.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item h3 {
    margin-bottom: 16px;
}

.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item .date {
    border-right-color: var(--jv-orange);
}

.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item .date,
.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item .type,
.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item h3 a {
    font-weight: var(--semi-bold);
}

.news-highlights-jv .news-highlight-gutter .news-highlight-date,
.news-highlights-jv .news-highlight-gutter .news-highlight-link-container,
.news-highlights-jv .news-highlight-detail {
    font-weight: var(--semi-bold);
}

.news-highlights-jv .text-blue {
    color: var(--jv-subsea-blue);
}

.news-highlights-jv .news-highlights-section-title.text-white {
    color: var(--jv-orange);
}

.news-highlights-jv .date.text-white,
.news-highlights-jv .news-highlight-date.text-white {
    color: var(--jv-grey-3);
}

.news-highlights-jv .type.text-white,
.news-highlights-jv .news-highlight-link-container.text-white {
    color: var(--jv-orange);
}

.news-highlights-jv .multi-col-news-highlight__wrapper .border-b {
	border-bottom-width: 0;
}
.news-highlights-jv .flex.flex-col a {
	font-weight: var(--heavy);
}

.news-highlights-jv.multi-col-news-highlight .multi-col-news-highlight__item h3 a {
	font-size: 16px;
}

.address-card-jv {
	height: 278px;
}

.address-card-jv .address-card-article-location-name {
	font-size: 21px;
	font-weight: var(--heavy);
	padding-bottom: 16px;
	color: var(--jv-subsea-blue);
}

.address-card-jv .address-card-article-location-address .address-card-article-location-name {
	font-size: 16px;
	font-weight: var(--semi-bold);
}

.address-card-jv .address-card-article-location-link-text,
.address-card-jv .address-card-article-region-link,
.address-card-jv .address-card-article-location-phone-number {
	font-weight: var(--heavy);
	gap: 16px;
	padding:0;
	height: 16px;
}

.address-card-jv .address-card-article-location-phone-number {
	margin-top: 16px;
}

.address-card-jv:hover {
	background-color: var(--jv-grey-2);
}

.address-card-jv .icon-font-phone-blue::before {
	color: var(--jv-slb-blue);
}

.text-text-full-width.bg-grey-1 .combo-two-rte {
	background-color: var(--jv-grey-0);
}

.text-text-full-width.bg-white .combo-two-rte {
	background-color: var(--jv-white);
}

.text-text-full-width.bg-blue .combo-two-rte {
	background-color: var(--jv-subsea-blue);
}

.text-text-full-width.bg-blue .combo-two-rte .columns > h3 {
	color: var(--jv-white);
}
	
.text-text-full-width.bg-blue .combo-two-rte .columns > p {
	color: var(--jv-white);
}



body .slide-show .slide-show__caption {
	color: var(--jv-subsea-blue);
	font-weight: var(--semi-bold);
	border-bottom-color: var(--jv-orange);
}

body .slide-show.bg-blue .slide-show__caption {
	color: var(--jv-white);
}

.statement-strip-jv {
	padding: 80px 0 80px 0;
}

.statement-strip-jv .statement-strip-logo {
	height: auto;
	width: auto;
}

.statement-strip-jv .statement-strip-logo {
	height: auto;
	width: auto;
}

.statement-strip-jv div.statement-strip-separator {
	display: none;
}

.statement-strip-jv .text-blue {
	color: var(--jv-subsea-blue);
}

.statement-strip-jv div.text-black {
	font-size: 26px;
}

body .tab-container .tab-nav {
	border-top-color: var(--jv-subsea-blue);
}

body .tab-container .tab-nav .tab > a {
	color: var(--jv-subsea-blue);
	font-weight: var(--heavy);
}

body .tab-container .tab-nav .tab.active {
	border-top-color: var(--jv-orange);
}

.image-image-combo-jv.bg-grey-1 .combo-two-images {
	background-color: var(--jv-grey-0);
}

.text-slideshow-combo-jv.bg-grey-1 .combo-slide-show-rte {
	background-color: var(--jv-grey-0);
}

.text-slideshow-combo-jv.bg-grey-1 .slide-show {
	background-color: var(--jv-grey-0);
}

.text-slideshow-combo-jv.bg-grey-1 .slide-show .owl-nav button {
  background-color: var(--jv-grey-1) !important;
}

.text-slideshow-combo-jv.bg-grey-1 .slide-show .owl-dots .owl-dot {
  background-color: var(--jv-grey-1);
}

.text-slideshow-combo-jv.bg-grey-1 .slide-show .owl-dots .owl-dot.active {
  background-color: var(--jv-orange);
}

.accordion-jv .accordion-heading {
	font-size: 35px;
	font-weight: var(--semi-bold);
	line-height: 40px;
}
.accordion-jv .desktop-h4 {
	line-height: 28px;
}
.accordion-jv .accordion-list {
	border-top-color: var(--jv-grey-3);
}
.accordion-jv .accordion-list {
	border-bottom-color: var(--jv-grey-3);
}
.accordion-jv .accordion-container .desktop-h4 {
	font-size: 20px;
	font-weight: var(--heavy);
}
.accordion-jv.accordion-cards h2.text-white,
.accordion-jv .accordion-cards h2.text-white {
    color: var(--jv-white);
}
.accordion-jv.accordion-cards .card-container .row .card a,
.accordion-jv .accordion-cards .card-container .row .card a,
.accordion-jv.accordion-cards .card-container .row .card h2,
.accordion-jv .accordion-cards .card-container .row .card h2,
.accordion-jv .accordion-container .desktop-h4 {
    font-size: 20px;
    font-weight: var(--heavy);
}
.accordion-jv .article-inner .article-text {
	margin-bottom: 24px;
}
.accordion-jv .article-inner .py-\[10px\] {
	padding-top: 0;
	padding-bottom: 0;
}
.accordion-jv .two-column.dotless {
	padding: 0;
}
.accordion-jv .icon-font-plus-white::before,
.accordion-jv .icon-font-minus-white .path2::before,
.accordion-jv .icon-font-minus-white .path1::before,
.accordion-jv .icon-font-plus-blue::before {
	color: var(--jv-orange);
}

.featured-solution-jv h2.sm\:text-\[48px\] {
	font-size: 29px;
}

.introduction-container .upper-text-content .heading {
	font-size: 35px;
}

.introduction-container .page-link.text-blue,
.introduction-container .page-link {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
	text-transform: uppercase;
}

.enlarge-img .image > button, 
.enlarge-img .enlarge-reveal > button {
	background-color: var(--jv-grey-0);
}

.product-specifications-full-width-jv .list-icons__wrap {
  padding: 80px 0 80px 0;
}

.product-specifications-full-width-jv .list-icons__wrap h3 {
  font-size: 26px;
}

.product-specifications-full-width-jv.bg-grey-1 .list-icons__wrap {
  background-color: var(--jv-grey-0);
}

.product-specifications-full-width-jv.bg-blue,
  .product-specifications-full-width-jv.bg-blue .list-icons__wrap .list-icons__item__desc {
  color: var(--jv-white);
}

.product-specifications-full-width-jv .list-icons__wrap .columns:last-of-type .list-icons {
	border-left-color: var(--jv-orange);
}

.product-specifications-full-width-jv .list-icons__wrap .columns:first-of-type .list-icons {
	border-right-color: var(--jv-orange);
}

.events-summary-jv h4.title {
	font-size: 26px;
}

.events-summary-jv p.speaker {
	font-size: 14px;
}

.events-summary-jv p.date {
	font-size: 16px;
}

.events-summary-jv .icon-font-calendar::before {
	color: var(--jv-slb-blue);
}

.rich-text-jv.bg-blue {
	color: var(--jv-white);
}

.rich-text-jv.bg-blue h1,
.rich-text-jv.bg-blue h2,
.rich-text-jv.bg-blue h3,
.rich-text-jv.bg-blue h4,
.rich-text-jv.bg-blue h5,
.rich-text-jv.bg-blue h6 {
	color: var(--jv-orange);
}

.rich-text-jv label {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
	margin-bottom: 24px;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}

.rich-text-jv.bg-blue label {
	color: var(--jv-white);
}

button.save-preference-btn-handler,
button#accept-recommended-btn-handler,
button#onetrust-accept-btn-handler:not(.cookie-setting-link) {
    background-color: var(--slb-deep-blue) !important;
    border: none !important;
    outline: none !important;
}
button.save-preference-btn-handler:hover,
button#accept-recommended-btn-handler:hover,
button#onetrust-accept-btn-handler:hover {
    background-color: var(--slb-deep-blue) !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    border: none !important;
    outline: none !important;
}
#ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active,
#ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active {
    color: var(--slb-deep-blue) !important;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
    background-color: var(--slb-grey-1) !important;
    border-color: var(--slb-deep-blue) !important;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
    background-color: var(--slb-deep-blue) !important;
    border-color: var(--slb-deep-blue) !important;
}

.jv-mega-products-carousel .case-studies-carousel-text-title {
	font-weight: var(--heavy);
	color: var(--jv-slb-blue);
	text-transform: uppercase;
}

.jv-mega-products-carousel.bg-grey-1 article.case-studies-card-container,
.jv-mega-products-carousel.bg-grey-1 article.case-studies-card-container section.case-studies-card-content {
	background-color: var(--jv-grey-0);
}

section.case-studies-carousel-container.jv-mega-products-carousel.bg-white,
section.case-studies-carousel-container.jv-mega-products-carousel.bg-white article.case-studies-card-container,
section.case-studies-carousel-container.jv-mega-products-carousel.bg-white article.case-studies-card-container section.case-studies-card-content {
	background-color: var(--jv-white);
}

.jv-mega-products-carousel div.case-studies-carousel-article-strip-inner-slider {
		column-gap: 77px;
}

.jv-mega-products-carousel .case-studies-carousel-controls-and-indicator {
	padding-top: 24px;
	border-top: 1px solid var(--jv-orange);
}

.jv-mega-products-carousel .case-studies-card-description {
	font-weight: var(--semi-bold);
}

.jv-mega-products-carousel section.case-studies-card-content {
	padding-left: 0;
	padding-right: 0;
	height: 168px;
	padding-top: 32px;
}

.jv-mega-products-carousel article.case-studies-card-container > img {
	height: 355px;
}

.jv-mega-products-carousel div.case-studies-carousel-controls > span,
.jv-mega-products-carousel div.case-studies-carousel-indicator-dot {
	background-color: var(--jv-grey-1);
}

.jv-mega-products-carousel div.active-case-studies-carousel-indicator-dot {
	background-color: var(--jv-orange);
}

.jv-mega-products-carousel section.case-studies-carousel-article-strip-section {
	margin-bottom: 24px;
}

.case-studies-carousel-container .case-studies-carousel-introductory-section-inner-flex a,
.case-studies-carousel-container .case-studies-card-content a {
	font-weight: var(--heavy);
}

.jv-case-studies-carousel.bg-blue.case-studies-carousel-container .case-studies-carousel-introductory-section-inner-flex a:hover {
	color: var(--jv-grey-3);
}

.jv-mega-products-carousel.case-studies-carousel-container .case-studies-card-content a {
	padding-left: 0;
}

.jv-mega-products-carousel .case-studies-card-title {
	color: var(--jv-subsea-blue);
	font-size: 29px;
	font-weight: var(--semi-bold);
	margin-bottom: 0;
}

/* case studies */

section.case-studies-carousel-container.jv-case-studies-carousel.bg-white {
	background-color: var(--jv-white);
}

section.case-studies-carousel-container.jv-case-studies-carousel.bg-blue {
	background-color: var(--jv-subsea-blue);
}

.jv-case-studies-carousel section.case-studies-carousel-introductory-section {
	margin-bottom: 56px;
}

.jv-case-studies-carousel .case-studies-carousel-text-title {
	font-weight: var(--heavy);
	color: var(--jv-slb-blue);
	text-transform: uppercase;
}

.jv-case-studies-carousel.bg-blue .case-studies-carousel-text-title {
	color: var(--jv-white);
}

.jv-case-studies-carousel .case-studies-carousel-text-heading {
	font-size: 35px;
	font-weight: var(--semi-bold);
}

section.case-studies-carousel-container.jv-case-studies-carousel.bg-blue .case-studies-carousel-text-heading {
	color: var(--jv-orange);
}

.jv-case-studies-carousel.bg-blue.case-studies-carousel-container .case-studies-carousel-introductory-section-inner-flex a {
	color: var(--jv-white);
}

section.case-studies-carousel-container.jv-case-studies-carousel.bg-white a.case-studies-card-container,
section.case-studies-carousel-container.jv-case-studies-carousel.bg-white a.case-studies-card-container section.case-studies-card-content {
	background-color: var(--jv-grey-0);
}

body section.jv-case-studies-carousel section.case-studies-carousel-controls-and-indicator:has(.hide) {
	border-top: none;
}

.jv-case-studies-carousel a.case-studies-card-container > img {
	height: 391px;
}

.jv-case-studies-carousel section.case-studies-card-content {
	height: 195px;
}

.jv-case-studies-carousel .case-studies-card-title {
	text-transform: uppercase;
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
}

.jv-case-studies-carousel .case-studies-card-description {
	font-size: 16px;

}

.jv-case-studies-carousel section.case-studies-card-content a {
	padding: 0;
}

.jv-case-studies-carousel .case-studies-carousel-controls-and-indicator {
	padding-top: 24px;
	border-top: 1px solid var(--jv-orange);
}

.jv-case-studies-carousel .case-studies-card-description {
	font-weight: var(--semi-bold);
}

.jv-case-studies-carousel div.case-studies-carousel-controls > span,
.jv-case-studies-carousel div.case-studies-carousel-indicator-dot {
	background-color: var(--jv-grey-1);
}

.jv-case-studies-carousel div.active-case-studies-carousel-indicator-dot {
	background-color: var(--jv-orange);
}

.jv-case-studies-carousel section.case-studies-carousel-article-strip-section {
	margin-bottom: 48px;
}

.subscription-overlay-open-jv .accent-slb-blue {
	accent-color: var(--jv-subsea-blue)
}

.subscription-overlay-open-jv h2.heading, 
.subscription-overlay-open-jv span.asterix-color, 
.subscription-overlay-open-jv span.error-message {
	color: var(--jv-orange);
}


.subscription-overlay-open-jv > div.mx-\[48px\] {
	margin-left: 0;
	margin-right: 0;
}

.subscription-overlay-open-jv .jv-popup-email-id-textbox {
	font-size: 16px;
	font-weight: var(--semi-bold);
	color: var(--jv-subsea-blue);
	padding: 13px 16px;
}

.subscription-overlay-open-jv select#affiliationFilter {
	font-weight: var(--semi-bold);
}

.subscription-overlay-open-jv #divCaptchaError #spanPasswordErrorMsg {
	color: var(--jv-orange);
	font-size: 14px;
}

@media screen and (min-width: 834px) {
	/* .subscription-overlay-open-jv > div.md\:col-start-4 {
		grid-column-start: 4;
	} */

	.subscription-overlay-open-jv > div.mx-\[48px\] {
		margin-left: 48px;
		margin-right: 48px;
	}
}

.promo-card-list-container-jv .section-label {
	font-weight: var(--heavy);
	color: var(--jv-slb-blue);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.promo-card-list-container-jv.bg-blue .section-label {
	color: var(--jv-white)
}

.promo-card-list-container-jv .promo-card-two-cards-container-title,
.promo-card-list-container-jv .promo-card-three-cards-container-title, 
.promo-card-list-container-jv .title {
	font-weight: var(--semi-bold);
	font-size: 35px;
	margin-bottom: 48px;
}

.promo-card-list-container-jv.bg-blue .promo-card-two-cards-container-title,
.promo-card-list-container-jv.bg-blue .promo-card-three-cards-container-title,
.promo-card-list-container-jv.bg-blue .title {
	color: var(--jv-orange);
}

.promo-card-list-container-jv div.promo-card-two-cards-strip-item-no-hover-state > div.promo-card-two-cards-strip-item-no-hover-state-text-flex-wrapper > div.promo-card-two-cards-strip-item-no-hover-state-title, 
.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup > div.promo-card-two-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-two-cards-strip-item-on-hover-slideup-title,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-no-hover-state > div.promo-card-three-cards-strip-item-no-hover-state-text-flex-wrapper > div.promo-card-three-cards-strip-item-no-hover-state-title, 
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup > div.promo-card-three-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-three-cards-strip-item-on-hover-slideup-title,
.promo-card-list-container-jv .heading {
	font-weight: var(--heavy);
	line-height: 23px;
	margin-bottom: 8px;
	color: var(--jv-subsea-blue);
}

.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup > div.promo-card-two-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-two-cards-strip-item-on-hover-slideup-title,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup > div.promo-card-three-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-three-cards-strip-item-on-hover-slideup-title { 
	color: var(--jv-white);
}

.promo-card-list-container-jv div.promo-card-two-cards-strip-item-no-hover-state > div.promo-card-two-cards-strip-item-no-hover-state-text-flex-wrapper > div.promo-card-two-cards-strip-item-no-hover-state-detail-text, 
.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup > div.promo-card-two-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-two-cards-strip-item-on-hover-slideup-text-snippet,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-no-hover-state > div.promo-card-three-cards-strip-item-no-hover-state-text-flex-wrapper > div.promo-card-three-cards-strip-item-no-hover-state-detail-text, 
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup > div.promo-card-three-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-three-cards-strip-item-on-hover-slideup-text-snippet {
	font-weight: var(--semi-bold);
	color: var(--jv-subsea-blue);
}

.promo-card-list-container-jv .promo-card .text,
.promo-card-list-container-jv .promo-card .hover-text {
	font-size: 14px;
	line-height: 22px;
	font-weight: var(--semi-bold);
	color: var(--jv-subsea-blue);
}

.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup > div.promo-card-two-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-two-cards-strip-item-on-hover-slideup-text-snippet,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup > div.promo-card-three-cards-strip-item-on-hover-slideup-text-flex-wrapper > div.promo-card-three-cards-strip-item-on-hover-slideup-text-snippet, 
.promo-card-list-container-jv .promo-card .hover-text {
	color: var(--jv-white);
}

.promo-card-list-container-jv div.promo-card-two-cards-strip-item-no-hover-state a,
.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup a,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-no-hover-state a,
.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup a {
	font-weight: var(--heavy) !important;
}

.promo-card-list-container-jv div.promo-card-three-cards-strip-item-on-hover-slideup a:hover ,
.promo-card-list-container-jv div.promo-card-two-cards-strip-item-on-hover-slideup a:hover {
	color: var(--jv-grey-3);
}

.promo-card-list-container-jv.bg-white div.promo-card-two-cards-strip-item-no-hover-state,
.promo-card-list-container-jv.bg-white div.promo-card-three-cards-strip-item-no-hover-state {
	background-color: var(--jv-grey-0);
}

@media screen and (min-width: 1194px) {
	.accordion-jv .sfop-accordion-container {
		padding: 84px 120px;
	}    
}

@media screen and (min-width: 1392px) {
	body section.solutions-grid-introductory-section {
		margin-bottom: 64px;
	}
	
	.statement-strip-jv {
		padding: 120px 0 40px 0;
	}
}


@media screen and (min-width: 1392px) { 
	.promotion-cta-subscribe-jv .sm\:col-start-1.px-6 {
		padding-left: 0;
		padding-right: 0;
	}
}

.promotion-cta-subscribe-jv .jv-email-textbox {
	font-size: 16px;
	font-weight: var(--semi-bold);
	padding: 13px 16px;
}

.promotion-cta-subscribe-jv .jv-email-textbox #placeholder {
	color: var(--jv-grey-5);
}

.video-banner-jv .icon-font-close-blue::before,
.video-banner-jv .icon-font-video-play::before {
    color: var(--jv-orange);
}

.video-banner-jv span.video-banner-get-in-touch-link-label {
    font-weight: var(--heavy);
}

.video-banner-jv .vjs-play-progress,
.video-banner-jv .vjs-volume-level {
    background-color: var(--jv-orange) !important;
}

.video-banner-jv .video-banner-play-button {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 0%,  var(--jv-grey-2) 0%);
}

.video-banner-jv .video-banner-close-video-button {
    background-color: var(--jv-grey-2);
}

.video-banner-jv .video-banner-static-loop img {
	display: block;
}

.video-banner-jv .video-banner-bottom-spacer {
	background-color: var(--jv-grey-0);
}

.video-banner-jv + script + .jv-full-bleed-combo {
	border-top: none;
}

.jv-history-carousel .lg\:text-\[48px\] {
	font-size: 35px;
	font-weight: var(--semi-bold);
	line-height: 40px;
	color: var(--jv-subsea-blue);
}
.jv-history-carousel .md\:text-\[24px\] {
	font-size: 26px;
	font-weight: var(--semi-bold);
	line-height: 34px;
}
.jv-history-carousel .selection {
	background-color: var(--jv-orange);
}
.jv-history-carousel .text-blue {
	color: var(--jv-orange);
}

.jv-history-carousel .history-carousel-items .lg\:h-\[826px\],
.jv-history-carousel .history-carousel-items .sm\:h-\[748px\],
.jv-history-carousel .history-carousel-items .h-\[682px\] {
	height: auto;
}

.jv-full-bleed-combo .jv-section-label,
.jv-introduction .jv-section-label {
	font-weight: var(--heavy);
	color: var(--jv-slb-blue);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.jv-full-bleed-combo.border-y-grey-2,
.jv-full-bleed-combo.bg-white.border-y-grey-2 {
	border-top: none;
	border-bottom: none;
}

.jv-full-bleed-combo h2.md\:text-\[48px\] {
	font-size: 35px;
}

.jv-full-bleed-combo img.object-cover {
	object-fit: contain;
}

@media screen and (min-width: 1392px) { 

	.jv-full-bleed-combo img.left-0 {
		padding-left: 48px;
	}

	.jv-full-bleed-combo img.right-0 {
		padding-right: 48px;
	}

}

body .rte-tables p strong {
    font-weight: var(--heavy);
}

.promo-cta {
    margin-top: 0;
    margin-bottom: 0;
}

.jv-image-full-width-caption.overflow-img .img-desc {	
	border-bottom-color: var(--jv-orange);
	font-weight: var(--semi-bold);	
	color: var(--jv-subsea-blue);	
  font-size: 16px;
}

.insights-promo-jv .bg-blue {
	color: var(--jv-white);
}

.insights-promo-jv .bg-blue .section-label {
	color: var(--jv-orange);
}

div.location-landing-page-heading-text {
	font-weight: var(--semi-bold);
	font-size: 29px;
}

div.location-landing-page-sub-text {
	font-weight: var(--semi-bold);
}

div.location-landing-page-filters-area-filter-item > label {
	font-weight: var(--semi-bold);
	opacity: 1;
}

div.location-landing-page-filters-area-filter-item > select {
	border-color: var(--jv-grey-3);
}

hr.location-landing-page-filter-and-cards-area-seperator {
	border-color: var(--jv-orange);
	background-color: var(--jv-orange);
}




@media screen and (min-width: 834px) {
    .video-banner-jv a.video-banner-get-in-touch-link {  
        max-width: max-content;
        gap: 16px;
    }    
}

@media screen and (min-width: 1440px) {
    .video-banner-jv h1.video-banner-content-text {
        font-size: 90px;
        line-height: 100px;
        font-weight: var(--semi-bold);
    }
}

/* buttons */
a.hover\:bg-\[var\(--slb-white\)\]:hover {
	background-color: var(--jv-grey-3);
	border-color: var(--jv-grey-3);
}

a.bg-\[var\(--slb-white\)\].hover\:bg-\[var\(--slb-blue\)\]:hover {
	background-color: var(--jv-grey-3);
}

a.hover\:text-\[var\(--slb-deep-blue\)\]:hover {
	color: var(--jv-grey-5);
}

button.font-medium,
a.font-medium {
	font-weight: var(--heavy);
}

a.font-medium.gap-x-6 {
	gap: 16px;
}

a.font-medium.gap-x-6.px-\[30px\].py-\[13px\]:hover {
	gap: 20px;
	padding-right: 16px;
	transition: all 0.3s ease;
}

a.font-medium.gap-x-6:focus-visible {
	border: 2px solid var(--jv-orange);
	outline: unset;
}

/* .promo-cta.bg-blue a.hover\:bg-\[var\(--slb-deep-blue\)\]:hover {
	background-color: var(--jv-grey-3);
	color: var(--jv-subsea-blue);
} */

.promo-cta.bg-blue a:hover {
	background-color: var(--jv-grey-3);
	color: var(--jv-subsea-blue);
}

.promo-cta.bg-grey-1 a, .promo-cta.bg-grey-2 a {
	background-color: transparent;
	border: 2px solid var(--jv-subsea-blue);
	color: var(--jv-subsea-blue) !important;
}

.promo-cta.bg-grey-1 a:hover, .promo-cta.bg-grey-2 a:hover {
	background-color: var(--jv-subsea-blue);
	color: var(--jv-white) !important;
}

.promo-cta h2.lg\:text-5xl {
	font-size: 35px;
}

a.font-medium.px-\[30px\].py-\[13px\] {
	padding: 17px 20px;
}

a.jv-subscribe-button.font-medium:hover {
	color: var(--jv-subsea-blue);
}

.callout .title {
	font-weight: var(--heavy);
}

.callout .desc {
	font-weight: var(--semi-bold);
}

.callout a.btn, .callout .block-btn {
	font-weight: var(--heavy) !important;
}

.callout:hover {
	background-color: var(--jv-white);
	border: 2px solid var(--jv-subsea-blue);
}

.callout:hover .title {
	color: var(--jv-subsea-blue);
}

.callout:hover .desc {
	color: var(--jv-subsea-blue);
}

.callout:hover a.btn, .callout:hover .block-btn {
	color: var(--jv-subsea-blue);
}

.callout.callout__gray-variant {
	background-color: var(--jv-grey-0);
}

.callout.callout__gray-variant .desc {
	color: var(--jv-subsea-blue);
}

.callout.callout__gray-variant:hover {
	border: 0;
	background-color: var(--jv-grey-1);
}

.callout.callout__gray-variant:hover a.btn,
.callout.callout__gray-variant:hover .block-btn {
	background-color: var(--jv-grey-1);
}

/* case studies page */
body div.case-study-page-container {
	background-color: var(--jv-grey-nav);
}

body div.case-study-page-container .bg-white, 
body div.case-study-page-container .bg-slb-white {
	background-color: var(--jv-grey-nav);
}

@media screen and (min-width: 1194px) {
	body div.case-study-page-container .bg-grey-1.relative .grid div.md\:col-start-6 {
		grid-column-start: 7;
	}
}

.js-sticky-list a.border-left-blue-thick {
	border-color: var(--jv-orange);
	font-weight: var(--heavy);
	color: var(--jv-subsea-blue);
}

.js-sticky-list a.border-left-grey-2 {
	border-color: var(--jv-subsea-blue);
}

.js-sticky-list a.border-left-grey-2:hover {
	color: var(--jv-subsea-blue);
}

.middle-content .border-bottom-grey-2 {
	border-bottom: 2px solid var(--jv-orange);
}

.middle-content-section .stats-overview-jv .md\:py-\[120px\] {
	padding-bottom: 0;
	padding-top: 80px;
}

.middle-content-section .stats-overview-jv h1.md\:text-\[96px\] {
	font-size: 76px;
}

.middle-content-section .rich-text-jv .rich-text-padding {
	padding-top: 8px;
}

/* coveo */

div.CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
	color: var(--jv-orange);
}
div.CoveoFacet .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
	fill: var(--jv-orange);
}
div.CoveoFacet .coveo-facet-header-eraser.coveo-accessible-button.coveo-facet-header-eraser-visible {
	color: var(--jv-orange);
}
.coveo-facet-breadcrumb-value.coveo-selected svg, .coveo-facet-slider-breadcrumb-value.coveo-selected svg {
	color: var(--jv-orange) !important;
}
.coveo-facet-value.coveo-with-hover:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
	color: var(--jv-orange);
}
div.CoveoSearchbox .CoveoSearchButton.coveo-accessible-button {
	background-color: transparent !important;
	border-left: 1px solid #7e8c9a;
	color: var(--slb-blue) !important;
}
div.CoveoSearchbox .CoveoSearchButton.coveo-accessible-button:hover {
	color: var(--slb-white) !important;
	background-color: var(--jv-subsea-blue) !important;
}
div.coveo-list-layout.CoveoResult .thumb__title__tags span:first-child {
	color: var(--jv-slb-blue);
	text-transform: uppercase;
	font-weight: var(--heavy);
	line-height: 16px;
}
div.CoveoFacet .coveo-facet-header-title {
	font-weight: var(--heavy);
}
.coveo-facet-header-wait-animation .coveo-facet-header-wait-animation-svg {
	color: var(--jv-orange) !important;
}
div.CoveoFacet .coveo-facet-value.coveo-with-hover:hover .coveo-facet-value-checkbox svg .coveo-hook-svg , div.CoveoFacet .coveo-facet-value.coveo-with-hover.coveo-focused .coveo-facet-value-checkbox svg .coveo-hook-svg {
	fill: var(--jv-orange) !important;
}
.coveo-facet-breadcrumb-value.coveo-selected svg *, .coveo-facet-slider-breadcrumb-value.coveo-selected svg * {
	color: var(--jv-orange);
}
div.CoveoFacet .coveo-facet-more-icon svg, div.CoveoFacet .coveo-facet-less-icon svg {
	color: var(--jv-grey-5);
}
div.CoveoFacet .coveo-facet-header-settings.coveo-accessible-button {
	color: var(--jv-grey-5);
}
.coveo-facet-settings-more-svg g path:nth-child(2) {
	display: none;
}
.CoveoSearchbox .magic-box .magic-box-input > input::placeholder {
	color: var(--jv-grey-5);
}
.CoveoSearchbox .magic-box {
	border: thin solid var(--jv-grey-3);
}
div.CoveoSearchbox .CoveoSearchButton.coveo-accessible-button {
	border: 2px solid var(--jv-subsea-blue);
}
div.CoveoBreadcrumb .coveo-facet-breadcrumb-title {
	font-size: 16px;
	font-weight: var(--semi-bold);
	color: var(--jv-subsea-blue);
}
div.CoveoBreadcrumb .coveo-facet-breadcrumb-caption, div.CoveoBreadcrumb .coveo-breadcrumb-clear-all.coveo-accessible-button, div.CoveoBreadcrumb .coveo-facet-breadcrumb-values  {
	font-size: 16px;
}
.coveo-facet-breadcrumb-clear svg, .coveo-facet-slider-breadcrumb-clear svg {
	width: 12px !important;
	height: 12px !important;
}
span.CoveoQuerySummary, span.CoveoQuerySummary span span.coveo-highlight {
	font-size: 16px;
	font-weight: var(--semi-bold);
	line-height: 24px;
}
div.coveo-sort-container .CoveoSort.coveo-selected, div.coveo-sort-container .CoveoSort.coveo-selected:hover, div.coveo-sort-container .CoveoSort {
	font-size: 16px;
	font-weight: var(--semi-bold);
	line-height: 24px;
	padding-left: 0;
}
.coveo-sort-icon-descending-svg {
	color: var(--jv-subsea-blue) !important;
	width: 16px !important;
	height: 10px !important;
}
div.coveo-list-layout.CoveoResult {
	padding-left: 0 !important;
}
div.coveo-list-layout.CoveoResult .thumb__title {
	font-size: 20px;
	font-weight: var(--semi-bold);
	line-height: 28px;
}
div.coveo-list-layout.CoveoResult .thumb__desc {
	font-weight: var(--semi-bold);
	color: var(--jv-subsea-blue);
}
div.CoveoPager .coveo-pager-next-icon-svg, div.CoveoPager .coveo-pager-previous-icon-svg {
	color: var(--jv-orange);
}

div.coveo-card-layout.CoveoResult .heading {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
	text-transform: uppercase;
}

div.coveo-card-layout.CoveoResult .text {
	font-size: 16px;
	font-weight: var(--semi-bold);
}

div.coveo-card-layout.CoveoResult .hover-text {
	font-weight: var(--semi-bold);
}

div.CoveoSearchbox .CoveoSearchButton .coveo-search-button::before {
	font-weight: var(--heavy);
}

span.coveo-facet-value-caption,
span.coveo-facet-value-count {
	font-weight: var(--semi-bold);
}

div.CoveoFacet .coveo-facet-value .coveo-facet-value-checkbox,
div.CoveoSearchbox .magic-box {
	border-color: var(--jv-grey-3);
}

.sitemap a {
	color: var(--jv-grey-5) !important;
}

div.account, div.account.join, div.account.subpage {
	padding-top: 72px;
}

div.account p.top-content-text {
	font-weight: var(--semi-bold);
	font-size: 35px;
	line-height: 40px;
	padding: 0;
}

div.account .field-wrapper.text-field p {
	font-weight: var(--semi-bold);
}

div.account .field-wrapper label {
	font-weight: var(--semi-bold);
	font-size: 16px;
	color: var(--jv-subsea-blue);
}

div.account .field-wrapper select, 
div.account .field-wrapper input[type=text], 
div.account .field-wrapper input[type=tel], 
div.account .field-wrapper input[type=email],
div.account .field-wrapper textarea {
	border-color: var(--jv-grey-3);
}

div.account .field-wrapper label.field-title {
	font-weight: var(--semi-bold);
}

div.account .text-required > label:first-child:after {
	color: var(--jv-orange);
}

div.account .large::after {
	border-bottom-color: var(--jv-orange);
}

div.account .field-wrapper input[type=submit] {
	font-weight: var(--heavy);
	padding: 17px 60px 17px 20px;
	background-color: transparent;
	border: 2px solid var(--jv-subsea-blue);
	color: var(--jv-subsea-blue) !important;
}

div.account form.contact-form .field-wrapper:hover input[type=submit] {
	background-color: var(--jv-subsea-blue);
	color: var(--jv-white) !important;
}

.sharethis-inline-share-buttons .st-btn {
	background-color: var(--jv-orange) !important;
}

.share-container .icon-font-close-blue::before  {
	color: var(--jv-orange);
}

.share-container.bg-slb-blue {
	background-color: var(--jv-subsea-blue) !important;
}

.share-container .icon-font-close-white::before {
	color: var(--jv-orange) !important;
}

.share-container .share-modal-title  {
	color: var(--jv-orange) !important;
	font-size:  40px !important;
	line-height: 45px !important;
}

.sharethis-inline-share-buttons a:hover {
	background-color: var(--jv-grey-3) !important;
	color: var(--jv-blue) !important;
}

.sharethis-inline-share-buttons a span::before {
	color: var(--jv-blue) !important;
}

@media screen and (min-width: 834px) {
	.share-container .share-modal-title  {
		font-size: 46px !important;
		line-height: 48px !important;
	}
}

.helpful-links-jv section div {
	border: none;
}
body .helpful-links-jv.bg-grey-2 a.text-blue,
body .helpful-links-jv.bg-grey-1 a.text-blue,
body .helpful-links-jv.bg-white a.text-blue {
	color: var(--jv-subsea-blue);
}
body .helpful-links-jv.bg-grey-2 a.text-blue:hover,
body .helpful-links-jv.bg-grey-1 a.text-blue:hover,
body .helpful-links-jv.bg-white a.text-blue:hover {
	color: var(--jv-grey-5);
}

.introduction-container.bg-blue {
	padding-top: 80px;
}
.introduction-container.bg-blue h2 {
	display: none;
}
.promotion-cta-subscribe-jv input.jv-email-textbox::placeholder {
	color: var(--jv-subsea-blue) !important;
}
.root-container:not(.case-study-page-container) section.bg-grey-1.relative .grid.grid-cols-4.gap-x-4.px-6.py-20.h-full {
	padding-bottom: 0;
}
.introduction-container .upper-text-content .page-link.text-blue:hover {
	color: var(--jv-slb-blue);
}

.account .field-wrapper.half-width.text-required {
	padding-bottom: 15px;
}
.account .half-width.text-required input.input-validation-error {
	margin-bottom: 10px;
}
.hover\:no-underline:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}
.subscription-overlay-open-jv .col-span-full .gap-y-\[50px\] {
	row-gap: 25px;
}
.subscription-overlay-open-jv .jv-popup-email-id-textbox {
	border: none;
}
.subscription-overlay-open-jv .col-span-full .gap-y-\[50px\] .items-start.gap-y-4 {
	row-gap: 0.5rem;
}
.subscription-overlay-open-jv .col-span-full .gap-y-\[50px\] .items-start.gap-y-4 .w-full.bg-white.h-\[1px\].my-2 {
	margin: 0;
}
.subscription-overlay-open-jv .col-span-full .gap-y-\[50px\] .items-start .gap-y-2.pb-4 {
	row-gap: 0.5rem;
	padding-bottom: 0.75rem;
}
.rte-tables p sub {
	line-height: 13px;
}

nav.js-desktop-global-nav div.js-menu-grid div.grid div.col-span-3:not(:has(ul)) {
	border-right: none;
}
/* The following css only applicable for firebox browser */
nav.js-desktop-global-nav div.js-menu-grid div.grid div.col-span-3:-moz-only-whitespace {
	border-right: none;
}

nav.js-desktop-global-nav div.js-menu-grid[data-menu-id="mega-menu-1-2"] ul.col-span-6 {
	padding-right: 24px;
	padding-left: 24px;
	margin-left: -24px;
	border-left: 1px solid var(--jv-grey-3);
}

nav.js-mobile-global-nav .js-dropdown-list.bg-slb-white {
	background-color: var(--jv-grey-0);
}
nav.js-mobile-global-nav .js-search-input-mobile {
	background-color: var(--jv-grey-0);
}
nav.js-mobile-global-nav .icon-font-search-white:before {
	color: var(--jv-subsea-blue) !important;
}
nav.js-mobile-global-nav .js-search-input-mobile + .js-input-arrow:before {
	color: var(--jv-orange);
}

nav.js-desktop-global-nav div.js-menu-grid div.grid div.col-span-3:not(:has(ul)) {
	border-right: none;
}
/* The following css only applicable for firebox browser */
nav.js-desktop-global-nav div.js-menu-grid div.grid div.col-span-3:-moz-only-whitespace {
	border-right: none;
}

.js-desktop-global-nav a:focus-visible { 	
	border: 2px solid var(--jv-orange); 	
	outline: unset; 
}

.js-dropdown-list[data-dropdown-id='dropdown-list-search-mobile'] div:nth-child(2),
.js-dropdown-list[data-dropdown-id='dropdown-list-search-mobile'] div:nth-child(3) {
	display: none;
}
.CoveoSearchbox .magic-box .magic-box-input > input {
	color: var(--jv-grey-5) !important;
    font-weight: var(--semi-bold);
}
#popular-search {
    display: none;
}

 @media screen and (min-width: 375px) {
	div.CoveoSearchbox .CoveoSearchButton .coveo-search-button::before {
		bottom: 0px;
	}
}
@media screen and (min-width: 833px) {
	div.CoveoSearchbox .CoveoSearchButton .coveo-search-button::before {
		bottom: 3px;
	}
}

.premium-label .icon-font-star-white::before {
	color: var(--jv-orange);
}

.premium-info span, .premium-label span {
	font-weight: var(--semi-bold);
}

.abstract-premium a {
	color: var(--jv-white);
}

/* insights / magazine */
.magazine-article-hero-container .magazine-white-block.bg-white.border-slb-aqua-blue {
	border-color: var(--jv-orange);
	background-color: var(--jv-grey-0);
}

.magazine-article-hero-container .magazine-article-hero-content-island {
	background: linear-gradient(
	  var(--jv-orange),
	  var(--jv-orange) 10px,
	  var(--jv-white) 10px
	);
}

@media screen and (min-width: 834px) {
	.magazine-article-hero-container .magazine-article-hero-content-island {
		background: none;
	}
}

section.magazine-article-hero-container div img {
	background-color: var(--jv-grey-0);
}

.magazine-article-hero-container .magazine-article-hero-content-island-title {
	font-size: 46px;
	font-weight: var(--semi-bold);
	line-height: 48px;
	margin-bottom: 50px;
	color: var(--jv-subsea-blue);
}
.magazine-article-hero-container .magazine-article-hero-content-island-author-names-container,
.magazine-article-hero-container .magazine-article-hero-content-island-author-names-container a {
	font-weight: var(--semi-bold);
	line-height: 22px;
	color: var(--jv-subsea-blue);
}
.magazine-article-hero-container .magazine-article-hero-content-island-summary-text {
	font-weight: var(--semi-bold);
	line-height: 24px;
	color: var(--jv-subsea-blue);
}
div.magazine-article-hero-content-island-read-time-container > span, 
div.magazine-article-hero-content-island-location-container > span, 
div.magazine-article-hero-content-island-topic-tag-container > span {
	font-weight: var(--semi-bold) !important;
	line-height: 22px;
	color: var(--jv-subsea-blue);
}
div.magazine-article-hero-content-island-read-time-container > span.icon-font-clock:before,
div.magazine-article-hero-content-island-location-container > span.icon-font-location-grey:before,
div.magazine-article-hero-content-island-topic-tag-container > span.icon-font-folder-grey:before {
	color: var(--jv-subsea-blue);
}
div.magazine-article-hero-content-island-read-time-container > span.icon-font-clock:before {
	top: -4px;
}

.magazine-category-hero-container .magazine-white-block.bg-white.border-slb-aqua-blue {
	border-color: var(--jv-orange);
	background-color: var(--jv-grey-0);
}

.magazine-category-hero-container .magazine-category-hero-grid-container div div.text-\[32px\] {
	font-size: 46px;
	font-weight: var(--semi-bold);
	line-height: 48px;
	margin-bottom: 50px;
	color: var(--jv-subsea-blue);
}

.magazine-category-hero-container .magazine-category-hero-grid-container div div span.text-base {
	font-weight: var(--semi-bold);
    line-height: 24px;
    color: var(--jv-subsea-blue);
}


.magazine-category-hero-container .magazine-category-hero-content-island  {
		border-top-color: var(--jv-orange);
}

#magazine-summary label {
	font-weight: var(--heavy);
}

#magazine-summary h2.md\:text-\[48px\] {
	font-size: 35px;
}

#magazine-summary .sm\:grid-cols-12.lg\:pb-20 {
	padding-bottom: 80px;
}

#magazine-summary p.text-slb-grey-5 {
	color: var(--jv-subsea-blue);
}

#magazine-summary .sm\:col-end-13 a {
	color: var(--jv-subsea-blue);
}

#magazine-summary .sm\:col-end-13 .mt-6 {
	margin-top: 0;
}

#magazine-summary .sm\:col-end-13 a:hover {
	color: var(--jv-grey-5);
}

#magazine-summary ul.sm\:grid-cols-12.sm\:grid {
	border-bottom: 1px solid var(--jv-orange);
	padding-bottom: 16px;
}

#magazine-card.magazine-card {
	border: 0;
}

#magazine-card.magazine-card .bottom-content label {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
}

.magazine-card .bottom-content span.text-slb-grey-5 {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
}

.magazine-card .bottom-content h4 {
	font-weight: var(--heavy);
	font-size: 18px;
	line-height: 24px;
	color: var(--jv-subsea-blue);
}

.magazine-card .bottom-content.bg-white {
	background-color: var(--jv-grey-0);
}


.magazine-card.bg-white {
	background-color: var(--jv-grey-0);
}

.magazine-card #author-block span,
.magazine-card #author-block div {
	color: var(--jv-subsea-blue);
}

#magazine-summary.bg-slb-grey-1,
#magazine-summary .bg-slb-grey-1 {
	background-color: var(--jv-grey-0);
}

.icon-font-arrow-right-aqua-blue:before {
	color: var(--jv-orange);
}

.group:hover .group-hover\:before\:text-slb-white.icon-font-arrow-right-aqua-blue::before {
	color: var(--jv-orange);
}

#magazine-summary.bg-slb-deep-blue,
#magazine-summary .bg-slb-deep-blue {
	background-color: var(--jv-subsea-blue);
}

#magazine-summary.bg-slb-deep-blue label {
	color: var(--jv-white);
}

#magazine-summary.bg-slb-deep-blue .sm\:col-end-13 a {
	color: var(--jv-white);
}

#magazine-summary.bg-slb-deep-blue .sm\:col-end-13 a:hover {
	color: var(--jv-grey-3);
}

#magazine-summary.bg-slb-deep-blue h2.md\:text-\[48px\].text-slb-white {
	color: var(--jv-orange);
}

#magazine-summary.bg-slb-deep-blue .magazine-card .bottom-content label {
	color: var(--jv-orange);
}

#magazine-summary.bg-slb-deep-blue .magazine-card .bottom-content h4,
#magazine-summary.bg-slb-deep-blue .magazine-card #author-block span,
#magazine-summary.bg-slb-deep-blue .magazine-card #author-block div {
	color: var(--jv-white);
}

#latest-articles.bg-white #featured-article {
	background-color: var(--jv-grey-0);
}

#latest-articles.bg-grey-1 #featured-article {
	background-color: var(--jv-white);
}

#featured-article .sm\:col-span-6.border-b.border-slb-grey-2 {
	border: 0;
	padding-left: 24px;
	padding-right: 48px;
	padding-top: 24px;
}

#featured-article label {
	color: var(--jv-slb-blue);
	font-weight: var(--heavy);
	margin-bottom: 16px;
}

#featured-article h4, 
#featured-article p {
	color: var(--jv-subsea-blue);
}

#featured-article #author-block span,
#featured-article #author-block div {
	color: var(--jv-subsea-blue);
}

#latest-articles .latest-articles-list {
	border-bottom: 1px solid var(--jv-orange);
}

#latest-articles .tabs.border-slb-grey-3 {
	border-color: var(--jv-subsea-blue);
}

#latest-articles .tabs .border-slb-deep-blue {
	border-color: var(--jv-orange);
}

#latest-articles button.js-load-more-button {
	background-color: transparent;
	border: 2px solid var(--jv-subsea-blue);
	color: var(--jv-subsea-blue) !important;
}

#latest-articles button.js-load-more-button .icon-font-load-more::before {
	color: var(--jv-orange);
	content: "\e906";
}

.page-actions-strip h4 {
	font-size: 20px;
	line-height: 28px;
}

.page-actions-strip a span.text-\[14px\] {
	font-size: 16px;
}

.contributors-block .md\:gap-y-\[40px\] {
	padding-top: 80px;
	padding-bottom: 56px;
	row-gap: 56px;
}

.contributors-block h3 {
	font-size: 29px;
	line-height: 35px;
}

.contributors-block h5.font-medium {
	font-style: var(--heavy);
	line-height: 23px;
}

.contributors-block .text-slb-grey-5 {
	color: var(--jv-subsea-blue);
}

.contributors-block div > p.pb-4 {
	padding-bottom: 9px;
}

.contributors-block div.flex.md\:col-span-6 {
	padding-bottom: 16px;
	column-gap: 24px;
}

.popular-articles-container h5.text-slb-deep-blue {
	color: var(--jv-subsea-blue);
	font-size: 18px;
	line-height: 23px;
	font-weight: var(--heavy);
}

.popular-articles-container a.text-slb-grey-5 {
	color: var(--jv-subsea-blue);
	line-height: 24px;
}

.magazine-landing-page-hero-non-mobile-view-white-block.border-slb-aqua-blue {
    border-top-color: var(--jv-orange);
}
.magazine-hero-card-container .active-magazine-hero-card-article {
    border-color: var(--jv-orange) !important;
}
article.magazine-hero-card-container.active-magazine-hero-card-article {
    border-top-color: var(--jv-orange) !important;
}
article.magazine-hero-card-container.active-magazine-hero-card-article + article.magazine-hero-card-container {
    border-top-color: var(--jv-orange) !important;
}
div.magazine-landing-page-hero-introductory-section-heading {
    font-weight: var(--semi-bold);
    line-height: 104px;
}
h2.magazine-landing-page-hero-introductory-section-under-heading {
    font-weight: var(--heavy);
}
div.magazine-landing-page-hero-featured-articles-title {
    text-transform: uppercase;
    font-weight: var(--heavy);
    font-size: 14px;
    color: var( --jv-slb-blue);
}
div.magazine-landing-page-hero-featured-articles-strip > article h3.magazine-hero-card-content-text {
    font-weight: var(--semi-bold);
    font-size: 16px;
    color: var(--jv-subsea-blue);
}

div.magazine-hero-card-content-consumption-description > span {
    font-size: 14px !important;
    font-weight: (var(--semi-bold)) !important;
    color: var(--jv-subsea-blue) !important;
}
@media screen and (min-width: 1392px) {
    div.magazine-landing-page-hero-introductory-section-heading { 
        font-size: 90px;
    }
}

.faq-accordion-jv .icon-font-plus-white::before,
.faq-accordion-jv .icon-font-minus-white .path2::before,
.faq-accordion-jv .icon-font-minus-white .path1::before,
.faq-accordion-jv .icon-font-plus-blue::before {
    color: var(--jv-orange);
}

.faq-accordion-jv .row h2 {
    font-size: 35px;
    font-weight: var(--semi-bold);
    line-height: 40px;
}

.faq-accordion-jv > .row > .columns > .accordion__item h4 {
    font-size: 20px;
    font-weight: var(--heavy);
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 28px;
}

.faq-accordion-jv > .row > .columns > .accordion__item > p::before {
    display: none;
}


.faq-accordion-jv > .row > .columns > .accordion__item > p::after {
    height: 24px;
}

section.middle-content .accordion > .row > h2 {
	font-size: 35px;
}

.faq-accordion-jv {
    padding: 80px 24px;
}

section.middle-content .accordion > .row > h2 {
	font-size: 35px;
}

@media screen and (min-width: 834px) {
    .faq-accordion-jv {
        padding: 80px 56px;
    }
}

@media screen and (min-width: 1194px) {
    .faq-accordion-jv {
        padding: 84px 120px;
    }
}

body div.text-image-combo-section-label {
    font-weight: var(--heavy);
}


.account .top-content-dropdown-label label::after {
    content: "*";
    color:  var(--jv-orange);
} 

.account .field-wrapper select {
	background: url(../../../static/images/icons/chevron-down-subsea-blue.svg) no-repeat scroll right 12px center;
}

.magazine-article-content .bg-grey-2.w-full.h-\[1px\] {
	background-color: var(--jv-orange);
}

.magazine-article-content .py-\[46px\].sm\:py-\[80px\].md\:py-\[88px\].mx-6.sm\:mx-14.md\:mx-24.max-w-theme.lg\:mx-auto {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-actions-strip {
	border: none;
}

.page-actions-strip a span:first-child:before {
	color: var(--jv-orange);
}

.page-actions-strip a span:last-child {
	color: var(--jv-subsea-blue);
}

.page-actions-strip h4 {
	color: var(--jv-subsea-blue);
}

.magazine-article-content section div section.\[\&\>\*\:first-child\]\:pt-0>*:first-child .article-rte {
	padding-top: 0px;
}

.action-items-list .action-item .icon-font-download-gray::before {
	top: unset;
}

.action-items-list ul {
	gap: 10px;
}

nav.js-desktop-global-nav div.js-menu-bar div.justify-end div div a {
    border-left: 1px solid var(--jv-grey-1);
}

.vjs-big-play-button {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, var(--jv-white) 0%) !important;
}
.vjs-big-play-button  .vjs-icon-placeholder::before {
    color: var(--jv-orange);
}
.action-items-list .action-item > span > span {
    padding-top: 0 !important;
}

.combo-two-rte.rte-tables h2.title {
	font-weight: var(--semi-bold);
}

.content-two-col .main-title {
	margin-bottom: 32px !important;
 }