/* OCLC Annual Report 2023-2024 */

/* Import */

@import url("/content/dam/common/css/oclc-fonts-v2.css");
@import url("/content/dam/oclc/annual-report/2024/css/normalize_11.min.css");
@import url("/content/dam/oclc/annual-report/2024/css/skeleton_2.0.4.min.css");
@import url("/content/dam/oclc/annual-report/2024/css/hamburger_menu.css");
@import url("/content/dam/oclc/annual-report/2024/css/owl.carousel.css");
@import url("/content/dam/oclc/annual-report/2024/css/owl.theme.default.css");
@import url("/content/dam/oclc/annual-report/2024/css/print.css");


/* Graphik font weights

100 Thin
200 Extra Light
300 Light
400 Regular
500 Medium
600 Semibold
700 Bold
800 Black
900 Super

*/


/* Page structure */

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	margin: 0;
	font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #1D252D;
	line-height: 1.3;
}

h2,
h3,
h4,
h5 {
	line-height: 1.15;
}

.cover,
.cover .row {
	padding: 0;
}

.cover .container {
	width: 100%;
	max-width: none;
}

p {
	margin: 0 0 1em;
}

ul {
	margin: 0 0 1rem;
	padding-left: 2rem;
}

@media (max-width: 600px) {
	ul {
		padding-left: 1rem;
	}
}

li {
	margin: 0 0 0.7em;
}

img {
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 700;
}

.section-content b,
.section-content strong {
	font-weight: 600;
}

.section-content a,
#report-letter a {
	font-weight: 600;
	color: #1D252D;
	text-decoration: none;
	border-bottom: 1px solid #1D252D;
}

.section-content a:hover,
#report-letter a:hover {
	color: #007dba;
	border-bottom: 1px solid #007dba;
}

.center {
	text-align: center;
}

.visuallyhidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

nobr {
	white-space: nowrap;
}

@media (max-width: 480px) {
	nobr {
		white-space: normal;
	}
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

p.footnote,
p.caption {
	font-size: 0.75rem;
	line-height: 1rem;
}

p.footnote {
	font-style: italic;
	margin-bottom: 2rem;
}

p.image.margin-top {
	margin-top: 1rem;
}

p.image.caption-bottom {
	margin-bottom: 0.25rem !important;
}

p.image.outline img {
	border: 1px solid #BBBCBC;
}

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

.bottom-margin {
	margin-bottom: 2rem !important;
}

.no-top-margin,
.first {
	margin-top: 0 !important;
}

.no-bottom-margin,
.last {
	margin-bottom: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

@media (max-width: 800px) {
	.mobile-bottom-margin {
		margin-bottom: 4rem;
	}
}


/* Hero */

#report-hero {
	margin: 0;
	background: rgb(29, 37, 45);
	background: linear-gradient(0deg, rgba(29, 37, 45, 1) 0%, rgba(102, 111, 118, 1) 100%);
}

.report-hero-bg {
	padding: 10rem 2rem 6rem;
	background: url('/content/dam/oclc/annual-report/2024/images/bg_hero_bg.svg');
	background-repeat: repeat;
	background-size: contain;
}

.report-hero-main {
	margin: 0 auto;
	max-width: 1280px;
	padding: 3rem;
	background: url('/content/dam/oclc/annual-report/2024/images/bg_hero_main.png') repeat;
}

.report-hero-main h1 {
	margin: 0 0 1rem;
}

.report-hero-main h1 span {
	display: block;
}

.report-hero-main h1 span.tag {
	margin: 0 0 1rem;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -0.25px;
}

.report-hero-main h1 span.headline {
	margin: 0 0 1rem;
	font-size: 3rem;
	line-height: 1.1em;
	font-weight: 700;
}

.report-hero-main p.intro {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: -0.5px;
}

.report-hero-main p.jumplink a {
	display: block;
	padding: 0.75rem 1rem;
	border-left-width: 12px;
	border-left-style: solid;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.report-hero-main p.jumplink.growing a {
	background: #4C8C2B;
	border-left-color: #00573F;
}

.report-hero-main p.jumplink.investing a {
	background: #007DBA;
	border-left-color: #01426A;
}

.report-hero-main p.jumplink.engaging a {
	background: #AE2573;
	border-left-color: #722257;
}

.report-hero-main p.jumplink.growing a:hover {
	background: #357123;
}

.report-hero-main p.jumplink.investing a:hover {
	background: #0d62a2;
}

.report-hero-main p.jumplink.engaging a:hover {
	background: #982059;
}


@media (max-width: 960px) {
	.report-hero-main p.jumplink a {
		display: inline-block;
	}

	.report-hero-main .four.columns {
		margin-bottom: 1rem;
	}
}

@media (max-width: 800px) {
	.report-hero-bg {
		padding-top: 6rem;
	}
}

@media (max-width: 600px) {
	.report-hero-main {
		padding: 2rem;
	}

	.report-hero-bg {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 480px) {
	.report-hero-main {
		padding: 1.5rem;
	}

	.report-hero-main h1 span.tag {
		font-size: 1.4rem;
	}

	.report-hero-main h1 span.headline {
		font-size: 2.6rem;
		line-height: 1.05em;
	}

	.report-hero-main p.intro {
		font-size: 1.6rem;
	}
}


/* CEO letter */

#report-letter {
	padding: 4rem 0;
	background: #f1f1f1;
	background: rgb(29, 37, 45);
	background: linear-gradient(180deg, rgba(29, 37, 45, 1) 0%, rgba(102, 111, 118, 1) 100%);
}

#report-letter .letter-cont {
	margin: 0 auto;
	max-width: 1080px;
	background: #ffffff;
}

#report-letter .letter-body {
	padding: 4rem;
}

