/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BODY ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.ie7Show {
	display: none;
}
.general {
	font: normal 100% Calibri, Candara, Segoe, "Segoe UI", Optima, 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);
    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, body.blur::before {
	content: '';
	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;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PAGE RELOADING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
body.reloading, body.processing { position: relative;}
body.reloading::before, body.processing::before {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 0%, .4);
	z-index: 8000;
}
body.reloading::after {
	background: url(https://images.azureedge.net/images/interface/icn_reload_400x400.svg) no-repeat center center !important;
	background-size: 200px 200px !important;
	filter: invert(99%) sepia(0%) saturate(1880%) hue-rotate(58deg) brightness(116%) contrast(100%);
	content: '';
	width: 100%;
	height: 100%;	
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
    animation: rotation 4s infinite linear;
	z-index: 9000;
	opacity: .8;
}
body.processing::after {
	background: transparent url(https://images.azureedge.net/images/interface/icn_loading_eclipse-white-large.svg) no-repeat center center !important;
	background-size: 200px 200px;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PAGE NAV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#NavWrapper {
	height: 34px !important;
	position: relative;
	z-index: 30; /* should be in front of bookmarker icon */
}
.general .headerNav {
	width: 100%;
	position: relative;
	top: 0;
	height: auto;
	min-height: 3em;
	border-top: 1px solid rgb(170, 170, 170);
	box-shadow: 0 0 7px #C0C0C0;
	background-color: rgb(238, 238, 238);
}
@media screen and (min-width: 768px) {
	.general .headerNav {
		height: 34px;
		min-height: inherit;
		box-shadow: 0 -6px 12px #CCC;
	}
}
.general .headerNavContent {
	border-top: 1px solid #FEFEFE;
}
.general span.noNotification {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-shadow: 0 0 0 transparent;
	margin-left: 1px;
	color: #FFF;
	font-size: .83rem;
	border-radius: 100%;
	padding: 0em 0.45em 0em .4em;
	background: #7E1A38;
	opacity: .9;
	filter:alpha(opacity=90);
	position: relative;
	top: -1px;
	display: inline-block;
	text-align: center;
	min-width: 10px;
}
.general #mainNavRequests .noNotification {
	float: right;
}
.general .noNotification:empty { display: none !important; }
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general #mainNavRequests {
		padding-right: .4em;
	}
	.general #mainNavRequests .noNotification {
		right: 12%;
	}
}
.general .navItem .iconWrapper {
	position: relative;
	width: 45px;
	height: 17px;
	margin-bottom: -2px;
	top: -2px;
	display: inline-block;
}
.general .navItem .iconWrapper.empty {
	width: 25px;
	top: -1px;
	margin-right: 0;
	left: 17px;
}
.general .navItem .toolTip {
	line-height: 1.35em;
    min-width: 190px;
	top: 3.5em;
}
.general .navItem .toolTip .warning.icon {
	display: inline-block;
	background: url(https://images.azureedge.net/images/interface/icn_warning.png) no-repeat 0 0;
	background-size: 28px auto;
	width: 28px;
	height: 28px;
	position: relative;
	top: -7px;
	margin-right: .2em;
}
.general .navItem .toolTip strong {
	font-size: 1.109375rem;
	font-family: Cambria, Georgia, serif;
	padding-top: .3em;
	display: inline-block;
}
.general .navItem .toolTip .explanation {
	display: block;
	clear: both;
	margin-bottom: .45em;
	margin-top: -.25em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general .navItem .iconWrapper {
		top: 0;
	}
}
.general #mainNavRequests .iconWrapper .noNotification {
	position: absolute;
	right: 0;
	top: -1px;
}
.general .navItem .icon.cart {
	background-position: center -3px;
	position: relative;
	padding-right: 1em;
	top: -2px;
	left: -12px;
	-webkit-transition: background-position .0s ease .08s;
	-moz-transition: background-position .0s ease .08s;
	-o-transition: background-position .0s ease .08s;
	transition: background-position .0s ease .08s;
}
.general .navItem:hover .icon.cart {
	background-position: center -60px;
	-webkit-transition: background-position .0s ease .08s;
	-moz-transition: background-position .0s ease .08s;
	-o-transition: background-position .0s ease .08s;
	transition: background-position .0s ease .08s;
}
.general .navItem .icon.cart.full {
	background-position: center -180px;
	top: -1px;
}
.general .navItem:hover .icon.cart.full {
	background-position: center -239px;
	opacity: 1;
}

/* Page Navigation (Mobile) ------------------------------------------ */
.general .headerNav {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_texture.png) repeat scroll 0 0 #E7E7E7;
	border-top: 0 none;
	border-bottom: 1px solid #959595;
}
@media screen and (max-width: 649.5px) {
	.general .headerNav {
		margin-top: 0;
		padding: .5em 0;
	}
}
@media screen and (min-width: 650px) and (max-width: 767.5px) {
	.general .headerNav {
		position: relative;
		padding: .1em 0 .5em 0;
		background: none #E7E7E7;
	}
}
@media screen and (max-width: 767px) {
	.general .headerNav {
		border-bottom: 1px solid #959595 !important;
	}
}
.general .pageNav {
	display: none;
}
.general #pageNavCompact {
	display: block;
	height: auto;
	clear: both;
	float: none;
	width: 93%;
	margin-bottom: .25em;
	margin-left: .55em;
	background: none repeat scroll 0 0 #F2F2F2 !important;
	border: 1px solid #858585;
	border-radius: 0 6px 6px 6px;
	box-shadow: 0 1px 0 #FFFFFF;
	padding-top: .25em;
	position: relative;
	z-index: 105;
	top: -1px;
}
.general #pageNavCompact .navItemCompact {
	display: block;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	width: auto;
	padding: 0.65em 1em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #BBB;
	color: #404040;
}
.general #pageNavCompact .navItemCompactLink {
	color: #404040;
	font-weight: bold;
	display: inline !important;
	border: 0 none !important;
	box-shadow: 0 0 0 transparent !important;
}
.general #compactNavOptions {
	position: relative;
	margin-top: 13px;
	z-index: 60;
}
@media screen and (min-width: 768px) {
	.general #compactNavOptions {
		width: auto;
		padding-right: 1%;
		margin-top: 0;
		float: left;
		clear: left;
		right: 0;
		top: 2.75em;
		position: absolute;
	}
	.general #pageNavCompact {
		display: none !important;
	}
}

.general #compactNavOptions a#MenuCompact:not(.open) .icon {
	background: url(https://images.azureedge.net/rcg/images/interface/icn_menu-48.svg) no-repeat scroll center center;
	background-size: 25px auto;
	margin-top: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 26px;
	right: 1em;
	top: 0;
}
.general #compactNavOptions a#MenuCompact.open .icon {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_mobile_menu.png) no-repeat scroll 0 -63px;
	height: 34px;
	width: 34px;
	display: inline-block;
	margin-top: -9px;
	left: 7px;
	position: relative;
	margin-right: -34px;
	top: 1px;
	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;
}
.general #compactNavOptions a#MenuCompact {
	width: auto;
	height: auto;
	position: relative;
	padding: 0.45em 3.35em 0.45em 1em;
	text-align: left;
	margin-left: .6em;
	margin-top: 0;
	z-index: 110;
	color: #585858;
}
.general #compactNavOptions a#MenuCompact.open {
	margin-bottom: 0;
	min-height: 36px;
}
.general #compactNavOptions a#MenuCompact .text {
	position: relative;
	top: -1px;
	-moz-transition: .2s top ease;
	-webkit-transition: .2s top ease;
	-o-transition: .2s top ease;
	transition: .2s top ease;
}
.general #compactNavOptions a#MenuCompact.open .text {
	top: 10px;
	-moz-transition: .2s top ease;
	-webkit-transition: .2s top ease;
	-o-transition: .2s top ease;
	transition: .2s top ease;
}
.general #compactNavOptions a#MenuCompact.open, .general #compactNavOptions a#MenuCompact.open:hover {
	background: #F2F2F2;
	border-bottom: 0 none;
	border-radius: 3px 3px 0 0 !important;
	box-shadow: 0 0 0 transparent;
	border-color: #858585;
}

.general #pageNavCompact .navItemCompact.first {
	border-top: 1px solid #F2F2F2;
	border-radius: 0 6px 0 0;
}
.general #pageNavCompact .navItemCompact.last {
	border-bottom: 0 none;
	background: none !important;
}
.general #pageNavCompact .navItemCompact.last .icon.arrowDown::after {
	position: relative;
    content: '';
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.4em;
    height: 0.4em;
    border-right: 0.15em solid #333;
    border-top: 0.15em solid #333;
    transform: rotate(134deg);
	top: -2px;
    margin-right: 0.5em;
}
.general #pageNavCompact .navItemCompact.last:hover .icon.arrowDown::after {
	border-color: #6c0b28;
}
.general #pageNavCompact .navItemCompact:hover {
	color: #6c0b28;
	background-position: right -71px !important;
	cursor: pointer;
}
.general #pageNavCompact .navItemCompact.last:hover span {
	background-position: right -81px;
}
.general .navItemCompact span.noNotification, .general .footerContainer span.noNotification {
	position: absolute;
	right: 10px;
	top: 11px;
}
.general .navItemCompact:hover span.noNotification, .general .footerSectionList li:hover span.noNotification {
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}
.general .navItemCompact .icon.cart {
	width: 29px;
	right: 34px;
	position: absolute;
	opacity: .9;
}
.general .navItemCompact .icon.cart.empty {
	background-position: 0 -3px;
}
.general a:hover .navItemCompact .icon.cart.empty {
	background-position: 0 -121px;
}
.general .navItemCompact .icon.cart.full {
	background-position: 0 -180px;
}
.general a:hover .navItemCompact .icon.cart.full {
	background-position: 0 -290px;
}
.general .navItemCompact:hover .icon.cart {
	opacity: 1;
}
.general .navItemCompact .navLabel {
	display: none;
}
@media screen and (min-width: 465px) {
	.general .navItemCompact .navLabel {
		display: inline;
		right: 5.75em;
	}
}

@media screen and (max-width: 650px) {
	.general #headerNavContent #secondaryItems {
		padding-right: 3%;
	}
}
@media screen and (min-width: 650px) {
	.general .headerNav {
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	.general .pageNavWrapper {
		display: none;
	}
	.general .moreNavOptions {
		display: none !important;
	}
}

@media screen and (max-width: 767.5px) {
	.general #Masthead {
		height: 5.8em; /* used to be auto */
		box-shadow: 0 0 0 transparent;
		border-bottom: 1px solid #959595;
	}
	.general a#MenuCompact {
		display: inline-block !important;
	}
}
@media screen and (max-width: 649px) {
	.general #Masthead {
		border-bottom: 0 none;
	}
}
@media screen and (max-width: 480px) {
	.general #secondaryItems a.navCompactOption {
		margin-right: 1em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.general #secondaryItems a.navCompactOption {
		margin-right: 1.45em;
	}
}
@media screen and (max-width: 767.5px) {
	.general #secondaryItems a.navCompactOption {
		margin-top: -2px;
	}
	.general #compactNavOptions a.navCompactOption:hover, .general #secondaryItems a.navCompactOption:hover, .general #userControls .mainControl:hover {
		background: #fefefe; /* Old browsers */
		background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 4%, #f0f0f0 68%, #f0f0f0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(4%,#f0f0f0), color-stop(68%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#f0f0f0 68%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#f0f0f0 68%,#f0f0f0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#f0f0f0 68%,#f0f0f0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 4%,#f0f0f0 68%,#f0f0f0 100%); /* W3C */
		box-shadow: 0 0 0 transparent;
		border-color: #858585;
		-moz-transition: .3s border-color ease;
		-webkit-transition: .3s border-color ease;
		-o-transition: .3s border-color ease;
		transition: .3s border-color ease;
	}
	.general #compactNavOptions #secondaryItems {
		float: right;
		display: block;
		position: absolute;
		right: 0;
		top: -2px;
	}
	.general #compactNavOptions a.navCompactOption, .general #secondaryItems a.navCompactOption, .general #userControls .mainControl, #SubjectControl {
		background: #fefefe; /* Old browsers */
		background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 4%, #eeeeee 68%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(4%,#f0f0f0), color-stop(68%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#eeeeee 68%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#eeeeee 68%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 4%,#eeeeee 68%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 4%,#eeeeee 68%,#eeeeee 100%); /* W3C */
		border: 1px solid #BBB;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 1px 1px 0 #FFF;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: .96em;
		font-weight: bold;
		margin-top: 6px;
	}
}
@media screen and (min-width: 1200px) {
	.general #compactNavOptions {
		right: 12%;
	}
}

