:root {
	--color-white: #fff;
	--color-primary-text: #575757;
	--color-error-red: #a70000;
	
	--color-purple: #744888;
	--color-purple-light: #cbaeee;
	
	--color-petrol: #003c46;
	--color-petrol-90: #1a5059;
	--color-petrol-80: #33636B;
	--color-petrol-70: #4d777e;
	--color-petrol-50: #668a90;
	--color-petrol-40: #d9e2e3;
	--color-petrol-30: #99b1b5;
	
	--color-petrol-30b: #b2c4c7;
	--color-petrol-10: #e5ebec;
	
	--color-petrol-grad: #f4f7fb;
	
	--color-blue: #0096ff;
	--color-blue-50: #80cbff;
	--color-blue-30: #b2dfff;
	--color-blue-10: #e5f4ff;
	
	--color-blue-grad: #0093ac;
	
	--color-yellow: #ffe500;
	--color-yellow-light: #fff099;
	--color-yellow-10: #fffacc;
	
	--color-red: #f16545;
	--color-red-light: #e89582;
	--color-red-10: #fce0da;
	
	--color-green: #0d935e;
	--color-green-light: #0dffad;
	--color-green-10: #dbfff3;
	
	--color-green-grad: #c4ddd9;
	
	--color-grey: #c8c8c8;
	--color-grey-light: #eff4f4;
	--color-grey-10: #f0f0f0;
	
	--breakpoint-xxl: 1400px;
	--breakpoint-xl: 1200px;
	--breakpoint-lg: 992px;
	--breakpoint-md: 768px;
	--breakpoint-sm: 600px;
	--breakpoint-xs: 576px;
	
	--base-responsive-padding: 6rem;
	
	--14px: 0.875rem;
	--15px: 0.9375rem;
	--16px: 1rem;
	--17px: 1.0625rem;
	--18px: 1.125rem;
	--19px: 1.175rem;
	--20px: 1.25rem;
	--21px: 1.3125rem;
}

h1.clamp {
  font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
}

@media (max-width: 1200px) {
	:root {
		--base-responsive-padding: 3rem;
	}
}

