<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Listserv page
/content/dam/oclc/listservs/css/listserv_subscription_page.css
/content/marketing/staging/en_us/email/listserv.html
*/

/* Fonts */

@import url("/content/dam/common/css/oclc-fonts.css");

/* Reset */

html, body, #main-content {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html, body, #main-content {
		scroll-behavior: auto;
	}
}

.header.parbase.section,
.customjavascript.section,
.page-content .parsyscolumncontrol.section,
#main-content .parsyscolumncontrol.section,
.hero_area div.parsyscolumncontrol {
	margin-bottom: 0 !important;
}

.parsys.hero_area {
	height: auto !important;
	padding: 0 0 16px 0 !important;
	margin: 0 0 4rem !important;
	background: #ffffff;
	border-top: none;
	border-bottom: 1px dotted #888B8D;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	color: #333F48;
}

#main-content {
	padding: 4rem 10px;
}

#main-content h1 {
	margin: 0 0 3rem;
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
}

#main-content h2 {
	margin: 3rem 0 1.5rem;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.5px;
}

#main-content h3 {
	margin: 1.5rem 0 1rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.25px;
}

#main-content h4 {
	margin: 1rem 0 0.5rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.25px;
	color: #455B63;
}

#main-content h2.first,
#main-content h3.first,
#main-content h4.first,
#main-content .hbox h2,
#main-content .hbox h3 {
	margin-top: 0;
}

#main-content p,
#main-content li {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.25px;
}

#main-content p, #main-content li {
	margin: 0 0 1.3rem 0;
}

#main-content p strong {
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	letter-spacing: 0px;
}

#main-content p.cta {
	margin: 0;
}

.text-large, .text-small {
	display: block;
}

.text-large {
	font-size: 24px !important;
	line-height: 31px !important;
	letter-spacing: -0.5px !important;
}

.text-small {
	font-size: 14px !important;
	line-height: 18px !important;
	letter-spacing: 0px !important;
}

.parbase.section,
.parbase.image.section img {
	margin: 0 !important;
}

.parbase.textimage.section .image img,
.text.parbase.section img,
.parbase.textimage.section img,
.parbase.image.section img,
.product-page .reference.parbase.section .image img {
	border: none !important;
	padding: 0px !important;
	background: transparent !important;
	border-radius: 0px !important;
}

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

hr {
	margin: 4rem 0 !important;
	border-top: 1px dotted #888B8D;
}

#main-content .hbox {
	border-radius: 0px !important;
	margin: 0 !important;
	padding: 32px !important;
}

.center {
	text-align: center;
}

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

@media screen and (max-width: 600px) {
	#main-content {
		width: 94%;
		padding: 2rem 0 !important;
		margin-left: 3% !important;
		margin-right: 3% !important;
	}
	#main-content h1 {
		font-size: 44px;
		line-height: 50px;
		letter-spacing: -0.75px;
	}
}

@media screen and (max-width: 480px) {
	#main-content .hbox {
		padding: 24px 14px !important;
	}
	#main-content h2 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.25px;
	}
}

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


/* Columns */

div.parsyscolumncontrol .parsys_column &gt; .parsys {
	padding: 0 !important;
}

	/* 50/50 */

	div.parsyscolumncontrol .cq-colctrl-lt0-c0 {
		width: 48%;
		margin-right: 2%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt0-c1 {
		width: 48%;
		margin-left: 2%;
	}

@media screen and (max-width: 600px) {
	div.parsyscolumncontrol .cq-colctrl-lt0-c0,
	div.parsyscolumncontrol .cq-colctrl-lt0-c1 {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}


/* Merged */
#community-center p:last-of-type,
#listservs-sub .example p:last-of-type {
	margin-bottom: 0;
}

#community-center, #listservs {
	margin: 0 0 2rem 0;
}


/* Community box */

#community-center .hbox {
	background: transparent;
	border: 1px solid #BBBCBC;
}

#community-center h1 {
	margin: 0 0 2rem;
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.5px;
}


#community-center .image.img-flt-right-nobrdr {
	width: 45%;
	margin: 0 0 24px 24px;
	border: 1px solid #D9D9D6;
}

#community-center .image.img-flt-right-nobrdr:hover {
	border-color: #2178b5;
}

@media screen and (max-width: 600px) {
	#community-center .image.img-flt-right-nobrdr {
		float: none;
		width: 86%;
		margin: 0 7% 48px;
	}
}


/* Listserv box */

#listservs-sub .hbox {
	border: 1px solid #888B8D;
}

#listservs-sub .cq-colctrl-lt0-c0, #listservs-sub .cq-colctrl-lt0-c1 {
	width: 46%;
}

#listservs-sub .parsys_column.cq-colctrl-lt0 {
	margin-bottom: 4rem;
}

#listservs-sub .cq-colctrl-lt0-c0 {
	padding-right: 4% !important;
	border-right: 1px dotted #888B8D;
	margin-right: 0;
}

#listservs-sub .cq-colctrl-lt0-c1 {
	padding-left: 3% !important;
	margin-left: 0;
}

#listservs-sub h3.sub {
	color: #4F7826;
}

#listservs-sub h3.unsub {
	color: #AC5411;
}

#listservs-sub li strong {
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}

@media screen and (max-width: 600px) {
	#listservs-sub .cq-colctrl-lt0-c0,
	#listservs-sub .cq-colctrl-lt0-c1 {
		padding: 0 !important;
	}
	#listservs-sub .cq-colctrl-lt0-c0 {
		margin-bottom: 4rem;
		border: none;
	}
}

#listservs-sub h2 {
	margin-bottom: 2rem;
	font-size: 28px;
	line-height: 32px;
}

#listservs-sub .example {
	padding: 24px;
	background: #fff;
}
</pre></body></html>