/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GENERIC CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general {
    font: 100%/1.25em Calibri,Arial,sans-serif;
    box-sizing: border-box;
}
.general:not(.search) {
	/* background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_pattern_light.png) repeat #FFF; */
	background: hsla(0, 0%, 0%, .09);
}
.search #MainContent {
    margin: 0.75em 0.45em 0 0.5em;
}
@media screen and (min-width: 768px) {
    .search #MainContent {
        margin: 1.25em 0.8em 0 1em;
    }
}
@media screen and (min-width: 1023px) {
    .search #MainContent {
        width: 85% !important;
        margin: 1em auto;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1449px) {
    .search #MainContent {
        width: 75% !important;
    }
}
@media screen and (min-width: 1450px) {
    .search #MainContent {
        margin: 0;
    }
}
#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%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	background: hsla(0, 0%, 0%, .4);
}
#LoadingScreen #LoadingWrap {
	width: 150px;
	height: 150px;
	position: relative;
	top: 50px;
}
#LoadingScreen #LoadingWrap img {
	max-width: 100%;
	display: block;
}
#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: center;
	margin-bottom: 1.5em;
	padding: 0 1em;	
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 1.02rem;
	color: #333;
}
@media screen and (min-width: 1024px) {
	.playlist .pageTitle, .pagePromo { 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/icn_mini_email_subscribe_white.svg) no-repeat center center;
	background-size: 24px auto;
	margin-right: 4px;
	border-radius: 4px;
	margin-left: .35em;
	position: relative;
	top: -3px;
	color: transparent;
}
.button:not(.email) .icon.subscribe {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_subscribe.png) no-repeat center -283px;
}
.button.blueGloss .icon.subscribe {	opacity: .7; }
.button:hover .icon.subscribe { 
	opacity: 1;
}
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: #B81212;
	color: #FFF;
	font-size: 92%;
	margin-left: 2px;
	padding: 0.25em 0.65em 0.25em 0.65em;
	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; }
.socialTools.notLoaded { display: none !important; }
.socialTools { padding-left: 5px; margin-top: 0; margin-bottom: 0; }
.share-option { 
	display: inline-flex;
	text-align: center;
	margin: 0 22px 12px 0;
	flex-direction: column;
 }
.share-option .share-label { color: #333 !important; }
.socialTools.addToAny {
	max-width: calc(100% - 1.5em);
	overflow-x: auto;
}
.a2a_kit {
	display: flex;
	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;
}
.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: 479px) {
	.userTools .toolsContainer .socialTools {
		margin-left: -1em;
	}
}
@media screen and (max-width: 767px) {
	.socialTools.addToAny {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 11px;
		position: relative;
	}
	.addToAny a { min-width: 58px; }
	.addToAny a span[class*="a2a_svg"] {
		width: 32px;
		height: 32px;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: #444; /* #525a97 */
	box-shadow: 1px 0 2px #FEFEFE;
	color: #FFF;
	text-align: center;
	right: auto;
	width: auto;
	height: auto;
	max-width: none;
	overflow: visible;
	border-radius: 4px;
	top: 2.8em;
	-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 -34px 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 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
	background: 0 none;
	bottom: -7px;
	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;
	color: #404040;
	font-family: Cambria, Georgia, Serif;
	font-size: 1rem;
	width: auto;
	padding: .7em 1.25em;
	border: 1px solid #888;
	background: #E0E0E0;
	cursor: pointer;
	display: inline-block;	
	font-weight: bold;			
	border-radius: 2px 2px 2px 2px;	
	text-decoration: none;	
	line-height: 1.22em;
}
.button:hover, a.button:hover {
	background: #F2F2F2;
	color: #303030;
}
.button.grey:hover, a.button.grey, .button.grey:hover, a.button.grey:hover {
	box-shadow: 0 0 0 transparent;
}
.button.edit, .button.edit:hover, .button.remove, .button.remove:hover {
	color: #FFF;
	text-align: center;
	width: auto;
	padding: .28em .9em .35em .9em;
	display: inline-block;
	box-shadow: 0 0 0 transparent;
	border-radius: 2px;
}
.button.edit.inactive {
	background: #424e94;
	border: 1px solid #424e94;
}
.button.edit.inactive:hover {
	background: #3B4370;
	border-color: #3B4370;
}
.button.edit.active, .button.green {
	background: #60AB0F;
	border: 1px solid #60AB0F;
}
.button.edit.active:hover, .button.green:hover {
	background: #55A004;
	border-color: #55A004;
}
.button.green, .button.green:hover {
	color: #FFF;
	border-color: #659600;
	text-shadow: none;
}
.button.remove {
	background: #B81212;
	border: 1px solid #B81212;
}
.button.remove:hover {
	background: #A40000;
	border-color: #A40000;
}
.button.blueGloss, a.button.blueGloss {
	color: #FEFEFE;
	font-size: .95em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Sans-Serif;
	padding: 0.6em 1.4em;
	border: 1px solid;
	margin: .5em 0; 
	box-shadow: 0 0 3px #CCC;
	position: relative;
	background: #4F5794;
	border-color: #8991D1 #525a97 #525a97 #525a97;
}
.button.blueGloss:hover, a.button.blueGloss:hover {
	background: #5C64A1;
}
.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/icn_checkmark_green.svg) no-repeat center center transparent !important;	
	opacity: 1;
	left: auto;
	position: relative;
	width: 40px;
	height: 28px;
	background-size: 28px auto !important;
	display: inline-block;
	margin-right: 4px;
	top: -2px;
}
.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%;
}
.button.playlistControl.added:hover .toolTip.top {
	white-space: nowrap;
	top: -41px;
}