/* Home / Contact ------------------------------------- */
#secondaryOptions {
	position: absolute;
}
#secondaryOptions .option {
	opacity: 0;
	display: none;
}
@media screen and (min-width: 950px) {
	.general #headerNavContent {
		width: calc(100% - 13.1em);
		margin: 0 auto;
	}
	#secondaryOptions {
		position: absolute;
		left: 0;
	}
	.fixedNav #secondaryOptions {
		display: block;
		left: 0;
		top: 0;
	}
	#secondaryOptions .option {
		width: auto;
		height: auto;
		display: none;
		float: left;
		font-weight: bold;
		color: #606060;
		font-size: 1rem;
		padding: 5px .85em .28em .55em;
		-moz-transition: background .3s ease;
		-webkit-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}
	#secondaryOptions .option:hover {
		background: #959595;
		color: #FFF;
		-moz-transition: background .3s ease;
		-webkit-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}
	#secondaryOptions #contactLink.option {
		opacity: 1;
		display: block;
		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;
	}
	#secondaryOptions .option .icon {
		display: inline-block;
		width: 35px;
		height: 26px;
		opacity: .82;
		background: url(https://images.azureedge.net/images/interface/sprite_home.png) no-repeat center center;
	}
	#secondaryOptions .option:hover .icon {
		opacity: 1;
	}
	#secondaryOptions #homeLink.option .icon {
		background-position: center -51px;
	}
	#secondaryOptions #homeLink.option:hover .icon {
		background-position: center -152px;
	}
	#secondaryOptions #contactLink.option .icon {
		background-position: center -4px;
		width: 30px;
	}
	#secondaryOptions #contactLink.option:hover .icon {
		background-position: center -104px;
	}
}
@media screen and (min-width: 1024px) {
	#secondaryOptions, .fixedNav #secondaryOptions {
		left: .85em;
	}
}
@media screen and (min-width: 1100px) {
	#secondaryOptions #contactLink.option {
		opacity: 1;
		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;
	}
	.fixedNav #secondaryOptions #homeLink.option {
		opacity: 1;
		display: block;
		animation: fadeIn .4s 1 ease-in;
		-moz-animation: fadeIn .4s 1 ease-in;
		-webkit-animation: fadeIn .4s 1 ease-in;
		-o-animation: fadeIn .4s 1 ease-in;
	}
}

/* Login ------------------------------------- */
#userControls {
	float: right;
    position: absolute;
    right: 0;
	top: 16px;
	z-index: 50;
}
#userControls.expanded {
	z-index: 70;
}
#userControls a {
	color: #686868;
}
#userControls a.mainControl, #SubjectControl {
	color: #585858;
}
#userControls li a:hover {
	color:#650f28 ;
}
#userControls .text {
    display: inline-block;
    height: auto;
    max-height: 21px;
    max-width: 158px;
    overflow: hidden;
    text-indent: 0;
    width: auto;
	font-size: .95rem;
	line-height: 1.35em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#userControls .down.arrow {
	position: relative;
    content: '';
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
	width: 0.41em;
	height: 0.41em;
	border-right: 0.215em solid #6e6e6e;
	border-top: .215em solid #6e6e6e;
	transform: rotate(134deg);
	top: 11px;
    margin-right: 0.5em;
}
#userControls.expanded a.mainControl .down.arrow {
	background-position: 0 -242px;
}
#userControls .mainControl:hover .down.arrow {
	opacity: .9;
}
#userControls a.mainControl {
	font-size: 0.953125rem;
	font-weight: bold;
}
#userControls a.mainControl.notLoggedIn {
	line-height: 1.75em;
}
#userControls a.mainControl.loggedIn  {
	min-width: 70px;
}
@-moz-document url-prefix() {
	#userControls a.mainControl.loggedIn {
		min-width: 0;
	}
}
#userControls.expanded a.mainControl {
	border-bottom: transparent;
	box-shadow: 0 0 0 transparent;
	border-color: #858585;
	border-radius: 3px 3px 0 0;
	position: relative;
	z-index: 10;
}
#userControls .icon.user {
	display: inline-block;
	width: 35px;
	height: 31px;
	background: url(https://images.azureedge.net/images/interface/sprite_user.png) no-repeat center -2px;
	opacity: .8;
	position: relative;
	top: -6px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#userControls .notLoggedIn .icon.user { top: -6px; width: 26px; }
#userControls a.mainControl:hover .icon.user {
	opacity: .85;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#userControls .moreUserOptions {
	clear: both;
	position: absolute;
	background: #F0F0F0;
	right: 3px;
	min-width: 182px;
	width: auto;
	z-index: 1;
	top: 43px;
	padding: 0.75em 0.25em;
	border-radius: 3px 0 3px 3px;
	border: 1px solid #858585;
}
#userControls .moreUserOptions ul { text-align: left !important; }
#userControls .moreUserOptions li {
	padding: .42em .5em .25em .5em;
	line-height: 1.5em;
	font-size: 0.890625rem;
	opacity: .9;
}
#userControls .moreUserOptions li .icon {
	opacity: .85;
}
#userControls .moreUserOptions li:hover, #userControls .moreUserOptions li:hover .icon {
	opacity: 1;
}
#userControls .moreUserOptions li a {
	width: 100%;
	height: 100%;
	font-weight: bold;
	display: block;
}
#userControls .subText {
	font-size: 80%;
    /*display: block;*/
	display: none;
	font-style: oblique;
	padding-left: 0.75em;
    clear: both;
    margin-left: 2em;
    margin-top: -.65em;
}
#userControls .moreUserOptions li .icon {
	display: inline-block;
	background: url(https://images.azureedge.net/images/interface/sprite_user.png) no-repeat scroll right -135px transparent;
	width: 29px;
	height: 25px;
	position: relative;
	top: .3em;
}
#userControls .moreUserOptions li .icon.accountInfo {
	background-position: right -55px;
	top: 0;
}
#userControls .moreUserOptions li a:hover .icon.accountInfo {
	background-position: right -824px;
}
#userControls .moreUserOptions li .icon.RCGmembers {
	background-position: right -233px;
    top: 0;
}
#userControls .moreUserOptions li a:hover .icon.RCGmembers {
	background-position: right -924px;
}
.moreUserOptions #guestLogin { font-size: 1.1em; }
#userControls .moreUserOptions li .icon.guestLogin {
	background: none !important;
	top: 3px;
}
#userControls .moreUserOptions li .icon.logOut {
	background-position: right -135px;
	top: -1px;
}
#userControls .moreUserOptions li a:hover .icon.logOut {
	background-position: right -874px;
}
#userControls .icon.user {
	background-position: center -491px;
	height: 27px;
	margin-top: 6px;
	float: left;
	display: block;
	left: -12px;
	margin-left: 10px;
	-moz-transition: background-size 1s ease .3s;
	-webkit-transition: background-size 1s ease .3s;
	-o-transition: background-size 1s ease .3s;
	transition: background-size 1s ease .3s;
}
#userControls .loggedIn .user.icon::before {
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 23px;
	z-index: 5;
}

@media screen and (min-width: 650px) {
	#userControls {
		top: 9px;
	}
	#userControls .moreUserOptions {
		top: 42.5px;
	}
}
@media screen and (max-width: 767.5px) {
	#userControls {
		margin-right: .5em;
	}
	#userControls .mainControl {
		width: auto;
		height: auto;
		padding: 0.45em 1.1em 0.45em 0.45em;
		display: block;
		margin-right: .25em;
	}
	#userControls .mainControl.loggedIn {
		padding: 0.15em 0.4em .54em .45em;
	}
	#userControls .mainControl.notLoggedIn {
		padding: 0.35em 1em .36em 1.2em;
	}
	#userControls .notLoggedIn .icon.user {
		width: 25px;
		left: -7px;
		margin-left: 2px;
	}
	#userControls .loggedIn .icon.user {
		margin-top: 9px;
	}
}
@media screen and (max-width: 1023.5px) {
	#userControls {
		right: 0;
		position: absolute;
		z-index: 98;
	}
	#userControls .loggedIn .text {
		/* background: url(https://images.azureedge.net/images/interface/sprite_user.png) no-repeat scroll -6px -609px transparent; */
		display: none;
	}
	#userControls .guest .text { margin-right: 10px; margin-top: 4px; margin-bottom: -4px; }
	#userControls .guest .greeting { display: none; } 
}
@media screen and (max-width: 767px) {
	#userControls .guest .text { font-size: .78rem; }
}
@media screen and (min-width: 768px) {
	.fixedNav #userControls a.mainControl.loggedIn:hover, .fixedNav #userControls.expanded a.mainControl.loggedIn {
		background: #959595 !important;
		border-color: transparent;
		border-radius: 0;
		color: #FFF;
	}
	.fixedNav #userControls a:hover .icon.user, .fixedNav #userControls.expanded a.mainControl.loggedIn .icon.user {
		background-position: center -550px;
		opacity: 1;
	}
	#userControls .notLoggedIn .icon.user {
		left: -8px;
	}
	.fixedNav #userControls .notLoggedIn { line-height: 1.75em; }
	#userControls .down.arrow {
		top: 9px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023.5px) {
	#userControls {
		top: 0;
	}
	#userControls a.mainControl {
		display: block;
		min-height: 2.05em;
		padding-left: 0.45em;
		padding-right: 1.05em;
		right: 0;
		top: 0;
		width: auto;
		padding-top: .22em;
		background-color: transparent;
		-moz-transition: background-color 0.15s ease, color 0.1s ease;
		-webkit-transition: background-color 0.15s ease, color 0.1s ease;
		-o-transition: background-color 0.15s ease, color 0.1s ease;
		transition: background-color 0.15s ease, color 0.1s ease;
	}
	#userControls a.mainControl.loggedIn {
		padding-left: .65em;
		padding-right: .65em;
	}
	#userControls a.mainControl:hover, #userControls.expanded a.mainControl.loggedIn {
		border-radius: 0;
		background-color: #959595;
		color: #FFF;
		-moz-transition: background-color 0.15s ease, color 0.1s ease;
		-webkit-transition: background-color 0.15s ease, color 0.1s ease;
		-o-transition: background-color 0.15s ease, color 0.1s ease;
		transition: background-color 0.15s ease, color 0.1s ease;
	}
	#userControls a .icon.user {
		background-position: center -489px;
	}
	#userControls a:hover .icon.user, #userControls.expanded a.mainControl.loggedIn .icon.user {
		background-position: center -549px;
		opacity: 1;
		-moz-transition: background-size 1s ease .3s;
		-webkit-transition: background-size 1s ease .3s;
		-o-transition: backgroundG1221
		-size 1s ease .3s;
		transition: background-size 1s ease .3s;
	}
	#userControls .mainControl:hover .down.arrow, #userControls.expanded a.mainControl.loggedIn .down.arrow  {
		border-color: #EFEFEF;
		opacity: 1;
	}
	#userControls.expanded a.mainControl.loggedIn .down.arrow  {
		background-position: 0 -123px;
	}
	#userControls .moreUserOptions {
		top: 34px;
		right: 0;
		background: #F5F5F5;
		border-color: #959595;
		border-radius: 0 0 0 0;
	}
	#userControls .moreUserOptions li:hover {
		background-color: #959595;
	}
	#userControls .moreUserOptions li:hover a {
		color: #FFF;
	}
	#userControls .moreUserOptions li:hover a .icon.accountInfo {
		background-position: right -95px;
	}
	#userControls .moreUserOptions li:hover a .icon.RCGmembers {
		background-position: right -285px;
	}
	#userControls .moreUserOptions li:hover a .icon.logOut {
		background-position: right -185px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	#userControls .moreUserOptions {
		top: 34px;
	}
}
@media screen and (min-width: 1024px) {
	#userControls  {
		margin-right: 1em;
		top: -3.5em;
	}
	.fixedNav #userControls {
		right: 10px;
		position: absolute;
		margin-right: 0;
		top: 0;
	}
	#userControls a {
		font-weight: bold;
		width: auto;
	}
	#userControls a.mainControl.notLoggedIn {
		padding-top: .4em;
		display: block;
		padding-bottom: .2em;
		padding-right: 1em;
		margin-top: -.65em;
		margin-right: 1px;
		padding-left: .5em;
	}
	#userControls .loginText {
		display: inline-block;
		height: auto;
		max-height: 25px;
		max-width: 130px;
		overflow: hidden;
		text-indent: 0;
		width: auto;
		font-size: .95rem;
		line-height: 1.35em;
	}
	.headerNav:not(.fixedNav) #userControls a.mainControl.notLoggedIn .loginText {
		margin-top: 2.5px;
	}
	#userControls a.mainControl.notLoggedIn .icon.user {
		margin-bottom: -2px;
	}
	#userControls a.mainControl {
		border: 1px solid transparent;
		padding-left: .2em;
		position: relative;
	}
	#userControls a.mainControl.loggedIn, #userControls a.mainControl.guest {
		margin-top: -0.9em;
		padding-bottom: 0;
		padding-right: 2.2em;
		padding-top: 0.5em;
		display: inline-block;
	}
	
	.fixedNav #userControls .guest .text { margin-right: 10px; margin-top: 4px; margin-bottom: -4px; }
	#userControls a.mainControl:hover, #userControls.expanded a.mainControl.loggedIn, #userControls.expanded a.mainControl.guest {
		background: #F0F0F0;
		border-color: #999;
		border-radius: 3px;
	}
	#userControls.expanded a.mainControl.loggedIn, #userControls.expanded a.mainControl.guest {
		border-bottom: 0 none;
		border-radius: 3px 3px 0 0;
	}
	.fixedNav #userControls.expanded a.mainControl.loggedIn {
		border-radius: 0;
		border-color: transparent;
	}
	.fixedNav #userControls a.mainControl {
		display: block;
		height: 2.08em;
		padding-left: 0.45em;
		padding-right: .75em;
		right: 0;
		top: 0;
		width: auto;
		padding-top: .1em;
		background-color: transparent;
		-moz-transition: background-color 0.15s ease, color 0.1s ease;
		-webkit-transition: background-color 0.15s ease, color 0.1s ease;
		-o-transition: background-color 0.15s ease, color 0.1s ease;
		transition: background-color 0.15s ease, color 0.1s ease;
	}
	.fixedNav #userControls a.mainControl.notLoggedIn {
		padding-top: .25em;
		padding-left: 0.25em;
		margin-top: 0;
		border-radius: 0;
		padding-bottom: 0;
		max-height: 1.95em;
		overflow: hidden;
	}
	.fixedNav #userControls a.mainControl.loggedIn, .fixedNav #userControls a.mainControl.guest {
		padding-left: .4em;
		padding-right: 1.75em;
		display: inline-block;
		height: auto;
		padding-bottom: .35em;
		padding-top: 0;
		border-radius: 0;
		min-width: 0;
	}
	.fixedNav #userControls a.mainControl.guest { top: 3px; }
	.fixedNav #userControls a.mainControl:hover, .fixedNav #userControls.expanded a.mainControl.loggedIn, .fixedNav #userControls.expanded a.mainControl.guest {
		background-color: #959595;
		color: #FFF;
		-moz-transition: background-color 0.15s ease, color 0.1s ease;
		-webkit-transition: background-color 0.15s ease, color 0.1s ease;
		-o-transition: background-color 0.15s ease, color 0.1s ease;
		transition: background-color 0.15s ease, color 0.1s ease;
	}
	#userControls .icon.user {
		width: 38px;
		height: 28px;
		left: -8px;
	}
	.fixedNav #userControls a.mainControl.notLoggedIn .icon.user {
		margin-top: 6px;
	}
	#userControls .text {
		margin-top: 1px;
	}
	#userControls .down.arrow {
		position: absolute;
		right: .5em;
		top: .82em;
	}
	.fixedNav #userControls a.mainControl.loggedIn .down.arrow, .fixedNav #userControls a.mainControl.guest .down.arrow {
		margin-top: 0;
		top: .7em;
	}
	.fixedNav #userControls .loggedIn .icon.user, .fixedNav #userControls .guest .icon.user {
		top: 2px;
	}
	.fixedNav #userControls .icon.user {
		background-position: center -491px;
		height: 27px;
		margin-top: 2px;
		float: left;
		display: block;
		-moz-transition: background-size 1s ease .3s;
		-webkit-transition: background-size 1s ease .3s;
		-o-transition: background-size 1s ease .3s;
		transition: background-size 1s ease .3s;
	}
	.fixedNav #userControls a:hover .icon.user, .fixedNav #userControls.expanded a.mainControl.loggedIn .icon.user, .fixedNav #userControls.expanded a.mainControl.guest .icon.user {
		background-position: center -550px;
		opacity: 1;
	}
	.fixedNav #userControls .mainControl:not(.guest) .text {
		height: 0;
		margin-bottom: -14px;
		max-height: 27px;
		text-indent: -2000%;
		width: 5px;
	}
	.fixedNav #userControls a.mainControl.guest .greeting { display: none; }
	.fixedNav #userControls .loggedIn .text {
		background: url(https://images.azureedge.net/images/interface/sprite_user.png) no-repeat scroll -6px -609px transparent;
		display: inline-block;
		width: 31px;
		height: 26px;
		position: relative;
		margin-left: -15px;
		animation: fadeIn 1s 1 ease;
		-moz-animation: fadeIn 1s 1 ease;
		-webkit-animation: fadeIn 1s 1 ease;
		-o-animation: fadeIn 1s 1 ease;
	}
	.fixedNav #userControls .mainControl:hover .down.arrow, .fixedNav #userControls.expanded a.mainControl.loggedIn .down.arrow,
		.fixedNav #userControls.expanded a.mainControl.guest .down.arrow {
		opacity: 1;
		border-color: #FCFCFC;
	}
	.fixedNav #userControls.expanded a.mainControl.loggedIn .down.arrow, .fixedNav #userControls.expanded a.mainControl.guest .down.arrow  {
		background-position: 0 -123px !important;
	}
	#userControls .moreUserOptions {
		top: 29px;
		right: 0;
		width: 100%;
	}
	.fixedNav #userControls .moreUserOptions {
		top: 34px;
		right: -10px;
		background: #F5F5F5;
		border-color: #959595;
		border-radius: 0 0 0 0;
	}
	.fixedNav #userControls .moreUserOptions li:hover {
		background-color: #959595;
	}
	.fixedNav #userControls .moreUserOptions li:hover a {
		color: #FFF;
	}
	.fixedNav #userControls .moreUserOptions li:hover a .icon.accountInfo {
		background-position: right -95px;
	}
	.fixedNav #userControls .moreUserOptions li:hover a .icon.RCGmembers {
		background-position: right -285px;
	}
	.fixedNav #userControls .moreUserOptions li:hover a .icon.logOut {
		background-position: right -185px;
	}
}

