/*
WMS Homepage
/content/dam/oclc/worldshare-management-services/css/wms_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,
p,
li {
	color: #333F48;
}

#main-content p,
#main-content li {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.25px;
	margin: 0 0 1.3rem 0;
}

#main-content p {
	margin: 0 0 1.3rem 0;
}

#main-content li {
	margin: 0 0 0.6rem 0;
}

a sup {
	display: inline-block;
}

.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-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
}

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

#main-content .hbox {
	border-radius: 0px !important;
	margin: 0 !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;
	}
}


/* Columns */

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

	/* 50/50 */

	div.parsyscolumncontrol .cq-colctrl-lt0-c0 {
		width: 48%;
		margin-right: 2%;
	}

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

	/* 33/67 */

	div.parsyscolumncontrol .cq-colctrl-lt1-c0 {
		width: 31%;
		margin-right: 2%;
	}

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

	/* 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%;
	}

	/* 33/33/33 */

	div.parsyscolumncontrol .cq-colctrl-lt2-c0,
	div.parsyscolumncontrol .cq-colctrl-lt2-c1,
	div.parsyscolumncontrol .cq-colctrl-lt2-c2 {
		width: 31%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt2-c0 {
		margin-right: 1.75%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt2-c1 {
		margin-left: 1.75%;
		margin-right: 1.75%;
	}

	div.parsyscolumncontrol .cq-colctrl-lt2-c2 {
		margin-left: 1.75%;
	}

@media screen and (max-width: 800px) {
	div.parsyscolumncontrol .cq-colctrl-lt0-c0,
	div.parsyscolumncontrol .cq-colctrl-lt0-c1,
	div.parsyscolumncontrol .cq-colctrl-lt1-c0,
	div.parsyscolumncontrol .cq-colctrl-lt1-c1,
	div.parsyscolumncontrol .cq-colctrl-lt2-c0,
	div.parsyscolumncontrol .cq-colctrl-lt2-c1,
	div.parsyscolumncontrol .cq-colctrl-lt2-c2,
	div.parsyscolumncontrol .cq-colctrl-lt2-r-c0,
	div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 {
		width: 92% !important;
		margin-left: 4%;
		margin-right: 4%;
	}
	.hbox div.parsyscolumncontrol .cq-colctrl-lt0-c0,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt0-c1,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt1-c0,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt1-c1,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt2-c0,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt2-c1,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt2-c2,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt2-r-c0,
	.hbox div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}


/* Merged */

#wms-intro .section,
#wms-main-body .section,
#wms-libraries .section,
#wms-services .section {
	margin-bottom: 0 !important;
}

#wms-intro p,
#wms-main-body p,
#wms-libraries p,
#wms-services p {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.25px;
	margin: 0 0 1.3rem 0;
}

#wms-main-body strong,
#wms-main-body b,
#wms-libraries strong,
#wms-libraries b,
#wms-services strong,
#wms-services b {
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}

#wms-main-body,
#wms-libraries,
#wms-services {
	margin-bottom: 4rem;
}

#wms-libraries h2,
#wms-services h2 {
	width: 86%;
	margin: 0 7% 1rem;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.5px;
	text-align: center;
}

#wms-libraries p.cta,
#wms-services p.cta {
	text-align: center;
	margin-bottom: 0;
}


/* Intro */

#wms-intro {
	background-color: #f1f1f1;
	background-image: url('/content/dam/oclc/worldshare-management-services/images/bg_wms_intro.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 4rem;
}

#wms-intro h1 {
	margin: 72px 0 48px 32px;
	padding: 24px;
	background: url('/content/dam/oclc/worldshare-management-services/images/bg_intro_headline_box.png');
}

#wms-intro h1 span {
	display: block;
}

#wms-intro h1 span.product-name {
	margin: 0 0 14px;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333F48;
	letter-spacing: -0.25px;
}

#wms-intro h1 span.description {
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.5px;
}

#wms-intro h1 span.description.green {
	color: #4C8C2B;
}

#wms-intro p.cta {
	margin: 0 0 72px 32px;
}

@media screen and (max-width: 800px) {
	#wms-intro {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-position: top right;
		background-size: 175%;
	}
	#wms-intro .parsys_column.cq-colctrl-default-c0 {
		margin-top: 100%;
	}
	#wms-intro h1 {
		margin: 24px 0 36px;
		padding: 0;
		background: transparent;
	}
	#wms-intro h1 span.description {
		font-size: 36px;
		line-height: 42px;
	}
	#wms-intro p.cta {
		margin: 0;
	}
}

@media screen and (max-width: 360px) {
	#wms-intro p.cta a.btn-link,
	#wms-intro button.btn-link {
		display: block;
	}
}


/* Talis callout */

#talis-callout {
	margin-bottom: 4rem;
}

