<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------- REALM home page only CSS ------- */


/* REALM homepage hero */

#realm-hero {
	padding: 0 !important;
	margin: 0 0 2rem;
	background: url(/content/dam/realm/images/hero-background-03.png) center #e8f1f8;
	background-size: cover;
}

#realm-hero-copy .copy {
	float: left;
	min-width: 45%;
	margin: 40px 0;
	text-align: right;
	background: rgba(255, 255, 255, .95);
	padding: 1rem 2rem;
	border: 3px solid var(--blue-dark);
	border-left: 0;
}

#realm-hero-copy h1 {
	margin: 0 0 12px 0;
}

#realm-hero-copy h1 span,
#realm-hero-copy p.subhed {
	display: block;
}

#realm-hero-copy h1 .deck1 {
	margin-top: 24px;
	font-family: 'Graphik Web', Graphik, 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 120px;
	line-height: 100px;
	letter-spacing: -3px;
	color: #00AFD7;
}

#realm-hero-copy h1 .deck2 {
	font-family: 'Graphik Web', Graphik, 'Graphik Light', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 62px;
	line-height: 62px;
	letter-spacing: 0px;
	color: #236192;
	text-align: right;
	text-transform: uppercase;
}

#realm-hero-copy p.subhed {
	margin: 8px 0 24px 14px;
	font-family: 'Graphik Web', Graphik, 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333F48;
	display: none;
}

@media handheld and (max-width:740px),
screen and (max-device-width:740px),
screen and (max-width:740px) {

	#realm-hero.cq-colctrl-default,
	#realm-hero .parsys_column.cq-colctrl-default-c0 {
		margin-bottom: 0px !important;
	}

	#realm-hero-copy h1 .deck1 {
		font-size: 96px;
		line-height: 86px;
	}

	#realm-hero-copy h1 .deck2 {
		font-size: 50px;
		line-height: 50px;
	}

	#realm-hero-copy p.subhed {
		margin-left: 0;
		margin-bottom: 14px;
	}
}

@media handheld and (max-width:440px),
screen and (max-device-width:440px),
screen and (max-width:440px) {
	#realm-hero-copy h1 .deck1 {
		font-size: 72px;
		line-height: 68px;
	}

	#realm-hero-copy h1 .deck2 {
		font-size: 38px;
		line-height: 28px;
	}

	#realm-hero-copy p.subhed {
		margin-top: 14px;
		font-size: 16px;
		line-height: 20px;
	}
}


/* Font overwrite */

#realm-intro p .text-large strong,
#realm-intro .link-btn-blue a {
	font-family: Lato, Helvetica, Arial, 'Arial Unicode MS', sans-serif !important;
	font-weight: 900;
}


/* Intro */

#realm-intro p {
	width: 80%;
	margin: 0 10% 2rem 10%;
	text-align: center;
}

#realm-intro p .text-large {
	font-size: 28px;
	line-height: 34px;
}

@media handheld and (max-width:480px),
screen and (max-device-width:480px),
screen and (max-width:480px) {

	#realm-intro .parsys_column.cq-colctrl-default,
	#realm-intro .parsys_column.cq-colctrl-default-c0 {
		margin-bottom: 1em;
	}

	#realm-intro p {
		width: 100%;
		margin: 0;
	}

	#realm-intro p .text-large {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}


/* Latest news */

#realm-latest {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 6rem;
}

#realm-latest .parsys_column.cq-colctrl-lt2-r-c0,
#realm-latest .parsys_column.cq-colctrl-lt2-r-c1 {}

#realm-latest .parsys_column.cq-colctrl-lt2-r-c0 .col0.parsys {
	border: 8px solid #00AFD7;
	min-height: 280px;
}

#realm-latest .parsys_column.cq-colctrl-lt2-r-c1 .col1.parsys {
	background: #f7f7f7;
	padding: 24px 24px 8px 24px;
	margin: 0;
	border: 1px solid #BBBCBC;
}

#realm-latest .parsys_column.cq-colctrl-lt2-r-c0 h2 {
	display: inline-block;
	margin: 0;
	padding: 8px 18px 12px 10px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	background: #00AFD7;
}

#realm-latest #realm-hapnow .col0.parsys {
	border: none;
}

#realm-latest h2 {
	display: inline-block;
	margin: 0;
	padding: 8px 18px 12px 10px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	background: #00AFD7;
}

#realm-hapnow {
	padding: 24px 24px 0 24px;
}

#realm-hapnow .newslist.parbase.section {
	margin-bottom: 2rem;
}

#realm-hapnow .newslist.parbase.section h3 {
	font-size: 32px;
	line-height: 38px;
}

#realm-hapnow .newslist.parbase.section .short-desc p {
	font-size: 21px;
	line-height: 26px;
}

#realm-hapnow .newslist.parbase.section p:empty {
	display: none;
}

#realm-hapnow .newslist.parbase.section p:last-of-type {
	margin-bottom: 0;
}

@media handheld and (max-width:899px),
screen and (max-device-width:899px),
screen and (max-width:899px) {
	#realm-latest {
		display: block;
		width: 100%;
	}
}

@media handheld and (max-width:480px),
screen and (max-device-width:480px),
screen and (max-width:480px) {
	#realm-latest h2 {
		display: block !important;
	}
}


/* Webinars */

#webinars h3 {
	color: #00AFD7;
}

@media handheld and (max-width:899px),
screen and (max-device-width:899px),
screen and (max-width:899px) {
	#webinars {
		padding: 0 24px;
	}
}


/* Timeline, project activities + phases */

#timeline {
	padding: 24px;
	background: #eceeef;
}

@media handheld and (max-width:480px),
screen and (max-device-width:480px),
screen and (max-width:480px) {
	#timeline {
		padding: 14px;
	}
}

#current-activities {
	border: 8px solid #888B8D;
	margin-bottom: 2rem;
	background: #ffffff;
}

#current-activities .parsyscolumncontrol.section {
	margin-bottom: 0;
}

#current-activities h2,
#project-phases h2 span {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

#current-activities h2 {
	padding: 6px 14px 10px 6px;
	background: #888B8D;
}

#current-activity-details {
	padding: 0 24px 14px
}

#current-activity-details,
#current-activity-details .parsys_column {
	margin-bottom: 0px !important;
}

#project-phases h2 {
	border-style: solid;
	border-width: 0 0 8px 0;
	line-height: 32px !important;
}

#project-phases h2 span {
	padding: 12px 14px 2px;
}

#project-phases h3 {
	text-transform: none;
}

#project-phases h2.phase-one {
	border-color: #007DBA;
}

#project-phases h2.phase-two {
	border-color: #4C8C2B;
}

#project-phases h2.phase-three {
	border-color: #E87722;
}

#project-phases h2.phase-one span {
	background: #007DBA;
}

#project-phases h2.phase-two span {
	background: #4C8C2B;
}

#project-phases h2.phase-three span {
	background: #E87722;
}</pre></body></html>