@media screen and (min-width: 1201px) {
	.fixedNav #userControls .text, .fixedNav #userControls .loggedIn .text  {
		width: auto;
		background: 0 none;
		text-indent: 0;
		margin-left: 0;
		padding-right: .85em;
	}
}
@media screen and (min-width: 1202px) {
	.fixedNav #userControls .moreUserOptions { right: 0; }
	.fixedNav #userControls a.mainControl.loggedIn, .fixedNav #userControls a.mainControl.guest {
		padding-right: .5em;
	}
}

/* Page Navigation (Ipad/Desktop) ------------------------------------- */
.general #headerNavContent {
	max-width: 95em;
	height: auto;
}
@media screen and (min-width: 768px) {
	.general .headerNav {
		border-bottom: 1px solid #AAA;
		border-top: 1px solid #AAA;
		background: url(https://images.azureedge.net/images/interface/bg_rcg_nav_grey_gradient_ie.jpg) repeat-x 0 0 #e0e0e0; /* Old browsers */
		background: -moz-linear-gradient(top,  #f1f1f1 0%, #e9e9e9 4%, #e0e0e0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(4%,#e9e9e9), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* W3C */
		top: 0;
		position: relative;
		z-index: 55;
	}
	.general #headerNavContent {
		width: calc(100% - 5.6em);
	}
	.general #compactNavOptions #MenuCompact {
		display: none;
	}
	.general #compactNavOptions {
		top: 0;
	}
}

.general .pageNav {
	padding-left: 0;
	width: auto;
	margin: 0 auto;
	position: relative;
	height: 34px;
	padding-right: 0 !important;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.general #headerNavContent { display: flex; }
	.general #mainNavContent { display: inline-flex; align-items: stretch; height: 100%; }
	.general .pageNav { display: block; }
	.general .navItem { display: inline-flex; flex: 1 1 auto; }
	.navItem .icon { float: right; }
	.general #mainNavContent span.noNotification.long { margin-top: -6px; top: -1px; }
}
@media screen and (min-width: 1250px) {
	.general #NavFloat #headerNavContent{ display: inline-flex; }
	.general .pageNav { width: auto; display: inline-block; margin-left: auto; margin-right: auto; }
}
.general .pageNavItems {
	display: table;
	width: inherit;
	height: auto;
}
.general .pageNav .navItem {
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #AAA;
	border-width: 0 1px 1px 1px;
	color: #505050;
	display: table-cell;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-family: Cambria, Georgia, Serif;
	font-weight: bold;
	white-space: normal;
	line-height: 1.35em;
	width: auto;
	position: relative;
	padding: 5px 1em 5px 1em;
	-webkit-transition: background-color .15s ease .15s, background-position 0 ease .15s, border-color .15s ease .15s, box-shadow .15s ease .15s, color .15s ease .15s;
	-moz-transition: background-color .15s ease .15s, background-position .0s ease .15s, border-color .15s ease .15s, box-shadow .15s ease .15s, color .15s ease .15s;
	-o-transition: background-color .15s ease .15s, background-position .0s ease .15s, border-color .15s ease .15s, box-shadow .15s ease .15s, color .15s ease .15s;
	transition: background-color .15s ease .15s, background-position .0s ease .15s, border-color .15s ease .15s, box-shadow .15s ease .15s, color .15s ease .15s;
}
.general .headerNav .pageNav .navItem.first {
	border-left-color: transparent;
}
.general .headerNav .pageNav .navItem.last {
	border-right-color: transparent;
}
.general .pageNav .navItem:hover, .general .pageNav .navItem#news.open, .general .pageNav .navItem#bookmarks.open, .general .pageNav .navItem#requests.open {
	color: #FFF;
	cursor: pointer;
	background-color: #959595;
	border-color: transparent #959595 !important;
	box-shadow: 0 -12px 14px #EEE;
	-webkit-transition: background-color .1s ease .05s, background-position 0 ease .08s, border-color .1s ease .05s, box-shadow .1s ease .05s, color .1s ease .05s;
	-moz-transition: background-color .1s ease .05s, background-opsition .0s ease .08s, border-color .1s ease .05s, box-shadow .1s ease .05s, color .1s ease .05s;
	-o-transition: background-color .1s ease .05s, background-position .0s ease .08s, border-color .1s ease .05s, box-shadow .1s ease .05s, color .1s ease .05s;
	transition: background-color .1s ease .05s, background-position .0s ease .08s, border-color .1s ease .05s, box-shadow .1s ease .05s, color .1s ease .05s;
}

.general .pageNav .toggle .icon {
	background: url(https://images.azureedge.net/images/interface/sprite_grey_toggle_icons.png) no-repeat scroll center -1px transparent;
	display: inline-block;
	width: 24px;
	height: 21px;
	margin-right: -2px;
	right: -2px;
	position: relative;
}
.general .pageNav .toggle:hover .icon {
	background-position: center -49px;
}

.general .moreNavOptions {
	padding: .45em 0 2.65em 0;
	font-family: Cambria;
	z-index: 98;
}
@media screen and (min-width: 1024px) {
	.general .moreNavOptions {
		padding-bottom: 0;
	}
}
.general .moreNavOptions p, .general .moreNavOptions p a {
	font-weight: bold;
	color: #555;
}
.general .moreNavOptions p a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #1C6291;
}
.general .moreNavOptions .navOptionsSort {
	padding-bottom: 1.5em;
}
.general .moreNavOptions ul {
	display: inline;
	clear: none;
}
.general .moreNavOptions ul li {
	line-height: 1.4em;
	display: inline;
	padding: .2em 0;
	list-style-type: none;
	color: #666;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 1em;
}
.general #optionsLibrary ul li, .general #optionsAboutUs ul li {
	line-height: 2.3em;
}
.general .moreNavOptions ul li a {
	color: #1C6291 !important;
	margin-left: .2em;
}
.general .moreNavOptions ul li a:hover {
	border-bottom: 1px solid;
}
.general .pageNav .navItem.toggle.open .icon {
	background-position: center -145px;
}
.general .pageNav .navItem.open {
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	box-shadow: 0 -15px 25px #EEE;
	background-color: #959595;
	color: #FFF;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general .headerNav .pageNav .navItem {
		line-height: 1.3em;
	}
}

.general .oneListNavOptions {
	padding-left: 0;
	padding-right: 0;
	width: 19em;
	left: 46%;
}
.general #optionsRequests {
	left: 57%;
}
.general .oneListNav p {
	text-align: center;
	margin-bottom: .55em;
}
.general .oneListNav ul {
	margin-bottom: 0;
	width: 100% !important;
	display: block !important;
}
.general .oneListNav ul li {
	padding: 0 0.45em;
	display: block;
	clear: both;
	width: 100%;
	clear: both;
	height: auto;
	border-width: 1px 0;
	border-color: transparent;
	border-style: solid;
}
.general #optionsRequests ul li.withImage {
	padding-bottom: 2.25em;
}
.general .oneListNav ul li.noImage {
	min-height: 1.5em;
	padding-top: 1.2em;
}
.general .oneListNav ul li:hover, .general .oneListNav ul li:hover span {
	color: #1C6291 !important;
}
.general #optionsNewsul li:hover {
	background-color: #6C0B28;
}
.general .oneListNav ul li img {
	border: 1px solid #333;
	box-shadow: 0 0 5px #999;
	background: #FFF;
	width: 40px;
	height: auto;
	float: left;
	margin-left: 2%;
}
.general #optionsNews.withImage img {
	width: 70px;
}
.general #optionsNews.withImage .itemInfo {
	width: 67%;
}
.general .withImage.horizontal {
	padding-top: 0 !important;
}
.general .withImage.horizontal.large {
	min-height: 6em;
}
.general .withImage.horizontal img {
	height: auto !important;
	margin: 0.75em 0 1em 25%;
	width: 125px !important;
	display: inline;
}
.general .withImage.horizontal.large img {
	height: auto !important;
	width: 200px !important;
	margin-left: 15%;
}
.general .oneListNav .withImage.horizontal .title.centered {
	text-align: center;
	margin-left: -1em;
}
.general .oneListNav .itemInfo {
	float: left;
	width: 79%;
}
.general .oneListNav ul li span {
	font-size: .9em;
	margin-left: .65em;
	clear: both;
	display: block;
}
.general .oneListNav ul li .title {
	color: #444;
	font-weight: bold;
}
.general .oneListNav ul li .subject, .general .oneListNav ul li .format, .general .oneListNav ul li .continueReading {
	font-size: .87em;
}
.general .oneListNav ul li .subject {
	display: none;
	color: #783548;
}
.general .oneListNav ul li .format {
	color: #666;
}
.general .oneListNav ul li .continueReading {
	visibility: hidden;
}