#talis-callout .hbox {
	margin-bottom: 0;
	background: #ffffff;
	border: 1px solid #4C8C2B;
}

#talis-callout .hbox h2 {
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.5px;
}

#talis-callout .hbox p {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
}

#talis-callout .hbox p.cta, #talis-callout .hbox a.btn-link {
	margin-bottom: 0;
}


/* Main body */

#wms-main-body .text.parbase.section {
	width: 95%;
}

#wms-main-body .text-large {
	margin-bottom: 2rem;
	display: block;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.5px;
}

#wms-main-body .more-link {
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	margin-bottom: 2rem;
	display: block;
	font-size: 16px;
	line-height: 20px;
}

#wms-main-body h3 {
	margin: 1rem 0 0.5rem 0;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #4C8C2B;
}

#wms-main-body .textimage.parbase.section {
	width: 90%;
}

#wms-main-body .textimage.parbase.section img {
	border: none;
	border-radius: 0px;
	width: 140px;
	padding: 0;
	background: transparent;
}

#wms-main-body .textimage.parbase.section .image {
	margin: 0 0 0 14px;
}

@media screen and (max-width: 800px) {
	#wms-main-body .text-large {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}
}

@media screen and (max-width: 360px) {
	#wms-main-body .textimage.parbase.section .image {
		float: none;
		margin: 8px 0 14px 0;
	}
}


/* WMS libraries hbox */

#wms-libraries .hbox {
	padding: 36px 0;
	border-radius: 0px;
}

#wms-libraries-logos {
	margin-bottom: 4rem;
}

#wmslibs1,
#wmslibs2,
#wmslibs3 {
	margin-bottom: 1rem;
}

#wmslibs1 .image.parbase.section,
#wmslibs2 .image.parbase.section,
#wmslibs3 .image.parbase.section {
	text-align: center;
}

#wmslibs1 .image.parbase.section img,
#wmslibs2 .image.parbase.section img,
#wmslibs3 .image.parbase.section img {
	width: 90%;
	max-width: 320px;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	background: transparent !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 800px) {
	#wmslibs1,
	#wmslibs2,
	#wmslibs1 .parsys_column,
	#wmslibs2 .parsys_column {
		margin-bottom: 0 !important;
	}
	#wmslibs1 .image.parbase.section,
	#wmslibs2 .image.parbase.section,
	#wmslibs3 .image.parbase.section {
		margin: 1rem 0 1rem 0 !important;
	}
}

#wms-libraries .quote-cont {
	width: 84%;
	margin: 2rem 7% 4rem;
}

#wms-libraries .quote-cont p {
	text-align: center;
}

#wms-libraries .quote-cont p.quote {
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #4C8C2B;
	padding-bottom: 1rem;
	border-bottom: 1px solid #4C8C2B;
}


/* WMS services */

#wms-services {
	border: 1px solid #4C8C2B;
	padding: 36px 0 !important;
}

#wms-services .parsys_column.cq-colctrl-lt2-c0 .parsys,
#wms-services .parsys_column.cq-colctrl-lt2-c1 .parsys,
#wms-services .parsys_column.cq-colctrl-lt2-c2 .parsys {
	padding: 0 !important;
}

#wms-services h3,
#wms-services p.description {
	text-align: center;
}

#wms-services-icons {
	margin-bottom: 3rem;
}

#wms-services-icons .parsys_column.cq-colctrl-lt0-c0,
#wms-services-icons .parsys_column.cq-colctrl-lt0-c1 {
	width: 50%;
	margin: 0;
}

#wms-services .image.parbase.section {
	width: 84%;
	margin: 0 8% !important;
	text-align: center;
}

#wms-services p.description {
	width: 76%;
	margin: 0 12%;
}

#wms-services p.cta {
	margin-top: 2rem;
}

#wms-services h3 {
	margin-bottom: 0.25rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #4C8C2B;
}

@media screen and (max-width: 800px) {
	#wms-services .image.parbase.section img {
		float: none;
		margin: 0 auto !important;
		max-width: 200px;
	}
	#wms-services p.cta {
		width: 84%;
		margin: 0 8%;
	}
	#wms-services-icons .parsys_column.cq-colctrl-lt0-c0,
	#wms-services-icons .parsys_column.cq-colctrl-lt0-c1 {
		width: 100% !important;
	}
	#wms-services-icons .parsys_column.cq-colctrl-lt2-c0,
	#wms-services-icons .parsys_column.cq-colctrl-lt2-c1,
	#wms-services-icons .parsys_column.cq-colctrl-lt2-c2 {
		margin-bottom: 2rem;
	
	}
}

@media screen and (max-width: 360px) {
	#wms-services .image.parbase.section {
		min-height: 0;
	}
	#wms-services .image.parbase.section img {
		max-width: 150px;
	}
}