#report-letter .letter-body h2 {
	margin: 0 0 2rem;
	font-size: 1.75rem;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

#report-letter .pullquote {
	float: right;
	width: 320px;
	margin: 0.5rem 0 2rem 2.5rem;
	padding: 2rem 0.25rem;
	border-top: 1px solid #01426A;
	border-bottom: 1px solid #01426A;
}

#report-letter .pullquote p {
	margin: 0;
	font-weight: 600;
	font-size: 1.5rem;
	color: #01426A;
	letter-spacing: -0.25px;
}

#report-letter .letter-body strong {
	font-weight: 600;
}

#report-letter .letter-body p.signature {
	margin: 4rem 0 1rem;
}

#report-letter .letter-body p.signature img {
	max-width: 200px;
	height: auto;
}

@media (max-width: 1080px) {
	#report-letter {
		padding: 0;
	}

	#report-letter .letter-cont {
		border: none;
	}
}

@media (max-width: 880px) {
	#report-letter .pullquote {
		float: none;
		width: auto;
		margin: 2rem 0;
	}
}

@media (max-width: 800px) {
	#report-letter .letter-body {
		padding: 3rem;
	}
}

@media (max-width: 480px) {
	#report-letter .letter-body {
		padding: 2rem;
	}
}

@media (max-width: 380px) {
	#report-letter .letter-cont {
		width: 100%;
	}

	#report-letter .letter-body {
		padding: 1.5rem 1rem;
	}
}


/* Section headers */

.cover.sectionhed {
	margin: 0 0 4rem 0;
	padding: 6rem 2rem;
	background-repeat: repeat !important;
	background-position: center center !important;
	background-size: 40% !important;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical; */
}

a[name],
.dropdown-content a[name] {
	scroll-margin-top: 80px;
}

@media (max-width: 800px) {

	a[name],
	.dropdown-content a[name] {
		scroll-margin-top: 0px;
	}
}