.general .whiteFader {
	position: absolute;
	width: 100%;
	height: 4em;
	bottom: 2em;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}
.general #bookmarksWrap p {
	margin-bottom: 0;
	background: url(https://images.azureedge.net/images/interface/icn_clock_grey.png) no-repeat scroll 2em 0.1em transparent;
	padding-bottom: .85em;
}
.general .notifyEmpty {
	color: #777777;
    display: block;
    font-size: 1em;
    font-style: oblique;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}
.general .oneListNavOptions {
	height: auto;
	padding-bottom: 3.3em;
}
@media screen and (min-width: 768px) {
	.general .moreNavOptions {
		display: block;
		position: absolute;
		top: 26px;
		width: 100%;
		left: 0;
		text-align: left !important;
	}
	.general .moreNavOptions .moreNavOptionContent {
		width: 90%;
		max-width: 1024px;
		min-width: 730px;
		height: auto;
		margin: 0 auto;
		background-color: #F5F5F5;
		border: 1px solid #959595;
		box-shadow: 0 0 0 transparent;
		overflow: hidden;
		position: relative;
	}
	.general .oneListNavOptions {
		width: 19em;
		left: 46%;
	}
	.general #optionsRequests {
		left: 57%;
	}
	.general #optionsNews{
		left: 30%;
	}
	.general .moreNavOptions .fakeTable {
		width: 100%;
		padding-bottom: 2.85em;
		padding-top: .65em;
	}
	.general .moreNavOptions ul {
		width: 85%;
	}
	.general .navOptionsSort {
		padding-left: 2em;
		padding-right: 2em;
		margin-left: 0;
	}
	.general .navOptionsSort.column1 {
		border-right: 1px solid #AAA;
		padding-right: 1.5em;
	}
	.general #optionsLibrary .navOptionsSort.column1 {
		padding-bottom: 1em;
	}
	.general #optionsAboutUs .navOptionsSort.column1 {
		padding-bottom: 4em;
	}
	.general #optionsLibrary .navOptionsSort.column2 {
		padding-right: 0;
	}
	.general .navOptionsSort.column2 {
		border-left: 1px solid #FFF;
	}
	.general .oneListNavOptions {
		width: 19em;
		left: 39%;
	}
	.general .moreNavOptions p {
		padding: .2em 0;
	}
	.general .moreNavOptions ul {
		position: relative;
		width: auto;
	}
	.general .moreNavOptions .column1 ul {
		width: 50%;
	}
	.general .moreNavOptions ul:first-of-type {
		float: left;
	}
	.general .moreNavOptions .column1 ul:nth-of-type(2) {
		float: right;
		width: inherit;
	}
	.general .moreNavOptions .column2 ul:nth-of-type(2) {
		clear: both;
		float: none;
		margin-left: 0;
	}
	.general .navListContd {
		display: block !important;
	}
	.general #optionsLibrary ul li, .general #optionsAboutUs ul li {
		display: block;
		line-height: 1.25em;
		padding: .42em 0;
		margin-left: 8px;
		text-indent: -8px;
	}
	.general .moreNavOptions ul li span.commaSeparator {
		display: none;
	}
	.general .navOptionsSort {
		width: auto;
		display: table-cell;
		position: relative;
	}
}
@media screen and (max-width: 848px) {
	.general #viewAllNews {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.general #optionsLibrary ul li, .general #optionsAboutUs ul li {
		padding: .25em 0;
	}
}
@media screen and (min-width: 1100px) {
	.general .moreNavOptions .column2 ul:nth-of-type(2) {
		float: right;
	}
}


/* ^^^^^^^^ NAV MENU POPUPS ^^^^^^^^  */

.general .headerNav #navLibraryAd {
	position: absolute;
	right: -6.25em;
	top: 1.75em;
	width: auto;
	opacity: .9;
	filter:alpha(opacity=90);
}
.general .headerNav #featuredSpot {
	display: none;
}
.general .headerNav #featuredSpot .productCover {
	margin: 0 auto;
}
.general .headerNav #featuredSpot .bubble {
	right: 30px;
	float: right;
	position: relative;
	bottom: 36px;
	z-index: 10;
	margin-top: 12px;
	margin-bottom: -2em;
    display: inline-block;
    width: auto;
    padding: 0 8px;
}
.general .headerNav #featuredSpot.player .bubble {
	right: 17px;
}
.general .headerNav #featuredSpot p {
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-top: 5px;
	padding: 0 12%;
	position: relative;
	text-align: center;
}
.general .headerNav #featuredSpot a.bookLink {
	margin: .5em auto;
	position: relative;
	clear: left;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #1C6291;
	font-size: .8em;
}
.general .headerNav #featuredSpot img {
	margin: .5em auto;
	position: relative;
	clear: both;
	display: block;
	border: 1px solid #666;
	max-height: 190px;
}
.general .headerNav #featuredSpot img.btw.player, .general .headerNav #featuredSpot img.video {
	max-height: none;
	max-width: 220px;
}
.general .headerNav #featuredSpot a:hover img {
	border-color: #000;
}
@media screen and (min-width: 1024px) {
	.general .headerNav #featuredSpot img.btw.player, .general .headerNav #featuredSpot img.video {
		max-width: 265px;
	}
	.general .navOptionsSort.column2 {
		width: auto;
	}
	.general .headerNav #featuredSpot:not(.player) {
		display: table-cell;
		min-width: 13em;
		border-left: 1px solid #aaa;
		position: relative;
		top: 0;
		left: 0;
		padding-left: .25em;
		padding-right: .25em;
		padding-bottom: 1.25em;
	}
	.general .headerNav #featuredSpot:not(.player)::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		border-left: 1px solid #fff;
		left: 0;
	}
}
@media screen and (min-width: 1080px) {
	.general .headerNav #featuredSpot {
		display: table-cell;
		min-width: 18em;
		border-left: 1px solid #aaa;
		position: relative;
		top: 0;
		left: 0;
		padding-bottom: 1.75em;
	}
	.general .headerNav #featuredSpot::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		border-left: 1px solid #fff;
	}
	.general .headerNav #featuredSpot.player a .productCover {
		position: relative;
	}
	.general .headerNav #featuredSpot.player a .productCover::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: transparent url("https://images.azureedge.net/rcg/images/interface/icn_play_grey.png") no-repeat scroll center 50%;
		display: block;
		opacity: 0;
		z-index: 20;
		-webkit-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		-o-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		-moz-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		transition: opacity 0.4s ease 0s, background 1s ease 0s;
	}
	.general .headerNav #featuredSpot.player a:hover .productCover::before {
		opacity: 1;
		-webkit-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		-o-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		-moz-transition: opacity 0.4s ease 0s, background 1s ease 0s;
		transition: opacity 0.4s ease 0s, background 1s ease 0s;
	}
}
@media screen and (min-width: 1280px) {
	.general .headerNav #featuredSpot.player .bubble {
		right: 28px;
	}
}

.general .headerNav .goToViewAll {
	width: 100%;
	text-align: right;
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, url(https://images.azureedge.net/images/interface/bg_rcg_nav_viewall_ie.jpg) repeat-x 0 0 #e0e0e0; /* Older browsers */
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, -moz-linear-gradient(top,  #f1f1f1 0%, #e9e9e9 4%, #e0e0e0 100%); /* FF3.6+ */
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, -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/bg_grey_white_border.png) repeat-x 0 0, -webkit-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, -o-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* Opera 11.10+ */
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, -ms-linear-gradient(top,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* IE10+ */
	background: url(https://images.azureedge.net/images/interface/bg_grey_white_border.png) repeat-x 0 0, linear-gradient(to bottom,  #f1f1f1 0%,#e9e9e9 4%,#e0e0e0 100%); /* W3C */
	display: block;
	position: absolute;
	bottom: 0;
	right: -10px;
	padding: .65em 2em .65em 0;
	font-weight: bold;
}
.general .headerNav #optionsNews.goToViewAll {
	position: absolute;
	right: 0;
	bottom: 0;
}
.general .headerNav #optionsLibrary .goToViewAll, .general .headerNav .oneListNavOptions .goToViewAll {
	color: #1C6291;
}
.general .headerNav .goToViewAll:hover, .general .headerNav #newsTickerWrap:hover .newsTicker, .general .headerNav .newsTicker:hover {
	color: #1C6291 !important;
}
.general .headerNav .newsTicker {
	color: #650F28;
	line-height: 1.82em;
}
.general .headerNav .innerFade .newsTicker {
	animation: fadeIn 1.75s ease-in;
	-moz-animation: fadeIn 1.75s ease-in;
	-webkit-animation: fadeIn 1.75s ease-in;
	-o-animation: fadeIn 1.75s ease-in;
	-webkit-transition: opacity 1.75s ease;
	transition: opacity 1.75s ease;
}
.general .headerNav #optionsLibrary .goToViewAll:hover, .general .headerNav .goToViewAll:hover #viewAllNews {
	text-decoration: underline;
}
.general .headerNav #viewAllNews {
	position: absolute;
	right: 3%;
	top: 0.72em;
	color: #1C6291;
}
.general .headerNav #newsTickerWrap {
	display: block;
	left: auto;
	margin-left: 3em;
	text-align: left;
	width: calc(100% - 8em);
	overflow: hidden;
}
.general .headerNav .newsTicker strong {
	color: #757575;
	text-transform: uppercase;
}
.general a.withArrow {
	background: url(https://images.azureedge.net/images/interface/icn_blue_arrow_right_hallow.png) no-repeat right 5px;
	position: relative;
	height: 12px;
	padding-right: 15px;
}
.general span.withArrow {
	background: url(https://images.azureedge.net/images/interface/icn_blue_arrow_right_hallow.png) no-repeat right 6px;
	padding-right: 15px;
}
.general .headerNav #viewAllNews.withArrow {
	background-position: right 7px;
}
.general .headerNav a.button.withArrow:hover {
	border-bottom: 1px solid !important;
	text-decoration: none;
}


/* ^^^^^ FIXED NAV ^^^^^  */
@media screen and (min-width: 768px) {
	.general:not(.videoStream) .fixedNav {
		display: block;
		position: fixed;
		top: 0;
		z-index: 100;
		box-shadow: 0 0 0 transparent;
		border-top: 0 none;
		text-align: center;
	}
}

#topNav {
	width: auto;
	position: relative;
	right: 2em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
	text-align: right;
}
@media screen and (max-width: 767.5px) {
	.general #topNav { display: none; }
}
#topNav a {
	color: #ffffff;
	font-size: .93em;
	font-weight: bold;
	border-right: 1px solid #AAAAAA;
	padding-right: 1em;
	padding-left: 1.25em;
	margin-left: -4px;
	letter-spacing: .25px;
}
#topNav .topNavLink   {
	display: inline-block;
	padding-top: .2em;
	padding-bottom: .18em;
}
#topNav #topLang {
	position: relative;
	top: 0;
	left: 0;
}
#topNav a.topNavLink:hover, #topNav .expanded a.topNavLink {
	background: #F0F0F0;
	color: #707070;
	border-color: #8E8E8E #8E8E8E transparent #8E8E8E;
	border-radius: 2px;
	-moz-transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
	-webkit-transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
	-o-transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
	transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
}
#topNav #topNavLang.expanded a.topNavLink {
	background: #F0F0F0;
	color: #707070;
}
#topNav #topNavLang.expanded a.topNavLink {
	z-index: 30;
	position: relative;
	border-radius: 2px 2px 0 0;
}
#topNav a .icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: -7px;
}
#topNav a .icon.earth {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat -44px -1px;
	opacity: .6;
}
#topNav .last {
	border-right: 0 none;
}
#topNav #topGreeting {
	color: #EEE;
	font-size: 0.8125em;
	font-weight: normal;
}
#topNav .topNavItem {
	position: relative;
}
#topNav #langOptions.collapsed {
	display: none;
}
#topNav #langOptions.expanded {
	display: block;
}
#topNav #langOptions {
	z-index: 20;
	position: absolute;
	top: 24px;
	right: 3px;
	width: 195px;
	min-width: 100%;
	padding-top: .65em;
	padding-bottom: .65em;
	background: #F0F0F0;
	border: 1px solid #858585;
	border-radius: 3px 0 3px 3px;
	animation: fadeIn .45s 1 ease-in;
	-moz-animation: fadeIn .45s 1 ease-in;
	-webkit-animation: fadeIn .45s 1 ease-in;
	-o-animation: fadeIn .45s 1 ease-in;
}
@-moz-document url-prefix() {
  #topNav #langOptions {
     right: 4px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	#topNav #langOptions {
		 right: 4px;
	  }
}
#topNav #langOptions .langOption {
	color: #707070;
	font-size: 1em;
	padding: .2em 1.2em .2em 3em;
	border: 0 none;
	margin-left: 0;
	display: block;
	clear: both;
	float: none;
	text-align: left;
}
#topNav #langOptions .langOption.langLink {
	font-weight: bold;
}
#topNav #langOptions .langOption:hover {
	color: #650f28;
	cursor:pointer;
}
#topNav #langOptions .langOption.current {
	position: relative;
	opacity: .9;
}
#topNav .currentLang  {
	font-weight: normal;
}
#topNav #langOptions .langOption.current .icon {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll 0px -1064px transparent;
	display: inline-block;
	height: 17px;
	position: absolute;
	top: .22em;
	left: 0;
	width: 100%;
	opacity: .65;
}
#topNav #langOptions .langOption.current:hover .icon {
	background-position: 0px -991px;
	opacity: 1;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH BOX ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #Masthead #searchBox {
	border-radius: 2px 2px 2px 2px;
	background: 0 none;
	padding-top: 0;
	float: left;
	width: 100%;
	margin-left: -2px;
	left: 0;
	position: relative;
}
@media screen and (min-width: 768px) {
	.general #Masthead #searchBox {
		max-width: 410px;
		position: absolute;
		margin-top: 0;
		padding-top: 0;
		width: 47%;
		top: 32%;
		left: 19.15em;
		position: absolute;
	}
	.general #Masthead #searchBox {
		left: 21.25em;
	}
}

