<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Smart Fulfillment page
/content/dam/oclc/library-on-demand/css/sf_home.css
*/


/* Reset */

html, body, #main-content {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html, body, #main-content {
		scroll-behavior: auto;
	}
}

.header.parbase.section,
.customjavascript.section,
.page-content .parsyscolumncontrol.section,
#main-content .parsyscolumncontrol.section {
	margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: auto;
}

#main-content p,
#main-content li {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.25px;
	margin: 0 0 18px 0;
}

#main-content p {
	margin: 0 0 18px 0;
}

#main-content p.cta.center {
	margin: 3rem 0;
}

#main-content li {
	margin: 0 0 8px 0;
}

.text-large, .text-small {
	display: block;
}

.text-large {
	font-size: 24px !important;
	line-height: 31px !important;
	letter-spacing: -0.5px !important;
}

.text-small {
	font-size: 14px !important;
	line-height: 18px !important;
	letter-spacing: 0px !important;
}

.parbase.section,
.parbase.image.section img {
	margin: 0 !important;
}

.parbase.textimage.section .image img,
.text.parbase.section img,
.parbase.textimage.section img,
.parbase.image.section img,
.product-page .reference.parbase.section .image img {
	border: none !important;
	padding: 0px !important;
	background: transparent !important;
	border-radius: 0px !important;
}

strong, b {
	font-weight: 700;
}

hr {
	margin: 56px 0 !important;
	border-top: 1px dotted #888B8D;
}

#main-content .hbox {
	border-radius: 0px !important;
	padding: 30px !important;
}

.center {
	text-align: center;
}

@media screen and (max-width: 360px) {
	#main-content .hbox {
		padding: 24px 14px !important;
	}
	nobr {
		white-space: normal;
	}
}


/* main container overflow fix */

.cont-main {
	overflow: hidden;
}


/* SF hero */

.parsys.hero_area {
	border: none;
	box-shadow: none;
	padding: 0;
	background-color: #888B8D;
	background-image: url('/content/dam/oclc/library-on-demand/bg_sf_hero_animated.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

@media screen and (min-width:1450px) {
	#sf-hero .parsyscolumncontrol .cq-colctrl-1-fc {
		width: 1280px;
	}
}

@media screen and (max-width: 600px) {
	.parsys.hero_area {
		background-position: top center;
	}
}

#sf-hero .parsys_column.cq-colctrl-1-fc-c0 {
	padding: 84px 48px !important;
}

#sf-hero .text.parbase.section {
	margin-bottom: 0;
}

#sf-hero .parsys_column.cq-colctrl-1-fc-c0 {
	padding: 84px 48px !important;
}

#sf-hero .text.parbase.section {
	margin-bottom: 0;
}

#sf-hero h1 {
	margin: 0 0 28px;
}

#sf-hero h1 .box{
	display: inline-block;
	border: 8px solid white;
	padding: 22px 30px;
	background: url('/content/dam/oclc/library-on-demand/bg_lod_headline.png');
}

#sf-hero h1 .prehed,
#sf-hero h1 .deck1,
#sf-hero h1 .deck2 {
	display: table;
}

#sf-hero h1 .prehed {
	background: #ffffff;
	padding: 12px 16px 6px;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #1D252D;
	letter-spacing: -1px;
}

#sf-hero h1 .deck1,
#sf-hero h1 .deck2 {
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	letter-spacing: -1px;
}

#sf-hero h1 .deck1 {
	font-weight: 300;
}

#sf-hero h1 .deck2 {
	font-weight: 700;
}

#sf-hero p.subhed {
	width: 50%;
	margin: 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #ffffff;
	letter-spacing: -0.5px;
	text-shadow: 0px -1px 30px rgba(29, 27, 45, 0.5);
}

@media screen and (min-width:1480px) {
	.parsys.hero_area {
		background-position: bottom center;
	}
	#sf-hero p.subhed {
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.parsys.hero_area {
		background-position: 70%;
	}
	#sf-hero h1 {
		margin: 0;
	}
	#sf-hero p.subhed {
		width: auto;
		position: relative;
		top: -14px;
		background: #007DBA;
		padding: 18px 22px;
		text-shadow: none;
	}
}

