/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BODY ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.ie7Show {
	display: none;
}
.general {
	font: normal 100% Calibri,Arial, sans-serif;
	line-height: 1.5em;
	background-color: transparent;
}
.general #pageContent {
	/*min-height: 30em;*/
	width: 99.5%;
	border-top: 1px solid transparent;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
	.general #pageContent {
		margin: 0 auto 0 auto;
	}
}
.blockElement {
	clear: both;
	display: block;
}
@media screen and (max-width: 767px) {
	.hiddenInMobile {
		display: none;
	}
}
.pipeSeparator {
	color: #999999;
    display: inline;
    font-family: Arial;
    font-weight: normal;
    padding: 0 0.7em;
}
.solidBorder hr {
	display: none;
}
.solidBorder {
	border-top: 1px solid #AAA;
	width: 97%;
	margin: .75em auto;
}
.solidBorder.whiteBottom {
	border-bottom: 1px solid #FFF;
}
.general #mainText .registeredSymbol {
	font-size: 1.3375em;
	margin-right: 0;
    position: relative;
    top: 9px;
    color: #656565;
}
#MainContent h1, #MainContent h4, .literature #MainContent h6 {
	color: #222;
}
.fakeTable {
	display: table;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING ALERT WITH BLUR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
body.blur > *:not(.noBlur) {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    filter: blur(2.5px);
    -ms-filter: blur(2.5px);
	position: relative;
	-moz-transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}
body.removeBlur > *:not(.noBlur) {
	-moz-animation: unBlur 2s 1 ease;
	-webkit-animation: unBlur 2s 1 ease;
	-o-animation: unBlur 2s 1 ease;
	animation: unBlur 2s 1 ease;
}
body.blur .faderBG {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color:hsla(0, 0%, 56%, .4);
	-moz-transition: all .9s ease .5s;
	-webkit-transition: all .9s ease .5s;
	-o-transition: all .9s ease .5s;
	transition: all .9s ease .5s;
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-accelerator:true) {
	body.blur > *:not(.noBlur) {
	    -webkit-filter: none;
		filter: none;
		-ms-filter: none;
	}
	body.blur .faderBG {
	    background-color:hsla(0, 0%, 56%, .7);
	}
}
.warning, .popup {
	z-index: 9999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fullscreen.warning, .fullscreen.popup {
	position: fixed;
}
.warning.top, .popup.top {
	position: relative;
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #888;
}
@media screen and (min-width: 600px) {
	.warning.top, .popup.top {
		border-bottom: 2px solid #686868;
	}
}
@media screen and (min-width: 650px) {
	.greyBackground.warning.top, .greyBackground.popup.top {
		border-bottom: 0 none;
		background: #8e8e8e;
	}
}
@media screen and (min-width: 900px) {
	.greyBackground.warning.top, .greyBackground.popup.top {
		padding-bottom: .75em;
	}
}
.warning .contentBox, .notice.personal .contentBox {
    margin: 0 auto;
    padding: 1.5em 1.25em;
    position: relative;
}
.warning .contentBox:not(.fullscreen), .popup .contentBox:not(.fullscreen) {
	background: #FFF;
}
.warning.top .contentBox, .popup.top .contentBox {
	padding: 1em 1.25em;
	max-width: 1290px;
	animation: fadeIn 1s 1 ease-in;
	-moz-animation: fadeIn 1s 1 ease-in;
	-webkit-animation: fadeIn 1s 1 ease-in;
	-o-animation: fadeIn 1s 1 ease-in;
}
.fullscreen.warning .contentBox {
    width: 78%;
	border: 1px solid #999;
	box-shadow: 1px 2px 5px #888;
    border-radius: 3px;
	-moz-animation: slideDownHalfway .45s 1 ease-in;
	-webkit-animation: slideDownHalfway .45s 1 ease-in;
	-o-animation: slideDownHalfway .45s 1 ease-in;
	animation: slideDownHalfway .45s 1 ease-in;
}
.fullscreen.warning .contentBox.shown {
	top: 4%;
}
.warning .contentBox .wToolTip .toolTip, .popup .contentBox .wToolTip .toolTip {
	left: 0;
	right: auto;
	min-width: 70px;
}
@media screen and (min-width: 600px) {
	.fullscreen.warning .contentBox {
		width: 70%;
		min-width: 535px;
		max-width: 650px;
		top: 30%;
	}
	.fullscreen.warning .contentBox.shown {
		top: 20%;
	}
}
@media screen and (min-width: 650px) {
	.greyBackground.warning.top .contentBox, .greyBackground.popup.top .contentBox {
		background: #FFF;
	}
}
@media screen and (min-width: 900px) {
	.greyBackground.warning.top .contentBox, .greyBackground.popup.top .contentBox {
		border: 1px solid #666;
		box-shadow: 0 0 2px #EFEFEF;
		border-radius: 3px;
		margin-top: -4px;
		max-width: 95%;
	}
}
@media screen and (min-width: 1080px) {
	.greyBackground.warning.top .contentBox, .greyBackground.popup.top .contentBox {
		max-width: 85%;
	}
}
.warning .close, .popup .close {
	background: url("https://images.azureedge.net/images/interface/icn_circle_x_grey.png") no-repeat scroll center center;
	height: 40px;
    position: absolute;
    right: 1em;
	top: .5em;
    width: 40px;
	opacity: .9;
	z-index: 10;
}
.warning .close:hover, .popup .close:hover {
	cursor: pointer;
	opacity: 1;
}
@media screen and (min-width: 600px) {
	.warning.fullscreen .close, .popup.fullscreen .close {
		top: 0.92em
	}
	.warning.top .close, .popup.top .close {
		top: .28em;
	}
}
.warning h1 {
	font: 1.125em/1.35em Cambria, Georgia, serif;
	color: #666;
	padding-bottom: .35em;
	text-indent: 2.5em;
	border-bottom: 1px solid #999;
	width: 100%;
	font-weight: bold;
	position: relative;
}
.warning h1::after {
	background: url(https://images.azureedge.net/images/interface/sprite_js_cookies.png) no-repeat center -213px;
	position: absolute;
	content: '';
	left: 0;
	top: -8px;
	width: 40px;
	height: 36px;
}
@media screen and (max-width: 479px) {
	.warning h1.long {
		margin-top: 1.2em;
	}
}
.warning .consentText, .popup .consentText  {
	display: block;
	clear: both;
	color: #333;
	margin-top: .75em;
	padding: .25em .55em .25em .5em;
}
.warning.top .consentText, .popup.top .consentText {
	margin-top: .25em;
	padding-bottom: 0;
}
@media screen and (min-width: 600px) {
	.warning .consentText, .popup .consentText {
		top: 30%;
	}
}
.warning .consentText a, .popup .consentText a {
	font-weight: bold;
	outline: 0;
}
.warning .consentText a:hover, .popup .consentText a:hover {
	border-bottom: 1px solid;
}
.warning.fullscreen .actionButtons, .popup.fullscreen .actionButtons, .personal.notice .actionButtons {
	margin-right: auto;
	text-align: right;
}
.warning.top .actionButtons, .popup.top .actionButtons {
	padding-left: .5em;
	text-align: left;
}
.warning .actionButtons .button, .notice.personal .actionButtons .button {
	border: 0 none;
	color: #FFF;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.03125rem;
	-moz-transition: background .3s ease, opacity .3s ease;
	-webkit-transition: background .3s ease, opacity .3s ease;
	-o-transition: background .3s ease, opacity .3s ease;
	transition: background .3s ease, opacity .3s ease;
}
.general .button.continue {
	position: relative;
	padding-left: 3.25em;
	background-color: #75A71A;
}
.general .warning .button::after, .general .notice.personal .button::after {
	width: 44px;
	height: 36px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	opacity: .8;
	-moz-transition: background .3s ease, opacity .3s ease;
	-webkit-transition: background .3s ease, opacity .3s ease;
	-o-transition: background .3s ease, opacity .3s ease;
	transition: background .3s ease, opacity .3s ease;
}
.general .warning .button::after {
	background: url(https://images.azureedge.net/images/interface/sprite_js_cookies.png) no-repeat 5px -153px;
}
.general .button.instructions::after {
	background-position: 3px -56px;
}
.general .button.continue .note {
	font-size: .75em;
}
.general .button.continue:hover {
	background-color: #699717;
	-moz-transition: background .3s ease, opacity .3s ease;
	-webkit-transition: background .3s ease, opacity .3s ease;
	-o-transition: background .3s ease, opacity .3s ease;
	transition: background .3s ease, opacity .3s ease;
}
.general .button.continue:hover::after {
	opacity: 1;
}
.general .button.instructions {
	padding-left: 3.25em;
	background-color: #37739C;
}
.general .button.instructions:hover {
	background-color: #32688d;
}
@media screen and (max-width: 479px) {
	.general .button.continue .note {
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 480px) {
	.general .button.continue::after {
		top: 0;
	}
	.general .button.continue .note {
		margin-left: .5em;
		display: inline-block;
	}
}
@media screen and (max-width: 599px) {
	.warning .actionButtons .button, .notice.personal .actionButtons .button {
		margin: 1em auto 0 auto;
		width: 70%;
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.warning .actionButtons .button, .personal.notice .actionButtons .button {
		margin-top: .5em;
	}
	.general .actionButtons .button:not(:last-child) {
		margin-right: 1.25em;
	}
	.general .button.continue .note {
		float: right;
	}
}

body.blur .alert {
	display: none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ICONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.icon.cart {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://images.azureedge.net/images/interface/sprite_cart_icons.png) no-repeat 0 0;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BREADCRUMB ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#Breadcrumbs {
	margin-left: .7em;
	margin-bottom: .45em;
	padding-top: 1px;
	margin-top: 0;
	height: 1.9em;
	box-sizing: border-box;
	overflow: hidden;
}
#Breadcrumbs .crumb {
	padding: 0 .5em;
	background: #EFEFEF;
	border: 1px solid #a7a7a7;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #5C636F;
	position: relative;
	line-height: 1.78em;
	display: inline-block;
	float: left;
	height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	#Breadcrumbs .crumb {
		padding-top: .05em;
		padding-bottom: .05em;
	}
}
#Breadcrumbs a.crumb:hover {
	border-color: #92abbd;
	background: #e1e5e8;
	color: #35749E;
}
#Breadcrumbs .crumb.wArrow {
	padding-left: .5em;
}
#Breadcrumbs .crumb.root {
	z-index: 10;
}
#Breadcrumbs .crumb.wArrow.secondary, #Breadcrumbs .crumb.wArrow.tertiary, #Breadcrumbs .crumb.wArrow.quatenary {
	margin-left: -0.65em;
	padding-right: .55em;
    padding-left: 1.75em;
    z-index: 3;
	margin-bottom: .5em;
}
#Breadcrumbs .crumb.wArrow.tertiary {
	z-index: 2;
}
#Breadcrumbs .crumb.wArrow.quatenary {
	z-index: 1;
}
#Breadcrumbs .crumb.root .icon {
	display: inline-block;
}
#Breadcrumbs .crumb.root .icon.home {
	width: 23px;
	height: 21px;
	opacity: .8;
	background: url(https://images.azureedge.net/images/interface/sprite_home_icn.png) no-repeat 0 1px;
}
#Breadcrumbs a.crumb.root:hover .icon.home {
	background-position: 0 -25px;
	opacity: .9;
}
#Breadcrumbs .crumb.root .text {
	visibility: hidden;
	opacity: 0;
	width: 0;
	display: none;
	-moz-transition: .5s opacity ease, .5s width ease, margin;
	-webkit-transition: .5s opacity ease, .5s width ease, margin;
	-o-transition: .5s opacity ease, .5s width ease, margin;
	transition: .5s opacity ease, .5s width ease, .5s margin ease;
}
#Breadcrumbs .crumb .crumbArrow {
	float: none;
	display: block;
	width: 18px;
	height: 28px;
	background: url(https://images.azureedge.net/images/interface/sprite_breadcrumb_arrow.png) no-repeat 0 0;
	position: absolute;
	top: -2px;
	left: auto;
	right: -16px;
	z-index: 1;
}
#Breadcrumbs a.crumb:hover .crumbArrow {
	background-position: 0 -34px;
}
#Breadcrumbs .crumb.current {
	border-color: #a8bd92 #a8bd92 #a8bd92 #EFEFEF;
	background: #f0f3ec;
	color: #689900;
	margin-left: -.65em;
	padding-left: 1.8em;
	padding-right: 1em;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-moz-transition: .5s opacity ease;
	-webkit-transition: .5s opacity ease;
	-o-transition: .5s opacity ease;
	transition: .5s opacity ease;

}

@media screen and (min-width: 480px) {
	#Breadcrumbs .crumb.current {
	/*	visibility: visible;
		opacity: 1;*/
		-moz-transition: .5s opacity ease;
		-webkit-transition: .5s opacity ease;
		-o-transition: .5s opacity ease;
		transition: .5s opacity ease;
	}
}
@media screen and (min-width: 768px) {
	#Breadcrumbs .crumb.root .text {
		visibility: visible;
		opacity: 1;
		width: auto;
		margin-left: .35em;
		-moz-transition: .5s opacity ease, .5s width ease, .5s margin ease;
		-webkit-transition: .5s opacity ease, .5s width ease, .5s margin ease;
		-o-transition: .5s opacity ease, .5s width ease, .5s margin ease;
		transition: .5s opacity ease, .5s width ease, .5s margin ease;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PAGE HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #PageHeader {
	position: relative;
	z-index: 70;
	height: auto;
	background: url(https://images.azureedge.net/images/interface/bg_pageheader.jpg) repeat-x 0 0;
}
@media screen and (max-width: 649px) {
	.general #PageHeader {
		min-height: 10em;
		padding-bottom: 2em;
	}
}
@media screen and (min-width: 650px) and (max-width: 767px) {
	.general #PageHeader {
		min-height: 13em;
		padding-bottom: 2em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAMILY BRANDING BAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

/* Family Branding (Mobile) */
.general #familyNavWrap {
	display: none;
}
@media screen and (max-width: 767px) {
	.general #familyNav .remaining {
		display: none;
	}
	.general #familyNav .acronymnLetter {
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.general #familyNav .acronymnLetter.multiLetter {
		letter-spacing: normal;
		margin-right: -2px;
	}
}


/* Family Branding (Ipad/Desktop) */
@media screen and (min-width: 650px) {
	.general #familyNavWrap {
		display: block;
	}
}
.general #familyNavWrap {
	width: 100%;
	background: #8E8E8E;
	height: auto;
	position: relative;
	z-index: 200;
	padding-top: 4px;
}
.general #familyNav {
	padding-top: 7px;
	display: block;
	height: auto;
	margin: auto;
}
@media screen and (max-width: 990px) {
	.general #familyNav #FamilyNavRCG .remaining {
		display: none;
	}
	.general #familyNav #FamilyNavRCG .acronymnLetter {
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.general #familyNav #FamilyNavRCG .acronymnLetter.apostrophe { 
		letter-spacing: 1px;
	}
}
.general #familyNavItems {
	display: table;
	height: auto;
	width: auto;
	border-left: 1px solid #999999;
	border-right: 0 none;
	box-shadow: 0 4px 14px #E7E7E7;
	border-top: 1px solid #AAA;
	top: 1px;
	position: relative;
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
}
.general #familyNavItems .familyLink {
	width: auto;
	display: table-cell;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #AAAAAA;
	opacity: .75;
	filter: alpha(opacity = 75);
	background: #F2F1EF; /* DFDFDF*/
	cursor: pointer;
	padding-right: 1.5em;
	padding: .18em 1.25em .2em .28em;
}
.general #FamilyNavRCG {
	border-radius: 2px 0 0 0;
}
.general #FamilyNavMS {
	border-radius: 0 2px 0 0;
}
.general #familyNavItems .familyLink .linkIcon {
	opacity: .5;
	filter: alpha(opacity = 50);
}
.general #familyNavItems .familyLink:hover, .general #familyNavItems #FamilyNavMS {
	border-left: 1px solid #F1F1F1;
	filter: alpha(opacity = 99);
	opacity: .999;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.general #familyNavItems .familyLink:hover, .general #familyNavItems #FamilyNavMS {
		position: relative;
		z-index: 15;
		background-color: #f9f9f9;
		border-left: 1px solid #f9f9f9;
	}
	.general #familyNavItems #FamilyNavMS {
		background-color: #F0F0F0;
	}
	.general #familyNavItems #FamilyNavMS:hover { 
		background-color: #f9f9f9;
	}
}
.general #FamilyNavMS:hover {
	background-color: #FFF;
}
.general #familyNavItems .familyLink:hover .linkIcon, .general #familyNavItems .familyLink.current .linkIcon, .general #familyNavItems .familyLink:focus .linkIcon, .general #familyNavItems #FamilyNavMS .linkIcon {
	opacity: .999 !important;
	filter: alpha(opacity = 99) !important;
}
.general #familyNavItems .familyLink.current {
	background-color: #E7E7E7;
	opacity: .999;
	filter: alpha(opacity = 99);
	border-right: 1px solid #999 !important;
	border-bottom: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.general #familyNavItems .familyLink.current {
		border-left: 0 none !important;
		position: relative;
		z-index: 10;
	}
}
.general #familyNavItems .linkContents {
	margin: auto;
	width: 100%;
	display: block;
}
.general #familyNavItems .familyLink .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -25px;
	width: 16px;
	height: 16px;
	margin-left: .4em;
	margin-right: .4em;
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #AAA;
	float: left;
	padding: 1px;
}
.general #familyNavItems #FamilyNavRT .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -51px;
}
.general #familyNavItems #FamilyNavWTC .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px 1px;
}
.general #familyNavItems #FamilyNavAY .linkIcon, .general #familyNavItems #FamilyNavMS .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -77px;
}
.general #familyNavItems #FamilyNavSEP .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -103px;
}
.general #familyNavItems .familyLink .linkText {
	text-shadow: 1px 1px #F2F2F2;
	font-family: Arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	font-weight: bold;
	color: #454545;
	display: block;
	float: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.general #familyNavItems .familyLink .linkText {
		text-shadow: 0 0 0 transparent;
		color: #6f6f6f;
	}
	.general #familyNavItems .familyLink .linkText:hover {
		text-shadow: 1px 1px #F2F2F2;
		color: #454545;
	}
}
.general #familyNavItems .familyLink.current .linkText {
	color: #6F6F6F;
}
.general #familyNavItems .familyLink.current .linkText {
	text-shadow: 1px 1px #F2F2F2;
}
.general #familyNavItems .familyLink.current:hover .linkText, .general #familyNavItems .familyLink.current:focus .linkText {
	color: #515151 !important;
	text-shadow: 1px 1px #DDD;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FACEBOOK LIKE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#likeContainer {
	top: 3px !important;
	left: 3px !important;
	-webkit-transition:  top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease;
	-o-transition:  top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease;
	-moz-transition:  top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease;
	transition: top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease;
}
@media screen and (min-width: 400px) and (max-width: 649px) {
	#likeContainer {
		left: auto !important;
		right: 6px !important;
	}
}
@media screen and (min-width: 1024px) {
	#likeContainer {
		top: 27px !important;
		left: 10px !important;
	}
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #Masthead {
	position: relative;
	background-color: #E7E7E7;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #888;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: .5em;
	padding-left: 0;
	box-shadow: 0 2px 8px #BBB;
}
.general #Masthead #headerLogo {
	background: url(https://images.azureedge.net/rcg/images/interface/icn_rcg_banner_logo.png) no-repeat scroll -19px bottom transparent;
	height: 99px;
	margin-left: 0;
	position: relative;
	bottom: 10px;
	width: 325px;
	z-index: 60;
}
.general #Masthead a.headerLogoLink {
	width: inherit;
	height: 89px;
	display: block;
	text-decoration: none;
	border-bottom: 0;
	float: left;
	overflow: hidden;
	max-width: 100%;
}
@media screen and (min-width: 650px) {
	.general #Masthead a.headerLogoLink {
		width: 230px;	
		overflow: visible;
		max-width: none;
	}
}