/* -----------------------Search Box Input ---------------------- */
.general #Masthead #searchBox input.text {
	float: left;
	border-color: #999;
	box-shadow: 0 0 3px #B0B0B0;
	color: #666;
	text-indent: 9px;
	width: 100%;
	padding-top: .74em;
	padding-bottom: .62em;
	max-height: 37px;
	box-sizing: border-box;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.general #Masthead #searchBox input.blank {
	background: url(https://images.azureedge.net/images/interface/rcg_tagline_hires.png) no-repeat 2px 7px #FFF;
	background-size: 268px auto;
}
.general #Masthead #searchBox input.text:focus {
	background: #FFF;
	box-shadow: 0 0 7px #AAA;
	opacity: 1;
	filter:alpha(opacity=100);
}
@media screen and (min-width: 650px) {
	.general #Masthead #searchBox input {
		border-radius: 3px 3px 3px 3px;
	}
}
@media screen and (min-width: 824px) {
	.general #Masthead #searchBox input.blank {
		background-position: 1px 7px;
	}
}

/* -----------------------Search Box Submit Button ---------------------- */
.general #Masthead .button.search {
	float: right;
	position: absolute;
	display: block;
	right: -2px;
	background: url(https://images.azureedge.net/images/interface/sprite_search_white_hires.png) no-repeat scroll 11px -70px, url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie.jpg) repeat-x 0 top #7E1A38; /* Old browsers */
	background-size: 28px auto, 100% 100%;
	border-color: #620C0C;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 0 3px #CCC;
	color: #FEFEFE;
	font-size: .88em;
	font-family: Cambria, Georgia, Sans-Serif;
	font-weight: bold;
	box-sizing: border-box;
	height: 36.6px;
	width: 48px;
	margin-right: 0;
	padding: 0.25em 0 0.24em 0;
	text-indent: -10000%;
}
.general #Masthead .button.search:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_search_white_hires.png) no-repeat scroll 11px -70px, url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie_hover.jpg) repeat-x 0 top #862240; /* Old browsers */
	background-size: 28px auto, 100% 100%;
}
@media screen and (min-width: 400px) {
	.general #Masthead .button.search {
		width: 48px;
	}
}
@media screen and (min-width: 650px) {
	.general #Masthead .button.search, .general #Masthead .button.search:hover {
		background-position: 10px -70px, 0 0;
	}
}
@media screen and (min-width: 768px) {
	.general #Masthead .button.search, .general #Masthead .button.search:hover {
		right: -8px;
	}
}

@media screen and (min-width: 824px) {
	.general #Masthead .button.search, .general #Masthead .button.search:hover {
		background-position: 9px -1px, 0 0 !important;
		width: auto;
		padding-left: 3.45em;
		padding-right: .85em;
		text-indent: 0;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH SUGGESTIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #searchSuggestions {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 3px #B0B0B0;
	display: none;
	height: auto;
	position: absolute;
	top: 2.1em;
	width: 100%;
	z-index: 100;
}
@media screen and (min-width: 650px) {
	.general #searchSuggestions {
		width: 102%;
	}
}
@media screen and (min-width: 824px) {
	.general #searchSuggestions {
		width: 101.5%;
		max-width: 418px;
	}
}
.general #mainText ul.startHere li, .general #mainText ul.commonQuestions li {
	list-style-type: none;
}
.general #searchSuggestions ul li, .general ul.startHere li, .general ul.commonQuestions li {
	padding: 0.1em .35em 0.18em 0.55em;
	margin: 0;
	cursor: pointer;
}
.general #searchSuggestions ul li, .general #searchSuggestions a, .general #searchSuggestions p,
	.general ul.startHere li, .general ul.startHere a, .general ul.startHere p
	.general ul.commonQuestions li, .general ul.commonQuestions a, .general ul.commonQuestions p {
	color: #555;
	font-size: 0.9375em;
	font-family: Calibri,Arial,Sans-Serif;
}
.general #searchSuggestions #closeSuggestions img {
	width: 20px;
	height: 20px;
}
.general #searchSuggestions #closeSuggestions {
	float: right;
	margin-right: .7em;
	margin-top: .4em;
	background: url(https://images.azureedge.net/images/interface/sprite_icn_circle_x_grey.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
}
.general #searchSuggestions #closeSuggestions img {
	display: none;
}
.general #searchSuggestions p, .general #mainText p.startHereHeading, .general #mainText p.commonQuestionsHeading {
	margin-top: .5em;
	font-family: Georgia;
	font-weight: bold;
	margin-left: .75em;
	color: #686868;
	font-size: 0.8958333333333333em;
}
.general #mainText p.startHereHeading, .general #mainText p.commonQuestionsHeading {
	margin-left: .2em;
}
.general #mainText p.startHereHeading {
	margin-top: 2em;
}
.general #mainText ul.startHere, .general #mainText ul.commonQuestions {
	width: 95%;
	max-width: 500px;
	margin-left: 0;
}
.general #mainText ul.commonQuestions {
	margin-left: .75em;
}
@media screen and (max-width: 800px) {
	.general #searchSuggestions #closeSuggestions {
		margin-right: .7em;
		margin-top: .6em;
	}
	.general #searchSuggestions p {
		margin-top: .85em;
		margin-bottom: .25em;
	}
	.general #searchSuggestions #closeSuggestions img {
		width: 25px;
		height: 25px;
	}
}
.general #searchSuggestions ul li span.fromSite, .general ul.commonQuestions li span.fromSite {
	font-size: 90%;
	font-style: italic;
	padding-left: .75em;
	color: #686868 !important;
}
.general #searchSuggestions ul li .fromIcon, .general ul.commonQuestions li .fromIcon {
	border: 1px solid #AAAAAA;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	position: relative;
	top: 4px;
	margin-right: .55em;
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -25px #FFF;
}
.general #searchSuggestions ul li .fromSite {
	visibility: hidden;
	display: inline;
}
.general #searchSuggestions ul li .fromIcon.rtLink, .general #searchSuggestions ul li .fromIcon.rtReference,
	.general ul.commonQuestions li .fromIcon.rtLink, .general ul.commonQuestions li .fromIcon.rtReference {
	background-position: 1px -51px;
}
.general #searchSuggestions ul li .fromIcon.wtcLink, .general #searchSuggestions ul li .fromIcon.wtcReference,
	.general ul.commonQuestions li .fromIcon.wtcLink, .general ul.commonQuestions li .fromIcon.wtcReference  {
	background-position: 1px 1px;
}
.general #searchSuggestions ul li:hover, .general ul.commonQuestions li:hover {
	color: #000;
	background-color: #E7E7E7;
}
@media screen and (max-width: 422px) {
	.general #searchSuggestions ul li .fromSite {
		display: none !important;
	}
}
@media screen and (max-width: 860px) {
	.general #searchSuggestions ul li .fromSite {
		visibility: visible;
		display: inline;
	}
}
.general #searchSuggestions ul li:hover .fromSite {
	visibility: visible !important;
}
.general #searchSuggestions ul li.startingQuestions.first.active, .general #searchSuggestions ul li.startingQuestions:hover,
	.general ul.startHere li:hover, .general .ui-autocomplete li:hover, .general .ui-autocomplete li:active {
	background: url(https://images.azureedge.net/images/interface/icn_blue_arrow_right_hallow.png) no-repeat 7px 11px #F0F0F0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general #searchSuggestions ul li.startingQuestions.first.active, .general #searchSuggestions ul li.startingQuestions:hover, .general .ui-autocomplete li:hover,
		.general ul.startHere li.first.active, .general #searchSuggestions ul.startHere li:hover {
		background-position: 8px 10px;
	}
	.general .ui-autocomplete li:hover, .general .ui-autocomplete li:active {
		background: url(https://images.azureedge.net/rcg/images/interface/icn_arrow_right_turqoise.png) no-repeat scroll 8px 12px #F0F0F0;
	}
}

.general #searchSuggestions ul li.startingQuestions, .general ul.startHere li {
	font-weight: bold;
	padding-left: 1.75em;
	font-size: 0.9166666666666667em;
}
.general #searchSuggestions ul li.startingQuestions, .general ul.startHere li, .general .ui-autocomplete li {
	color: #377698;
	padding-top: .25em;
	font-family: Calibri,Arial,Sans-Serif !important;
}
.general .ui-autocomplete li a, .general .ui-autocomplete li a:hover {
	font-weight: bold !important;
	color: #377698 !important;
	padding-left: 1.75em;
	font-size: 0.8333333333333333em;
}
.general .ui-autocomplete li a, .general .ui-autocomplete li a:hover {
	background: 0 none !important;
}
.general #searchSuggestions ul li.startingQuestions.second {
	margin-bottom: .4em;
}
.general #searchSuggestions ul li.last {
	padding-bottom: .4em;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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;
	padding-bottom: .45em;
	padding-top: 1px;
	margin-top: 0;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
}
#Breadcrumbs .crumb {
	padding: 0 .5em;
	background: #EFEFEF;
	border: 1px solid #a7a7a7;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #5C636F;
	position: relative;
	display: inline-block;
	height: auto;
}
@media screen and (max-width: 1023px) {
	#Breadcrumb {
		white-space: nowrap;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
	
}
@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:last-child {
	margin-right: 32px;
}
#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: auto;
	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: inline-block;
}
#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 .crumb .crumbArrow::before {
	position: relative;
    top: 6px;
    content: '';
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 100%;
    height: 1.45em;
    border-right: 1px solid #A7A7A7;
	border-top: 1px solid #A7A7A7;
	transform: rotate(45deg);
	margin-right: 0;
	left: -8px;
	background: #EFEFEF;
}
#Breadcrumbs a.crumb:hover .crumbArrow {
	background-position: 0 -34px;
}
#Breadcrumbs a.crumb:hover .crumbArrow::before {
	border-color: #92abbd;
	background: #e1e5e8;
}
#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;
}
#Breadcrumbs .crumb .text, #Breadcrumbs .crumb .home.icon {
	position: relative;
	z-index: 3;
}

@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 {
	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 649px) and (max-width: 767.5px) {
	.general #PageHeader {
		min-height: 13em;
		padding-bottom: 2em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAMILY BRANDING BAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

/* Family Branding (Mobile) */
@media screen and (max-width: 767px) {
	/*.general #PageHeader #familyNav .remaining {
		display: none;
	}*/
	/*.general #PageHeader #familyNav .acronymnLetter {
		letter-spacing: -2px;
		text-transform: uppercase !important;
	}
	.general #PageHeader #familyNav .acronymnLetter.multiLetter {
		letter-spacing: normal;
		margin-right: -2px;
		text-transform: uppercase !important;
	}
	.general #PageHeader #PageHeader #familyNav .acronymnLetter + .acronymnLetter {
		letter-spacing: 0;
		text-transform: uppercase !important;
	}
	.general #PageHeader #familyNav .acronymnLetter:nth-child(2n) {
		letter-spacing: .5px;
	}*/
}


/* Family Branding (Ipad/Desktop) */
@media screen and (min-width: 650px) {
	.general #familyNavWrap {
		display: block;
	}
}
.general #familyNavWrap {
	width: 100%;
	background: #7E7E7E;
	height: auto;
	position: relative;
	z-index: 200;
	padding-top: 4px;
}
.general #familyNav {
	padding-top: 7px;
	display: block;
	height: auto;
	margin: auto;
}
.general #PageHeader #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 #PageHeader #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: .18em .85em .2em .28em;
}
.general .footerSection .familyLink {
	display: block;
	clear: left;
}