@media screen and (max-width:540px) {
	#sf-hero h1 .prehed {
		font-size: 21px;
		line-height: 21px;
		letter-spacing: -0.5px;
	}
	#sf-hero h1 .deck1,
	#sf-hero h1 .deck2 {
		font-size: 56px;
		line-height: 56px;
	}
	#sf-hero p.subhed {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width:480px) {
	#sf-hero .parsys_column.cq-colctrl-1-fc-c0 {
		padding: 84px 18px !important;
	}
}

@media screen and (max-width:360px) {
	#sf-hero h1 .box {
		padding: 18px 22px;
	}
	#sf-hero h1 .deck1, #sf-hero h1 .deck2 {
		font-size: 48px;
		line-height: 48px;
	}
	#sf-hero p.subhed {
		font-size: 26px;
		line-height: 30px;
	}
}


/* Pills nav */

.cont-page.crumbs-tools {
    padding: 0;
}

ul#pill-nav, ul#pill-nav li a, ul#pill-nav li a:hover, ul#pill-nav li a.pill-nav-active:link, ul#pill-nav li a.pill-nav-active:visited, ul#pill-nav li a.pill-nav-active:hover {
	background: none !important;
}

ul#pill-nav {
	margin: 0 0 42px;
	border: none;
	border-radius: 0px;
}

ul#pill-nav li{ 
	margin: 0 25px 0 0;
	padding: 5px 0;
}	

ul#pill-nav li a, ul#pill-nav li a:hover {
    text-decoration: none;
    text-shadow: none;
    border-radius: 0px;
    padding: 0;
    font-size: 14px;
    line-height: 200% !important;
}

ul#pill-nav li a, ul#pill-nav li a:visited {
    color: #2178b5;
}

ul#pill-nav li a:hover {
    color: #333F48;
}

ul#pill-nav li a.pill-nav-active:link, 
ul#pill-nav li a.pill-nav-active:visited, 
ul#pill-nav li a.pill-nav-active:hover {
	font-weight: 600;
    color: #333F48;
    text-decoration: none;
    text-shadow: none;
}

@media screen and (max-width: 600px) {
	ul#pill-nav li{ 
		display: block;
		float: none;
	}	
}


/* SF intro */

#sf-intro {
	margin: 0 0 84px;
}

#sf-intro h2,
#sf-intro p {
	width: 88%;
	margin: 0 6% 21px;
	text-align: center;
}

#sf-intro h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.5px;
}

#sf-intro p {
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: -0.5px;
}

#sf-intro p.cta {
	margin: 2rem 0 4rem;
	width: 100%;
}

#sf-intro p.sub {
	margin-bottom: 21px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
}


/* Button links */

a.btn-link,
button.btn-link {
	display: inline-block;
	margin: 0;
	padding: 12px 18px 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none !important;
	transition: 0.3s;
	box-shadow: none;
	text-shadow: none;
	border: none;
	outline: none !important;
	border-radius: 0px;
	color: #ffffff !important;
	letter-spacing: 0;
}

a.btn-link.blue {
	background: #2178b5;
}

a.btn-link.blue:hover {
	background: #005da1;
	color: #ffffff !important;
}

a.btn-link.outline.blue {
	padding: 8px 14px 6px;
	background: transparent;
	color: #2178b5 !important;
	border: 4px solid #2178b5;
}

a.btn-link.outline.blue:hover,
a.btn-link.outline.blue:active {
	background: transparent;
	color: #005da1 !important;
	border: 4px solid #005da1;
}


/* SF benefits */

#sf-body .parsys_column.cq-colctrl-default {
	margin-bottom: 28px;
	padding-bottom: 14px !important;
	border-bottom: 1px dotted #888B8D;
}

#sf-body .image.parbase.section,
#sf-body .text.parbase.section {
	margin-bottom: 0;
}

#sf-body .parbase.image.section img.img-flt-left-nobrdr {
    float: none;
    margin: 0;
}