#report-sectionhed-investing {
	background: rgb(1, 66, 106);
	background: linear-gradient(0deg, rgba(1, 66, 106, 1) 0%, rgba(0, 125, 186, 1) 100%);
	/* png fallback background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_investing.png');
	/* svg background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_investing.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-growing {
	background: rgb(39, 93, 56);
	background: linear-gradient(0deg, rgba(39, 93, 56, 1) 0%, rgba(76, 140, 43, 1) 100%);
	/* png fallback background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_growing.png');
	/* svg background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_growing.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-engaging {
	background: rgb(114, 34, 87);
	background: linear-gradient(0deg, rgba(114, 34, 87, 1) 0%, rgba(174, 37, 115, 1) 100%);
	/* png fallback background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_engaging.png');
	/* svg background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_engaging.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-financials {
	background: rgb(225, 230, 234);
	background: linear-gradient(0deg, rgba(225, 230, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
	/* png fallback background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_financials.png');
	/* svg background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_sectionhed_financials.svg'), linear-gradient(transparent, transparent);
}

@media (min-width: 1980px) {
	.cover.sectionhed {
		background-size: 30% !important;
	}
}

@media (max-width: 1080px) {
	.cover.sectionhed {
		padding: 4rem 2rem !important;
		background-size: 70% !important;
	}
}

@media (max-width: 960px) {
	.cover.sectionhed {
		padding: 4rem 1.5rem !important;
	}
}

@media (max-width: 800px) {
	.cover.sectionhed {
		background-size: 90% !important;
	}
}

@media (max-width: 480px) {
	.cover.sectionhed {
		padding: 3rem 1rem !important;
		background-size: 120% !important;
	}
}

.cover.sectionhed .container {
	max-width: 1080px;
}

.cover.sectionhed h2 {
	margin: 0;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
}

@media (min-width: 0px) {
	.cover.sectionhed h2 {
		font-size: 2rem;
		letter-spacing: 0rem;
	}
}

@media (min-width: 360px) {
	.cover.sectionhed h2 {
		font-size: calc(1.75rem + 1vw);
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 480px) {
	.cover.sectionhed h2 {
		font-size: calc(2rem + 1vw);
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 800px) {
	.cover.sectionhed h2 {
		font-size: 2.5rem;
		letter-spacing: -0.025rem;
	}
}

.cover.sectionhed h2 .tag,
.cover.sectionhed h2 .highlight {
	display: block;
	text-transform: uppercase;
}

.cover.sectionhed h2 .tag {
	display: inline-block;
	margin: 0 0 2.5rem;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0;
	border: 1px solid #fff;
}

.cover.sectionhed h2 .highlight {
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-width: 0px) {
	.cover.sectionhed h2 .highlight {
		font-size: 2.75rem;
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 360px) {
	.cover.sectionhed h2 .highlight {
		font-size: calc(3.6rem + 1vw);
		letter-spacing: -0.05rem;
	}
}

@media (min-width: 480px) {
	.cover.sectionhed h2 .highlight {
		font-size: calc(4.5rem + 1vw);
		letter-spacing: -0.1rem;
	}
}

@media (min-width: 800px) {
	.cover.sectionhed h2 .highlight {
		font-size: 6rem;
	}
}

@media (max-width: 600px) {
	.cover.sectionhed h2 .tag {
		font-size: 1.4rem;
	}
}

@media (max-width: 480px) {
	.cover.sectionhed h2 .tag {
		font-size: 1.3rem;
	}
}

#report-sectionhed-financials h2,
#report-sectionhed-financials p {
	color: #1D252D;
}

#report-sectionhed-financials h2 {
	margin: 0 0 1rem;
	font-weight: 700;
	font-size: 4rem;
	line-height: 4rem;
}

#report-sectionhed-financials p {
	margin: 0;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.0rem;
	letter-spacing: -0.25px;
}

@media (min-width: 0px) {
	#report-sectionhed-financials h2 {
		font-size: 2.5rem;
		line-height: 2.75rem;
		letter-spacing: 0rem;
	}
}

@media (min-width: 360px) {
	#report-sectionhed-financials h2 {
		font-size: calc(2.5rem + 1vw);
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 800px) {
	#report-sectionhed-financials h2 {
		font-size: 3rem;
		line-height: 3rem;
		letter-spacing: -0.05rem;
	}
}

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

@media (max-width: 480px) {
	.cover.sectionhed .container {
		padding: 0px;
	}

	#report-sectionhed-financials p {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

@media (max-width: 360px) {
	#report-sectionhed-financials p {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
}


/* Body sections */

/* Section content structure */

.section-content {
	margin-bottom: 6rem;
}

.section-content .container {
	padding: 2rem 0;
	width: 100%;
	max-width: 1080px;
}

.section-content .container .container {
	padding-left: 0;
	padding-right: 0;
}

.section-content .row {
	margin: 0 0 1rem;
}

.section-content .row.margin-bottom {
	margin-bottom: 3rem;
}

.section-content .row.highlight {
	background: #eceeef;
}

.section-content .row.callout {
	background: #f0f0f0;
	padding: 2rem;
	margin: 3rem 0;
}

.section-content .row.callout.outline {
	background: transparent;
	border: 1px solid #BBBCBC;
}

@media (max-width: 1160px) {
	.section-content .container {
		padding: 2rem;
	}
}

@media (max-width: 960px) {
	.section-content .container .columns {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.section-content .row .columns {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.section-content .container {
		padding: 1rem 1.5rem;
	}
}

@media (max-width: 480px) {
	.section-content .container {
		padding: 1rem;
	}

	.section-content .row.callout {
		padding: 1rem;
	}
}

@media (max-width: 360px) {
	.section-content .row.callout {
		padding: 2rem 1rem;
	}
}


/* Vertically centered copy/image blocks */

.container .row.vertcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.container .row.vertcenter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		/* column-reverse */
	}

	.container .row.vertcenter.reverse {
		flex-flow: column-reverse;
	}
}