/* Header (Mobile) */
@media screen and (max-width: 319px) {
	.general #Masthead #headerLogo {
		margin-left: -1.5em;
	}
}
@media screen and (min-width: 350px) {
	.general #Masthead #headerLogo {
		background-position: 0 bottom;
	}
}
@media screen and (min-width: 650px) {
	.general #Masthead #headerLogo {
		height: 101px;
		top: auto;
		bottom: 0;
	}
	.general #Masthead a.headerLogoLink {
		height: 89px;
	}
}
@media screen and (max-width: 649px) {
	.general #Masthead {
		height: 148px;
		background: url(https://images.azureedge.net/rcg/images/interface/bg_texture.png) #E7E7E7;
	}
}
@media screen and (min-width: 650px) and (max-width: 689px) {
	.general #Masthead #headerLogo {
		background-size: 294px auto;
	}
}
@media screen and (min-width: 650px) and (max-width: 767px) {
	.general #Masthead {
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.general #Masthead {
		box-shadow: 0 2px 3px #AAAAAA;
		z-index: 115;
	}
}
@media screen and (min-width: 768px) {
	.general #Masthead #headerLogo {
		background-position: -7px -13px;
		top: -23px;
		height: 101px;
	}
}


/* Header (Ipad/Desktop) */
@media screen and (min-width: 768px) {
	.general #Masthead {
		height: 81px;
	}
}
@media screen and (min-width: 768px) {
	.general #Masthead #headerLogo {
		background-position: 0 4px;
		height: 113px;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #Masthead #searchBox input.blank {
	background-position: 0 7px !important;
}
.general.search h1#pageTitle {
	margin-left: 0;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NOTES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.shippingFree.note {
	font-weight: bold;
	color: #666;
	font-size: 0.828125em;
	margin-bottom: .75em;
	float: right;
	display: inline-block;
	clear: both;
	margin-right: .5em;
}
@media screen and (min-width: 640px) {
	.shippingFree.note {
		clear: none;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOOLTIPS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.toolTip, .wToolTip[tooltip]::after {
	line-height: 1.3em;
	text-indent: 0;
	display: block;
	font-size: 0.84375rem;
	position: absolute;
	visibility: hidden;
	font-weight: bold;
	opacity: 0;
	z-index: 200;
	padding: .6em 1em;
	background: #404040;
	box-shadow: 1px 0 2px #FEFEFE;
	color: #FEFEFE;
	text-align: center;
	right: auto;
	white-space: nowrap;
	width: auto;
	height: auto;
	max-width: none;
	overflow: visible;
	border-radius: 4px;
	top: 2.8em;
	text-shadow: 1px 1px 0 #333;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	font-family: Calibri,Arial,sans-serif;
}
.toolTip.red {
	background: #802641;
	text-shadow: 1px 1px #551a2c;
	box-shadow: none;
}
.wToolTip {
	position: relative;
}
.wToolTip[tooltip]::after {
	content: attr(tooltip);
}
.wToolTip.added:not(.saved)[tooltip]::after {
	content: attr(savedtooltip);
}
.wToolTip[tooltip]::before {
	background: url(https://images.azureedge.net/images/interface/sprite_succsess_bubble_top.png) no-repeat scroll 0 -147px;
	content: '';
	opacity: 0;
	display: block;
	width: 30px;
	height: 30px;
	left: 12px;
	bottom: 28px;
	z-index: 210;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.wToolTip:hover .toolTip, .wToolTip[tooltip]:hover::after, .wToolTip[tooltip]:hover::before,
	.wToolTip.hover .toolTip, .wToolTip.hover[tooltip]::after, .wToolTip.hover[tooltip]::before {	
	visibility: visible;
	opacity: 1;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.toolTip .commentBubbleTop, .wToolTip.top .toolTip::after, .wToolTip.bottom .toolTip::after {	
	display: block;
	height: 25px;
	left: 15%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -11px;
	width: 30px;
	background: url(https://images.azureedge.net/images/interface/sprite_succsess_bubble_top.png) no-repeat scroll 0 -34px transparent;
}
.wToolTip.top .toolTip {
	top: 3.65em;
}
.wToolTip.top .toolTip::after, .wToolTip.bottom .toolTip::after {
	content: '';
	position: absolute;
}
.wToolTip.top .toolTip::after {
	bottom: -22px;
	top: auto;
	left: auto;
	width: 100%;
	background-position: center -163px;
}
.toolTip.red .commentBubbleTop {
	background-position: 0 -4px;
}
.toolTip.right .commentBubbleTop {
	background-position: 0 -109px;
	left: -16px;
    top: 3px;
}
.toolTip.right {
	top: 0;
	right: -125%;
}
.toolTip.bottom {
	left: 0;
	top: 2.5em;
	right: auto;
}
.toolTip.top {
	top: -2.5em;
	left: 0;
}
.toolTip.grey {
	background: #404040;	
}
.toolTip.top .commentBubbleTop {
	background-position: 0 -162px;
	bottom: -21px;
	top: auto;	
}

.toolTip a {
	color: #E8E8E8;
}
.toolTip a:hover {
	color: #FFF;
}
.toolTip .icon.withArrow {
	background: url(https://images.azureedge.net/images/interface/icn_arrow_right_white_hallow.png) no-repeat scroll right center;
	padding-right: 12px;
	opacity: .95;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PAGE CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#PageContent {
	max-width: 112em;
	min-height: calc(100vh - 630px);
}
#MainContent {
	/*min-height: 30em;*/
}
.general #MainContent {
	margin: .75em .5em 0.5em 0.5em;
}
@media screen and (min-width: 768px) {
	.general #MainContent {
		margin: 1.25em 0 .5em 0.45em;
	}
}
@media screen and (min-width: 1023px) {
	.general #MainContent {
		width: 85%;
		margin: 1.5em auto;
	}
	.general.videoStream #MainContent {
		max-width: 990px;
		width: 100%;
		margin: 1.5em auto;
	}
	.homepage #MainContent {
		width: 95%;
	}
}
@media screen and (min-width: 1280px) {
	.general #MainContent {
		width: 75%;
	}
	.homepage #MainContent {
		width: 95%;
	}
}
#pageTitle {
	font-size: 1.375em /* target/base = 22px / 16px */;
}

#pageTitle .text {
    padding-right: .5em;
}

.general h1#pageTitle, .general h2#pageSubTitle, .general h3#pageSubSubTitle, .general h3#pagePromo, .general #MainText h4, .general #pageSeriesTitle {
	line-height: 1.45em;
	font-family: Cambria, Georgia, Serif;
	max-width: 775px;
}
.general h1#pageTitle, .general h2#pageSubTitle, .general h3#pageSubSubTitle, .general h3#pagePromo {
	margin: 0 0 5px .4em;
}
.general .successfulText {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -15px -652px transparent;
	min-height: 35px;
	padding-left: 1.4em;
	padding-top: 0.35em;
}
.general h1#pageTitle.successfulText {
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 transparent;
    color: #000000;
}
.general h1#pageTitle.errorText {
	background: url(https://images.azureedge.net/images/interface/icn_warning.png) no-repeat scroll left center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 transparent;
    color: #000000;
    min-height: 35px;
    padding-left: 2.2em;
    padding-top: 0.35em;
}	
.general p.errorMessage {
	color: #D80000;
	font-weight: bold;
}
.general p .errorIcon, .general p .warnIcon {
	background: url(https://images.azureedge.net/images/interface/icn_warning.png) no-repeat scroll left center transparent;
	display: inline-block;
	width: 44px;
	height: 33px;
	box-shadow: 0 0 0 transparent !important;
	border: 0 none !important;
	position: relative;
	top: -4px;
}
.general .requestError p { 
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1.5em;
}
.general .requestError p:last-of-type {
	min-height: 60px;
}
.general .requestError p a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.general p.errorText a:hover {
	border-bottom: 1px solid;
}
.general .errorResponse p {
	text-align: center;
}
#pr-date {
	clear: left;
	color: #646464;
	font-size: 110%;
	padding-bottom: 0;
	margin-left: .65em;
	text-align: left;
	font-family: Cambria, Georgia, Serif;
	font-size: 0.921875em;
}
.general h3#pagePromo {
	margin-left: .6em;
	max-width: 775px;
}
.general h2#pageSubTitle, .general h3#pageSubSubTitle, .general #pagePromo {
	font-size: 110%;
	margin: 0 0 5px .6em;
	line-height: 1.25em;
	color: #4F555E;
}
.general h3#pageSubSubTitle {
	margin-left: 1.35em;
	margin-top: .58em;	
	margin-bottom: 1em;
	font-style: oblique;
}
.general h3#pagePromo {
	font-size: 95%;
}
.general.about h3#pagePromo {
	margin-bottom: 1.45em;
}
.general h3#pagePromo p {
	margin-top: .75em;
}
.general h3#pagePromo a:hover {
	text-decoration: underline;
}
.general h6#pageByline, .general .byline {
	font-family: Georgia;
	font-weight: bold;
	font-size: 0.84em /* base/target = 10.5px / 12.5px */;
	margin-top: 0.75em;
	font-style: oblique;
}

.general #mainText h4 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-top: 0.75em;
	margin-bottom: .75em;
	font-family: Cambria, Georgia, Serif;
}
.general h5.seriesTitle {
	color: #5C5C5C;
	font-family: Tahoma;
	font-size: 84%;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 0.58em 1.5%;
	line-height: 1.45em;
	text-shadow: 1px 1px #E9E9E9;
	padding-top: .5em;
}
.general h5.seriesTitle em {
	padding-right: 3px;
}

.ch-num {
	text-transform: uppercase;
	font-size: 65%;
	display: block;
}
h5.ch-tit, h5.ch-title, h5.section-title {
	margin-top: 2.5em;
	font-size: 145%;
	line-height: 1.15em;
	margin-bottom: .85em;
	margin-left: 1.5%;
	text-transform: uppercase;
	font-family: cambria,palatino,georgia,serif;
}
.general #mainText img {
	float: left;
	margin: 5px 12px 3px 7px;
}
.general #mainText .socialTools img {
	margin: 0;
}
.general #mainText .jwcontents img {
	float: none;
	margin: 0;
}

/* Social Networking Tools */
#_atssh { display: none; }
.general .socialTools {
	margin: 1.75em 0;
}
.general .addthis_counter_style {
	background: transparent;
	position: absolute; 
	z-index: 900; 
	display: none;
	-webkit-transition: width .5s ease, min-width .5s ease, max-width .5s ease, height .5s ease, min-height .5s ease, max-height .5s ease, padding .5s ease, box-shadow .5s ease, margin .5s ease;
	-moz-transition: width .5s ease, min-width .5s ease, max-width .5s ease, height .5s ease, min-height .5s ease, max-height .5s ease, padding .5s ease, box-shadow .5s ease, margin .5s ease;
	-o-transition: width .5s ease, min-width .5s ease, max-width .5s ease, height .5s ease, min-height .5s ease, max-height .5s ease, padding .5s ease, box-shadow .5s ease, margin .5s ease;
	transition: width .5s ease, min-width .5s ease, max-width .5s ease, height .5s ease, min-height .5s ease, max-height .5s ease, padding .5s ease, box-shadow .5s ease, margin .5s ease;
}
.general .addthis_counter_style iframe {
	left: 0 !important;
}
@media screen and (min-width: 410px) {
	.general .addthis_counter_style {	
		display: block;
		right: 5px;
		top: 3px;
		left: auto;
	}
}
@media screen and (min-width: 650px) {
	.general .addthis_counter_style {	
		right: auto;
		top: 74px;
		left: -5px;
	}	
}
@media screen and (min-width: 768px) {
	.general .addthis_counter_style {	
		display: block;
		right: 5px;
		top: 78px;
		left: auto;
	}
}
@media screen and (min-width: 991px) {
	.general .addthis_counter_style {	
		display: block;
		right: auto;
		top: -2px;
		left: 0;
	}
}
.addthis_floating_style.addthis_counter_style .addthis_internal_container {
	height: 63px !important;
}

.general .socialTools.top {
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	.general .socialTools.top {
		float: right;
		margin-top: 0;
	}
}
.general .socialTools .socialOption {
	margin-left: 1em;
	margin-bottom: .5em;
}
.general .socialTools .socialOption:first-child {
	margin-left: 0;
}
.general #btwSocialTools.socialTools .socialOption:nth-child(1) {
	margin-left: 0;
}
.general .socialTools .addthis_counter {
	margin-left: 0;
}
.general #MastheadContent .siteLikeContainer, .general .compactSiteLikeContainer {
	display: none;
}
.general #MastheadContent .siteLikeContainer {
	position: relative;
	right: 0;
	top: -15px;	
	width: 120px;
}
.general .compactSiteLikeContainer {
	height: 30px;
    position: absolute;
    right: 122px;
    top: 26px;
    width: 115px;
}
@media screen and (min-width: 350px) {
	.general .compactSiteLikeContainer {
		display: block;
	}	
}

@media screen and (min-width: 480px) {
	.general .compactSiteLikeContainer {
		right: 135px;
	}
}
.general .compactSiteLikeContainer .addthis_button_facebook_like {
	
}

@media screen and (max-width: 370px) {
	.general .socialTools .addthis_counter {
		display: none !important;
	}
}
.general #mainText .column {
	clear: both;
	display: block;
	margin: 1em 0;
}
@media screen and (min-width: 768px) {
	.general #mainText .column {
		float: left;
		width: 35%;
		margin-bottom: 2em;
		margin-top: 0;
	}
	.general #mainText .column.one {
		clear: none;
		margin-right: 8%;
	}
	.general #mainText .column.two {
		clear: right;
	}
}
.general #mainText .header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.general #mainText .subText {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1em;
}
.general #mainText blockquote {
	padding-left: .35em;	
	margin-left: 1.15em;
/*	background: url(https://images.azureedge.net/images/interface/icn_quote_left.png) no-repeat 1.15em 0;*/
	border-left: 2px solid #c4c4c1;
	background-color: #f6f6f5;
	padding-top: .05em;
	padding-bottom: .28em;	
	padding-right: .5em;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.general.literature #mainText blockquote p, .general #mainText blockquote p {
	line-height: 1.6em;
}
.general #mainText blockquote.highlighted {
	padding-top: 1em;	
	padding-left: 1.4em;
	padding-bottom: .75em;
}
.general #mainText blockquote.highlighted .highlightedText p {
	background-color: #ffff99;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	display: inline;
	margin-left: 0;
	line-height: 1.57em;
}
.general #mainText blockquote.highlighted .endHighlight {
	display: none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A:LINKS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.general a {
	cursor: pointer;
	text-decoration: none;
	color: #1C6291;
}
.general #mainText a.rcgLink {
	color: #1C6291;
	border-bottom: 1px solid;
}

