:root {
    --main-bg-color: #ffffff;

    --white: #ffffff;
    --midnightBlue: #000F47;
    --skyBlue: #CEECFF;
    --neutral: #F7F3EE;
    
    --darkYellow: #CB7E03;
    --yellow: #FFBF00;
    --gold1000: #cb7e03;
    --gold750: #ffbf00;
    --gold750Dark: #f2b500; /* 5% darker for hover state buttons */
    --gold750Light: #ffc90a; /* for hover state buttons */
    --gold500: #ffd98a;
    
    --green1000: #2f7500;
    --green750: #6abf30;
    
    --purple1000: #5e017f;
    --purple750: #8f20de;

	--linkBlue: #0b4bff; /* new MMC blue used for butttons etc */


}


@font-face {
    font-family: "MarshSerif-Regular";
	src: url("../fonts/MarshSerif-Regular.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "MarshSerif-Italic";
	src: url("../fonts/MarshSerif-Italic.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "NotoSans-Regular";
	src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "NotoSans-Bold";
	src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "NotoSans-Italic";
	src: url("../fonts/NotoSans-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

strong, b {
	font-family: "NotoSans-Bold";
	font-weight: normal;
	font-style: normal;
}

em, italic {
	font-family: "NotoSans-Italic";
	font-weight: normal;
	font-style: normal;
}

a:hover {
  /*text-decoration: none;*/
  text-underline-offset: 0.25em;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
html {
    /*scroll-behavior: smooth;*/
    /*scrollbar-gutter: stable && both-edges?;*/
    scrollbar-gutter: stable;
}


body:has(dialog[open]) {
  overflow-y: hidden;
  touch-action: none;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--neutral);
}

::-webkit-scrollbar-thumb {
    background: var(--midnightBlue);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--midnightBlue);
}
	
h1, h2, h3, h4, h5, h6, p li, li::marker {
    font-family: "MarshSerif-Regular", georgia, serif;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1.2;
     
    text-rendering: geometricPrecision !important;
   
    text-wrap: pretty;
}

h2 em {
    font-family: "MarshSerif-Italic", georgia, serif;
}

li::marker {  }

body {
	margin: 0;
	padding: 0;
	/*padding-top: 100px;*/
	font-family: "NotoSans-Regular", helvetica, arial, sans-serif;
	font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
	overflow-y: auto;
	
	text-rendering: geometricPrecision !important;
}


/* 2025 changes */
header {
	position: fixed;
	height: 60px;
	top: 0px;
	width: 100%;
	z-index: 10;
}
	.nav-down-start {
		/*
		background: linear-gradient(180deg, black, transparent);
		*/
		background: transparent;
		transition: background 0.25s ease-in-out 0.5s, top 0.25s ease-in-out;
	}
	.nav-up {
    	top: -80px;
    	background: transparent;
		transition: background 0.25s ease-in-out 0.5s, top 0.25s ease-in-out;
	}
	.nav-down {
		/*
		background: linear-gradient(180deg, black, transparent);
		*/
		/*
		background: var(--midnightBlue);
		transition: background 0.25s ease-in-out 0.5s, top 0.25s ease-in-out;
		*/
	}

.mouse-scroll {
    display: block;
    margin: 0 auto 0.125rem;
    width: 27px;
    transition: all 0.5s ease-in-out;
}
	.mouse-scroll.invisible {
		display: none;
		transition: all 0.5s ease-in-out;
	}
	
.mouse-scroll > .mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
    -webkit-animation: mouse-scroll 1.2s linear infinite;
    -moz-animation: mouse-scroll 1.2s linear infinite;
}
.mouse-scroll > .mouse > .wheel {
    display: block;
    margin: 5px auto;
    background-color: #ffffff;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    -webkit-animation: mouse-wheel 1.2s linear infinite;
    -moz-animation: mouse-wheel 1.2s linear infinite;
}
.mouse-text {
    display: block;
    margin: 1vh auto 0 auto;
    text-align: center;
    color: #ffffff;
    font-family: "NotoSans-Regular", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    -webkit-animation: mouse-fade 1.2s linear infinite;
    -moz-animation: mouse-fade 1.2s linear infinite;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: auto;
    text-align: center;
    height: 100px;
    z-index: 77;
    text-decoration: none;
    width: fit-content;

	background-size: 0% 1px;
	text-decoration: none;
	
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    justify-self: center;
    align-self: center;
}
.scroll-down:hover {
	background-size: 0% 1px;
	text-decoration: none;
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		opacity: 0.5;
		-webkit-transform: translateY(0.5em);
		-ms-transform: translateY(0.5em);
		transform: translateY(0.5em);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
	}
	75% {
		opacity: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes mouse-scroll {
	0% {
		top: 1px;
	}
	25% {
		top: 2px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 2px;
	}
	100% {
		top: 1px;
	}
}

@-webkit-keyframes mouse-fade {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		opacity: 0.5;
		-webkit-transform: translateY(0.5em);
		-ms-transform: translateY(0.5em);
		transform: translateY(0.5em);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
	}
	75% {
		opacity: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

body.scrolled #scrollything,
body.scrolled .mouse-text {
	display: none;
	transition: all 0.5s ease-in-out;
}


.siteHeader {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	transition: all 0.3s ease-in-out;
}
	.siteHeader .container {
		margin: 0 auto;
		padding: 15px 64px;
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		max-width: 1920px;
		height: 60px;
		justify-content: space-between;
		
		align-items: center;
	}

.logo img {
	/*
	width: 240px;
	height: auto !important;
	*/
}


.navigation ul, .navigation ul li { list-style-type: none; }

.navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.navigation li {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 900px) {
    .navigation li {
        display: none;
    }
}

.navigation li a {
	margin: 0;
	padding: 20px 10px;
	font-family: "NotoSans-Regular";
	font-size: 0.95rem !important;
	text-decoration: none;
	letter-spacing: 0.01rem; 
	color: #ffffff;
	
	transition: all 0.2s ease-in-out;
}

/*
	.nav-down-start .navigation li a {
		padding-top: 40px;
		transition: position: 0.5s ease-in-out;;
	}
*/

.navigation li a:hover, .navigation li.active a, .navigation li a.active, .navigation #secondaryNav li a.active {
    background-color: #FFBF00;
    color: #000F47;
	text-decoration: none;
	background-image: none;
	background-size: 0% 0;
	transition: all 0.2s linear;
}
/*
	.navigation li.active a {
		background-color: #FFBF00;
		color: #000F47;
	}
nav.desktop-nav li a:hover, header #mainNav li a.active {
    border-bottom: 0;
    
    transition: all 0.2s linear;
}
*/

.menu, .menu.active {
	display: none;
}


section {
	margin: 0;
	padding: 2rem 0 2rem 0;
	width: 100%;
	display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
	/*min-height: 50vh;*/
}
section#headerBanner {
	padding-top: 0;
}
section.intro {
	padding-top: 2rem;
}

	section .container {
		margin: 0 auto;
		padding: 0 64px;
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		width: 100%; 
		max-width: 1920px !important;
		height: 100%;
		
		/*transition: all 0.3s ease-in-out;*/
	}



#headerBanner {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: fit-content;
	object-fit: cover;
	
	position: relative;
	z-index: -1;
}

#headerBanner h1 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
	font-family: "MarshSerif-Regular", georgia, serif;
    font-size: clamp(3rem, 5.3vw, 5rem);
    line-height: 1;
    max-width: 55%;
}
	#headerBanner h1.largest {
		margin: 0 0 40px 0 !important;
		font-family: "MarshSerif-Italic", georgia, serif;
		font-size: clamp(5rem, 9vw, 10rem);
		line-height: 0.9 !important;
	}