.header #FamilyNavRCG.familyLink { border-radius: 2px 0 0 0; }
.general #PageHeader #FamilyNavMS {
	border-radius: 0 2px 0 0;
}
.general #PageHeader #familyNavItems .familyLink .linkIcon {
	opacity: .5;
	filter: alpha(opacity = 50);
}
.general #PageHeader #familyNavItems .familyLink:hover, .general #familyNavItems #FamilyNavMS {
	border-left: 1px solid #F1F1F1;
	filter: alpha(opacity = 99);
	opacity: .999;
}
@media screen and (max-width: 767px) {
	.general #PageHeader #familyNavItems .familyLink { text-align: center; }
	.general #PageHeader #familyNavItems .familyLink { float: none; padding-left: 6px; padding-right: 6px; line-height: 1em; margin-bottom: 3px; margin-top: 0; }
}
@media screen and (min-width: 768px) {
	.general #PageHeader #familyNavItems .familyLink {
		padding-right: 1.25em;
	}
	.general #PageHeader #familyNavItems .familyLink .linkIcon {
		margin-right: .4em;
		margin-left: .4em;
	}
}
@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 #PageHeader #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 #PageHeader #familyNavItems .familyLink.current {
	background-color: #E7E7E7;
	opacity: .999;
	filter: alpha(opacity = 99);
	border-right: 1px solid #999 !important;
}
.general #PageHeader #familyNavItems .familyLink.current {
		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: .1em;
	margin-right: 5px;
	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: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: .79em;
	font-weight: bold;
	color: #454545;
	display: block;
	float: left;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
	.general #PageHeader #familyNavItems .familyLink { min-width: 50px; }

}
@media screen and (max-width: 767.5px) {
	.general #PageHeader #familyNavItems .familyLink .linkIcon {
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
	.general #PageHeader #familyNavItems .familyLink .linkText {
		text-align: center;
		width: 100%;
		line-height: 1em;
		margin-top: 3px;
		margin-bottom: 5px;
	}
	.general #PageHeader #familyNavItems #FamilyNavMS .linkText span { max-height: 12px; }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
	.general #PageHeader #familyNavItems #FamilyNavMS .linkText span { max-height: 16px; }
}
@media screen and (max-width: 899px) {
	.general .header #familyNav #FamilyNavRCG .remaining {
		display: none;
	}
	.general .header #familyNav #FamilyNavRCG .acronymnLetter {
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.general .header #familyNav #FamilyNavRCG .acronymnLetter.apostrophe {
		letter-spacing: 1px;
	}
	.general #PageHeader #familyNavItems #FamilyNavMS .linkText span {
		overflow: hidden;
		max-width: 57px;
		display: inline-block;
		white-space: nowrap;
		position: relative;
		word-spacing: 50px;
	}
	.general #PageHeader #familyNavItems #FamilyNavMS .linkText span:before {
		display: block;
		content: attr(shortened);
	}
}
@media screen and (max-width: 1023px) {
	.general #PageHeader #familyNavItems .familyLink .linkText .remaining:first-child {
		display: none;
	}
	.general #PageHeader #familyNavItems .familyLink .linkText .acronymnLetter .remaining:first-child { display: inline; }
}
@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: none;
		color: #454545;
	}
}
.general #familyNavItems .familyLink.current .linkText {
	color: #4F4F4F;
}
.general #familyNavItems .familyLink.current .linkText {
	text-shadow: none;
}
.general #familyNavItems .familyLink.current:hover .linkText, .general #familyNavItems .familyLink.current:focus .linkText {
	color: #515151 !important;
	text-shadow: none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FACEBOOK LIKE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#likeContainer {
	display: none;
	-webkit-transition:  top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease,  margin-top .3s ease;
	transition: top .3s  ease, left .3s ease, bottom .3s ease, right .3s ease, margin-top .3s ease;
}

@media screen and (min-width: 450px) {
	#likeContainer {
		display: block;
		position: relative;
		left: 350px !important;
		margin-top: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	#likeContainer {
		top: -50px !important;
		margin-top: 0 !important;
		left: 7px !important;
		-webkit-animation: fadeIn 1s ease-in;
		animation: fadeIn 1s ease-in;
	}
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 -5px bottom transparent;
	background-size: 100% auto;
	height: 93px;
	margin-left: 0;
	position: relative;
	bottom: 10px;
	width: 268px;
	z-index: 60;
}
.general #Masthead a.headerLogoLink {
	width: inherit;
	height: 83px;
	display: block;
	text-decoration: none;
	border-bottom: 0;
	float: left;
	overflow: hidden;
	max-width: 100%;
}
@media screen and (min-width: 425px) {
	.general #Masthead a.headerLogoLink {
		width: 230px;
		overflow: visible;
		max-width: none;
	}
	.general #Masthead #headerLogo {
		height: 101px;
		width: 325px;
		background-position-x: -19px;
	}
	.general #Masthead a.headerLogoLink {
		height: 91px;
	}
}

/* Header (Mobile) */
.general #Masthead {
		height: 99px;
		background: url(https://images.azureedge.net/rcg/images/interface/bg_texture.png) #E7E7E7;
	}
@media screen and (max-width: 319px) {
	.general #Masthead #headerLogo {
		margin-left: -1.5em;
	}
}
@media screen and (max-width: 767.5px) {
	.general #Masthead {
		box-shadow: 0 2px 3px #AAAAAA;
		z-index: 115;
	}
}
@media screen and (min-width: 350px) {
	.general #Masthead #headerLogo {
		background-position: 0 bottom;
	}
}
@media screen and (min-width: 425px) {
	.general #Masthead {
		height: 106px;
	}
}
@media screen and (min-width: 650px) and (max-width: 767.5px) {
	.general #Masthead {
		height: 111px;
	}
}
@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; 	}
	.general #Masthead { background-image: none; }
	.general #Masthead #headerLogo { background-position: 0 4px; height: 113px; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #Masthead #searchBox input.blank {
	background-position: 0 9.5px !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: right;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOGGLE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #86bdd8;
  -webkit-transition: .4s;
  transition: .4s;
}
.off .slider {
	background-color: #CCC;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:not(:checked) + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hasText.switch {
	width: auto;
}
.hasText .toggleText {
	color: #000;
	display: inline-block;
	z-index: 20;
	padding-right: 1.25em;
	padding-left: 2.3em;
	top: 4px;
	position: relative;
}
/*.on .toggleText { color: #FFF; }*/
.hasText.on .toggleText::after {
	content: attr(defaulttext);
	font-weight: bold;
}
.hasText.off .toggleText::after {
	content: attr(changetext);
	font-weight: bold;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOOLTIPS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.toolTip, .wToolTip[tooltip]::after, a[tooltip]::after {  /* tooltip background */
	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, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
a[tooltip]:not(.wToolTip)::after { /* default tooltip background for links with tooltip attr */
	top: 26px;
}
.toolTip.red {
	background: #802641;
	text-shadow: 1px 1px #551a2c;
	box-shadow: none;
}
.wToolTip, a[tooltip] {
	position: relative;
}
.wToolTip[tooltip]::after, a[tooltip]::after {
	content: attr(tooltip);
}
.wToolTip.added:not(.saved)[tooltip]::after {
	content: attr(savedtooltip);
}
.wToolTip[tooltip]::before, a[tooltip]::before {  /* arrow tooltips */
	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;
}
a[tooltip]:not(.wToolTip)::before { /* default arrow for links with tooltip attr */
	bottom: -18px;
	background-position-y: -19px;
}
.wToolTip:hover .toolTip, .wToolTip[tooltip]:hover::after, .wToolTip[tooltip]:hover::before,
	.wToolTip.hover .toolTip, .wToolTip.hover[tooltip]::after, .wToolTip.hover[tooltip]::before,
	a[tooltip]:hover::before, a[tooltip]:hover::after {
	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;
}
.wToolTip .toolTip.right {
	font-size: 0.84375rem !important;
	font-family: Calibri,Arial,sans-serif;
	right: auto;
	top: -8px;
	margin-left: calc(100% + 0.8em);
}
.toolTip.red .commentBubbleTop {
	background-position: 0 -2px;
}
.toolTip.right .commentBubbleTop {
	background-position: 0 -107px;
	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 1em;
	}
}
@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%;
	}
}
#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;
}
.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: 1.05em/1.42em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
}
.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, serif;
	font-weight: bold;
	font-size: 0.9em;
	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 10px 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;
}
.socialTools.addToAny {
	max-width: calc(100% - 1.5em);
	overflow-x: auto;
}
.a2a_kit {
	display: flex;
}
.literature .a2a_kit { padding-bottom: 1em; }
.addToAny a {
	padding: 0 2px 20px 2px !important;
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: center;
	min-width: 53px;
	box-sizing: border-box;
	text-decoration: none !important;
}
.addToAny a span[class*="a2a_svg"] {
	border-radius: 100% !important;
	width: 26px;
	height: 26px;
	padding: 3px;
	margin: 0 auto;
}
.addToAny.socialTools .a2a_label {
	position: relative !important;
	top: 5px !important;
	font-size: .78rem;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Sans-Serif;
	text-align: center;
	display: block;
	width: 100%;
	-webkit-clip-path: none !important;
	clip-path: none !important;
	overflow: visible !important;
	color: #000 !important;
	font-weight: normal !important;
	white-space: nowrap;
}
.addToAny a.a2a_button_copy_link {
	min-width: auto;
	flex: none;
}
.addToAny.socialTools a:hover .a2a_label {
	text-decoration: none !important;
}
.a2a_button_email .a2a_svg, .a2a_button_email:hover .a2a_svg {
	background-color: #555 !important;
}
.a2a_dd .a2a_svg, .a2a_dd:hover .a2a_svg {
	background-color: #45a147 !important;
}
@media screen and (max-width: 623px) {
	.general.sep .socialTools {
		display: flex;
		justify-content: center;
	}
}
.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 #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 #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, .general.about #mainText .header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.general #mainText .subText {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1em;
}
.general.about #mainText .subTextGroup p {
	margin-bottom: 0.5em;
}
.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: .75em;
	-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-decoration: 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_stamp.png) no-repeat left -149px;
}
.saveForLater.text:hover {
	text-decoration: underline;
}
.saveForLater.button {
	position: relative;
}
.saveForLater.button .stampBookmark {
	display: inline-block;
	position: relative;
	margin-right: -5px;
	margin-bottom: -12px;
	width: 45px;
	height: 32px;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll left -129px transparent;
	background-size: 100% auto !important;
}
.saveForLater.button:hover .text {
	text-decoration: underline;
}