.general a.withArrow.down {
	background: url(https://images.azureedge.net/images/interface/icn_arrow_down.png) no-repeat scroll right 7px transparent;
}
.general .siteQuestion.dottedBox {
	padding-bottom: .25em;
	text-deocration: none;
	color: #5786b5;
	font-style: normal;
	font-size: 92%;
	padding: 0 3px;
	border: 1px dotted #5786B5;
	position: relative;
	top: -2px;
	left: .25em;
}
.general .siteQuestion.dottedBox:hover {
	border-style: solid;
}
.general .rcgLink .fromIcon, .general .rcgLink.fromIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -25px #FFFFFF;
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
	display: inline-block;
	height: 16px;
	margin-right: 0.55em;
	padding: 1px;
	position: relative;
	top: 4px;
	width: 16px;
}
.general .wtcLink .fromIcon, .general .wtcLink.fromIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px 1px #FFFFFF;
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 0 transparent;
	display: inline-block;
	height: 16px;
	margin-right: 0.55em;
	padding: 1px;
	position: relative;
	top: 4px;
	width: 16px;
}
.general .rtLink .fromIcon, .general .rtLink.fromIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -51px #FFF;
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
	display: inline-block;
	height: 16px;
	margin-right: 0.55em;
	padding: 1px;
	position: relative;
	top: 4px;
	width: 16px;
}

/* Dotted links: (shared) */
.general a.dotted, .general #mainText a.modForm {
	border-bottom: 1px dotted;
}
.general a.dotted:hover, .general #mainText a.modForm:hover {
	border-bottom: 1px solid;
}


/* Links with fav icons */


/* Render Scripture links */
.general a.ren-link {
	padding-left: 0;
	background-image: none;
	border-bottom: 1px dotted;
	color: #910000;
}
.general a.ren-link:hover {
	color: #910000;
	border-bottom: 1px solid;
}

.literature .inlineNotice.wtcNotice .inlineNoticePromo a, .literature .inlineNotice.wtcNotice .inlineNoticePromo a:hover {
    color: #FFF !important;
}


/* Lit. Alludes links */


/* Table of contents links */



/* Save For Later */
.saveForLater.text {
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 0 1em 2.6em;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat left -149px;
}
.saveForLater.text:hover {
	text-decoration: underline;
}
.saveForLater.button {
	position: relative;
}
.saveForLater.button .stampBookmark {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll left -189px transparent;
	display: block;
	float: left;
	height: 79px;
	left: 5px;
	position: absolute;
	top: -18px;
	width: 68px;
}
.saveForLater.button.burgundy .stampBookmark {
	background-position: 5px -1658px;
	top: -20px;
	left: 28px;
}

.general .saveForLater.button {
	text-indent: 3.15em;
	width: 11.2em;
	padding-bottom: .6em;
	padding-top: .65em;
	border-color: #879BB0;
	color: #175D79;
	text-shadow: 0 1px 0 #FFF;
	background: url(https://images.azureedge.net/images/interface/bg_blue_grey_gradient_ie.jpg) repeat-x 0 0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe4e6 4%, #d7dcdd 68%, #d3d8d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#dfe4e6), color-stop(68%,#d7dcdd), color-stop(100%,#d3d8d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#d7dcdd 68%,#d3d8d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#d7dcdd 68%,#d3d8d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#d7dcdd 68%,#d3d8d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dfe4e6 4%,#d7dcdd 68%,#d3d8d9 100%); /* W3C */
}
.general .saveForLater.button:hover {
	color: #175D79;
	background: url(https://images.azureedge.net/images/interface/bg_blue_grey_gradient_ie_hover.jpg) repeat-x 0 0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe4e6 4%, #dfe4e6 76%, #d5dadb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#dfe4e6), color-stop(76%,#dfe4e6), color-stop(100%,#d5dadb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#dfe4e6 76%,#d5dadb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#dfe4e6 76%,#d5dadb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfe4e6 4%,#dfe4e6 76%,#d5dadb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dfe4e6 4%,#dfe4e6 76%,#d5dadb 100%); /* W3C */
}
.general .saveForLater.button:hover .stampBookmark {
	opacity: 1;
}
#desktopSideOptions .saveForLater.button.burgundy {
	width: 8.2em;
	text-indent: 2.5em;
}
.saveForLater.button.burgundy:hover {
	color: #FFF;
}
.videoInfo .button.grey {
	float: none;
	border: 1px solid #777;
	color: #404040;
	font-size: 17px;
	width: auto;
	max-width: 300px;
	padding: .7em 1.25em .7em 3.25em;
	border: 1px solid #888;
	background: url("https://images.azureedge.net/wtc/images/interface/bg_grey_gradient_ie.jpg") repeat-x 0 top #d7d7d7;
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(224,224,224,1) 4%, rgba(215,215,215,1) 68%, rgba(215,215,215,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(4%,rgba(224,224,224,1)), color-stop(68%,rgba(215,215,215,1)), color-stop(100%,rgba(215,215,215,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%);
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	border-radius: 2px 2px 2px 2px;
	text-decoration: none;
	line-height: 1.22em;
	position: relative;
	margin: 14px auto;
	text-align: center;
}
.videoInfo .button .icon.questionMark {
    color: #EFEFEF;
	font-family: Verdana, Arial, Sans-serif;
    padding: 0.1em 0.58em 0.12em .6em;
    border-radius: 100%;
    background: #666;
    font-size: 88%;
    position: absolute;
    top: .65em;
    left: 1.25em;
    line-height: 1.5em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUBBLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.productCover {
	position: relative;	
	display: block;
}
.productCover .playOverlay {
	position: absolute;
	opacity: .5;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50% transparent;
	-moz-transition: opacity .4s ease, background 1s ease;
	-webkit-transition: opacity .4s ease, background 1s ease;
	-o-transition: opacity .4s ease, background 1s ease;
	transition: opacity .4s ease, background 1s ease;
}
.productCover .playOverlay:hover {
	opacity: 1;
	-moz-transition: opacity .5s ease, background 1s ease;
	-webkit-transition: opacity .5s ease, background 1s ease;
	-o-transition: opacity .5s ease, background 1s ease;
	transition: opacity .5s ease, background 1s ease;
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50% transparent;
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  -moz-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0.6) 100%); /* FF3.6+ */
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsla(0,0%,0%,0)), color-stop(100%,hsla(0,0%,0%,0.6))); /* Chrome,Safari4+ */
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  -webkit-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  -o-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.6) 100%); /* Opera 12+ */
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  -ms-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.6) 100%); /* IE10+ */
	background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%,  radial-gradient(ellipse at center,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.6) 100%); /* W3C */
}
.bubbleContainer {
	position: relative;
	z-index: 10;
}
.bubble {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 0 none;
	box-shadow: 0 0 0 transparent;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0;
	text-align: center;
	width: 58px;
	height: 25px;
	margin-top: 5px;
	text-shadow: 0 2px 3px #666;
	color: #FFF;
	font-weight: bold;
	font-family: Calibri,Arial,Helvetica,Sans-serif;
}
.bubble.access {
	display: none;
}
.bubble.totalParts, .bubble.featured {
	background: #6C0B28;
}
.bubble.totalParts {
	background: #444;
}
.bubble.new {
	background: #638E16; /* Old browsers */
	background: -moz-linear-gradient(top,  #78ac1b 0%, #638e16 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78ac1b), color-stop(100%,#638e16)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #78ac1b 0%,#638e16 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #78ac1b 0%,#638e16 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #78ac1b 0%,#638e16 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #78ac1b 0%,#638e16 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ac1b', endColorstr='#638e16',GradientType=0 ); /* IE6-9 */
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUTTONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.button, .general a.button, .greyButton {
	border: 1px solid #777;
	border-radius: 2px 2px 2px 2px;
	text-decoration: none;
	color: #404040;
	font-family: Cambria, Georgia, Serif;
	font-size: 0.953125rem;
	width: auto;
	padding: .6em 1.25em;
	font-weight: bold;
	background-color: #E7E7E7;
	cursor: pointer;
}
.button.mini, .general a.button.mini, .greyButton.mini {
	box-shadow: 0 0 0 transparent;
	font-family: Arial,Helvetica,Sans-Serif;
    font-size: 0.6640625rem;
    margin: 0.2em auto;
    padding: 0.4em 0.65em 0.3em;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
	line-height: 1em;
	color: #6F6F6F;
	border-color: #888;
	background-color: #E0E0E0;
}
.greyButton:hover, .button.mini:hover, .general a.button.mini:hover, .greyButton.mini:hover {
	color: #3f3f3f;
	border-color: #5F5F5F;
	text-decoration: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 4%, rgba(224,224,224,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(239,239,239,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* W3C */
	-moz-transition: color .3s ease, border-color .3s ease, background .3s ease;
	-webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
	-o-transition: color .3s ease, border-color .3s ease, background .3s ease;
	transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.button.white, .general a.button.white {
	background-color: #FAFAFA;
	-moz-transition: color .3s ease, background-color .3s ease;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}
.button.white:hover, .general a.button.white:hover {
	color: #000;
	background-color: #FFF;
	-moz-transition: color .3s ease, background-color .3s ease;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}
.button.burgundy, .general a.button.burgundy {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie.jpg) repeat-x 0 top #420818; /* Old browsers */
	background: -moz-linear-gradient(top,  #d67982 0%, #790d1d 4%, #6c0b28 68%, #430b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d67982), color-stop(4%,#790d1d), color-stop(68%,#6c0b28), color-stop(100%,#430b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* Opera 11.10+ */
	border-color: #620C0C;
	border: 0 none;
	color: #FFF;
}
.button.burgundy:hover, .general a.button.burgundy:hover {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie_hover.jpg) repeat-x 0 top #6b0829; /* Old browsers */
	background: -moz-linear-gradient(top,  #d67982 0%, #821d2c 4%, #821d2c 68%, #6c0b28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d67982), color-stop(4%,#821d2c), color-stop(68%,#821d2c), color-stop(100%,#6c0b28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* Opera 11.10+ */
	border-color: #620C0C;
	color: #FFF;
}
.general a.button.saveForLater.burgundy, .general a.button.saveForLater.burgundy:hover {
	background: 0 none;
	color: #832D34;
	border-color: transparent;
	box-shadow: 0 0 0 transparent;
	text-shadow: 0 1px 0 #FFF !important;
}
.general a.button.saveForLater.burgundy:hover {
	color: #704351;
}
.general a.button.saveForLater.burgundy:hover .icon {
	opacity: 1;
}
.button.grey, .general a.button.grey {
	border: 1px solid #888;
	color: #404040;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_gradient_ie.jpg) repeat-x 0 top #d7d7d7;
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(224,224,224,1) 4%, rgba(215,215,215,1) 68%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(4%,rgba(224,224,224,1)), color-stop(68%,rgba(215,215,215,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%); /* W3C */
}
.button.grey:hover, .general a.button.grey:hover {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_gradient_ie_hover.jpg) repeat-x 0 top #d7d7d7;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 4%, rgba(224,224,224,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(239,239,239,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* W3C */
	color: #303030;
}
.button.green, .general a.button.green {
	color: #FFF;
	border: 1px solid #659600;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_green_gradient_ie.jpg) repeat-x 0 top #659600; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 5%, #659600 68%, #659600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(5%,#72aa00), color-stop(68%,#659600), color-stop(100%,#659600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#659600 68%,#659600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#659600 68%,#659600 100%); /* Opera 11.10+ */
	text-shadow: 0 0 0 #659600 !important;
}
.button.green:hover, .general a.button.green:hover {
	color: #FFF;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_green_gradient_ie_hover.jpg) repeat-x 0 top #659600; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 5%, #72aa00 68%, #659600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(5%,#72aa00), color-stop(68%,#72aa00), color-stop(100%,#659600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* Opera 11.10+ */
	border-color: #659600;
	text-shadow: 0 0 0 #659600 !important;
}
.button.gold {
	background: #fee45e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee45e 0%, #fcd000 4%, #e8b500 68%, #d39700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee45e), color-stop(4%,#fcd000), color-stop(68%,#e8b500), color-stop(100%,#d39700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee45e', endColorstr='#d39700',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	border: 0 none;
    color: #333;
    display: inline-block;
	padding: 0.6em 1.25em 0.6em;
	margin-top: .5em;
	margin-bottom: .35em;
    width: auto;
	text-shadow: 0 1px 0 #fee45e;
	-moz-transition: .3s background ease;
	-webkit-transition: .3s background ease;
	-o-transition: .3s background ease;
	transition: .3s background ease;
}
.button.gold:hover {
	text-decoration: none;
	background: #fee45e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee45e 0%, #fcd000 4%, #fcd000 50%, #d39700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee45e), color-stop(4%,#fcd000), color-stop(50%,#fcd000), color-stop(100%,#d39700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#fcd000 50%,#d39700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#fcd000 50%,#d39700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#fcd000 50%,#d39700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee45e 0%,#fcd000 4%,#fcd000 50%,#d39700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee45e', endColorstr='#d39700',GradientType=0 ); /* IE6-9 */
	-moz-transition: .3s background ease;
	-webkit-transition: .3s background ease;
	-o-transition: .3s background ease;
	transition: .3s background ease;
}
.button.wFavIcon {
	padding-left: 2.85em;
}
.button.chrome {
	background: url(https://images.azureedge.net/images/interface/bg_chrome_button.png) repeat 0 0;
	border-radius: 3px 3px 3px 3px;
	border-color: #BBB;
	-moz-transition: .3s border ease;
	-webkit-transition: .3s border ease;
	-o-transition: .3s border ease;
	transition: .3s border ease;
}
.button.chrome:hover, .option .button.chrome:hover {
	background: #F0F0F0;
	border-color: #597E99;
	-moz-transition: .3s border ease;
	-webkit-transition: .3s border ease;
	-o-transition: .3s border ease;
	transition: .3s border ease;
}
/* Order button success */

.general .button.litOrderSuccess, .general .button.litOrderSuccess:hover {
	color: #4a8e00;
	border-color: transparent;
	text-align: left;
	text-indent: 22px;
	box-shadow: 0 0 0 transparent;
	text-shadow: 0 1px 0 #EEE;
	position: relative;
	font-size: 110%;
	height: 1em;
}
.sideOptions .option .button.litOrderSuccess {
	padding-left: 1.5em;	
	margin-bottom: -.5em;
	background: 0 none !important;
	border: 0 none;
}
.general.literature #desktopLitOptions .button.litOrderSuccess {
	margin-top: -.35em;	
}
.general .button.litOrderSuccess .helpText {
	clear: left;
    color: #1C6291;
    display: block;
    font-size: 82%;
    left: -0.5em;
    margin: 0;
    padding: 0 15px 0 0;
    background-position: right 7px;
    position: relative;
    top: -0.2em;
    visibility: hidden;
    width: 8.9em;
    opacity: 0;
	filter:alpha(opacity=0);	
    -webkit-transition: visibility .6s ease .3s, opacity .6s ease .3s;
    -moz-transition: visibility .6s ease .3s, opacity .6s ease .3s;
    -o-transition: visibility .6s ease .3s, opacity .6s ease .3s;
    transition: visibility .6s ease .3s, opacity .6s ease .3s;
}
.general .button.litOrderSuccess:hover .helpText {
	visibility: visible;
	text-decoration: none;
	opacity: 1;
	filter:alpha(opacity=100);
}
.general .button.litOrderSuccess .checkmarkStamp {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -8px -739px transparent;
    display: inline-block;
    height: 28px;
    width: 34px;
	position: absolute;
	top: .25em;
	left: 0;
	font: 100%/1.5em Calibri,Arial,sans-serif;
}
.sideOptions .option .button.litOrderSuccess .checkmarkStamp {
	top: .4em;	
	left: .5em;
	opacity: .9;
}
.general .button.litOrderSuccess .toolTip {
	width: 68%;
	left: 0;
}
.contactStamp {
	width: 50px;
	height: 28px;
	display: block;
	float: right;
	margin-left: 6px;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll 0 -43px transparent;
}
#footerContact .text {
	float: left;
	display: block;
}
.multiOptionButton {
	background: none repeat scroll 0 0 #E7E7E7;
	border: 1px solid #777777;
	border-radius: 2px 2px 2px 2px;
	color: #444;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.03125em;
	font-weight: bold;
	margin-right: -0.25em;
	overflow: hidden;
	padding: 0.55em 1.25em 0.75em 3em;
	position: relative;
	width: 7em;
	z-index: 7;
}
.multiOptionButton.langSetting {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	font-size: 98%;
	padding-top: .45em;
	padding-bottom: .67em;
	margin-bottom: .65em;
	margin-top: .35em;
}
.multiOptionButton.langSetting .mobHead .favIcon {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -2px 0 transparent;
	display: block;
	height: 22px;
	margin-right: 0.55em;
	opacity: 0.85;
	padding: 1px;
	position: absolute;
	width: 22px;
	left: 0.88em;
	top: 0.5em;
}
.langSetting.multiOptionButton .otherOptionsToggle {
	top: .28em;
}
.multiOptionButton.langSetting .otherOptions .selected {
	padding-left: 2.2em;	
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -11px -1067px transparent;
	color: #444;
	font-weight: normal;
	opacity: .8;
}
.wtcVideo .multiOptionButton, .wtcNotice .multiOptionButton, .videoNotice .multiOptionButton, .notice.video .multiOptionButton {
	padding-right: 1.45em;
	width: 7.25em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.multiOptionButton .mobHead {
		margin-left: -5px;
	}
}
@media screen and (min-width: 768px) {
	.slide .multiOptionButton {
		padding: 0.4em 1em 0.55em 2.55em;
	}
}
.multiOptionButton a, .general #mainText .multiOptionButton a.rcgLink {
	color: #444;
	border-bottom: 0 none;
}
.multiOptionButton a:hover, .general #mainText .multiOptionButton a.rcgLink:hover {
	color: #000;
}
.multiOptionButton .mobHead {
	cursor: pointer;
}
.multiOptionButton .rcgLink .favIcon, .multiOptionButton .wtcLink .favIcon, .multiOptionButton .rtLink .favIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -25px #FFFFFF;
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
	display: block;
	height: 16px;
	left: .85em;
	margin-right: 0.55em;
	padding: 1px;
	position: absolute;
	top: 0.7em;
	width: 16px;
	opacity: 0.8;
	filter:alpha(opacity=80);	
}
.multiOptionButton .mobHead .pdfLink {
	font-size: 0.921875em;
	margin-left: -.35em;
}
.multiOptionButton .mobHead .pdfLink .fileType {
	display: none;
}
@media screen and (min-width: 768px) {
	.slide .multiOptionButton .rcgLink .favIcon, .slide .multiOptionButton .wtcLink .favIcon, .slide .multiOptionButton .rtLink .favIcon {
		left: 0.78em;
		top: 0.6em;
	}
}
@media screen and (min-width: 1280px) {
	.multiOptionButton .pdfLink .fileType {
		display: inline;
	}
}
.multiOptionButton .rcgLink.download .favIcon {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1085px transparent;
	border: 0 none;
	box-shadow: 0 0 0 transparent;
	height: 29px;
	width: 30px;
	top: .55em;
	left: .95em;
}
.multiOptionButton .rcgLink.download:hover .favIcon {
	background-position: -5px -1163px;
}
.multiOptionButton .wtcLink .favIcon {
	background-position: 1px 1px;
}
.multiOptionButton .rtLink .favIcon {
	background-position: 1px -51px;
}

.multiOptionButton .otherOptionsToggle {
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat scroll 0 -27px transparent;
	border-left: 1px solid #777777;
	display: block;
	height: 2.12em;
	opacity: 0.85;
	padding-right: 2.25em;
	position: absolute;
	right: 0.04em;
	top: 0.3em;
	width: 0.3em; /*	border-right: 1px solid #FEFEFE;*/
	-webkit-transition: background .7s ease, opacity .7s ease;
	-moz-transition: background .7s ease, opacity .7s ease;
	-o-transition: background .7s ease, opacity .7s ease;	
	transition: background .7s ease, opacity .7s ease;	
}
@media screen and (min-width: 768px) {
	.slide .multiOptionButton .otherOptionsToggle {
		right: 0.2em;
		top: 0.22em;
		height: 1.9em;
		background-position: 0 -29px;
	}
}
.multiOptionButton .favIcon {
	-webkit-transition: background .6s ease, opacity .6s ease;
	-moz-transition: background .6s ease, opacity .6s ease;
	-o-transition: background .6s ease, opacity .6s ease;
	transition: background .6s ease, opacity .6s ease;
}
.multiOptionButton:hover .favIcon, .multiOptionButton .otherOptionsToggle:hover {
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;	
	cursor: pointer;
	-webkit-transition: background .4s ease, opacity .4s ease;
	-moz-transition: background .4s ease, opacity .4s ease;
	-o-transition: background .4s ease, opacity .4s ease;
	transition: background .4s ease, opacity .4s ease;
}
.multiOptionButton .otherOptionsToggle:hover {
	background-color: #F9F9F9;
}
.multiOptionButton.pulsing .otherOptionsToggle { 
	background-color: #FFF;
}
.multiOptionButton .otherOptions {
	clear: left;
	display: block;
	font-size: 90%;
	margin-left: -2.32em;
	width: 137%;
	padding-top: .4em;
}
@media screen and (min-width: 768px) {
	.slide .multiOptionButton .otherOptions {
		margin-left: -2.1em;
	}
}
.multiOptionButton .otherOptions a {
	clear: left;
	display: block;
	padding-top: .5em;
	padding-bottom: .35em;
	margin-top: .15em;
	margin-bottom: .15em;
	line-height: 1.35em;
	opacity: .85;
	padding-left: 2.2em;
	border-bottom: 0 none;
	-webkit-transition: color .8s ease, opacity .8s ease;	
	-moz-transition: color .8s ease, opacity .8s ease;
	-o-transition: color .8s ease, opacity .8s ease;	
	transition: color .8s ease, opacity .8s ease;	
}
@media screen and (min-width: 500px) and (max-width: 767px) {
	.multiOptionButton .otherOptions a {
		margin-top: 0;
		margin-bottom: -.2em;
	}
}
@media screen and (min-width: 768px) {
	.multiOptionButton .otherOptions a {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.slide .multiOptionButton .otherOptions a {
	padding-bottom: .55em;
}
.multiOptionButton .otherOptions a:hover {
	opacity: 1;
	-webkit-transition: color .3s ease, opacity .3s ease;
	-moz-transition: color .3s ease, opacity .3s ease;
	-o-transition: color .3s ease, opacity .3s ease;	
	transition: color .3s ease, opacity .3s ease;	
}
.multiOptionButton #extraLangs.otherOptions a:hover {
	color: #09407b;	
}

.multiOptionButton .otherOptions .readNow {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1448px transparent;
}
.multiOptionButton .otherOptions .readNow:hover {
	background-position: -5px -1516px;
}
.multiOptionButton .otherOptions .watchNow, .multiOptionButton .otherOptions .listenNow {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -2176px transparent;
}
.multiOptionButton .otherOptions .watchNow:hover, .multiOptionButton .otherOptions .listenNow:hover {
	background-position: -5px -2246px;
}
.multiOptionButton .otherOptions .readLater {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -478px transparent;
}
.multiOptionButton .otherOptions .readLater:hover {
	background-position: -5px -611px;
}
.multiOptionButton .otherOptions .readLater.latered {
	background-position: -5px -2375px;
	color: #578530;
}
.multiOptionButton .otherOptions .moreInfo {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -548px transparent;
}
.multiOptionButton .otherOptions .moreInfo:hover {
	background-position: -5px -681px;
}
.multiOptionButton .otherOptions .requestThis {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -2829px transparent;
	color: #802641;
}
.multiOptionButton .otherOptions .requestThis.requestAdded {
	position: relative;
	text-indent: 1px;
	background-position: -5px -2698px;
	color: #548132;
}
.multiOptionButton .otherOptions .requestThis.requestAdded .checkmarkStamp {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll 33% -439px transparent;
	background-size: 36px auto;
	position: absolute;
	left: 10px;
	top: 12px;
	width: 25px;
	height: 25px;
	opacity: .9;
}
.multiOptionButton .otherOptions .requestThis.requestAdded.ordered {
	background-position: -3px -2989px;
	padding-top: .6em;
	padding-bottom: .5em;
}
.multiOptionButton .otherOptions .requestThis.requestAdded.ordered:hover {
	background-position: -3px -3059px;
}
.multiOptionButton .otherOptions .requestThis.requestAdded.ordered .checkmarkStamp {
	display: none;
}
.multiOptionButton .otherOptions .requestThis:hover {
	background-position: -5px -2909px;
	color: #802641;
}
.multiOptionButton .otherOptions .requestThis.requestAdded:hover {
	background-position: -5px -2756px;	
	color: #578530;
}
.multiOptionButton .otherOptions .subscribe, .multiOptionButton .otherOptions .subscribeNow {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -921px transparent;
}
.multiOptionButton .otherOptions .subscribe:hover, .multiOptionButton .otherOptions .subscribeNow:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1001px transparent;
}
.multiOptionButton .otherOptions .download {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1080px transparent;
}
.multiOptionButton .otherOptions .download:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1158px transparent;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.multiOptionButton .otherOptions .download {
		font-size: 95%;
		background-position: -5px -1082px;
	}
	.multiOptionButton .otherOptions .download:hover {
		background-position: -5px -1160px;
	}
}
.multiOptionButton .otherOptions .contactUs {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1235px transparent;
}
.multiOptionButton .otherOptions .contactUs:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1308px transparent;
}
.multiOptionButton .otherOptions .coverLetter {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1449px transparent;
}
.multiOptionButton .otherOptions .coverLetter:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamps.png) no-repeat scroll -5px -1517px transparent;
}