#headerBanner h2 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
	font-family: "MarshSerif-Regular", georgia, serif;
    font-size: clamp(3rem, 5.4vw, 5rem);
    line-height: 1;
    width: 55%;
}
	#headerBanner h2 em {
		font-family: "MarshSerif-Italic", georgia, serif;
	}

#headerBanner h3 {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	font-family: "NotoSans-Regular", helvetica, sans-serif;
    font-size: clamp(1.1rem, 1.4vw, 1.2rem) !important;
	line-height: 1.2;
    max-width: 55%;
}

@media (max-width:750px) {

	#headerBanner h1, #headerBanner h2, #headerBanner h3 {
		width: 90%;
		max-width: none;
	}

}

#headerBanner h1 a,
#headerBanner h2 a,
#headerBanner h3 a {
	color: var(--white);
	text-decoration: none;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    padding-bottom: 0.1em;
}

#headerBanner h1 a:hover,
#headerBanner h2 a:hover,
#headerBanner h3 a:hover {
	background-size: 100% 1px;
}

.goldButton, .goldButtonOnVideo {
    display: inline-block;
    padding: 15px 20px;
    background: var(--gold750);
    border: 1px solid var(--gold750) !important;
    color: var(--midnightBlue);
    cursor: pointer;
    font-family: "NotoSans-Regular", helvetica, sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
    border: none;
	transition: all .5s ease-in-out;
	transform: scale(1);
}
.goldButton:hover {
    background: var(--gold750Light);
    border: 1px solid var(--gold750Light) !important;
    color: var(--midnightBlue);
	transition: all .5s ease-in-out;
	transform: scale(1);
}
.goldButtonOnVideo:hover {
    background: transparent;
    border: 1px solid var(--gold750Light) !important;
    color: var(--gold750Light);
	transition: all .5s ease-in-out;
	transform: scale(1);
}

section.full-width .container {
	margin: 0;
	padding: 0;
	max-width: none !important;
	
	display: flex;
	justify-content: center;
    align-items: center;
    
    position: relative;
}

/*
section.full-width .container.overlay::before {

  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  
}
*/

section .container {
	flex-flow: column nowrap;
}

section .container .introText {
	margin: 0;
	padding: 0;
	/*
	margin: 0 auto 3rem;
	padding: 0 64px;
	*/
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

section .container .introText h2.intro {
	margin: 1rem auto 0;
	padding: 0 0 1rem 0;
	font-family: "MarshSerif-Regular", georgia, serif;
	font-size: clamp(2.25rem, 2.75vw, 3.75rem);
	text-align: left !important;
	line-height: 1.2;
	width: 100%;
}

section .container .introText h3.intro {
	margin: 1rem auto;
	padding: 0;
	/*font-family: 'MarshSerif-Regular';*/
    font-family: "NotoSans-Bold", helvetica, sans-serif;
    font-size: clamp(1.2rem, 1.5vw, 1.3rem);
	line-height: 1.2;
	width: 100%;
	max-width: 1920px;
    text-align: left !important;
}
	section .container .introText .table-wrap h3.intro:last-of-type {
		margin-bottom: 1rem;
	}

.headerText {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	
	position: absolute;
    width: 100%;
    /*height: 100%;*/
    background-color: transparent;
    z-index: 7;
    max-width: 1920px;
    margin: 0;
    justify-self: flex-start;
    display: flex;
    align-items: flex-start;
    padding: 0 64px;
}

 video {
  width: 100%    !important;
  height: auto   !important;
}

section.full-width .container:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	/*background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 100%);*/
	background-image: linear-gradient( 0deg, rgba(1, 33, 83, 0) 40%, rgba(1, 33, 83, 0.8) 100%);
	mix-blend-mode: multiply;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#smooth-content section.full-width .container:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	/*background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);*/
	background-image: linear-gradient( 0deg, rgba(1, 33, 83, 0) 40%, rgba(1, 33, 83, 0.8) 100%);
	mix-blend-mode: multiply;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

section.full-width .container .headerText {
	position: absolute;
    width: 100vw;
    height: 80%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0 64px;
    order: 1;
    justify-content: flex-end;
	align-items: flex-start;
    
    background-color: transparent;
    color: #fff;
    z-index: 66;
    
    transition: all 0.3s ease-in-out;
}

section .container .introText h2.intro {
	font-family: "MarshSerif-Regular", georgia, serif;
	font-size: clamp(1.8rem, 1.4818rem + 1.0182vw, 2.5rem);
	text-align: left !important;
	color: var(--midnightBlue);
}
	section .container .introText h2.intro.white {
		color: var(--white);
	}
	section .container .introText h2.intro span {
		font-family: "MarshSerif-Italic", georgia, serif;
	}
	section .container .introText h2.intro a,
	section .container .introText h3.intro a {
		font-family: "MarshSerif-Italic", georgia, serif;
		text-align: left !important;
		color: var(--linkBlue);
	}

section .container .introText h3.intro {
	/*font-family: 'MarshSerif-Regular';*/
    font-family: "NotoSans-Bold", helvetica, sans-serif;
    font-family: "MarshSerif-Regular";
    font-size: clamp(1.8rem, 2.0vw, 2.2rem) !important;
	text-align: left !important;
}
	section .container .introText h3.intro.blue {
		color: var(--midnightBlue);
	}
	section .container .introText h3.intro.white {
		color: var(--white);
	}




.opaque {
	opacity: 90%;
}

section.full-width .container img {
    display: flex;
    align-self: flex-start;
    width: 100%;
    object-fit: cover;
    
    /* default below */
    object-position: 50% 50%;
    /* override in individual pages if needed */
    
    order: 1;
}

@media (max-width:900px) {

	#smooth-content section.full-width .container:after {
		background-image: linear-gradient(0deg, rgba(1, 33, 83, 0) 0%, rgba(1, 33, 83, 0.8) 100%);
	}

	section.full-width .container img {
		object-position: 58% top;
		
	}
	
}

section.full-width .container h3 {
    margin: 40px 5px;
    padding: 0;
    width: 100%;
    max-width: 550px;
    order: 2;
}

