/* OCLC Annual Report 2021-2022 */

/* Page structure */

html {
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
}

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

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

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

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

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

.row.highlight {
	background: #eceeef;
}

.row.callout {
	background: #eceeef;
	padding: 32px;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

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

@media (max-width: 780px) {
	.section-content .container {
		width: 100%;
		padding-left: 48px;
		padding-right: 48px;
	}

	.section-content .container .columns {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.section-content .container .columns p.image {
		/* max-width: 80%;
		margin: 0 auto; */
		margin-top: 2rem;
		margin-bottom: 4rem;
	}
}

@media (max-width: 480px) {
	.section-content .container {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.section-content .container .columns p.image {
		max-width: 100%;
	}

	.row.callout {
		padding: 24px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
}

.section-content a {
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	color: #333f48;
	text-decoration: none;
	border-bottom: 1px solid #333f48;
}

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

.section-content p,
.section-content li {
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333F48;
	letter-spacing: -0.25px;
}

.section-content p {
	margin: 0 0 1em;
}

.section-content li {
	margin: 0 0 0.5em;
}

.section-content b,
.section-content strong {
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
}

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

strong {
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
}

.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: 12px;
	line-height: 16px;
}

p.footnote {
	font-style: italic;
}

p.image,
p.caption {
	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;
}

ul.margin-bottom {
	margin-bottom: 2rem;
}

p.last,
ul.last {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	ul.mobile-nobottommargin {
		margin-bottom: 0;
	}
}


/* Hero */

#report-hero {
	background-color: #ffffff;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_hero_desktop.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_hero_desktop.svg'), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#report-hero h1 {
	margin: 0;
}

@media only screen and (min-width: 2400px) {
	#report-hero {
		padding: 0 0 30%;
	}
}

@media only screen and (min-width: 2200px) and (max-width: 2399px) {
	#report-hero {
		padding: 0 0 32%;
	}
}

@media only screen and (min-width: 2000px) and (max-width: 2199px) {
	#report-hero {
		padding: 0 0 36%;
	}
}

@media only screen and (min-width: 1800px) and (max-width: 1999px) {
	#report-hero {
		padding: 0 0 40%;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	#report-hero {
		padding: 0 0 46%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	#report-hero {
		padding: 0 0 50%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	#report-hero {
		padding: 0 0 54%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	#report-hero {
		padding: 0 0 58%;
	}
}

@media only screen and (min-width: 780px) and (max-width: 999px) {
	#report-hero {
		padding: 0 0 68%;
	}
}

@media only screen and (max-width: 779px) {
	#report-hero {
		/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_hero_mobile.png');
		/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_hero_mobile.svg'), linear-gradient(transparent, transparent);
	}
}

@media only screen and (min-width: 600px) and (max-width: 779px) {
	#report-hero {
		padding: 0 0 68%;
	}
}

@media only screen and (min-width: 360px) and (max-width: 599px) {
	#report-hero {
		padding: 0 0 72%;
	}
}

@media only screen and (max-width: 359px) {
	#report-hero {
		padding: 0 0 75%;
	}
}


/* Jump nav */

#report-nav {
	background-color: #2A363F;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_report_nav.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_report_nav.svg'), linear-gradient(transparent, transparent);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto 150%;
}

#report-nav .container {
	padding: 0;
}

#report-nav .columns {
	text-align: center;
}

#report-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#report-nav ul li {
	display: inline;
	margin: 0;
	list-style-type: none;
}

#report-nav a {
	display: inline-block;
	padding: 30px;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-decoration: none;
}

#report-nav a:hover {
	text-decoration: none;
}

#report-nav a.growing:hover,
#report-nav a.growing:active {
	background:
		/* #007DBA */
		url('/content/dam/oclc/annual-report/2022/images/bg_nav_hover_magenta.png') repeat;
}

#report-nav a.investing:hover,
#report-nav a.investing:active {
	background:
		/* #565297 */
		url('/content/dam/oclc/annual-report/2022/images/bg_nav_hover_violet.png') repeat;
}

