/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GENERIC CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general {
	font: 100%/1.25em Calibri,Arial,sans-serif;	
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_pattern_light.png) repeat #FFF;
	box-sizing: border-box;
}
#NavPlaceholder {
	height: auto !important;
}
@media screen and (min-width: 1024px) {
	#NavPlaceholder {
		min-height: 40px !important;
	}
} 
#LoadingScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	font-size: 1.35em;
	background: hsla(0, 0%, 0%, .4);
	background: -moz-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0.85) 100%); /* FF3.6+ */
	background: -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.85))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* W3C */	
}
#LoadingScreen #LoadingWrap {
	background: hsla(232, 31%, 35%, .92);
	border: 7px solid hsla(233, 18%, 54%, 0.3);
	box-shadow: 0 0 1px hsla(232, 27%, 89%, .8);
	border-radius: 100%;
	padding: 1em;
	width: 145px;
	height: 145px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 25px;
	-moz-transition: top .5s ease, margin .5s ease;
	-webkit-transition: top .5s ease, margin .5s ease;
	-o-transition: top .5s ease, margin .5s ease;
	transition: top .5s ease, margin .5s ease;
}
@media screen and (min-height: 350px) {
	#LoadingScreen #LoadingWrap {	
		top: 37%;
	}
}
@media screen and (min-height: 580px) {
	#LoadingScreen #LoadingWrap {			
		width: 200px;
		height: 200px;
	}
}
#LoadingScreen #LoadingWrap img {
	opacity: .7;
	position: relative;
	top: 7%;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#PageContent {
	clear: both;
	margin-bottom: -4px;
	position: relative;
}
.home #PageContent {
	top: -3px;
}
.pageTitle, #pageTitle {
	font-family: Cambria,Georgia,Serif;
	line-height: 1.45em;
	color: #444;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}