.container.left .introText {
	text-align: left !important;
}


.banner-image {
	width: 100% !important;
    height: auto !important;
}
.banner-image img {
	max-width: none !important;
}


section .container .text h4 {
    margin-top: 10px;
	font-family: "NotoSans-Regular", helvetica, arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
    color: var(--midnightBlue);
}
	section .container .text h4.reversed {
		color: var(--white);
	}
	
section .container h4 {
    margin-top: 3rem;
    /*font-family: 'MarshSerif-Regular';*/
    font-family: "NotoSans-Bold", helvetica, sans-serif;
    font-size: clamp(1.2rem, 1.5vw, 1.3rem);
    line-height: 1.2;
    color: var(--midnightBlue);
}
	section#headerBanner .container h4 {
		font-family: "NotoSans-Regular", helvetica, sans-serif;
	}
	
section .container h4.card-title {
    margin-top: 3rem;
    font-family: 'MarshSerif-Regular';
     font-size: clamp(1.2rem, 1.5vw, 1.3rem);
    line-height: 1.2;
    color: var(--midnightBlue);
}
	/* if h2 preceeds the h4 adjust margin top */
	section .container h2 + h4 {
		margin-top: 1rem;
	}
	/* if h2 preceeds the h4 adjust margin top */
	section .container p + h4 {
		margin-top: 2rem;
	}
	/* if h2 preceeds the h4 adjust margin top */
	section .container ul + h4 {
		margin-top: 2rem;
	}

section ol, section ul {
	margin-top: 0.5rem;
	margin-left: -1.25rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

section .container p,
section .container li {
	margin-top: 1rem;
	font-family: "NotoSans-Regular";
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	color: var(--mmc-darker-blue);
	/*max-width: 1100px;*/
}
section .container li {
	/*max-width: 900px;*/
	margin-top: 0.5rem;
}
	section .container li:last-of-type {
	
	}

/* carousel card */

a.block-link {
	text-decoration: none !important;
}
a.block-link:hover > .pension-journey .text {
	background-color: var(--skyBlue);
}

a.block-link h3 {
	font-family: "MarshSerif-Regular";
    font-size: clamp(1.2rem, 1.5vw, 1.3rem) !important;
}

/* pension journey profiles */

.inner .pension-journey {
	margin: 0;
	padding: 0;
	background: url("../images/GettyImages-1029237064-pension-journey-profiles.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	
	min-height: 450px;
}

.inner .pension-journey {
	padding-bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;
}

	.pension-journey .text {
		margin: 0;
		padding: 20px;
		color: var(--white);
		
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
		.pension-journey .text div { padding-bottom: 0.5rem; }
		
		.pension-journey .text h2 {
			margin: 0;
			padding: 0 0 0.5rem 0;
			font-family: "MarshSerif-Regular";
			font-size: clamp(2rem, 1.5455rem + 1.4545vw, 3rem);
			line-height: 1.1;
			text-align: left !important;
			color: var(--white);
		}
		.pension-journey .text h3 {
			margin: 0;
			padding: 0;
			font-family: "MarshSerif-Regular";
			font-size: clamp(1.2rem, 1.5vw, 1.3rem) !important;
			text-align: left !important;
			color: var(--white);
		}
		.pension-journey .text h4 {
			margin: 0;
			padding: 0 0 1rem 0;
			font-family: "NotoSans-Regular", helvetica, arial, sans-serif;
			font-size: 1rem;
			line-height: 1.5;
			text-align: left !important;
			color: var(--white);
		}

@media (max-width:1024px) {

	.inner .pension-journey {
		grid-template-columns: repeat(2, 1fr);
	}
		.inner .pension-journey .empty { display: none; }

}
@media (max-width:750px) {

	.inner .pension-journey {
		grid-template-columns: none;
		grid-template-rows: repeat(1, 1fr);
		align-items: flex-start;
		
		aspect-ratio: 2 / 2.25;
	}
		.pension-journey .text {
			justify-content: flex-end;
			height: fit-content;
		}
		.inner .pension-journey .empty { display: none; }

}


/* oneview */

.oneview h4 {
	margin-top: 10px !important;
    font-family: "MarshSerif-Regular" !important;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: 1.2;
    color: var(--mmc-darker-blue);
}

/* feedback form */

h2.feedback {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	font-family: "MarshSerif-Regular";
    font-size: clamp(1.8rem, 1.4818rem + 1.0182vw, 2.5rem);
    text-align: left !important;
    color: var(--mmc-darker-blue);
}
h4.feedback {
	margin-top: 10px !important;
    font-family: "MarshSerif-Regular" !important;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: 1.2;
    color: var(--mmc-darker-blue);
}

/* tables */

table {
  border-collapse: collapse;
  table-layout: fixed; /* Ensure column widths are fixed */
  width: 100%; /* Make the table responsive */
}

#table1 ::-webkit-scrollbar-thumb,
#table2 ::-webkit-scrollbar-thumb {
    background: var(--linkBlue);
}
#table1 ::-webkit-scrollbar-track,
#table2 ::-webkit-scrollbar-track {
    background: var(--linkBlue);
}
	.table-wrap {
		overflow-x: hidden;
	}
	.table-wrap table {
		margin-bottom: 0;
		width: 100%;
		overflow-x: auto;
	}

	@media screen and (max-width: 500px) {
	
		.table-wrap {
			overflow-x: scroll;
		}
		.table-wrap table {
			margin-bottom: 1rem;
			width: auto;
			overflow-x: scroll;
		}
	
	}
	

th, td, #blue th, #blue td {
  border: 1px solid #ffffff;
  padding: 15px;
  text-align: left; /* Optional: Align text to the left */
}

th, #blue th {
  background-color: #4E6187; /* Optional: Add a background color to the header */
}
	th, th p, #blue th, #blue th p {
  		font-family: "NotoSans-Bold";
  		font-size: 1rem;
  		color: #ffffff;
	}

td, #blue td {
  background-color: #e6edf3; /* Optional: Add a background color to the header */
}
	td, td p, #blue td, #blue td p {
  		font-family: "NotoSans-Regular";
  		font-size: 1rem;
		color: #4E6187;
	}

tfoot td, #blue tfoot td {
	padding-top: 2rem !important;
}

tfoot td, #blue tfoot td {
	background-color: #ffffff;
	padding: 1rem 0;
}
	tfoot td p {
		margin: 0;
		padding: 0 0 0.5rem;
		font-family: "NotoSans-Regular";
		font-size: 0.9rem;
		line-height: 1.5;
		
		color: #001f52 !important;
		
		text-align: left;
		max-width: 900px;
	}

/*** color variants ***/
#turquoise th {
  background-color: #02968F; /* Optional: Add a background color to the header */
}
#turquoise td {
  background-color: #daf0eb; /* Optional: Add a background color to the header */
}
	#turquoise td, #turquoise td p {
		color: #02968F;
	}
