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


/* Page and reset */

html {
	background-color: #ffffff;
	scroll-behavior: smooth;
	background-image: url('https://www.oclc.org/content/dam/ext-ref/pardot/synexis/images/bg_synexis.png');
	background-repeat: repeat-x;
	background-size: auto 180px;
	background-position: center bottom;
}

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

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

html body,
form p,
form p span,
form.form {
	font-family: "Figtree", Helvetica, Arial, sans-serif !important;
	line-height: 1.2 !important;
	font-weight: 400;
	font-style: normal;
}

p {
	margin-block-start: 0em;
	font-size: 1.05em;
}

strong, b {
	font-weight: 700;
}

a:link {
	color: #007dba !important;
}

a:hover {
	color: #E87722 !important;
}

a:visited {
	color: #888B8D !important;
}

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

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

.center {
	text-align: center;
}


/* Header */

header {
	margin: 1rem 0 3rem;
}

header img {
	width: 220px;
}


/* Section */

section {
	margin: 0 0 2rem;
	padding: 0;
	background: transparent;
}


/* Headlines */

h1 {
	margin-block-start: 0em;
	margin-block-end: 0.5em;
	font-size: 2.2em;
	font-weight: 300;
}

h2 {
	margin-block-end: 0.5em;
    font-size: 1.5em;
    font-weight: 800;
}

h3 {
	margin-block-end: 0.2em;
    font-size: 1.3em;
    font-weight: 700;
}

h4 {
	margin-block-end: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #666F76;
}

h1.blue, h2.blue, h3.blue {
	color: #017DBA;
}

h1.green, h2.green, h3.green {
	color: #4C8B2C;
}

h1.orange, h2.orange, h3.orange {
	color: #E77218;
}


/* Button links */

a.button {
    display: inline-block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    padding: 0.4em 0.8em 0.5em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.15em;
}

a.button.blue {
	background-color: #017DBA;
}

a.button.blue:hover, a.button.blue:active {
	background-color: #015da1;
}

a.button.green {
	background-color: #4C8B2C;
}

a.button.green:hover, a.button.green:active {
	background-color: #316c1a;
}

a.button.orange {
	background-color: #E77218;
}

a.button.orange:hover, a.button.orange:active {
	background-color: #dd530d;
}


/* Callout boxes */

.box {
    margin-block-start: 0.5em;
    margin-block-end: 1em;
	padding: 24px;
	background: #F2F3F4;
}

.box.outline {
	background: transparent;
	border: 1px solid #CCCFD1;
}

.box.outline.blue {
	border-color: #017DBA;
}

.box.outline.green {
	border-color: #4C8B2C;
}

.box.outline.orange {
	border-color: #E77218;
}

.box h2 {
	margin-block-start: 0em;
}


/* Form */

form.form div, form.form p {
	margin: 0 0 1rem !important;
}

form.form, form.form span {
	font-family: "Figtree", Helvetica, Arial, sans-serif !important;
	color: #1D252D !important;
}

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

form.form p.form-field {
	display: table;
	width: 100%;
	margin: 0 0 1rem !important;
}

form.form p.form-field.first_name {
	margin-top: 2rem !important;
}

form.form p label {
	display: block;
	padding: 4px 14px 4px 0 !important;
	font-family: "Figtree", Helvetica, Arial, sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 19px;
	color: #333F48 !important;
}

form.form textarea.standard {
	width: 60% !important;
}

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 input.text {
	width: auto !important;
}

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 0 !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 {
	margin-top: 6rem;
    margin-bottom: 220px;
    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 {
    display: inline-block !important;
    border: none !important;
    padding: 0 !important;
    background: none;
	font-size: 12px !important;
    line-height: 16px !important;
    font-weight: normal !important;
	text-decoration: underline;
	cursor: pointer;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.ot-sdk-show-settings:active {
	background: transparent !important;
}

#onetrust-pc-sdk a.privacy-notice-link {
	display: inline-block !important;
	border: none !important;
	outline: none !important;	
}


/* 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 {
		background-size: auto 90px;
	}
	body {
		padding: 12px;
	}
	form.form textarea.standard {
		width: 50% !important;
	}
	footer.page-footer {
	    margin-bottom: 120px;
	}
}

@media handheld and (max-width: 528px),
screen and (max-device-width: 528px),
screen and (max-width: 528px) {
	.box {
		padding: 14px;
	}
	form.form {
		padding: 0 !important;
	}
	form.form p label {
		float: none !important;
		text-align: left !important;
		width: auto !important;
		display: table !important;
		margin-bottom: 4px !important;
	}
	form.form textarea.standard {
		width: 90% !important;
	}
}

</pre></body></html>