

/* OCLC Annual Report 2019-2020 */


/* Last years https://www.oclc.org/content/dam/oclc/annual-report/2019/css/annual-report-2019.css */


/* Page structure */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

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

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

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

@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: 4rem;
		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: 90%;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-family: 'Graphik', 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;
}


/* Misc */

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

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

.visuallyhidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.nobr {
	white-space: nowrap;
}

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

p.footnote,
p.caption {
	font-size: 14px;
	line-height: 18px;
	color: #888B8D;
}

p.footnote {
	font-style: italic;
}

p.image {
	margin-bottom: 8px;
}


/* Hero */

#report-hero {
	padding: 140px 0 0 0;
	background-color: #000014;
	background-image: url('/content/dam/oclc/annual-report/2020/images/hero_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

#report-hero h1 {
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 5%;
}

#report-hero h1 span {
	display: block;
}

#report-hero h1 span.headline1 {
	margin: 0;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #F6BE00;
	letter-spacing: -0.5px;
}

#report-hero h1 span.headline2 {
	margin: 0 0 100px;
	padding: 0 0 30%;
	text-indent: -99999px;
	background-image: url('/content/dam/oclc/annual-report/2020/images/hero_lockup_focus.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

@media (max-width: 1024px) {
	#report-hero h1 span.headline2 {
		padding: 0 0 30%;
	}
}

@media (max-width: 780px) {
	#report-hero {
		padding-top: 114px;
	}
	#report-hero h1 span.headline2 {
		margin: 0 0 60px;
		padding: 0 0 35%;
	}
}

@media (max-width: 640px) {
	#report-hero {
		background-size: cover;
	}
}

@media (max-width: 480px) {
	#report-hero {
		background-image: url('/content/dam/oclc/annual-report/2020/images/hero_bg_mobile.jpg');
		background-position: center 60px;
		background-size: contain;
	}
	#report-hero h1 span.headline1 {
		font-size: 32px;
		line-height: 38px;
	}
	#report-hero h1 span.headline2 {
		padding: 0 0 55%;
	}
}

@media (max-width: 399px) {
	#report-hero .container,
	#report-nav .container {
		padding: 0px;
	}
}


/* Jump nav */

#report-nav {
	background-color: #00AFD7;
	background-image: url('/content/dam/oclc/annual-report/2020/images/nav_bg.png');
	background-repeat: repeat;
	background-position: top center;
	background-size: contain;
}

#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: 24px;
	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: underline;
}
*/

#report-nav a.create {
	background: #00AFD7;
}

#report-nav a.create:hover {
	background: #0090c7;
}

#report-nav a.connect {
	background: #4C8C2B/* #009879 */
	;
}

#report-nav a.connect:hover {
	background: #37731d;
}

#report-nav a.contribute {
	background: #78BE20;
}

#report-nav a.contribute:hover {
	background: #58a612;
}

@media (max-width: 740px) {
	#report-nav a {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 640px) {
	#report-nav a {
		display: block;
		padding: 18px;
	}
}


/* CEO letter */

#report-letter {
	padding: 8rem 0;
	background: #d9d9d6;
}

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

#report-letter .letter-cont .letter-corner {
	width: 48px;
	height: 48px;
	border-style: solid;
	border-color: #bbbcbc;
}

#report-letter .letter-cont .letter-corner.top-left {
	float: left;
	border-width: 14px 0px 0px 14px;
}

#report-letter .letter-cont .letter-corner.top-right {
	float: right;
	border-width: 14px 14px 0px 0px;
}

#report-letter .letter-cont .letter-corner.bottom-left {
	float: left;
	border-width: 0px 0px 14px 14px;
}

#report-letter .letter-cont .letter-corner.bottom-right {
	float: right;
	border-width: 0px 14px 14px 0px;
}

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

#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: 8px;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}

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

#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: 300px;
	margin: 14px 0 4rem 30px;
	padding: 4rem 18px;
	border-top: 1px solid #236192;
	border-bottom: 1px solid #236192
}

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

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

