@charset "UTF-8";

/**** HEADER AREA ****/
#schca-ourbooks-header{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

#schca-ourbooks-title{
	float: left;
}

@media screen and (max-width: 767px){
	#schca-ourbooks-title{
		width: 100%;
	}
}

/**** SEARCH BAR ****/
#schca-ourbooks-search{
	width: 295px;
	margin-top: 26px;
	text-align: right;
	float: right;
}
#schca-ourbooks-searchform-field{
	width: 65%;
	background: #ececec;
	color: #000000;
	font-size: 1em;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 8px 20px;
	box-sizing: border-box;
	margin: 0;
	float: left;
}
#schca-ourbooks-searchform-submit{
	width: 35%;
	background: #d82433;
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	transition: background 150ms, color 150ms;
	border: none;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	padding: 12px 0;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
	-webkit-appearance: none;
	float: left;
}
#schca-ourbooks-searchform-submit:hover,
#schca-ourbooks-searchform-submit:focus{
	background: #b10c1a;
	color: #ffffff;
}

@media screen and (max-width: 767px){
	#schca-ourbooks-search{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/**** GENERAL ****/
.schca-ourbooks-section{
	width: 100%;
	padding: 20px 0;
	float: left;
}

/**** MAIN SEARCH PAGE ****/
#schca-search{
	width: 100%;
	float: left;
}
#schca-search #content{
	width: 100%;
	background: none;
}

/**** BOOKS ****/
.schca-ourbooks-section-heading{
	width: 100%;
	float: left;
}
.schca-ourbooks-section-text{
	width: 70%;
	padding-right: 20px;
	box-sizing: border-box;
	float: left;
}
.schca-ourbooks-section-morelink{
	width: 30%;
	margin-top: 29px;
	font-weight: 700;
	text-align: right;
	float: left;
}
.schca-ourbooks-section-bookslist{
	width: 100%;
	margin: 20px 0;
	float: left;
}
.schca-ourbooks-bookitem{
	width: 14.5%;
	height: 340px;
	margin-right: 2.5%;
	text-align: center;
	float: left;
}
.schca-ourbooks-bookitem a{
	font-size: 0.9em;
}
.schca-ourbooks-bookitem:last-child,
.schca-ourbooks-bookitem:nth-child(6){
	margin-right: 0;
}
.schca-ourbooks-bookimagecontainer{
	width: 100%;
	height: 260px;
	position: relative;
	text-align: center;
	margin-bottom: 7px;
}
.schca-ourbooks-bookimage{
	margin: 0;
	padding: 0;
	line-height: 1px;
}
.schca-ourbooks-bookimage img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border: 1px solid #bdbdbd;
}
.schca-ourbooks-canadianicon{
	vertical-align: middle;
}

@media screen and (max-width: 767px){
	.schca-ourbooks-section-text{
		width: 100%;
	}
	.schca-ourbooks-section-morelink{
		width: 100%;
		margin-top: 15px;
		text-align: left;
	}
	.schca-ourbooks-section-bookslist{
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 0;
	}
	.schca-ourbooks-bookitem{
		width: 50%;
		height: auto;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.schca-ourbooks-bookitem:nth-child(odd){
		padding: 0 10px 0 0;
	}
	.schca-ourbooks-bookitem:nth-child(even){
		padding: 0 0 0 10px;
	}
	.schca-ourbooks-bookimagecontainer{
		width: 100%;
		height: 260px;
	}
}