#turquoise tfoot td {
	background-color: #ffffff;
}

#purple th {
  background-color: #43337d; /* Optional: Add a background color to the header */
}
#purple td {
  background-color: #e9e1f2; /* Optional: Add a background color to the header */
}
	#purple td, #purple td p {
		color: #43337d;
	}
#purple tfoot td {
	background-color: #ffffff;
}

/* solid table version */
#all-blue th {
  background-color: #4E6187; /* Optional: Add a background color to the header */
}
#all-blue td {
  background-color: #4E6187; /* Optional: Add a background color to the header */
}
	#all-blue td, #all-blue td p {
		color: #fff;
	}
#all-blue tfoot td {
	background-color: #ffffff;
}

#all-purple th {
  background-color: #43337d; /* Optional: Add a background color to the header */
}
#all-purple td {
  background-color: #43337d; /* Optional: Add a background color to the header */
}
	#all-purple td, #all-purple td p {
		color: #fff;
	}
#all-purple tfoot td {
	background-color: #ffffff;
}


/* documents */

#documents {
	margin: 0;
	padding: 0;
	background-color: var(--skyBlue);
	color: var(--midnightBlue);
}

#documents:hover,
#documents.active {
	background-color: var(--skyBlue);
	color: var(--midnightBlue);
	/*cursor: pointer;*/
}

.wrapper {	
	margin: 0;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease-out;	
	
}

.wrapper.is-open {
	grid-template-rows: 1fr;
	transition: grid-template-rows 0.5s ease-out;	
    padding-bottom: 1.25rem;
}

.inner {
	overflow: hidden;
}

	.inner p:last-of-type {
		/*padding-bottom: 20px;*/
	}
	
	.inner div {
		padding-bottom: 1rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
		/*border-top: 1px solid var(--mmc-darker-blue);*/
	}

		.inner div.full-width {
			grid-template-columns: 1fr;
			gap: 0;
		}
		
		.inner div.half-width {
			grid-template-columns: repeat(2, 1fr);
			gap: 0;
		}
		
	@media (max-width:950px) {

		.inner div, 
		.inner div.half-width {
			grid-template-columns: 1fr;
			gap: 2rem;
		}
		
	}
	
		.inner div div {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
    		align-items: flex-start;
			border-top: none;
			gap: 0;
		}
			#openDocuments .inner div div {
				justify-content: flex-start;
			}
			
		.inner div div.illustration {
			align-items: center;
		}

#documentsPanel h2.link {
    margin: 1rem 0;
    padding: 0;
    font-family: 'MarshSerif-Regular';
    font-size: clamp(1.8rem, 2.2vw, 2.2rem) !important;
    color: var(--white);
    
    text-decoration: none;
    background-image: linear-gradient(#000F47, #000F47);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    color: var(--midnightBlue);
    transition: background-size .5s;
    width: fit-content;
}
/*
	#documentsPanel h2.link:hover,
	#documents.active h2,
	#documents:hover h2 {
		color: var(--white);
		
		text-decoration: none;
    	background-size: 100% 1px;
	}
*/
	#documentsPanel h2.link:hover,
	#documents.active h2 {
		color: var(--midnightBlue);
		
		text-decoration: none;
    	background-size: 100% 1px;
	}

#openDocuments h3 {
    margin: 1rem 0;
    padding: 0 0 1rem 0;
    /*font-family: 'MarshSerif-Regular';*/
    font-family: "NotoSans-Bold", helvetica, sans-serif;
    /*font-size: clamp(1.8rem, 1.4vw, 2rem);*/
    font-size: clamp(1.2rem, 1.5vw, 1.3rem);
    line-height: 1.2;
    color: var(--midnightBlue);
    
    border-bottom: 1px solid var(--midnightBlue);
    width: 100%;
}

#openDocuments p {
	margin: 0;
	padding: 0;
    font-family: 'NotoSans-Regular';
    font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
    color: var(--midnightBlue);
}

#openDocuments a {
	font-family: "NotoSans-Regular";
	font-weight: normal;
	font-style: normal;
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(#000F47, #000F47);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    color: var(--midnightBlue);
    transition: background-size .5s;
    padding-bottom: 0.15em;
}
	#openDocuments a:hover {
		background-size: 100% 1px;
		text-decoration: none;
	}

.panel-open {
	margin: 0;
    padding: 0.75rem 0;
	position: relative;
	color: var(--white);
	width: fit-content;
    cursor: pointer;
}

.panel-open h2::after {
	position: absolute;
    top: 55%;
    right: -40px;
    margin-top: -0.8rem;
    content: "";
    background-image: url("../img/blue-down-arrow.svg");
    background-size: 32px 16px;
    width: 32px;
    height: 16px;
    font-family: "NotoSans-Regular";
    font-size: 24px;
    line-height: 24px;
    color: var(--mmc-darker-blue);
}
#documents:hover .panel-open h2::after {
	position: absolute;
    top: 55%;
    right: -40px;
    margin-top: -0.8rem;
    content: "";
    background-image: url("../img/blue-down-arrow.svg");
    background-size: 32px 16px;
    width: 32px;
    height: 16px;
    font-family: "NotoSans-Regular";
    font-size: 24px;
    line-height: 24px;
	color: var(--white);
}
#documents.active .panel-open h2::after {
	position: absolute;
    top: 55%;
    right: -40px;
    margin-top: -0.8rem;
    content: "";
    background-image: url("../img/blue-up-arrow.svg");
    background-size: 32px 16px;
    width: 32px;
    height: 16px;
    font-size: 24px;
    line-height: 24px;
	color: var(--white);
}
	.panel-open h2 {
    	margin: 0;
    	
    }
            
	.panel-open.active::after,
	.panel-open:hover::after,
	.panel-open.active h2,
	.panel-open:hover h2 {
		color: var(--white);
	}
	

/* buttons */