.general .saveForLater.button {
	width: auto;
	padding-bottom: .6em;
	padding-top: .65em;
	color: #175D79;
}
.general .saveForLater.button:hover {
	color: #175D79;
}
.general .saveForLater.button, .general .saveForLater.button:hover {
	border: 0 none !important;
	background: 0 none !important;
}
.general .saveForLater.button:hover .stampBookmark {
	opacity: 1;
}
.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;
	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: #659116;
}
.bubble.member:not(.staff) {
	background: #2980b9;
}
.bubble.staff {
	background: #A2292B;
}
.bubble.new.video {
	top: -1em;
 	left: -3.5em;
}
.libraryItem.magazine .bubble.member, .seriesWrapper .bubble.member, .literature .bubble.member {
    position: relative !important;
    font-size: .75rem !important;
    height: 22px !important;
}
.libraryItem.magazine .bubble.member,
.seriesWrapper .bubble.member {    
    display: inline-block;
    margin-left: 13px;
    margin-top: 0;
    line-height: 23px !important;
    padding-top: 0 !important;
    padding-right: .6em !important;
}
.libraryItem.magazine .bubble.member::before,
.seriesWrapper .bubble.member::before, .literature .bubble.member::before {
	content: '';
	background: url(https://images.azureedge.net/images/interface/sprite_user.png) no-repeat center -2px;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position-y: -311px;
	left: -2px;
	position:relative;
	float: left;
}
.literature .bubble.member {
    margin: 1em 0 0.5em 1.4em;
    padding: 0 0.5em;
    width: 100px;
    text-align: left;
}
#InfoModal .bubble {
	position: relative;
	display: inline-block;
	font-size: .79rem !important;
	white-space: nowrap;
	margin-left: 3px;
	width: auto;
	height: auto;
	padding: .2em .7em .3em .7em !important;
	text-shadow: 0 0 0 transparent;
}
@media screen and (max-width: 767px) {
	.libraryItem.magazine .bubble.member,.seriesWrapper .bubble.member { top: 3px !important; max-width: 13px !important; overflow-x: hidden; padding-left: .45em !important; border-radius: 2px !important; }
	.libraryItem.magazine .bubble.member::before, .seriesWrapper .bubble.member::before { margin-right: 50px; }
}
@media screen and (min-width: 768px) {
	.libraryItem.magazine .bubble.member, .seriesWrapper .bubble.member { top: 0 !important; 	padding-left: .45em !important; }
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 1em;
	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.requestBack, .general a.button.requestBack {
	color: #404040;
	text-align: center;
	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%); /* 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+ */
	font-size: 0.9375em;
	margin-bottom: .5em;
	margin-top: 0;
	margin-left: 1%;
	padding: 0.6em 1.7em 0.7em 2.65em;
	background-size: 100% 105%;
	position: relative;
}
.button.requestBack:hover, .general a.button.requestBack: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+ */
	color: #303030;
	border: 1px solid #888;
	background-size: 100% 105%;
}
.button.requestBack::before { content: ''; position:absolute; top: 0; left: 0; background: url(https://images.azureedge.net/images/interface/icn_arrow_left_grey_hallow.png) no-repeat scroll 14px center; width: 32px; height: 100%; }
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.button.requestBack, .button.requestBack:hover { background-position: 1.4em 8px, 0 0; }
}
.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 */
	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 */
	-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;
}
.general .bottomNav {
	display: inline-block;
	width: 100%;
    line-height: initial;
}
.general .bottomNav a.button.requestBack {
    border: 1px solid #888;
    float: left;
    margin-top: 1em;
    padding: 0.5em 1.6em 0.6em 1.5em;
    margin-left: 0.8em;
}
.general .bottomNav a.button.requestBack .text {
	padding-left: 18px;
    text-align: left;
}
@media screen and (max-width: 499px) {
    .button .extraInMobile {
        display: none;
    }
}
/* 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:not(.inQueue)::before {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
	background-size: auto;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	top: .25em;
	margin-right: 6px;
	margin-left: -26px;
	background-size: 100% auto;
	content: '';
}
.general .button.litOrderSuccess.inQueue .checkmarkStamp::before { 
	background: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
	background-size: auto;
	background-size: auto;
	display: inline-block;
	height: 13px;
	width: 13px;
	position: relative;
	top: -5px;
	margin-right: 1px;
	background-size: 100% auto;
	content: '';
	left: 5px;
	z-index: 30;
}
.sideOptions .option .button.litOrderSuccess .checkmarkStamp {
	top: .4em;
	left: .5em;
	opacity: .9;
}
.general .button.litOrderSuccess .toolTip {
	left: 0;
}
.contactStamp {
	width: 50px;
	height: 28px;
	display: block;
	float: right;
	margin-left: 6px;
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.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_stamp.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;
	font-size: .95rem;
}
.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_stamp.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;
}
.multiOptionButton .otherOptions#extraLangs a {
	opacity: 1;
	font-size: .95rem;
}
@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_stamp.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_stamp.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_stamp.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_stamp.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_stamp.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_stamp.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_stamp.png) no-repeat scroll -5px -1001px transparent;
}
.multiOptionButton .otherOptions .download {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll -5px -1080px transparent;
}
.multiOptionButton .otherOptions .download:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.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_stamp.png) no-repeat scroll -5px -1235px transparent;
}
.multiOptionButton .otherOptions .contactUs:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll -5px -1308px transparent;
}
.multiOptionButton .otherOptions .coverLetter {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll -5px -1449px transparent;
}
.multiOptionButton .otherOptions .coverLetter:hover {
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.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.x .shareIcon {
	background-position: 0 -200px;
}
.multiOptionButton.share .otherOptions a.x: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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
img.litCover {
	border: 1px solid #666;
	box-shadow: 0 0 5px #CCC;
}
img.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; }
}
@-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; }
}
@-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; }
}
@-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; }
}
@-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; }
}
@-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: 1.12em /* target/base = 15.5px / 16px */;
	font-weight: bold;
	margin-top: 1em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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;
	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 {
	height: 5em;
	text-align: center;
	background: none;
	margin-left: 1.3em;
	padding-top: 0;
	clear: both;
}
.general .notice.libraryNotice img {
	left: 5%;
	display: block;
	top: -2em;
	position: relative;
	margin-top: 0;
}
.general .notice.libraryNotice a.button {
	font-size: 1.0625em;
}
.general .notice.libraryNotice a.button {
	height: 1.25em;
	-webkit-transition: box-shadow .8s ease;
	-moz-transition: box-shadow .8s ease;
	-o-transition: box-shadow .8s ease;
	transition: box-shadow .8s ease;
}
.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;
	transition: .3s all ease;
}
.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: 68;
}
.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-dialog .ui-dialog-titlebar {
	padding-left: .25em !important;
	border-radius: 0 !important;
}
.ui-dialog-title {
	color: #444;
	font-family: Cambria,Georgia,Serif;
	font-size: 1.3125rem;
	padding-bottom: .35em;

}
.ui-dialog-title { font-weight: 600; }

/* not sure what these styles were for */
/*.ui-dialog-title {	
	background: url(https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png) no-repeat scroll -13px -739px transparent; 
	padding-left: 1.7em;
	color: #4c8d06;
}
.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;
}
.rcg.form .ui-dialog[aria-describedby="addToBookshelf"] .ui-dialog-titlebar button, 
	.ui-widget-header .ui-button span, .ui-dialog .ui-dialog-titlebar-close span {
	display: none !important;
	z-index: -1;
}
/*.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, Candara, Segoe, "Segoe UI", Optima, 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.about #PageContent {  max-width: none; }
.general.about #MainContent {
	max-width: 900px;
	margin-top: 2.25em;
}
.general #PageContent #mainText {
	margin-bottom: 1.75em;
	margin-left: .6em;
}
.general.about #PageContent #mainText {
	max-width: 100% !important;
}
.general.about #PageContent #mainText, .general.about h3#pagePromo {
	font: 1.24em/1.52em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.general.about #mainText p, .general.about #mainText .subTextGroup { margin-bottom: 1em; }
.general.about #contactUsWrap  .button.mini {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
	font-size: .81em;
	padding-top: .38em;
	padding-bottom: .38em;
	color: #333;
}
.general.about h3#pagePromo { font-size: 1.13925rem; font-weight: normal; color: unset; }
.general.about #PageContent #mainText {
	padding-right: .6em;
}
.general.about #mainText .infoGraphic.full.main { max-width: 750px !important; }
.general.about #mainText p, .general.about #mainText ul, .general.about #mainText ol {
	max-width: 700px !important;
}
.general.about #mainText .infoGraphic.full.centered { margin-left: auto !important; margin-right: auto !important; }
@media screen and (min-width: 768px) {
	.general #PageContent #mainText { margin-left: 0; }
	.general.about h1#pageTitle, .general.about h2#pageSubTitle, .general.about h3#pageSubSubTitle, .general.about h3#pagePromo {
		margin-left: 0;
	}
}
@media screen and (min-width: 1024px) {
	.general #PageContent #mainText {
		max-width: 65%;
	}
	.general #PageContent #mainText.btwContent {
		max-width: 650px;
	}
	.simplemodal-container #mainText {
		max-width: 100%;
	}
}
#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: 700px;
}
.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: 98%;
    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, Candara, Segoe, "Segoe UI", Optima, 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: 100% !important;
}
@media screen and (min-width: 890px) and (max-width: 1023px) {
    .general #mainText .feastMap {
        width: inherit;
    }
}

/* 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;
	margin-top: 1em;
}
#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;
	padding-bottom: 0;
}
#btwSocialTools .at-share-btn-elements {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	width: 100%;
}
#btwSocialTools .at4-show {  width: 100%; }
@media screen and (max-width: 767px) {
	#btwAdditionalTools .button {
		margin-right: 1.5em;
		padding: 0.4em 1.25em .55em 1.25em;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.15em;
	}
	#btwAdditionalTools .button .additionalText {
		clear: both;
		display: block;
		font-size: 0.79em;
		font-weight: normal;
	}
}
#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;
	font-size: .95em;
}
#btwAdditionalTools #SocialIcons_1 {
	position: relative;
	clear: left;
}
#btwAdditionalTools .socialTools, #btwSocialTools {
	position: relative;
	margin: 0 auto .5em auto;
}
.general.about #mainText #btwText p, .general.about #mainText #btwText ul, .general.about #btwText #mainText ol {
	margin: 0 auto;
}
@media screen and (max-width: 589px) {
	#btwAdditionalTools br.blockElement {
		display: none;
	}
}
@media screen and (min-width: 590px) {
	.general #mainText #btwAdditionalTools {
		margin-bottom: 1em;
		width: 100%;
	}
	#btwAdditionalTools .button  {
		margin-bottom: 0;
	}
	#btwAdditionalTools .socialTools, #btwSocialTools {
		margin-top: 1em;
	}
}
@media screen and (min-width: 580px) {
	.general #mainText #btwAdditionalTools {
		margin-bottom: 0;
		display: flex;
		align-items: center;
		flex-flow: column;
	}
	#btwAdditionalTools .button  {
		width: 50%;
		max-width: 380px;
	}
}
.general #SocialIcons_2 #btwSocialTools {
	margin-bottom: 1.75em;
	margin-left: .6em;
}
@media screen and (min-width: 768px) {
	.general #SocialIcons_2 #btwSocialTools {
		margin-left: 0;
	}
	#btwAdditionalTools .button { max-width: 400px; margin-right: 25px; float: none; width: 60%;  }
	.general #mainText #btwSocialTools {
		width: auto;
		justify-content: center;
		display: inline-flex;
		margin: 1em auto;
	}
}
.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 #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;
	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) {
	.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;
		font-size: .85em;
		line-height: 1.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 {
	font: 1.25em/1.52em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	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: 770px;
	padding-bottom: 1em;
	padding-right: .6em;
}
@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;
}
@media screen and (min-width: 768px) {
	#pr-about-rcg p {
		padding-left: .6em;
	}
}
.press-back-link {
	clear: both;
	font-family: Cambria, Georgia, Serif;
	font-weight: bold;
	margin-left: .6em;
	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;
}

.general.press-release #PageContent {
	max-width: none;
}
.general.press-release #MainContent {
	max-width: 900px;
	margin-top: 2.25em;
}
.general.press-release #pageTitle {
	margin-bottom: 1em;
}
.general.press-release #PageContent #mainText {
	font: 1.25em/1.52em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	max-width: 100%;
	padding-right: .6em;
}
.general.press-release #mainText p, .general.press-release #mainText ul, .general.press-release #mainText ol {
	max-width: 700px;
	margin-bottom: 1em;
}
.general.press-release #mainText h4 {
	padding-top: 0;
}
@media screen and (min-width: 768px) {
	.general.press-release h1#pageTitle, #pr-date, .press-blip h4 {
		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: .3em;
    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: 95%;
    padding-bottom: 0.15em;
    padding-left: 3em;
    padding-top: .15em;
    font-size: 0.98em;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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% -551px 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;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ JQUERY MODAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.modal h2 {
	font-size: 1.5em;
}
.modal .buttonContainer {
	text-align: center;
	margin-top: 0.85em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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;
	-webkit-animation: fadeIn .45s 1 ease;
	animation: fadeIn .5s 1 ease;
}
#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: 1.1em;
	color: #222;
	text-align: center;
}
#InfoModal.type62 #InfoTitle {
	font-size: 1.0625em;
	line-height: 1.35em;
}
#InfoModal.rtItem #InfoTitle, #InfoModal.pillarItem #InfoTitle, #InfoModal.ayItem #InfoTitle {
	font-size: 1.3em;
}
#InfoModal.rtItem #InfoTitle::before, #InfoModal.pillarItem #InfoTitle::before, #InfoModal.ayItem #InfoTitle::before {
	width: 100%;
	height: 32px;
	content: ""; 
	display: block;
	margin-bottom: .45em;
}
#InfoModal.rtItem #InfoTitle::before {
	background: url(https://images.azureedge.net/images/interface/article_logo_rt.png) no-repeat center center;
} 
#InfoModal.pillarItem #InfoTitle::before { 
	background: url(https://images.azureedge.net/images/interface/article_logo_pillar.png) no-repeat center center; 
}  
#InfoModal.ayItem #InfoTitle::before { 
	background: url(https://images.azureedge.net/images/interface/article_logo_ay.png) no-repeat center center;
	margin-top: .3em;
	margin-bottom: .65em;
}
#InfoModal #InfoPromo {
	font-size: 1em;
	line-height: 1.3em;
	color: #3f3f3f;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 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;
	}
	.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: Calibri, Candara, Segoe, "Segoe UI", Optima, 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;
}
@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;
	-webkit-animation: messageSlideUp 1s 1 ease-in, fadeIn 1s 1 ease-in .5s;
	animation: messageSlideUp 1s 1 ease-in, fadeIn 1s 1 ease-in .5s;
	-webkit-transition: width 1.5s ease, background 1.5s ease, border 1.5s ease, top 1.5s ease 1.65s;
	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 .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: 15px;
	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;
}
#adminToolbox {
	position: fixed;
	bottom: 0px;
	right: 10px;
	width: 40px;
}
.adminTool {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 10px;
	border-radius: 100%;
}
#refreshCache {
	background: #dfdfdf url(https://images.azureedge.net/rt/images/interface/sprite_rt_admin.png) no-repeat center -300px;
	background-size: 31px auto;
}
#copyURL {
	background: #dfdfdf url(https://images.azureedge.net/rcg/images/interface/sprite_admin_btn_icons.png) no-repeat center -1173px;
}
#editPage {
	background: #dfdfdf url(https://images.azureedge.net/rcg/images/interface/sprite_admin_btn_icons.png) no-repeat center -795px;
}
.adminTool.wToolTip[tooltip]::after {
	top: 3px;
	right: 53px;
	left: auto;
}
.adminTool.wToolTip[tooltip]::before {
    bottom: 6px;
    left: -25px;
    background-position: center -275px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE EFFECTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@keyframes messageSlideUp {
	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;
	}
}

@-o-keyframes messageSlideLeft /* Opera */
{
	0% {
		right: -500px;
	}

	100% {
		right: 0;
	}
}