#report-nav a.engaging:hover,
#report-nav a.engaging:active {
	background:
		/* #AE2573 */
		url('/content/dam/oclc/annual-report/2022/images/bg_nav_hover_blue.png') repeat;
}

@media (max-width: 799px) {
	#report-nav {
		background-size: auto 75%;
	}

	#report-nav ul {
		border-top: 1px solid #fff;
	}

	#report-nav a {
		display: block;
		padding: 18px;
		font-size: 30px;
		line-height: 30px;
		border-bottom: 1px solid #fff;
	}
}


/* CEO letter */

#report-letter {
	padding: 8rem 0;
	background: rgb(0, 125, 186);
	background: linear-gradient(45deg, rgba(0, 125, 186, 1) 0%, rgba(86, 82, 151, 1) 50%, rgba(174, 37, 115, 1) 100%);
	/*
	background: rgb(209,209,205);
	background: linear-gradient(0deg, rgba(209,209,205,1) 0%, rgba(244,244,244,1) 50%, rgba(209,209,205,1) 100%);
	*/
}

#report-letter .letter-cont {
	margin: 0 auto;
	width: 90%;
	max-width: 1056px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 36px -16px rgba(51, 63, 72, 1);
	/* 136,139,141,1 */
	-moz-box-shadow: 0px 0px 36px -16px rgba(51, 63, 72, 1);
	box-shadow: 0px 0px 36px -16px rgba(51, 63, 72, 1);
}

#report-letter .letter-body {
	padding: 48px 60px;
}

#report-letter .letter-body h2 {
	margin-bottom: 4rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	color: #1D252D;
	letter-spacing: -0.5px;
}

#report-letter .letter-body h2 span {
	display: block;
}

#report-letter .letter-body h2 span.label {
	margin-bottom: 14px;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
}

#report-letter .letter-body h2 span.headline {
	font-size: 48px;
	line-height: 54px;
}

#report-letter .letter-body h3 {
	margin: 3rem 0 1.5rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #333F48;
	letter-spacing: -0.5px;
}

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

#report-letter .letter-body p,
#report-letter .letter-body li {
	margin: 0 0 1em;
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333F48;
}

#report-letter .letter-body p.leadin {
	font-size: 24px;
	line-height: 28px;
}

#report-letter .letter-body p.signature {
	margin: 24px 0 14px;
}

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

#report-letter .pullquote {
	float: right;
	width: 320px;
	margin: 14px 0 4rem 30px;
	padding: 4rem 18px;
	border-top: 1px solid #8A1B61;
	border-bottom: 1px solid #8A1B61;
}

#report-letter .pullquote p {
	margin: 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #8A1B61;
}

#report-letter .testimonial {}

#report-letter .testimonial p {
	text-align: center;
}

#report-letter .testimonial p.quote {
	margin: 0 0 1rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #8A1B61;
}

#report-letter .testimonial p.attr {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

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

@media (max-width: 780px) {
	#report-letter .letter-body {
		padding: 48px;
	}

	#report-letter .letter-body h2 span.headline {
		width: 100%;
	}
}

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

	#report-letter .letter-body {
		padding: 36px;
	}

	#report-letter .letter-body h2 span.headline {
		font-size: 36px;
		line-height: 40px;
	}

	#report-letter .pullquote p {
		font-size: 26px;
		line-height: 32px;
	}
}

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

	#report-letter .letter-body {
		padding: 24px;
	}
}


/* Report intro */

#report-intro .container {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

#report-intro p.large {
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	color: #333F48;
	letter-spacing: -0.5px;
}

@media (max-width: 780px) {
	#report-intro p.image {
		margin-top: 6rem;
		margin-bottom: 2rem;
	}
}

@media (max-width: 360px) {
	#report-intro p.large {
		font-size: 28px;
		line-height: 34px;
	}
}


/* Year in Review header */

#report-yearinreview {
	background-color: #2A363F;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir.svg'), linear-gradient(transparent, transparent);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto 150%;
}

#report-yearinreview .columns {
	padding: 8rem 0;
}

