:root {
    --main-bg-color: #ffffff;
    --impact-dark-blue: #002c77;
    --impact-darker-blue: #001f52; /* used for text and headings */
    --impact-mid-blue: #2c6ef2; /* used for links in body text and also hover (with underline) */
    --impact-light-blue: #0f9cd8;
    --impact-lightest-grey: #E4EDF4;
    --impact-grey-1: #949494;
    --impact-grey-2: #dadada;
    --header-height: 100px;
    --header-height-scrolled: 80px;
    --header-height-tablet: 90px;
    --header-height-mobile: 60px;
    --off-white: #e3edec;
    --white: #ffffff;

	--impact-brighter-blue: #027AFF; /* new MMC blue used for butttons etc */
   
    --margin-desktop: 64px;
    --margin-tablet: 40px;
    --margin-mobile: 20px;

	--grayscale-percentage: 100%;
	--contrast-amount: 1.25;

}

@font-face {
    font-family: "MMCdisplay_Cd_Rg";
	src: url("../fonts/MMCDisplayCD_Rg.ttf") format("truetype");
	src: url("../fonts/MMCDisplayCd_W_Rg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Cd_Bd";
	src: url("../fonts/MMCDisplayCd_Bd.ttf") format("truetype");
	src: url("../fonts/MMCDisplayCd_W_Bd.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Rg";
	src: url("../fonts/MMCDisplay_Rg.ttf") format("truetype");
	src: url("../fonts/MMCDisplay_W_Rg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Bd";
	src: url("../fonts/MMCDisplay_Bd.ttf") format("truetype");
	src: url("../fonts/MMCDisplay_W_Bd.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@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;
}

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;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable && both-edges?;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--impact-dark-blue);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--impact-light-blue);
}
	
h1, h2, h3, h4, h5, h6 {
    font-family: "MMCdisplay_Cd_Bd", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.15;
}

body {
	margin: 0;
	padding: 0;
	/*padding-top: 100px;*/
	font-family: "NotoSans-Regular";
	font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
	overflow-y: auto;
}









/* 2025 changes */
header {
	position: absolute;
	height: 120px;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	z-index: 10;
}

.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: 1400px;
		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;
}

.navigation li a {
	margin: 0;
	padding: 20px;
	font-family: "NotoSans-Regular";
	font-size: clamp(1rem, 1.1vw, 1rem) !important;
	text-decoration: none;
	letter-spacing: 0.01rem; 
	color: #ffffff;
}

.navigation li a:hover, .navigation li.active a, .navigation li a.active, .navigation #secondaryNav li a.active {
    background-color: #027AFF;
    color: #ffffff;
	text-decoration: none;
}

nav.desktop-nav li a:hover, header #mainNav li a.active {
    /*padding-bottom: 16px;*/
    border-bottom: 0;
}

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


section {
	margin: 0;
	padding: 3rem 0 0 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 .container {
		margin: 0 auto;
		padding: 0 64px;
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		width: 100%; 
		max-width: 1400px !important;
		height: 100%;
	}



#headerBanner {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: fit-content;
	object-fit: cover;
}

#headerBanner h2 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
	font-family: "MMCdisplay_Cd_Bd" !important;
    font-size: clamp(3rem, 5.5vw, 5rem);
    line-height: 1.1;
    max-width: 60%;
}

#headerBanner h3 {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	font-family: "MMCdisplay_Rg" !important;
    font-size: clamp(1.5rem, 2.5vw, 2.18rem) !important;
	line-height: 1.2;
    max-width: 55%;
}

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

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

section .container .introText h2.intro {
	margin: 1rem auto;
	padding: 0;
	font-family: "MMCdisplay_Cd_Bd";
	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: "MMCdisplay_Rg";
	/*font-size: 1.25rem;*/
	font-size: clamp(1.15rem, 1.25vw, 1.75rem);
	line-height: 1.5;
	width: 100%;
	max-width: 1400px;
    text-align: left !important;
}