/* Section content headlines and text */

.section-content h3 {
	margin: 0 0 1rem;
	font-weight: 500;
}

@media (min-width: 0px) {
	.section-content h3 {
		font-size: 1.85rem;
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 360px) {
	.section-content h3 {
		font-size: calc(1.75rem + 1vw);
		letter-spacing: -0.025rem;
	}
}

@media (min-width: 800px) {
	.section-content h3 {
		font-size: 2.25rem;
		letter-spacing: -0.05rem;
	}
}

.section-content h4 {
	margin: 3rem 0 1rem;
	font-weight: 600;
}

@media (min-width: 0px) {
	.section-content h4 {
		font-size: 1.35rem;
		letter-spacing: 0rem;
	}
}

@media (min-width: 360px) {
	.section-content h4 {
		font-size: calc(1.15rem + 1vw);
		letter-spacing: -0.005rem;
	}
}

@media (min-width: 800px) {
	.section-content h4 {
		font-size: 1.5rem;
		letter-spacing: -0.025rem;
	}
}

.section-content hr {
	margin: 2rem 0;
	border-top: 1px dashed #888B8D !important;
	border-bottom: none;
}

#report-content-investing h3 {
	color: #01426A;
}

#report-content-growing h3 {
	color: #00573F;
}

#report-content-engaging h3 {
	color: #722257;
}


/* Section content images */

.section-content p.image.illo {
	margin: 0 0 1rem 0;
	text-align: center;
}

@media (max-width: 960px) {

	.section-content .row p.image.illo {
		margin: 1rem auto;
	}

	.section-content .row .eight.columns p.image.illo,
	.section-content .row .seven.columns p.image.illo,
	.section-content .row .six.columns p.image.illo,
	.section-content .row .five.columns p.image.illo {
		max-width: 70%;
	}

	.section-content .row .four.columns p.image.illo,
	.section-content .row .three.columns p.image.illo {
		max-width: 50%;
	}

	.section-content .row .two.columns p.image.illo {
		max-width: 40%;
	}
}

@media (max-width: 600px) {

	.section-content .row .eight.columns p.image.illo,
	.section-content .row .seven.columns p.image.illo,
	.section-content .row .six.columns p.image.illo,
	.section-content .row .five.columns p.image.illo {
		max-width: 80%;
	}

	.section-content .row .four.columns p.image.illo,
	.section-content .row .three.columns p.image.illo {
		max-width: 60%;
	}
}

@media (max-width: 480px) {

	.section-content .row p.image.illo {
		max-width: 100% !important;
	}
}


/* Quotes */

.quote {
	margin: 0 0 2rem;
	padding: 2rem 2rem 1rem;
	border-top: 1px dotted #666F76;
	border-bottom: 1px dotted #666F76;
}

.quote p {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: -0.25px;
}

.quote p.attr {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
}

#report-content-investing .quote p {
	color: #01426A;
}

#report-content-growing .quote p {
	color: #00573F;
}

#report-content-engaging .quote p {
	color: #722257;
}

@media (max-width: 480px) {

	.quote {
		padding: 2rem 1rem 1rem;
	}
}


/* Grid */

.grid {
	display: grid;
	grid-auto-rows: minmax(min-content, max-content);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.grid.two-column {
	grid-template-columns: repeat(2, 1fr);
}

.grid.three-column {
	grid-template-columns: repeat(3, 1fr);
}

.grid-block {
	position: relative;
}

.grid-block {
	border: 1px solid #BBBCBC;
	padding: 1.5rem;
	background: #ffffff;
}

.grid-block.no-padding {
	padding: 0;
	line-height: 0;
}

.grid-block p:last-of-type,
.grid-block ul:last-of-type {
	margin-bottom: 0;
}

.grid-block p.normal {
	margin-bottom: 1rem;
}


@media screen and (max-width: 800px) {
	.grid.two-column {
		display: block;
	}

	.grid.two-column .grid-block::last-of-type {
		display: block;
	}

	.grid-block {
		position: static;
		margin-bottom: 1rem;
	}

	.grid-block.no-padding {
		max-width: 70%;
		margin: 3rem auto;
	}

	#connected .row {
		margin-bottom: 0;
	}
}


