/* OCLC Annual Report 2024-2025 */

/* Import */

@import url("/content/dam/common/css/oclc-fonts-v2.css");
@import url("/content/dam/oclc/annual-report/2025/css/normalize_11.min.css");
@import url("/content/dam/oclc/annual-report/2025/css/skeleton_2.0.4.min.css");
@import url("/content/dam/oclc/annual-report/2025/css/hamburger_menu.css");
@import url("/content/dam/oclc/annual-report/2025/css/owl.carousel.css");
@import url("/content/dam/oclc/annual-report/2025/css/owl.theme.default.css");
@import url("/content/dam/oclc/annual-report/2025/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: 1.5rem;
}

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

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


/* Hero */

#report-hero {
	margin: 0;
	background: #236192;
    background: linear-gradient(-45deg, #00AFD7, #007DBA, #236192, #01426A, #002B4A);
    background-size: 300% 300%;
    animation: gradient 25s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

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

.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 1.5rem;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50vw;
}

.report-hero-main p.jumplink.investing a {
	background: #4C8C2B;
}

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

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

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

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

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

@media (max-width: 960px) {
	#jumplinks .four.columns {
		width: 100%;
		margin-left: 0;
	}
	.report-hero-bg {
		background-size: 150%;
	}

	.report-hero-main {
		border-radius: 3vw;
	}

	.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: 8rem 2rem;
	}
}

@media (max-width: 600px) {
	.report-hero-main {
		padding: 2.5rem;
		border-radius: 4vw;
	}

	.report-hero-bg {
		padding: 8rem 1rem;
		background-size: 200%;
	}
}

@media (max-width: 480px) {
	.report-hero-main {
		padding: 2rem;
		border-radius: 6vw;
	}

	.report-hero-bg {
		background-size: 250%;
	}

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

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


/* CEO letter */

#report-letter {
	padding: 4rem 0;
	background: #002B4A;
	background: linear-gradient(180deg,rgba(0, 43, 74, 1) 0%, rgba(1, 66, 106, 1) 100%);
}

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

@media (max-width: 1080px) {
	#report-letter .letter-cont {
		border-radius: 0;
	}
}

#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 .factbox {
	float: right;
	width: 320px;
	margin: 0.5rem 0 2rem 2.5rem;
	padding: 2rem 1.5rem;
	background: #D3ECFF;
	border-radius: 16px;
}

#report-letter .factbox * {
	color: #01426A;
}

#report-letter .factbox h4 {
	margin-top: 0;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: -0.25px;
}

#report-letter .factbox ul {
	margin-bottom: 0;
}

#report-letter .factbox ul li {
	font-size: 1rem;
}

#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 .factbox {
		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-size: cover !important;
	background-repeat: repeat-x !important;
	background-position: center !important;
}

a[id],
a[id="welcome"],
.dropdown-content a[name] {
	scroll-margin-top: 120px;
}

@media (max-width: 800px) {
	a[id],
	a[id="welcome"],
	.dropdown-content a[name] {
		scroll-margin-top: 0px;
	}
}

#report-sectionhed-investing {
    background-color: #4C8C2B; /* Solid color fallback */
    background-image: 
        url('/content/dam/oclc/annual-report/2025/images/bg_sectionhed_investing.svg'),
        linear-gradient(180deg, rgba(76, 140, 43, 1) 0%, rgba(0, 87, 63, 1) 100%);
}

#report-sectionhed-growing {
    background-color: #AE2573; /* Solid color fallback */
    background-image: 
        url('/content/dam/oclc/annual-report/2025/images/bg_sectionhed_growing.svg'),
        linear-gradient(180deg, rgba(174, 37, 115, 1) 0%, rgba(114, 34, 87, 1) 100%);
}

#report-sectionhed-engaging {
    background-color: #E87722; /* Solid color fallback */
    background-image: 
        url('/content/dam/oclc/annual-report/2025/images/bg_sectionhed_engaging.svg'),
        linear-gradient(180deg, rgba(232, 119, 34, 1) 0%, rgba(186, 88, 38, 1) 100%);
}

#report-sectionhed-financials {
    background-color: #FFFFFF; /* Solid color fallback */
    background-image: 
        url('/content/dam/oclc/annual-report/2025/images/bg_sectionhed_financials.svg'),
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 219, 221, 1) 100%);
}

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

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

