<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 (max-width: 550px) {
  .three.columns {
    margin-bottom:20px;
}
}
@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/roadmap-bg.jpg);
    background-size: cover;
    min-height: 500px;
}

.header-none {
    background: none;
        background-size: auto;
    background-size: cover;
    min-height: 95px;
}
.header h1 {
    color: #ae2573;
    font-weight: 900;
    font-size: 3em;
	text-align: right;
}

.header h1 strong {
    color: #e87722;
}

.header .logo {
    width: 350px;
    margin: 100px 0;
	float: right;
}
@media (max-width: 820px) {
.header {
    background:none;
    min-height: 100px;
}
.header .logo {
  display:none;
}
}
/* Form */

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

.form h2 {
    background: #ae2573;
    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;
}

/*-- 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: left;
    font-weight: 300;
    color: #fff;
    padding: 50px 0 40px 0;
}

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

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

.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;
}

.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;
}
.emphasize {
    text-align: center;
    font-size: 1.3em;
}    
.emphasize h2 {
    margin-top: 70px;
    margin-bottom: 0.8rem;
}
.three-steps {
    text-align: center;
}
.three-steps h3 {
    font-weight: 550;
    letter-spacing: 1px;
    font-size: 2rem;
    margin: 4%;
    line-height: 1;
    color: #B32270;
}
.three-steps .read-more-link {
    margin-bottom:11%;
}
.three-steps img {
    margin-bottom:7%;
    border-bottom: 1px #D9D9D6 solid;
}
.three-steps p {
    margin-bottom:0;
}
.three.columns {
    border: 1px #D9D9D6 solid;
}
.no.columns {
    width: 8.5%;
}
}
.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;
}
.three.columns.contact {
    border: none;
}
/*-- Roadmap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-timeline {
    overflow: hidden;
    position: relative;
}
.main-timeline .timeline {
    position: relative;
    margin-top: -107px;
}
.main-timeline .timeline:first-child {
    margin-top: 0;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #B32270;
    border-right-color: #B32270;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.main-timeline .year1 {
    display: block;
    width: 90px;
    height: 85px;
    line-height: 110px;
    background: #fff;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #B32270;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.main-timeline .year2 {
    display: block;
    width: 90px;
    height: 65px;
    line-height: 110px;
    background: #fff;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #B32270;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(135deg);
}
.main-timeline .year3 {
    display: block;
    width: 90px;
    height: 84px;
    line-height: 110px;
    background: #fff;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #B32270;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.main-timeline .year4 {
    display: block;
    width: 50px;
    height: 74px;
    line-height: 110px;
    background: #fff;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #B32270;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(135deg);
}
.main-timeline .year5 {
    display: block;
    width: 90px;
    height: 63px;
    line-height: 110px;
    background: #fff;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #B32270;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.main-timeline .timeline-content {
    width: 35%;
    float: right;
    background: #B32270;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #B32270;
    position: absolute;
    top: 50%;
    left: -18%;
    z-index: -1;
    transform: translateY(-50%);
}
.main-timeline .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}
.main-timeline .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
}
.main-timeline .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -18%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-top-color: #F26D21;
    border-right-color: #F26D21;
}
.main-timeline .timeline:nth-child(2n) .year {
    color: #F26D21;
}
.main-timeline .timeline:nth-child(2n) .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    background: #F26D21;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #1E242B;
    border-right-color: #1E242B;
}
.main-timeline .timeline:nth-child(3n) .year {
    color: #1E242B;
}
.main-timeline .timeline:nth-child(3n) .timeline-content, .main-timeline .timeline:nth-child(3n) .timeline-content:before {
    background: #1E242B;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #8A1B61;
    border-right-color: #8A1B61;
}
.main-timeline .timeline:nth-child(4n) .year {
    color: #8A1B61;
}
.main-timeline .timeline:nth-child(4n) .timeline-content, .main-timeline .timeline:nth-child(4n) .timeline-content:before {
    background: #8A1B61;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon {
    border-top-color: #007749;
    border-right-color: #007749;
}
.main-timeline .timeline:nth-child(5n) .year {
    color: #007749;
}
.main-timeline .timeline:nth-child(5n) .timeline-content, .main-timeline .timeline:nth-child(5n) .timeline-content:before {
    background: #007749;
}
@media only screen and (max-width: 1199px) {
.main-timeline .timeline {
    margin-top: -103px;
}
.main-timeline .timeline-content:before {
    left: -18%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    right: -18%;
}
}

@media only screen and (max-width: 990px) {
.main-timeline .timeline {
    margin-top: -127px;
}
.main-timeline .timeline-content:before {
    left: -2%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    right: -2%;
}
}

@media only screen and (max-width: 767px) {
.main-timeline .timeline {
    margin-top: 0;
    overflow: hidden;
}
.main-timeline .timeline:before, .main-timeline .timeline:nth-child(2n):before {
    box-shadow: none;
}
.main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg);
}
.main-timeline .year, .main-timeline .timeline:nth-child(2n) .year {
    transform: rotate(-135deg);
}
.main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: inherit;
}
.container-r-r {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
.container-r {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.container-r {
    max-width: 720px;
}
}

@media (min-width: 992px) {
.container-r {
    max-width: 960px;
}
}

@media (min-width: 1200px) {
.container-r {
    max-width: 1140px;
}
}

@media (min-width: 576px) {
.container-r, .container-r-sm {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.container-r, .container-r-sm, .container-r-md {
    max-width: 720px;
}
}

@media (min-width: 992px) {
.container-r, .container-r-sm, .container-r-md, .container-r-lg {
    max-width: 960px;
}
}
.row-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
</pre></body></html>