/* LOD quote without photo */

#wms-lod-quote {
	width: 86%;
	margin: 2rem 7% 4rem;
}

#wms-lod-quote .text.parbase.section{
	margin-bottom: 2rem;
}	

#wms-lod-quote p.quote,
#wms-lod-quote p.attr, 
#wms-lod-quote p.cta {
	text-align: center;
}

#wms-lod-quote p.quote {
	margin: 0 36px 1.3rem 36px;
	padding: 0 0 1rem;
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #4C8C2B;
	border-bottom: 1px solid #4C8C2B;
}

#wms-lod-quote p.attr {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.25px;
	margin: 0 0 1.3rem 0;
}

@media screen and (max-width: 800px) {
	#wms-lod-quote .text.parbase.section {
    	margin-bottom: 1rem;
	}
	#wms-lod-quote p.quote {
    	margin: 0 0 1.3rem 0;
    }
}

@media screen and (max-width: 360px) {
	#wms-lod-quote {
		margin: 2rem 0 4rem;
	}
}


/* Link buttons */

p.cta {
	margin: 0;
}

a.btn-link, button.btn-link {
	display: inline-block;
	margin: 0 0 14px 0;
	padding: 14px 18px 12px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration: none !important;
	transition: 0.3s;
	box-shadow: none;
	text-shadow: none;
	border: none;
	outline: none !important;
	border-radius: 0px;
	color: #ffffff;
}

#wms-intro a.btn-link, #wms-intro button.btn-link {
	padding: 14px 18px 12px;
	font-size: 21px;
	line-height: 24px;
}

a.btn-link:hover, button.btn-link:hover {
	color: #ffffff !important;
}

a.btn-link.green {
	background: #4C8C2B;
}

a.btn-link.green:hover {
	background: #326d19;
}

button.btn-link.video {
	background: #E87722;
	color: #ffffff;
}

button.btn-link.video:hover {
	background: #dd5713;
}

#wms-intro p.cta a.btn-link {
	margin-right: 24px;
}


/* Bottom */

#wms-bottom p.form-required {
	font-size: 14px;
	line-height: 18px;
}

#wms-bottom p.form-required b {
	color: #c25400;
}

#wms-bottom .hbox h2 {
	width: 100%;
	text-align: left;
	margin: 0 0 0.5rem;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.5px;
}

#wms-bottom ul.resources {
	margin: 0;
}

#wms-bottom ul.resources li {
	list-style-type: none;
}

#wms-bottom h3, 
#wms-bottom .newslist.parbase.section h2,
#wms-bottom .eventlist.parbase.section h3,
#wms-bottom .profilelist.parbase.section h1 {
	width: 100%;
	padding: 0;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.25px;
	text-align: left;
	color: #333F48;
	border: none;
}

#wms-bottom h3, 
#wms-bottom .newslist.parbase.section h2,
#wms-bottom .eventlist.parbase.section h3,
#wms-bottom .profilelist.parbase.section h1 {
	width: 100%;
	margin: 3rem 0 0.5rem;
}

#wms-bottom .newslist.parbase.section h3,
#wms-bottom .eventlist.parbase.section .list-ue-eventtitle {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif !important;
	font-size: 18px !important;
	line-height: 23px !important;
	letter-spacing: -0.25px !important;
}

#wms-bottom .newslist.parbase.section .news-listing,
#wms-bottom .eventlist.parbase.section .list-upcoming-events article {
	border-bottom: 1px dotted #333F48;
}

#wms-bottom .newslist.parbase.section .news-listing h3 {
	margin: 0 0 0.25rem;
}

#wms-bottom .newslist.parbase.section .list.list-newspr {
	padding: 0;
}

#wms-bottom .newslist.parbase.section .list.list-newspr li {
	margin-bottom: 0.25rem;
}

#wms-bottom .news-listing .news-list-stats {
	padding: 0;
}

#wms-bottom .newslist.parbase.section li.meta-date,
#wms-bottom .eventlist.parbase.section .list-ue-eventdate {
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #555858;
}

#wms-bottom .eventlist.parbase.section .list-upcoming-events {
	margin-bottom: 1.5rem;
}


/* Brochures */

#brochures {
	margin: 0 0 2rem;
}

#brochures h3 {
	margin-bottom: 1rem;
}

#brochures .textimage.parbase .image {
	margin: 0 18px 1rem 0;
}

#brochures .textimage.parbase img {
	border: 1px solid #BBBCBC !important
}

#brochures h4 {
	margin: 0 0 0.5rem;
	padding: 0;
	font-family: 'Graphik Medium', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #475C66;
	border: none;
}

#brochures p {
	margin: 0 0 0.5rem 140px;
}
