#MediaDimmer { 
	display:none;
	position: fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:120;
	opacity:.6;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAIN ELEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.player #MainContent {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
.player #MainContent.largeView {
	max-width: none;	
}
.player #MainContent div.playerContainer {
	height: auto;
	min-height: 0;
}
/*
@media screen and (min-width: 900px) {
	.player #MainContent div.playerContainer {
		height: 330px;
	}
	.player #MainContent.largeView div.playerContainer {
		height: 506px;
	}
}*/
.player #MainContent.smallView .jwvideo, .player #MainContent.smallView .jwcontrols {
	left: 0;
}
.player #MainContent.smallView .jwplayer, .player #MainContent.smallView .jwmain {
	position: static !important;
}
.player .module.bottom { margin-bottom: 4em !important; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PLAYER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.playerContainer {
	position: relative;
	min-height: 330px;
}
.smallView .playerContainer {
	background: #000;
}
.playerContainer #extendedMediaControls {
	opacity: 0;
	visibility: hidden;
}
#mediaElement_wrapper, #mediaElement {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 899px) {
	#mediaElement_wrapper, #mediaElement {
		width: 100% !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 900px) {
	.playerContainer {
		margin-top: 1.25em;
		width: 61%;
	}
	.audio .playerContainer  {
		background: #373130;
	}
	.largeView .playerContainer {
		max-width: none;
		width: 100%;
		background: #000; /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgba(102,102,102,1) 0%, rgba(53,53,53,1) 31%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(102,102,102,1)), color-stop(31%,rgba(53,53,53,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgba(102,102,102,1) 0%,rgba(53,53,53,1) 31%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgba(102,102,102,1) 0%,rgba(53,53,53,1) 31%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		margin-top: 0;
		top: -2px;
		position: relative;
		margin-bottom: .75em;
		overflow: hidden;
		box-shadow: -2px 12px 12px #777;
		-moz-transition: margin .5s ease;
		-webkit-transition: margin .5s ease;
		-o-transition: margin .5s ease;
		transition: margin .5s ease;
	}
	.largeView #mediaElement_wrapper {
		margin-left: auto;
		margin-right: auto;	
		left: auto;
	}
	#extendedMediaControls {
		padding: .5em .75em 1em 0;
		position: relative;
		margin-bottom: -1.25em;
		margin-left: auto;
		margin-right: auto;
		z-index: 25;
		width: 400px;
		top: .5em;
	}
	.largeView #extendedMediaControls {
		width: 90px;
		position: absolute;
		right: 0;
	}
	#extendedMediaControls .control {
		padding: .3em 0;
		width: 4em;
		text-align: center;
		background: hsla(0, 0%, 31%, .8);
		background: -moz-linear-gradient(top,  rgba(85,85,85,0.8) 0%, rgba(78,78,78,0.8) 50%, rgba(68,68,68,0.8) 51%, rgba(78,78,78,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,0.8)), color-stop(50%,rgba(78,78,78,0.8)), color-stop(51%,rgba(68,68,68,0.8)), color-stop(100%,rgba(78,78,78,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(85,85,85,0.8) 0%,rgba(78,78,78,0.8) 50%,rgba(68,68,68,0.8) 51%,rgba(78,78,78,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(85,85,85,0.8) 0%,rgba(78,78,78,0.8) 50%,rgba(68,68,68,0.8) 51%,rgba(78,78,78,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(85,85,85,0.8) 0%,rgba(78,78,78,0.8) 50%,rgba(68,68,68,0.8) 51%,rgba(78,78,78,0.8) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(85,85,85,0.8) 0%,rgba(78,78,78,0.8) 50%,rgba(68,68,68,0.8) 51%,rgba(78,78,78,0.8) 100%); /* W3C */
		color: #FFF;
		border: 1px solid #555;
		margin: .25em .5em .7em .5em;
		text-shadow: 0 2px 3px #000;
		border-radius: 2px 2px 2px 2px;
		display: block;
		float: right;
	}
	.playerContainer:hover #extendedMediaControls {
		opacity: 1;
		visibility: visible;
		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;
	}
	#extendedMediaControls .control:hover {
		background: hsla(232, 31%, 35%, .9);
		border-color: #3d4473;
	}
}