/* Share multioptions */
.multiOptionButton.share, .module .multiOptionButton.share {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_share.png) no-repeat scroll center 8px #FFFFFF;
	border-color: #BBBBBB #BBBBBB #F0F0F0;
	border-radius: 6px 6px 0 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 -1px 4px #BBBBBB;
	clear: none;
	cursor: pointer;
	display: inline-block;
	height: auto;
	margin: 0 0 0 6%;
	min-height: 1.15em;
	overflow: visible;
	position: relative;
	top: .38em;
	width: 0.2em;
}
.multiOptionButton.share .otherOptions {
	display: block;
	clear: left;
	width: 5em;
	height: auto;
	position: absolute;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 2px 3px 6px #BBB;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #BBB;
	height: auto;
	width: 9.75em;
	z-index: 20;
	padding-bottom: .75em;
	padding-top: .25em;
	top: 2.4em;
	left: -2.5em;
	font-size: 100%;
	margin-left: 0;
	margin-top: 0;
}
.multiOptionButton.share .otherOptions .shareLabel {
	text-align: center;
	color: #999;
	display: block;
	margin-top: .5em;
	margin-bottom: .25em;
}
.multiOptionButton.share .otherOptions a {
	color: #656565;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.765625em;
	line-height: 1.35em;
	padding: 0 0 1.1em 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
	filter:alpha(opacity=100);	
	display: block;
}
.multiOptionButton.share .otherOptions a .shareIcon {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_share_options.png) no-repeat -1px -6px;
	width: 40px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 1em;
	margin-top: -.3em;
}
.multiOptionButton.share .otherOptions a:hover {
	background: #F0F0F0;
	color: #111;
}
.multiOptionButton.share .otherOptions a.facebook:hover .shareIcon {
	background-position: 0 -99px;
}
.multiOptionButton.share .otherOptions a.twitter .shareIcon {
	background-position: 0 -200px;
}
.multiOptionButton.share .otherOptions a.twitter:hover .shareIcon {
	background-position: 0 -304px;
}
.multiOptionButton.share .otherOptions a.google .shareIcon {
	background-position: 0 -434px;
}
.multiOptionButton.share .otherOptions a.google:hover .shareIcon {
	background-position: 0 -554px;
}