.button {
	margin: 0;
	padding: 15px 20px !important;
	position: relative;
	background: none;
	border: 1px solid rgba(var(--yellow), 1);
	color: rgba(var(--yellow), 1);
	font-family: "NotoSans-Regular", helvetica, arial, sans-serif;
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.button.white-outline {
	border: 1px solid var(--white);
	color: var(--white);
	transition: all .5s ease-in-out;
	transform: scale(1);
}
.button.white-outline:hover {
	transition: all .5s ease-in-out;
	transform: scale(1);
}
	.button:hover {
		/*
		background: rgba(var(--yellow), 1);
		color: var(--midnightBlue);
		*/
		cursor: pointer;
	}



/* icons */

		.swiper-slide .cmp-standalone-cta span.link,
		.swiper-slide .cmp-standalone-cta span.download,
		.swiper-slide .cmp-standalone-cta span.video {
			margin: 0 0 -7px 10px;
			padding: 0;
			display: inline-block;
			font-size: 200%;
			transform: translateX(0);
			transition: all 0.5s ease;
			width: 36px;
			height: 36px;
			overflow: hidden; 
		}
		
		.swiper-slide .cmp-standalone-cta span.link::before,
		.swiper-slide .cmp-standalone-cta span.download::before,
		.swiper-slide .cmp-standalone-cta span.video::before {
			content: "";
			width: 36px;
			position: absolute;
			left: 0;
			top: 0;
			height: 36px;
			z-index: -1 !important;   
			transition: all 0.5s ease;
			
			border: 0px solid white;
		}
		.swiper-slide .cmp-standalone-cta span.link::before {
			background: url(../img/MMC_UK_PF_icons_icon-link.svg);
			background-size: 100% !important;
		}
			.swiper-slide .cmp-standalone-cta:hover span.link::before {
				background: url(../img/MMC_UK_PF_icons_icon-link-white.svg);
				background-size: 100% !important;
			}
		.swiper-slide .cmp-standalone-cta span.download::before {
			background: url(../img/MMC_UK_PF_icons_icon-download.svg);
			background-size: 100% !important;
		}
			.swiper-slide .cmp-standalone-cta:hover span.download::before {
				background: url(../img/MMC_UK_PF_icons_icon-download-white.svg);
				background-size: 100% !important;
			}
		.swiper-slide .cmp-standalone-cta span.video::before {
			background: url(../img/MMC_UK_PF_icons_icon-video-2.svg);
			background-size: 100% !important;
		}
			.swiper-slide .cmp-standalone-cta:hover span.video::before {
				background: url(../img/MMC_UK_PF_icons_icon-video-2-white.svg);
				background-size: 100% !important;
			}
		
/* text class block-link */

	.block-link.cmp-standalone-cta span.arrow::before {
		background: url(../img/blue-arrow.svg);
		background-size: 100% !important;
		transition: all 0.5s ease;
	}

/* arrows */

	.cmp-standalone-cta span.arrow {
		margin: 0 0 -2px 10px;
		padding: 0;
		display: inline-block;
		font-size: 200%;
		transform: translateX(0);
		transition: all 2s ease;
		width: 40px;
		height: 20px;
		overflow: hidden; 
	}
	
	.cmp-standalone-cta span.arrow::before {
		content: "";
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
		height: 20px;
		z-index: -1 !important;   
		transition: all 2s ease;
		
		border: 0px solid white;
	}
	
	.cmp-standalone-cta span.arrow::before {
		background: url(../img/white-arrow.svg);
		background-size: 100% !important;
	}

	.swiper-slide .cmp-standalone-cta span.arrow::before {
		background: url(../img/blue-arrow.svg);
		background-size: 100% !important;
		transition: all 0.5s ease;
	}
		.swiper-slide .cmp-standalone-cta:hover span.arrow::before {
			background: url(../img/white-arrow.svg);
			background-size: 100% !important;
			transition: all 0.5s ease;
		}
	
	.cmp-standalone-cta:hover h3 span.arrow::before {
		transform: translateX(50%);
		
		-webkit-animation:arrow-link-horizontal-animation .4s ease-in forwards;
		animation:arrow-link-horizontal-animation .4s ease-in forwards;
	}
	
	@keyframes arrow-link-horizontal-animation {
		0% {
				-webkit-transform:translateX(0);
				transform:translateX(0)
			}
		50% {
				-webkit-transform:translateX(100%);transform:translateX(100%)
			}
		50.01% {
				-webkit-transform:translateX(-100%);
				transform:translateX(-100%)
			}
		to 	{
			-webkit-transform:translateX(0);
			transform:translateX(0)
		}
	}

/* end arrows */

/* misc */

a {
	font-family: "NotoSans-Bold";
	font-weight: normal;
	font-style: normal;
	color: var(--linkBlue);
	text-decoration: none;
    background-image: linear-gradient(var(--linkBlue), var(--linkBlue));
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
    padding-bottom: 0.05em;
}
a:hover {
	text-decoration: none;
    background-image: linear-gradient(var(--linkBlue), var(--linkBlue));
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .5s;
    padding-bottom: 0.05em;
}

a.highlightPanel-link:hover {
	background-image: none;
	background-size: 0% 0;
}

	a.highlightPanel-link span {
		text-decoration: none;
		background-image: linear-gradient(var(--white), var(--white));
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 0 1px;
		transition: background-size .5s;
		padding-bottom: 0.05em;
	}

	a.highlightPanel-link:hover span {
		text-decoration: none;
		background-image: linear-gradient(var(--white), var(--white));
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 100% 1px;
		transition: background-size .5s;
		padding-bottom: 0.05em;
	}

.spaceAbove {
	margin-top: 4rem !important;
}
	.halfSpaceAbove {
		margin-top: 2rem !important;
	}

.spaceBelow {
	padding-bottom: 4rem !important;
}
	.halfSpaceBelow {
		padding-bottom: 1rem !important;
	}

.spaceBelowExtra {
	padding-bottom: 5rem !important;
}

.blue-gray-panel {
	padding-top: 2rem;
	background-color: #8096B2;
}
.magenta-panel {
	padding-top: 2rem;
	background-color: #C724B1;
}
.purple-panel {
	padding-top: 2rem;
	background-color: #8246AF;
}
.pink-panel {
	padding-top: 2rem;
	background-color: #EE3D8B;
}
.teal-panel {
	padding-top: 2rem;
	background-color: #0077A0;
}
.turquoise-panel {
	padding-top: 2rem;
	background-color: #00968F;
}


.green-panel {
	padding-top: 2rem;
	/*background-color: #00AC41;*/
	background-color: rgba(var(--green750), 1);
}

.neutral-panel {
	padding-top: 2rem;
	/*background-color: #00AC41;*/
	background-color: var(--neutral);
}

.skyBlue-panel {
	padding-top: 2rem;
	/*background-color: #00AC41;*/
	background-color: var(--skyBlue);
}
	.neutral-panel h3,
	.neutral-panel h4,
	.neutral-panel p,
	.neutral-panel li,
	.skyBlue-panel h3,
	.skyBlue-panel h4,
	.skyBlue-panel p,
	.skyBlue-panel li {
		color: var(--midnightBlue);
	}
	
	
/* footer */

footer {
    margin: 0 0 -5px 0;
    padding: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    /*background-color: rgba(39, 35, 45, 1);*/
    background-color: var(--midnightBlue);
    background-image: none;
    color: #fff;
}

			footer .container {
				margin: 0 auto;
				padding: 30px 64px;
				display: flex;
				justify-content: space-between;
				width: 100%;
				max-width: 1920px;
				
			}
			footer .container:first-of-type {
				padding: 30px 64px 0 64px;
			}
			footer .container:last-of-type {
				padding:0 64px 30px 64px;
			}

footer .container.left {
	justify-content: flex-start;
}

footer .footer-date {
	order: 1;
}
footer .footer-links {
	order: 2;
}



footer .col { 
	border: none !important;
	justify-content: flex-start;
	align-items: flex-start;
    /*width: 50%;*/
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
    order: 1;
}

footer .col-2 {
    display: flex;
    /*width: 50%;*/
    order: 2;
}

footer .mmc-logo {
    margin-right: 30px;
    margin-bottom: 10px;
}

footer .companies {
    display: flex;
    justify-content: flex-end;
    font-family: "NotoSans-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    gap: 5px 25px;
    padding-top: 0px;
    flex-flow: row wrap;
    width: 100%;
}

footer p, footer a, footer .copy {
	color: #fff;
	font-size: 15px;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

footer .companies a {
	position: relative;
	font-family: "NotoSans-Regular";
	font-weight: normal;
	font-style: normal;
	text-decoration: none; /* For Example */
	background-image: linear-gradient(#ffffff, #ffffff);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	color: #ffffff;
	transition: background-size .5s;
	padding-bottom: 0.05em;
	width: fit-content;
}

footer .companies a:hover {
	text-decoration: none;
	background-size: 100% 1px;
}

.footer-navigation {
	margin-top: 0px;
	display: flex;
	flex-flow: row wrap;;
}
	.footer-navigation div {
		display: flex;
		flex-flow: column;
	}

.footer-navigation a,
.footer-links a {
	margin-right: 60px;
	position: relative;
	font-family: "NotoSans-Regular";
	font-weight: normal;
	font-style: normal;
	text-decoration: none; /* For Example */
	background-image: linear-gradient(#ffffff, #ffffff);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	color: #ffffff;
	transition: background-size .5s;
	padding-bottom: 0.05em;
	width: fit-content;
}
.footer-navigation a:hover,
.footer-links a:hover {
	text-decoration: none; /* For Example */
	background-size: 100% 1px;
}


.footer-links a {
	margin-left: 25px;
	margin-right: 0;
}

footer .copy, footer .mobile-copy {
    margin-top: 20px;
}



					footer .footer-links #teconsent {
						display: inline-flex;
						justify-content: flex-start;
						flex-wrap: wrap;
						gap: 5px;
						margin: 20px 0 0 0;
						font-style: normal;
						font-weight: 400;
						font-size: 14px;
						line-height: 22px;
						gap: 0;
						color: black;
					}
					footer a {
						text-decoration: none;
					}
					footer a:hover {
						text-decoration: underline;
					}






.switch-container {
    margin: 0;
    padding: 0;
    /*display: flex;*/
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}



@media screen and (max-width: 900px) {







	.menu, .menu.active {
		display: block;
	}

	.siteHeader .container {
		margin: 0 auto;
		padding: 15px 30px;
	}

	section {
		padding: 3rem 0 1rem 0;
	}
	section .container {
		padding: 0 30px;
		max-width: 900px !important;
		
		transition: all 0.3s ease-in-out;
	}

			section .container .introText h2.intro {
				margin: 1rem auto;
				padding: 0;
				font-family: "MarshSerif-Regular";
    			font-size: clamp(2.25rem, 2.75vw, 3.75rem);
    			text-align: left !important;
				line-height: 1.2;
				width: 100%;
			}
			section .container .introText h3.intro {
				margin: 1rem auto;
				padding: 0;
				text-align: center;
			}



	section.full-width {
		margin: 80px 0 0 0;
	}
		section.full-width .container {
			flex-flow: column wrap;
			overflow: hidden;
			padding: 0;
		}		
			section.full-width .container .headerText {
				padding: 15px 30px 45px;
				width: 100%;
				max-width: 100%;
				
				height: 100%;
				justify-content: flex-end;
				order: 2;
				align-self: flex-start;
				
				transition: all 0.3s ease-in-out;
			}
				section.full-width .container .headerText h1,
				section.full-width .container .headerText h4 {
					text-align: left;
				}
								



	footer .container {
		padding: 10px 30px 20px !important;
		max-width: 1000px;
	}
		footer .container:first-of-type {
			padding-top: 30px !important;
			padding-bottom: 40px !important;
		}


	footer .container {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 20px 0;
	}
	
	footer .companies {
		padding-top:20px;
		gap: 10px;
		
		justify-content: flex-start;
	}

	footer .footer-date {
		order: 2;
	}
	footer .footer-links {
		order: 1;
	}

	footer .footer-links {
		justify-content: flex-start;
		align-items: center;
	}
		footer .footer-links a {
			margin-left: 0;
			margin-right: 20px;
		}
	
	footer .copy {
		text-align: left;
	}

	footer a {
		display: flex;
		width: 100%;
		justify-content: flex-start;
	}


}



#consent-banner {
    width: 100%;
    background: rgba(2, 33, 82, 0.9);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3147483647;
}

/*** overlay nav ***/

#overlay-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 2 !important;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: var(--linkBlue);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in-out;
}

#overlay-nav.active {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 100;
    visibility: visible;
    z-index: 100 !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 900px) {

	body.overlay-active .logo {
        margin: 0;
		padding: 22px 30px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
	}

#overlay-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 2 !important;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: var(--midnightBlue);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in-out;
}

