<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ie8 video { display: block; }

/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

a {
	text-decoration: underline;
}

.light {
	font-family: "Graphik Light", Helvetica, Arial, sans-serif;
}

.timeline .cta {
	margin: 30px 0 30px 0 !important;
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
}

.timeline .cta a {
	border: 4px solid;
	padding: 15px;
	text-decoration: none;
}

/* Responsive video embed
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 0px rgba(0,0,0, .5);
	margin: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature-video {
	border: 1px solid #f6be00;
	padding: 10px;
	margin: 0 0 20px 0;
}

.member-video {
	border: 1px solid #e87722;
	padding: 10px;
}

/* Cover
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.cover {
	background: #00afd7;
	padding: 30px 0 25px 0;
	color: #fff;
}

.fifty-logo {
	background: url(/content/dam/oclc/fifty/images/oclc-50-logo.svg) no-repeat;
	text-indent: -99999px;
	height: 250px;
	margin: 5px 0 50px 0;
}

.fifty-logo-container {
    position: relative;
    width: 100%;
    padding-bottom: 36.5%;
    float: left;
    height: 0;
}

@media (max-width: 900px) {



}

@media (min-width: 900px) and (max-width: 1100px) {


}

/* Content
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline p {
	font-size: 1.2em;
	margin: 0 !important;
	line-height: 1.3em;
}

.timeline .container {
	max-width: 900px
}

.timeline-wrap {
	padding: 0 50px 0 0;
	margin: 0 0 -2px 0;
}

.timeline-wrap .container {
	border-top: 2px solid #00afd7;
    border-bottom: 2px solid #00afd7;
    border-left: 2px solid #00afd7;
    padding: 30px 0 30px 30px;
    border-radius: 30px 0 0 30px;
}

.timeline-switchback {
	padding: 0 0 0 50px;
    margin: 0 0 -2px 0;
}

.timeline-switchback .container {
	border-top: 2px solid #00afd7;
	border-bottom: 2px solid #00afd7;
	border-right: 2px solid #00afd7;
	height: 60px;
	border-radius: 0 30px 30px 0;
}

.timeline-dot {
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-radius: 100px;
	background: #fff;
	margin: -45px auto 0 auto;
}

.dot-green { border-color: #78be20; }
.dot-darkblue {	border-color: #236192; }
.dot-lightblue { border-color: #00afd7; }
.dot-yellow { border-color: #f6be00 }
.dot-orange { border-color: #e87722 }
.dot-magenta { border-color: #ae2473 }
.dot-gray { border-color: #888b8d }

.dot-first {
	margin: 0;
    position: relative;
    z-index: 100;
	top: -15px;
}

.dot-last {
    position: absolute;
    bottom: -13px;
    right: 0;
}

.timeline-line {
	height: 45px;
	width: 1px;
	border-left: 2px dotted;
	margin: 0 auto;
}

.line-green { border-color: #78be20; }
.line-darkblue { border-color: #236192; }
.line-lightblue { border-color: #00afd7; }
.line-yellow { border-color: #f6be00 }
.line-orange { border-color: #e87722 }
.line-magenta { border-color: #ae2473 }
.line-gray { border-color: #888b8d }

.callout {
	padding: 30px;
	border-radius: 30px 0;
}

.callout-darkblue {
	background: #236192;
	color: #fff;
}

.callout-yellow {
	background: #f6be00;
}

.callout-green {
	background: #78be20;
	color: #fff;
}

.callout-lightgray {
	background: #f0f0f0;
}

.callout a {
	color: #fff;
}

.callout a:hover {
	text-decoration: none;
}

.download {;
}

.download .callout {
	text-align: center;
	padding-top: 50px;
	margin-top: -50px;
}

.download .two.columns {
	margin: 0 -80px 0 0;
    z-index: 100;
    position: relative;
}

/* Divider Bars
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.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.blue-blue { background: #007dba; }
.divider.blue-blue .bar-1 { background: #236192; }
.divider.blue-blue .bar-2 { background: #0070ab; }


/* Footer
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

footer {
	font-size: 1.6rem;
	color: #ffffff;
	padding: 0 0 100px 0;
	margin: 75px 0 0 0;
	background: #00afd7;
	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 p {
	margin: 0;
}

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

footer a {
	color: #ffffff;
	text-decoration: underline;
}

footer a:hover {
	color: #c9edf5;
	text-decoration: none;
}

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

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

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

.copyright a:hover {
	color: #ffffff;
}

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

.footer-tag {
	font-size: 1.8rem;
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	margin: -8px 0px 20px;
}

.footer-logo {
	margin-bottom: 25px;
}

.social-links {
	margin-top:20px;
}

.social-links a {
	margin-right:7px;
}

@media (max-width: 900px) {

	footer {
		text-align: center;
	}

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