/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LITERATURE COVERS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.litCover {
	border: 1px solid #666;
	box-shadow: 0 0 5px #CCC;
}
.litCover.cover[src="https://images.azureedge.net/images/interface/rcg-logo.png"] {
	border: 0 none !important;
	box-shadow: 0 0 0 transparent !important;
}
@-webkit-keyframes pulse {
	0%   { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
	50%   { box-shadow: 0 0 10px rgba(140, 140, 140, 0.9); color: #000; }
	100% { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
}
@-moz-keyframes pulse {
	0%   { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
	50%   { box-shadow: 0 0 10px rgba(140, 140, 140 0.9); color: #000; }
	100% { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
}
@-o-keyframes pulse {
	0%   { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
	50%   { box-shadow: 0 0 10px rgba(140, 140, 140, 0.9); color: #000; }
	100% { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
}
@keyframes pulse {
	0%   { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
	50%   { box-shadow: 0 0 10px rgba(140, 140, 140, 0.9); color: #000; }
	100% { box-shadow: 0 0 15px rgba(140, 140, 140, 0.2); color: #444; }
}

@-webkit-keyframes smallPulse {
	0%   { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
	50%   { box-shadow: 0 0 8px rgba(170, 170, 170, 0.9); color: #000; }
	100% { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
}
@-moz-keyframes smallPulse {
	0%   { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
	50%   { box-shadow: 0 0 8px rgba(170, 170, 170 0.9); color: #000; }
	100% { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
}
@-o-keyframes smallPulse {
	0%   { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
	50%   { box-shadow: 0 0 8px rgba(170, 170, 170, 0.9); color: #000; }
	100% { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
}
@keyframes smallPulse {
	0%   { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
	50%   { box-shadow: 0 0 8px rgba(170, 170, 170, 0.9); color: #000; }
	100% { box-shadow: 0 0 13px rgba(170, 170, 170, 0.2); color: #444; }
}

@-webkit-keyframes lighterPulse {
	0%   { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
	50%   { box-shadow: 0 0 8px rgba(221, 221, 221, 0.9); color: #000; border-color: #111; }
	100% { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
}
@-moz-keyframes lighterPulse {
	0%   { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
	50%   { box-shadow: 0 0 8px rgba(169, 156, 156 0.9); color: #000; border-color: #111; }
	100% { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
}
@-o-keyframes lighterPulse {
	0%   { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
	50%   { box-shadow: 0 0 8px rgba(221, 221, 221, 0.9); color: #000; border-color: #111; }
	100% { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
}
@keyframes lighterPulse {
	0%   { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
	50%   { box-shadow: 0 0 8px rgba(221, 221, 221, 0.9); color: #000; border-color: #111; }
	100% { box-shadow: 0 0 13px rgba(221, 221, 221, 0.2); color: #444; border-color: #666; }
}

@-webkit-keyframes bgFlash {
	0%   { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
	50%   { background-color: rgba(255, 255, 255, 0.9); opacity: 1; }
	100% { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
}
@-moz-keyframes bgFlash {
	0%   { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
	50%   { background-color: rgba(255, 255, 255, 0.9); opacity: 1; }
	100% { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
}
@-o-keyframes bgFlash {
	0%   { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
	50%   { background-color: rgba(255, 255, 255, 0.9); opacity: 1; }
	100% { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
}
@keyframes bgFlash {
	0%   { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
	50%   { background-color: rgba(255, 255, 255, 0.9); opacity: 1; }
	100% { background-color: rgba(255, 255, 255, 0.2); opacity: 0.7; }
}

@-webkit-keyframes fadePulse {
	0%   { opacity: .5; }
	50%   { opacity: 1; }
	100% { opacity: .5; }
}
@-moz-keyframes fadePulse {
	0%   { opacity: .5; }
	50%   { opacity: 1; }
	100% { opacity: .5; }
}
@-o-keyframes fadePulse {
	0%   { opacity: .5; }
	50%   { opacity: 1; }
	100% { opacity: .5; }
}
@keyframes fadePulse {
	0%   { opacity: .5; }
	50%   { opacity: 1; }
	100% { opacity: .5; }
}

.multiOptionButton.pulsing {
	-webkit-animation: smallPulse 1.5s infinite ease-in-out;
	-moz-animation: smallPulse 1.5s infinite ease-in-out;
	-o-animation: smallPulse 1.5s infinite ease-in-out;
	animation: smallPulse 1.5s infinite ease-in-out;
	box-shadow: 0 0 10px #AAA;
}
.listing .multiOptionButton.pulsing {
	-webkit-animation: pulse 1.5s infinite ease-in-out;
	-moz-animation: pulse 1.5s infinite ease-in-out;
	-o-animation: pulse 1.5s infinite ease-in-out;
	animation: pulse 1.5s infinite ease-in-out;
	box-shadow: 0 0 8px #AAA;
	color: #000;	
}
.multiOptionButton.pulsing .otherOptionsToggle { 
	-webkit-animation: bgFlash 1.5s infinite ease-in-out;
	-moz-animation: bgFlash 1.5s infinite ease-in-out;
	-o-animation: bgFlash 1.5s infinite ease-in-out;
	animation: bgFlash 1.5s infinite ease-in-out;
	background-color: #F9F9F9;
	opacity: 1;
	filter:alpha(opacity=100);	
}
@media screen and (max-width: 599px) {
	.slide .moreInfo.icon:hover {
		-webkit-animation: fadePulse 1.5s infinite ease-in-out;
		-moz-animation: fadePulse 1.5s infinite ease-in-out;
		-o-animation: fadePulse 1.5s infinite ease-in-out;
		animation: fadePulse 1.5s infinite ease-in-out;
	}
}
.inlineNotice.wtcNotice .pulsing, .inlineNotice.rtNotice .pulsing {
	-webkit-animation: lighterPulse 1.5s infinite ease-in-out;
	-moz-animation: lighterPulse 1.5s infinite ease-in-out;
	-o-animation: lighterPulse 1.5s infinite ease-in-out;
	animation: lighterPulse 1.5s infinite ease-in-out;
	box-shadow: 0 0 8px #CCC;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEFAULT MODULE STYLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general .moduleHeader {
	margin-top: .5em;
	margin-left: 1em;
	text-align: center;
	font-family: Cambria, Georgia, Serif;
	color: #444;
	font-size: 0.984375em /* target/base = 15.5px / 16px */;
	font-weight: bold;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEFAULT SCROLLER STYLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.scrollerWrap {
	height: auto;
	margin-bottom: 0;
	margin-top: .5em;
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: left;
}

.general .scrollerTool.button {
	border: 1px solid #777777;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0 transparent;
	height: 2.55em;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 2.75em;
	opacity: .8;
	z-index: 10;
}
.scrollerTool.left.button {
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 12px -70px, url(https://images.worldtocome.org/wtc/images/interface/bg_grey_gradient_ie.jpg) repeat-x 0 top #efebef;
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 12px -70px, -moz-linear-gradient(top,  #f1f1f1 0%, #e9e9e9 4%, #e0e0e0 100%); /* FF3.6+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 12px -70px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(4%,#e9e9e9), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 12px -70px, -webkit-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 12px -70px, -o-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Opera 11.10+ */
	background-size: auto auto, 100% 100%;
	float: left;
	padding-right: .3em;
	left: 0;
	margin-right: 1em;
}
.scrollerTool.right.button {
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 16px -160px, url(https://images.worldtocome.org/wtc/images/interface/bg_grey_gradient_ie.jpg) repeat-x 0 top #efebef;
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 16px -160px, -moz-linear-gradient(top,  #f1f1f1 0%, #e9e9e9 4%, #e0e0e0 100%); /* FF3.6+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 16px -160px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(4%,#e9e9e9), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 16px -160px, -webkit-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 16px -160px, -o-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Opera 11.10+ */
	background-size: auto auto, 100% 100%;
	float: left;
	padding-left: .3em;
	right: 0;
}
.general .scrollerTool.button:hover {
	opacity: 1;
}
.general .scrollerWrap img {
	margin: 0 auto;
	display: block;
}
.litScroller .title {
	font-weight: bold;
	font-family: Cambria, Georgia, serif;
	font-size: 1.1875rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.45em;
	clear: both;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.general .icon.withArrow.white {
	display: inline-block;
	height: 20px;
	background: url(https://images.azureedge.net/images/interface/icn_arrow_right_white_hallow.png) no-repeat scroll right 6px transparent;	
}
.general .infoScroller.scrollerWrap .title {
	border-top: 1px solid #666;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	color: #fff;
	font-weight: bold;
	font-family: Cambria,Sans-serif !important;
	font-size: 16px !important;
	margin: 0 !important;
	padding: 0.45em 0 0.6em 1em !important;
}
.general .slide .multiOptionButton {
	margin: 2.2em auto 2em;
	position: absolute;
	bottom: 0;

}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ADVERTISEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* Inline Library Ad */
.general .libraryNotice {
	background: #E0E0E0;
	border-top: 1px solid #FEFEFE;
	min-height: 3.5em;
	padding-top: 2em;
}
.general .libraryNotice img {
	display: block;
	float: left;
	margin-left: -0.52em;
	margin-top: -3.25em;
	width: auto;
}
.general .libraryNotice a {
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.125em /* target/base = 18px / 16px */;
	background-position: right 7px;
	position: relative;
	right: .62em;
	text-shadow: 0 1px 0 #000;
	vertical-align: middle;
}
.general #relatedLitLibraryNotice a {
	text-shadow: 0 0 0 transparent;
}
.general #relatedLitLibraryNotice a:hover {
	text-decoration: underline;
}
.general #relatedLitLibraryNotice a .text {
	display: inline;
	width: auto;
}
.general .notice.libraryNotice  {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 8em;
	clear: both;
	border: 1px solid #240D03;
	padding: 1px;
	min-height: 6.4em;
	position: relative;
	margin: 1.75em auto;
	background: url(https://images.azureedge.net/images/interface/bg_bookshelf.png) repeat scroll center -37px transparent;
	border-radius: 3px 3px 3px 3px;
}
.general .notice.libraryNotice img {
	left: 5%;
	display: block;
	top: -2em;
	position: relative;
	margin-top: 0;
}
.general .notice.libraryNotice a.button {
	font-size: 1.0625em;	
}
@media screen and (min-width: 500px) {
	.general .notice.libraryNotice {
		display: block;
		width: 100%;
		max-width: 485px;
		left: -.2em;
		max-height: 95px;
	}
	.general .notice.libraryNotice img {
		left: 10%;
	}
}
.general .notice.libraryNotice a.button {
	top: 3.25em;
	right: 8%;
	height: 1.25em;
	position: absolute;
	-webkit-transition: box-shadow .8s ease;
	-moz-transition: box-shadow .8s ease;
	-o-transition: box-shadow .8s ease;	
	transition: box-shadow .8s ease;	
}
@media screen and (min-width: 500px) {
	.general .notice.libraryNotice a.button {
		top: 2.4em;
		left: 2.85em;
		right: auto;
		position: relative;
		height: auto;
	}
}
.general .notice.libraryNotice a .text {
	width: auto;
	display: inline;
	position: relative;
	color: #fcf6f1;
}
.general .notice.libraryNotice a:hover .text {
	color: #FFF;
}
.general .notice.libraryNotice a.withArrow .text {
	background: url(https://images.azureedge.net/images/interface/icn_arrow_right_white_hallow.png) no-repeat right 7px;
	padding-right: 17px;
	display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general .notice.libraryNotice a.withArrow .text {
		background-position: right 6px;
	}
}
.general .notice.libraryNotice a:hover {
	text-decoration: none;
	color: #FFF;
}
#buildingAdLink {
	border-bottom: 0 solid transparent;
	display: block;
	height: auto;
	margin-bottom: 1.25em;
}
#buildingAdWrapper {
	background: none repeat scroll 0 0 #810A02;
	border: 2px solid #670802;
	cursor: pointer;
	height: auto;
	margin: 0.4em 0 0.15em 0;
	padding-top: 0.7em;
	padding-bottom: 1.25em;
	width: 94%;
	max-width: 710px;
	position: relative;
}
#buildingAdWrapper h5 {
	color: #F8F8F8;
	cursor: pointer;
	font-family: Cambria,Georgia,Serif;
	font-size: 1.375em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 2px 2px #4E0500;
	text-transform: none;
	width: 90%;
}
#buildingAdWrapper h5:hover {
	color: #FFFFFF;
	text-shadow: 2px 2px #250200;
}
#buildingAdWrapper h5 span.supHeading {
	color: #DDB04E;
	font-family: Cambria,Tahoma,Serif;
	font-size: 88%;
	line-height: 1.65em;
	text-shadow: 1px 1px #494034;
	text-transform: uppercase;
}
#buildingAdWrapper .readMore {
	display: none;
	border-bottom: 0 solid transparent;
	color: #F8F8F8;
	float: right;
	font-family: Georgia,Serif;
	font-size: 78%;
	font-weight: bold;
	position: absolute;
	right: 2em;
	top: 1.5em;
	text-align: right;
	text-decoration: none;
	width: 90px;
}
@media screen and (min-width: 500px) {
	#buildingAdWrapper .readMore {
		display: block;
	}
}
#buildingAdWrapper .readMore:hover {
	color: #FFFFFF;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#buildingAdWrapper h5 {
		position: relative;
	}
}
#buildingAdWrapper .readMore span {
	background: url(https://images.azureedge.net/images/landing/icn_right_arrow.png) no-repeat scroll right top transparent;
	display: block;
	float: right;
	height: 11px;
	left: 3px;
	position: relative;
	top: 8px;
	width: 9px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GENERAL MEDIA STYLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

@media screen and (max-width: 319px) {
	.under320 {
		display: none !important;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ERRORS & NOTIFICATIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.error, .notification {
	background: url(https://images.azureedge.net/images/interface/bg_ticker_tape.png) repeat-x 0 100% #FFF;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #666;
	box-shadow: 2px 1px 8px #777;
	max-width: 400px;
	min-width: 270px;
	height: auto;
	min-height: 5em;
	position: absolute;
	left: .7em;
	margin-top: -.5em;
	z-index: 68;
	padding: 1em 1em 3em 1.5em;
}
#orderLink.notification {
	padding-bottom: 1.5em;
	min-height: 0;
}
#orderedWindow.notification, #orderLink.notification {
	padding-left: 0;
	padding-right: 0;
	padding-top: .8em;
	border-radius: 6px 6px 6px 6px;
}
@media screen and (min-width: 768px) {
	#orderedWindow.notification, #orderLink.notification {
		min-width: 350px;
	}	
}
.notification {
	background: #FFF;
	border: 1px solid #AAA;
	box-shadow: 0 0 5px #BBBBBB;
	border-radius: 0 0 0 0;
}
.notificationHeading {
	border-bottom: 1px solid #dddddd;
    left: 0;
	margin-top: 0;
	padding-bottom: .85em;
    position: relative;
    top: 0;
    width: 100%;	
    border-radius: 0 0 0 0;
 }
.notificationHeading .alertTitle {
	color: #444;
    font-weight: bold;
    font-family: Cambria, Georgia, Serif;
	font-size: 1em;
	text-align: left;
	margin-right: 1.5em;
	margin-left: 1em;
}
.notificationHeading .alertTitle .icon {
	display: none;
	opacity: 0;
}
#orderLink.notification .notificationText p {
	padding-top: .8em;
	padding-left: 1.85em;
	padding-right: 1.85em;
}
@media screen and (min-width: 480px) {
	.notificationHeading {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: .75em;
	}
	.notificationHeading .alertTitle {
		font-size: 1.078125rem;
		margin-left: 0;
	}
	.notificationHeading .alertTitle .icon {
		display: inline-block;
		background: url(https://images.azureedge.net/images/interface/sprite_cart_free.png) no-repeat 17px -85px;
		width: 80px;
		height: 52px;
		margin-bottom: -1.5em;
		opacity: 1;
		position: relative;
		top: -8px;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}
	#orderLink .notificationHeading .alertTitle .icon {
		background: url(https://images.azureedge.net/rcg/images/interface/icn_bookstores.png) no-repeat 18px 4px;
		width: 60px;
	}
}
.error .close, .notification .close {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_x.png) no-repeat scroll left 5px transparent;
	opacity: 0.95;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 7px;
	right: 6px;
	text-indent: -5000%;
}
.error .close:hover, .notification .close:hover {
	opacity: .8;
	background-position: left -255px;
}
#orderLink.notification .close {
	top: -8px;
}
@media screen and (max-width: 767px) {
	.error, .notification {
		width: 80% !important;
		left: 5% !important;
		max-width: 350px;
	}
}
@media screen and (min-width: 768px) {
	.error, .notification {
		margin-top: -1em;
	}
	.notification {
		background: #FFF;
	}	
}
#orderedWindow .close {
	top: 0.15em;
	right: 0.38em;
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_x.png) no-repeat scroll left 5px;			
}
#orderedWindow .notificationHeading .close {
	top: -8px;
}
.error .close.text, .notification .close.text {
	background: 0 none !important;
	height: auto;
	width: auto;
	display: inline;
	float: none;
	position: relative;
	text-indent: 0;
	top: auto;
	bottom: auto;
	left: auto !important;
	right: auto !important;
	opacity: 1;
}
@media screen and (min-width: 1023px) {
	.error {
		left: inherit;
		margin-left: -3%;
	}
}
.error .warning {
	position: absolute;
	top: -15px;
	left: -13px;
}
.error .errorText .warning.icon {
	display: inline-block;
	position: relative;
	width: 28px;
	height: auto;
	margin-bottom: -0.55em;
	left: auto;
	top: auto;
}
.notification .warning {
	display: none;
}
#orderedWindow {
	padding-bottom: 1.5em;
	z-index: 125;
}
.notification img.litCover {
	max-width: 35%;
	float: left;
	display: block;
	box-shadow: 0 0 0 transparent;
}
#orderedWindow .notificationText p.main {
	clear: both;
	margin-bottom: 1.5em;
}
#orderedWindow .notificationText img {
	width: 100px;
	height: auto;
	border: 1px solid #666;
	float: left;
}
#orderedWindow .notificationText p.secondary {
	float: left;
	width: 55%;
	clear: none;
	margin-left: 5%;
}
#orderedWindow .notificationText p.secondary .otherOptionOr {
	font-style: oblique;
	padding: .5em 0;
	text-transform: uppercase;
	display: block;
}
@media screen and (min-width: 400px) {
	#orderedWindow .notificationText p.secondary .otherOptionOr {
		text-align: center;
		max-width: 62%;
	}
}
#orderedWindow .notificationText {
	padding-left: 1em;
	display: block;
	padding-top: 1em;
}
@media screen and (min-width: 480px) {
	#orderedWindow .notificationText {
		padding-left: 1.75em;
	}
}
.error .errorText {
	margin-top: -.75em;
	display: block;
}
.errorText p, .notificationText p {
	line-height: 1.65em;
	color: #666;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11.5px;
	clear: both;
	margin-top: 1em;
}
.errorText .mainWarning  {
	padding-right: 45px;
}
.notificationText p a {
	font-weight: bold;
}
.notificationText p a:hover {
	text-decoration: underline;
}
.errorText strong, .notificationText strong {
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ JQUERY UI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.ui-dialog {
	background: #FFF !important;
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #AAA !important;
	box-shadow: 2px 1px 8px #777 !important;
	height: auto !important;
	min-height: 5em !important;
	z-index: 68 !important;
	padding: 1em 1em 2em 1.5em !important;
	z-index: 110 !important;
}
.ui-widget-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 100 !important;
}
.ui-dialog-titlebar, .ui-widget-header {
	background: 0 none !important;
	border-color: transparent transparent #DDDDDD transparent !important;
	position: relative;
}
.ui-widget-header .ui-button:hover, .ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: 1 !important;
}
.ui-widget-header .ui-button span, .ui-dialog .ui-dialog-titlebar-close span {
	display: none !important;
}
.ui-dialog .ui-dialog-titlebar {
	padding-left: .25em !important;
	border-radius: 0 !important;
}
.ui-dialog-title {
	/*color: #444;*/
	color: #4c8d06;
	font-family: Cambria,Georgia,Serif;
	font-size: 1.3125rem;
	padding-left: 1.7em;
	padding-bottom: .35em;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -13px -739px transparent;
}
.ui-dialog .ui-dialog-content {
	height: auto !important;
	padding: 0.8em 1em 1em 1em !important;
	background: #F2E6E8 !important;
}
.diaglogQuestion {
	color: #863049 !important;
	font-family: Cambria,Georgia,Serif;
    font-weight: bold;
}
.question.icon {
	display: block;
	float: left;
    height: 50px;
    opacity: 0.95;
    width: 55px;
	background: url(https://images.azureedge.net/images/interface/sprite_question_icn_hires.png) no-repeat -6px -119px;
	background-size: 55px auto;
}
.ui-dialog .ui-dialog-buttonpane {
	border-color: #863049 transparent transparent transparent !important; 	
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-top: .55em !important;
	margin-top: 0 !important;
}
.ui-dialog-buttonpane .ui-helper-clearfix:after {
	height: auto !important;
	visibility: visible !important;
}
.ui-dialog-buttonpane button, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	color: #484848 !important;
	font-family: Cambria, Georgia, serif !important;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_gradient_ie.jpg) repeat-x 0 top #d7d7d7 !important;
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(224,224,224,1) 4%, rgba(215,215,215,1) 68%, rgba(215,215,215,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(4%,rgba(224,224,224,1)), color-stop(68%,rgba(215,215,215,1)), color-stop(100%,rgba(215,215,215,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 4%,rgba(215,215,215,1) 68%,rgba(215,215,215,1) 100%) !important; /* W3C */
	border: 1px solid #AAAAAA !important;
	display: block !important;
	font-weight: bold  !important;
	height: auto  !important;
	margin: 0.5em auto 0 7% !important;
	padding: 0.25em 0 !important;
	text-align: center !important;
	-moz-transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
	width: 40% !important;
	border-radius: 2px !important;
	float: left !important;
	opacity: 1 !important;
}
.ui-widget-header .ui-button, .ui-dialog .ui-dialog-titlebar-close, .ui-widget-header .ui-button:hover, .ui-dialog .ui-dialog-titlebar-close:hover,
	.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-button ui-widget.ui-state-focus, .ui-button ui-widget.ui-state-hover {
	display: inline-block !important;
	width: 35px !important;
	height: 36px !important;	
	position: absolute !important;
	right: -2px !important;
	top: 5px !important;
	opacity: 0.8 !important;
	border: 0 none !important;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close.ui-state-focus, .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
	top: 0 !important;
	margin-top: 0 !important;
}
/*.general #ui-id-1.ui-autocomplete li, .general #ui-id-1.ui-autocomplete li:hover, .general #ui-id-1.ui-autocomplete li.ui-state-hover, .general #ui-id-1.ui-autocomplete li.ui-state-focus,
	.general #ui-id-1.ui-autocomplete li a, .general #ui-id-1.ui-autocomplete li a:hover, .general #ui-id-1.ui-autocomplete li a.ui-state-hover, .general #ui-id-1.ui-autocomplete li a.ui-state-focus {
	background: 0 none !important;
	border: 0 none !important;
	width: auto !important;
	text-align: left !important;
	font-size: 14px !important;
	padding: 0 .5em !important;
	margin: .25em 0 !important;
	font-family: Calibri, Arial, sans-serif !important;
}*/
.general #ui-id-1.ui-autocomplete {
	max-height: 350px;
	overflow-y: scroll;
}
.general #ui-id-1.ui-autocomplete li a {
	color: #666 !important;
}
.general #ui-id-1.ui-autocomplete li:hover a, .general #ui-id-1.ui-autocomplete li.ui-state-hover a, .general #ui-id-1.ui-autocomplete li.ui-state-focus a,
	.general #ui-id-1.ui-autocomplete li a:hover, .general #ui-id-1.ui-autocomplete li a.ui-state-hover, .general #ui-id-1.ui-autocomplete li a.ui-state-focus {
	color: #377698 !important;
}
@media screen and (max-width: 479px) {
	.ui-dialog {
		position: absolute !important;
		left: .7em !important;
		margin-top: -.5em !important;
		width: 77% !important;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ABOUT US/INFO PAGES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #mainText {
	margin-bottom: 1.75em;
	margin-left: .6em;
}
@media screen and (min-width: 1024px) {
	.general #mainText {
		max-width: 65%;
	}
	.general #mainText.btwContent {
		max-width: 650px;
	}
	.simplemodal-container #mainText {
		max-width: 100%;
	}
}
.donate-main #mainText {
	max-width: none;
	position: relative;
	min-height: 30vh;
}
.donate-main #mainText.donateVerfication {
	max-width: 600px;
}
.donate-main #mainText.donateVerfication h3 {
	font-family: Cambria, Georgia, serif;
	font-size: 1.0625rem;
	margin-top: 1.5em;
	margin-bottom: 0.45em;
	padding-bottom: .6em;
	border-bottom: 1px solid #BBB;
}
#videocontainer_wrapper {
	clear: both;
	margin: 2em 0 1em .4em;
}
@media screen and (min-width: 768px) {
	#videocontainer_wrapper {
		margin: 2em 0;
		float: left;
	}
}
#videocontainer_wrapper object {
	box-shadow: 0 0 5px #999;
	border: 1px solid #333;
}

/* YouTube Embed */
.embedContainer {
	width: 100%;
	display: block;
	margin: 1.2em 0;
}
#mainText .embedContainer {
	max-width: 580px;
}
.video-container {
	position: relative;
    padding-bottom: 56.3%;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end YouTube Embed */

/* About Page Player */
.general.about #videocontainer_controlbar .jwhd button {
	background: url(https://rcg.org/skins/controlbar/hdButton.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 29px;
}
.general.about #videocontainer_controlbar .jwmute button {
	background: url(https://rcg.org/skins/controlbar/muteButton.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 32px;
}
.general.about #videocontainer_controlbar .jwmute button, .general.about #videocontainer_controlbar .jwmute button:hover, .general.about #videocontainer_controlbar .jwmute:hover button {
	background: url(https://rcg.org/skins/controlbar/muteButton.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 30px;
}
.general.about #videocontainer_controlbar .jwmute.jwtoggle button, .general.about #videocontainer_controlbar .jwmute.jwtoggle button:hover, .general.about #videocontainer_controlbar .jwmute.jwtoggle:hover button {
	background: url(https://rcg.org/skins/controlbar/unmuteButton.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 30px;
}
.general.about #videocontainer_controlbar .jwlargeView button {
	background: url(https://rcg.org/skins/controlbar/viewLarge.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 30px;
}
.general.about #videocontainer_controlbar .jwfullscreen button, .general.about #videocontainer_controlbar .jwfullscreen button:hover, .general.about #videocontainer_controlbar .jwfullscreen:hover button {
	background: url(https://rcg.org/skins/controlbar/fullscreenButton.png) no-repeat scroll center center;
	background-size: auto auto;
	width: 38px;
}
.general.about #videocontainer_controlbar .jwdivider {
	width: 0;
}
@media screen and (min-width: 600px) {
	.general.about #videocontainer_controlbar .jwdivider {
		width: 8px;
	}
}

.general #mainText .infoGraphic {
	width: auto;
	max-width: 95%;
	margin: 1.75em auto;
	clear: both;
	float: none;
	display: block;
}
.general #mainText .infoGraphic:first-child {
	margin-left: 0;
	max-width: 98%;
	margin-top: .75em;
}
.general #mainText .infoGraphic.bordered {
	border: 1px solid #999;
	margin-bottom: 2em !important;
	display: block;
}
.general #mainText .infoGraphic.bordered.dark {
	border-color: #222;
}
.general #mainText .graphicSubText {
	font-style: oblique;
	margin: -1.25em 0 1.5em 0;
	color: #555;
	font-weight: bold;
	font-family: Cambria,Sans-serif;
	font-size: 1em;
	max-width: 95%;
	text-align: left;
}
.general #mainText .imageNotice.ad {
	border: 0 none;
	width: auto;
	display: inline;
}
.general #mainText .imageNotice.ad img {
	max-width: 94%;
	width: auto;
	height: auto;
	margin: 2em auto 1.65em;
	clear: both;
	display: block;
	border: 5px solid #FFFBF7;
	box-shadow: 0 0 2px #000000;
	padding: 1px;
	background: #FFF;
}
.general #mainText .imageNotice.ad img:hover {
	box-shadow: 0 0 7px #666666;
	border-color: #FFF;
}
.general #mainText p {
	font-size: 0.9375em;
	clear: both;
	margin: .5em 0;
	float: none;
}
.general #mainText ol, .general #mainText ul {
	margin: .75em 0 .75em 1.85em;
}
.general #mainText ol li {
	list-style-type: decimal;
	font-size: 0.9375em;
}
.general #mainText ul li {
	list-style-type: square;
	font-size: 0.9375em;
}
.general #mainText p a, .general #mainText li a, .general #pr-about-rcg a {
	font-weight: bold;
}
.general #mainText p a:hover, .general #mainText li a:hover, .general #pr-about-rcg a:hover, .general #mainText h4 a:hover {
	text-decoration: none;
	border-bottom: 1px solid !important;
}
@media screen and (min-width: 600px) {
	.general #mainText .infoGraphic {
		float: right;
		clear: right;
		max-width: 60% !important;
		margin-left: 1em !important;
		margin-right: 1em !important;
		margin-top: 1em;
	}
	.general #mainText .infoGraphic.left {
		float: left;
		clear: none;
	}
	.general #mainText .infoGraphic.right {
		float: left;
		clear: right;
	}
	.general #mainText .infoGraphic.full {
		width: auto;
		margin-bottom: 1.5em !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 98% !important;
		float: none !important;
	}
	.general #mainText .infoGraphic:first-child {
		margin-top: 1em;
	}
	.general #mainText .imageNotice.ad img {
		clear: none;
		float: right;
		max-width: 350px;
		width: 75%;
		margin-left: 1em;
		margin-right: 0;
		margin-top: 0;
	}
	.general #mainText p, .general #mainText ul, .general #mainText ol {
		float: none;
		clear: left;
		max-width: 580px;
	}
	.general #mainText .pdfLink .thumbnail {
		max-width: 580px;
	}
}
@media screen and (min-width: 1024px) {
	.general #mainText .infoGraphic.full, .general #mainText .pdfLink .thmbnail {
		max-width: 628px !important;
	}
}