#overlay-nav.active {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 100;
    visibility: visible;
    z-index: 100 !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;
}

	
	#overlay-nav .container {
		display: flex;;
		justify-content: flex-end;
	}

    #nav {
        display: inline-flex;
        align-content: center;
        position: relative;
        flex-wrap: wrap;
    }
    body.overlay-active #nav {
    	display: none;
    }
    #navClose {
        padding: 0 30px 0 0;
    }
		img#hamburgerIcon {
			display: block;
			width: 36px;
			height: auto;
			
			cursor: pointer;
		}
		img#hamburgerIconClose {
			display: block;
			width: 36px;
			height: auto;
			
			cursor: pointer;
		}

	#nav-content {
		position: relative;
		top: calc((50%) - 100px);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		#nav-content ul {
			margin: 0 auto;
			padding: 0;
			list-style: none;
			text-align: center;
		}
			#nav-content ul {
				padding-right: 10px;
			}
			#nav-content ul li {
				line-height: 2;
			}
			#nav-content ul li a {
    font-family: "MarshSerif-Regular" !important;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: 1.2;
				color: var(--white);
				text-decoration: none;
				background-image: linear-gradient(#ffffff, #ffffff);
				background-position: 50% 100%;
				background-repeat: no-repeat;
				background-size: 0% 1px;
				transition: background-size .5s;
				padding-bottom: 0.05em;
			}
			
				#nav-content ul li a:hover {
					background-size: 100% 1px;
					text-decoration: none;
				}

}

/*** carousel ***/

.outer-container {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--white);
}

.swiper {
  max-width: 1920px;
  /*padding-bottom: 70px !important;*/
}

