/* Tipasa main page
/content/dam/oclc/linked-data/css/linked_data_homepage.css
*/

/* Import */

@import url("/content/dam/oclc/linked-data/css/reset.css");


/* Hero */

#linked-data-hero {
	margin: 0 0 4rem;
	background-color: rgb(29,37,45);
	background-color: linear-gradient(180deg, rgba(51,63,72,1) 0%, rgba(29,37,45,1) 100%); 
	background-image: url('/content/dam/oclc/linked-data/images/bg_linked_data_hero_metadata.png');
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center center;
}

#linked-data-hero .parsys_column.cq-colctrl-default-c0 {
	padding: 4rem 0 !important;
	background-image: url('/content/dam/oclc/linked-data/images/bg_linked_data_hero_cogs_desktop.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#linked-data-hero .parsys_column.cq-colctrl-lt2-r-c0 {
	width: 58%;
	margin-right: 2%;
}

#linked-data-hero .parsys_column.cq-colctrl-lt2-r-c1 {
  	width: 40%;
	margin-left: 2%;
}

#linked-data-hero h1, #linked-data-hero p {
	color: #ffffff;
}

#linked-data-hero h1 {
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 80px;
	line-height: 86px;
	letter-spacing: -1px;
	margin: 0 0 0.5rem;
}

:lang(fr) > #linked-data-hero h1,
:lang(de) > #linked-data-hero h1,
:lang(nl) > #linked-data-hero h1 {
	font-size: 72px;
	line-height: 78px;
}

#linked-data-hero p {
	font-family: 'Graphik Medium', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 42px;
	line-height: 48px;
	margin: 0;
	letter-spacing: -0.5px;
}

:lang(fr) > #linked-data-hero p,
:lang(de) > #linked-data-hero p,
:lang(nl) > #linked-data-hero p {
	font-size: 36px;
	line-height: 42px;
}

#linked-data-hero .image.parbase.section {
	margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
	#linked-data-hero .parsys_column.cq-colctrl-1-fc{	
		padding: 0 3% !important;
	}
	#linked-data-hero h1 {
		font-size: 66px;
		line-height: 74px;	
	}
	#linked-data-hero p {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 800px) {
	#linked-data-hero .parsys_column.cq-colctrl-default-c0 {
		padding: 4rem 1.5rem !important;
		background-image: none;
	}
	#linked-data-hero .parsys_column.cq-colctrl-lt2-r-c0,
	#linked-data-hero .parsys_column.cq-colctrl-lt2-r-c1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#linked-data-hero .parsys_column.cq-colctrl-lt2-r-c0 {
		margin-bottom: 2rem;
	}
	#linked-data-hero h1, #linked-data-hero p {
		text-align: center;
	}
	#linked-data-hero h1,
	:lang(fr) > #linked-data-hero h1,
	:lang(de) > #linked-data-hero h1,
	:lang(nl) > #linked-data-hero h1 {
		font-size: 56px;
		line-height: 60px;
		letter-spacing: -0.75px;
	}
	#linked-data-hero p,
	:lang(fr) > #linked-data-hero p,
	:lang(de) > #linked-data-hero p,
	:lang(nl) > #linked-data-hero p {
		font-size: 30px;
		line-height: 34px;
	}
	#linked-data-hero .image.parbase.section {
		margin: 0 auto !important;
		width: 75%;
		max-width: 360px;
	}
}

@media screen and (max-width: 480px) {
	#linked-data-hero .image.parbase.section {
		width: 90%;
	}
}

@media screen and (max-width: 360px) {
	#linked-data-hero h1,
	:lang(fr) > #linked-data-hero h1,
	:lang(de) > #linked-data-hero h1,
	:lang(nl) > #linked-data-hero h1 {
		font-size: 48px;
		line-height: 52px;
		letter-spacing: -0.5px;
	}
	#linked-data-hero p,
	:lang(fr) > #linked-data-hero p,
	:lang(de) > #linked-data-hero p,
	:lang(nl) > #linked-data-hero p {
		font-size: 26px;
		line-height: 30px;
		letter-spacing: -0.25px
	}
}


/* Intro */

#linked-data-intro {
	margin: 0 0 4rem;
	padding-bottom: 4rem !important;
	border-bottom: 1px dotted #888B8D;
}

#linked-data-intro h2, #linked-data-intro p {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;	
	text-align: center;
}

#linked-data-intro p {
	margin-bottom: 2rem;
}

