/* =========================================
   BRAND COLOUR VARIABLES
   ========================================= */

/* Default – Graphene */
.graphene {
	--brand-primary: #2C7F80;
	--brand-primary-hover: #803962;
	--brand-banner-bg: #000000;
	--brand-top-bar: #52426C;
	--brand-nav-bg: #5c2947;
	--brand-cta: #5c2947;
	--brand-cta-bg: #5c2947;
}

/* GEIC */
.geic {
	--brand-primary: #1E7259;
	--brand-primary-hover: #296b5d;
	--brand-banner-bg: #000000;
	--brand-top-bar: #52426C;
	--brand-nav-bg: #1E7259;
	--brand-cta: #1E7259;
	--brand-cta-bg: #1E7259;
}

/* NGI */
.ngi {
	--brand-primary: #318E90;
	--brand-primary-hover: #4371c0;
	--brand-banner-bg: #000000;
	--brand-top-bar: #52426C;
	--brand-nav-bg: #3960A2;
	--brand-cta: #2C7F80;
	--brand-cta-bg: #3960A2;
}

/* =========================================
     1. GLOBAL & RESET
     ========================================= */
html,
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

section>h2.primary {
	background: var(--brand-primary)
}

.cta a.primary,
.cta a.primary:visited {
	border-color: var(--brand-cta);
	background-color: var(--brand-cta-bg)
}

.graphene .mainContentContainer>h1 {
	padding: 0 3%
}

.graphene .pageWrapper,
.graphene .oneColLayoutContainer,
.graphene .row {
	overflow: visible
}

#azRow,
.graphene footer .row {
	overflow: hidden
}

.graphene #breadcrumb-share-container,
.flexbox .graphene #breadcrumb-share-container {
	border-bottom: none
}

.graphene .contentContainer .tripleVertPadding {
	padding: 0
}

.graphene .contentContainer .row:not(#breadcrumb-share-container) {
	width: 100%;
	max-width: none
}

.graphene .leftMenuContainer {
	display: none
}

.graphene .mainContentContainer {
	display: flex;
}

.graphene .banner-bg,
.geic .banner-bg,
.ngi .banner-bg {
	background: var(--brand-banner-bg);
}


.graphene .banner {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 0 auto;
	width: 94%;
	max-width: 1140px;
	padding: 30px 0;
	line-height: 0
}

.graphene .banner .content {
	overflow: visible
}

.graphene .banner p,
.graphene .banner h1 {
	color: #fff
}

.graphene .banner p:last-of-type {
	padding-bottom: 0
}

.graphene .banner p.sub-heading,
.graphene .banner h1 {
	font-family: 'trumpgothicpro', 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase
}

.graphene.not-sr .banner p.sub-heading,
.graphene.not-sr .banner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none
}

.graphene .banner p.sub-heading {
	padding-bottom: .5em;
	font-size: 2.5em;
	line-height: 1.2
}

.graphene.not-sr .banner p.sub-heading {
	font-size: 1.538461em
}

.graphene .banner h1 {
	font-size: 4.7em;
	padding: 0 0 20px
}

.graphene.not-sr .banner h1 {
	font-size: 2.769231em
}

.graphene.no-header-nav .menu-search-icons {
	display: none
}

.graphene-card-padding {
	padding: 40px;
}

@media (min-width: 400px) {

	#breadcrumb-section-menu-container .breadcrumbNav ul,
	#breadcrumb-section-menu-container .section-menu {
		padding: 0 5%
	}

	.graphene .mainContentContainer>h1 {
		padding: 0 5%
	}

	.graphene .banner {
		width: 90%
	}
}

@media (min-width: 650px) {
	.graphene .banner p.sub-heading {
		font-size: 3em
	}
}