.swiper-slide a {
  position: relative;
  text-decoration: none;
  color: var(--mmc-darker-blue);
  transition: color 0.25s ease-in-out;
  
  background-image: none !important;
}
.swiper-slide:hover > a {
  color: var(--white) !important;
  transition: color 0.25s ease-in-out;
}

    .swiper-slide img {
      width: 115%;
      height: auto;
      object-fit: cover;

      transition: transform .2s ease-in;
    }
      .swiper-slide img:hover {
        transform: scale(1.03)
      }


.swiper-button-next, .swiper-button-prev {
    top: calc((100%) - 30px) !important;

    /*
    width: 24px !important;
    height: 30px !important;
    */

    outline: none !important;
    opacity: 1 !important;
}

  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.5;
  }



.swiper-button-prev, .swiper-button-next {
	padding: 20px;
	width: 40px !important;
	height: 54px !important;
}
.swiper-button-prev {
	right: calc((50%) + 1px) !important;
    left: auto !important;
}
.swiper-button-next {
	left: calc((50%) + 1px) !important;
    right: auto !important;
}
.swiper-button-prev:after {
    content: "";
    display: block; /* Ensure the pseudo-element behaves like a block-level element */
	width: 40px;
	height: 54px;
	background-image: url(../img/dark-blue-prev-arrow.svg);
	background-size: 16px 32px;
	background-repeat: no-repeat;
	background-position: 55% 50%;
    position: absolute; /* Position the pseudo-element absolutely */
    top: 0; /* Position it at the top of the parent */
    left: 0; /* Align it to the left */
    z-index: 10; /* Place it behind other content */

    outline: none !important;
}
.swiper-button-next:after {
    content: "";
    display: block; /* Ensure the pseudo-element behaves like a block-level element */
	width: 40px;
	height: 54px;
	background-image: url(../img/dark-blue-next-arrow.svg);
	background-size: 16px 32px;
	background-repeat: no-repeat;
	background-position: 45% 50%;
    position: absolute; /* Position the pseudo-element absolutely */
    top: 0; /* Position it at the top of the parent */
    left: 0; /* Align it to the left */
    z-index: 10; /* Place it behind other content */

    outline: none !important;
}
  

.swiper.cards-swiper {
	width: 100%;
	padding: 1rem 0 4.5rem;
}
.cards-swiper .swiper-slide {
	background: var(--neutral);
	height: auto;
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease;
	/*opacity: 0.75;*/
}
.cards-swiper .swiper-slide .image-content {
	padding: 0;
	flex: 1;
	overflow: hidden;
}
.cards-swiper .swiper-slide img {
	transform: scale(1);
}
.cards-swiper .swiper-slide:hover img,
.cards-swiper .swiper-slide-active:hover img {
	opacity: 1;
	transform: scale(1.1);
}
.cards-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.cards-swiper .swiper-slide .slide-content {
	padding: 1rem 1.5rem 1.5rem;
	flex: 1;
	/*** added below for button on card alignment ***/
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cards-swiper .swiper-slide .slide-button {
	padding: 1.5rem 0 1rem;
	flex: 1;
}
.cards-swiper .swiper-slide .slide-content h3 {
	margin: 0 0 1rem;
	padding: 0 0.25rem 0 0;
	font-family: "MarshSerif-Regular";
	font-size: clamp(1.8rem, 1.4vw, 2rem);
	line-height: 1.2;
	color: var(--midnightBlue);
}
.cards-swiper .swiper-slide .slide-content p {
	margin: 0;
	font-family: "NotoSans-Regular";
	font-size: 1rem;
	line-height: 1.4;
	color: var(--midnightBlue);
}
.cards-swiper .swiper-button-next,
.cards-swiper .swiper-button-prev {
	background-color: var(--gold750);
	color: transparent;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--gold750Light);
    color: transparent;
}


.cards-swiper .swiper-pagination-bullets {
	display: none;
}

.cards-swiper .swiper-slide:hover {
	background-color: var(--skyBlue);
	transition: all 0.5s ease;
}
.cards-swiper .swiper-slide:hover .slide-content h3,
.cards-swiper .swiper-slide:hover .slide-content p {
	color: var(--midnightBlue);
	transition: all 0.3s ease;
}

.swiper-slide,
.swiper-slide-active {
  transition: none !important;
  transform: scale(1); /* Ensure it paints immediately at full size */
}