/* Feast Map */
.general #mainText #feastMap {
	clear: both;
	display: inline-block;
	width: inherit;
	margin-top: 1.25em;
}
.general #mainText #feastMap h4 {
	display: block;
	padding: 0.45em 0.4em;
	min-height: 1.3em;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	font-weight: bold;
	background: #231F20;
	text-transform: uppercase;
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.859375rem;
	letter-spacing: 1px;
	text-align: center;
	z-index: 2;
	position: relative;
	line-height: 1.25em;
	box-sizing: border-box;
}
.general #mainText #feastMap .infoGraphic {
	margin-top: 0;
	position: relative;
	z-index: 1;
	max-width: none !important;
}

/* Campus video */
.general #videoContainer {

}

/* Slideshow */
.gallery .tn3a-over {
	background: none repeat scroll 0 0 hsla(0, 0%, 0%, .1);
	-moz-transition: background-color .6s ease;
	-webkit-transition: background-color .6s ease;
	-o-transition: background-color .6s ease;
	transition: background-color .6s ease;
}
.gallery .tn3a-image:hover .tn3a-over {
	background-color: hsla(0, 0%, 0%, .65);
	-moz-transition: background-color .6s ease;
	-webkit-transition: background-color .6s ease;
	-o-transition: background-color .6s ease;
	transition: background-color .6s ease;
}

@media screen and (max-width: 1015px) {
	.gallery {
		margin-left: 0;
		width: 100% !important;
		overflow: hidden !important;
		height: 480px !important;
		margin: 0 auto !important;
	}
	.tn3a-gallery {
		width: 115% !important;
		overflow: hidden !important;
		left: -2em !important;
	}
	.tn3a-image {
		width: 107%;
		left: 0;
		background: #FFF !important;
		overflow: hidden !important;
	}
	.tn3a-full-image, .tn3-in-image {
		left: 0 !important;
	}
	.tn3a-thumbs {
		display: none !important;
	}
	.tn3a-albums {
		width: 91% !important;
		left: 1em !important;
	}
	.tn3a-inalbums {
		width: 100% !important;
		left: -1em !important;
	}
	.tn3a-album {
		display: block !important;
		position: relative !important;
		top: auto !important;
		clear: both !important;
		float: none !important;
	}
	.tn3a-ctrls {
		float: left !important;
	}
	.tn3a-prev {
		left: 1.25em !important;
	}
	.tn3a-next {
		right: -.1em !important;
	}
}
@media screen and (max-width: 1023px) {
	.tn3a-image-title, .tn3a-image-description {
		display: none !important;
	}
}
@media screen and (min-width: 400px) and (max-width: 1016px) {
	.tn3a-gallery {
		width: 105% !important;
	}
}
@media screen and (min-width: 761px) and (max-width: 1015px) {
	.tn3a-gallery {
		width: 87% !important;
		left: 0 !important;
	}
}
@media screen and (min-width: 1016px) and (max-width: 1280px) {
	.gallery {
		margin-left: -5em;
	}
}
@media screen and (min-width: 1024px) {

	.tn3a-image-title {
		font-family: Cambria,Georgia,Serif !important;
		font-size: 1em !important;
		text-shadow: 0 1px 0 #333 !important;
	}
	.tn3a-image-description {
		font-family: Arial,Sans-Serif !important;
		font-size: 0.703125em !important;
		color: #EFEFEF !important;
		text-shadow: 0 1px 0 #333 !important;
	}
	.tn3a-inalbums {
		left: 11px;
		width: 96%;
	}
	.tn3a-album {
		height: 100px !important;
		padding-bottom: 10px;
		width: 46% !important;
	}
	.tn3a-album .tn3a-album-image, .info-page .tn3a-album .tn3a-album-image img {
		height: 76px;
		width: 76px;
	}
	.tn3a-album-title {
		color: #FFFFFF;
		font-family: Cambria,Georgia,Serif;
		font-size: 1em !important;
		line-height: 1.2em;
		margin-top: 0;
		padding-bottom: 0.4em;
	}
	.tn3a-album-selected .tn3a-album-title {
		color: #222222;
	}
}

#aboutVideo_wrapper {
	width: 98%;
    margin-bottom: 1.5em;
}
#current-issue h4 {
	font-family: Cambria, Georgia, Serif;
	margin-bottom: 1em;
	color: #444;
	text-align: center;
}
#current-issue a.litCover {
	border: 0 none;
	box-shadow: 0 0 0 transparent;
}
#current-issue a.litCover img {
	border: 1px solid #444444;
	box-shadow: 0 0 8px #CCCCCC;
	width: 98%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 768px) {
	#current-issue a.litCover img {
		margin-bottom: 1.75em;
	}	
}
#current-issue ul#article-list {
	clear: both;
	width: 78%;
	margin: 2em auto 3.5em auto;
	display: block;
}
#current-issue ul#article-list li {
	list-style-type: square;
	width: 100%;
	margin-bottom: .5em;
}
#current-issue ul#article-list li a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#current-issue {
		margin-left: .6em;
		margin-bottom: 0;
	}
	#current-issue a.litCover img {
		width: 36%;
	}
	#current-issue h4 {
		text-align: left;
	}
	#current-issue a.litCover img {
		margin-left: 0;
		float: left;
	}
	#current-issue ul#article-list {
		float: left;
		margin-left: 3em;
		margin-bottom: 2em;
		margin-top: 0;
		clear: right;
		width: 56%;
	}
}
#pagePromo.btw {
	margin-left: 0 !important;
}
#btwVideoPromo {
	margin-bottom: 1.5em;
	clear: both;
	font-size: 0.9375em;
	max-width: 650px;
	width: 95%;
	clear: both;
	margin-left: .5em;
}
#cite {
	font-style: oblique;
	margin-bottom: 3em;
	font-size: 85%;
	max-width: 650px;
	width: 95%;
	clear: both;
	margin-left: .5em;
}
.general #mainText #contactUsWrap {
	line-height: 2.25em; 
	clear: both; 
	display: block; 
	margin-top: 1em; 
	margin-bottom: 0;
}
.general #mainText #btwAdditionalTools {
	clear: both;
	margin-top: 1em; 
	margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
	#btwAdditionalTools .button {
		margin-right: 1.5em;
		padding: 0.4em 1.25em;
		width: 81%;
		max-width: 200px;
		line-height: 1.15em;
	}
	#btwAdditionalTools .button .additionalText {
		clear: both;
		display: block;
		font-size: 0.71875rem;
	}
}
#contactUsWrap .button {
	margin-right: .25em;
}
#contactUsWrap .button.mini { 
	padding-top: .65em;
	padding-bottom: .5em;
}
#btwAdditionalTools .button {
    margin-bottom: 1.5em;
    text-align: center;
	float: left;
}
#btwAdditionalTools #SocialIcons_1 {
	position: relative;
	clear: left;
}
#btwAdditionalTools .socialTools, #btwSocialTools {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	position: relative;
}
@media screen and (max-width: 589px) {
	#btwAdditionalTools br.blockElement {
		display: none;
	}
}
@media screen and (min-width: 590px) {
	.general #mainText #btwAdditionalTools {
		margin-bottom: 1em;
		width: 95%;
		max-width: 650px;
	}
	#btwAdditionalTools .button  {
		margin-bottom: 0;
	}
	#btwAdditionalTools #SocialIcons_1 {
		float: right;
		clear: right;
	}
	#btwAdditionalTools .socialTools, #btwSocialTools {
		top: 8px;
	}
}
@media screen and (min-width: 580px) {
	.general #mainText #btwAdditionalTools {
		margin-bottom: 1em;
	}
}
.general #SocialIcons_2 #btwSocialTools {
	margin-bottom: 1.75em;
	margin-left: .6em;
}
@media screen and (min-width: 768px) {
	.general #SocialIcons_2 #btwSocialTools {
		margin-left: 0;
	}		
}
.button.contactUs:hover {
	color: #3f3f3f;
	border-color: #5F5F5F;
	text-decoration: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 4%, rgba(224,224,224,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(239,239,239,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 4%,rgba(224,224,224,1) 50%,rgba(224,224,224,1) 100%); /* W3C */
	-moz-transition: color .3s ease, border-color .3s ease, background .6s ease;
	-webkit-transition: color .3s ease, border-color .3s ease, background .6s ease;
	-o-transition: color .3s ease, border-color .3s ease, background .6s ease;
	transition: color .3s ease, border-color .3s ease, background .6s ease;
}
.general .button.mini.contactUs {
	color: #444;
}
.general .button.mini.contactUs:hover {
	color: #333;
}
#aboutVideo_wrapper.btw {
	max-width: 650px;
	width: 95%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#aboutVideo_wrapper.btw #videocontainer {
	width: 100% !important;
}
.general #mainText #campusLegend.twoColumn .column {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	#btwVideoPromo, #cite {
		margin-left: .75em;
	}
}

