﻿.homeFeaturedBook .bubble {
	width: auto;
	padding: 0 .6em;
	font-size: 73%;
}
.module.right .buttonContainer.multi {
	max-width: 300px;
}
.homepage .homeFeaturedBook .multiOptionButton {
	font-size: 1.015625rem;
}
.homepage .homeFeaturedBook .multiOptionButton .secondaryText {
	display: none;
}
@media screen and (min-width: 1150px) {
	.homepage .homeFeaturedBook .multiOptionButton {
		width: 9.85em;	
	}
	.homepage .homeFeaturedBook .multiOptionButton .secondaryText {
		display: inline;
	}
}
.homepage .module.video .multiOptionButton {
    width: 12.25em;
}
.general.homepage .module.right .buttonContainer.multi .button:first-child {
	width: 47%;
}
.general.homepage .module.right .buttonContainer.multi .button:last-child {
	width: 49%;
}
.litScroller .multiOptionButton a.readNow {
    font-size: 1.015625rem;
}