@media (max-width: 480px) {
	.cover.sectionhed {
		padding: 4rem 1.5rem !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.75rem 1.5rem 0.66rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0;
	border: 2px solid #fff;
	border-radius: 50vw;
}

.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: 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 2rem;
}

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

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

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

.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: 0 1rem 2rem;
	}

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


/* Vertically centered copy/image blocks */

.container .row.vertcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.container .row.vertcenter {
		flex-flow: column;
	}

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


/* Section content headlines and text */

.section-content p.preamble {
	font-size: 1.3rem;
	letter-spacing: -0.35px;
}

.section-content h3 {
	margin: 0;
	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: 0 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: #00573F;
}

#report-content-growing h3 {
	color: #8A1B61;
}

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


/* Section content images */

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

.section-content p.image.illo img {
	border-radius: 18px;
}

@media (max-width: 960px) {
	.section-content .row p.image.illo {
		margin: 1rem auto 4rem;
	}

	.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: 40% !important;
	}

	#aifuture p.image.illo {
		max-width: 100% !important;
	}

}

@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: 50% !important;
	}
}

@media (max-width: 480px) {
	.section-content .row p.image.illo {
		max-width: 100% !important;
	}
	.section-content .row .four.columns p.image.illo,
	.section-content .row .three.columns p.image.illo {
		max-width: 60% !important;
	}
}


/* Quotes */

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

.quote p {
	font-size: 2rem;
	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: #00573F;
}

#report-content-growing .quote p {
	color: #8A1B61;
}

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

@media (max-width: 480px) {
	.quote {
		padding: 2rem 1rem 1rem;
	}
	.quote p {
		font-size: 1.75rem;
	}
}


/* 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) {
	#connected {
		margin-bottom: 2rem;
	}
	#connected .row,
	#connected .row.callout .row {
		margin-bottom: 0 !important;
	}
	.grid.two-column {
		display: block;
	}
	.grid-block {
		position: static;
		margin-bottom: 1rem;
	}
	.grid-block.no-padding {
		max-width: 70%;
		margin: 3rem auto;
	}
}


/* Investing section */

#aifuture {
	margin-block-end: 3rem;
	padding: 2rem;
	background: #edf9e4;
	border-radius: 24px;
}

#aifuture img.ai-icon {
	float: right; 
	height: 140px; 
	width: auto; 
	margin: 0 1rem 1rem 1.5rem;
}

#aifuture img.ai-icon.shift-up {
	position: relative; 
	top: -30px
}

#aifuture .quote {
	border-color: #00573F;
}

@media screen and (max-width: 960px) {
	#aifuture .row, #aifuture .row.no-bottom-margin {
		margin-bottom: 0 !important;
	}
	#aifuture .columns {
		margin-bottom: 2rem !important;
	}
	#aifuture .columns.features {
		margin-bottom: 4rem !important;
	}
	#aifuture img.ai-icon {
		float: none;
		display: block; 
		height: 150px;
		margin: 1rem 0 1rem 0;
	}
	#aifuture img.ai-icon.shift-up {
		top: 0px;
	}
}

@media (max-width: 600px) {
	#aifuture {
		padding: 1.5rem;
	}
}


/* Growing section */

#worldcat-stats {
	margin: 2rem 0 4rem;
	border-radius: 18px;
}

#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: #8A1B61;
}

#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;
		width: 100%;
		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: #8A1B61;
}

#new-wms-libraries .list {
	float: left;
	width: 44%;
	margin: 0 6% 0 0;
}

#new-wms-libraries ul {
	margin: 0;
	padding: 0;
}

#new-wms-libraries ul li {
	list-style-type: none;
	margin: 0 0 0.6rem;
	line-height: 1.2em;
}

@media (max-width: 960px) {
	#new-wms-libraries .columns {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	#new-wms-libraries .list {
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 600px) {
	#new-wms-libraries .columns {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#new-wms-libraries .six.columns {
		margin-bottom: 2rem;
	}
}


/* Engaging section */

#bot-callout {
	padding: 2rem;
	border-radius: 24px;
	background: transparent;
	border: 1px solid #BBBCBC;
	margin: 0 0 4rem;
}