/* Campus Guide */
#campusLegend .triggeredImage, #campusGuideContainer .secondary {
	display: none;
}
.general #mainText #campusLegend.twoColumn .number {
	background: #222;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-family: Calibri,Arial,sans-serif;
	font-size: 0.86875em;
	margin-right: 5px;
	width: 25px;
	height: auto;
	opacity: 0.9;
	padding: 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 0 transparent;
	top: 0;
}
.general #mainText #campusLegend .note {
	font-size: 80%;
	color: #555;
}
.general #mainText #closerViewText {
	display: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.general #mainText #campusLegend {
		margin-left: .75em;
	}
}
@media screen and (min-width: 1024px) {
	#campusLegendContainer {
		position: relative;
		clear: both;
		display: block;
		max-width: 800px;
		margin-top: 1.65em;
	}
	.general #mainText #campusLegendContainer .infoGraphic.full {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 1em;
		width: 100%;
		max-width: 800px !important;
	}
	.general #mainText #campusLegendContainer #campusGuideImage.infoGraphic.full {
		margin-top: 0;
	}
	.general #mainText #campusLegend.twoColumn .column {
		width: 46%;
		display: block;
		float: left;
		clear: none;
	}
	.general #mainText #campusLegend p {
		display: block;
		margin-bottom: 0;
		width: auto;
		height: auto;
		clear: both;
	}
	.general #mainText #closerViewText {
		display: block;
		margin-top: -.75em;
		font-size: 92%;
	}
	.general #mainText #campusLegend p.withImage .number {
		background: #7e1a38;
	}
	.general #mainText #campusLegend p.withImage {
		overflow: hidden;
	}
	.general #mainText #campusLegend p.withImage:hover {
		cursor: pointer;
		overflow: auto;
	}
	#campusLegend p .triggeredImage {
		position: absolute;
		opacity: 0;
		display: block;
		top: 0;
		margin: 0 !important;
		left: 0;
		right: auto;
		z-index: -1;
		width: 100%;
		height: auto;
		-moz-transition: opacity .5s ease, z-index 0s ease 1s;
		-webkit-transition: opacity .5s ease, z-index 0s ease 1s;
		-o-transition: opacity .5s ease, z-index 0s ease 1s;
		transition: opacity .5s ease, z-index 0s ease 1s;
	}
	#campusLegend p:hover .triggeredImage {
		z-index: 5;
		opacity: 1;
		cursor: default;
		-moz-transition: opacity .5s ease, z-index 0s ease 0s;
		-webkit-transition: opacity .5s ease, z-index 0s ease 0s;
		-o-transition: opacity .5s ease, z-index 0s ease 0s;
		transition: opacity .5s ease, z-index 0s ease 0s;
	}
	.general #mainText #campusLegend p.withImage:hover .number {
		background: #6d1631;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VIDEO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#videocontainer_jwQuality {
	bottom: 2.1em;
    color: #222;
    padding-top: .15em;
    padding-bottom: .5em;
    position: absolute;
    margin-right: 22px;
    background: #FFF;
    font-size: 0.962962962962963em;
    border: 1px solid #DBDBDB;
	margin-left: 5px;
	margin-left: 6px \0/;
}
#videocontainer_jwQuality p { font-size: 0.828125em !important; text-align: center; margin-bottom: 0 !important; }
#videocontainer_jwQuality ul { margin-left: 0 !important; margin-top: 0 !important; position: relative; top: 3px; }
#videocontainer_jwQuality li { cursor: pointer; color: #555; clear: both; display: block; float: left; }
#videocontainer_jwQuality li:hover { color: #000 !important; background: #EEE; }
#videocontainer_jwQuality li input { border: 0 none !important; position: relative; top: 1px; width: 20px !important; }
#videocontainer_jwQuality li input { top: 3px\0/ !important; }
#videocontainer_jwQuality li, #videocontainer_jwQuality li input, #videocontainer_jwQuality li label { cursor: pointer; font-size: 0.828125em; }
#videocontainer_jwQuality li label { 
	width: 100%; 
	padding-left: 2em; 
	padding-right: 2em; 
	padding-bottom: .1em; 
}
#videocontainer_jwQuality li input { display: inline; }
#videocontainer_jwQuality #whiteBg { 
	background-color: #FFFFFF;
    clear: both;
    color: #000;
    display: block;
    height: 6px;
    left: 3px;
	left: 1px \0/;
    margin: auto;
    position: relative;
    text-align: center;
    top: 11px;
    width: 21px;
    z-index: 600;
}

@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ 
{
	#videocontainer_jwQuality {
		margin-left: 4px;
}
	#videocontainer_jwQuality #whiteBg {  left: 3px; top: 10px !important; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INFO SCROLLERS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.general .module.left.infoScroller {
	clear: both;
	float: none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HOLY DAY CALENDAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.holydayCalendar {
	width: 97%;
	max-width: 625px;
}
.holydayCalendar tr.hd-title {
	background-color: #C9D1E1;
}
.holydayCalendar td {
	font-size: 15x;
	padding: 5px;
}
.holydayCalendar td, .holydayCalendar tr {
	text-align: center;
	border: 1px solid #666;
	font-size: 87%;
	line-height: 1.2em;
}
@media screen and (min-width: 600px) {
	.holydayCalendar td, .holydayCalendar tr {
		font-size: 100%;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PRESS PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#pr-listing, .press-blip {
	width: 100%;
	max-width: 800px;
	margin-bottom: 2em;
}
@media screen and (min-width: 1024px) {
	#pr-listing, .press-blip {
		width: 160%;
	}
}
#pr-listing h4, .press-blip h4 {
	font-family: Cambria,Georgia,Serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: .2em;
	text-align: left;
	font-weight: bold;
	margin-left: .6em;
	margin-top: 1.75em;
	border-bottom: 1px solid #777;
}
#pr-listing ul {
	margin-left: .65em;
}
#pr-listing ul li {
	display: block;
	list-style-type: none;
	color: #666;
	clear: left;
	height: auto;
}
.pr-date {
	font-size: 0.828125em /* 13px */;
	color: #686868;
	font-weight: bold;
	display: block;
	clear: both;
	padding-top: .75em;
}
.pr-link {
	padding-bottom: .75em;
	clear: right;
	height: auto;
	border-bottom: 1px solid #AAA;
}
.pr-link a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#pr-listing h4 {
		margin-bottom: .75em;
	}
	#pr-listing ul {
		margin-left: 1.5em;
	}
	.pr-date {
		background: url(https://images.azureedge.net/images/interface/icn_4square_grey.gif) no-repeat right 7px;
		margin-right: 20px;
		float: left;
		width: 7.5em;
		padding-top: 0;
		position: relative;
		top: 1px;
	}
	.pr-link {
		float: left;
		width: 82%;
		max-width: 600px;
		padding-left: .2em;
		padding-bottom: 7px;
		border-bottom: 0 none;
	}
}
#mainText .press-blip {
	margin-left: -.6em;
	clear: both;
	margin-top: 2em;
}
#mainText .press-blip p {
	margin-left: .6em;
}
#mainText .press-blip p.subText {
	font-size: 90%;
}
.press-blip p, .general #mainText .press-blip p {
	clear: both;
}
.pressGraphic, .general #mainText .pressGraphic {
	width: auto;
	max-width: 100%;
	float: left;
	clear: both;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.general #mainText a .pressGraphic {
	border: 1px solid transparent;
}
a .pressGraphic:hover, .general #mainText a .pressGraphic:hover {
	border: 1px solid #777;
}
@media screen and (min-width: 768px) {
	#mainText .press-blip {
		min-height: 11em;
	}
	.press-blip p, .general #mainText .press-blip p {
		clear: right;
		max-width: 92%;
	}
	.pressGraphic, .general #mainText .pressGraphic {
		margin-bottom: .25em;
	}
}
.press-blip .item {
	clear: both;
	height: 8.5em;
	line-height: 1.2em;
}
@media screen and (max-width: 767px) {
	.press-blip .item.last {
		height: auto;
		margin-bottom: 4.75em;
	}
}
@media screen and (min-width: 768px) {
	.press-blip .item {
		height: 7em;
		float: left;
		width: 33%;
		clear: none;
		margin-bottom: 3em;
	}
}
.general #mainText div.image {
	clear: right;
	display: block;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: .75em;
	padding: 0;
	width: auto;
	max-width: 90%;
	position: relative;
}
.general #mainText div.image.wCaption, .general #mainText div.image.wSource, .general #mainText .pdfLink .thumbnail  {
	padding: 11px 11px 12px 11px;
	border: 1px solid #AAA;
}
@media screen and (min-width: 420px) {
	.general #mainText div.image.wCaption, .general #mainText div.image.wSource, .literature #mainText .pdfLink .thumbnail {
		padding: 12px 13px 8px 13px;
	}
	.general #mainText div.image {
		max-width: 80%;
	}
}
.general #mainText div.image img, .general #mainText .imgWrap img {
	border: 1px solid #333333;
	margin: 0 auto;
	display: block;
	padding: 0;
	float: none;
	width: 99%;
	max-width: 99%;
}
.general #mainText div.image img.signature, .general #mainText .imgWrap img.signature { 
	border: 0 none;	
}
@media screen and (min-width: 500px) {
	.general #mainText .imgWrap img {
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.general #mainText div.image {
		width: inherit;
		max-width: 800px;
	}
	.general #mainText div.image img, .general #mainText .imgWrap img {
		width: auto;
		max-width: 800px;
	}
}
.general #mainText .imgWrap .zoom.icon {
	background: url(https://images.azureedge.net/images/interface/icn_img_zoom.png) no-repeat scroll right -1px transparent;
	-webkit-transition: opacity .7s ease 1s, left 1s ease 1s;
	-moz-transition: opacity .7s ease 1s, left 1s ease 1s;
	-o-transition: opacity .7s ease 1s, left 1s ease 1s;
	transition: opacity .7s ease 1s, left 1s ease 1s;
    cursor: pointer;
    display: block;
    height: 59px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 99%;
    opacity: .65;
}
.general #mainText .expanded .imgWrap .zoom.icon {
	width: 98%;	
}

.general #mainText .imgWrap:hover .zoom.icon {
	opacity: .95 !important;
	-webkit-transition: opacity .7s ease 0s;
	-moz-transition: opacity .7s ease 0s;
	-o-transition: opacity .7s ease 0s;
	transition: opacity .7s ease 0s;
}
.general #mainText .expanded .imgWrap .zoom.icon {
	background-position: right -121px;
}
.general #mainText .imgWrap .close.icon {
	background: url(https://images.azureedge.net/images/interface/icn_circle_x_grey.png) no-repeat scroll 0 0 transparent;
	width: 25px;
	height: 25px;
	display: block;
	position: fixed;
	z-index: 100;
	left: 0;
	top: .25em;
	cursor: pointer;
}
.general #mainText div.image .caption, .general #mainText div.image .source {
	font-size: 0.828125em;
	margin-top: .25em;
	line-height: 1.55em;
	display: block;
}
.general #mainText div.image.expanded .caption, .general #mainText div.image.expanded .source {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.general #mainText div.image .caption, .general #mainText div.image .source {
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}
.general #mainText div.image .source {
	font-style: oblique;
}
#pr-about-rcg {
	background: url(https://images.azureedge.net/images/other/rcglogo_wm-175.jpg) no-repeat scroll center center transparent;
	clear: both;
	color: #595959;
	width: 97%;
	max-width: 650px;
	padding-bottom: 1em;
}
@media screen and (min-width: 600px) {
	#pr-about-rcg {
		padding-top: 1em;
		padding-bottom: 2.75em;
		margin-bottom: 0;
		background-position: 95% center;
	}
}
#pr-about-rcg h4 {
	border-bottom: 1px solid #686868;
	padding-left: 10px;
	margin-bottom: .25em;
}
#pr-about-rcg p {
	padding-left: 1.2em;
	font-size: 0.9375em;
	margin-bottom: .75em;
}
.press-back-link {
	clear: both;
	font-family: Cambria, Georgia, Serif;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 1.75em;
	padding-left: 1.55em;
	background: url(https://images.azureedge.net/images/interface/sprite_hallow_arrows_blue.png) no-repeat scroll 0 -73px transparent;
}
.press-back-link a:hover {
	text-decoration: underline;
}

.gridVisible {
	display: block !important;
}

#noShowBox, #noShowBox:hover, #noShowBox:focus {
	width: auto;
	margin-right: 6px;
	border-color: transparent !important;
	position: relative;
	top: 2px;
}

#listMain.sortedBy.displayBy {
	margin-left: 0;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAKE SELECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.fakeSelect {
	display: block;
	float: right;
	background: #f0f0f0;
	border: 1px solid #BABABA;
    border-radius: 3px;	
    padding-bottom: 0.65em;
    padding-right: 1.25em;
    padding-top: .9em;
    position: absolute;
    right: -0.55em;
    top: -20px;
    overflow: hidden;
    width: 148px;
    height: auto;/*195px;*/
    z-index: 20;
    cursor: pointer;
    -moz-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s, height 0.5s ease 0s, max-height 0.5s ease 0s;
    -webkit-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s, height 0.5s ease 0s, max-height 0.5s ease 0s;
    -o-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s, height 0.5s ease 0s, max-height 0.5s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s, height 0.5s ease 0s, max-height 0.5s ease 0s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.fakeSelect {
		right: -.7em;
	}
}
.fakeSelect.expanded {
	max-height: none;
}
.fakeSelect.collapsed {
    transition: height 1s ease;
	border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    background: transparent;
    padding-bottom: .15em;
    padding-top: .3em;
    top: -10px;
}
.fakeSelect.collapsed:hover {
	background: #f0f0f0;
	border: 1px solid #BABABA;
}
.fakeSelect .option {
	display: block;
	font-weight: bold;
	clear: both;
	color: #222;
	opacity: .85;
    text-shadow: 0 1px 0 #FFF;
    width: 89%;
    padding-bottom: 0.35em;
    padding-left: 3em;
    padding-top: 0.35em;
    font-size: 0.78125em;
    font-family: Arial, Helvetica, Sans-Serif;
    cursor: pointer;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.fakeSelect.expanded .option {
	padding-left: 2.35em;
}
.fakeSelect.expanded .option:hover {
	color: #84424c;
	opacity: 1;
}
.fakeSelect.expanded .option.Hidden {
	display: block !important;
}
.fakeSelect .option.Hidden:hover {
	background: #84424c;
	text-shadow: 0 1px 0 #000;
	color: #f7f2f3;	
}
.fakeSelect .option.selected {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png) no-repeat scroll 7% -549px transparent;
	padding-right: 2em;
	padding-left: 2.5em;
	opacity: .65;
}
.fakeSelect.expanded .option.selected {
	opacity: .35;
	color: #000;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -9px -1060px transparent;
}
.fakeSelect.expanded .option.selected:hover {
	color: #84424c;
	opacity: 1;
	background-position: -9px -987px;
}
.fakeSelect .option .icon {
	display: inline-block;
}
.fakeSelect .option .icon.user {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll center -1131px transparent;
    height: 19px;
    width: 35px;
    margin-left: -2px;
}
.fakeSelect.expanded .option:hover .icon.user {
	background-position: center -1202px;
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TIP TEXT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.tip {
	opacity: 1;
	height: auto;
	color: #679800;
	-moz-transition: opacity 1s ease, height 1.5s ease;
	-webkit-transition: opacity 1s ease, height 1.5s ease;
	-o-transition: opacity 1s ease, height 1.5s ease;
	transition: opacity 1s ease, height 1.5s ease;	
}
.tipText {
	clear: both;	
	display: block;
	margin-top: 1.25em;
	margin-bottom: -.25em;
}
.tip.Hidden {
	opacity: 0;
	height: 0;
	-moz-transition: opacity 0s ease, height 1.5s ease;
	-webkit-transition: opacity 0s ease, height 1.5s ease;
	-o-transition: opacity 0s ease, height 1.5s ease;
	transition: opacity 0s ease, height 1.5s ease;
}
.tip p {
	padding: 0 1em;
}
.tip .icon.clickAndDrag {
	background: url(https://images.azureedge.net/images/interface/sprite_bookshelf_tools.png) no-repeat scroll center -130px transparent;
	display: block;
    clear: both;
	width: 26px;
	height: 30px;
}
.tip .icon.removeItem {
	background: url(https://images.azureedge.net/images/interface/sprite_bookshelf_tools.png) no-repeat scroll center -89px transparent;
    display: block;
    clear: both;
    height: 30px;
    width: 27px;
}
.tip .icon.doneReading {
	background: url(https://images.azureedge.net/images/interface/sprite_bookshelf_tools.png) no-repeat scroll center -45px transparent;
    display: block;
    clear: both;
    height: 30px;
    width: 27px;
}
@media screen and (min-width: 425px) {
	.tip .icon.removeItem, .tip .icon.clickAndDrag, .tip .icon.doneReading {
		display: inline-block;
		clear: none;
	}
	.tip .icon.clickAndDrag {
		margin-left: .45em;
		top: -.2em;
		position: relative;
	}	
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INFO POPUPS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#InfoModal {
	background: #FFF;
    border: 1px solid #BABABA;
    border-radius: 2px;
    box-shadow: 2px 3px 8px #444;
    padding: 0.5em .58em .25em .5em;
    z-index: 90;
    max-width: 350px;
    min-height: 219px;
    font: 100%/1.1em Arial, Helvetica, Sans-serif;
}
#InfoModal.Item565146, #InfoModal.Item565172, #InfoModal.Item565198, #InfoModal.Item565331, #InfoModal.Item565404 {
	max-width: 380px;
}
#InfoModal.type62 {
	min-height: 0;
}
@media screen and (max-width: 768px) {
	#InfoModal {
		left: 2% !important;
	}
}
@media screen and (max-width: 1023px) {
	#InfoModal {
		width: 85%;
		max-width: 350px;
	}
}
@media screen and (min-width: 768px) {
	#InfoModal {	
		width: 350px;
	}
	#InfoModal.Item565146, #InfoModal.Item565172, #InfoModal.Item565198, #InfoModal.Item565331, #InfoModal.Item565404 {
		width: 380px;
	}
	#InfoModal.type249, #InfoModal.type250 {
		padding: 0.5em .6em .12em .52em;
	}
}
#InfoModal .close.icon {
	display: inline-block;
	width: 40px;
	height: 40px;	
	position: absolute;
	top: 7px;
	left: 10px;
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_x.png) no-repeat scroll left 5px transparent;
	opacity: 0.95;
	text-indent: -1000%;
	font-size: 0.75em;
	padding-left: 35px;
	padding-top: 12px;
	font-weight: bold;
	color: hsla(0, 0%, 89%, 0);
	text-align: right;
	cursor: pointer;
	-moz-transition: color 0s ease, text-shadow 0s ease;
	-webkit-transition: color 0s ease, text-shadow 0s ease;
	-o-transition: color 0s ease, text-shadow 0s ease;
	transition: color 0s ease, text-shadow 0s ease;
}
#InfoModal .close.icon:hover, #InfoModal .close.icon:active, #InfoModal .close.icon:focus {
	opacity: .8;	
	background-position: left -255px;
	-moz-transition: color .5s ease, text-shadow .5s ease;
	-webkit-transition: color .5s ease, text-shadow .5s ease;
	-o-transition: color .5s ease, text-shadow .5s ease;
	transition: color .5s ease, text-shadow .5s ease;	
}
#InfoModal.type249 .close.icon:hover, #InfoModal .close.icon:active, #InfoModal.type250 .close.icon:focus {
	text-indent: 0;
	color: #E2E2E2;
	text-shadow: 0 2px 3px #333;
}
#ImageOverlay {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_ie_top_dark_gradient.png) repeat-x 0 0;
	background: -moz-linear-gradient(top,  hsla(0,0%,0%,0.8) 0%, hsla(0,0%,0%,0.8) 33%, hsla(0,0%,0%,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,0%,0.8)), color-stop(33%,hsla(0,0%,0%,0.8)), color-stop(100%,hsla(0,0%,0%,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  hsla(0,0%,0%,0.8) 0%,hsla(0,0%,0%,0.8) 33%,hsla(0,0%,0%,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  hsla(0,0%,0%,0.8) 0%,hsla(0,0%,0%,0.8) 33%,hsla(0,0%,0%,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  hsla(0,0%,0%,0.8) 0%,hsla(0,0%,0%,0.8) 33%,hsla(0,0%,0%,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  hsla(0,0%,0%,0.8) 0%,hsla(0,0%,0%,0.8) 33%,hsla(0,0%,0%,0) 100%); /* W3C */
	height: 50%;
    left: 0.5em;
    opacity: 0.6;
    position: absolute;
    top: 0.5em;
    width: 94.5%;
    display: none;
}
@media screen and (min-width: 351px) {
	#ImageOverlay {
		width: 95.25%;
	}
	#ImageOverlay.Item565146, #ImageOverlay.Item565172, #ImageOverlay.Item565198, #ImageOverlay.Item565331, #ImageOverlay.Item565404 {
		width: 381px;
	}
}	

@media screen and (min-width: 768px) {
	#ImageOverlay {
		height: 217px;
		width: 351px;
		opacity: 1;
		background: hsla(0, 0%, 0%, 0.6);
		background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
	}
	.Item565146 #ImageOverlay, .Item565172 #ImageOverlay, .Item565198 #ImageOverlay, .Item565331 #ImageOverlay, .Item565404 #ImageOverlay {
		width: 381px;
		height: 236px;
	}
}
#InfoText {
	margin-bottom: .4em;
}
#InfoModal.type62 #InfoText {
	margin-top: 2.25em;
	text-align: center;
}
.type249 #InfoText, .type250 #InfoText {
	margin-top: .2em;	
}
#InfoModal #InfoTitle, #InfoPromo {
	padding: .4em .2em;		
}
#InfoModal #InfoTitle {
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	font-size: 0.984375em;
	color: #222;
}
#InfoModal.type62 #InfoTitle {
	font-size: 1.0625em;
	line-height: 1.35em;
}
#InfoModal #InfoPromo {
	font-size: 0.85em;
	color: #444;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;	
}
#InfoModal #InfoPromo {
	font-size: 0.85em;
	color: #444;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;	
}
#InfoModal .actionButtons {
	clear: both;
	margin: .5em auto 1em auto;	
	width: 100%;
}
#InfoModal .actionButtons .button {
	padding-top: .65em;
	padding-bottom: .65em;
	padding-left: 2em;
	width: 70%;
	max-width: 225px;
	min-width: 180px;
	display: block;
	text-align: center;
	margin: .65em auto;
	box-shadow: 0 0 0 transparent;
	position: relative;
}
#InfoModal .actionButtons .button.added {
	padding-right: 3.25em;
}
#InfoModal .actionButtons .button .icon, #InfoModal .button.playlistControl .icon, #InfoModal .button.startPlaying .icon {
	left: 2%;
	width: 43px;
	background-size: 30px auto;
}
#InfoModal .actionButtons .button .icon {
	display: none; /* for literature modals */
	opacity: .65;	
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#InfoModal.type249 .actionButtons .button .icon, #InfoModal.type250 .actionButtons .button .icon {
	display: inline-block;
}
#InfoModal .actionButtons .button:hover .icon {
	opacity: .88;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#InfoModal .actionButtons .button.added .icon {
	opacity: .88;
}
#InfoModal .actionButtons .button.added:hover .icon {
	opacity: 1;
}
#InfoModal .button.playlistControl .icon {
	background-position: center -375px;
}
#InfoModal .button.startPlaying .icon {
	background-position: center -416px;
}
#InfoModal.type249 .actionButtons .toolTip.bottom, #InfoModal.type250 .actionButtons .toolTip.bottom {
	top: 3.5em;
}