@media (max-width: 767px) {
	:root {
		--base-responsive-padding: 3rem 1rem;
	}
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Copy & Paste Disable */
body.disableCP {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/*  BRAND COLORS  */
.brand-color-petrol {
	color: var(--color-petrol);
}


.brand-color-blue {
	color: var(--color-blue);
}


.brand-color-yellow-light {
	color: var(--color-yellow-light);
}


.brand-color-yellow {
	color: var(--color-yellow);
}


.brand-color-green-light {
	color: var(--color-green-light);
}


.brand-color-green {
	color: var(--color-green);
}


.brand-color-red-light {
	color: var(--color-red-light);
}


.brand-color-red {
	color: var(--color-red);
}


.brand-color-grey {
	color: var(--color-grey);
}


.brand-color-grey-light {
	color: var(--color-grey-light);
}


.brand-color-petrol-50 {
	color: var(--color-petrol-50);
}


.brand-color-petrol-30 {
	color: var(--color-petrol-30);
}


.brand-color-blue-50 {
	color: var(--color-blue-50);
}


.brand-color-blue-30 {
	color: var(--color-blue-30);
}


.brand-color-white {
	color: var(--color-white);
}

.brand-color-background-blue {
	background-color: var(--color-blue);
	color: var(--color-white);
}


.brand-color-background-blue h1,
.brand-color-background-blue h2,
.brand-color-background-blue h3,
.brand-color-background-blue h4,
.brand-color-background-blue h5,
.brand-color-background-blue h6 {
	color: var(--color-white);
}


.brand-color-background-yellow-light {
	background-color: var(--color-yellow-light);
}


.brand-color-background-yellow {
	background-color: var(--color-yellow);
	color: var(--color-petrol);
}


.brand-color-background-yellow h1,
.brand-color-background-yellow h2,
.brand-color-background-yellow h3,
.brand-color-background-yellow h4,
.brand-color-background-yellow h5,
.brand-color-background-yellow h6 {
	color: var(--color-petrol);
}

.brand-color-background-green-light {
	background-color: var(--color-green-light);
}


.brand-color-background-green {
	background-color: var(--color-green);
}


.brand-color-background-red-light {
	background-color: var(--color-red-light);
}


.brand-color-background-red {
	background-color: var(--color-red);
}


.brand-color-background-grey {
	background-color: var(--color-grey);
}


.brand-color-background-grey-light {
	background-color: var(--color-grey-light);
}


.brand-color-background-grey-light h1,
.brand-color-background-grey-light h2,
.brand-color-background-grey-light h3,
.brand-color-background-grey-light h4,
.brand-color-background-grey-light h5,
.brand-color-background-grey-light h6 {
	color: var(--color-petrol);
}

.brand-color-background-petrol-50 {
	background-color: var(--color-petrol-50);
}


.brand-color-background-petrol-30 {
	background-color: var(--color-petrol-30);
}


.brand-color-background-blue-50 {
	background-color: var(--color-blue-50);
}


.brand-color-background-blue-30 {
	background-color: var(--color-blue-30);
}


.brand-color-background-blue-10 {
	background-color: var(--color-blue-10);
}


.brand-color-background-blue-10 h1,
.brand-color-background-blue-10 h2,
.brand-color-background-blue-10 h3,
.brand-color-background-blue-10 h4,
.brand-color-background-blue-10 h5,
.brand-color-background-blue-10 h6 {
	color: var(--color-petrol);
}

.brand-color-background-petrol-10 {
	background-color: var(--color-petrol-10);
}


.brand-color-background-petrol-10 h1,
.brand-color-background-petrol-10 h2,
.brand-color-background-petrol-10 h3,
.brand-color-background-petrol-10 h4,
.brand-color-background-petrol-10 h5,
.brand-color-background-petrol-10 h6,
.brand-color-background-petrol-10 p {
	color: var(--color-petrol);
}

.brand-color-background-white {
	background-color: var(--color-white);
}


.brand-color-background-white h1,
.brand-color-background-white h2,
.brand-color-background-white h3,
.brand-color-background-white h4,
.brand-color-background-white h5,
.brand-color-background-white h6 {
	color: var(--color-petrol-90);
}

.brand-color-background-petrol {
	background-color: var(--color-petrol);
	color: var(--color-white);
}


.brand-color-background-petrol h1,
.brand-color-background-petrol h2,
.brand-color-background-petrol h3,
.brand-color-background-petrol h4,
.brand-color-background-petrol h5,
.brand-color-background-petrol h6 {
	color: var(--color-white);
}

.brand-color-background-gradient-light {
	background: var(--color-green-grad);
	background: linear-gradient(350deg, rgba(196, 221, 217, 0.00) 52.31%, #C4DDD9 171.67%), linear-gradient(0deg, #F4F7FB 0%, #F4F7FB 100%), #FFF;
	color: var(--color-petrol);
}

.brand-color-background-gradient-dark {
	background: var(--color-petrol);
	background: linear-gradient(180deg,
	var(--color-blue-grad) 0%,
	var(--color-petrol) 100%);
	color: var(--color-white);
}

.brand-background-image {
	background-size: cover;
	
	&.dark {
		color: var(--color-petrol);
	}
	
	&.light {
		color: var(--color-white);
	}
	
	a:link.cta-button-arrow-pill {
		background-color: var(--color-white);
	}
}

/* highlight color */
::selection {
	background: var(--color-green-light);
	color: var(--color-petrol);
}


.vl {
	border-left: 2px solid var(--color-green-light);
	padding-left: 2%;
}

.p-xs {
	font-size: 10px;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Lexend Deca";
	font-style: normal;
}

.p-large {
	font-size: var(--20px);
	line-height: 1.6;
	font-weight: 400;
	font-family: "Lexend Deca";
	font-style: normal;
}

/* Colors */
.bg-white {
	background-color: var(--color-white);
}

.bg-grey {
	background-color: var(--color-grey-light);
}

.bg-emerald {
	background-color: var(--color-petrol);
}

.bg-primary {
	background-color: var(--color-petrol);
}

.bg-blue2 {
	background-color: var(--color-blue);
}

.bg-light-blue {
	background-color: #cceaff;
}

.bg-grey-white-gradient {
	background: linear-gradient(0deg, #ccd8da, var(--color-grey-light)),
	var(--color-white);
}

.bg-light-grey-white-gradient {
	background: linear-gradient(0deg,
	rgba(229, 235, 236, 0.5),
	rgba(229, 235, 236, 0.5)),
	var(--color-white);
}

.font-white {
	color: var(--color-white) !important;
}

.font-grey {
	color: #ccd8da !important;
}

.font-green {
	color: var(--color-green-light) !important;
}

.font-dark-grey {
	color: var(--color-primary-text) !important;
}

.font-dark-green {
	color: var(--color-petrol);
}

.font-red {
	color: #dc341c;
}

.hr-light-green {
	border: 2px solid var(--color-green-light);
	opacity: 1;
	width: 20%;
}

/* Classes */
.responsive {
	max-width: 90%;
	height: auto;
}

.wrap-word-break {
	word-wrap: break-word;
}

@media only screen and (max-width: 600px) {
	.responsive {
		max-width: 100%;
		height: auto;
	}
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.img-grid-responsive {
	max-width: 100%;
	height: auto;
	min-height: 300px;
	object-fit: cover;
}

.bordered {
	border: 2px solid var(--color-green-light);
}

.container-only-left {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
}


@media (min-width: 576px) {
	.container-only-left {
		margin-left: calc(50% - 272px);
		margin-right: calc(50% - 265px);
	}
}


@media (min-width: 768px) {
	.container-only-left {
		margin-left: calc(50% - 362px);
		margin-right: 0px;
		padding-right: 0px;
	}
}


@media (min-width: 992px) {
	.container-only-left {
		margin-left: calc(50% - 480px);
		margin-right: 0px;
		padding-right: 0px;
	}
}


@media (min-width: 1200px) {
	.container-only-left {
		margin-left: calc(50% - 572px);
		margin-right: 0px;
		padding-right: 0px;
	}
}


@media (min-width: 1400px) {
	.container-only-left {
		margin-left: calc(50% - 662px);
		margin-right: 0px;
		padding-right: 0px;
	}
}

.container-only-right {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
}


@media (min-width: 576px) {
	.container-only-right {
		margin-left: calc(50% - 272px);
		margin-right: calc(50% - 265px);
	}
}


@media (min-width: 768px) {
	.container-only-right {
		margin-right: calc(50% - 362px);
		margin-left: 0px;
		padding-left: 0px;
	}
}


@media (min-width: 992px) {
	.container-only-right {
		margin-right: calc(50% - 480px);
		margin-left: 0px;
		padding-left: 0px;
	}
}


@media (min-width: 1200px) {
	.container-only-right {
		margin-right: calc(50% - 572px);
		margin-left: 0px;
		padding-left: 0px;
	}
}


@media (min-width: 1400px) {
	.container-only-right {
		margin-right: calc(50% - 662px);
		margin-left: 0px;
		padding-left: 0px;
	}
}

.col-padding-left {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.fs-edit {
	position: absolute;
	z-index: 999;
	width: 25%;
	height: 32px;
	margin: 16px;
}


.fs-edit a {
	background: var(--color-white);
	padding: 6px;
	border: 2px solid var(--color-petrol);
	color: var(--color-petrol);
	border-radius: 2px;
	font-size: 12px;
}

.height-100 {
	height: 100%;
}

.row-gap-100 {
	row-gap: 100px;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

body main {
	transition: all 0.4s ease-in-out;
	max-width: 1600px;
	background-color: var(--color-white);
	margin: auto auto;
	min-height: 62vh;
	position: relative;
}


body:has(nav li:hover .nav-link + div.sub-nav) main {
	filter: brightness(0.75);
	transition: all 0.2s ease-in-out;
}


body:has(nav li:hover .nav-link + div.sub-nav) {
	background-color: #bfbfbf;
	transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 1071px) {
	html {
		scroll-padding-top: 106px;
	}
}

/* OneTrust Badge that is repetative of the footer link */
#ot-sdk-btn-floating {
	display: none;
}

/* xl buttons - buttons are in like five places now and need to be consolodated. */
.button-xlarge,
a.button-xlarge {
	cursor: pointer;
	font-size: 1em;
	color: var(--color-white);
	padding: 2em 4em;
	margin: 1em 0;
	background-color: var(--color-petrol);
	text-decoration: none;
	border: none;
	display: inline-block;
}

.button-xlarge:hover {
	text-decoration: none;
}

.button-xlarge.disabled {
	cursor: not-allowed;
	color: var(--color-white);
	background-color: var(--color-petrol-30);
}


.button-xlarge.disabled:hover {
	text-decoration: none;
	border: none;
}

.button-xlarge.alternate {
	color: var(--color-petrol);
	background-color: var(--color-green-light);
}

.button-xlarge.alternate.disabled {
	background-color: var(--color-petrol-30);
	color: var(--color-petrol);
}

.button-xlarge span:after {
	content: "\e941";
	font-family: "Material Symbols Outlined";
	font-size: 1.4em;
	
	position: relative;
	top: 0.25em;
	left: 0.4em;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}

.button-xlarge:hover span:after {
	left: 0.9em;
}

.button-xlarge.disabled:hover span:after {
	left: 0.4em;
}

.button-xlarge span {
	padding: 0 1em 6px 0;
}


.button-xlarge:hover span {
	border-bottom: solid 2px var(--color-white);
}


.button-xlarge.alternate:hover span {
	border-bottom: solid 2px var(--color-petrol);
}


.button-xlarge.disabled:hover span {
	border-bottom: solid 2px transparent;
}

/********************** sections *******************/
section.padded {
	padding: 6em;
}


@media (max-width: 767px) {
	section.padded {
		padding: 3.0em 1.0em;
	}
}

/* callout - product schedule a call */

section.section-product-schedule-call-callout+section.section-product-highlights {
	padding-top: 110px;
}

section.section-product-schedule-call-callout {
	position: relative;
	height: 0;
}

div.product-schedule-call-callout {
	box-shadow: -10px 48px 120px rgba(0, 0, 0, 0.1);
	width: 90%;
	margin: 0 5%;
	
	display: flex;
	position: absolute;
	top: -60px;
}

div.product-schedule-call-callout div.callout-text {
	padding: 3em 2em;
	background: var(--color-white);
	width: 75%;
}

div.product-schedule-call-callout div.callout-link {
	background: var(--color-petrol);
	width: 25%;
}

div.product-schedule-call-callout div.callout-link a {
	color: var(--color-white);
	padding: 2em 15%;
	display: inline-block;
}

@media (max-width: 767px) {
	section.section-product-schedule-call-callout {
		height: auto;
	}
	
	div.product-schedule-call-callout {
		flex-direction: row;
		flex-wrap: wrap;
		background-color: var(--color-blue-10);
		padding: 3em 2em;
		margin: 0;
		width: 100%;
		position: initial;
		
	}
	
	div.product-schedule-call-callout div.callout-text,
	div.product-schedule-call-callout div.callout-link {
		width: 100%;
	}
}




/* section - section-product-highlights  */
section.section-product-highlights div.tab-container div.tab-content {
	display: flex;
	column-gap: 7rem;
}

section.section-product-highlights div.media-tile {
	padding: 3em 0 0 0;
	flex: 1;
}


@media (max-width: 767px) {
	section.section-product-highlights div.tab-container div.tab-content {
		display: block;
	}
}

@media (min-width: 768px) {
	
	section.section-product-highlights div.tab-container div.tab-content.tab-content-wrap-3,
	section.section-product-highlights div.tab-container div.tab-content.tab-content-wrap-2 {
		flex-wrap: wrap;
	}
	
	section.section-product-highlights .tab-content-wrap-3 div.media-tile {
		flex: none;
		width: calc(33% - 4.67rem);
	}
	
	section.section-product-highlights .tab-content-wrap-2 div.media-tile {
		flex: none;
		width: calc(50% - 3.5em);
	}
}

/* section - section-partners */
section.section-partners {
	padding: 6em;
}

/* section - section-full-width-text */
section.section-full-width-text {
	padding: 6em;
}


/* section - section-large-text-callout */
section.section-large-text-callout {
	padding: 6em;
}

section.section-large-text-callout p {
	/* color: var(--color-petrol); */
	margin-top: 1.5rem;
}

/* section - section cta collection */
section.section-cta-collection {
	width: 100%;
	margin: 3em 0;
	padding: 3em 0;
}

section.section-cta-collection div.cta-collection-container {
	
	display: grid;
	grid-template-columns: repeat(2, minmax(6em, 1fr));
	grid-template-rows: auto;
	gap: 1.5em;
	
	width: fit-content;
}


section.section-cta-collection div.cta-collection-container div a {
	width: 100%;
}

@media (max-width: 767px) {
	section.section-cta-collection div.cta-collection-container {
		grid-template-columns: auto;
		width: 100%;
		gap: 0.5em;
	}
}





/* section - section-statistics */
section.section-content-tiles {
	padding: 6em;
}

@media (max-width: 767px) {
	
	section.section-statistics,
	section.section-full-width-text,
	section.section-partners,
	section.section-content-tiles,
	section.section-large-text-callout {
		padding: 24px;
	}
}

section.section-content-tiles div.div-content-tiles-container {
	margin: 3em 0;
	display: flex;
	justify-content: center;
	column-gap: 3em;
	row-gap: 3em;
	flex-wrap: wrap;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-keyline-content,
section.section-content-tiles div.div-content-tiles-container div.div-text-with-icon-header {
	width: 320px;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-keyline-content div.keyline {
	margin: 3em 0 0 0;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-icon-header {
	text-align: center;
	margin: 2em 0;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-icon-header img {
	max-width: 100%;
	height: 100px;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-icon-header div.div-text-header {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1.5em 0 0 0;
}

section.section-content-tiles div.div-content-tiles-container div.div-text-with-icon-header div.div-text-content {
	font-size: 1em;
	margin: 1.5em 0 0 0;
}

/* section - section-product-tiles */
section.section-product-tiles {
	padding: 6em;
}

section.section-product-tiles div.product-tile-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

section.section-product-tiles div.product-tile-container div.product-tile {
	position: relative;
}

section.section-product-tiles div.product-tile-container div.product-tile .heading {
	font-size: 2em;
}

section.section-product-tiles div.product-tile-container div.product-tile .description {
	font-size: var(--16px);
	line-height: 1.5rem;
	width: 75%;
}

section.section-product-tiles div.product-tile-container div.product-tile a {
	text-decoration: none;
	border: none;
	margin: 2em 0;
}

section.section-product-tiles div.product-tile-container div.product-tile a .heading::after {
	content: "\e8e4";
	font-family: "Material Symbols Outlined";
	font-size: 1.4em;
	position: absolute;
	top: 2.5rem;
	right: 2em;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}

section.section-product-tiles div.product-tile-container div.product-tile a:hover .heading::after {
	right: 1.5em;
	transition: all 0.2s ease-in-out;
}

section.section-video {
	padding: 6em;
}


.resource-body-content section.section-video {
	padding: 0;
	padding-top: 1rem;
}

section.section-video div.video-container {
	margin-top: 3em;
	position: relative;
}

section.section-video div.video-container img {
	max-width: 100%;
}

section.section-content-two-column {
	padding: 6em;
}

section.section-content-two-column div.content-two-column-container {
	margin: 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 3em;
}

section.section-content-two-column:has(> h2) div.content-two-column-container {
	margin-top: 2em;
}

section.section-content-two-column div.content-two-column-container>div {
	width: calc(50% - 1.5em);
}


section.section-content-two-column div.content-two-column-container>.left-column-solo {
	width: 100%;
}

section.section-content-two-column div.content-two-column-container .left-column-solo .cta-button-arrow {
	margin-top: 2rem;
}

section.section-content-two-column div.content-two-column-container .padded {
	padding: 0;
}

section.section-content-two-column.brand-color-background-petrol-10+section.section-content-two-column.brand-color-background-petrol-10 {
	padding-top: 3em;
}

section.section-content-two-column.brand-color-background-petrol-10:has(+ section.section-content-two-column.brand-color-background-petrol-10) {
	padding-bottom: 0;
}


section.brand-color-background-white:has(+ section.brand-color-background-white) {
	padding-bottom: 1rem;
}




@media (max-width: 767px) {
	section.section-content-two-column div.content-two-column-container>div {
		width: 100%;
	}
	
	section.section-content-two-column {
		padding: 24px;
	}
	
	section.section-content-two-column div.content-two-column-container>div:first-of-type {
		margin-bottom: 48px;
	}
}

@media (max-width: 1000px) {
	section.section-content-two-column.hero-with-tiles div.content-two-column-container>div {
		width: 100%;
	}
	
	section.section-content-two-column.hero-with-tiles {
		padding: 24px;
	}
	
	section.section-content-two-column.hero-with-tiles div.content-two-column-container>div:first-of-type {
		margin-bottom: 48px;
	}
}

/* control - gridview */

div.gridview {
	width: 100%;
	font-size: var(--16px);
	color: var(--color-petrol);
}

div.gridview div.gridview-header {
	padding: 1em 0;
	border-bottom: none;
	font-size: var(--20px);
	
	display: grid;
	grid-template-columns: minmax(50%, 66%) auto;
	column-gap: 1em;
	row-gap: 1.5em;
}

div.gridview div.gridview-item {
	padding: 1em 0;
	border-bottom: solid 1px var(--color-petrol-30);
	display: grid;
	column-gap: 1em;
	line-height: 1.5em;
}

div.gridview div.gridview-header,
div.gridview div.gridview-item {
	grid-template-columns: 2fr 1fr;
}


@media only screen and (max-width: 600px) {
	
	div.gridview div.gridview-header,
	div.gridview div.gridview-item {
		grid-template-columns: 1fr;
	}
}

div.gridview.halves div.gridview-header,
div.gridview.halves div.gridview-item {
	grid-template-columns: 1fr 1fr;
}

main div.gridview a {
	border: solid 2px transparent;
}

main div.gridview a:hover {
	border-bottom: solid 2px var(--color-green-light);
}

div.gridview div.gridview-item p {
	color: var(--color-primary-text);
	margin: 0.5em 0;
	font-size: 0.875em;
}

table {
	width: 100%;
	margin: 2em 0;
}

table tr {
	border-bottom: solid 1px var(--color-petrol-30b);
}

table tr:last-of-type {
	border: none;
}

table tr td {
	padding: 1em 0;
	vertical-align: top;
}

/* videos */

div.video-container+div {
	position: relative;
}

div.video-container div.video-no-cookie-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

div.video-container div.video-no-cookie-placeholder img {
	filter: grayscale(100%);
	width: 100%;
}

div.video-container div.video-no-cookie-placeholder p {
	position: absolute;
	bottom: calc(50% - 3em);
	font-size: 1.75em;
	padding: 2em;
	background-color: rgba(0, 60, 70, 0.9);
	color: var(--color-white);
}

main div.video-container div.video-no-cookie-placeholder p a,
main div.video-container div.video-no-cookie-placeholder p span.ot-pref-opener {
	color: var(--color-white);
	border-color: var(--color-white);
}

main div.video-container div.video-no-cookie-placeholder p span.ot-pref-opener {
	border-color: var(--color-white);
}


main div.video-container div.video-no-cookie-placeholder p a:hover,
main div.video-container div.video-no-cookie-placeholder p span.ot-pref-opener:hover {
	border-color: var(--color-green-light);
}

/* tii-diversity */
div.bar-chart {
	width: 100%;
}

.brand-color-background-petrol div.bar-chart {
	color: var(--color-white);
}

#diversity {
	padding: 2em 6em;
}

#diversity h2,
#diversity h3 {
	color: #fff;
	margin: 4em 0 2em 0;
}

div.bar-chart .bar-chart-row {
	width: 100%;
	display: grid;
	grid-template-columns: 25% 15% 60%;
	line-height: 1.2rem;
	margin: 0em;
}

/* TODO: MOVE NEW CHART STYLES TO OWN SECTION */

.section-bar-chart {
  padding: var(--base-responsive-padding);
}

.section-bar-chart #barChart {
  position: relative;
}

.section-bar-chart .bar-chart {
  padding-right: 3rem;
}

.section-bar-chart .bar-chart-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.section-bar-chart .bar-chart-group {
  margin: 0 0 0.5em 0;
  position: relative;
}

.section-bar-chart .bar-chart-group:last-of-type {
  margin: 0;
  position: relative;
}

.section-bar-chart div.bar-chart .bar-chart-row {
	align-items: center;
	grid-column-gap: 2%;
	grid-template-columns: max(13%, 80px) 1fr;
}

.section-bar-chart div.bar-chart.bar-chart-double .bar-chart-row:has(div.last) {
	grid-template-columns: max(13%, 80px) .125fr;
	margin: 0;
	position: absolute;
	top: 0;
}

.section-bar-chart div.bar-chart .bar-chart-row .bar-title {
  text-align: right;
}

.section-bar-chart .bar-chart-display {
  position: relative;
}

.section-bar-chart .bar-chart-display-bar {
  display: inline-block;
}

.section-bar-chart .bar-chart-display .amount {
	display: inline-block;
	margin-left: .8rem;
	position: absolute;
	translate: 0 50%;
}

.section-bar-chart .bar-chart-legend {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.section-bar-chart .bar-chart-legend .legend {
  display: flex;
  gap: .8rem;
}

.section-bar-chart .bar-chart-legend .legend span {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.section-bar-chart .bar-chart-legend .bar1 span {
  background-color: var(--color-petrol-50);
}

.section-bar-chart .bar-chart-legend .bar2 span {
  background-color: var(--color-petrol-70);
}

@media (min-width: 768px) {
  .section-bar-chart .bar-chart-legend {
    bottom: -5%;
    flex-direction: column;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}

/* /TODO */

div.bar-chart .bar-chart-row.total {
	border-top: solid 1px var(--color-white);
	padding-top: 1em;
	margin-top: 1em;
}

div.bar-chart .bar-chart-row .bar-chart-display .bar-chart-display-bar {
	background-color: var(--color-petrol-70);
	border-left: solid 1px var(--color-petrol-70);
}

div.bar-chart .bar-chart-row .bar-chart-display .bar-chart-display-bar.alternative {
	background-color: var(--color-petrol-50);
	border-left: solid 1px var(--color-petrol-50);
}

div.bar-chart .bar-chart-row .bar-chart-display .bar-chart-display-bar label {
	line-height: 1.75vh;
	padding: 0 1em;
	border: none;
}

div.bar-chart.bar-chart-single .bar-chart-display .bar-chart-display-bar {
	height: 3em;
}

div.bar-chart.bar-chart-single .bar-chart-row {
	margin: 0 0 0.5em 0;
}

div.bar-chart.bar-chart-double .bar-chart-display .bar-chart-display-bar {
	height: 2.5em;
}

div.bar-chart.bar-chart-double .bar-chart-row:has(div.last) {
	margin: 0 0 0.5em 0;
}

#progress {
	padding: 2em 6em;
}

#progress h2,
#progress h3,
#progress h4 {
	margin: 4em 0 2em 0;
}


#progress h4 {
	margin-top: 0;
}

section.section-diversity-stats div.progress-stat-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

section.section-diversity-stats div.stat {
	height: 280px;
	border: solid 0px var(--color-white);
	width: calc(20% - 3em);
}

@media (max-width: 767px) {
	section.section-diversity-stats div.stat {
		width: 100%;
	}
}

@media only screen and (max-width: 1070px) {
	section.section-diversity-stats div.stat {
		min-width: 30%;
	}
}

section.section-diversity-stats div.stat .stat-primary {
	font-size: 4.5rem;
	line-height: 0.875em;
	letter-spacing: -3px;
	color: var(--color-white);
}

section.section-diversity-stats div.stat .stat-secondary-text {
	font-size: 4rem;
	color: var(--color-petrol-30);
	letter-spacing: -1px;
}

section.section-diversity-stats div.stat .stat-byline {
	font-size: var(--14px);
	line-height: 1.125em;
	color: var(--color-petrol-30);
	margin: 1em 0 0 0;
	max-width: 100%;
	min-height: 80px;
}

section.section-diversity-stats div.stat .stat-secondary {
	font-size: var(--20px);
	line-height: 1.25em;
}

.section-full-width-cta {
	padding: var(--base-responsive-padding);
	font-size: var(--20px);
}

.full-width-cta-link-large {
	font-size: 2.8rem;
	line-height: 3.3rem;
	letter-spacing: -0.5px;
	border-bottom: none !important;
	width: 100%;
	text-align: center;
}

.full-width-cta-link {
	border-bottom: none !important;
}

main .section-full-width-cta.brand-color-background-petrol a:link,
main .section-full-width-cta.brand-color-background-petrol a:visited {
	color: var(--color-green-light);
}

.full-width-cta-link {
  border-bottom: none !important;
}

.full-width-cta-title {
	font-size: 2.8rem;
	line-height: 3.3rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
	
	.full-width-cta-link-large,
	.full-width-cta-title {
		font-size: 40px;
		line-height: 1.2;
	}
}

main .section-full-width-cta a:link,
main .section-full-width-cta a:visited {
	display: inline-block;
	padding-right: 0.75em;
}

main .section-full-width-cta a::after {
	content: "\e8e4";
	font-family: "Material Symbols Outlined";
	font-size: 1.4em;
	position: relative;
	top: 0.75rem;
	left: 0.5em;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}

main .section-full-width-cta a:hover::after {
	transition: all 0.2s ease-in-out;
	left: 1em;
}


.product-logo-eyebrow {
	max-width: 200px;
	margin-bottom: 2em;
}

.cta-container {
	padding: 3em 0 2em 0;
	font-size: 1.25em;
	text-align: center;
}

.cta-container a {
	padding-right: 0.5em;
}

.cta-container a::after {
	content: "\e8e4";
	font-family: "Material Symbols Outlined";
	font-size: 1.4em;
	position: relative;
	top: 0.33rem;
	left: 0.25em;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}

main .section-full-width-cta a.full-width-cta-link::after {
	top: 0.25em;
}

.cta-container a:hover::after {
	left: 0.5em;
	transition: all 0.2s ease-in-out;
}

section.section-resources-news,
section.section-resources-press,
section.section-resources-conferences,
section.section-resources-awards {
	padding: var(--base-responsive-padding);
	
}

section.section-product-content-with-text {
	padding: 6em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10em;
	align-items: flex-end;
}

section.section-product-content-with-text div.product-intro {
	width: 50%;
}


@media only screen and (max-width: 768px) {
	section.section-product-content-with-text div.product-intro {
		width: 100%;
	}
}

section.section-product-content-with-text div.product-intro div.product-intro-logo {
	max-width: 200px;
	margin-bottom: 3em;
}

section.section-product-content-with-text div.product-intro div.product-intro-logo img {
	width: 100%;
}

section.section-product-content-with-text div.product-details {
	width: 30%;
}

@media only screen and (max-width: 768px) {
	section.section-product-content-with-text div.product-details {
		width: 100%;
	}
}

section.section-product-content-with-text div.product-details div.product-details-description {
	margin-bottom: 2em;
}

.invisible {
	display: none !important;
}

.displayFlex {
	display: flex !important;
}

.section-content-global-sites {
	padding: 3em;
}

.section-content-global-sites .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.section-content-global-sites .wrapper>.column {
	margin-bottom: 2em;
	width: 100%;
}

.section-content-global-sites .wrapper>.column:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.section-content-global-sites .wrapper {
		column-gap: 1em;
		justify-content: space-between;
	}
	
	.section-content-global-sites .wrapper>.column {
		width: calc(50% - 1em);
	}
	
	.section-content-global-sites .wrapper>.column:nth-child(3),
	.section-content-global-sites .wrapper>.column:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.section-content-global-sites {
		padding: 6em;
	}
}

@media screen and (min-width: 1200px) {
	.section-content-global-sites .wrapper>.column:first-child {
		width: calc(30% - 1em);
	}
	
	.section-content-global-sites .wrapper>.column {
		width: calc(23.33% - 1em);
	}
}


/*****************
AR Arrows
******************/

body:lang(ar) nav div.sub-nav div.sub-nav-primary-header a::after,
body:lang(ar) nav div.sub-nav div.sub-nav-secondary-header a::after,
body:lang(ar) nav div.sub-nav div.sub-nav-featured div.sub-nav-featured-tile .tile-link p::after,
body:lang(ar) a.cta-button-arrow::after,
body:lang(ar) .turnitin-form #submitButton::after,
body:lang(ar) .product-view .product-tile a .product-link::after {
  display: inline-block;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}


body:lang(ar) nav div.sub-nav div.sub-nav-primary-header a:hover::after,
body:lang(ar) nav div.sub-nav div.sub-nav-secondary-header a:hover::after,
body:lang(ar) nav div.sub-nav div.sub-nav-featured div.sub-nav-featured-tile a:hover .tile-link p::after,
body:lang(ar) a.cta-button-arrow:hover::after,
body:lang(ar) .turnitin-form #submitButton:hover::after,
body:lang(ar) .product-view .product-tile a:hover .product-link::after {
  left: 0;
  right: 0.5em;
}


body:lang(ar) section.section-product-tiles div.product-tile-container div.product-tile a .heading::after {
  display: inline-block;
  left: 1.5em;
  right: 0;
  transform: rotate(180deg);
}


body:lang(ar) section.section-product-tiles div.product-tile-container div.product-tile a:hover .heading::after {
  left: 2em;
  right: 0;
}


body:lang(ar) a.call_to_action_media_wrapper::after {
  display: inline-block;
  left: 0.4em;
  right: 0;
  transform: rotate(180deg);
}


body:lang(ar) a.call_to_action_media_wrapper:hover::after {
  left: 0;
  right: 0;
}


body:lang(ar) .button-large::after,
body:lang(ar) .tile-small a div.tile-content div.tile-link::after {
  display: inline-block;
  left: 0;
  right: 0.5em;
  transform: rotate(180deg);
}


body:lang(ar) .button-large:hover::after,
body:lang(ar) .tile-small a:hover div.tile-content div.tile-link::after {
  left: 0;
  right: 0.8em;
}

/* Inline Styles */
.CNEqP3 {
  margin-left: -12px;
}

.arkW2 {
  height: 128px;
  width: 128px;
  border-radius: 100%;
  object-fit: cover;
}

.JoeCaT {
  gap: 1rem;
}

.WBZeRT {
  aspect-ratio: 4/3;
}

.boD9Rh {
  width: 100%;
  height: 100%;
}

.GQzY46 {
  display: none;
}

.gDhbdF {
  width: 112px;
  height: 112px;
}

.LxOAxt {
  min-width: 1rem;
}

.TxTcL {
  margin-left: -20px;
}

.quote-attribution-author {
  margin-bottom: 1rem;
}

.quote-caption-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.quote-caption-container img {
  margin-right: 40px;
  height: 128px;
  width: 128px;
}

.solution-tile-section {
  padding: var(--base-responsive-padding);
}

.solution-tile-section p {
  opacity: 0.8;
}

.solution-tile-section-intro {
  max-width: 590px;
  margin-bottom: 3rem;
}

.solution-tile-section-tile-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20%;
  grid-row-gap: 3rem;
}

.solution-tile-item {
  padding: 20px 0;
  border-bottom: 1px solid #E5EBEC;
  position: relative;
  padding-bottom: 4.5rem;
}

.solution-tile-item:nth-child(n+3) {
  border-bottom: none;
}

.solution-tile-item .common-cta {
  position: absolute;
  bottom: 2rem;
}

.solution-tile-item p {
  max-width: 400px;
}

.solution-tile-item .cta-button-arrow {
  border-bottom: none !important;
}

@media (max-width: 767px) {
	.solution-tile-section-tile-container {
		grid-template-columns: 1fr
	}
	
	.solution-tile-item:nth-child(3) {
		border-bottom: 1px solid #E5EBEC;
	}
	
	.solution-tile-item p {
		max-width: 100%;
	}
}

.linkInvisible:not(:focus) {
	display: block;
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	user-select: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.optanon-category-C0002-C0004 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Link Indicator */
/*#mainContent, footer .container, nav .sub-nav*/
a:not(:has(img)) {
    &[target="_blank"]::after,
    &[href^="tel:"]::after,
    &[href^="mailto:"]::after,
    &[download]::after {
        font-family: 'Material Symbols Outlined';
        font-size: 1em;
        position: relative;
        top: 2px;
        left: 0.2rem;
    }

    &[target="_blank"]::after {
        content: "\e89e";
    }

    &[href^="tel:"]::after {
        content: "\e0b0";
    }

    &[href^="mailto:"]::after {
        content: "\e158";
    }

    &[download]::after {
        content: "\e2c4";
    }
}

.border0-overflow0 {
  border: 0;
  overflow: hidden;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}