.sectionTitle {
	font-family: Cambria,Georgia,Serif;
	font-size: 1.25em;
	margin-bottom: .75em;
	color: #333;
	text-align: center;
	margin-top: 1em;
	line-height: 1.25em;
}
#LoadingScreen .pageTitle {
	font-weight: bold;
	line-height: 1.3em;
	color: #DCDEEB;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25%;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.pagePromo {
	text-align: left;
	margin-bottom: 1.5em;
	padding: 0 1em;	
	font-family: Calibri, Arial, Helvetica;
	font-size: .87em;
	font-weight: bold;
	color: #444;
}
@media screen and (min-width: 1024px) {
	#PageContent {
		/*min-height: 23em;*/
	}
	.pageTitle, #pageTitle, .sectionTitle {
		text-align: left;
	}
	.pagePromo {
		padding-left: .1em;
	}
}
a {
	color: #39449d;
	font-weight: bold;
	text-decoration: none;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a:hover {
	color: #222962;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.icon.subscribe {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_subscribe.png) no-repeat center -283px;
	border: 2px solid #353b64;
	border-radius: 4px;
	margin-left: .35em;
	position: relative;
	top: -3px;
	text-indent: -2000%;
	color: transparent;
}
a.ren-link {
	border-bottom: 1px dotted;

	text-decoration: none;
}
a.ren-link:hover {
	border-bottom: 1px solid;
}
a .hiddenIcon {
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;	
	transition: opacity 1s ease;
}
a.outsideLink {
	margin-left: 1px;
	white-space: pre-wrap;
}
a.outsideLink em {
	margin-left: -1px;
}
a.outsideLink .icon {
	display: inline-block;
	background: url("https://images.azureedge.net/wtc/images/interface/icn_fav_sprites_greyscale.png") no-repeat scroll 1px -25px #F2F2F2;
	border: 1px solid #C0C0C0;
	box-shadow: 1px 1px 0 #FFF;
    height: 16px;
    margin-right: 5px;
    padding: 1px;
    width: 16px;
    position: relative;
    margin-top: 0;
    top: 5px;
    opacity: .65;
    border-radius: 2px;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
a.outsideLink.rt .icon {
	background-position: 1px -51px;
}
a.outsideLink.wtc .icon {
	background-position: 1px 1px;
}
a.outsideLink.rcg:hover {
	color: #660f27;	
}
a.outsideLink.rt:hover {
	color: #3D0F0F;	
}
a.outsideLink:hover .icon {
	opacity: 1;
	border-color: #AAA;
	background-image: url("https://images.azureedge.net/images/interface/icn_fav_sprites.png");
	-moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
a:hover .hiddenIcon {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .75s ease;
	-webkit-transition: opacity .75s ease;
	-o-transition: opacity .75s ease;
	transition: opacity .75s ease;
}
.highlightBox {
	border-radius: 2px 2px 2px 2px;
	background: #951212;
	box-shadow: 1px 1px 1px #F5F5F5;
	color: #E7E7E7;
	font-size: 92%;
	margin-left: 2px;
	padding: 0.2em 0.55em 0.12em 0.55em;
	text-shadow: 0 1px 0 #666;
	text-transform: uppercase;
	-moz-transition: color 0.1s ease, background .3s ease;
	-webkit-transition: color 0.1s ease, background .3s ease;
	-o-transition: color 0.1s ease, background .3s ease;
	transition: color 0.1s ease, background .3s ease;
}
a:hover .highlightBox {
	color: #FFF;	
	-moz-transition: color 0.1s ease, background .3s ease;
	-webkit-transition: color 0.1s ease, background .3s ease;
	-o-transition: color 0.1s ease, background .3s ease;
	transition: color 0.1s ease, background .3s ease;
}
.notOpaque {
	opacity: 0;
	-moz-transition: opacity .5s ease .5s;
	-webkit-transition: opacity .5s ease .5s;
	-o-transition: opacity .5s ease .5s;
	transition: opacity .5s ease .5s;
}	
.opaque {
	opacity: 1;
	-moz-transition: opacity .5s ease .5s;
	-webkit-transition: opacity .5s ease .5s;
	-o-transition: opacity .5s ease .5s;
	transition: opacity .5s ease .5s;
}
.solidBorder {
	border-top: 1px solid #AAA;
	margin: 0.75em auto;
	width: 97%;
}
.solidBorder.dark {
	border-top: 1px solid #000;
}
.solidBorder.dark.lightShadow {
	border-bottom: 1px solid #646a92;
}
.moduleHeader {
	color: #444;
	font-family: Cambria,Georgia,Serif;
	font-size: 0.984375em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 0.5em;
	text-align: center;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOCIAL TOOLS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.fb_iframe_widget iframe {
	z-index: 90;
}
#_atssh { display: none; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ICONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.icon {
	display: inline-block;
}
.popup .close.icon {
	display: inline-block;
	width: 40px;
	height: 40px;	
	position: absolute;
	top: 7px;
	right: 10px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_x.png) no-repeat scroll left 5px transparent;
	opacity: 0.95;
	text-indent: -1000%;
	font-size: 0.75em;
	padding-top: 12px;
	font-weight: bold;
	color: hsla(0, 0%, 89%, 0);
	text-align: right;
	cursor: pointer;
	-moz-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-webkit-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-o-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
}
.popup .close.icon:hover, .popup .close.icon:active, .popup .close.icon:focus {
	opacity: 1;	
	-moz-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	-webkit-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	-o-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;	
}
.warnIcon {
	background: url("https://images.azureedge.net/images/interface/icn_warning.png") no-repeat scroll left center transparent;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent !important;
    display: inline-block;
    height: 33px;
    position: relative;
    top: 0;
    width: 48px;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PRODUCT FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#ProductFooter {
	height: auto;
	width: auto;
}
#ProductFooter br.blockElement {
	display: none;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOOLTIP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.toolTip {
	display: block;
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	font-weight: bold;
	opacity: 0;
	z-index: 200;
	padding: .4em 1em;
	background: #525a97;
	box-shadow: 1px 0 2px #FEFEFE;
	color: #FEFEFE;
	text-align: center;
	right: auto;
	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;
}
.wToolTip {
	position: relative;
}
.wToolTip:hover .toolTip {	
	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 {	
	display: block;
	height: 25px;
	left: 15%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -11px;
	width: 30px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_comment_bubble_top.png) no-repeat 0 0 transparent;
}
.toolTip.right .commentBubbleTop {
	background-position: 0 -67px;
	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.grey .commentBubbleTop {
	background-position: 0 -34px;
}
.toolTip.top .commentBubbleTop {
	background-position: 0 -195px;
	bottom: -21px;
	top: auto;	
}
.toolTip.top.grey .commentBubbleTop {
	background-position: 0 -162px;
}
.toolTip.grey.right .commentBubbleTop {
	background-position: 0 -109px;
}
.toolTip a {
	color: #E8E8E8;
}
.toolTip a:hover {
	color: #FFF;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUTTONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.button, a.button {
	border: 1px solid #777;
	box-shadow: 0 0 3px #999;
	color: #404040;
	font-family: Cambria, Georgia, Serif;
	font-size: 0.8727272727272727em;
	width: auto;
	padding: .7em 1.25em;
	border: 1px solid #888;
	box-shadow: 0 1px 1px #FEFEFE;
	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 */
	cursor: pointer;
	display: inline-block;	
	box-shadow: 0 0 3px #999;
	font-weight: bold;			
	border-radius: 2px 2px 2px 2px;	
	text-decoration: none;	
	line-height: 1.22em;
}
.button:hover, a.button: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;
	box-shadow: 0 0 3px #AAA;
}
.button.grey:hover, a.button.grey, .button.grey:hover, a.button.grey:hover {
	box-shadow: 1px 1px 0 #F9F9F9;
}
.button.edit, .button.edit:hover, .button.remove, .button.remove:hover {
	color: #FFF;
	box-shadow: 1px 1px 3px #999;
	padding: .3em 0;
	text-align: center;
	width: 80px;
}
.button.edit.inactive {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_violet_gradient_ie.jpg) repeat-x 0 top #3b4370; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9bddc 0%, #565e9e 4%, #3b4370 68%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop(4%,#565e9e), color-stop(68%,#3b4370), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* W3C */
	border-color: #3B4370;
}
.button.edit.inactive:hover {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_violet_gradient_ie_hover.jpg) repeat-x 0 top #3b4370; /* Old browsers */
	background: -moz-linear-gradient(top, #b9bddc 0%, #565e9e 4%, #565e9e 50%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop( 4%,#565e9e), color-stop(50%,#565e9e), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* W3C */
}
.button.edit.active, .button.green {
	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+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#659600 68%,#659600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 5%,#659600 68%,#659600 100%); /* W3C */
}
.button.edit.active:hover, .button.green:hover {
	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+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* W3C */
	border-color: #659600;
}
.button.green, .button.green:hover {
	color: #FFF;
	border-color: #659600;
	text-shadow: none;
}
.button.remove {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_red_gradient_ie.jpg) repeat-x 0 top #620c0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea1414 0%, #881010 4%, #620c0c 68%, #620c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea1414), color-stop(4%,#881010), color-stop(68%,#620c0c), color-stop(100%,#620c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea1414 0%,#881010 4%,#620c0c 68%,#620c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea1414 0%,#881010 4%,#620c0c 68%,#620c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea1414 0%,#881010 4%,#620c0c 68%,#620c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea1414 0%,#881010 4%,#620c0c 68%,#620c0c 100%); /* W3C */
	border-color: #620C0C;
}
.button.remove:hover {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_red_gradient_ie_hover.jpg) repeat-x 0 top #620c0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea1414 0%, #881010 4%, #881010 68%, #620c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea1414), color-stop(4%,#881010), color-stop(68%,#881010), color-stop(100%,#620c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea1414 0%,#881010 4%,#881010 68%,#620c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea1414 0%,#881010 4%,#881010 68%,#620c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea1414 0%,#881010 4%,#881010 68%,#620c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea1414 0%,#881010 4%,#881010 68%,#620c0c 100%); /* W3C */
}
.button.blueGloss, a.button.blueGloss {
	color: #FEFEFE;
	font-size: .95em;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	padding: 0.6em 1.4em;
	border: 1px solid #3B4370;
	margin: .5em 0; 
	box-shadow: 0 0 3px #CCC;
	position: relative;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_violet_gradient_ie.jpg) repeat-x 0 top #3b4370; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9bddc 0%, #565e9e 4%, #3b4370 68%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop(4%,#565e9e), color-stop(68%,#3b4370), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* W3C */
}
.button.blueGloss:hover, a.button.blueGloss:hover {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_violet_gradient_ie_hover.jpg) repeat-x 0 top #3b4370; /* Old browsers */
	background: -moz-linear-gradient(top, #b9bddc 0%, #565e9e 4%, #565e9e 50%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop( 4%,#565e9e), color-stop(50%,#565e9e), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* W3C */
}
.button.blueGloss.mini, a.button.blueGloss.mini, .button.grey.mini, a.button.grey.mini {
    box-shadow: 0 1px 0 hsl(0, 0%, 98%);
    display: inline-block;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 0.625em;
    margin: 0.2em auto;
    padding: 0.32em 0.65em 0.3em;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    width: auto;
}
.button.goldGloss, a.button.goldGloss {
	background: rgb(247,233,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,233,46,1) 0%, rgba(227,187,12,1) 4%, rgba(202,166,6,1) 68%, rgba(202,166,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,233,46,1)), color-stop(4%,rgba(227,187,12,1)), color-stop(68%,rgba(202,166,6,1)), color-stop(100%,rgba(202,166,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,233,46,1) 0%,rgba(227,187,12,1) 4%,rgba(202,166,6,1) 68%,rgba(202,166,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,233,46,1) 0%,rgba(227,187,12,1) 4%,rgba(202,166,6,1) 68%,rgba(202,166,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,233,46,1) 0%,rgba(227,187,12,1) 4%,rgba(202,166,6,1) 68%,rgba(202,166,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,233,46,1) 0%,rgba(227,187,12,1) 4%,rgba(202,166,6,1) 68%,rgba(202,166,6,1) 100%); /* W3C */
	border-color: #CAA606;
}
.button.playlistControl.added {
	background: transparent !important;	
	color: #3b550d;
	border-color: transparent !important;
	padding: 0.25em 0 .38em 0;
	width: auto !important;
	box-shadow: 0 0 0 transparent !important;
}
.button.playlistControl.added .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll left 1px transparent !important;	
	opacity: 1;
	left: auto;
	position: relative;
	width: 35px;
	min-height: 30px;
}
.button.playlistControl.added .toolTip {
	-moz-transition: opacity .75s ease .15s;
	-webkit-transition: opacity .75s ease .15s;
	-o-transition: opacity .75s ease .15s;
	transition: opacity .75s ease .15s;
}
.button.playlistControl.added:hover .toolTip {
	opacity: 1;
	-moz-transition: opacity .75s ease .15s;
	-webkit-transition: opacity .75s ease .15s;
	-o-transition: opacity .75s ease .15s;
	transition: opacity .75s ease .15s;
	visibility: visible;
	font-size: 95%;
}