/* Investing section */


/* Growing section */

#worldcat-stats {
	margin: 2rem 0 1rem;
}

#worldcat-stats p.center strong,
#worldcat-stats p.stat {
	font-weight: 700;
}

#worldcat-stats p.center {
	margin: 0 0 2rem;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

#worldcat-stats p.stat {
	margin: 0;
	padding: 0 1.2rem;
	font-size: 1.2rem;
	line-height: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #00573F;
}

#worldcat-stats p.stat .number {
	display: block;
	font-weight: 800;
	font-size: 2rem;
	line-height: 2.2rem;
}

#worldcat-stats p.image.illo {
	max-width: 200px !important;
	margin: 0 auto 14px;
}

@media (max-width: 960px) {
	#worldcat-stats {
		display: table;
		margin: 0 auto 4rem;
	}

	#worldcat-stats .columns.four {
		margin-bottom: 4rem;
	}

	#worldcat-stats .columns.four:last-of-type {
		margin-bottom: 0;
	}
}

@media (max-width: 800px) {
	#report-content-growing p.image.illo.worldcat {
		margin: 0;
		text-align: center;
		max-width: 100%;
	}

	#report-content-growing p.image.illo.worldcat img {
		max-width: 50%;
	}
}

@media (max-width: 600px) {
	#report-content-growing p.image.illo.worldcat img {
		max-width: 80%;
	}
}

#new-wms-libraries p strong {
	color: #00573F;
}


/* Engaging section */

#board-message h4 {
	margin-top: 0;
}

#board-message .title {
	display: block;
	padding-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.2;
}


/* Carousel */

.owl-carousel .item .image, .owl-carousel .item .caption {
	margin-bottom: 18px;
}

.owl-carousel .item .caption {
	text-align: center;
}

.owl-carousel .item .caption p {
	margin: 0;
	font-size: 0.9rem;
}

#events-carousel .mobile-hint {
	display: none;
}

@media (max-width: 600px) {
	.owl-carousel .owl-nav {
		display: none;
	}
	#events-carousel .mobile-hint {
		display: block;
		padding: 0 0 14px;
		text-align: center;
		font-size: 0.9rem;
		color: #666F76;
	}
}


/* Image lightbox */

.image.illo.popup {
	position: relative;
	cursor: pointer;
}

.image.illo.popup .magnify {
	position: absolute;
	bottom: 12px;
	left: 6px;
	width: 30px;
	height: 30px;
	background-image: url('/content/dam/oclc/annual-report/2024/images/icon_magnify.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	pointer-events: none;
}

.modal {
	z-index: 1;
	display: none;
	padding-top: 10px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}

.modal-content {
	margin: auto;
	width: 75%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
	.modal-content {
		width: 90%;
	}
}

.modal-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden
}

.modal-hover:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-webkit-backface-visibility: hidden
}

.modal .close {
	position: absolute;
	top: 100px;
	right: 36px;
	text-decoration: none;
	float: right;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

@media (max-width: 960px) {

	.image.illo.popup {
		cursor: auto;
	}
	
	.image.illo.popup .magnify {
		display: none;
	}
	
	.modal-hover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@media (max-width: 800px) {

	.modal .close {
		top: 60px;
		right: 16px;
	}
}


/* Financials */

#report-content-financials h4 {
	margin: 4rem 0 0.25em;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.9rem;
	letter-spacing: -0.25px;
}

#report-content-financials h4 {
	margin-bottom: 1.5rem;
}

#report-content-financials p.note {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.3rem;
	margin: 0 0 2rem;
}

#report-content-financials h4,
#report-content-financials p.note {
	color: #236192;
}

#report-content-financials table {
	width: 100%;
	border-top: 1px solid #BBBCBC;
	border-left: 1px solid #BBBCBC;
	margin-bottom: 6rem;
}

#report-content-financials table th {
	font-weight: 600;
	background: #f0f2f4;
}

#report-content-financials table th,
#report-content-financials table td {
	padding: 0.75rem 1rem;
	border-right: 1px solid #BBBCBC;
	border-bottom: 1px solid #BBBCBC;
	vertical-align: top;
	text-align: left;
}

#report-content-financials table .highlight {
	background: #F6BE00;
}

#report-content-financials table td.indent {
	padding-left: 3.5rem
}

#report-content-financials #xychart {
	display: block;
	margin: 4rem 0;
	width: 100%;
	height: 400px
		/* 40vh */
	;
}