/* Transcript */
.transcript {
	padding: 1em 3%;
	display: block;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MEDIA CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.mediaContent {
	margin-top: 1em;
	width: 100%;
}
@media screen and (min-width: 900px) {
	.mediaContent {
		width: 59%;	
		float: left;
	}
}
.audio .jwplayer .jwexactfit {
	background-size: auto 100% !important;
	background-position: center top !important;
}
/* Media info wrap */
.mediaInfoWrap {
	width: 96%;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

.mediaInfoWrap .likeButton {
	float: right;
}
.mediaInfoWrap .subscribe.button { 
	display: inline-block;
	min-width: 40%;
	box-sizing: border-box;
	padding: .35em .9em .65em .9em !important;
	margin: 20px auto 11px auto;
	clear: both;
	text-align: center;
}
.subscribe.button.flat {	
	background: #B81212; /*#d39700;*/
	box-shadow: 0 0 0 transparent;
	color: hsla(0, 0%, 100%, .95);
	border: 0 none;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 1.02rem;
	line-height: 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.subscribe.button.flat::before { 
	content: '';
	width: 24px;
	height: 24px;
	background: url(https://images.azureedge.net/wtc/images/interface/icn_mini_email_subscribe_white.svg) no-repeat center center;
	background-size: 24px auto;
	opacity: .7;
    margin-right: 10px;
	margin-bottom: -6px;
    display: inline-block;
	-webkit-transition: opacity .3 ease;
	transition: opacity .3 ease;
}
.subscribe.button.flat:hover::before { 
	opacity: 1;
	-webkit-transition: opacity .3 ease;
	transition: opacity .3 ease;
}
.subscribe.button.flat:hover {	
	background: #C01A1A;
	color: #FFF;
		-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 479px) {
	.mediaInfoWrap .mediaInfo { 
		display: block; 
		width: 100%; 
	}
}
@media screen and (min-width: 480px) {
	.flexbox { 
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: top;
		align-content: space-evenly;
	}
	.mediaInfoWrap .subscribe.button { 
		min-width: 0;
		margin: 0;
		width: auto;
		clear: none;
	}
}
.mediaInfoWrap #pageTitle {
	text-align: left;
	line-height: 1.25em;
	font-size: 1.3125em;
	color: #222;
	margin-bottom: .35em;
}
.mediaInfoWrap .byline {
	font-family: Cambria,Georgia,Serif;
	color: #222;
	margin-bottom: .65em;
	text-align: left;
}
.mediaInfoWrap .byline a {
	position: relative;
}
.mediaInfoWrap .byline a:hover .toolTip {
	opacity: 1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-style: normal;
	-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;
	top: -2.75em;
	min-width: 120px;
	line-height: 1.4em;
}
.mediaInfoWrap .promo {
	color: #111;
	font-size: 100%;
	margin-bottom: 1em;
	text-align: left;
}
.mediaInfo {
    color: #444;
    display: block;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 0.8125em;
    text-transform: uppercase;
}
.mediaInfoWrap .mediaInfo {
	font-size: 0.95em;
}
.mediaLength {
    background: #444;
    border-radius: 2px 2px 2px 2px;
    color: #FFF;
	padding: 0px 5px 2px 5px;
	display: inline-block;
	line-height: 22px;
	font-size: .95rem;
}
.mediaInfo .date {
	padding-right: .85em;
}
.mediaInfo .subject {
	padding-left: .85em;
}
@media screen and (min-width: 900px) {
	.mediaInfoWrap .likeButton {
		padding-right: 0;
	}	
}
@media screen and (min-width: 1250px) {
	.mediaContent #pageTitle { text-align: left; margin-left: 0; }
}

/* Tools */
.userTools {
	margin-top: .65em;
	margin-bottom: 1.65em;
	width: 100%;	
	overflow: hidden;
	border-color: #AAA;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.userTools .toolHeading {
	padding-top: .9em;
	padding-bottom: .9em;
	cursor: pointer;
	font-weight: bold;
	color: #555;
	padding-left: 1em;
	border-top: 1px solid #AAA;
	background: #F5F5F5;
	position: relative;
}
.userTools .toolHeading.jToolShare.share:hover {
	color: #38449d;
	opacity: 1;
	border-color: #BBB;
}
.userTools .toolHeading.save, .userTools .toolHeading.save:hover, .userTools .toolHeading.follow, .userTools .toolHeading.follow:hover {
	cursor: default;
	color: #555;
}
.userTools .toolHeading .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png") no-repeat scroll right -52px transparent;
	opacity: .7;
	cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.userTools .toolHeading:hover .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_violet.png") no-repeat scroll right -52px transparent;
	opacity: 1;
}
.userTools .toolsContainer {
	-moz-animation: fadeIn .3s 1 ease;
	-webkit-animation: fadeIn .3s 1 ease-in;
	-o-animation: fadeIn .3s 1 ease-in;
	animation: fadeIn .3s 1 ease;	
	background: #F5F5F5;
	padding-left: 1em;
	padding-bottom: .5em;
}
.userTools .toolsContainer p {
	font-size: 90%;
	color: #444;
	margin-bottom: .2em;
	text-shadow: 0 1px 0 #FEFEFE;
}
.userTools .toolsContainer.followUs { 
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.userTools .toolsContainer.followUs {
		padding-top: .75em;
	}	
}
@media screen and (min-width: 768px) {
	.userTools .toolsContainer.save, .userTools .toolsContainer.followUs {
		margin-top: -.35em;
	}	
	.userTools .toolsContainer.save {
		padding-bottom: .65em;
	}
}
@media screen and (min-width: 900px) {
	.userTools {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4px 4px 4px 4px;
		border-width: 0 1px 1px 1px;
	}
	.userTools .toolHeading:first-child {
		border-radius: 4px 4px 0 0;
	}
	.userTools .toolHeading:last-child {
		border-radius: 0 0 4px 4px;
	}
}
@media screen and (min-width: 1130px) {
	.userTools .toolsContainer.followUs {
		padding-bottom: .25em;
	}
}

/* Specific tools */
.userTools .toolsContainer #SocialIcons_1 .socialOption {
	margin-right: .75em;
}
.userTools .toolsContainer textarea {
	background: #EFEFEF;
	box-shadow: 0 1px 1px #FFF;
    border: 1px solid #AAA;
    border-radius: 3px 3px 3px 3px;
    color: #38449d;
    display: block;
    font: 0.75em/1.35em Arial,sans-serif;
    padding: 0.4em 0.5em;
    position: relative;
    -moz-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    width: 90%;
    max-width: 90%;
    min-width: 180px;
    min-height: 70px;
    font-weight: bold;    
    margin-bottom: 1em;
    -moz-animation: fadeIn .3s 1 ease;
	-webkit-animation: fadeIn .3s 1 ease-in;
	-o-animation: fadeIn .3s 1 ease-in;
	animation: fadeIn .3s 1 ease;	
}
.userTools .toolsContainer textarea:focus, .userTools .toolsContainer textarea:hover {
	background: #FFF;	
}
.userTools .toolsContainer textarea:focus, .userTools .toolsContainer textarea:hover {
    border-color: #878787;
}
.userTools .toolsContainer.followUs div {
	margin-right: .75em;
	float: none;
	display: inline;
	position: relative;
	top: 7px;
}
@media screen and (min-width: 768px) {
	.userTools .toolsContainer.followUs div {	
		top: 0;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RELATED LIT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.sectionTitle {
	font-weight: bold;
	text-shadow: 0 1px 0 #F7F7F7;
}
.sectionTitle .note {
	clear: both;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #555;
}
@media screen and (min-width: 1024px) {
	.player .sectionTitle { text-align: left; }
	.player .sectionTitle, .relatedLit .secondary.litContainer {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Primary */
.relatedLit .primary.litContainer {
	width: 96%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 1.5em;
	position: relative;
}
.relatedLit#mainRelatedLit .primary.litContainer .favIcon {
	display: none;
}
.relatedLit .imageOrProgressWrapper {
	width: 70%;
	height: inherit;
	max-width: 180px;
	position: relative;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.relatedLit .bar.progress {
	width: 94%;
	left: auto;
	bottom: 16px;
	text-indent: 0;
}
.relatedLit.notice .bar.progress {
	width: 100%;
	left: -4%;	
}
.relatedLit .bar.progress .txtProgressPercentage {
	top: -21px;
	opacity: 0;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;		
}
.relatedLit .bar.progress:hover .txtProgressPercentage {
	opacity: 1;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;	
	text-shadow: 2px 2px 2px #000;
}
.relatedLit .imageOrProgressWrapper img {
	width: 100%;	
	height: auto;
	display: block;
	border: 1px solid #444;
	-moz-transition: box-shadow 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.relatedLit .imageOrProgressWrapper:hover img {
	box-shadow: 0 2px 3px #666;
	-moz-transition: box-shadow 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;	
}
.player .relatedLit .imageOrProgressWrapper .coverContainer.tablet img, .player .relatedLit .imageOrProgressWrapper:hover .coverContainer.tablet img,
	.player .relatedLit .imageOrProgressWrapper .coverContainer.mobile img, .player .relatedLit .imageOrProgressWrapper:hover .coverContainer.mobile img, 
	.player .relatedLit .imageOrProgressWrapper .overlay {
	border: 0 none !important;
	box-shadow: 0 0 0 transparent !important;
}
.notice .coverContainer.book .coverWrap img, .notice .coverContainer.booklet .coverWrap img, .notice .coverContainer.article .coverWrap img {
	border: 1px solid #888;
	box-shadow: 0 1px 12px #777;	
}
.player .notice .coverContainer.book .coverWrap img, .player .notice .coverContainer.booklet .coverWrap img {
	border-top: 0 none;
	box-shadow: 0px -3px 10px hsl(0, 0%, 33%);
}
.player .relatedLit.notice .coverContainer {
	height: 107px;
}
.player .relatedLit.notice .coverContainer.tablet {
	left: -25%;	
	top: 0;
	visibility: hidden;
}
.player .relatedLit.notice .coverContainer.mobile {
	top: -35px;
	right: -25%;
}
.player .relatedLit.notice .coverContainer.booklet, .player .relatedLit.notice .coverContainer.book, .player .relatedLit.notice .coverContainer.article {
	top: -2px;
	left: 0;
	right: 25%;
	width: 135px;
	position: absolute;
}
.player .relatedLit.notice .coverContainer.article {
	right: 16%;
}
.player .relatedLit.notice .coverContainer.booklet .overlay, .player .relatedLit.notice .coverContainer.book .overlay {
	top: -23px;
	left: 2px;
}
.player .relatedLit.notice .coverContainer.book .overlay {
	top: -26px;
	left: -4px;
	width: 148px;
}
.player .relatedLit.notice .coverContainer.mobile .coverWrap img {
	top: 1.45em;
	min-height: 90%;	
}
@media screen and (min-width: 380px) {
	.relatedLit .imageOrProgressWrapper {
		width: inherit;	
	}	
}
@media screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.relatedLit .imageOrProgressWrapper br.blockElement {
		display: none;
	}	
}

@media screen and (min-width: 1024px) {
	.relatedLit .primary.litContainer {
		min-height: 290px;
	}
	.relatedLit .bar.progress {
		width: 90%;
	}
	.relatedLit .bar.progress {
		bottom: 6px;
	}
}

/* Secondary */
.relatedLit .secondary .litItem {
	padding: .5em 3%;
	display: flex;
	display: flex;
	align-content: center;
}
.relatedLit .secondary .litItem img {
	width: 50px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #444;
}


/* Title */
.relatedLit .title {
	padding-top: 0;
	padding-bottom: 9px;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.125em;
	line-height: 1.18em;
}
.relatedLit .primary .title { 
	display: none;
	text-align: center;	
}
.relatedLit .primary .title a:not(:hover) { color: #333; }
.relatedLit .secondary .title { text-align: left; }
.relatedLit .secondary .title a { color: #444; }
.relatedLit .secondary .litItem .button.grey.mini { margin-top: 4px; }

.relatedLit .primary .title a:hover, .relatedLit .secondary .title a:hover {
	color: hsl(233, 47%, 42%);
}
.relatedLit .secondary .title a.button.mini.grey:hover {
	color: #3f3f3f;
}

@media screen and (min-width: 900px) {
	.relatedLit .primary .title { 
		text-align: center;	
		display: block;
	}
}

/* Info Icon */
.relatedLit .secondary .litItem { position: relative; }
.relatedLit .title .info.icon {
	position: relative;
	top: 9px;
}
.relatedLit .primary .info.icon {
	position: absolute;
	top: 0;
	right: 10px;
}
.relatedLit .secondary .title {
	width: calc(100% - 96px);
}
.relatedLit .secondary .title .info.icon {
	position: absolute;
	top: 10px;
	right: 5px;
	left: auto;
}
@media screen and (min-width: 1024px) {
	#mainRelatedLit.relatedLit .primary .info.icon {
		display: none;
	}
	#mainRelatedLit.relatedLit .primary .imageOrProgressWrapper {
		float: left;
		width: 11em;
		margin-left: .5%;
		margin-right: 1.5em;
		margin-bottom: .5em;
	}
	#mainRelatedLit.relatedLit .primary .title {
		text-align: left;
		margin-top: 0;
		padding-top: 0;
	}
	.relatedLit .secondary .title { line-height: 1.5em; }
	.relatedLit .secondary .title .info.icon {
		position: relative;
		top: -3px;
		width: 30px;
		margin-bottom: -11px;
		margin-left: 8px
	}
}

/* Promos */
.relatedLit .promo {
	display: none;
}
@media screen and (min-width: 900px) {
	.relatedLit .promo {
		padding: .5em 3%;
		color: #333;
		font-size: 1rem;
		display: block;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMBINED PLAYER STYLES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (min-width: 1240px) {
	.smallView .mediaInfoWrap, .smallView .userTools, .smallView .litContainer, .player .smallView .sectionTitle {
		width: 100% !important;	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUTTONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.player .button .icon.right, .player .button:hover .icon.right {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white.png") no-repeat scroll right -162px transparent;
    display: inline-block;
    height: 19px;
    left: auto;
    opacity: 1;
    position: relative;
    top: -2px;
    visibility: visible;
    width: 30px;
}
.player .relatedLit .primary .button, .player .suggested .button, .player .suggested .button.blueGloss, .player .grey.button {
	display: block;
	margin: 0 auto 1em auto;
	text-align: center;
}
.player .relatedLit .primary .button, .player .suggested .button, .player .suggested .button.blueGloss {
	width: 200px;
	font-family: Cambria, Georgia, Serif;
	padding-right: 0;
}
.player .suggested .button.blueGloss.playlistControl {
	background: transparent;
	box-shadow: 0 0 0 transparent !important;
	border: 0 none;
	color: #333;
	padding-right: 0;
}
.player .suggested .button.blueGloss.playlistControl:hover {
	color: hsl(233, 47%, 42%);
}
.player .suggested .button.blueGloss.playlistControl .icon.add {
	background-position: center -400px;
}
.player .suggested .button.blueGloss.playlistControl:hover .icon.add {
	background-position: center -501px;
}
.player .suggested .button.playlistControl {
	padding-left: 0;	
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.player .suggested .button.playlistControl.added .toolTip {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.relatedLit .primary .button {
	padding-left: 15px;
	margin-bottom: 1.5em;
	font-size: 105%;
	font-family: Cambria, Georgia, Serif;	
}
.relatedLit .secondary .button, .player .viewAll.button { 
	margin-top: 1.5em;
	width: 70%;
	max-width: 350px;
	margin-bottom: 1.5em;
}
.userTools .button.playlistControl.blueGloss, .userTools .button.blueGloss.download, .userTools .button.subscribe {
	margin-right: .75em;
	background: transparent;
	box-shadow: 0 0 0 transparent;
	color: #444;
	border: 0 none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 0.95em;
}
.userTools .button.playlistControl.blueGloss:hover, .userTools .button.blueGloss.download:hover, .userTools .button.subscribe:hover {
	background: transparent;
	color: #38449d;
	box-shadow: 0 0 0 transparent;
}
.button.blueGloss.playlistControl .icon {
	background: 0 none !important;
	position: relative;
	width: 39px !important;
	height: 37px;
	top: -11px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: -10px;
}
.button.blueGloss.playlistControl .icon::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -1px;
	left: -11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	border-radius: 100%;
	background-size: 100% auto !important;
	border: 3px solid #FFF;
	background-color: #FFF !important;
	z-index: 2;
}
.suggested .button.blueGloss.playlistControl .icon::before {
	background-color: #EDEDED !important;
	border-color: #EDEDED !important;
}
.toolsContainer .button.blueGloss.playlistControl .icon::before {
	background-color: #F5F5F5 !important;
	border-color: #F5F5F5 !important; 
}
.button.blueGloss.playlistControl .icon.add::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_plus_black_circle-52.svg);
	width: 21px;
	height: 21px;
	border: 1px solid #FFF;
	bottom: -1px;
}
.toolsContainer .button.blueGloss.playlistControl .icon.add::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_plus_grey_circle-52.svg);
}
.button.blueGloss.playlistControl .icon.added::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
}
.button.blueGloss.playlistControl .icon::after, .button.blueGloss.playlistControl .icon.added::after {
    content: '';
    background: url(https://images.azureedge.net/wtc/images/interface/icn_plyalist-64.svg) no-repeat 0 0 !important;
    background-size: auto;
    background-size: 100% auto !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0;
    z-index: 1;
}
.toolsContainer .button.blueGloss.playlistControl .icon::after {
	filter: invert(31%) sepia(0%) saturate(165%) hue-rotate(207deg) brightness(98%) contrast(88%);
}
.button.blueGloss.playlistControl:not(.editingPlaylist):hover .icon::after, .button.blueGloss.playlistControl:not(.editingPlaylist).added:hover .icon.added::after {
    filter: invert(23%) sepia(66%) saturate(1394%) hue-rotate(211deg) brightness(94%) contrast(89%);
}
.button.blueGloss.playlistControl:hover .icon.added::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_round_x_red-30.svg);
	width: 21px;
	height: 21px;
	border: 1px solid #FFF;
	bottom: -1px;
	left: -11px;
}
.button.blueGloss.playlistControl.editingPlaylist .icon::after {
	opacity: .5;
}
.button.blueGloss.playlistControl.editingPlaylist:hover .text {
	color: #444;
}
.button.blueGloss.playlistControl.editingPlaylist .icon::before {
	background-image: url(http://images.azureedge.net/rcg/images/interface/icn_load_crescent_grey.gif) !important;
}
.button.blueGloss.playlistControl:not(.editingPlaylist):hover .icon.add::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_plus_purple_circle-52.svg);
}  
.button.blueGloss.playlistControl:not(.editingPlaylist):hover .icon::after,
	.button.blueGloss.playlistControl:not(.editingPlaylist).added:hover .icon.added::after {
	filter: invert(23%) sepia(66%) saturate(1394%) hue-rotate(211deg) brightness(94%) contrast(89%);
}
.userTools .button.blueGloss.playlistControl {
	padding-left: 0;
	top: 0;
	margin-left: 4px;
	left: 4px;
}
.userTools .button.blueGloss.download {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 1.5em;
}
.userTools .button.blueGloss.download .icon {
	width: 40px;
	height: 30px;
	position: relative;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_media_type.png) no-repeat center 0 transparent;
}
.userTools .button.blueGloss.download:hover .toolTip {
	opacity: 1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-style: normal;
	-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;
	top: -2.75em;
	line-height: 1.4em;
	font-size: 88%;
}
.userTools .button.blueGloss.download .icon.video {
	background-position: center -96px;
}
.userTools .button.blueGloss.download .icon.audio {
	background-position: center -12px;
	top: -6px;
	width: 22px;
	background-size: 58px auto;
}
.userTools .button.blueGloss.download:hover .icon.video {
	background-position: center -411px;
}
.userTools .button.blueGloss.download:hover .icon.audio {
	background-position: center -327px;
}
.userTools .button.blueGloss.download.downloading .icon::before {
	content: '';
	background: url(https://images.azureedge.net/images/interface/icn_load_crescent-grey.png) no-repeat center center !important;
	background-size: 98% auto !important;
	position: absolute;
	left: -6px;
	top: 1px;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.userTools .button.blueGloss.download.video.downloading .icon::before {
	left: 10px;	
	top: -4px;
}

.userTools .button.blueGloss.download.downloading .icon {
	background: 0 none;
}
.userTools .button.subscribe {
	padding-left: 0;
	padding-right: .75em;
	padding-bottom: 0;
}
.userTools .button.subscribe .icon {
	background-position: center -368px;
	top: -5px;
	width: 40px;
	border: 0 none;
}
.userTools .button.subscribe.email .icon, .userTools .button.subscribe.email:hover .icon {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_email_subscription.svg) no-repeat center center;
	background-size: 31px auto;
	margin-right: 4px;
}
.userTools .button.subscribe.email:hover .icon { 
	filter: invert(37%) sepia(10%) saturate(2450%) hue-rotate(196deg) brightness(90%) contrast(88%);
}
.userTools .button.subscribe:hover .icon {
	background-position: center -448px;
}
.userTools .button.follow {
	padding: 0.6em 0;
	float: left;
}
.userTools .followUs .button:not(:last-child) { padding-right: .5em; }
.userTools .button.subscribe.follow .icon {
	background-position: center -977px;
}
.userTools .button.subscribe.follow:hover .icon {
	background-position: center -1047px;
}
.userTools .button.buttonIcon {
	width: 130px;
}
.userTools .button.buttonIcon .textWrapper .text {
	font-size: 84%;
}
.userTools .button.buttonIcon .icon.subscribe {
	background-position: center -282px;
	width: 31%;
}
.userTools .button.rss .icon {
	background-position: center -839px;
}
.userTools .button.rss:hover .icon {
	background-position: center -908px;
}
.userTools .button.facebook .icon {
	background-position: center -689px;
}
.userTools .button.facebook:hover .icon {
	background-position: center -764px;
}
.userTools .toolsContainer.save .button, .userTools .toolsContainer.followUs .button {
	margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
	.userTools .button.playlistControl.blueGloss, .userTools .button.blueGloss.download, .userTools .button.subscribe {
		width: 100%;
		clear: both;
		padding-bottom: 0;
		padding-top: 0;
		height: 2.5em;
		float: none;
		margin-top: 0;
		margin-bottom: 0;	
		top: 0;
	}
	.userTools .button.subscribe.rss {
		margin-top: 11px;	
	}
	.userTools .toolsContainer.save .button:not(:last-child) {
		margin-bottom: .75em;
	}
	.userTools .toolsContainer.save .button.playlistControl.add, .userTools .toolsContainer.save .button.playlistControl.fakeAdd {
		padding-top: 0.6em;
		left: -4px;
	}
	.userTools .button.blueGloss.download .icon.audio {
		left: 3px;
		width: 40px;
	}
}
@media screen and (min-width: 767px) {
	.userTools .toolsContainer.save .button, .userTools .toolsContainer.followUs .button {
		margin-bottom: 0;
		margin-top: 0;
	}
	/* .button.playlistControl.added .icon {
		width: 28px;
	} */
	.userTools .button.subscribe.follow .icon, .userTools .button.facebook .icon {
		width: 28px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 899px) {
	.relatedLit .primary .button {
		top: -10px;		
		width: 225px;
	}
}
@media screen and (min-width: 900px) {
	.player .relatedLit .primary .button.blueGloss {
		margin-top: .5em;	
	}
}
@media screen and (min-width: 1024px) {
	#mainRelatedLit.relatedLit .primary .button, #mainRelatedLit.relatedLit .primary .button.blueGloss {
		margin-left: 204px;
	}	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MEDIA SIDEBAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.mediaSidebar {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 899px) {
	.mediaSidebar { margin-top: 0 !important; }
}
@media screen and (min-width: 900px) {
	.mediaSidebar {
		width: 39%;
		float: right;
		z-index: 50;
		border-left: 1px solid #AAA;
		-moz-transition: margin .5s ease;
		-webkit-transition: margin .5s ease;
		-o-transition: margin .5s ease;
		transition: margin .5s ease;
	}
	/*.mediaSidebar {
		margin-top: -330px;	
	}*/
	.largeView .mediaSidebar {
		margin-top: -10px;	
		padding-top: 5px;
	}
	.largeView .mediaSidebar .litSidebar {
		display: none;
	}
}

.mediaSidebar .bar.progress {
	bottom: -4px;
	border-radius: 0 !important;
	left: -1px;
	height: 6px;
}
.mediaSidebar .imageOrProgressWrapper .mediaLength {
	bottom: 9px;
}
/* Lit item */
.litSidebar {
	display: none;
}
.litSidebar.relatedLit .primary.litContainer .bubbleContainer {
	position: absolute;
	top: 6px;
	left: 0;	
}
@media screen and (min-width: 900px) {
	.litSidebar {
		display: block;
		background: #F5F5F5;
		padding-top: 0;
		padding-bottom: .15em;
		border-top: 1px solid #AAA;
		border-right: 1px solid #AAA;
		border-bottom: 1px solid #AAA;
		width: auto;
	}	
	.litSidebar.relatedLit .primary.litContainer {
		min-height: 0;
	}
	.litSidebar .litContainer {
		position: relative;
		width: 98%;
	}
	.litSidebar.relatedLit .imageOrProgressWrapper {
		max-width: 140px;
	}
	.litSidebar.relatedLit .primary.litContainer .imageOrProgressWrapper br.blockElement {
		display: none;
	}
	.litSidebar.relatedLit .primary .button {
		top: -10px;
		margin-bottom: 0;
		z-index: 30;
	}
}

/* Suggested */
.suggested {
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
}
.suggested .itemWrapper {
	width: 100%;
	padding: .75em 0;
	text-align: left;
}
.suggested .itemWrapper.current .NowPlaying {
	background: #70A537;
	display: inline-block !important;
	padding: 0.1em .5em !important;
	line-height: 1.4em;
	font-size: .8rem;
	margin-bottom: 2px;
	border-radius: 2px;
}
.suggested br.blockElement {
	height: 1px;
}
@media screen and (min-width: 650px) {
	.listing.flex {
		display: flex;
		flex-flow: row wrap;
	}
	.suggested .itemWrapper {
		width: 50%;
		padding-left: 14px;
		padding-right: 10px;
		border-right: 1px solid #BBB;
		box-sizing: border-box;
	}	
}
@media screen and (min-width: 900px) {
	.suggested br.blockElement {
		display: none;
	}
	.mediaSidebar .sectionTitle {
		text-align: center;	
	}
	.suggested .itemWrapper.current .NowPlaying {
		margin-top: 0;
		top: auto;
		margin-bottom: .4em;
		display: block;
	}
}

/* Image wrap */
.suggested .itemWrapper .imageOrProgressWrapper {
	margin-right: .5em;
	position: relative;
	float: left;
	width: 150px;
	height: 90px;	
}
.suggested .imageOrProgressWrapper img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.player .suggested .progress.finished {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_bottom_dark_gradient_ie.png) repeat-x 0 top transparent;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 67%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(67%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.8) 100%); /* W3C */
}
@media screen and (min-width: 900px) {
	.suggested .itemWrapper {
		width: 98%;	
		float: none;
		height: auto;
		background: transparent;
		border: 0 none;
		margin-bottom: .5em;
		padding: 0.4em 2.5% .4em 4%;
	}	
	.suggested .itemWrapper .imageOrProgressWrapper {
		overflow: visible;	
	}
	.suggested .itemWrapper .bubble, .suggested .itemWrapper .totalParts.bubble {
		margin-top: 2px;
	}
}

/* Media info */
.suggested .itemWrapper .info.icon {
	float: right;
	margin-right: 1%;
}
.suggested .itemWrapper .title {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2em;
	padding-right: .5em;
}
.suggested .itemWrapper .title a, .suggested .itemWrapper .mediaInfo .subject a {
	color: #2F2F2F;
}
.suggested .itemWrapper .title a:hover, .suggested .itemWrapper .mediaInfo .subject a:hover {
	color: #38449d;
}
.suggested .current.itemWrapper .mediaInfo .subject a {
	color: #E5E5E5;
}
.suggested .itemWrapper .mediaInfo {
	margin-top: .3em;
}
.suggested .itemWrapper .mediaInfo .subject {
	padding-left: 0;
}
.suggested .itemWrapper .info.icon {
	width: 34px;
	position: relative;
	top: -3px;
	margin-left: 3px;
}
@media screen and (min-width: 900px) {
	.suggested .itemWrapper { width: 100%; }
	.suggested .itemWrapper .info.icon { margin-right: 0; }	
	.suggested .itemWrapper .mediaInfo { padding-right: 2%; }
}
@media screen and (min-width: 1250px) {
	.suggested .itemWrapper { padding-right: 0; }
}

.jwdockbuttons { visibility: hidden; }


@media screen and (max-width: 649px) { /* Temporarily hiding in mobile-it covers subscribe button */
	.player .helpModal { display: none !important; z-index: -40; }
}

@keyframes shortSlideUp
{
	0%   { bottom: -100px; }
	100% { bottom: 0;}
}
@-webkit-keyframes shortSlideUp /* Safari and Chrome */
{
	0%   { bottom: -100px; }
	100% { bottom: 0;}
}
@-o-keyframes shortSlideUp /* Opera */
{
	0%   { bottom: -100px; }
	100% { bottom: 0;}
}
