#product .programs {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#product h1 {
	color: inherit;
	margin-bottom: 0;
}
#product #main {
	overflow: auto;
	padding-top: 15px;
	position: relative;
}
#product .main_col, #product .side_col {
	float: left;
}
#product .main_col {
	margin-right: 35px;
	max-width: 920px;
}
#product .side_col {
	/* margin-bottom: 35px; */
	width: 300px;
}
#product_images {
	border-right: 1.5em solid transparent;
	float: left;
	margin-bottom: 1em;
}
#product_image {
	position: relative;
	margin-top: 3px;
	min-height: 150px;
}
#product_image > img {
	width: auto;
	max-width: 100%;
	max-height: 512px;
	object-fit: contain;
}
#product .info {
	padding-left: 500px;
}
#product p.parish_school {
	color: #470;
	text-transform: uppercase;
}
#product p.title_pieces {
	font-size: 1.20em;
}
#product #price {
	margin-top: 14px;
	margin-bottom: 1em;
}
#product p.price {
	font-size: 1.267em;
}
.nonreturnable, #product .restricted {
	font-weight: 600;
	margin: 1.25em 0 1em;
}
#product .out_of_stock, #product .release_date {
	margin: 1em 0;
}
#product .nonreturnable + .restricted,
#product .release_date + .restricted,
#product .out_of_stock + .restricted {
	margin-top: -0.5em;
}
#product .not_for_sale {
	display: block;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.socialbutton {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 25px;
	margin-right: .25em;
	width: 25px;
}
.socialfacebook {
	background-image: url('/media/image/fb_icon_325x325.png');
}
.socialtwitter {
	background-image: url('/media/image/twt_icon_192x192.png');
}
.socialpinterest {
	background-image: url('/media/image/pin_logo_144x144.png');
}
.versions,
.programs,
.description,
.featured_component {
	margin-bottom: 1.5em;
}
.versions, .programs {
	margin-top: 2em;
}
.versions a {
	color: inherit;
	display: block;
}
.versions a:hover {
	color: #0e8eb9;
}
.description {
	margin-bottom: 3em;
	max-width: 39em;
}
.description h2 { /*RCLB-CU5096*/
	font-size: 1.3em;
	margin-top: 1em;
	text-transform: uppercase;
}
.description h3 { /*RCLB-600416*/
	color: inherit;
	text-transform: none;
}
#product .description ul {
	list-style-type: disc;
	padding-left: 1.1em;
}
.programs {
	padding: 11px 2px;
}
.featured_component {
	clear: left;
	overflow: auto;
}
.featured_component h3 {
	margin-bottom: 6px;
}
.featured_component .image {
	float: left;
	margin-right: 20px;
	padding-bottom: 1px;
}
.featured_component a.image {
	line-height: 1.2em; /* for chrome */
}
.featured_component .details {
	line-height: 1.267;/* 19px */
	margin-bottom: 1em;
}
.featured_component .details a {
	color: inherit;
}
.featured_component .details a:hover {
	color: #0e8eb9;
}
.featured_component .retail {
	margin-left: 10px;
	text-decoration: line-through;
}
.highlight_program h2, .related_series h2 {
	margin-bottom: 5px;
}
.highlight_program .item, .related_series .item, .related_products .item {
	border-top: 1px solid #ddd;
	padding: 12px 0;
}
.highlight_program {
	margin-bottom: 20px;
}
.related_series .item a {
	color: inherit;
}
.related_series > .item > a > span {
	font-weight: 600;
	display: block;
}
.related_products .item {
	padding: 17px 10px;
	clear: left;
	overflow: auto;
}
.related_products .item .image {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
}
.related_products .item .title {
	line-height: 1.133;
	margin-bottom: .5em;
}
.fan3 {
	height: 0;
	width: 33%;
	padding-bottom: 44%;
}
.series_fan span.first {
	margin-bottom: -9px;
	margin-right: -3%;
	transform: rotate(-16deg);
}
.series_fan span.second {
	z-index: 2;
	transform: rotate(0deg);
}
.series_fan span.third {
	margin-bottom: -11px;
	margin-left: -3%;
	transform: rotate(13deg);
	z-index: 3;
}
@media (min-width: 1020px) and (max-width: 1330px) {
	#product .main_col {
		padding-top: 3px;
		min-width: 712px;
		width: 74.7%;
		margin-right: 6%;
	}
	#product .side_col {
		padding-top: 3px;
		min-width: 185px;
		width: 19%;
	}
	#product .side_col:empty {
		display: none;
	}
	#product .side_col:before {
		content: " ";
		margin-left: -3%;
		position: absolute;
		top: 64px;
		bottom: 40px;
		width: 1px;
		background: #ddd;
	}
	#product .featured_component .image {
		float: none;
	}
	#product .series_fan img {
		max-width: 32.5%;
	}
	.related_products .item .image {
		float: none;
		margin-right: 0;
		text-align: left;
		width: auto;
	}
}
@media (max-width: 1020px) {
	#product .side_col {
		width: 100%;
	}
	.featured_component {
		display: inline-block;
		width: 300px;
	}
}
@media (max-width: 980px) {
	#product #main {
		padding-top: 2%;
	}
}
@media (max-width: 755px) {
	#product_images {
		border-right: none;
		float: none;
	}
	#product .info {
		padding-left: 0;
	}
}
#backGray {
	display: none;
}
#backGray.show {
	width: 100vw;
	height: 100vh;
	background-color: rgba(51, 51, 51, 0.8);
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#backGray .closerDiv {
	width: 100%;
	height: 100%;
	z-index: 1001;
	position: absolute;
}
.closebutton {
	background: url(/media/image/closebutton_7fogQ4s.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	width: 32px;
	height: 32px;
	top: 15px;
	position: absolute;
	right: 7vw;
	z-index: 9001;
}
#floatDiv {
	background-color: white;
	flex: none;
	width: 95vw;
	height: 95vh;
	z-index: 1080;
	overflow: auto;
}
#floatDiv .pdf_viewer {
	width: auto;
}
@media (min-height: 700px) {
	#backGray .close {
		top: 35px;
	}
}
@media (max-width: 860px) {
	#floatDiv #preview_nav {
		display: none;
	}
	#floatDiv .samplepic {
		margin: 0;
	}
}
#overlay {
	border: 1px solid black;
	width: 300px;
	height: 350px;
	display: inline-block;
	background-repeat: no-repeat;
	background-color: white;
	z-index: 25;
	position: absolute;
}
@media (max-width: 755px) {
	#overlay {
		display: none;
	}
}