@keyframes slideVertically {
	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;
	}
}

@-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;
	}
}

@-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;
	}
}


@-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;
	}
}

@-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);
	}
}


@-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;
	}
}

@-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;
	}
}


@-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;
	}
}

@-webkit-keyframes fadeOutSlowly /* Safari and Chrome */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOutSlowly /* Opera */
{
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@-webkit-keyframes sheen /* Safari and Chrome */ {
  100% {
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@-o-keyframes sheen /* Opera */ {
  100% {
    -o-transform: rotateZ(60deg) translate(1em, -9em);
  }
}






/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SCREEN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general:not(.rcg.v2) {
	font-size: 98%;
}
.general #mainText .registeredSymbol {
	font-size: 0.8125em;
	top: 2px;
	color: #333;
}
.warning .actionButtons .button {
	font-size: 0.9375rem !important;
}
@media screen and (min-width: 600px) {
	.general .button.continue .note {
		display: inline !important;
		float: none !important;
	}
}
#helpCompact {
	margin-right: 0;
}
.general .moreNavOptions {
	top: 1.7em;
}
.general #compactNavOptions a.navCompactOption, .general #secondaryItems a.navCompactOption {
	height: 32px;
}
.general #mainNavRequests .noNotification {
	right: 0 !important;
}
.general span.noNotification:not(.long) {
	width: 12px;
	height: 23.3px;
	line-height: 1.7em;
	margin-bottom: 0;
}
.general span.noNotification.long {  
	padding-top: 3px;
    padding-bottom: 3px;
	font-size: .82em;
	width: 26px;
	height: 26px;
	line-height: 1.5em;
	box-sizing: border-box;
	margin-top: 6px;
	top: 3px;
    margin-bottom: -6px;
	padding-left: .3em;
}
.slide .multiOptionButton .mobHead {
	font-size: 89%;
}
.displayByGrid .product.wtcItem.video .multiOptionButton, .wtcVideo .multiOptionButton {
	padding-right: 1.7em !important;
}
.footerContainer #footerContact.button {
	font-size: 0.93rem;
}
.footerContainer #cmdFooterSubscribe.button {
	font-size: 0.875rem;
	line-height: 1.8em;
	height: 23px;
}
.saveForLater.button {
	font-size: 79%;
	width: auto;
	max-width: 100%;
	display: inline-block;
	padding: .6em 1em .6em 1em !important;
}
.saveForLater.button.burgundy .stampBookmark {
	background-position: 0 -1060px;
	margin-right: -6px;
}
.saveForLater.button.burgundy {
	font-size: 1.09375em;
}
.button.litOrderSuccess .checkmarkStamp {
	background: url(https://images.azureedge.net/images/interface/sprite_cart_icons_hires.png) no-repeat scroll 0 -442px;
	background-size: auto;
	width: 34px;
	height: 34px;
	display: inline-block;
	position: relative;
	opacity: .75;
	margin-bottom: -6px;
	top: -3px;
	background-size: 100% auto;
}
.button.litOrderSuccess:not(.inQueue) .checkmarkStamp {
	display: none; 
}
#LiteratureRequestQueue .button {
	background-image: none;
}
.multiOptionButton .mobHead {
	margin-left: 0;
}
@media screen and (max-width: 445px) {
	.litScroller .slide .subslide .multiOptionButton .mobHead {
		left: auto;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

@media screen and (min-width: 1024px) {
	.listing .fixedTools #LeftToolbarContent {
		height: 96% !important;
	}
	.fixedNav #userControls .moreUserOptions {
		top: 34px !important;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SITE-WIDE ALERT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.literatureNotice.fixedAlert .wrapper.alert .graphicLink .playerSkin::before {
	opacity: .5;
	-webkit-transition: all .65s ease;
	transition: all .65s ease;
}
.literatureNotice.fixedAlert .wrapper.alert.linkHover .graphicLink .playerSkin::before {
	width: 0 !important;
	-webkit-transition: all .65s ease;
	transition: all .65s ease;
}
.literatureNotice.video .wrapper.alert .graphicLink {
	-webkit-transition: all .65s ease;
	transition: all .65s ease;
}
.literatureNotice.video .wrapper.alert .bubbleContainer {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.literatureNotice.video.fixedAlert .wrapper.alert.linkHover .bubbleContainer {
	-webkit-transform: rotateY(-6deg);
	transform: rotateY(-6deg);
}
.literatureNotice.video.fixedAlert .wrapper.alert .bubbleContainer {
	-webkit-transform: rotateY(-3deg);
	transform: rotateY(-3deg);
}
.literatureNotice.video.fixedAlert .wrapper.alert .bubbleContainer, .literatureNotice.video .wrapper.alert .bubbleContainer {
	-webkit-transition: all 0s ease 0s !important;
	transition: all 0s ease 0s !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BREADCRUMB ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#Breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
}
#Breadcrumbs .crumb {
	font-size: 0.765625rem;
	line-height: 1.8em;
	padding-bottom: .17em;
	padding-top: .17em;
}
@media screen and (min-width: 768px) {
	#Breadcrumbs .crumb {
		padding-bottom: 0.25em;
		line-height: 1.78em;
	}
}
#Breadcrumbs .crumb.root .icon.home {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
#Breadcrumbs .crumb.root .icon.home {
	top: -2px !important;
	position: relative;
}
#Breadcrumbs .crumb.wArrow.secondary {
	padding-left: 2.3em !important;
}
@media screen and (max-width: 767px) {
	#Breadcrumbs .crumb.root .text {
		display: none;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOOLTIPS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.toolTip {
	font-size: .9em !important;
}
.general.pl .navItem .toolTip {
	top: 4.25em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (max-width: 1023px) {
	.menuItem .menuItemLink {
		width: 96.5% !important;
	}
}
@media screen and (max-width: 599px) {
	.listing.library .sortHeading .backToTop {
		padding-left: 1.75em !important;
		background-position: 7px -113px !important;
	}
}
@media screen and (min-width: 1024px) {
	.format.menuSection .menuItem .menuItemLink {
		border-radius: 3px !important;
	}
	.format.menuSection .menuItem .menuItemLink:hover {
		text-decoration: none !important;
	}
}
.search .product .sideOptions {
	margin-bottom: 2.5em;
	margin-top: .65em !important;
}

.search .sideOptions .option .button, .search .sideOptions .option .button.withArrow {
	padding-left: 1em !important;
	padding-right: 1em !important;
	display: block;
	height: auto;
	padding-bottom: .45em;
	padding-top: .5em;
	min-height: 25px;
}
.sideOptions .option .button:not(.mp3):not(.realplayer) {
	font-size: 0.78125rem;
	font-family: Georgia, serif;
}
.sideOptions .option .button.burgundy, .bookmarked .sideOptions .option .button.burgundy {
	padding-bottom: .45em !important;
	padding-top: .5em !important;
}
.sideOptions .option .button.litOrderSuccess {
	font-size: 15px !important;
}
.sideOptions .option .button.litOrderSuccess .checkmarkStamp {
	top: .3em;
	left: .3em;
}
@media screen and (min-width: 768px) {
	.sideOptions .option .download {
		font-size: 82%;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.displayByGrid .product .bookmarkedReminder {
		top: 2.72em !important;
	}
}
.displayByGrid .product.wtcItem .multiOptionButton, .wtcVideo .multiOptionButton, .displayByGrid .product.wtcItem .multiOptionButton {
	width: 7.45em;
}
.listing .displayByGrid .product.sermon .multiOptionButton, .listing .displayByGrid .product.trendReport .multiOptionButton,
	.listing .displayByGrid .product.cbl .multiOptionButton {
	width: 9em !important;
}
.listing .displayByGrid .product.cbl .multiOptionButton#mob_711 {
	width: 7em !important;
}
.product .seriesWrapper .seriesToggle {
	opacity: 1 !important;
}

.homepage .module.video .moduleCoverContainer {
	width: 18em !important;
	left: -.2em !important;
}
.module.featuredBook.video .showMoreInfo .icon.info {
	background-size: 20px auto;
	top: 20px !important;
}
.homepage .module.video .multiOptionButton {
	width: 8em;
}

/* Bookshelf */
.seriesItem .read.icon .text {
	font-size: 90% !important;
	top: .82em !important;
	right: 1em !important;
}
.product.video .productCover img, .product.audio .productCover img {
	height: auto !important;
}
.general .bookmarks.ui-sortable .product .bottomOptions {
	margin-bottom: 0 !important;
}
.general .bookmarks .product .bottomOptions .bookmarkTools .move .button .helpText {
	font-size: 79% !important;
}


/* Orientation */
@media screen and (max-width: 599px) and (orientation: landscape) {
	.product .seriesWrapper .seriesBox .seriesItem {
		padding-bottom: 0 !important;
		padding-top: .3em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MODULES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.module.right .buttonContainer.multi {
	min-width: 270px;
}
.aboutAuthor .text ul {
	margin-left: .8em;
}
@media screen and (min-width: 600px) {
	.aboutAuthorContent .imageContainer:hover .imageShaper {
		border-radius: 2px !important;
	}
}
@media screen and (max-width: 1649px) {
	.literature .module.right .buttonContainer.multi {
		margin-top: .25em;
		min-width: 0;
	}
	.literature .module.right .buttonContainer.multi .button:first-child, .literature .module.right .buttonContainer.multi .button:last-child {
		border-radius: 3px 3px 3px 3px;
		display: block;
		float: none;
		margin-top: 1.25em;
		margin-bottom: .5em;
		width: 200px;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HOMEPAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* Homepage news box */
.homepage .module .newsTicker {
	font-size: 90%;
}
#newsBox .scrollerTool.right.button {
	background-position: 11px -162px;
}
#newsBox .scrollerTool.left.button {
	background-position: 4px -72px;
}

/* Homepage Daily Audio */
.dailyAudioList {
	margin-bottom: -.95em;
}
@media screen and (max-width: 900px) {
	.dailyHeaderText .dailyAudioByline {
		margin-top: -2.25em;
	}
}
.dailyAudioAbout {
	top: -2.4em;
}
@media screen and (min-width: 1024px) {
	.homepage .module.video .noticeTagline {
		width: 75%;
	}
}
@media screen and (min-width: 1128px) {
	.homepage .module.video .noticeTagline {
		width: 90%;
	}
}
@media screen and (min-width: 1280px) {
	.homepage .module.video .noticeTagline {
		width: 115%;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#inlineSubscribeContainer .button.burgundy {
	padding-bottom: .65em;
	padding-top: .5em;
	top: 1.65em;
}
@media screen and (min-width: 768px) {
	.general .languageStamp { top: 5px !important; left: 2px !important; position: relative !important; float: left; margin-right: 9px; }
	.general #footerLinksContainer #langSetting {
		padding-left: .5em !important;
	}
	.general #footerLinksContainer #langSetting { top: 0; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LITERATURE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (min-width: 900px) {
	.literature.general #mainText .inlineNotice.rcgNotice .inlineNoticeMOB {
		top: 3em;
	}
}
.general.literature #mainText .image.inset ol.column.right {
    margin-right: 0 !important;
}
@media screen and (min-width: 480px) {
    .general.literature #mainText .image.inset ol.column.right {
        padding-right: 0 !important;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ADS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#beingCalledNotice.popup.personal h1 {
	text-shadow: 0 0 0 transparent;
}

/*Popup */
@media screen and (min-width: 768px) {
	.popup.personal .button {
		margin-left: auto !important;
		margin-right: auto !important;
		min-width: 180px !important;
	}
	.popup.personal .button.cancel {
		min-width: 214px !important;
	}
	.personal.notice .consentText.shown {
		height: 110% !important;
	}
	.personal.notice .consentText .text {
		margin-top: 4em;
		display: block !important;
	}
}
@media screen and (min-width: 768px) and (min-height: 535px) {
	.personal.notice .consentText.shown {
		display: block !important;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LANDING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.landing.general .landingSection .button {
	font-size: 0.796875rem !important;
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}
.landing.general .landingSection .button .icon {
	position: relative;
	top: -2px;
}


/* CI Report */
.ciForm a.toggle {
	font-size: 12px !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MEMBERS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.ms.player h3 { line-height: 1.25em; }
#bibleNotesBox.toolBox { display: inline-block; }
.toolBox .button.winToggle {
	float: left;
}
#sortJump.listingInlineSearch select { background-image: none !important; }
#sortJump.listingInlineSearch:not(.fixed) select { top: 58px !important; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.bk-book.book-3 .bk-cover h2 .bk-title, .homepage .bk-book .bk-cover h2 .bk-title {
	font-size: 23px !important;
	font-family: Georgia, serif !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ANIMATIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* pulse signal 10x */
@keyframes pulseSignal {
	0% { opacity: 1; }
	70% { opacity: 1; }
	100% { opacity: 0; }
}