.swiper-slide > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.highlightPanel {
	margin: 0;
	padding: 30px 40px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}

	.highlightPanel.green {
		/*background: #02968f;*/
		background: var(--green750);
		
		transition: all .5s linear;
	}
	.highlightPanel.green:hover {
		background: var(--green1000);
		
		transition: all .5s linear;
	}

	.highlightPanel.purple {
		/*background: #02968f;*/
		background: var(--purple750);
		
		transition: all .5s linear;
	}
	.highlightPanel.purple:hover {
		background: var(--purple1000);
		
		transition: all .5s linear;
	}

	.highlightPanel.teal {
		background: #0077A0;
		
		transition: all .5s linear;
	}
	.highlightPanel.teal:hover {
		background: #025977;
		
		transition: all .5s linear;
	}

	.highlightPanel h3 strong {
		font-family: "MarshSerif-Regular";
    	color: var(--white);
	}
	.highlightPanel h3 {
		font-family: "MarshSerif-Regular";
    	font-size: clamp(1.8rem, 2.2vw, 2.2rem) !important;
    	color: var(--white);
    	width: 90%;
    	max-width: 1000px;
	}
		.highlightPanel h3 a {
			font-family: "MarshSerif-Regular";
			color: var(--white);
			text-decoration: none;
			background-image: linear-gradient(#ffffff, #ffffff);
			background-position: 50% 100%;
			background-repeat: no-repeat;
			background-size: 0% 1px;
			color: var(--white);
			transition: background-size .5s;
			padding-bottom: 0.05em;
		}
		.highlightPanel h3 a:hover {
			background-size: 100% 1px;
    		text-decoration: none;
		}
		
		.highlightPanel h4 {
			font-family: "NotoSans-Regular" !important;
    		font-size: clamp(1.2rem, 1.5vw, 1.7rem) !important;
    		color: var(--white) !important;
		}
		
		.highlightPanel h3.learn-more {
			font-family: "MarshSerif-Regular";
			font-size: clamp(1.3rem, 1.6vw, 1.8rem) !important;
		}
		.highlightPanel h3.learn-more strong {
			font-family: "MarshSerif-Regular";
		}

/*** dialog modal ***/

::backdrop {
  /*background-image: linear-gradient(45deg, magenta, rebeccapurple, dodgerblue, green);*/
	background: rgba(0,0,0,0.66);
	opacity: 1;
}
dialog {
	padding: 0;
	/*background: #e23e0a;*/
	background-color: var(--white);
	color: var(--mmc-darker-blue);
	border: none;
	width: 90%;
	max-width: 950px;
	
}
	dialog div.container {
		margin: 0;
		padding: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		align-items: flex-start;
		gap: 0 40px;
		position: relative;
		width: 100%;
	}
		dialog div.container div.blackout {
			margin: 0 0 0;
			padding: 40px 30px;
			display: flex;
			flex-flow: column wrap;
			width: 100%;
			background: var(--gold750);
			/*background: var(--white);*/
		}
			dialog div.container div.blackout h2,
			dialog div.container div.blackout p {
				color: var(--midnightBlue);
				/*color: var(--mmc-darker-blue);*/
			}
			dialog div.container div.blackout h3 {
				padding-bottom: 1rem;
			}
		dialog div.container div.active,
		dialog div.container div.deferred {
			margin: 30px 0;
			padding: 30px;
			/*width: 50%;*/
		}

@media screen and (max-width: 900px) {

	dialog div.container {
		flex-flow: column nowrap;
		gap: 0 40px;
	}
		dialog div.container div.blackout {
			padding: 40px 30px;
		}
		dialog div.container div.active {
			margin: 30px 0 0;
			width: 100%;
			justify-content: center;
			flex-flow: column;
			display: flex;
			align-items: center;
		}
		dialog div.container div.deferred {
			margin: 0;
			width: 100%;
			justify-content: center;
			flex-flow: column;
			display: flex;
			align-items: center;
		}

}
		
		dialog h2 {
			margin: 0;
			padding: 0 0 0.5rem;
			font-size: clamp(1.8rem, 1.4818rem + 1.0182vw, 2.5rem) !important;
		    line-height: 1.2;
		    text-align: center;
		    color: var(--white);
		}	
		dialog h3 {
			margin: 0;
			padding: 0 0 0.5rem;
			font-size: clamp(1.5rem, 1.4818rem + 1.0182vw, 2rem) !important;
		    line-height: 1.2;
		    text-align: center;
		}	
		dialog h4 {
			margin: 0;
			padding: 0.5rem 0 0;
			font-family: "NotoSans-Regular", helvetica, arial, san-serif;
			font-size: 1rem;
		    line-height: 1.2;
		    text-align: center;
		}	
		dialog p {
			margin: 0;
			padding: 1.5rem 0 0;
			text-align: center;
		}
		dialog p a,
		dialog a p {
			margin-top: 2rem;
			position: relative;
			text-decoration: none; /* For Example */
			background-image: linear-gradient(#2c6ef2, #2c6ef2);
			background-position: 50% 100%;
			background-repeat: no-repeat;
			background-size: 0% 1px;
			color: #2c6ef2;
			transition: background-size .5s;
			padding-bottom: 0.05em;
			
			border
		}
			dialog p a:hover,
			dialog a:hover p {
				background-size: 100% 1px;
    			text-decoration: none;
			}
			
			dialog p a:focus-visible,
			dialog p a:focus,
			dialog a p:focus-visible,
			dialog a p:focus { outline: none; }

		
		dialog #dialog-close-button,
		dialog #dialog-close-button-video,
		.popup_close {
			margin: 0;
			padding: 10px;
			background: var(--gold750);
			color: var(--midnightBlue);
			outline: 0;
			
			border: none;
			
			outline-style: none;
			border-radius: 0;
			
			display: flex;
			justify-self: flex-end;
			
			cursor: pointer;
			position: absolute;
			top: 10px;
			right: 10px;
			z-index: 30;
		}
		dialog #dialog-close-button img,
		dialog #dialog-close-button-video img,
		.popup_close {
			/*width: 100%;*/
			height: auto;
		}
		
dialog button,
dialog button:focus-visible {
	margin: 0;
	padding: 10px;
	background: var(--gold750);
	color: var(--midnightBlue);
	outline: 0;
	
	border: none;
	
	outline-style: none;
	border-radius: 0;
	
	display: flex;
	justify-self: flex-end;
	
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
}
.popup_close {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	
	display: flex;
	justify-self: flex-end;
	
	cursor: pointer;
}
	.popup_close::after {
		content: "";
		background: url("../img/close-button.svg");
		width: 30px;
		height: 30px;
		background-size: 30px;
		top: 0;
		right: 0;
		position: absolute;
		display: inline-block;
	}


a:active, a:focus {

outline: 0;

border: none;

outline-style: none;

}

body.fixed {
	/*overflow: hidden;*/
}
dialog[open] {
  animation: fadeIn 0.5s linear forwards;
}

@keyframes fadeIn {
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}

#feedback {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
    position: relative;
    bottom: 0px;
    right: 0px;
    left: auto;
    top: auto;
    width: 100%;
    
    z-index:10;
}

/*** embedded overrides ***/

.lpv2 #lp-container-fixed {
	max-width: none !important;
}

/* OneView hidden default during blackout window - hide both blocks by default; JS reveals the correct one */
#oneview-login .container { display: none; }

/* factsheet modal start*/
#factsheet-unavailable {
	max-width: 640px;
}

#factsheet-unavailable .container {
	display: block;
}

#factsheet-unavailable .factsheet-unavailable-message {
	margin: 0;
	padding: 50px 70px;
	background: var(--gold750);
}

#factsheet-unavailable .factsheet-unavailable-message p {
	margin: 0;
	padding: 0;
	font-family: "MarshSerif-Regular", georgia, serif;
	font-size: clamp(1.5rem, 1.4818rem + 1.0182vw, 2rem);
	line-height: 1.25;
	color: var(--midnightBlue);
}

@media screen and (max-width: 900px) {
	#factsheet-unavailable .factsheet-unavailable-message {
		padding: 50px 30px 40px;
	}
}

/* factsheet modal end*/

#dateline {
	height: 1px;
    background-color: var(--mmc-darker-blue);
}


/* new dialog when a document is no longer available */

/* Mercer SmartPath document unavailability dialog */

dialog#smartpath-unavailable {
  max-width: 500px;
  padding: 0;
  border: none;
}

dialog#smartpath-unavailable::backdrop {
  background: rgba(0, 0, 0, 0.66);
}

#smartpath-dialog-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#smartpath-dialog-close-button img {
  width: 20px;
  height: 20px;
}

.smartpath-dialog-content {
  background: var(--gold750);
  padding: 0;
}

.smartpath-dialog-content h3 {
	margin: 0;
	padding: 30px 40px 30px 30px;
	font-family: "MarshSerif-Regular", georgia, serif;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	line-height: 1.2;
  color: var(--midnightBlue);
}

.smartpath-retry-info {
	margin: 0;
	padding: 0 30px 30px;
	background: #ffffff;
}
.smartpath-dialog-content p {
  margin: 0;
  line-height: 1.6;
  color: var(--midnightBlue);
  font-size: 1.2rem;
}


.smartpath-btn-close {
  color: white;
  border: none;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.smartpath-btn-close:hover {
  background: #0066aa;
}

.smartpath-btn-close:active {
  background: #004080;
}