<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Transitional Navigation Bar Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.cbp-af-header {
	width: 100%;
	background: #fff;
	z-index: 10000;
	height: 100px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom: 1px solid #4c8c2b;
    position: relative;
}

nav a {
	color: #333f48;
	margin-left: 10px;
}

nav a.active {
	color: #4c8c2b;
}

nav a:hover {
	color: #e87722;
	text-decoration: none;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

@media (min-width: 1000px) {
	.cbp-af-header .cbp-af-inner { padding: 0 1.875em; }
}
@media (min-width: 1150px) {
	.cbp-af-header .cbp-af-inner { padding: 0 1.875em; }
}

.cbp-af-header .logo,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

.cbp-af-header .logo {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 140px;
	height: 55px;
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/oclc-logo.svg) no-repeat;
}

.cbp-af-header nav {
	float: right;
	margin-top: -12px;
}

/* Transitions and class for reduced height */

.cbp-af-header .logo,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header nav a {
	transition: none;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 70px;
	background: rgba(255,255,255,.9);
	transition: 0.35s all ease;
}

.cbp-af-header.cbp-af-header-shrink .logo,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 115px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	font-size: 2em;
	margin: 15px 0px 0px 0px;
	width: 140px;
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/oclc-logo.svg) no-repeat;
}

/* --- Responsive breaks for nav --- */

@media (min-width: 360px) {
	.cbp-af-header { height: auto; }
	.cbp-af-header .cbp-af-inner { padding: 0 0 10px 0; text-align: center;}
	.cbp-af-header .logo { line-height: 10px; float: none;}
	.cbp-af-header nav a { line-height: 10px; }
	.cbp-af-header nav { display: block; float: none; text-align: center; clear: left;}
	.cbp-af-header.cbp-af-header-shrink {height: auto; }
	.cbp-af-header.cbp-af-header-shrink .logo,
	.cbp-af-header.cbp-af-header-shrink nav a { line-height: 10px; }
	.cbp-af-header.cbp-af-header-shrink .logo { display: block; float: none; width: 100px; margin-top: 10px; margin-bottom: 20px; margin-left: auto; margin-right: auto; height: 30px; }
}

@media (min-width: 930px) {
	.cbp-af-header { height: 100px; }
	.cbp-af-header .cbp-af-inner { text-align: left; padding: 0;}
	.cbp-af-header .logo,
	.cbp-af-header nav a { line-height: 118px; }
	.cbp-af-header nav { display: inline-block; float: right; text-align: right; clear: none;}
	.cbp-af-header.cbp-af-header-shrink {height: 70px; }
	.cbp-af-header.cbp-af-header-shrink .logo,
	.cbp-af-header.cbp-af-header-shrink nav a { line-height: 87px; }
	.cbp-af-header.cbp-af-header-shrink .logo { display: inline-block; float: left; margin-top: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
}

.ie8 video { display: block; }

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

a.cta {
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	border: 4px solid;
	padding: 10px;
}

a.cta.register {
	text-align: center;
	font-size: 3rem;
	border-width: 6px;
	padding: 7px 10px;
	color: #4c8c2b;
}
@media (min-width: 400px) { a.cta.register { font-size: 2.5rem; padding: 9px 12px;} }
@media (min-width: 460px) { a.cta.register { font-size: 2.75rem; padding: 14px 20px;} }
@media (min-width: 515px) { a.cta.register { font-size: 3rem; padding: 20px 30px;} }

a.cta.register:hover {
	color: #e87722;
}
p.intro {
	font-size: 24px;
	font-family: "Graphik Light", Helvetica, Arial, sans-serif;
}

hr {
	border-color: #e87722;
}

hr.green {
	border-color: #4c8c2b;
}

.headshot {
	text-align: center;
}

.headshot-name {
	text-transform: uppercase;
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 0.08rem;
	line-height: 100%;
	margin: 1.5rem 0 .5rem 0;
}

.headshot-co {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.speaker-name {
	font-family: "Graphik Regular", Helvetica, Arial, sans-serif;
	font-size: 4.0rem;
	margin: 0;
	text-transform: none;
	letter-spacing: -0.2rem;
	color: #236192;
}

.speaker-title {
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	margin: 0;
}

.speaker-co {

}




.registration h3  {
    margin-bottom: .5rem;
    font-size: 4.3rem;
    line-height: 5.2rem;
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
    color:#e87722;
    }

.optional {
    font-size: 1.2rem;
}
.registration h4  {
	margin: 0px;
}

.registration p{
	margin-bottom: 1rem ;
    font-size: 1.6rem;
    line-height: 2rem;
}


.registration .cost {
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
    font-size: 6rem;
    color: #e87722;
    line-height: 1.2;
    margin: 20px 0 30px 0;
}
.registration .cost.first {
    margin: 20px 0 20px 0;
}
.registration .title {
    font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    letter-spacing:.1rem;
    margin: 0 0 1.3rem 0;
}
.registration .date {
    font-family: "Graphik Regular", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    color: #ffffff;
}


.cta-main {
	text-align: center;
    font-family: "Graphik Light", Helvetica, Arial, sans-serif;
    color: #4c8c2b;
    font-size: 2rem;
    line-height: 1.2;
}
/* Larger than tablet */
@media (min-width: 750px) { .cta-main { font-size: 4rem; } }

.cta-main.call-par {
	margin: 4rem 0 0 0;
}

.cover-2 .cta-main {
	color: #ffffff;
}

.cta-main a.cta {
	padding: 20px 30px;
	border-width: 6px;
	color: #e87722;
}
.cta-main a.cta:hover {
	color: #ce5901;
}
.cover-2 .cta-main a.cta{
	color: #ffffff;
}
.cover-2 .cta-main a.cta:hover{
	color: #ffffff;
	background-color: #e87722;
}


.ie10 .cta-main a.cta {
	padding-top: 10px;
}

.content {
	position: relative;
	z-index: 1000;
}

.social-share {
	text-align: center;
	color: #e87722;
	height: 70px;
	font-size: 2.0rem;
	padding-top: 160px;
    background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/hashtag-bkgd.png) top right no-repeat;
}

@media (min-width: 900px) { .social-share { font-size: 3.0rem; }  }

/* Larger than desktop */
@media (min-width: 1100px) { .social-share { padding-top: 100px; }  }

.social-share p {
	margin :0;
}

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

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

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

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

.cover { background: none; padding: 0;}

.cover .row { padding: 20px 0 0 0;}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) { .cover .row { padding: 40px 0 0 0; } }