/* Play/playlist buttons ----------------------------------- */
.button.playlistControl.blueGloss, .button.startPlaying.blueGloss {
	box-shadow: 0 0 0 transparent;
	/*padding-left: 3.5em;*/
	padding-left: 2.75em;
	padding-right: 1em;
}
.button.playlistControl.added .text {
	position: relative;
	top: 4px;
}
.button.playlistControl .icon, .button.startPlaying .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_action_icons.png") no-repeat scroll center -140px transparent;
	background-size: 32px auto;
	display: inline-block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.button.playlistControl .icon {
	background-position: center -96px;
}
.button.playlistControl:hover .icon {	
	/*background-position: center 3px;
	-moz-background-position: center 4px;*/
}
.button.startPlaying:hover .icon {
	/*background-position: center -41px;
	-moz-background-position: center -42px;*/
}

@media screen and (min-width: 1024px) {
	.button.playlistControl, .button.startPlaying {
		padding: 0.28em 1.25em 0.38em 23px;
		border-radius: 3px;
	}	
	.button.startPlaying {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

/* Buttons with Icons built in */
.button.buttonIcon, a.button.buttonIcon {
	display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    width: 150px;
    color: #FFF;
	font-size: 1.15em;
	padding-left: 1.3em;
	padding-right: .25em;
}
.button.buttonIcon.subscribe {
	padding-left: 0;
	line-height: 1em;
}
.button.buttonIcon .icon, .button.buttonIcon .textWrapper {
    display: table-cell;
    height: 100%;
    padding-bottom: 0.6em;
    padding-top: 0.5em;
}
.button.buttonIcon.subscribe .icon, .button.buttonIcon.subscribe .textWrapper {
	padding-bottom: .55em;	
	padding-top: .45em;
}
.button.buttonIcon .icon {
    border-right: 1px solid #262a4d;
    height: 100%;
    width: 22%;
}
.button.buttonIcon.subscribe:hover .icon {
	border-right: 1px solid #3e4471;
	opacity: .95;
}
.button.buttonIcon .icon.subscribe {
	border-width: 0 1px 0 0;
	border-radius: 0 0 0 0;
	height: auto;
	margin-left: 0;
	text-indent: 0;
	top: auto;
	width: 27%;	
}
.button.buttonIcon .textWrapper {
    border-left: 1px solid #7b81a9;
    text-align: center;
    width: 76%;
}
.button.buttonIcon.subscribe:hover .textWrapper {
	border-left: 1px solid #777eb4;
}
.button.buttonIcon .textWrapper {
    text-align: center;
    text-shadow: 0 1px 0 #000;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAKE SELECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.fakeSelect {
	display: block;
	float: right;
	background: #f0f0f0;
	border: 1px solid #BABABA;
	box-shadow: 0 2px 3px #666;
    border-radius: 3px;	
    padding-bottom: 0.65em;
    padding-right: 1.25em;
    padding-top: .9em;
    position: absolute;
    right: .25em;
    top: -20px;
    overflow: hidden;
    width: 127px;
    height: auto;
    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;
}
.fakeSelect.expanded {
	max-height: none;
}
.fakeSelect.collapsed {
    height: 18px;
    transition: height 1s ease;
	border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    background: transparent;
    padding-bottom: .75em;
    padding-top: .3em;
    top: -10px;
}
.fakeSelect.collapsed:hover {
	background: #f0f0f0;
	border: 1px solid #BABABA;
	box-shadow: 0 2px 3px #999;
}
.fakeSelect .option {
	display: block;
	font-weight: bold;
	clear: both;
	color: #222;
	opacity: .85;
    text-shadow: 0 1px 0 #FFF;
    width: 89%;
    padding-bottom: 0.35em;
    padding-left: 3em;
    padding-top: 0.35em;
    font-size: 0.78125em;
    font-family: Arial, Helvetica, Sans-Serif;
    cursor: pointer;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.fakeSelect.expanded .option.Hidden {
	display: block !important;
}
.fakeSelect .option.Hidden:hover {
	background: #3D4473;
	text-shadow: 0 1px 0 #000;
	color: #e0e3f4;	
}
.fakeSelect .option.selected {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png") no-repeat scroll 13% -552px transparent;
	padding-right: 2em;
	opacity: .65;
}
.fakeSelect.expanded .option.selected {
	opacity: .4;
	color: #3D4473;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll 10px -643px transparent;
}
.fakeSelect.expanded .option.selected:hover {
	color: #3D4473;
	opacity: 1;
}
.fakeSelect .option .icon {
	display: inline-block;
}
.fakeSelect .option .icon.user {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_user.png") no-repeat scroll center -341px transparent;
    height: 19px;
    width: 35px;
    margin-left: -.5em;
	position: relative;
}
.fakeSelect.expanded .option .icon.user {
	background-position: center -341px;
	top: 1px;
}
.fakeSelect.expanded .option:hover .icon.user {
	background-position: center -445px;
}
.fakeSelect.expanded .option.selected:hover .icon.user {
	background-position: center -395px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.fakeSelect.expanded .option .icon.user {
		top: -1px;
	}
	.fakeSelect .option .icon.user {
		top: -2px;
	}
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.fakeSelect .option .icon.user {
		top: 0;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING ALERT  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
body.blur > *:not(.noBlur) {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
	position: relative;
	-moz-transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}
body.removeBlur > *:not(.noBlur) {
	-moz-animation: unBlur 2s 1 ease;
	-webkit-animation: unBlur 2s 1 ease;
	-o-animation: unBlur 2s 1 ease;
	animation: unBlur 2s 1 ease;
}
body.blur .faderBG {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color:hsla(0, 0%, 56%, .4);
	-moz-transition: all .9s ease .5s;
	-webkit-transition: all .9s ease .5s;
	-o-transition: all .9s ease .5s;
	transition: all .9s ease .5s;
}
.warning {
	z-index: 9999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fullscreen.warning {
	position: fixed;
}
.warning.top {
	position: relative;
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #888;
}
@media screen and (min-width: 600px) {
	.warning.top {
		border-bottom: 2px solid #686868;
	}
}
@media screen and (min-width: 650px) {
	.greyBackground.warning.top {
		border-bottom: 0 none;
		background: #E7E7E7;
	}
}
@media screen and (min-width: 900px) {
	.greyBackground.warning.top {
		padding-bottom: .75em;
	}
}
.warning .contentBox {
    margin: 0 auto;
    padding: 1.5em 1.25em;
    position: relative;
}
.warning.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 a.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 {
		background: #FFF;
	}
}
@media screen and (min-width: 900px) {
	.greyBackground.warning.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 {
		max-width: 85%;
	}
}
.warning .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;
}
.warning .close:hover {
	cursor: pointer;
	opacity: 1;
}
@media screen and (min-width: 600px) {
	.warning.fullscreen .close {
		top: 0.92em
	}
	.warning.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 {
	display: block;
	clear: both;
	color: #333;
	margin-top: .75em;
	padding: .25em .55em .25em .5em;
}
.warning.top .consentText {
	margin-top: .25em;
	padding-bottom: 0;
}
@media screen and (min-width: 600px) {
	.warning .consentText {
		top: 30%;
	}
}
.warning .consentText a {
	font-weight: bold;
	outline: 0;
}
.warning .consentText a:hover {
	border-bottom: 1px solid;
}
.warning.fullscreen .actionButtons {
	margin-right: auto;
	text-align: right;
}
.warning.top .actionButtons {
	padding-left: .5em;
	text-align: left;
}
.warning .actionButtons .button {
	border: 0 none;
	box-shadow: 0 0 0 transparent;
	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;
}
.warning .actionButtons .button:hover {
	box-shadow: 0 0 0 transparent;
}
.general .button.continue {
	position: relative;
	padding-left: 3.25em;
	background: #75A71A;
	opacity: 1;
}
.general .warning .button::after {
	background: url(https://images.azureedge.net/images/interface/sprite_js_cookies.png) no-repeat 5px -153px;
	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 .button.instructions::after {
	background-position: 3px -56px;
}
.general .button.continue .note {
	font-size: .75em;
}
.general .button.continue:hover {
	background: #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: #37739C;
}
.general .button.instructions:hover {
	background: #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 {
		margin: 1em auto 0 auto;
		width: 70%;
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.warning .actionButtons .button {
		margin-top: .5em;
	}
	.general .actionButtons .button:not(:last-child) {
		margin-right: 1.25em;
	}
	.general .button.continue .note {
		float: right;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AJAX LOADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.ajaxLoader {
	display: block;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: auto;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INFO ICON ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.info.icon {
	display: inline-block;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_info.png) no-repeat center 0;	
	width: 45px;
	height: 29px;
	text-indent: -1000%;
	opacity: .7;
	cursor: pointer;
	-moz-transition: opacity .3s ease;
/* causes problems in Chrome -webkit-transition: opacity .3s ease;*/
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.info.icon:hover {
	opacity: 1;
	-moz-transition: opacity .3s ease;
/* causes problems in Chrome -webkit-transition: opacity .3s ease; */
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PLAY OVERLAY ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.playOverlay {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50% transparent;
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%,  -moz-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0.85) 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.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.85))); /* Chrome,Safari4+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%,  -webkit-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%,  -o-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Opera 12+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%,  -ms-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%,  radial-gradient(ellipse at center,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* W3C */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity .5s ease, visibility 0s .51s;
	-webkit-transition: opacity .5s ease, visibility 0s .51s;
	-o-transition: opacity .5s ease, visibility 0s .51s;
	transition: opacity .5s ease, visibility 0s .51s;
}
.imageOrProgressWrapper:hover .playOverlay {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PROGRESS BAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.progress {
	bottom: 0;
	display: block;
	padding: 0;
	position: absolute;
	text-align: center;	
	font-weight: bold; 	
}
.progress.finished {
	padding-bottom: .25em; 	
}
.bar.progress {
	margin-left: 7px;
	bottom: 7px;
	height: 7px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	background: #FFF;
	width: 82%;
	color: #fefefe; 
	opacity: .98; 
	border: 1px solid #AAA; 
	text-indent: -1000%;
}
.bar.progress .txtProgressPercentage {
	position: relative;
	top: -6px;
	font-size: 78%;
	filter: progid:DXImageTransform.Microsoft.DropShadow(offx=1, offy=1, color=#333333);
	display: inline-block;
}
.seriesItem .progress {
	position: absolute;
    right: 105px;
    top: 13px;
    width: 40%;	
    max-width: 105px;
}
.progress.finished {
	width: 100%;
	color: #e4f6a9;
	font-size: 90%;
	text-shadow: 0 2px 3px #000;	
}
.progress.finished .checkMark {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll left -1px transparent;
	background-size: 25px auto;
    display: inline-block;
    height: 20px;
    width: 30px;
}
.seriesItem .progress.finished {
	text-shadow: 0 0 0 transparent;
	color: #39530d;
	font-size: 80%;
	top: 10px;
	right: 32%;
	width: 40%;	
}
.seriesItem .progress.finished .checkMark {
	position: relative;
	top: -2px;
	background-position: left -1px;
}
@media screen and (min-width: 360px) {
	.seriesItem .bar.progress {
		max-width: none;
		right: 34%;
		width: 40%;	
		top: 13px;
	}
}
@media screen and (min-width: 600px) {
	.seriesItem .bar.progress {
		right: 25%;
		width: 50%;	
	}
	.seriesItem .progress.finished { 
		right: 23.5%;
		width: 50%;		
	}
}
@media screen and (min-width: 1024px) {
	.itemInfo .imageOrProgressWrapper .bar.progress {	
		width: 86%;
		margin-left: 0.9em;
		margin-bottom: .9em;
	}
	.itemInfo .bar.progress {
		z-index: 10;	
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUBBLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.bubbleContainer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.bubble {
	display: none;
	color: #FFF;
    font-family: Calibri,Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0 none;
    line-height: 1.25em;
}

/* Total Parts ------------------------ */
.totalParts.bubble {
	display: block;
	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 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding: 0.2em 0.5em;
    text-shadow: 0 2px 3px #000;
    text-align: right;
}
@media screen and (min-width: 1024px) {
	.bubbleContainer {
		left: -8px;
		right: auto;
		top: -7px;
		z-index: 60;
		width: auto;
	}
	.bubble, .totalParts.bubble {
		display: block;
		filter: none !important;
		border-radius: 3px 3px 3px 3px;
		border-radius: 2px 2px 2px 2px\0/;
		/*box-shadow: 0 1px 4px #000;*/
		font-size: 0.8em;
		padding: 0.1em .35em;
		text-align: center;
		width: auto;
		min-width: 40px;
		height: 19px;
		margin-top: 2px;
		text-shadow: 0 0 0 transparent;
	}
	.totalParts.bubble {
		background: #444;
		background: url(https://images.azureedge.net/wtc/images/interface/bg_black_gradient_bubble_ie.jpg) repeat-x 0 top #232323; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(68,68,68,1) 33%, rgba(34,34,34,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(33%,rgba(68,68,68,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 33%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 33%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 33%,rgba(34,34,34,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 33%,rgba(34,34,34,1) 100%); /* W3C */
	}
	.new.bubble {
		background: url(https://images.azureedge.net/wtc/images/interface/bg_green_gradient_bubble_ie.jpg) repeat-x 0 top #44630f; /* Old browsers */
		background: -moz-linear-gradient(top,  #b3dc3f 0%, #78ac1b 24%, #43600f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dc3f), color-stop(24%,#78ac1b), color-stop(100%,#43600f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b3dc3f 0%,#78ac1b 24%,#43600f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b3dc3f 0%,#78ac1b 24%,#43600f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b3dc3f 0%,#78ac1b 24%,#43600f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b3dc3f 0%,#78ac1b 24%,#43600f 100%); /* W3C */
	}
	.featured.bubble {
		background: url(https://images.azureedge.net/wtc/images/interface/bg_red_gradient_bubble_ie.jpg) repeat-x 0 top #370305; /* Old browsers */
		background: -moz-linear-gradient(top,  #ea1414 0%, #881010 20%, #330505 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea1414), color-stop(20%,#881010), color-stop(100%,#330505)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ea1414 0%,#881010 20%,#330505 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ea1414 0%,#881010 20%,#330505 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ea1414 0%,#881010 20%,#330505 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ea1414 0%,#881010 20%,#330505 100%); /* W3C */
	}
}
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.bubble {
		padding: 0 .35em !important;
	}
	.bubble.totalParts, .bubble.new, .bubble.featured {
		height: 22px;
		line-height: 1.5em;
	}
}

/* New ------------------------ */


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INFO POPUPS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#InfoModal {
	background: #FFF;
    border: 1px solid #BABABA;
    border-radius: 2px;
    box-shadow: 2px 3px 8px #444;
    padding: 0.5em .58em .25em .5em;
    z-index: 90;
    max-width: 350px;
    min-height: 219px;
    font: 100%/1.1em Arial, Helvetica, Sans-serif;
}
#InfoModal.Item565088 {
	max-width: 380px;
}
@media screen and (max-width: 768px) {
	#InfoModal {
		left: 2% !important;
	}
}
@media screen and (max-width: 1023px) {
	#InfoModal {
		width: 85%;
		max-width: 350px;
	}
	#InfoModal.Item565088 {
		max-width: 380px;
	}
}
@media screen and (min-width: 768px) {
	#InfoModal {	
		width: 350px;
	}
	#InfoModal.Item565088 {
		width: 380px;
	}
	#InfoModal.type249, #InfoModal.type250 {
		padding: 0.5em 0.6em 0.15em 0.52em;
	}
}
#InfoModal .close.icon {
	display: inline-block;
	width: 40px;
	height: 40px;	
	position: absolute;
	top: 7px;
	left: 10px;
	background: url(https://images.azureedge.net/wtc/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: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-webkit-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-o-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
}
#InfoModal .close.icon:hover, #InfoModal .close.icon:active, #InfoModal .close.icon:focus {
	opacity: 1;	
	-moz-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	-webkit-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	-o-transition: opacity .5s ease, color .5s ease, text-shadow .5s ease;
	transition: opacity .5s ease, 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%;
	}
}	

@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 */
	}
	.Item565088 #ImageOverlay {
		width: 381px;
		height: 236px;
	}
}
#InfoText {
	margin-bottom: .4em;
}
.type249 #InfoText, .type250 #InfoText {
	margin-top: .2em;	
}
#InfoModal #InfoTitle, #InfoPromo {
	padding: .4em .2em;		
}
#InfoModal #InfoTitle {
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	font-size: 0.984375em;
	color: #222;
}
#InfoModal #InfoPromo {
	font-size: 0.85em;
	color: #444;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;	
}
#InfoModal #InfoPromo {
	font-size: 0.85em;
	color: #444;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;	
}
#InfoModal .actionButtons {
	clear: both;
	margin: .5em auto 1em auto;	
	width: 100%;
}
#InfoModal .actionButtons .button {
	padding-top: .65em;
	padding-bottom: .65em;
	padding-left: 2em;
	width: 70%;
	max-width: 225px;
	min-width: 180px;
	display: block;
	text-align: center;
	margin: .65em auto;
	box-shadow: 0 0 0 transparent;
	position: relative;
}
#InfoModal .actionButtons .button.added {
	padding-right: 3.25em;
}
#InfoModal .actionButtons .button .icon, #InfoModal .button.playlistControl .icon, #InfoModal .button.startPlaying .icon {
	left: 2%;
	width: 43px;
	background-size: 30px auto;
}
#InfoModal .actionButtons .button .icon {
	display: none; /* for literature modals */
	opacity: .65;	
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#InfoModal.type249 .actionButtons .button .icon, #InfoModal.type250 .actionButtons .button .icon {
	display: inline-block;
}
#InfoModal .actionButtons .button:hover .icon {
	opacity: .88;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#InfoModal .actionButtons .button.added .icon {
	opacity: .88;
}
#InfoModal .actionButtons .button.added:hover .icon {
	opacity: 1;
}
#InfoModal .button.playlistControl .icon {
	background-position: center -375px;
}
#InfoModal .button.startPlaying .icon {
	background-position: center -416px;
}
#InfoModal.type249 .actionButtons .toolTip.bottom, #InfoModal.type250 .actionButtons .toolTip.bottom {
	top: 3.5em;
}