@media (max-width: 780px) {
	#report-letter .letter-cont .letter-corner {
		width: 32px;
		height: 32px;
	}
	#report-letter .letter-body {
		padding: 14px 46px;
	}
	#report-letter .letter-body h2 span.headline {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#report-letter {
		padding: 4rem 0;
	}
	#report-letter .letter-body h2 span.headline {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 380px) {
	#report-letter .letter-cont {
		width: 100%;
	}
	#report-letter .letter-row {
		display: none;
	}
	#report-letter .letter-body {
		padding: 24px;
	}
}


/* Year in Review header and Closing */

#report-yearinreview,
#report-closing {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#report-yearinreview {
	padding: 8rem 0;
	background-color: #007dba;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_yearinreview.jpg');
}

#report-closing {
	padding: 4rem 0;
	background-color: #333F48;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_closing.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#report-yearinreview h2 {
	text-indent: -99999px;
	font-size: 6rem;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_yearinreview_h2.svg');
	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: 1180px) {
	#report-closing .hed-cont {
		width: 90% !important;
		margin: 0 5%;
	}
}

@media (max-width: 780px) {
	#report-yearinreview h2 {
		background-image: url('/content/dam/oclc/annual-report/2020/images/bg_yearinreview_h2_mobile.svg');
		margin: 0 4%;
		padding: 0 0 35%;
	}
	#report-closing .hed-cont {
		width: 88% !important;
		margin: 0 6%;
	}
}

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

@media (max-width: 360px) {
	#report-yearinreview {
		padding: 3rem 0;
	}
	#report-yearinreview h2 {
		padding: 0 0 30%;
	}
}


/* Report intro */

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

#report-intro p strong {
	font-size: 32px;
	line-height: 38px;
	color: #007dba;
}


/* COVID summary */

#report-covid {
	margin-bottom: 8rem;
}

#report-covid .container {
	border: 8px solid #007dba;
	padding: 0px;
}

#report-covid .columns {
	padding: 0 0 32px;
}

#report-covid h2,
#report-covid h3 {
	color: #007dba;
	letter-spacing: -0.5px;
}

#report-covid h2 {
	margin: 0 0 32px;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	color: #ffffff;
	padding: 24px;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_sectionhed_covid.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #007dba;
	min-height: 240px;
}

#report-covid h2 span {
	display: inline-block;
	width: 55%;
}

#report-covid p {
	margin: 0 32px 1em;
}

#report-covid p.intro {
	font-size: 22px;
	line-height: 29px;
	letter-spacing: -0.5px;
}

#report-covid h3 {
	margin: 3rem 32px 0.25em;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
}

#report-covid p b {
	font-family: 'Graphik Medium', Helvetica, Arial, sans-serif;
}

#report-covid #covid-photos.container {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	border: none;
}

#report-covid #covid-photos.container .columns {
	padding: 0 0 12px;
}

#report-covid #covid-photos.container p.caption {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

@media (max-width: 1160px) {
	#report-covid .container {
		width: 92%;
	}
}

@media (max-width: 1069px) {
	#report-covid h2 {
		min-height: 200px;
	}
	#report-covid h2 span {
		width: 40%;
	}
}

@media (max-width: 988px) {
	#report-covid h2 {
		min-height: 280px;
		background-size: cover;
		background-position: top left;
	}
	#report-covid h2 span {
		width: 100%;
		padding-top: 35%;
	}
}

@media (max-width: 780px) {
	#report-covid h2 {
		font-size: 42px;
		line-height: 48px;
	}
	#report-covid #covid-photos.container {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 480px) {
	#report-covid p,
	#report-covid h3 {
		margin-left: 18px;
		margin-right: 18px
	}
}


/* Section headers */

.cover.sectionhed {
	margin: 48px 0;
	min-height: 440px;
	padding: 48px;
	background-repeat: no-repeat;
	background-size: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	overflow: auto;
}

#report-closing {
	margin: 48px 0 0;
}

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

.cover.sectionhed h2,
.cover.sectionhed p {
	color: #ffffff;
	letter-spacing: -0.5px;
	text-align: left;
}

.cover.sectionhed .hed-cont {
	width: 75%;
}