#report-content-financials #xychart-mobile {
	display: none;
}

@media (max-width: 600px) {
	#report-content-financials #xychart {
		display: none;
	}

	#report-content-financials #xychart-mobile {
		display: block;
		margin: 0 auto 6rem;
		max-width: 480px;
	}
}

#report-content-financials #piechart {
	display: block;
	margin: 0;
	width: 100%;
	height: 400px;
}

#report-content-financials #piechart-mobile {
	display: none;
}

@media (max-width: 1028px) {
	#report-content-financials #piechart {
		display: none;
	}

	#report-content-financials #piechart-mobile {
		display: block;
		margin: 0 auto;
		max-width: 480px;
	}
}

#report-content-financials h5 {
	margin: 0 0 0.3em;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 700;
	letter-spacing: -0.25px;
}

#report-content-financials h5 .marker {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 6px;
}

#report-content-financials h5 .marker.yellow {
	background: #f6be00;
}

#report-content-financials h5 .marker.orange {
	background: #e87722;
}

#report-content-financials h5 .marker.ltblue {
	background: #00afd7;
}

#report-content-financials h5 .marker.medblue {
	background: #007dba;
}

#report-content-financials h5 .marker.ltgreen {
	background: #78be20;
}

#report-content-financials h5 .marker.medgreen {
	background: #4c8c2b;
}

#report-content-financials h5 .marker.grey {
	background: #888B8D;
}

#report-content-financials h5 .percent {
	padding-left: 0.25rem;
	font-weight: 400;
}

#report-content-financials #categories p {
	font-size: 0.9rem;
	line-height: 1.13rem;
}

#report-content-financials .chart-investment,
#report-content-financials .chart-expenditures {
	display: none;
}

#report-content-financials #documents {
	border-top: 1px solid #BBBCBC;
	padding-top: 4rem;
	margin-top: 4rem;
}

@media (max-width: 800px) {

	#report-content-financials table th,
	#report-content-financials table td {
		padding: 0.25rem 0.5rem;
		font-size: 0.95rem;
		line-height: 1.2rem;
	}

	#report-content-financials table td.indent {
		padding-left: 1rem;
	}
}

@media (max-width: 480px) {

	#report-content-financials table th,
	#report-content-financials table td {
		font-size: 0.8rem;
		line-height: 1rem;
	}
}


/* Report closing */

#report-closing {
	margin: 4rem 0 0;
	background-color: #212A33;
	/* png fallback background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_closing.png');
	/* svg background */
	background-image: url('/content/dam/oclc/annual-report/2024/images/bg_closing.svg'), linear-gradient(transparent, transparent);
	background-repeat: repeat;
	background-position: center center;
}

#report-closing p {
	margin: 0;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.5rem;
}


/* Footer */

footer {
	margin: 0;
	background: #F2F3F4;
}

footer .container {
	padding: 4rem 1rem;
}

footer h6,
footer .footer-tag {
	margin: 0 0 1rem;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.5rem;
}

footer p,
footer li {
	margin: 0 0 1rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #333f48;
}

footer p.footer-logo {
	margin-bottom: 25px;
}

footer p.footer-logo img {
	width: 160px;
	height: 52px;
}

footer a {
	color: #333f48;
	text-decoration: underline;
}

footer a:hover {
	color: #000000;
}

footer a.contact {
	color: #007dba;
}

footer a.contact:hover {
	color: #e87722;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer ul li {
	margin: 0 0 0.5rem;
	list-style-type: none;
}

footer .copyright ul li {
	margin: 0 1rem 0.3rem 0;
	display: inline;
}

footer .social-links {
	margin-top: 20px;
}

footer .social-links a {
	margin-right: 4px;
}

footer .line {
	display: block;
	margin: 2rem 0;
	border-top: solid 1px #333f48;
}

footer .tollfree-area,
footer .copyright p,
footer .copyright li {
	font-size: 0.85rem;
	line-height: 1.1rem;
}

footer .tollfree-area {
	display: block;
}

@media (max-width: 880px) {
	footer .container .columns {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 4rem;
	}
}

@media (max-width: 600px) {
	footer .copyright ul li {
		margin: 0 0 0.3rem 0;
		display: block;
	}
}

@media (max-width: 480px) {

	footer h6,
	footer .footer-tag {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}

	footer p,
	footer li {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}

	footer .tollfree-area {
		font-size: 0.7rem;
	}
}