.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: 1400px;
    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(2, 0, 36, 0) 0%, rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0.6) 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: 100%;
    height: 100%;

            display: flex;
            flex-flow: column nowrap;
            padding: 0 64px;
            order: 1;
            justify-content: center;
            align-items: flex-start;
    
    background-color: transparent;
    color: #fff;
    z-index: 7;
}

section .container .introText h2.intro {
	font-family: "MMCdisplay_Cd_Bd";
	font-size: clamp(2.25rem, 2.75vw, 3.75rem);
	text-align: left !important;
}

section .container .introText h3.intro {
	font-family: "MMCdisplay_Rg";
	font-size: clamp(1.15rem, 1.25vw, 1.75rem);
	text-align: left !important;
}




.opaque {
	opacity: 90%;
}

section.full-width .container img {
    display: flex;
    align-self: flex-start;
    width: 100%;
    max-width: 400px;
    height: 80vh;
    min-height: 600px;
    object-fit: cover;
    order: 1;
}
section.full-width .container h3 {
    margin: 40px 5px;
    padding: 0;
    display: flex;
    align-self: flex-start;
    width: 100%;
    max-width: 600px;
    order: 2;
}

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


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

/* arrows */

a.cmp-standalone-cta {
    display: flex;
    cursor: pointer;
}

/* end arrows */


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

			footer .container {
				margin: 0 auto;
				padding: 30px 64px;
				display: flex;
				justify-content: space-between;
				width: 100%;
				max-width: 1400px;
				
			}
			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 .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 .marsh-mcLennan-logo {
    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: 20px;
    padding-top: 0px;
    flex-flow: row wrap;
    width: 100%;
}

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

footer .companies a {
	font-family: "NotoSans-Bold" !important;
}

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

footer .companies a:hover {
	color: #fff;
	text-decoration: none;
}

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

.footer-navigation a {
	margin-right: 80px;
}

footer .footer-links #teconsent {
	margin-top: 20px;
	margin-left: 10px;
}

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: 30px 0 0 0;
						font-style: normal;
						font-weight: 400;
						font-size: 14px;
						line-height: 22px;
						gap: 10px;
						color: black;
					}
					footer a {
						text-decoration: none;
					}
					footer a:hover {
						text-decoration: underline;
					}
					footer .copy, footer .mobile-copy {
						margin-top: 30px;
						font-family: "NotoSans-Regular" !important;
					}






.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: 1000px) {







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

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

	section {
		padding: 1rem 0;
	}
	section .container {
		padding: 0 30px;
		max-width: 1000px !important;
	}

			section .container .introText h2.intro {
				margin: 1rem auto;
				padding: 0;
				font-family: "MMCdisplay_Cd_Bd";
    			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: "MMCdisplay_Rg";
				/*font-size: 1.25rem;*/
				font-size: clamp(1.15rem, 1.25vw, 1.75rem);
				line-height: 1.5;
				width: 100%;
				max-width: 1400px;
				text-align: center;
			}



	section.full-width {
		margin: 80px 0 0 0;
	}
		section.full-width .container {
			flex-flow: column wrap;
			overflow-x: hidden;
			padding: 0;
		}		
			section.full-width .container .headerText {
				padding: 15px 30px;
				width: 100%;
				max-width: 100%;
				order: 2;
				align-self: center;
			}
				section.full-width .container .headerText h1,
				section.full-width .container .headerText h4 {
					text-align: center;
				}
								

	footer {
		padding-bottom: 20px;
	}

	footer .container {
		padding: 30px 30px 0 !important;
		max-width: 1000px;
	}


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

	.footer-navigation {
		margin-top: 0px;
		display: flex;
		flex-flow: column wrap;;
	}
	
	footer .footer-links {
		justify-content: flex-start;
		align-items: center;
	}
		footer .footer-links #teconsent {
			margin-top: 0;
			gap: 0;	
		}
	
	footer .footer-left {
		order: 2;
	}
	
	footer .copy {
		text-align: left;
		font-family: "NotoSans-Regular" !important;
	}

	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;
}