#report-yearinreview h2 {
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir_h2_desktop.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir_h2_desktop.svg'), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto;
	padding: 0 0 10%;
	max-width: 1080px;
}

@media (min-width: 1800px) {
	#report-yearinreview h2 {
		padding: 0 0 8%;
	}
}

@media (max-width: 799px) {
	#report-yearinreview h2 {
		/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir_h2_mobile.png');
		/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir_h2_mobile.svg'), linear-gradient(transparent, transparent);
		margin: 0 4%;
		padding: 0 0 35%;
	}
}

@media (max-width: 480px) {
	#report-yearinreview h2 {
		margin: 0 !important;
	}
}

@media (max-width: 380px) {
	#report-yearinreview h2 {
		padding: 0 0 45%;
	}
}

@media (max-width: 320px) {
	#report-yearinreview h2 {
		padding: 0 0 50%;
	}
}


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

/*
.container .row.vertcenter p:last-of-type, .container .row.vertcenter p.image {
	margin-bottom: 4rem;
}
*/

@media screen and (max-width: 780px) {
	.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;
	}

	/*
	.container .row.vertcenter p:last-of-type, .container .row.vertcenter p.image {
		margin-bottom: 2rem;
	}
	*/
}


/* Grid */

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

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

#report-letter .grid.two-column {
	margin: 4rem 0;
}

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

.grid-block {
	position: relative;
}

.grid-block,
.grid-block-sim {
	border: 1px solid #BBBCBC;
	padding: 24px;
}

.grid-block-sim {
	margin-bottom: 32px;
}

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

@media screen and (max-width: 780px) {

	.grid.two-column,
	.grid.two-column {
		display: block;
	}

	.grid-block {
		position: static;
		margin-bottom: 32px;
	}
}


/* Section headers */

#report-sectionhed-growing,
#report-sectionhed-investing,
#report-sectionhed-engaging,
#report-sectionhed-financials {
	background-position: center center;
}

#report-sectionhed-growing {
	background-color: #AE2573;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_magenta.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_magenta.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-investing {
	background-color: #6D6AAE;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_violet.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_violet.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-engaging {
	background-color: #007DBA;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_blue.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_blue.svg'), linear-gradient(transparent, transparent);
}

#report-sectionhed-financials {
	background-color: #D9D9D6;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_lightgrey.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_lightgrey.svg'), linear-gradient(transparent, transparent);
}

.cover.sectionhed {
	margin: 6rem 0;
	/* min-height: 640px; */
	padding: 10rem 48px;
	background-repeat: no-repeat;
	background-size: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	/* overflow: auto; */
}

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

.cover.sectionhed h2 {
	margin: 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	letter-spacing: -0.5px;
	text-align: left;
}

.cover.sectionhed h2 .highlight {
	display: block;
	font-size: 96px;
	line-height: 96px;
	margin: 0 0 0.75rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.cover.sectionhed p {
	margin: 0;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
}

#report-sectionhed-financials h2 {
	margin: 0 0 1rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 72px;
	line-height: 78px;
}

#report-sectionhed-financials h2,
#report-sectionhed-financials p {
	color: #333F48;
}

@media (max-width: 1100px) {
	.cover.sectionhed {
		padding: 8rem 36px !important;
	}
}

@media (max-width: 800px) {
	.cover.sectionhed h2 {
		font-size: 38px !important;
		line-height: 42px !important;
	}

	.cover.sectionhed .highlight {
		margin: 0 0 0.5rem !important;
		font-size: 72px !important;
		line-height: 72px !important;
	}

	#report-sectionhed-financials {
		padding: 4rem 36px !important;
	}

	#report-sectionhed-financials h2 {
		font-size: 48px !important;
		line-height: 52px !important;
	}
}

@media (max-width: 600px) {
	#report-sectionhed-financials {
		padding: 4rem 36px !important;
	}

	.cover.sectionhed .highlight {
		font-size: 60px !important;
		line-height: 60px !important;
	}
}

