<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* WorldCat ebook landing-download pages */

#wc-ebook-landingpg h1, #wc-ebook-downloadpg h1 {
	font-family: 'Graphik Light',Helvetica,Arial,sans-serif;
	margin: 24px 0 48px;
	font-size: 62px;
	line-height: 66px;
	letter-spacing: -2px;
	color: #8A1B61;
}

#wc-ebook-landingpg .hbox, #wc-ebook-downloadpg .hbox {
	border-radius: 0px !important;
	padding: 24px !important;
	margin: 0 0 2rem;
}

#wc-ebook-landingpg .hbox h2, #wc-ebook-downloadpg .hbox h2 {
	font-family: 'Graphik Semibold',Helvetica,Arial,sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #333F48;
}

#wc-ebook-landingpg p.note, #wc-ebook-downloadpg p.note {
	font-size: 14px;
	line-height: 18px;
	color: #555858;
}


/* Columns */

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

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


/* Link buttons */

a.btn-link {
	display: inline-block;
	margin: 0;
	padding: 12px 18px 10px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none !important;
	transition: 0.3s;
	box-shadow: none;
	text-shadow: none;
	border: none;
	outline: none !important;
	border-radius: 0px;
	color: #ffffff !important;
}

a.btn-link.magenta {
	background: #ae2573;
}

a.btn-link.magenta:hover,
a.btn-link.magenta:active {
	color: #ffffff;
	background: #921553;
}


@media screen and (min-width: 1450px) {
	#wc-ebook-landingpg h1, #wc-ebook-downloadpg h1 {
		font-size: 72px;
		line-height: 76px;
		letter-spacing: -2px;
	}
}

@media screen and (max-width: 600px) {
	#wc-ebook-landingpg h1,
	#wc-ebook-downloadpg h1,
	div.parsyscolumncontrol .cq-colctrl-lt0-c0,
	div.parsyscolumncontrol .cq-colctrl-lt0-c1 {
		width: 96% !important;
		margin-left: 2%;
		margin-right: 2%;
	}
	/* Formstack fix */ .fieldset-content .fsOptionLabel {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 360px) {
	#wc-ebook-landingpg h1, #wc-ebook-downloadpg h1 {
		font-size: 48px;
		line-height: 52px;
	}
	#wc-ebook-landingpg .hbox, #wc-ebook-downloadpg .hbox {
		padding: 24px 14px !important;
	}
}
</pre></body></html>