/* Play/playlist buttons ----------------------------------- */
.button.blueGloss.playlistControl {
	background: transparent;
	box-shadow: 0 0 0 transparent !important;
	border: 0 none;
	color: #333;
	padding-right: 0;
	padding-left: 1.75em;
}
.button.blueGloss.playlistControl:hover {
	color: hsl(233, 47%, 42%);
	background: 0 none;
}
.button.blueGloss.playlistControl .icon.add {
	background-position: center -400px;
}
.button.blueGloss.playlistControl:hover .icon.add {
	background-position: center -500.85px;
}
.button.blueGloss.playlistControl:hover .icon.added {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg) no-repeat center center;
	display: inline-block;
}
/* .button.blueGloss.playlistControl:hover .icon.add {
	background-position: center -501px;
} */
.button.playlistControl.blueGloss, .button.startPlaying.blueGloss {
	box-shadow: 0 0 0 transparent;
	padding-left: 2.75em;
	padding-right: 1em;
}
.button.playlistControl .icon, .button.startPlaying .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_action_icons.png") no-repeat scroll center -240px 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;
}

@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 {
    height: 100%;
    width: 22%;
}
.button.buttonIcon.subscribe:hover .icon {
	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: -1px;
	left: 7px;
	width: 27%;	
}
.button.buttonIcon .textWrapper {
    text-align: center;
    width: 76%;
}
.button.buttonIcon .textWrapper { text-align: center; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAKE SELECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.fakeSelect {
	display: block;
	float: right;
	background: #EAEAEA;
	border: 1px solid #BABABA;
    border-radius: 3px;	
    padding-bottom: 0.95em;
    padding-right: 1em;
    padding-top: .9em;
    position: absolute;
    right: auto;
    top: -20px;
    overflow: hidden;
    width: 135px;
    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: #EAEAEA;
}
.fakeSelect .option {
	display: block;
	font-weight: bold;
	clear: both;
	color: #444;
    width: inherit;
    padding-bottom: 0.35em;
    padding-left: 2.35em;
    padding-top: 0.35em;
    font-size: 1rem;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: .82em;
    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:not(:last-child):not(:first-child) {
	margin-bottom: 5px;
 }
.fakeSelect.expanded .option:not(.selected) {
	padding-bottom: .5em;
	padding-top: .5em;
	border-radius: 6px;
}
.fakeSelect.expanded .option.Hidden {
	display: block !important;
}
.fakeSelect .option.Hidden:hover {
	color: #565E9E;
}
.fakeSelect .option.selected {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png) no-repeat scroll 11% -552px transparent;
	background-size: 54px auto;
}
.fakeSelect.expanded .option.selected {
	color: #565E9E;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png) no-repeat scroll 10px -645px 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/icn_user_profile.svg) no-repeat center 0;
	background-size: 18px auto;
    height: 19px;
    width: 35px;
	top: -2px;
    margin-left: -.5em;
	filter: invert(30%) sepia(0%) saturate(1135%) hue-rotate(153deg) brightness(100%) contrast(81%);
	position: relative;
} 
.fakeSelect.expanded .option.selected .icon.user, .fakeSelect.expanded .option:hover .icon.user { 
	filter: invert(42%) sepia(11%) saturate(2063%) hue-rotate(196deg) brightness(87%) contrast(95%);
} 


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING ALERT  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
body.blur > *:not(.noBlur) {
    -webkit-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_hires.png) no-repeat center 0;	
	background-size: 38px auto;
	/* background-position-y: 1px !important; */
	width: 45px;
	height: 31px;
	margin-bottom: -3px;
	text-indent: -1000%;
	opacity: 1;
	cursor: pointer;
	overflow:hidden;
	-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/play_icon_wtc_black.png) no-repeat center center;
	background-size: 18% auto;
	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;
}
.player .playOverlay { 
	background: url(https://images.azureedge.net/wtc/images/interface/play_icon_wtc_black.png) no-repeat center center;
	background-size: 28% auto;
}
#RotatorMain .playOverlay {
	-webkit-animation: ZoomListing .15s 1 ease-in;
	animation: ZoomListing .15s 1 ease-in;
}
.imageOrProgressWrapper a:hover .playOverlay {
	opacity: 1;
	visibility: visible;
	-webkit-animation: ZoomListing .15s 1 ease-in;
	animation: ZoomListing .15s 1 ease-in;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.player .imageOrProgressWrapper:hover .playOverlay {
	-webkit-animation: ZoomPlayer .15s 1 ease-in;
	animation: ZoomPlayer .15s 1 ease-in;
}
.imageOrProgressWrapper .mediaLength {
	background: #333;
	border-radius: 2px 2px 2px 2px;
	color: #FFF;
	position: absolute;
	bottom: 12px;
	right: 10px;
	font-size: .94rem;
	z-index: 10;
	line-height: 20px;
	padding: .12em .45em .2em .45em;	
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PROGRESS BAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.progress {
	bottom: -15px;
	display: block;
	padding: 0;
	position: absolute;
	text-align: center;	
	font-weight: bold; 	
}
.bar.progress {
	margin-left: 1px;
	height: 8px;
	bottom: 1px;
	background: #e0e3f4;
	width: 100%;
	color: #fefefe;  
	text-indent: -1000%;
	box-sizing: border-box;
	z-index: 10;
	border-radius: 0 0 3px 3px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: inline-block;
	background: #444;
	padding: 0.2em 0.5em;
	line-height: 21px;
	top: -3px;
	position: relative;
	border-radius: 3px;
}
@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;
		font-size: 0.84em;
		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;
	}
	.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: #B81212;
	}
}
@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_hires.png) no-repeat scroll left 5px transparent;
	background-size: 40px auto;
	z-index: 5;
	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: hsla(0, 0%, 0%, .6);
	height: 50%;
    left: 0.5em;
	z-index: 3;
    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;
	}
	.Item565088 #ImageOverlay {
		width: 381px;
		height: 236px;
	}
}
#InfoText {
	margin-bottom: .4em;
	z-index: 5;
}
.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, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Sans-Serif;	
}
#InfoModal #InfoPromo {
	font-size: 0.85em;
	color: #444;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, 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 {
		font-size: 105%;
		color: #FFF;	
	}
	#InfoModal.type249 #InfoPromo, #InfoModal.type250 #InfoPromo {
		color: #FFF;
		font-size: 100%;
		line-height: 1em;
	}
	#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;
	position: relative;
	z-index: 2;
}
#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: 400px;
	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, Candara, Segoe, "Segoe UI", Optima, Arial, 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;
	float: none !important;
}
.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;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RECENT ON YOUTUBE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