@media (max-width: 480px) {
	.cover.sectionhed {
		padding: 6rem 24px !important;
	}

	.cover.sectionhed .container {
		padding: 0px;
	}

	.cover.sectionhed h2 {
		font-size: 32px !important;
		line-height: 36px !important;
		letter-spacing: -0.25px !important;
	}

	.cover.sectionhed .highlight {
		font-size: 56px !important;
		line-height: 56px !important;
	}

	.cover.sectionhed p {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width: 360px) {
	.cover.sectionhed .highlight {
		margin: 0 0 0.25rem !important;
		font-size: 44px !important;
		line-height: 44px !important;
	}

	.cover.sectionhed h2 {
		font-size: 28px !important;
		line-height: 34px !important;
	}
}


/* Report closing */

#report-closing {
	margin: 4rem 0 0;
	background-color: #2A363F;
	/* png fallback background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir.png');
	/* svg background */ background-image: url('/content/dam/oclc/annual-report/2022/images/bg_sectionhed_yir.svg'), linear-gradient(transparent, transparent);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto 150%;
}

#report-closing h2 {
	margin: 0 0 1rem;
}

#report-closing p {
	color: #ffffff;
}


/* Body sections */

.section-content h3 {
	margin: 6rem 0 2.5rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.75px;
}

.section-content h3.first,
.section-content h4.first {
	margin-top: 0;
}

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

#report-content-investing h3 {
	color: #4D479E;
}

#report-content-engaging h3 {
	color: #005C8A;
}

.section-content h4 {
	margin: 4rem 0 1.5rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.5px;
}

@media (max-width: 480px) {
	.section-content h3 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media (max-width: 360px) {
	.section-content h3 {
		font-size: 32px;
		line-height: 38px;
	}
}


/* Growing section */

#report-content-growing h4 {
	width: 90%;
}

#worldcat-stats {
	margin: 0 0 4rem;
}

#worldcat-stats p.center strong,
#worldcat-stats p.stat {
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

#worldcat-stats p.center,
#worldcat-stats p.stat {
	font-size: 21px;
	line-height: 26px;
}

#worldcat-stats p.center {
	margin: 0 0 3rem;
}

#worldcat-stats p.stat {
	margin: 0;
	padding: 0 24px;
	font-weight: bold;
	text-align: center;
	color: #8A1B61;
}

#worldcat-stats p.stat .number {
	display: block;
	font-family: 'Graphik Black', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
}

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

@media (max-width: 780px) {
	#worldcat-stats .columns.four {
		margin-bottom: 6rem;
	}

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

#express h4 {
	margin-top: 0;
}


/* Engaging section */

#report-content-engaging #new-wms-libraries strong {
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
}


/* Investing section */

#report-content-investing #wcorg-features p.image.illo,
#report-content-investing p.feature {
	text-align: center;
}

#report-content-investing #wcorg-features p.image.illo {
	max-width: 200px;
	margin: 0 auto 8px;
}

#report-content-investing p.feature {
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	/* color: #4D479E; */
}

@media (max-width: 780px) {
	#report-content-investing p.feature {
		margin-bottom: 5rem;
	}
}

#report-content-investing #szabo-message h4 {
	margin: 0 0 2rem;
}

#report-content-investing #szabo-message h4 span.title {
	display: block;
	margin-top: 4px;
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
}

#report-content-investing #szabo-message p {
	margin: 0;
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333F48;
}

#report-content-investing #szabo-message p.image {
	margin-bottom: 0 !important;
}

@media (max-width: 780px) {
	#report-content-investing #szabo-message p {
		margin-bottom: 4rem;
	}

	#report-content-investing #szabo-message p.image {
		max-width: 200px;
	}
}

@media (max-width: 380px) {
	#report-content-investing #szabo-message p.image {
		max-width: 80%;
	}
}


/* Financials */

#report-content-financials h4 {
	margin: 6rem 0 0.25em;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -0.5px;
}

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

#report-content-financials p.note {
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 2em;
}

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

#report-content-financials table th,
#report-content-financials table td {
	padding: 1rem 1.5rem;
	border-right: 1px solid #BBBCBC;
	border-bottom: 1px solid #BBBCBC;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	text-align: left
}