@media screen and (min-width: 768px) {
	#ImageOverlay {
		animation: fadeIn .25s 1 ease-in;
		-moz-animation: fadeIn .25s 1 ease-in;
		-webkit-animation: fadeIn .25s 1 ease-in;
		-o-animation: fadeIn .25s 1 ease-in;
	}	
	.type249 #ImageOverlay, .type250 #ImageOverlay {
		display: block;
	}
	#InfoText {
		animation: fadeIn .65s 1 ease-in;
		-moz-animation: fadeIn .65s 1 ease-in;
		-webkit-animation: fadeIn .65s 1 ease-in;
		-o-animation: fadeIn .65s 1 ease-in;
	}
	.type249 #InfoText, .type250 #InfoText {
		position: absolute;
		bottom: -1.9em;
	}
	#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;
		border-bottom: 0 none;
	}
	#InfoModal.type249 #InfoText a.ren-link:hover, #InfoModal.type250 #InfoText a.ren-link:hover {
		border-bottom: 1px solid;
	}
	#InfoModal #InfoTitle, #InfoPromo {
		padding: .4em 1em;
	}
	#InfoModal.type249 .actionButtons, #InfoModal.type250 .actionButtons {
		margin: 0.25em 0 0;
		left: 0;
		top: .72em;
		position: relative;
		height: 38px;
		width: 351px;
		display: block;
	}
	#InfoModal .actionButtons .button {
		margin: 0 auto;
		font-family: Arial, Sans-Serif;
		font-size: 0.76875em;
		line-height: 1.65em;
	}
	#InfoModal.type249 .actionButtons .button, #InfoModal.type250 .actionButtons .button {
		width: auto;
		min-width: 0;	
		display: inline-block;
		padding-left: 3.5em;
	}
	#InfoModal.type249 .actionButtons .button.added, #InfoModal.type250 .actionButtons .button.added {
		padding-left: 0;
		padding-top: .4em;
	}
	#InfoModal .button.playlistControl {
		position: absolute;
		left: 0;	
		top: 0;
		min-width: 130px;
	}
	#InfoModal .button.startPlaying {
		position: absolute;
		right: 0;
		top: 0;
	}
	#InfoModal .actionButtons .button .icon {
		left: .15em;
		width: 37px;
	}
	#InfoModal .button.playlistControl .icon {
		background-position: center -374px;
	}
	#InfoModal .button.startPlaying .icon {
		background-position: center -415px;
	}
}
#InfoModal #imgInfo {
    min-width: 4.5em;
    height: auto;
	max-width: 160px;  
	display: block;  
	margin-left: auto;
	margin-right: auto;
}
#InfoModal.type249 #imgInfo, #InfoModal.type250 #imgInfo {
	width: 100%;
	height: auto;
	margin-right: auto;
	float: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
}
@media screen and (min-width: 400px) {
	#InfoModal #imgInfo {
		border: 1px solid #444;
		margin-bottom: .4em;	
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HELP POPUP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.helpModal {
	animation: fadeIn .65s 1 ease-in;
	-moz-animation: fadeIn .65s 1 ease-in;
	-webkit-animation: fadeIn .65s 1 ease-in;
	-o-animation: fadeIn .65s 1 ease-in;	
	position: absolute;
	width: 93%;
	max-width: 450px;
	background: #e4e5ed;
	z-index: 90;
	border-radius: 5px;
	color: #333;
	font-size: 0.84375em;	
	border-color: #525a97;
	border-style: solid;
	border-width: 6px 5px 5px 5px;
}
.helpModal .icon.close {
	display: inline-block;
	width: 10px;
	height: 25px;	
	position: absolute;
	top: 0;
	right: -10px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_x.png) no-repeat scroll left -68px transparent;
	background-size: 32px auto;
	opacity: 0.6;
	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: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-webkit-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	-o-transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
	transition: opacity .5s ease, color 0s ease, text-shadow 0s ease;
}
.helpModal .icon.close:hover {
	opacity: 1;
}
.helpModal .helpLabel {
	width: 96%;
	display: none;
	padding: .5em 2%;
	color: #FFF;
	background: #77ab1b;
}
.helpModal .helpText {
	padding: .5em 3.5em 0 3%;
	font-weight: normal;
	font-family: Calibri, Arial, helvetica, Sans-serif;
	line-height: 1.5em;
	color: #333;
	margin-bottom: .5em;
}
.helpModal .helpText strong {
	color: #111;
}
.helpModal .helpText img, .itemInfo .helpModal .helpText img {
	width: auto;
	height: auto;
	display: block;
	max-width: 95%;	
	margin: .75em auto 0 auto;
	border: 1px solid #999;
}
.helpModal .helpText a:hover {
	border-bottom: 1px solid;
}
.helpModal .endClose {
	min-height: 2em;
	text-align: center;
}
.helpModal .endClose .note {
	color: #555;
    float: right;
    font-size: 90%;
    font-weight: normal;
    margin-right: 0.5em;
    position: relative;
    top: 12px;
}
.helpModal .endClose .button .note {
	color: #EFEFEF;
	float: none;
	top: 0;	
	left: 2px;
}
.helpModal .endClose .button {
	color: #FFF;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.085526315789474em;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: .75em !important;
	margin-top: 0;
	box-shadow: 0 0 0 transparent;
}
.helpModal .endClose .commentBubbleTop {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_comment_bubble_top.png") no-repeat scroll 0 -182px transparent;
    display: block;
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 30px;
}
.player .helpModal .endClose .commentBubbleTop {
	left: 55px !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PLAYER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#mediaElement_dock button div {
	background: 0 none !important;
}
#mediaElement_controlbar .jwoverlay {
	bottom: 34px !important;
}
#mediaElement_controlbar .jwarrow {
	bottom: 1px !important;
}
#mediaElement_controlbar {
	width: 100% !important;
	max-width: none !important;
	height: 38px !important;
	left: 0 !important;
	background: hsla(0, 0%, 25%, .75) !important;
	bottom: 0 !important;
}
@media screen and (min-width: 600px) {
	#mediaElement_related {
		left: 0;
	}
}
@media screen and (min-width: 450px) {
	#mediaElement_controlbar {
		height: 50px !important;
	}	
}
@media screen and (max-width: 899px) {
	#mediaElement_controlbar {
		left: 0 !important;
		margin-left: 0 !important;
	}
}
.smallView #mediaElement_controlbar {
	left: 0 !important;
}
/*
.jwfullscreen #mediaElement_controlbar { 
	left: 50% !important;
}
*/
#mediaElement_controlbar .jwbackground {
	background: 0 none !important;
}