.circles-container {
    width: 320px;
    height: 60px;
    position: relative;
    z-index: 1500;
    overflow: hidden;
    margin: auto;
}
@media (min-width: 450px) { .circles-container { width: 450px; height:110px; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) { .circles-container { width: 520px; height:135px; } }
@media (min-width: 635px) { .circles-container { width: 635px; height:135px; } }
/* Larger than tablet */
@media (min-width: 750px) { .circles-container { width: 750px; height: 180px; } }
@media (min-width: 865px) { .circles-container { width: 865px; height: 220px; } }
/* Larger than desktop */
@media (min-width: 980px) { .circles-container { width: 980px; height: 260px; } }

.circles-left {
    background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/circles-orange-lrg-lft.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    position: absolute;
    z-index: 750;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
@media (min-width: 450px) { .circles-left { width: 250px; height: 250px; background-size: 250px 250px; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) { .circles-left { width: 300px; height: 300px; background-size: 300px 300px; } }
@media (min-width: 635px) { .circles-left { width: 350px; height: 350px; background-size: 350px 350px; } }
/* Larger than tablet */
@media (min-width: 750px) { .circles-left { width: 425px; height: 425px; background-size: 425px 425px; } }
@media (min-width: 865px) { .circles-left { width: 498px; height: 498px; background-size: 498px 498px; } }
/* Larger than desktop */
@media (min-width: 980px) { .circles-left { width: 570px; height: 570px; background-size: 570px 570px; } }

.circles-middle {
    background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/circles-green-med-mid.png) no-repeat;
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    position: absolute;
    left: 100px;
    z-index: 751;
    top: 12px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
@media (min-width: 450px) { .circles-middle { width: 240px; height: 240px; background-size: 240px 240px; left: 120px; top: 30px; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) { .circles-middle { width: 275px; height: 273px; background-size: 275px 273px; left: 149px; top: 60px; } }
@media (min-width: 635px) { .circles-middle { width: 335px; height: 335px; background-size: 335px 335px; left: 190px; top: 60px; } }
/* Larger than tablet */
@media (min-width: 750px) { .circles-middle { width: 405px; height: 405px; background-size: 405px 405px; left: 200px; top: 60px; } }
@media (min-width: 865px) { .circles-middle { width: 477px; height: 477px; background-size: 477px 477px; left: 250px; top: 65px; } }
/* Larger than desktop */
@media (min-width: 980px) { .circles-middle { width: 549px; height: 546px; background-size: 549px 546px; left: 300px; top: 70px; } }

.circles-right {
    background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/circles-red-sm-rt.png) no-repeat;
    width: 110px;
    height: 110px;
    background-size: 110px 110px;
    position: absolute;
    left: 200px;
    z-index: 752;
    top: 20px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
@media (min-width: 450px) { .circles-right { width: 200px; height: 200px; background-size: 200px 200px; left: 260px; top: 60px; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) { .circles-right { width: 265px; height: 265px; background-size: 265px 265px; left: 280px; top: 75px; } }
@media (min-width: 635px) { .circles-right { width: 295px; height: 295px; background-size: 295px 295px; left: 380px; top: 75px; } }
/* Larger than tablet */
@media (min-width: 750px) { .circles-right { width: 350px; height: 350px; background-size: 350px 350px; left: 400px; top: 80px; } }
@media (min-width: 865px) { .circles-right { width: 373px; height: 373px; background-size: 373px 373px; left: 490px; top: 105px; } }
/* Larger than desktop */
@media (min-width: 980px) { .circles-right { width: 396px; height: 396px; background-size: 396px 396px; left: 580px; top: 130px; } }


.cover-2 {
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/cover-2-callout.jpg);
	height: 200px !important;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top:4px;
	padding-top:150px;
}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 520px) {.cover-2 { height: 125px !important; padding-top:200px;} }

/* Larger than tablet */
@media (min-width: 750px) { .cover-2 { height: 230px !important; padding-top:220px;} }

/* Larger than desktop */
@media (min-width: 942px) { .cover-2 { height: 170px !important; padding-top:230px;} }

/* Larger than Desktop HD */
@media (min-width: 1140px) { .cover-2 { height: 200px !important; padding-top:400px;} }

.cover-2 .row {
    padding: 0px;
}

.cover-3 {
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2017/cover-3-circles-bottom.png) no-repeat bottom right;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 0 0 170px 0;
}
/* Larger than desktop */
@media (min-width: 1000px) { .cover-3 { padding: 0 0 120px 0;} }


.cover-3 .row {
	padding: 0px;
}

.cover-4 {
	background: #e87722;
	color: #fff;
	padding: 50px 0 40px 0;
	position: relative;
	margin: 0 0 60px 0
}

.cover4 img {
	border-radius: 100px;
}

.cover-4 .row {
	position: relative;
	z-index: 1000;
}

.sb-logo {
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2019/logo-WMS-CUGM2019-date.svg) no-repeat;
	display: block;
	width: 100%;
	text-indent: -99999px;
	height: 350px;
	position: relative;
	z-index: 1000;
}

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

.sb-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}