@media (max-width: 699px) {
	.graphene-nav-container {
		display: none !important;
	}

	/* Make banner 25% taller */
	#banner-video-container {
		aspect-ratio: 16 / 9 !important;
		/* taller than 16/7 */
	}

	/* LOGO pinned to top with padding */
	#banner-video-container h1 {
		position: absolute !important;
		inset: auto !important;

		top: 30px !important;
		/* top padding */
		left: 50% !important;
		transform: translateX(-50%) !important;

		width: 70% !important;
		max-width: 420px !important;

		z-index: 3 !important;
	}

	/* CTA pinned to bottom with more breathing room */
	.banner-cta,
	.cta-banner-pos {
		position: absolute !important;

		left: 50% !important;
		bottom: 30px !important;
		/* bottom padding */
		transform: translateX(-50%) !important;

		z-index: 2 !important;
	}

	/* Add extra vertical space between logo + CTA */
	#banner-video-container::after {
		content: "";
		display: block;
		height: 60px;
		/* spacing buffer */
	}

	/* Keep video behind both */
	#banner-video-container video {
		z-index: 0 !important;
	}

	/* Stack Grid Cards */
	.graphene-stack .card {
		display: flex;
		flex-direction: column;
	}

	.graphene-stack .card img,
	.graphene-stack .card figure {
		order: 1;
	}

	.graphene-stack .card .padding,
	.graphene-stack .card .content,
	.graphene-stack .card .copy {
		order: 2;
	}

	/* Zig-zag only within mobile-stack */
	.graphene-stack:nth-child(even) .card img,
	.graphene-stack:nth-child(even) .card figure {
		order: 2;
	}

	.graphene-stack:nth-child(even) .card .padding,
	.graphene-stack:nth-child(even) .card .content,
	.graphene-stack:nth-child(even) .card .copy {
		order: 1;
	}

	.twelvecol.imageFloat {
		display: none !important;
	}
}

@media (min-width: 700px) {

	.graphene.no-header-nav #navigation,
	.graphene.no-header-nav #breadcrumb-share-container {
		display: none
	}
}

@media (min-width: 800px) {
	.graphene .mainContentContainer {
		padding-bottom: 0px
	}

	.graphene .banner {
		padding: 60px 0
	}

	.graphene.not-sr .banner p.sub-heading {
		font-size: 2em
	}

	.graphene .banner h1 {
		font-size: 5.7em
	}

	.graphene.not-sr .banner h1 {
		font-size: 3.384615em
	}
}

@media (min-width: 1000px) {
	.graphene .banner .content {
		max-width: 800px
	}

	.graphene .banner .flex-grid {
		max-width: 800px
	}

	.graphene .banner p {
		font-size: 1.4em
	}

	.graphene.not-sr .banner h1 {
		font-size: 4.923077em;
		font-weight: 300
	}
}

@media (min-width: 1100px) {
	.graphene .banner h1 {
		font-size: 6.7em
	}
}

/* =========================================
     2. NAVIGATION & TOP BAR
     ========================================= */

#navigation {
	display: none !important;
}

.graphene-top-bar {
	background: var(--brand-top-bar);
	width: 100%;
	height: 27px;
}

.graphene-nav-container {
	background: var(--brand-nav-bg);
	border-top: 1px solid #fff;
	padding: 20px 0;
	width: 100%;
}