/* Control bar - play/pause */
@media screen and (max-width: 449px) {
	#mediaElement_controlbar .jwcapLeft {
		width: 0 !important;
	}	
	#mediaElement_controlbar .jwgroup.jwcenter {
		margin-left: -15px;
	}
	#mediaElement_controlbar .jwdivider {
		width: 14px !important;
	}
	#mediaElement_controlbar .jwbuttoncontainer button {
		background-size: 100% auto !important;
		width: 30px !important;
	}
}
@media screen and (min-width: 450px) {
	#mediaElement_controlbar .jwplay button, #mediaElement_controlbar .jwplay.jwtoggle button {
		width: 68px !important;
		height: 68px !important;
		z-index: 50 !important;
		position: relative !important;
		top: -23px !important;
		left: -5px !important;
		background: url("https://images.azureedge.net/wtc/images/interface/btn_play_control_hires.png") no-repeat scroll center -242px !important;
		background-size: 100% auto !important;
		-moz-transition: background 0s ease !important;
		-webkit-transition: background 0s ease !important;
		-o-transition: background 0s ease !important;
		transition: background 0s ease !important;
	}
	#mediaElement_controlbar .jwplay button:hover {
		background-position: center 2px !important;
	}
	#mediaElement_controlbar .jwplay.jwtoggle button {
		background-position: center -371px !important;
	}
	#mediaElement_controlbar .jwplay.jwtoggle button:hover {
		background-position: center -117px !important;
	}
}
#mediaElement_display_button_replay {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_replay_hires.png") no-repeat scroll center center !important;
}