#report-content-financials table th {
	background: #f1f2f3
}

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

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

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

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

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

#report-content-financials h5,
#report-content-financials #categories p {
	font-size: 16px;
	line-height: 20px;
}

#report-content-financials h5 {
	margin: 0 0 0.3em;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	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.ltfuschia {
	background: #ae2573;
}

#report-content-financials h5 .percent {
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
	padding-left: 4px;
}

#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: 480px) {

	#report-content-financials table th,
	#report-content-financials table td {
		padding: 0.5rem 1rem;
	}

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

@media (max-width: 400px) {

	#report-content-financials table th, 
	#report-content-financials table td {
		padding: 0.5rem;
		font-size: 13px;
		line-height: 17px;
	}

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


/* Footer */

footer {
	font-size: 1.6rem;
	color: #333f48;
	padding: 0 0 100px 0;
	margin: 0;
	background: #f0f0f0;
}

footer * {
	font-family: 'Graphik Regular', Helvetica, Arial, sans-serif;
}

footer .container {
	padding-top: 6rem;
}

footer h6 {
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	margin: 0 0 0.5rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

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

footer a:hover {
	color: #000000;
}

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

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

footer p {
	margin: 0 0 1rem;
	line-height: 1.7rem;
}

footer ul {
	margin-left: 0;
}

footer ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.copyright {
	margin-top: 1.5rem;
	font-size: 1.25rem;
}

.copyright .info-links {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.tollfree-area {
	font-size: 1.25rem;
	margin-top: -4px;
}

.footer-tag {
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif !important;
	font-size: 1.8rem;
	margin: 14px 0px 20px;
	font-weight: bold;
	line-height: 2.2rem;
}

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

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

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

footer .line {
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
	border-top: solid 2px #333f48;
}

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

	.copyright {
		margin-top: 8rem;
	}
}


@media print {
	@page {
		margin: .5in;
	}

	* {
		-webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
		color-adjust: exact !important;                 /* Firefox 48 – 96 */
		print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
	}

	html {
		background: none;
		background-color: #ffffff;
	}

	body {
		background: none;
		background-color: #ffffff;
		box-decoration-break: clone;
	}

	header,
	footer,
	#report-nav,
	#report-yearinreview,
	#report-closing,
	#xychart,
	#piechart {
		display: none !important;
	}

	.grid-block.testimonial, p.image.illo {
		visibility: visible;
		opacity: 1;
		transform: none !important;
		transition: none !important;
		display: block;
	}	
	
	#report-intro img {
		max-width: 250px !important;
	}
	
	#report-hero {
		height: 500px;
		background-image: url('/content/dam/oclc/annual-report/2022/images/bg_hero_desktop.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	#report-letter {
		padding: 0;
		background: #ffffff;
	}

	#report-letter .letter-cont {
		margin: 0 auto;
		width: 100%;
		background: #ffffff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	h1,
	h2,
	h3,
	h4 {
		break-after: avoid-page;
	}

	h2 {
		break-before: page;
	}

	p {
		orphans: 2;
		widows: 2;
	}

	#report-hero {
		padding: 0;
		background-color: #888B8D !important;
	}

	#report-sectionhed-growing,
	#report-sectionhed-investing,
	#report-sectionhed-engaging,
	#report-sectionhed-financials {
		margin: 0 0 6rem !important;
		min-height: none !important;
		padding: 0 !important;
		background-image: none !important;
		background-color: #ffffff !important;
		display: block !important;
		overflow: auto !important;
		resize: none !important;
		background-image: none !important;
		background-color: #ffffff !important;
	}

	#report-sectionhed-growing h2,
	#report-sectionhed-investing h2,
	#report-sectionhed-engaging h2,
	#report-sectionhed-financials h2 {
		color: #333F48;
	}

	#report-letter p,
	#report-letter li,
	#report-intro p,
	.section-content p,
	.section-content li {
		font-size: 16px;
		line-height: 22px;
	}

	#xychart-mobile,
	#piechart-mobile {
		display: block !important;
		break-after: always;
	}

	#report-content-financials table {
		break-before: always;
		break-after: always;
	}
}