/* WorldCat ebook callout */

#supercharge-callout {
	margin-top: 2rem;
}

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

@media screen and (max-width: 360px) {
	#supercharge-callout .hbox {
		padding: 24px 14px !important;
	}
}

#supercharge-callout h3 {
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #333F48;
	letter-spacing: -0.5px;
}

#supercharge-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: center;
	margin-bottom: 0;
}

#supercharge-callout .hbox .parsys_column.cq-colctrl-lt1-c0 {
	width: 31%;
	margin-right: 2%;
}

#supercharge-callout .hbox .parsys_column.cq-colctrl-lt1-c1 {
	width: 65%;
	margin-left: 2%;
}

#supercharge-callout .link-btn-blue a {
	display: inline-block;
	margin: 0;
	padding: 12px 18px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.25px;
	text-align: center;
	text-decoration: none !important;
	transition: 0.3s;
	border-radius: 0px;
	background: #2178b5;
	color: #ffffff;
}

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

#supercharge-callout .parsyscolumncontrol.section,
#supercharge-callout .image.parbase.section,
#supercharge-callout .text.parbase.section {
	margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
	#supercharge-callout .hbox .parsys_column.cq-colctrl-lt1-c0,
	#supercharge-callout .hbox .parsys_column.cq-colctrl-lt1-c1 {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	#supercharge-callout .parsys_column.cq-colctrl-lt1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		/* column-reverse */
	}
}