/* Control bar - scrub bar */ 
#mediaElement_controlbar .jwtimeSliderProgress {
	background-image: url(https://worldtocome.org/skins/controlbar/timeSliderProgress_bigger.png) !important;
}
#mediaElement_controlbar .jwtimeSliderBuffer {
	background-image: url(https://worldtocome.org/skins/controlbar/buffer_bigger.png) !important;
}

/* Control bar - quality */
@media screen and (min-width: 450px) {
	#mediaElement_controlbar .jwhd button {
		background-image: url(https://worldtocome.org/skins/controlbar/hdButton_bigger.png) !important;
	}
	#mediaElement_controlbar .jwhd button:hover, #mediaElement_controlbar .jwhd:hover button {
		background-image: url(https://worldtocome.org/skins/controlbar/hdButtonOver_bigger.png) !important;		
	}
}
#mediaElement_controlbar #mediaElement_controlbar_hd {
	background: url(https://worldtocome.org/skins/tooltip/qualityLabel.png) no-repeat 0 0 !important;
}
#mediaElement_controlbar #mediaElement_controlbar_hd img {
	visibility: hidden !important;
}

/* Control bar - volume */
@media screen and (min-width: 450px) {
	#mediaElement_controlbar .jwmute button {
		background-image: url(https://worldtocome.org/skins/controlbar/muteButton_bigger.png) !important;	
		width: 30px !important;
	}
	#mediaElement_controlbar .jwmute.jwtoggle button { 
		background-image: url(https://worldtocome.org/skins/controlbar/unmuteButton_bigger.png) !important;	
	}
	#mediaElement_controlbar .jwmute:hover button {
		background-image: url(https://worldtocome.org/skins/controlbar/muteButtonOver_bigger.png) !important;	
	}
	#mediaElement_controlbar .jwmute.jwtoggle:hover button {
		background-image: url(https://worldtocome.org/skins/controlbar/unmuteButtonOver_bigger.png) !important;	
	}
}