#sf-body .image.parbase.section .figure-stack-image {
	text-align: center;
}

#sf-body h2 {
    width: 88%;
    margin: 32px 6% 48px;
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: center;
}

#sf-body h3 {
    margin-bottom: 14px;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #236192;
}

@media screen and (max-width: 480px) {
	#sf-body h2 {
		width: 100%;
		margin: 32px 0 48px;
		font-size: 40px;
		line-height: 46px;
	}
}


/* Columns */

div.parsyscolumncontrol .parsys_column &gt; .parsys {
	padding: 0 !important;
}

	/* 67/33 */

	div.parsyscolumncontrol .cq-colctrl-lt2-r-c0 {
		width: 65%;
		margin-right: 2%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 {
		width: 31%;
		margin-left: 2%;
	}

	/* 25/75 */
	
	div.parsyscolumncontrol .cq-colctrl-lt6-c0 {
		width: 23%;
		margin-right: 2%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt6-c1 {
		width: 73%;
		margin-left: 2%;
	}

	/* 75/25 */
	
	div.parsyscolumncontrol .cq-colctrl-lt5-c0 {
		width: 73%;
		margin-right: 2%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
		width: 23%;
		margin-left: 2%;
	}

	@media screen and (max-width: 800px) {
		div.parsys_column {
			margin-bottom: 0;
		}
		div.parsyscolumncontrol .cq-colctrl-lt2-r-c0,
		div.parsyscolumncontrol .cq-colctrl-lt2-r-c1,
		div.parsyscolumncontrol .cq-colctrl-lt6-c0,
		div.parsyscolumncontrol .cq-colctrl-lt6-c1,
		div.parsyscolumncontrol .cq-colctrl-lt5-c0,
		div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
			float: none;
			width: 100% !important;
			margin-left: 0;
			margin-right: 0;
		}
	}


/* Vertical centering */

#benefit1 .parsys_column.cq-colctrl-lt5,
#benefit3 .parsys_column.cq-colctrl-lt5,
#benefit5 .parsys_column.cq-colctrl-lt5,
#benefit2 .parsys_column.cq-colctrl-lt6,
#benefit4 .parsys_column.cq-colctrl-lt6,
#rsg-callout .parsys_column.cq-colctrl-lt2-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	#benefit2 .parsys_column.cq-colctrl-lt6,
	#benefit4 .parsys_column.cq-colctrl-lt6,
	#rsg-callout .parsys_column.cq-colctrl-lt2-r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column;
	}
	#benefit1 .parsys_column.cq-colctrl-lt5,
	#benefit3 .parsys_column.cq-colctrl-lt5,
	#benefit5 .parsys_column.cq-colctrl-lt5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column-reverse;
	}

	#benefit1,
	#benefit2,
	#benefit3,
	#benefit4,
	#benefit5 {
		width: 94% !important;
		margin: 0 3%;
		padding: 14px 0 !important;
  	}

	#benefit1 .image.parbase.section,
	#benefit2 .image.parbase.section,
	#benefit3 .image.parbase.section,
	#benefit4 .image.parbase.section,
	#benefit5 .image.parbase.section {
		width: auto;
		margin: 0 auto 14px !important;
		display: table;
  	}

	#benefit1 .figure-stack-image,
	#benefit2 .figure-stack-image,
	#benefit3 .figure-stack-image,
	#benefit4 .figure-stack-image,
	#benefit5 .figure-stack-image {
		float: none;
		margin: 0;
  	}

	#benefit1 .image.parbase.section img,
	#benefit2 .image.parbase.section img,
	#benefit3 .image.parbase.section img,
	#benefit4 .image.parbase.section img,
	#benefit5 .image.parbase.section img {
		max-width: 320px;
	}
}

@media screen and (max-width: 600px) {
	#benefit1 .image.parbase.section img,
	#benefit2 .image.parbase.section img,
	#benefit3 .image.parbase.section img,
	#benefit4 .image.parbase.section img,
	#benefit5 .image.parbase.section img {
		max-width: 280px;
	}
}