#RecentYouTubes { text-align: center; }

#LatestYT:not(.slickSrollerWrap) { margin-top: 0; }
.yt-listing .sectionTitle { font-size: 1.25em !important; }
.yt-listing .mediaWrapper { display: inline-block; margin: .5em auto .5em auto; text-align: center; }
.imgContainer { display: block; width: 280px; max-height: 161px; border: 1px solid #666; overflow: hidden; position: relative; }

.loadingIcn { transition: opacity .8s ease-out; -webkit-transition: opacity .8s ease-out; z-index: 900; text-align: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #252A53 url(https://images.azureedge.net/wtc/images/interface/bg_footer_earth_left.png) no-repeat left bottom; background-size: 100% auto; }
.lds-ellipsis { top: 25%; display: inline-block; position: relative; width: 80px; height: 80px; }
.lds-ellipsis div { position: absolute; top: 33px; width: 13px; height: 13px; border-radius: 50%; background: #fff; animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; }

#RotatorWrapper + #LatestYT, .pageTitle + #LatestYT { margin-top: -1em; }
#LatestYT { width: 100%; max-width: 1280px; margin: 2em auto 1em; }
#libraryListing #LatestYT { border-bottom: 1px solid #ccc; padding-bottom: 1em; margin-bottom: 2em; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 1449px) {
	#libraryListing #LatestYT { border-top: 1px solid #ccc; padding-top: .25em;  margin-top: 1em; }
}
@media screen and (min-width: 1024px) {
	#libraryListing #LatestYT { margin-top: -1.75em; }
}

#LatestYT  .noticeTitle { margin-bottom: 0; }
.videoScroller { margin-bottom: -25px; }
.videoScroller .mediaPlayerNotice { margin-bottom: 30px !important; }
.slickSlider { opacity: 0; }
.slickSlider.slick-initialized { animation: fadeIn 1s 1 ease; -webkit-animation: fadeIn 1s 1 ease; opacity: 1 !important; }
.slick-slide { margin-top: 1.5em !important; margin-bottom: .15em !important; }
.slickSliderWrap { width: calc(100% - 4em - 40px); padding-left: 2em; left: 18px; position: relative; }
#slickScroller-video .scrollerWrap { padding-bottom: 1.25em !important; width: calc(100% - 50px); margin: 0 auto; }

.mediaWrapper a { position: relative; }
.mediaWrapper a .imgContainer::after { 
	background: url(https://images.azureedge.net/wtc/images/interface/play_icon_wtc_black.png) no-repeat center center;
	background-size: 100% auto;
	width: 52px;
	height: 52px;
	bottom: 7px;
	right: 10px;
	position: absolute;
	z-index: 920;
	display: block;
	content: '';
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
}
.mediaWrapper.loaded a:hover .imgContainer::after { opacity: 1; transition: opacity .5s ease; -webkit-transition: opacity .5s ease; }


#LatestYT { width: 100%; }
#LatestYT .title { 
	font-weight: 600; 
	font-size: 1rem;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#LatestYT .title .byline { font-weight: normal; }
.mediaWrapper { text-align: center; }
.mediaWrapper a { display: inline-block; }
#LatestYT .img { border-radius: 3px; }

@media screen and (max-width: 350px) {
	#LatestYT .title { margin-bottom: 1em; }
}
@media screen and (min-width: 1024px) {
	#LatestYT { width: 94%; max-width: 1130px; }
	#LatestYT { max-width: 1000px; }
}
@media screen and (min-width: 1024px) and (max-width: 1449px) {
	#libraryListing { padding-left: 1.25em; box-sizing: border-box; width: 100%; }
}
@media screen and (min-width: 1300px) {
	.home #LatestYT { max-width: 1320px; }
	.mobileOnly.l_tinynav1 + select { display: none; }
	#LatestYT { max-width: 1320px; }
}
@media screen and (min-width: 1300px) and (max-width: 1499px)  {
	#libraryListing #LatestYT { width: calc(100% - 180px) !important; }
}
@media screen and (min-width: 1450px) {
	#mobileOnlySubjectWrap { display: none; }
}




/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE EFFECTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

@keyframes pulsePush {
	from {
		box-shadow:  0 0 0 0 rgba(255,255,255,1),
					0 0 0 0 rgba(51,51,51,1);
	}
	to {
		box-shadow:  0 0 0 0.65em rgba(255,255,255,1),
					0 0 0 1em rgba(51,51,51,0);
	}
}

@keyframes lds-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@keyframes lds-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@keyframes lds-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% { transform: translate(24px, 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 zoomIn
{
	0%   { transform: scale(2);  }
	100% { 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;}
}
@-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); }
}
@-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%;}
}
@-webkit-keyframes slideDownHalfway /* Safari and Chrome */
{
	0%   { top: -40%; }
	100% { top: 30%;}
}
@-o-keyframes slideDownHalfway /* Opera */
{
	0%   { top: -40%; }
	100% { top: 30%;}
}

@keyframes ZoomListing {
	0% {
		background-size: 0% auto;
	}
	100% {
		background-size: 18% auto;
	}
}


@keyframes ZoomPlayer {
	0% {
		background-size: 0% auto;
	}
	100% {
		background-size: 28% auto;
	}
}