/* Control bar - view size toggle */
#mediaElement_controlbar .jwlargeView button {
	background-size: 87% auto !important;
	background-position: 50% 48% !important;
}
#mediaElement_controlbar .jwlargeView .jwoverlay .jwarrow {
	background: url(https://worldtocome.org/skins/tooltip/arrow.png) no-repeat 50% 50%;	
	height: 14px;
	width: 24px;
	bottom: -8px !important;
	position: absolute;
	left: 34%;
}
#mediaElement_controlbar .jwlargeView .jwoverlay {
	width: 100%;
	height: auto;
	display: block;
	width: 63px;
	height: 37px;
	bottom: 45px !important;
	left: -11px;
}
.jwlargeView .jwoverlay .jwcontents {
	display: block !important;
	position: relative !important;	
	padding: 5px 3px 3px 3px !important;
	text-align: center !important;
}
#mediaElement_controlbar .jwlargeView .jwborder.jwtopleft, 
	#mediaElement_controlbar .jwlargeView .jwborder.jwbottomleft, 
	#mediaElement_controlbar .jwlargeView .jwborder.jwtopright,
	#mediaElement_controlbar .jwlargeView .jwborder.jwbottomright {
	position: absolute;
}
#mediaElement_controlbar .jwlargeView .jwborder.jwtopleft {
	width: 5px;
	height: 5px;
	top: 0px;
	left: 0 !important;	
	right: auto !important;
}
#mediaElement_controlbar .jwlargeView .jwborder.jwbottomleft {
	width: 5px;
	height: 5px;
	bottom: 5px;
	left: 0 !important;	
	right: auto !important;
}
#mediaElement_controlbar .jwlargeView .jwborder.jwtopright {
	width: 5px;
	height: 5px;
	right: 0 !important;	
	left: auto !important;
}
#mediaElement_controlbar .jwlargeView .jwborder.jwbottomright {
	width: 5px;
	height: 5px;
	bottom: 5px;
	right: 0 !important;	
	left: auto !important;
}
.jwlargeView .jwborder.jwright, .jwlargeView .jwborder.jwleft {
	width: 5px;
	height: 22px;
	top: 5px;
	bottom: 19px;
	position: absolute;
	float: left;
}
.jwlargeView .jwborder.jwright {
	width: 5px;
	right: 0 !important;
	bottom: 19px;
}
.jwlargeView .jwborder.jwbottom, .jwlargeView .jwborder.jwtop {
	height: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
}
.jwlargeView .jwborder.jwbottom {
	bottom: 5px !important;
}
.jwlargeView .jwborder.jwtop {
	top: 0 !important;
}
.jwlargeView .jwback {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg.png) !important;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 19px;
	height: 22px;
}