@media screen and (max-width: 480px) {
	#benefit1 .image.parbase.section img,
	#benefit2 .image.parbase.section img,
	#benefit3 .image.parbase.section img,
	#benefit4 .image.parbase.section img,
	#benefit5 .image.parbase.section img {
		max-width: 240px;
	}
}

@media screen and (max-width: 360px) {
	#sf-body h2 {
		font-size: 38px;
		line-height: 42px;
	}
}


/* SF benefits grid */

#benefits {	
	border: none !important;
	margin-top: 56px;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

#benefit-grid {
	margin: 28px 0 84px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#benefit-grid .block {
	display:flex; 
	flex-direction:column; 
	flex: 1;
	border: 1px solid #BBBCBC;
	padding: 24px;
	min-width: 48%;
	margin: 0 8px 16px 8px;
}

#benefit-grid .block p {
	width: 100%;
	margin: 0;
}

#benefit-grid .block p.icon {
	margin: 0 0 18px;
	line-height: 0px;
	text-align: center;
}

#benefit-grid .block p.icon img {
	max-width: 160px;
	background: transparent;
	border-radius: 0px;
	border: none;
	padding: 0;
}

#benefit-grid .block.full-width p.icon img {
	max-width: 220px;
}

#benefit-grid .block span.new {
	background: #4C8C2B;
	margin-right: 6px;
	padding: 2px 6px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	#benefit-grid .block {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0 0 16px 0;
		flex: auto;
	}
}


/* CTA form */

#sf-cta {
	margin: 28px 0 0;
	padding: 28px 0 0 !important;
	border: none !important;
}

#sf-cta h3 {
	margin-top: 14px;
	color: #333F48;
}


/* Learn more box */

#learn-more {
	margin-bottom: 6rem !important;
	padding: 30px !important;
	border: 1px solid #BBBCBC !important;
}

#learn-more h2 {
	margin: 0 0 2rem;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	text-align: left;
	color: #236192;
	letter-spacing: -0.5px;
}

#learn-more h3 {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: #333F48;
	letter-spacing: -0.25px;
}

#learn-more h3 i {
	padding-right: 2px;
}

#learn-more h2, #learn-more h3, #learn-more p {
	width: auto !important;
}

#learn-more .video-container {
	padding-top: 0px;
	border: 1px solid #D9D9D6;
}

#learn-more .eventlist {
	margin-bottom: 28px;
}

#learn-more .eventlist .list-upcoming-events article {
    border-bottom: 1px dotted #888B8D;
    padding: 0;
    margin: 0 32px 18px 0;
}

#learn-more .eventlist p.list-ue-eventdate {
	font-size: 14px;
	line-height: 14px;
}

#learn-more .eventlist h1.list-ue-eventtitle {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px !important;
}

p.list-empty {
    padding: 0;
    color: #333F48;
    border: none;
}

@media screen and (max-width: 800px) {
	#learn-more .video-container {
		margin-bottom: 42px;
	}
}

@media screen and (max-width: 360px) {
	#learn-more {
		padding: 24px 18px !important
	}
}


/* SF video */

#sf-video {
	width: 84%;
	margin: 42px 8% 0;
}

#sf-video .video.parbase.section {
	margin-bottom: 0;
	border: 1px solid #BBBCBC;
}

.video-container {
	padding-top: 0px !important;
}

@media screen and (max-width: 600px) {
	#sf-video {
		width: 94%;
		margin: 42px 3% 0;
	}
}


/* RSG callout */

#rsg-callout {
	margin: 0 0 4rem !important;
	padding: 0 !important;
	border-bottom: none !important;
}

#rsg-callout h2 {
	width: 100%;
	margin: 0 0 1rem;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	letter-spacing: -0.5px;
}

@media screen and (max-width: 800px) {
	#rsg-callout .parsys_column.cq-colctrl-lt2-r-c0 {
		margin-bottom: 2rem;
	}
	#rsg-callout .image.parbase.section {
		max-width: 480px;
		margin: 0 auto !important;
	}
}


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