@media screen and (min-width: 768px) {
	#ImageOverlay {
		animation: fadeIn .25s 1 ease-in;
		-moz-animation: fadeIn .25s 1 ease-in;
		-webkit-animation: fadeIn .25s 1 ease-in;
		-o-animation: fadeIn .25s 1 ease-in;
	}	
	.type249 #ImageOverlay, .type250 #ImageOverlay {
		display: block;
	}
	#InfoText {
		animation: fadeIn .65s 1 ease-in;
		-moz-animation: fadeIn .65s 1 ease-in;
		-webkit-animation: fadeIn .65s 1 ease-in;
		-o-animation: fadeIn .65s 1 ease-in;
	}
	.type249 #InfoText, .type250 #InfoText {
		position: absolute;
		bottom: -1em;
		margin-bottom: 0;
	}
	#InfoModal.type249 #InfoTitle, #InfoModal.type250 #InfoTitle {
		text-shadow: 2px 2px 2px #000;
		font-size: 105%;
		filter: progid:DXImageTransform.Microsoft.DropShadow(offx=1, offy=1, color=#333333);
		color: #FFF;	
	}
	#InfoModal.type249 #InfoPromo, #InfoModal.type250 #InfoPromo {
		color: #FFF;
		text-shadow: 2px 2px 2px #000;
		font-size: 100%;
		line-height: 1em;
		filter: progid:DXImageTransform.Microsoft.DropShadow(offx=1, offy=1, color=#333333);
	}
	#InfoModal.type249 #InfoText a.ren-link, #InfoModal.type250 #InfoText a.ren-link {
		color: #b9bcd9 !important;
		border-bottom: 0 none;
	}
	#InfoModal.type249 #InfoText a.ren-link:hover, #InfoModal.type250 #InfoText a.ren-link:hover {
		border-bottom: 1px solid;
	}
	#InfoModal #InfoTitle, #InfoPromo {
		padding: .4em 1em;
	}
	#InfoModal.type249 .actionButtons, #InfoModal.type250 .actionButtons {
		margin: 0.25em 0 0;
		left: 0;
		top: .72em;
		position: relative;
		height: 38px;
		width: 351px;
		display: block;
	}
	#InfoModal .actionButtons .button {
		margin: 0 auto;
		font-family: Arial, Sans-Serif;
		font-size: 0.76875em;
		line-height: 1.65em;
	}
	#InfoModal.type249 .actionButtons .button, #InfoModal.type250 .actionButtons .button {
		width: auto;
		min-width: 0;	
		display: inline-block;
		padding-left: 3.5em;
	}
	#InfoModal.type249 .actionButtons .button.added, #InfoModal.type250 .actionButtons .button.added {
		padding-left: 0;
		padding-top: .4em;
	}
	#InfoModal .button.playlistControl {
		position: absolute;
		left: 0;	
		top: 0;
		min-width: 130px;
	}
	#InfoModal .button.startPlaying {
		position: absolute;
		right: 0;
		top: 0;
	}
	#InfoModal .actionButtons .button .icon {
		left: .15em;
		width: 37px;
	}
	#InfoModal .button.playlistControl .icon {
		background-position: center -374px;
	}
	#InfoModal .button.startPlaying .icon {
		background-position: center -415px;
	}
}
#InfoModal #imgInfo {
    min-width: 4.5em;
    height: auto;
	max-width: 160px;  
	display: block;  
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #444;
}
#InfoModal.type249 #imgInfo, #InfoModal.type250 #imgInfo {
	width: 100%;
	height: auto;
	margin-right: auto;
	float: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	margin-top: 0;
}
#InfoModal.type62 #imgInfo {
	display: none;
}
#InfoModal.type158 #imgInfo, #InfoModal.type137 #imgInfo {
	display: none;
}
#InfoModal.type158 #ImageOverlay, #InfoModal.type137 #ImageOverlay {
	display: block;
	width: 100%;
	height: 100px;
	position: relative;
	background: #FFF url(https://realtruth.org/images/header/bg_logo.gif) no-repeat center .75em;
	background-size: 250px auto;
}
#InfoModal.type158 #InfoText, #InfoModal.type137 #InfoText {
	clear: both;
	width: 100%;
}
@media screen and (min-width: 400px) {
	#InfoModal #imgInfo {
		margin-bottom: .4em;	
		margin-top: .4em;	
	}
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ STAFF MESSAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.staffMessage {
	width: 43px;
	height: 50px;
	display: inline-block;
	bottom: 0;
	right: 0px !important;
	position: fixed;
	animation: messageSlideUp 3s 1 ease-in, fadeIn 2.1s 1 ease-in 1s;
	-moz-animation: messageSlideUp 3s 1 ease-in, fadeIn 2.1s 1 ease-in 1s;
	-webkit-animation: messageSlideUp 3s 1 ease-in, fadeIn 2.1s 1 ease-in 1s;
	-o-animation: messageSlideUp 3s 1 ease-in, fadeIn 2.1s 1 ease-in 1s;
	transition: width 1.5s ease, background 1.5s ease, border 1.5s ease, top 1.5s ease 1.65s;
}
.staffMessage.open {
	color: #FFF;
	font-size: 0.875rem;
	text-align: center;
	vertical-align: middle;
	width: auto;
	z-index: 999;
	transition: width 1s ease, background 1s ease, border 1s ease;
}
.messageContent::before {
	display: inline-block;
	width: 100%;
	height: 27px;
	content: '';
	font-size: 1.0625rem;
	font-family: Cambria, Georgia, serif;
	font-weight: bold;
	cursor: pointer;
	color: transparent;
	opacity: .9;
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_staff_info.png) no-repeat scroll 50% -100px;
}
.staffMessage.open .messageContent::before {
	content: "Staff Info:";
	color: #FFF;
	background-position: 97% -105px;
	transition: background-position 0s ease, color 1.25s ease;
}
.staffMessage::after {
	display: inline-block;
	width: 51px;
	height: 20px;
	content: '';
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_staff_info.png) no-repeat scroll 6px -60px;
}
.messageContent:hover::before {
	opacity: 1;
}
.messageContent {
	background: #7e1a38;
	border-radius: 3px 3px 0 3px;
	right: 8px;
	bottom: 13px;
	width: 40px;
	height: 35px;
	position: absolute;
	overflow: hidden;
	transition: width .35s ease, height .4s ease;
}
.staffMessage.open .messageContent {
	width: calc(300px - 1.5em);
	height: 110px;
	transition: width .35s ease, height .4s ease;
}
.staffMessage.open .messageContent {
	padding: .75em 1em 1.5em 1em;
}
.staffMessage:not(.open) .icon {
	opacity: 0;
	transition: opacity .25s ease;
}
.staffMessage.open .icon {
	background: #7e1a38;
	display: block;
	height: 30px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 40px;
	cursor: pointer;
}
.staffMessage.open .icon::before {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_staff_info.png) no-repeat scroll 0 -152px;
	opacity: .88;
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}
.staffMessage.open .icon:hover::before {
	opacity: 1;
	transition: opacity .3s ease;
}
.staffMessage:not(.open) .messageContent p {
	opacity: 0;
}
.staffMessage.open .messageContent p {
	opacity: 1;
	line-height: 1.3em;
	transition: opacity 1.25s ease;
}
.messageContent a {
	border-bottom: 1px solid;
	font-weight: bold;
	color: #FFF !important;
}
.staffMessage .button.mini {
	color: #FFF;
	background: 0 none !important;
	border: 2px solid #FFF !important;
	opacity: .85;
	top: 10px;
	position: relative;
	text-shadow: 0 0 transparent;
}
.staffMessage .button.mini:hover {
	opacity: 1;
	color: #FFF;
	border-color: #FFF;
	text-shadow: 0 0 transparent;
}
.staffMessage .button.mini.open {
	background: #FFF !important;
	color: #7e1a38 !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE EFFECTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@keyframes messageSlideUp {
	0% {
		bottom: -500px;
	}

	100% {
		bottom: 0;
	}
}

@-moz-keyframes messageSlideUp /* Mozilla Firefox */
{
	0% {
		bottom: -500px;
	}

	100% {
		bottom: 0;
	}
}

@-webkit-keyframes messageSlideUp /* Safari and Chrome */
{
	0% {
		bottom: -500px;
	}

	100% {
		bottom: 0;
	}
}

@-o-keyframes messageSlideUp /* Opera */
{
	0% {
		bottom: -500px;
	}

	100% {
		bottom: 0;
	}
}

@keyframes messageSlideLeft {
	0% {
		right: -500px;
	}

	100% {
		right: 0;
	}
}

@-moz-keyframes messageSlideLeft /* Mozilla Firefox */
{
	0% {
		right: -500px;
	}

	100% {
		right: 0;
	}
}

@-webkit-keyframes messageSlideLeft /* Safari and Chrome */
{
	0% {
		right: -500px;
	}

	100% {
		right: 0;
	}
}

@-o-keyframes messageSlideLeft /* Opera */
{
	0% {
		right: -500px;
	}

	100% {
		right: 0;
	}
}

@keyframes slideVertically {
	0% {
		height: 0;
	}

	100% {
		height: 50%;
	}
}

@-moz-keyframes slideVertically /* Mozilla Firefox */
{
	0% {
		height: 0;
	}

	100% {
		height: 50%;
	}
}

@-webkit-keyframes slideVertically /* Safari and Chrome */
{
	0% {
		height: 0;
	}

	100% {
		height: 50%;
	}
}

@-o-keyframes slideVertically /* Opera */
{
	0% {
		height: 0;
	}

	100% {
		height: 50%;
	}
}

@keyframes popupSlide {
	0% {
		top: -5000px;
	}

	100% {
		top: 3em;
	}
}

@-moz-keyframes popupSlide /* Mozilla Firefox */
{
	0% {
		top: -5000px;
	}

	100% {
		top: 3em;
	}
}

@-webkit-keyframes popupSlide /* Safari and Chrome */
{
	0% {
		top: -5000px;
	}

	100% {
		top: 3em;
	}
}

@-o-keyframes popupSlide /* Opera */
{
	0% {
		top: -5000px;
	}

	100% {
		top: 3em;
	}
}

@keyframes toolSlideOut {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes toolSlideOut /* Mozilla Firefox */
{
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes toolSlideOut /* Safari and Chrome */
{
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@-o-keyframes toolSlideOut /* Opera */
{
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn /* Mozilla Firefox */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn /* Safari and Chrome */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn /* Opera */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut /* Mozilla Firefox */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut /* Safari and Chrome */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut /* Opera */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


@keyframes unBlur {
	0% {
		filter: blur(3px);
	}

	100% {
		filter: blur(0);
	}
}

@-moz-keyframes unBlur /* Mozilla Firefox */
{
	0% {
		-moz-filter: blur(3px);
		filter: blur(3px);
	}

	100% {
		-moz-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes unBlur /* Safari and Chrome */
{
	0% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}

	100% {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-o-keyframes unBlur /* Opera */
{
	0% {
		-o-filter: blur(3px);
		filter: blur(3px);
	}

	100% {
		-o-filter: blur(0);
		filter: blur(0);
	}
}



@keyframes slideDownHalfway {
	0% {
		top: -40%;
	}

	100% {
		top: 3em;
	}
}

@-moz-keyframes slideDownHalfway /* Mozilla Firefox */
{
	0% {
		top: -40%;
	}

	100% {
		top: 3em;
	}
}

@-webkit-keyframes slideDownHalfway /* Safari and Chrome */
{
	0% {
		top: -40%;
	}

	100% {
		top: 3em;
	}
}

@-o-keyframes slideDownHalfway /* Opera */
{
	0% {
		top: -40%;
	}

	100% {
		top: 3em;
	}
}


@keyframes fadeInSlowly {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeInSlowly /* Mozilla Firefox */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInSlowly /* Safari and Chrome */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeInSlowly /* Opera */
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOutSlowly {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOutSlowly /* Mozilla Firefox */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutSlowly /* Safari and Chrome */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOutSlowly /* Opera */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}