#bot-callout .container {
	display: grid;
	grid-template-rows: auto 1fr;
	padding: 0;
}

#bot-callout .intro-row {
	margin-block-end: 1rem;
}

#bot-callout .hero-image, #bot-callout .column-image {
	 border-radius: 18px;       
}

/* First row - Full width image */
#bot-callout .hero-image {
	width: 100%;
	display: block;
}

/* Second row - Grid layout */
#bot-callout .content-row {
	display: grid;
	gap: 20px;
	padding: 20px;
	/* Desktop: 3 columns - 200px, 200px, remaining space */
	grid-template-columns: 200px 200px 1fr;
	grid-template-areas: "img1 img2 text";
}

#bot-callout .image-column-1 {
	grid-area: img1;
}

#bot-callout .image-column-2 {
	grid-area: img2;
}

#bot-callout .text-column {
	grid-area: text;
	padding: 0 20px;
}

#bot-callout .text-column p.caption {
	margin: 0 0 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

#bot-callout .text-column p.caption:last-of-type {
	margin: 0;
}

#bot-callout .column-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media print, (max-width: 960px) {
	#bot-callout .content-row {
		padding: 20px 0;
		grid-template-columns: 1fr 200px 200px 1fr;
		grid-template-areas: 
			". img1 img2 ."
			"text text text text";
	}
	#bot-callout .text-column {
		grid-area: text;
		padding: 0;
	}
}

@media (max-width: 600px) {
	#bot-callout {
		padding: 1.5rem;
	}
	#bot-callout .content-row {
		grid-template-columns: 1fr;
		grid-template-areas:
			"img1"
			"img2" 
			"text";
		justify-items: center;
		padding: 15px;
		gap: 15px;
	}
	#bot-callout .image-column-1,
	#bot-callout .image-column-2 {
		max-width: 300px;
		width: 100%;
	}
	#bot-callout .column-image {
		height: auto;
	}
}

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

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

#connected .row.callout .row {
	margin-bottom: 1rem;
}


/* 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: 780px) {
	.owl-carousel .owl-nav {
		display: none;
	}
	#events-carousel .mobile-hint {
		display: block;
		padding: 0 0 1rem 0;
		text-align: center;
		font-size: 0.9rem;
		color: #5F676D;
	}
}


/* 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/2025/images/icon_magnify.svg'); */
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20fill%3D%22%23d9d9d6%22%20fill-opacity%3D%220.8%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.91%22%2F%3E%3Cpath%20fill%3D%22%23333f48%22%20d%3D%22M31.25%2C28.27l-5.32-5.32c2.1-3.55%2C1.64-8.2-1.4-11.24h0c-3.6-3.6-9.47-3.6-13.07%2C0-3.6%2C3.6-3.6%2C9.47%2C0%2C13.07%2C1.8%2C1.8%2C4.16%2C2.69%2C6.54%2C2.69%2C1.88%2C0%2C3.74-.58%2C5.33-1.7l5.21%2C5.21%2C2.72-2.72h0ZM14.17%2C22.06c-2.11-2.11-2.11-5.53%2C0-7.63%2C1.06-1.06%2C2.44-1.57%2C3.82-1.57s2.77.52%2C3.82%2C1.57c2.11%2C2.11%2C2.11%2C5.53%2C0%2C7.63-2.1%2C2.11-5.53%2C2.11-7.63%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	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%);
}

.modal-content img {
	border-radius: 24px;
}

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

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

#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: #CCCFD1;
}

#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: #333F48; /* Solid color fallback */
    background-image: 
        url('/content/dam/oclc/annual-report/2025/images/bg_sectionhed_closing.svg'),
        linear-gradient(180deg, rgba(51, 63, 72, 1) 0%, rgba(29, 37, 45, 1) 100%);
    background-repeat: repeat;
    background-position: top center !important;
}

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

@media (max-width: 1080px) {
	#report-closing {
		background-size: 125% !important;
	}
}

@media (max-width: 800px) {
	#report-closing {
		background-size: 150% !important;
	}
}

@media (max-width: 600px) {
	#report-closing {
		background-size: 200% !important;
	}
}

@media (max-width: 480px) {
	#report-closing {
		background-size: 250% !important;
	}
}


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