#report-closing .hed-cont {
	width: 100%;
}

.cover.sectionhed .hed-cont .hed-corner {
	width: 36px;
	height: 36px;
	border-style: solid;
	border-color: #ffffff;
}

#report-sectionhed-financials .hed-cont .hed-corner {
	border-color: #333F48;
}

.cover.sectionhed .hed-cont .hed-corner.top-left {
	float: left;
	border-width: 8px 0px 0px 8px;
}

.cover.sectionhed .hed-cont .hed-corner.top-right {
	float: right;
	border-width: 8px 8px 0px 0px;
}

.cover.sectionhed .hed-cont .hed-corner.bottom-left {
	float: left;
	border-width: 0px 0px 8px 8px;
}

.cover.sectionhed .hed-cont .hed-corner.bottom-right {
	float: right;
	border-width: 0px 8px 8px 0px;
}

.cover.sectionhed .hed-cont .hed-body {
	padding: 0 36px;
}

.cover.sectionhed h2 {
	margin: 0 0 32px;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 52px;
}

#report-sectionhed-financials h2 {
	font-size: 72px;
	line-height: 78px;
}

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

#report-sectionhed-create {
	background-color: #00AFD7;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_sectionhed_create.png');
	background-position: center right;
}

#report-sectionhed-connect {
	background-color: #4C8C2B;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_sectionhed_connect.png');
	background-position: center left;
}

#report-sectionhed-contribute {
	background-color: #78BE20;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_sectionhed_contribute.png');
	background-position: center right;
}

#report-sectionhed-financials {
	background-color: #D9D9D6;
	background-image: url('/content/dam/oclc/annual-report/2020/images/bg_sectionhed_financials.png');
	background-position: center left;
}

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

#report-sectionhed-connect .hed-cont,
#report-sectionhed-financials .hed-cont {
	float: right;
}

@media (max-width: 1280px) {
	.cover.sectionhed {
		background-size: 50%;
	}
}

@media (max-width: 1080px) {
	.cover.sectionhed {
		background-size: 65%;
	}
}

@media (max-width: 920px) {
	.cover.sectionhed {
		background-size: 75%;
	}
}

@media (max-width: 780px) {
	.cover.sectionhed {
		background-size: 120%;
		background-position: center center !important;
	}
	.cover.sectionhed .hed-cont {
		width: 100%;
	}
	#report-sectionhed-financials h2 {
		font-size: 48px;
		line-height: 52px;
	}
}

@media (max-width: 480px) {
	.cover.sectionhed {
		background-size: 200%;
		padding: 48px 24px;
	}
	.cover.sectionhed .container {
		padding: 0px;
	}
	.cover.sectionhed h2 {
		font-size: 44px;
		line-height: 48px;
	}
}

@media (max-width: 360px) {
	.cover.sectionhed {
		background-size: 250%;
	}
	.cover.sectionhed .hed-cont .hed-row {
		display: none;
	}
	.cover.sectionhed .hed-cont .hed-body {
		padding: 0;
	}
}


/* Body sections */

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

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

#report-content-create h3 {
	color: #00AFD7;
}

#report-content-connect h3 {
	color: #4C8C2B;
}

#report-content-contribute h3 {
	color: #78BE20;
}

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


/* Contributions */

#report-content-contribute .container .container {
	padding-bottom: 0;
}

#report-content-contribute .bot-callout {
	margin: 3rem 0 4rem;
	padding: 24px;
	border: 1px solid #BBBCBC;
}

#report-content-contribute .bot-callout h4 {
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -0.5px;
}

#report-content-contribute .bot-callout p.caption {
	margin: 0;
	font-size: 15px;
	line-height: 19px;
}

#report-content-contribute #carousel .carousel-title {
	padding: 18px 14px 10px;
	background: #eceeef;
}

#report-content-contribute #carousel .carousel-title h5 {
	margin: 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
}

#report-content-contribute #carousel {
	padding: 0 24px 32px;
}

#report-content-contribute #carousel .lSAction a {
	border-bottom: none;
}