#linked-data-intro h2 {
	margin-bottom: 2rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
	text-align: center;
}

@media screen and (min-width: 1400px) {
	#linked-data-intro h2, #linked-data-intro p {
		width: 84%;
		margin-left: 8%;
		margin-right: 8%;	
	}
}

@media screen and (max-width: 600px) {
	#linked-data-intro h2, #linked-data-intro p {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;	
	}
	#linked-data-intro h2 {
		font-size: 44px;
		line-height: 48px;
	}
}

@media screen and (max-width: 480px) {
	#linked-data-intro h2 {
		font-size: 40px;
		line-height: 46px;
    }
}

@media screen and (max-width: 360px) {
	#linked-data-intro h2 {
		font-size: 36px;
		line-height: 40px;
	}
	#linked-data-intro .text-large {
		font-size: 21px !important;
		line-height: 27px !important;
		letter-spacing: -0.25px !important;
	}
}


/* Headlines merged */

#linked-data-benefits h2, #linked-data-strategy h2 {
	margin: 0 0 1.5rem;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.5px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#linked-data-benefits h2, #linked-data-strategy h2 {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -0.25px;
	}
	#linked-data-intro h2, #linked-data-benefits h2, #linked-data-strategy h2 {
		width: 90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
}


/* Benefits */

#linked-data-benefits {
	margin: 0 0 2rem;
}

#linked-data-benefits .parsys_column.cq-colctrl-lt0 {
	margin-top: 0.5rem;
}

#linked-data-benefits h3 {
	margin: 0 0 0.5rem;
	font-family: 'Graphik Medium', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;  
}

@media screen and (max-width: 480px) {
	#linked-data-benefits h3 {
		font-size: 22px;
		line-height: 26px;
	}
}


/* Subscribe CTA */

#linked-data-subscribe {
	margin: 0 0 4rem;
}


/* Strategy */

#linked-data-strategy {
	margin: 4rem 0;
}

#linked-data-strategy .hbox {
	margin: 0;
}

#linked-data-strategy #body .hbox {
	background: transparent;
}

#linked-data-strategy #people,
#linked-data-strategy #data,
#linked-data-strategy #infrastructure,
#linked-data-strategy #tools {
	display: table;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

#linked-data-strategy #people .parsys_column.cq-colctrl-1-fc-c0,
#linked-data-strategy #data .parsys_column.cq-colctrl-1-fc-c0,
#linked-data-strategy #infrastructure .parsys_column.cq-colctrl-1-fc-c0,
#linked-data-strategy #tools .parsys_column.cq-colctrl-1-fc-c0 {
	border-width: 1px;
	border-style: solid;
}

#linked-data-strategy #people .parsys_column.cq-colctrl-1-fc-c0 {
	border-color: #01426a;
}

#linked-data-strategy #people #hed .hbox {
	background: #eff7fa;
}

#linked-data-strategy #data .parsys_column.cq-colctrl-1-fc-c0 {
	border-color: #154734;
}

#linked-data-strategy #data #hed .hbox {
	background: #f5f7ef;
}

#linked-data-strategy #infrastructure .parsys_column.cq-colctrl-1-fc-c0 {
	border-color: #5e2751;
}

#linked-data-strategy #infrastructure #hed .hbox {
	background: #fcf3f5;
}

#linked-data-strategy #tools .parsys_column.cq-colctrl-1-fc-c0 {
	border-color: #8e4200;
}

#linked-data-strategy #tools #hed .hbox {
	background: #fcf4ed;
}

#linked-data-strategy #hed .parsys_column.cq-colctrl-lt6-c0 {
	width: 22%;
	margin-right: 4%;
}

#linked-data-strategy #hed .parsys_column.cq-colctrl-lt6-c1 {
	width: 70%;
	margin-left: 4%;
}

#linked-data-strategy #hed h3 {
	width: 85%;
	margin: 0 0 1rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.75px;
}

#linked-data-strategy #people h3 {
	color: #01426A;
}

#linked-data-strategy #data h3 {
	color: #00573F;
}

#linked-data-strategy #infrastructure h3 {
	color: #722257;
}

#linked-data-strategy #tools h3 {
	color: #A95023;
}

#linked-data-strategy #hed p {
	margin: 0;
}

#linked-data-strategy #body h4 {
	margin: 3rem 0 0.25rem 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
}