/* Control bar - fullscreen */
@media screen and (min-width: 450px) {
	#mediaElement_controlbar .jwfullscreen button {
		background-image: url(https://worldtocome.org/skins/controlbar/fullscreenButton_bigger.png) !important;
		width: 35px !important;
	}
	#mediaElement_controlbar .jwfullscreen button:hover {
		background-image: url(https://worldtocome.org/skins/controlbar/fullscreenButtonOver_bigger.png) !important;
	}
	#mediaElement_controlbar .jwfullscreen.jwtoggle button {
		background-image: url(https://worldtocome.org/skins/controlbar/normalscreenButton_bigger.png) !important;
	}
	#mediaElement_controlbar .jwfullscreen.jwtoggle:hover button {
		background-image: url(https://worldtocome.org/skins/controlbar/normalscreenButtonOver_bigger.png) !important;
	}
}

/* Tooltip */
#mediaElement_controlbar_hd .jwoption.active, #mediaElement_controlbar_hd .jwoption:hover {
	background-image: url(https://worldtocome.org/skins/tooltip/menuOptionActive.png) !important;
	color: #b7bffd !important;
}
.jwoverlay .jwback {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg.png) !important;
}
.jwoverlay .jwborder.jwleft {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg_left.png) !important;
}
.jwoverlay .jwborder.jwtopleft {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_brd_top_left.png) !important;
}
.jwoverlay .jwborder.jwright {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg_right.png) !important;
}
.jwoverlay .jwborder.jwtop {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg_top.png) !important;
}
.jwoverlay .jwborder.jwtopright {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_brd_top_right.png) !important;
}
.jwoverlay .jwborder.jwbottom {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_bg_bottom.png) !important;
}
.jwoverlay .jwborder.jwbottomleft {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_brd_bottom_left.png) !important;
}
.jwoverlay .jwborder.jwbottomright {
	background-image: url(https://worldtocome.org/skins/tooltip/tooltip_brd_bottom_right.png) !important;
}
.jwoverlay .jwcontents, #mediaElement_controlbar_timetooltip .jwcontents *, .jwoverlay .jwcontents .jwoverlaytext {
	color: #E7E7E7 !important;	
	font-weight: bold !important;
	text-shadow: 0 2px 3px #333;
	font-family: Cambria, Georgia, Serif !important;
	font-size: 13px;
}

/* Play overlay */
#mediaElement_display_button {
	background: hsla(0, 0%, 0%, .4) !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
	top: 0;
}
#mediaElement_display_button #mediaElement_display_button_play {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50% !important;
	background-size: 15% auto !important;
}
@media screen and (min-width: 600px) {
	#mediaElement_display_button #mediaElement_display_button_play {
		background-position: center 41% !important;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ STAFF MESSAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.staffMessage {
	background: #FFF;
	border: 1px solid #999;
	bottom: 0;
	box-shadow: -4px 9px 35px #000;
	color: hsl(0, 0%, 20%);
	font-size: 14px;
	left: 0 !important;
	max-width: 375px;
	padding: 2em 0 1.5em 0;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 999;
	animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-moz-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-webkit-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-o-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-moz-transition: top 1.5s ease 1.65s;
	-webkit-transition: top 1.5s ease 1.65s;
	-o-transition: top 1.5s ease 1.65s;
	transition: top 1.5s ease 1.65s;	
}
.staffMessage .messageTitle {
	text-transform: uppercase;
	color: #b11616;
	font-size: 1.5625em;
	font-family: Cambria,Georgia,Serif;
	display: block;
	clear: both;
	margin-top: .25em;
	font-weight: bold;
}
.staffMessage .messageTitle .icon.staff {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_staff.png) no-repeat 0 0;
	background-size: 26px auto;	
	width: 32px;
	height: 32px;
	position: relative;
	top: -3px;
}
.staffMessage .liveDate {
	font-weight: bold;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE EFFECTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@keyframes fadeIn
{
	0%   { opacity: 0; }
	100% { opacity: 1;}
}
@-moz-keyframes fadeIn /* Mozilla Firefox */
{
	0%   { opacity: 0; }
	100% { opacity: 1;}
}
@-webkit-keyframes fadeIn /* Safari and Chrome */
{
	0%   { opacity: 0; }
	100% { opacity: 1;}
}
@-o-keyframes fadeIn /* Opera */
{
	0%   { opacity: 0; }
	100% { opacity: 1;}
}


@keyframes fadeOut
{
	0%   { opacity: 1; }
	100% { opacity: 0;}
}
@-moz-keyframes fadeOut /* Mozilla Firefox */
{
	0%   { opacity: 1; }
	100% { opacity: 0;}
}
@-webkit-keyframes fadeOut /* Safari and Chrome */
{
	0%   { opacity: 1; }
	100% { opacity: 0;}
}
@-o-keyframes fadeOut /* Opera */
{
	0%   { opacity: 1; }
	100% { opacity: 0;}
}


@keyframes zoomIn
{
	0%   { transform: scale(2);  }
	100% { transform: scale(1); }
}
@-moz-keyframes zoomIn /* Mozilla Firefox */
{
	0%   { -moz-transform: scale(2);  }
	100% { -moz-transform: scale(1); }
}
@-webkit-keyframes zoomIn /* Safari and Chrome */
{
	0%   { -webkit-transform: scale(2);  }
	100% { -webkit-transform: scale(1); }
}
@-o-keyframes zoomIn /* Opera */
{
	0%   { -o-transform: scale(2);  }
	100% { -o-transform: scale(1); }
}


@keyframes messageSlideUp
{
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}
@-moz-keyframes messageSlideUp /* Mozilla Firefox */
{
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}
@-webkit-keyframes messageSlideUp /* Safari and Chrome */
{
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}
@-o-keyframes messageSlideUp /* Opera */
{
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}


@keyframes unBlur
{
	0%   { filter: blur(3px); }
	100% { filter: blur(0); }
}
@-moz-keyframes unBlur /* Mozilla Firefox */
{
	0%   { -moz-filter: blur(3px); filter: blur(3px);  }
	100% { -moz-filter: blur(0); filter: blur(0); }
}
@-webkit-keyframes unBlur /* Safari and Chrome */
{
	0%   { -webkit-filter: blur(3px); filter: blur(3px); }
	100% { -webkit-filter: blur(0); filter: blur(0);  }
}
@-o-keyframes unBlur /* Opera */
{
	0%   { -o-filter: blur(3px);  filter: blur(3px); }
	100% { -o-filter: blur(0); filter: blur(0);  }
}



@keyframes slideDownHalfway
{
	0%   { top: -40%; }
	100% { top: 30%;}
}
@-moz-keyframes slideDownHalfway /* Mozilla Firefox */
{
	0%   { top: -40%; }
	100% { top: 30%;}
}
@-webkit-keyframes slideDownHalfway /* Safari and Chrome */
{
	0%   { top: -40%; }
	100% { top: 30%;}
}
@-o-keyframes slideDownHalfway /* Opera */
{
	0%   { top: -40%; }
	100% { top: 30%;}
}