.cover.interior {
	height: 100px;
	padding: 20px 0 55px 0;
	margin: 0 0 4px 0;
	background: #4c8c2b;
}

.cover.interior .row {
	padding: 0;
}
.row.interior-circles {
  padding:0;
}

.cover.interior h2 {
	float: right;
	color: #fff;
	font-size: 6.0rem;
	line-height: 130px;
	position: relative;
	z-index: 1000;
	transition: font-size .5s;
}

.cover.interior .sb-logo-container {
	width: 300px;
	height: 120px;
	padding-bottom: 0;
	margin: 24px 0 0 0;
}

.cover.interior .sb-logo {
	float: left;
	background: url(/content/dam/oclc/conferences/wms-global-comm-user-grp-mtg/2019/logo-WMS-CUGM2019-interior.svg) no-repeat;
}

.int-img-circles {
	float:right;
}


@media (max-width: 900px) {

	.cover.interior {
		height: auto;
		text-align: center;
		padding-bottom: 10px;
	}

	.cover.interior h2 {
		float: none;
		margin: 85px 0 30px 0;
		line-height: 6.0rem;
	}

	.cover.interior .sb-logo-container {
		width: 100%;
		height: 37%;
		float: none;
		padding-bottom: 37.5%;
	}

	.cover.interior .sb-logo {
		width: 100%;
		height: 100%;
		float: none;
		margin: 50px 0 0 0;
		background-size: auto;
	}

}

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

	.cover.interior h2 {
		font-size: 4.5rem;
		transition: font-size .5s;
	}

	.ie10 .cover.interior h2 {
	}

}

/* Agenda
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

table.agenda {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	margin: 0 0 50px 0;
}

td.agenda-time {
	width: 25%;
}

td.agenda-item {
	width: 75%;
}

.tt-option {
	border-left: 8px solid #78BE20;
	padding: 15px 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #e4f2d2;
	line-height: 1.4;
}

.tt-title {
	font-family: "Graphik Bold", Helvetica, Arial, sans-serif;
	color: #4c8c2b;
}
.tt-descrip {
	font-size: 1.6rem;
}

/* 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.green-orange { background: #e87722; }
.divider.green-orange .bar-1 { background: #4c8c2b; }
.divider.green-orange .bar-2 { background: #9a8227; }


/* Footer
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.ftr-img-circles {
	float:left;
}


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 p {
	margin: 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;
	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>