/* Homepage */

.home #homeFrame #featuredBook * {
	color: #2a2a2a;
	-webkit-font-smoothing: antialiased;
}
.home #homeFrame #featuredBook a {
	color: #003A61;
}
@media screen and (min-width: 600px) {

	.home #homeFrame #featuredBook:before {
		background: rgb(95, 146, 199);
		background: -webkit-linear-gradient(rgb(95, 146, 199) 0%, rgb(186, 191, 204) 100%);
		background: -o-linear-gradient(rgb(95, 146, 199) 0%, rgb(186, 191, 204) 100%);
		background: linear-gradient(rgb(95, 146, 199) 0%, rgb(186, 191, 204) 100%);
	}
	.home #homeFrame #featuredBook:after {
		background-image: url(/fileasset/images/ORE/ORECLAHomepageHero.jpg);
    	background-position: calc(50% + 420px) 50%;
    	background-size: 700px;
	}
}
@media screen and (min-width: 961px) {
	.home #homeFrame #featuredBook:after {
	    margin-left: -1120px;
    	width: 3000px;
	}
}
@media screen and (max-width: 599px){
	.home #homeFrame #featuredBook {
    	background-color: #a8bed8;
    	background-image: url(/fileasset/images/ORE/ORECLAMobileHomepageHero.jpg);
	}
	.home #homeFrame .welcomeBox {
    	background-color: #a8bed8;
	}
}