<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	max-width: 1100px;
}

b, strong {
	font-weight: 900;
}

/*-- Dividers
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.divider {
	height: 35px;
}

.divider.small,
.divider.small .bar-1,
.divider.small .bar-2 {
	height: 8px;
}

.divider .bar-1 {
	height: 35px;
	float: left;
	width: 30%;
}

.divider .bar-2 {
	height: 35px;
	float: left;
	width: 10%;
}

.divider.green-yellow { background: #F6BE00; }
.divider.green-yellow .bar-1 { background: #78BE20; }
.divider.green-yellow .bar-2 { background: #b7be10; }

.divider.magenta-orange { background: #f6be00; }
.divider.magenta-orange .bar-1 { background: #ae2573; }
.divider.magenta-orange .bar-2 { background: #e87722; }

/*-- Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav {
  background-color: #fefefe;
  padding:14px 0 6px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
margin: 0 0 0 0 !important;
border-top: 6px solid #ae2573;
}
nav .nav-container {
width: 100%;
margin: auto;
text-align: center;
}
@media (min-width: 795px) {
  nav .nav-container {text-align: left;  }
}
@media (min-width: 960px) {
  nav .nav-container { width: 960px;  }
}
@media (min-width: 1450px) {
  nav .nav-container { width: 1180px;  }
}
nav img {
  height: 30px;
  margin-right:30px;
}
.navlinks {
  color: #333f48;
  text-align: center;
  font-size:18px;
  display:inline-block;
  margin-top:3px;
}

@media (min-width: 435px) {
  .navlinks { font-size:18px; }
}
@media (min-width: 795px) {
  .navlinks { text-align: right; float:right; }
}
.navlinks a {
  color: #333f48;
  font-weight: 500;
  font-family: stevie-sans, Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0px 10px;
text-decoration: none; 
}
@media (min-width: 430px) {
  .navlinks a { font-size: 18px; padding: 0px 4px;}
}
@media (min-width: 500px) {
  .navlinks a { padding: 0px 10px;  }
}
.navlinks a:hover {
   color: #ae2573;
  text-decoration: none; 
}
.header {
    background:url(https://www.oclc.org/content/dam/oclc/email/EMEA/sfpt-landing-pages/collectiebeheer.jpg);
    background-size: cover;
    min-height: 500px;
}
.header-none {
    background: none;
        background-size: auto;
    background-size: cover;
    min-height: 95px;
}
.header h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
	text-align: right;
	margin-top: 112px;
}

.header h1 strong {
    color: #e87722;
}

.header .logo {
    width: 200px;
    margin: 50px 0;
	float: right;
}

/* Form */

.form-area {
    width: 100%;
    background: #f0f0f0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    min-width: 300px;
}

.form-area h2 {
    background: #00afd7;
    text-transform: uppercase;
    color:#fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 120%;
    letter-spacing: 1px;
	margin: 0;
}

form.form {
	font-family: stevie-sans, Helvetica, Arial, sans-serif !important;
    padding: 0 !important;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { 
	border-radius: 0px;
}

input, textarea, select, fieldset {
    margin-bottom: 0.2rem;
}

form.form p.submit input {
    padding: 8px 15px !important;
    background: #FFF !important;
    color: #007dba !important;
    font-size: 20px !important;
    border: 4px solid #007dba !important;
    display: inline-block;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center;
}

form.form p.submit input:hover {
    color: #78BE20 !important;
    border: 4px solid #78BE20 !important;
}
form.form p span.description {
    margin-left: 0px !important;
}
form.form a {
    text-decoration: underline;
}
form.form textarea.standard {
 padding: 10px !important;
 width: 100% !important;
 float: none !important;
 font-size: 16px !important;
 box-shadow: 1px 1px 2px rgba(0,0,0,.2);
 background: #fff;
 border: none;
 font-weight: normal !important;
}
a.btn-link-white {
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    border: 4px solid #ffffff;
    text-decoration: none;
}
a.btn-link-white:hover {
    background-color: #236192;
    color: #ffffff;
}

/*-- Button */

a.btn-link {
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #ae2573 !important;
    line-height: 24px;
    text-align: center;
    border: 4px solid #ae2573;
    text-decoration: none;
}
a.btn-link:hover {
    color: #E87722 !important;
    border: 4px solid #E87722;
}
a.btn-link-white {
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 24px;
    text-align: center;
    border: 4px solid #ffffff;
    text-decoration: none;
}
/*-- Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h2 {
	color: #8a1b61;
}
h3 {
    font-size: 2rem;
}
.intro {
    background: #8a1b61;
    text-align: center;
    color: #fff;
    padding: 50px 0 40px 0;
    margin: 0 0 50px 0;
}

.intro h2 {
    font-size: 2.9em;
	color: #ffffff;
}

.intro p {
    font-size: 1.3em;
}
.intro a {
	color:#ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.oclc-intro {
    background: #f0f0f0;
    padding: 60px 50px 40px 50px;
    text-align: center;
}

.oclc-intro .logo {
    width: 250px;
    margin: 0 0 30px 0;
}

.oclc-intro p {
    font-size: 1.3em;
}
.oclc-intro h2 {
    color: #8a1b61;
    text-align: center;
    font-size: 2.9em;
}

.oclc-intro h2 strong {
    color: #e87722;
}
.collections-light h2 {
    color: #8a1b61;
    text-align: center;
    font-size: 2.9em;
    margin: 50px 0;
}

.collections-light h2 strong {
    color: #e87722;
}

.collections-light a {
    color: #e87722;
}
.videolist h3 {
    color: #8a1b61;
}
.videolist h3 a {
    color: #8a1b61;
}
.videolist h3 a:hover {
    color: #E87722;
}
.three-steps {
    text-align: center;
}

.three-steps h3 {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 20px 0 10px 0;
    line-height: 1;
}

.member-story {
    border: 1px solid #e87722;
    padding: 50px;
}

.member-story h2 {
	color: #8a1b61;
    font-size: 2em; 
}

.member-quote {
    text-align: center;
    margin: 75px 0;
}

.quote {
    color:#e87722;
    font-weight: 300;
    font-size: 2.4em;
}

.quote-bar {
    height: 1px;
    background: #e87722;
    width: 50%;
    margin: 0 auto 30px auto;
}

.byline {
    font-size: 1.5em;
}

.outro {
    background: #8a1b61;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    padding: 50px 0 40px 0;
}

.cta {
    background: #e87722;
    padding: 30px 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 2rem;
    display: inline-block;
}

.cta:hover {
    background: #f6be00;
    color: #fff;
}

.cta strong {
    text-decoration: underline;
    font-size: 2.1rem;
}

/*-- Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

footer .container {
	margin-top: 50px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
	line-height: 100%;
}
footer ul li::before {
  display:none;
}
footer p {
	margin: 0 0 5px 0;
}

footer h4 {
	margin: 15px 0 1rem 0;
}

.copyright ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.copyright {
	margin-top:25px;
	font-size: 1.25rem;
}

.copyright a {
	text-decoration: underline;
	color: #333f48;
}

.copyright a:hover {
	color: #1d252d;
}

.tollfree-area {
	font-size: 1.25rem;
	margin-top:-4px;
}

.footer-tag {
	font-size: 1.8rem;
	margin: -8px 0px 20px;
    font-weight: 700;
}

.footer-logo {
	margin-bottom: 25px;
    width: 150px;
}
</pre></body></html>