#linked-data-strategy #body h4:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	#linked-data-strategy #hed .parsys_column.cq-colctrl-lt6-c0 {
		margin-right: 0;
	}
	#linked-data-strategy #hed .parsys_column.cq-colctrl-lt6-c1 {
		margin-left: 0;
	}
	#linked-data-strategy #hed .image.parbase.section {
		max-width: 240px;
	}
	#linked-data-strategy #hed .parsys_column.cq-colctrl-lt6-c1 {
		margin-bottom: 0;
	}
	#linked-data-strategy #hed h3 {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#linked-data-strategy #hed h3 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.25px;
	}
}


/* Flex columnar vertical centering */

#linked-data-hero .parsys_column.cq-colctrl-lt2-r,
#linked-data-quote.parsys_column.cq-colctrl-lt1,
#linked-data-quote.parsys_column.cq-colctrl-lt2-r,
#linked-data-strategy #people .parsys_column.cq-colctrl-lt6,
#linked-data-strategy #data .parsys_column.cq-colctrl-lt6,
#linked-data-strategy #infrastructure .parsys_column.cq-colctrl-lt6,
#linked-data-strategy #tools .parsys_column.cq-colctrl-lt6 {
	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) {
	#linked-data-hero .parsys_column.cq-colctrl-lt2-r,
	#linked-data-quote.parsys_column.cq-colctrl-lt1,
	#linked-data-strategy #people .parsys_column.cq-colctrl-lt6,
	#linked-data-strategy #data .parsys_column.cq-colctrl-lt6,
	#linked-data-strategy #infrastructure .parsys_column.cq-colctrl-lt6,
	#linked-data-strategy #tools .parsys_column.cq-colctrl-lt6 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	#linked-data-quote.parsys_column.cq-colctrl-lt2-r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}


/* Testimonial quotes */

#linked-data-quote {
	margin: 2rem 0 4rem !important;
	padding: 2rem 0 !important;
	border-top: 1px dotted #888B8D;
	border-bottom: 1px dotted #888B8D;
}	

#linked-data-quote p.quote {
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #255800;
}	

#linked-data-quote p.attr {
	margin: 0;
}

#linked-data-quote p.cta {
	margin-top: 2rem;
}	

	/* Full width centered */
	#linked-data-quote.parsys_column.cq-colctrl-default .text.parbase.section {
		width: 88%;
		margin: 0 6% !important;
	}
	#linked-data-quote.parsys_column.cq-colctrl-default p {
		text-align: center;
	}

	@media screen and (max-width: 800px) {
		#linked-data-quote.parsys_column.cq-colctrl-default .text.parbase.section {
			width: 100%;
			margin: 0 !important;
		}
		#linked-data-quote.parsys_column.cq-colctrl-default p {
			text-align: left;
		}
	}

@media screen and (max-width: 800px) {
	#linked-data-quote .image.parbase.section {
		float: none;
		display: block;
		margin: 0 auto 0.5rem auto !important;
		max-width: 300px;
		text-align: center;
	}
	#linked-data-quote .text.parbase.section {
		width: 94%;
		margin-left: 3% !important;
		margin-right: 3% !important;
	}
}

@media screen and (max-width: 480px) {
	#linked-data-quote p.quote {
		font-size: 24px;
		line-height: 30px;
	}
}


/* Link buttons */

a.btn-link, button.btn-link {
	display: inline-block;
	margin: 0;
	padding: 12px 18px 10px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	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;
}

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

a.btn-link.green, button.btn-link.green {
	background: #4C8C2B !important;
}

a.btn-link.green:hover, button.btn-link.green:hover,
a.btn-link.green:active, button.btn-link.green:active {
	color: #ffffff !important;
	background: #316c19 !important;
}

a.btn-link.outline.green:hover,
a.btn-link.outline.green:active {
	background: transparent;
	color: #316c19 !important;
	border: 4px solid #316c19;
}

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

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

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


/* Bottom */

#linked-data-bottom {
	padding-top: 6rem !important;
}

#linked-data-bottom p.form-required {
	font-size: 14px;
}

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

#linked-data-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;
}

#linked-data-bottom h3, 
#linked-data-bottom .newslist.parbase.section h2,
#linked-data-bottom .eventlist.parbase.section h3,
#linked-data-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;
}

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

#linked-data-bottom .newslist.parbase.section h3,
#linked-data-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;
}

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

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

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

#linked-data-bottom .newslist.parbase.section .list.list-newspr li {
	margin-bottom: 1rem;
}

#linked-data-bottom .newslist.parbase.section p {
	color: #767676;
}

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

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