ul.graphene-nav-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.graphene-nav-menu li::before,
.graphene-nav-menu li::marker,
.graphene-nav-menu a::before {
	content: none !important;
	display: none !important;
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.graphene-nav-menu li,
.graphene-nav-menu a {
	background: none !important;
	background-image: none !important;
}

.graphene-nav-menu li {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.graphene-nav-menu li::after {
	content: "|";
	display: inline-block;
	color: #bbb;
	font-weight: 300;
	position: relative;
	top: -1px;
}

.graphene-nav-menu li:last-child::after {
	display: none;
}

.graphene-nav-menu a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.2s;
}

.graphene-nav-menu a:hover {
	color: #dcdcdc !important;
}

section {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.grid-cell {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.grid-cell .card,
.grid-cell .card:not(.no-shadow):not(.with-border) {
	border-radius: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
}

section>h2,
section>h2.primary {
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
	border-bottom: none !important;
}

.imageFloat {
	margin-bottom: 0 !important;
}

/* =========================================
     3. BANNER VIDEO
     ========================================= */
#banner-container,
#banner-video-container {
	position: relative;
	margin: 0 auto 60px !important;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #000;
	aspect-ratio: 16 / 5;
	overflow: hidden;
}

#banner-video-container h1 {
	position: absolute;
	inset: 0;
	z-index: 1;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	max-width: 800px;
	color: #fff;
}

#banner-video-container h1 img {
	width: 100%;
	display: block;
}

#banner-video-container video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#banner-video-pause,
#banner-video-play {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 20;

	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0, 0, 0, 0.7);
	color: #fff;

	cursor: pointer;

	backdrop-filter: blur(6px);
	transition: background 0.2s ease, transform 0.1s ease;
}

#banner-video-pause:hover,
#banner-video-play:hover {
	background: rgba(0, 0, 0, 0.85);
}

#banner-video-pause:active,
#banner-video-play:active {
	transform: scale(0.95);
}

#banner-video-pause:focus,
#banner-video-play:focus {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

#banner-video-pause svg,
#banner-video-play svg {
	width: 20px;
	height: 20px;
}

#banner-video-pause[hidden],
#banner-video-play[hidden] {
	display: none;
}

#banner-container .banner-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 3;
	padding: 0 20px;
	gap: 8px;
}

#banner-container img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-headline {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: clamp(2.8rem, 5.8vw, 5.4rem);
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 0 #000;
	padding-bottom: 0;
	margin: 0;
}

.banner-subtitle {
	margin: 0;
	z-index: 3;

	max-width: 900px;
	padding: 0 20px;

	color: #fff;
	font-size: clamp(1.8rem, 3.4vw, 2.8rem);
	font-weight: 400;
	line-height: 1.35;
	text-align: center;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.banner-headline,
.banner-subtitle {
	display: inline-block;
	background: rgba(60, 60, 60, 0.4);
	padding: 0.08em 0.3em;
	border-radius: 3px;
	width: auto;
	max-width: fit-content;
}


/* =========================================
     7. CTA BUTTONS (Banner & Footer)
     ========================================= */

/* Consolidated Base Style */
.cta-base,
.banner-cta,
.footer-cta {
	display: inline-block;
	padding: 15px 40px;
	background-color: var(--brand-cta-bg);
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 20px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	text-decoration: none !important;
	transition: transform 0.2s, background-color 0.2s;
	box-sizing: border-box;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	pointer-events: auto;
}

.cta-base:hover,
.banner-cta:hover,
.footer-cta:hover {
	background-color: var(--brand-primary-hover);
	color: #e0e0e0 !important;
	transform: translateY(-3px);
}

/* Banner Specific */
.banner-cta,
.cta-banner-pos {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.banner-cta:hover,
.cta-banner-pos:hover {
	transform: translateX(-50%) translateY(-3px);
}

/* Footer Specific */
.footer-cta,
.cta-footer-pos {
	margin: 20px 0;
}

.footer-cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	clear: both;
}

/* =========================================
     8. FOOTER IMAGE CONTAINER
     ========================================= */
#footer-container {
	display: flex !important;
	justify-content: center;
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0;
	overflow: hidden;
}

#footer-container h1,
#footer-container img,
.footer-silhouette {
	width: 100% !important;
	max-width: none !important;
	height: auto;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

/* Footer Specific */
.footer-cta,
.cta-footer-pos {
	margin: 20px 0;
}

.footer-cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	clear: both;
}

.LastsubHeading {
	font-size: 1.692308em;
	line-height: 1.5;
	font-weight: 300;
	padding: 80px 0 30px;
}