/* 
OCLC Trust Center Sustainability callout
/content/dam/oclc/trust-center/css/trust_center_sustainability.css
*/

#trust-home-sustainability-callout {
	display: table;
	padding-inline: 0 !important;
	margin-bottom: 6rem;
	border: 1px solid var(--border-2);
}

#trust-home-sustainability-callout .parsys_column.cq-colctrl-lt1 {
	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: stretch;
	margin-bottom: 0;
}

#trust-home-sustainability-callout .parsys_column.cq-colctrl-lt1-c0 { 
	display: flex; 
	height: unset; 
	align-items: center; 
	background-color: #0a2f04 !important;
	background-image: url('/content/dam/oclc/sustainability/images/bg_hero_sustainability.jpg') !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#trust-home-sustainability-callout .image.parbase.section {
	padding: 2rem;
}

#trust-home-sustainability-callout .text.parbase.section {
	padding: 2rem 2rem 2rem 0;
}

#trust-home-sustainability-callout h2 {
	margin: 0 0 1rem;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.25px;
}

@media screen and (max-width: 800px) {
	#trust-home-sustainability-callout .parsys_column.cq-colctrl-lt1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column-reverse;
		flex-flow: column;
	}
	#trust-home-sustainability-callout .parsys_column.cq-colctrl-lt1-c0 { 
		display: block; 
		height: auto; 
		background-size: 200%;
	} 
	#trust-home-sustainability-callout .image.parbase.section {
		max-width: 350px;
		margin: 0 auto !important;	
	}
	#trust-home-sustainability-callout .text.parbase.section {
		padding: 2rem;
	}
}

@media screen and (max-width: 600px) {
	#trust-home-sustainability-callout div.parsys_column {
		margin-block-end: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	#trust-home-sustainability-callout .parsys_column.cq-colctrl-lt1-c0 { 
		background-size: 300%;
	} 
}
