<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Pardot US webinar registration landing page
/content/dam/ext-ref/pardot/pardot-webinar-registration/pardot_webinar_registration.css 
*/


/* Page and reset */

html {
	padding-top: 4rem;
	background-color: #ffffff;
	background-image: url('https://www.oclc.org/content/dam/campaign-landing-pages/en/2020/images/landingpg_tribar_default.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 32px;
	scroll-behavior: smooth;
	overflow-y: scroll;
}

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

body {
	margin: 0 auto;
	max-width: 960px;
	padding: 24px;
}

html body,
form p,
form p span,
form.form p label,
form.form p input,
form.form font {
	font-family: 'Lato', Helvetica, Arial, sans-serif !important;
	line-height: 1.3 !important;
}

a:link {
	color: #2178b5;
}

a:hover {
	color: #E87722;
}

a:visited {
	color: #888B8D;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button {
	cursor: pointer !important;
}

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


/* Header */

header {
	margin: 0 0 3rem;
}

header img {
	width: 140px;
}


/* Section */

section {
	padding: 24px 32px;
	background: #f1f1f1;
	margin: 0 0 4rem;
}


/* Form */

form.form p span {
	font-weight: inherit !important;
}

form.form p strong,
form.form p b {
	font-weight: 700;
}

form.form p.form-field {
	margin: 0 0 1rem !important;
}

form.form p label {
	display: block;
	padding-bottom: 4px;
	color: #333F48 !important;
	margin: 6px 0 0 0 !important;
	padding: 4px 14px 0 0 !important;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 19px;
}

form.form p input {
	border: 1px solid #bbbcbc !important;
	background-color: #ffffff;
	padding: 8px !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-style: normal;
	color: #333f48 !important;
	border-radius: 0px !important;
	transition-property: color, background-color, border, border-color, box-shadow;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

form.form p input:focus {
	outline: none;
	border-color: #888B8D !important;
}

form.form p.error,
form.form p.errors {
	color: #BF3B4A;
	font-weight: bold;
}

form.form p.form-field.error {
	display: inline-block;
	margin: 0 0 1.3rem 0;
	padding: 10px 10px 8px;
	font-size: 14px;
	line-height: 17px;
	border: 1px solid #ce5f6d;
	background-color: #fae9e9;
}

form.form p.error.no-label {
	font-size: 14px;
	position: relative;
	top: -0.5rem;
}

form.form p.submit {
	margin: 1em 0 0 156px !important;
}

form.form p.submit input[type=submit] {
	margin-top: 1rem;
	background-color: #007DBA;
	color: #ffffff !important;
	font-size: 18px !important;
	line-height: 18px;
	font-weight: bold;
	padding: 14px 24px 16px !important;
	border: none !important;
	border-radius: 0px !important;
	transition: 0.3s;
}

form.form p.submit input[type=submit]:hover {
	background-color: #4C8C2B;
}


/* Footer */

footer.page-footer {
	text-align: center;
}

footer.page-footer ul {
	margin: 0;
	padding: 0;
}

footer.page-footer p,
footer.page-footer ul li {
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 16px;
}

footer.page-footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0 14px 0 0;
}

footer.page-footer ul li a:link {
	white-space: nowrap;
}

footer.page-footer a:link,
footer.page-footer a:visited,
#ot-sdk-btn.ot-sdk-show-settings {
	color: #333F48 !important;
}

footer.page-footer a:hover,
footer.page-footer a:active,
#ot-sdk-btn.ot-sdk-show-settings:hover {
	color: #E87722 !important;
}

/* Cookie management link */

#ot-sdk-btn.ot-sdk-show-settings {
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    background: none;
    cursor: pointer;
    white-space: nowrap;
    word-wrap: break-word;
    font-weight: normal !important;
	text-decoration: underline;
    transition: 0.1s ease;
}


/* Media queries */

@media handheld and (max-width: 899px),
screen and (max-device-width: 899px),
screen and (max-width: 899px) {}

@media handheld and (max-width: 600px),
screen and (max-device-width: 600px),
screen and (max-width: 600px) {
	html {
		padding-top: 2rem;
		background-size: 100% 12px;
	}
	body {
		padding: 12px;
	}
	section {
		padding: 18px;
	}
}

@media handheld and (max-width: 480px),
screen and (max-device-width: 480px),
screen and (max-width: 480px) {
	form.form {
		padding: 0 !important;
	}
	form.form p input {
		max-width: 240px !important;
	}
	form.form p label {
		float: none !important;
		text-align: left !important;
		width: auto !important;
		display: table !important;
		margin-bottom: 4px !important;
	}
	form.form p.submit {
		margin-left: 0px !important;
	}
}</pre></body></html>