<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadwrapper ul, .breadwrapper h1 {
	display: none !important;
}
.main-body {
	margin-bottom: 40px;
}
#header-wrap {
	background: #f5f5f5;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 400px;
	margin: 32px 0;
	overflow: hidden;
}
#header-text {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	width: 400px;
	top: 60px;
	left: 60px;
	padding: 30px;
}
#header-text h1 {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 30px;
}
#header-text h1:after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: 140px;
	height: 1px;
	width: 15%;
	border-top: 3px solid #123881;
}
#header-text p {
	font-size: 125%;
}
#header-image {
	position: absolute;
	z-index: 1;
	background: url(/innovation/PublishingImages/innovation-hero.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 400px;	
	top: 0;
	/* wo red block: right: 0; */
	left: 400px;
}
#header-image.research-tab {
	background: url(/innovation/PublishingImages/research-hero.png) no-repeat;
}
#header-image.drugs-tab {
	background: url(/innovation/PublishingImages/drugs-hero.png) no-repeat;
}
#header-image.devices-tab {
	background: url(/innovation/PublishingImages/devices-hero.png) no-repeat;
}
#header-image.clinical-tab {
	background: url(/innovation/PublishingImages/clinical-hero.png) no-repeat;
}
#header-image.digital-tab {
	background: url(/innovation/PublishingImages/digital-hero.png) no-repeat;
}
#header-image.data-tab {
	background: url(/innovation/PublishingImages/data-hero.png) no-repeat;
}
#header-image.procurement-tab {
	background: url(/innovation/PublishingImages/procurement-hero.png) no-repeat;
}
#header-image.emerging-tab {
	background: url(/innovation/PublishingImages/emerging-hero.png) no-repeat;
}
#red-block {
	background: #c51d3e;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 164px;
	border-top: 80px white solid;
	border-bottom: 80px white solid;
}
.tab {
	min-height: 160px;
}
.tablinks {
	background: #ffffff;
	width: 12%;
	height: 200px;
	text-align: center;
	color: #123881 !important;
	position: absolute;
	top: 620px;
	border-radius: 0;
}
#drugs {
	left: 14%;
}
#devices {
	left: 26%;
}
#clinical {
	left: 38%;
}
#digital {
	left: 50%;
}
#data {
	left: 62%;
}
#procurement {
	left: 74%;
}
#emerging {
	left: 86%;
}
.tablinks p {
	margin-top: 20px;
}
.tablinks:hover img {
	display: none;
}
.tablinks .hover {display: none;
	position: relative;
	z-index: 99;
}
.tablinks:hover img.hover, .tablinks:active img.hover, .tablinks.active img.hover, .tablinks:hover, .tablinks.active {
	display: inline-block;
	background: #123881;
	color: #FFFFFF !important;
}
.active .top-layer {
	display: none;
}
.tabcontent:before {
	content: '\25B2';
	font-size: 32px;
	position: relative;
	bottom: 68px;
	color: #123881; 
}
#research-tab:before {
	left: 2%;
}
#drugs-tab:before {
	left: 14%;
}
#devices-tab:before {
	left: 27%;
}
#clinical-tab:before {
	left: 41%;
}
#digital-tab:before {
	left: 54.5%;
}
#data-tab:before {
	left: 68%;
}
#procurement-tab:before {
	left: 81.5%;
}
#emerging-tab:before {
	left: 95%;
}
.tabcontent {
	display: none;
	width: 100%;
	padding: 32px 0;
	background-color: #ffffff;
	border-top: 4px solid #123881;
	box-sizing: border-box;
	margin-top: 280px;
}
.tabcontent h2:first-of-type {
	margin-top: -28px;
}
@media only screen and (max-width: 1024px) {
	.main-body {
		overflow: hidden;
	}	
	.tablinks {
		width: 100%;
		border-top: 1px solid #f4f4f7;
		position: static;
		text-align: left;
		height: auto;
		margin-bottom: 0;
	}
	.tablinks img {
		float: left;
		padding-left: 35%;
		padding-right: 32px;
	}
	.tabcontent {
		margin: 32px 0;
		border-bottom: 4px solid #123881;
		padding: 8px 16px 32px 16px;
	}
	.tabcontent:before {
		bottom: 44px;
	}
	#research-tab:before, #drugs-tab:before, #devices-tab:before, #clinical-tab:before,	#digital-tab:before, #data-tab:before, #procurement-tab:before, #emerging-tab:before {
		left: 48%;
	}
}
@media only screen and (max-width: 767px) {
	#contentwrapper, .maincontent, .main-body {
		background-color: #FFFFFF !important;
	}
	#header-wrap {
		height: auto;
	}
	#header-image, #red-block {
		display: none;
	}
	#header-text {
		position: static;
		padding: 16px 0 0 0;
		width: 100%;
	}
	#header-text h1:after {
		left: 0;
		bottom: 88px;
	}
	.tablinks img {
		padding-left: 16px
	}
}</pre></body></html>