@media (max-width: 480px) {
	.#report-content-contribute #carousel {
		padding: 0 24px 24px;
	}
}


/* Szabo message */

#report-content-contribute .letter-cont {
	margin: 0 0 4rem;
	background: #eceeef;
}

#report-content-contribute .letter-cont .letter-corner {
	width: 42px;
	height: 42px;
	border-style: solid;
	border-color: #bbbcbc;
}

#report-content-contribute .letter-cont .letter-corner.top-left {
	float: left;
	border-width: 10px 0px 0px 10px;
}

#report-content-contribute .letter-cont .letter-corner.top-right {
	float: right;
	border-width: 10px 10px 0px 0px;
}

#report-content-contribute .letter-cont .letter-corner.bottom-left {
	float: left;
	border-width: 0px 0px 10px 10px;
}

#report-content-contribute .letter-cont .letter-corner.bottom-right {
	float: right;
	border-width: 0px 10px 10px 0px;
}

#report-content-contribute .letter-body {
	padding: 0px 52px;
}

#report-content-contribute h4 {
	margin-bottom: 2rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #1D252D;
	letter-spacing: -0.5px;
}

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

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

@media (max-width: 780px) {
	#report-content-contribute .letter-cont .letter-corner {
		width: 32px;
		height: 32px;
	}
	#report-content-contribute .letter-body {
		padding: 14px 46px;
	}
	#report-content-contribute .letter-body p {
		margin-bottom: 2rem;
	}
	#report-content-contribute .container .letter-body .columns p.image {
		max-width: 200px;
	}
}

@media (max-width: 380px) {
	#report-content-contribute .letter-cont {
		width: 100%;
	}
	#report-content-contribute .letter-row {
		display: none;
	}
	#report-content-contribute .letter-body {
		padding: 24px;
	}
	#report-content-contribute .container .letter-body .columns 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 #chart1,
#report-content-financials #chart2 {
	height: 400px;
	background-color: #ffffff;
	margin-bottom: 4rem;
}

#report-content-financials #chart1 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#report-content-financials #chart2 {
	width: 100%;
}

#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 (min-width: 700px) and (max-width: 999px) {
	#report-content-financials #chart2 {
		height: 300px;
	}
}

@media (max-width: 699px) {
	#report-content-financials .chart-investment,
	#report-content-financials .chart-expenditures {
		display: block;
		margin-bottom: 4rem;
	}
	#report-content-financials #chart1,
	#report-content-financials #chart2 {
		display: none;
	}
}


/* Footer */

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

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

footer h6 {
	font-weight: 900;
	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-size: 1.8rem;
	margin: 14px 0px 20px;
	font-weight: 800;
	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 screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media print {
	@page {
		margin: .5in;
	}
	html {
		background: none;
		background-color: #ffffff;
	}
	body {
		background: none;
		background-color: #ffffff;
		box-decoration-break: clone;
	}
	header,
	footer,
	#report-nav,
	#report-letter .letter-row,
	.letter-cont .letter-row,
	.cover.sectionhed .hed-row,
	#carousel,
	#chart1,
	#chart2,
	.section-content p.image.noprint {
		display: none !important;
	}
	.chart-investment,
	.chart-expenditures {
		display: block !important;
		break-after: always;
	}
	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-hero h1 span.headline2 {
		text-indent: 0 !important;
		font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	}
	#report-yearinreview,
	#report-yearinreview h2 {
		padding: 0 !important;
	}
	#report-yearinreview h2 {
		margin: 0 !important;
		text-indent: 0px;
		background-image: none;
		font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
		font-size: 72px;
		line-height: 84px;
	}
	#report-covid h2 {
		min-height: 0px !important;
		height: auto !important;
	}
	#report-covid h2 span {
		padding: 0px !important;
	}
	#report-letter p,
	#report-letter li,
	#report-intro p,
	#report-covid p,
	.section-content p,
	.section-content li {
		font-size: 16px;
		line-height: 22px;
	}
	#report-content-contribute .letter-cont img {
		width: 200px;
	}
	#report-content-financials table {
		break-before: always;
		break-after: always;
	}
}

