
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BASIC LISTING ELEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#MainContent {
	width: 100%;
}
.search #MainContent {
    width: auto;
}
.playlist #MainContent {
    background: #FFF;
	padding-top: 1.5em;
}
.mainListing {
	font: 100%/1em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Sans-Serif;
}
.transColl {
	-webkit-transition: margin 0.7s ease;
	-moz-transition: margin 0.7s ease;
	-o-transition: margin 0.7s ease;
	transition: margin 0.7s ease;
}
.pageTitle {
	margin-bottom: .5em;	
}
.playlist .pageTitle {
	padding-top: .75em;
	margin-bottom: .25em;
}
.playlist .pagePromo {
	margin-bottom: 1.5em;
}
.pageTitle .button {
	display: inline-block;
	margin-left: .25em;
	position: relative;
	top: -5px;
	font-size: .78em;
	line-height: 1.35em;
}
.playlist .sortHeading {
	font-family: Cambria,Georgia,Serif;
	font-size: 1.5rem;
	margin-bottom: .75em;
	margin-top: 1em;
	color: #333;
	text-align: center;
	padding-bottom: .75em;
	border-bottom: 1px solid #BBB;
	width: 100%;
}
.moduleHeader {
	font-size: 1.1875em;
	text-align: left;
	margin-left: .5em;
	text-shadow: 0 1px 0 #F5F5F5;
}
@media screen and (min-width: 768px) {
	.playlist .sortHeading {
		text-align: left;
		margin-left: .75em;
	}	
}
@media screen and (min-width: 1024px) {
	#MainContent {
		display: flex;
	}
	.playlist #MainContent {
		display: block;
		width: 75%;
		min-width: 1024px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #BBB;
		padding-top: 1.5em;
		position: relative;
		top: -1px;
		border-top: 0 none;
		padding-left: 2em;
		padding-right: 2em;
		box-sizing: border-box;
	}
	.pageTitle {
		margin-bottom: 1.5em;
	}
	.search .pageTitle {
		margin-bottom: .5em;
	}
}
@media screen and (min-width: 1450px) {
	.pageTitle { text-align: left;	}
	.search #MainContent {
		width: 100% !important;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SIDE OPTIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#desktopSideOptions {
	position: relative;
	left: -105%;
	width: 100%;
	display: none;
	z-index: 1;
	float: left;
	-moz-transition: left .3s ease, margin-bottom .5s ease;
	-webkit-transition: left .3s ease, margin-bottom .5s ease;
	-o-transition: left .3s ease, margin-bottom .5s ease;
	transition: left .3s ease, margin-bottom .5s ease;
	background: #3d4474;
	line-height: 1.25em;	
}
@media screen and (max-width: 1022px) {
	#desktopSideOptions.mobileOpen {
		float: left;
	}
}
#desktopSideOptions.fixedSide {
	position: fixed;
	margin-bottom: 0;
	height: auto;
	float: none !important;
	top: 2.9em;
	padding-top: .5em;
	z-index: 100;
}
#desktopSideOptions.mobileOpen {
	left: 0;
	-moz-transition: left .3s ease, margin-bottom .5s ease;
	-webkit-transition: left .3s ease, margin-bottom .5s ease;
	-o-transition: left .3s ease, margin-bottom .5s ease;
	transition: left .3s ease, margin-bottom .5s ease;
}
#desktopSideOptions.mobileClosed {
	left: -200%;
	display: none;
}
#desktopSideOptions #CollapserSubjectMenuWrap, #desktopSideOptions.mobileClosed #CollapserSubjectMenuWrap {
	display: none;
}
.mobileOnly.l_tinynav1 { display: none; }
#mobileOnlySubjectWrap { font-size: 1.08rem; } 
#mobileOnlySubjectWrap label { 
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
	font-size: .92rem;
	display: block;
	margin-bottom: 0;
}
#mobileOnlySubjectWrap select { 
	width: 90%; 
	max-width: 275px; 
	margin: 0 auto 1.75em; text-align: center; border: 1px solid #bbb; padding: 10px; border-radius: 3px; color: #505050; display: block;  
}
#width_tmp_select { display: none; }
#mobileOnlySubjectWrap select:not(:focus):not(:hover) { background: #F2F2F2;  }
@media screen and (min-width: 1024px) {
	#mobileOnlySubjectWrap  select { text-align: center; display: inline-block; padding: 7px;  }
}
@media screen and (min-width: 1450px) {
	#desktopSideOptions {
		-moz-transition: width 1s ease, min-width 1s ease;
		-webkit-transition: width 1s ease, min-width 1s ease;
		-o-transition: width 1s ease, min-width 1s ease;
		transition: width 1s ease, min-width 1s ease;
		background: transparent;
		left: 0 !important;
		top: 0 !important;
		display: table-cell !important;
		float: none;
		border-right:1px solid #BBB;
	}
	#SubjectMenuWrap {
		top: 0 !important;
	}
	#desktopSideOptions.fixedSide {
		position: relative;
		box-shadow: 0 0 0 transparent;
		top: 3em;
		height: 43em;
		z-index: 25;
	}
}
@media screen and (min-width: 1280px) {
	#desktopSideOptions {
		width: 290px;
		height: auto !important;
	}
}
#CollapserSubjectMenuWrap {
	width: 100%;
	height: 26px;
	position: relative;
	top: 0;
	float: right;
	cursor: pointer;
    z-index: 50;
}
#CollapserSubjectMenuWrap .icon {
	width: 40px;
	display: inline-block;
	float: right;
	opacity: .5;
	-moz-transition: opacity .3 ease;
	-webkit-transition: opacity .3 ease;
	-o-transition: opacity .3 ease;
	transition: opacity .3 ease;
}
#CollapserSubjectMenuWrap.goLeft .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey.png") no-repeat scroll 6px -238px;
}
#CollapserSubjectMenuWrap.goRight .icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey.png") no-repeat scroll -28px -238px;
}
#CollapserSubjectMenuWrap:hover .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png");
	opacity: .55;
	-moz-transition: opacity .3 ease;
	-webkit-transition: opacity .3 ease;
	-o-transition: opacity .3 ease;
	transition: opacity .3 ease;
}
#CollapserSubjectMenuWrap .toolTip {
	top: 2.75em;
	left: auto;
	right: -6.5em;
}
@media screen and (min-width: 1024px) {
	#CollapserSubjectMenuWrap.goRight {
		position: fixed; 
		top: 14.25em;	
		width: auto;
	}
	#CollapserSubjectMenuWrap.goRight .icon {
		float: none;
	}
	#CollapserSubjectMenuWrap.goRight .toolTip {
		float: none;	
		left: .25em;
		right: auto;
	}
}
#SubjectMenuWrap {
	width: inherit;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
	min-height: 550px;
}
#SubjectMenuWrap.closed {
	opacity: 0;
	width: 0;
	-moz-transition: opacity 0 ease;
	-webkit-transition: opacity 0 ease;
	-o-transition: opacity 0 ease;
	transition: opacity 0 ease;
}

#SubjectMenuWrap br.blockElement {
	display: none;	
}
#SubjectMenu {
	float: none;
	white-space: nowrap;
	width: inherit;
	padding: 0px;
	position: relative;
	background: #ededed;
}
@media screen and (max-height: 320px) {
	#desktopSideOptions.fixedSide #SubjectMenu {
		overflow-y: scroll;
		max-height: 200px;
	}
	#desktopSideOptions.fixedSide #SubjectMenu::-webkit-scrollbar {
	    width: 10px;
	}
	#desktopSideOptions.fixedSide #SubjectMenu::-webkit-scrollbar-track {
	    -webkit-border-radius: 5px; 
	    border-radius: 5px;
	}
	#desktopSideOptions.fixedSide #SubjectMenu::-webkit-scrollbar-thumb {
		-webkit-border-radius: 5px; 
		border: 1px solid #2c3f0b;
		border-radius: 5px; 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(81,71%,65%,1)), color-stop(27%,hsla(78,62%,48%,1)), color-stop(100%,hsla(82,75%,38%,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, hsla(81,71%,65%,1) 0%,hsla(78,62%,48%,1) 27%,hsla(82,75%,38%,1) 100%); /* Chrome10+,Safari5.1+ */
	}
	#desktopSideOptions.fixedSide #SubjectMenu::-webkit-scrollbar-thumb:window-inactive {
		-webkit-background: #6772b3; 
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); 
	}
}
@media screen and (min-height: 321px) and (max-height: 349px) {
	#desktopSideOptions.fixedSide #SubjectMenu {
		overflow-y: scroll;
		max-height: 280px;
	}
}
@media screen and (max-width: 1023px) {
	.mobileOpen #SubjectMenu {
		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;
	}
	.mobileClosed #SubjectMenu {
		animation: fadeOut .5s 1 ease;
		-moz-animation: fadeOut .5s 1 ease;
		-webkit-animation: fadeOut .5s 1 ease;
		-o-animation: fadeOut .5s 1 ease;
	}	
	#SubjectMenu .moduleHeader {
		color: #DEDEDE;
		text-shadow: 0 2px 3px #000;
		margin-left: .7em;
		margin-bottom: .65em;
		background: #3d4474;
		margin-bottom: -0.15em;
		margin-left: 0;
		padding-bottom: 0.56em;
		padding-left: 0.7em;
		position: relative;
		z-index: 1;
	}	
}
@media screen and (min-width: 1024px) {
	#SubjectMenu {
		top: 1.25em;
	}
	.fixedSide #SubjectMenu {
		position: fixed;
		top: 3.8em;
	}
	.fixedSide.footerInView #SubjectsList {
		max-height: 425px;
		overflow-y: auto;
	}
	.fixedSide.footerInView #SubjectsList.notScrolled::after {
		content: "Scroll for More";
		background: #d5d6df;
		color: #39449d;
		padding: .35em .75em .4em .75em;
		border-radius: 3px 3px 0 0;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 73px);
		z-index: 600;
		text-transform: uppercase;
	}
	#SubjectMenu .moduleHeader {
		margin-left: .65em;
		margin-bottom: 0.65em;
	}
}	
.Subject {
	display: block;
    font-weight: bold;
    position: relative;
    width: 100%;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 1rem;
	line-height: 14px;
}
.Subject:last-child {
	margin-bottom: 2.5em;
}
@media screen and (min-width: 580px) and (max-width: 875px) {
	.Subject {
		width: 50%;
		float: left;
	}	
}
@media screen and (min-width: 876px) and (max-width: 1023px) {
	.Subject {
		width: 33.2%;
		float: left;
	}	
}
@media screen and (max-width: 1023px) {
	.Subject {
		font-weight: bold;
		height: auto;
		line-height: 1.35em;
		vertical-align: middle;
		height: 40px;
	}
	.Subject:hover {
		background: #555e9f;	
	}
	.Subject.Current:hover {
		background: transparent;	
	}
}
.Subject a {
	color: #e8e8e8;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	padding: 0.75em 1em 0.75em 1.5em;	
	margin-right: .85em;
	margin-left: .35em;
	border-radius: 6px;
	-moz-transition: color .1s ease;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease;
}
.Subject:hover a {
	color: #FFF;	
}
.Subject.Current a, .Subject:not(.Current) a:hover {
	background: #F8F8F8;
}
.Subject.Current a {
	border-left: 4px solid #565E9E;
	border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 1024px) {
	.Subject:hover a {
		color: #565E9E;
		-moz-transition: color .1s ease;
		-webkit-transition: color .1s ease;
		-o-transition: color .1s ease;
		transition: color .1s ease;
	}
}
@media screen and (min-width: 1024px) {
	.Subject a {
		color: #606060;
	}
	.Subject.Current a {
		color: #565E9E !important;
		z-index: 500;
		position: relative;
	}
	
}
.Subject:focus a, .Subject a:focus {
	border-right: 0 none;
	border-top: 0 none;
	border-bottom: 0 none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOOLS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.top.tools {
	position: relative;
	clear: both;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
	z-index: 30;
	margin-right: auto;
	margin-left: auto;	
	position: relative;
	margin-bottom: .75em;
	margin-top: .5em;
}
.bottom.tools {
	clear: both;
	padding: 1.5em 1em 1em 1em;
	min-height: 40px;
	border-top: 1px solid #CCC;
	margin-bottom: 1.5em;
}
#bottomEditTools.Hidden { display: block !important; visibility: hidden; }
.top.tools .fakeSelect {
	position: absolute;
	right: 10px;
}
.top.tools .fakeLabel {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: .92rem;
	color: #333;
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 160px;
}
.bottom.tools .button {
	font-size: 1.12em;
	margin-left: 1em;
	width: auto;
	display: inline-block;
}
@media screen and (min-width: 1024px) {
	.top.tools { 
		right: 40px;  
		top: 55px;
		position: absolute;
		width: 250px;  
	}
	.top.tools .fakeLabel {
		top: -3px;
		right: 157px;
	}	
}

/* Tools inside listing items */
.playlist .wrapperItem.editing { border-radius: 3px; }
.playlist .wrapperItem.editing .itemContent {
	display: flex;
	width: 100%;
}
.playlist .wrapperItem.editing .tools, .playlist .wrapperItem.editing .itemInfo.level1 {
	display: table-cell;	
} 
.playlist .wrapperItem.editing .itemInfo.level1 {
	width: 100%;
}
.playlist .wrapperItem.editing .itemInfo.level1, .playlist .series.editing .itemInfo.level2.inQueueInfo {
	width: calc(100% - 45px);	
}
.playlist .wrapperItem .tools.Hidden {
	width: 0;
	opacity: 0;
}
.playlist .wrapperItem .tools {
	width: 50px;
	height: 100px;
	display: flex !important;
	flex-flow: column;
	position: absolute;
	right: 8px;
	opacity: 1;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	animation: fadeIn 1.5s 1 ease;
	-moz-animation: fadeIn 1.5s 1 ease;
	-webkit-animation: fadeIn 1.5s 1 ease;
	-o-animation: fadeIn 1.5s 1 ease;
}
.playlist .wrapperItem .tools .icon {
	cursor: pointer;
	display: inline-block;
	width: 26px;
	height: 26px;
	z-index: 20;
	position: relative;
}
.playlist .wrapperItem .tools.Hidden .icon {
	display: none !important;
}
.playlist .wrapperItem .tools .icon.clickAndDrag.draggable {
	margin-top: 3.25em;
}
.playlist .wrapperItem .tools .icon.remove {
	top: 0;
	position: absolute;
}
.playlist .wrapperItem .tools .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto !important;
}
.playlist .wrapperItem .tools .icon.remove::before {
	background-image: url(https://images.azureedge.net/rcg/images/interface/close.svg);
}
.playlist .wrapperItem .tools .icon.clickAndDrag.draggable::before {
	background-image: url(https://images.azureedge.net/rcg/images/interface/move.svg);
}
.playlist .wrapperItem .tools .icon {
	opacity: .7;
	padding: 18px;
	border-radius: 100%;
	box-sizing: border-box;
}
.playlist .wrapperItem .tools .icon:hover {
	background-color: #EAEAEA;
	opacity: 1;
}
.playlist .level1 .icon.info {
	z-index: 50;
	position: relative;
	top: -5px;
}
.playlist .mediaLength {
	margin-bottom: .9em;
	right: 18px;
}
.playlist .itemInfo.level1 .imageOrProgressWrapper {
	margin-bottom: .15em;
}
.playlist .progress.bar {
	text-indent: 0 !important;
}
.sortPlace { background: #D7D7D7 !important; }
@media screen and (min-width: 1024px) {
	.playlist .wrapperItem.editing .itemContent, .playlist .wrapperItem.editing .tools, .playlist .wrapperItem.editing .itemInfo.level1 {
		display: block;	
	}
	.playlist .mediaLength.mobileOnly, .playlist .editing .mediaLength.mobileOnly {
		display: none;
	}
	.playlist .mediaLength {
		clear: right;
	}
	.playlist .wrapperItem .level1 .icon.info {
		background-position: right -2px;
		color: #606060;
		display: inline-block;
		float: none;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: .95rem;
		font-weight: bold;
		padding-right: 2.5em;
		padding-top: 0.35em;
		width: auto;
		text-indent: 0;
		top: auto;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAIN LISTING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.mainListing {
	background: #FFF;
	padding: 1em 0 1em 0;
	position: relative;
	clear: both;
	display: block;
	max-width: 100%;
	overflow: hidden;
	animation: fadeIn 1s 1 ease;
	-moz-animation: fadeIn 1s 1 ease;
	-webkit-animation: fadeIn 1s 1 ease;
	-o-animation: fadeIn 1s 1 ease;
}
.playlist .mainListing { overflow: visible; margin-top: 2em; }
#listSelector {
	display: block;
	float: none;
	margin: 0.45em auto .8em auto;
	width: 12.2em;
	position: relative;
}
#listSelector: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;
	line-height: 1.4em;
	left: 4.75em;
}
@media screen and (min-width: 1450px) {
	.mainListing {
		margin-left: 0;
		clear: none;
		box-sizing: border-box;
		padding: 2em 1em 0 1em;
		width: 100%;
	}
	#libraryListing .mainListing {
		padding-left: 1.5em;
		padding-right: 1.5em;
		width: auto;
		max-width: calc(100% - 290px);
		min-width: calc(100% - 290px);
	}
	#searchResults.mainListing {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.playlist .mainListing {
		display: flex;
		flex-wrap: wrap;
		min-height: 200px;
	}
	#listSelector {
		float: left;
		width: 13.4em;
		position: relative;
		margin-top: .5em;
		margin-bottom: 1.25em;
	}
}
.btnMediaType {
	color: #656565;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.953125em;
	text-decoration: none;
	font-weight: bold;
	padding: .4em 1.5em;
	margin-right: 0;
	margin-left: 0;
	border: 1px solid #AAA;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_media_toggle_gradient_ie.jpg) repeat-x 0 bottom #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}
#btnDisplayVideo {
	border-radius: 5px 0 0 5px;
}
#btnDisplayAudio {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid transparent;
	margin-left: -5px;
}
.btnMediaType:hover {
	color: #555;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_media_toggle_gradient_ie_hover.jpg) repeat-x 0 bottom #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(235,235,235,1) 50%, rgba(233,233,233,1) 51%, rgba(229,229,229,1) 51%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(51%,rgba(233,233,233,1)), color-stop(51%,rgba(229,229,229,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(235,235,235,1) 50%,rgba(233,233,233,1) 51%,rgba(229,229,229,1) 51%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(235,235,235,1) 50%,rgba(233,233,233,1) 51%,rgba(229,229,229,1) 51%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(235,235,235,1) 50%,rgba(233,233,233,1) 51%,rgba(229,229,229,1) 51%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(235,235,235,1) 50%,rgba(233,233,233,1) 51%,rgba(229,229,229,1) 51%,rgba(239,239,239,1) 100%); /* W3C */
}
.btnMediaType.selected, .btnMediaType.selected:hover {
	color: #FEFEFE;
	background: url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie.png") repeat-x 0 0;
	background: -moz-linear-gradient(top,  #9baaec 0%, #4c538d 4%, #42487b 68%, #31365f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9baaec), color-stop(4%,#4c538d), color-stop(68%,#42487b), color-stop(100%,#31365f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* W3C */	
	cursor: default;
}
#btnDisplayVideo.selected {
	position: relative;
	right: -1px;
	z-index: 1;
}
#btnDisplayAudio.selected {
	position: relative;
	left: -1px;
	z-index: 1;
}
#btnDisplayVideo.selected, #btnDisplayVideo.selected:hover {
	border-color: #000;
}
#btnDisplayAudio.selected, #btnDisplayAudio.selected:hover {
	border-color: #6b76b8 #222646 #242849 #222646;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAIN LISTING ITEMS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.libraryContent, #playlistListing {
	display: flex;
	flex-wrap: wrap;
}
.wrapperItem {
	margin-bottom: 0;
	position: relative;
	clear: both;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 20px;
	box-sizing: border-box;
}
.playlist .wrapperItem {
	padding-top: 15px;
	padding-bottom: 15px;
}
.searchResult.wrapperItem {
	padding-bottom: 0.35em;
	min-height: 4.85em;
}
.wrapperItem .itemContent.level2Expanded {
	padding-bottom: 1em;
}
.searchResult.wrapperItem br.blockElement, .playlist .wrapperItem .itemContent br.blockElement {
	display: none;
}
.playlist #playlistListing:not(.sorting) .editing.wrapperItem:hover, 
	.playlist .editing.wrapperItem.ui-sortable-helper
	{ 
		box-shadow: 1px 6px 24px #AAA;
		background: #FFF;
	}
.playlist .sortPlace {
	min-height: 215px;
}
.playlist .editing.wrapperItem, .playlist .editing.wrapperItem:hover {
	transition: .3s box-shadow ease;
	-webkit-transition: .3s box-shadow ease;
}
@media screen and (min-width: 768px) {
	.wrapperItem { 
		width: 50%; 
		margin-bottom: 5px;
	}
	.playlist .wrapperItem {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media screen and (min-width: 1024px) {
	.libraryContent {
		padding-left: 1em;
		padding-right: 2em;
		box-sizing: border-box;
		margin-right: 0;
	}	
	.wrapperItem {
		width: 33%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.playlist .wrapperItem {
		padding-top: 18px;
		padding-bottom: 12px;
		margin-bottom: 25px;
	}
	#searchResults .wrapperItem {
		min-height: 0;
	}
	.searchResult.wrapperItem br.blockElement, .playlist .wrapperItem .itemContent br.blockElement {
		display: block;
	}
	.playlist .wrapperItem .itemContent br.blockElement {
		height: 0;
	}
	.wrapperItem .itemContent {
		border-top: 0 none;
		border-bottom: 0 none;
	}
	.playlist .wrapperItem .itemContent { 
		padding-right: 5px;
	}	
}
@media screen and (min-width: 1250px) {
	#libraryListing #LatestYT {
		width: 100%; 
		max-width: 100%;
	}
	#libraryListing .slickSliderWrap {
		max-width: 1220px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
	}
}
@media screen and (min-width: 1620px) {
	.wrapperItem { 
		width: 25%; 
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* Level 1 Info ----------------------------------- */
.searchResult .itemInfo.level1 br.blockElement {
	height: 0;
	width: 0;
}
.playlist .editing .itemInfo.level1 {
	padding-bottom: 0;
}
.level2Expanded .itemInfo.level1 {
	height: auto;
	min-height: 63px;
	background: transparent;
	-moz-transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.imageOrProgressWrapper {
	position: relative;	
	animation: fadeIn 1.25s 1 ease-in;
	-moz-animation: fadeIn 1.25s 1 ease-in;
	-webkit-animation: fadeIn 1.25s 1 ease-in;
	-o-animation: fadeIn 1.25s 1 ease-in;
}
.imageOrProgressWrapper a {
	border: 0 none;
	text-decoration: none;
	cursor: pointer;
}
.mainListing .bubble, .mainListing .totalParts.bubble {
	border-color: #FFF;
}
.imageOrProgressWrapper .playOverlay {
	visibility: visible;
}
.itemInfo.level1 .imageOrProgressWrapper {
	margin-top: 0;
	height: auto;
	z-index: 25;
}
.level2Expanded .itemInfo.level1 .imageOrProgressWrapper {
	margin-bottom: .5em;	
}
.listing .progress.bar .txtProgressPercentage {
	top: -11px;
	font-size: .8rem;
	border-radius: 100%;
	background: #424e94;
	line-height: 27px;
	width: 32px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.playlist .imageOrProgressWrapper .progress.bar .txtProgressPercentage {
	top: -16px;
}
.listing .imageOrProgressWrapper .progress.finished {
	font-size: 82%;
	width: 100%;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_bottom_dark_gradient_ie.png) repeat-x 0 bottom 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 */
}
.listing .imageOrProgressWrapper .progress.finished .checkMark {
	position: relative;
	top: -2px;
}
.toggleLevel2.icon {
    cursor: pointer;
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
	margin-top: .35em;
}
.toggleLevel2.icon::before {
	content: '';
	background: url(https://images.azureedge.net/wtc/images/interface/icn_arrow_circle_down-32.svg) no-repeat center center transparent;
	background-size: 28px auto;
	width: 28px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.toggleLevel2.icon:hover::before {
	opacity: 1;
	filter: invert(19%) sepia(27%) saturate(5415%) hue-rotate(224deg) brightness(96%) contrast(83%);
}
.toggleLevel2.icon:hover .title {
	color: #424e94;
}
.editing .toggleLevel2.icon {
	pointer-events: none;
}
.editing .toggleLevel2.icon::before {
	display: none;
}
.editing .toggleLevel2.icon:hover .title{
	color: #222;
}
 .series.editing .itemInfo .title {
	width: 100%;

}
.toggleLevel2.icon.goUp::before {
	/* background-image: url(https://images.azureedge.net/wtc/images/interface/icn_arrow_circle_up-32.svg); */
	transform: rotate(-180deg);
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.toggleSeries {
	display: none;	
}
.itemInfo .image {
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: 1px solid transparent;
}
.itemInfo .image.whiteBG {
	border: 1px solid #AAA;
}
.itemInfo .title, .itemInfo .title a {
	color: #222;	
}
.itemInfo {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.itemInfo .title {
	font-weight: bold;
	font-size: 1.1rem;
	padding-top: .25em;
	line-height: 1.15em;
	margin-bottom: 8px;
	font-family: Cambria, Georgia, Serif;
}
.series .itemInfo .title { 	width: calc(100% - 29px); }
.itemInfo .title a, .itemInfo .subject a {
	text-decoration: none;
}
.itemInfo .subject a {
	color: #000;
}
.itemInfo .subject a {
	font-weight: normal;
	color: #222;
}
.itemInfo .title:hover a, .itemInfo .subject a:hover {
	color: #39449d;
}
.itemInfo .subject a:hover {
	border-bottom: 1px solid;
}
.searchResult .itemInfo .title {
	clear: right;
    font-family: Cambria,Georgia,Serif;
    font-size: 1em;
    height: auto;
    margin: 0 0 0.25em 0.25em;
    overflow: visible;
    padding-top: 0;
    width: auto;
}
.searchResult .typeInfo {
	padding-top: 1em;
	margin-left: .3em;
	margin-bottom: 0.65em;
	color: #606060;
	font-size: 0.84375em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
}
.searchResult.video .typeInfo, .searchResult.audio .typeInfo {
	margin-bottom: 1em;
}
.product .typeInfo a {
	color: #6A6A6A;
}
.product .typeInfo a:hover {
	color: #39449d;
	text-decoration: underline;
}
/* Fav icon */
.product .typeInfo .favIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -25px #FFF;
	width: 16px;
	height: 16px;
	/*box-shadow: 0 0 2px #AAA; */
	margin-top: 1px;
	margin-right: 5px;
	border: 1px solid #AAA;
	float: left;
	padding: 1px;
	position: relative;
	top: -3px;
}
.product .typeInfo .favIcon.wtc {
	background-position: 1px 1px;
}
.product .typeInfo .favIcon.rt {
	background-position: 1px -51px;
}
/* Site URL */
.product .typeInfo .siteURL {
	font-style: oblique;
	padding-right: .2em;
}
.product .typeInfo a .siteURL {
	font-weight: bold;
}

.playlist .itemInfo.level1 .title a.button {
	display: none;
}
.level2Expanded .itemInfo .title {
	max-height: none;
	overflow: visible;	
}
.itemInfo .promo {
	font-size: .97rem;
	text-align: center;	
	line-height: 1.4em;
	padding: 0 .3em;
	margin-bottom: .5em;
}
.searchResult .itemInfo .promo {
	text-align: left;
	padding-left: .3em;
}
.searchResult .itemInfo .promo br {
	display: none;
}
@media screen and (min-width: 480px) {
	.imageOrProgressWrapper .playOverlay {
		visibility: hidden;
		opacity: 0;	
	}
	.playlist .itemInfo.level1 .title a.button {
		color: #EFEFEF;
		position: relative;
		top: 0;		
		display: inline-block;
		padding-left: 1.7em;
		margin-left: 0;
		margin-top: .5em;
		z-index: 20;
		font-size: .9em;
	}
	.playlist .itemInfo .title a.button:hover {
		color: #FFF;
	}
	.playlist .itemInfo .title a.button .icon {
		background-position: 0 -151px;
		background-size: 20px auto;
	}	
	.playlist .editing .itemInfo.level1 .title a.button {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.itemInfo .promo { 
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.searchResult {
		border-bottom: 1px solid #AAA;
		margin-top: .75em;
	}
	.searchResult .itemInfo.level1 {
		background: transparent;
		height: auto;	
	}
	.searchResult .itemInfo.level1 {
		margin-right: 2.55em;
		padding-bottom: .7em;
		margin-left: 0.5em;
	}
	.searchResult .itemInfo.level1 .imageOrProgressWrapper {
		margin-left: -.5em;
	}
}
@media screen and (min-width: 768px) {
	.itemInfo .title {
		font-size: 1.1875em;
		line-height: 1.3em;
	}
	.searchResult .itemInfo .title {
		font-family: Cambria, Georgia, Serif;
		font-size: 1.125em;
		line-height: 1.1em;
	}
	.playlist .itemInfo .title {
		font-size: 1.05em;
	}
	.playlist .itemInfo.level2 .title { font-size: .98rem; }
	.playlist .itemInfo.level1 .title a.button {
		font-size: .69em;
	}	
}
@media screen and (min-width: 768px) and (max-width: 1023px) {

}
@media screen and (min-width: 1024px) {
	
}

/* Level 2 Info ----------------------------------- */
.level2Container {
	position: relative;
	display: block;
}
.itemInfo.level2 {
	display: block;
	clear: both;
	position: relative;
}
.itemInfo.level2.mediaBasics {
	display: block;
	margin-top: .35em;
	margin-bottom: .35em;
	width: calc(100% - 90px);
}
.searchResult .itemInfo.level2 {
	display: none;
}
.mediaLength, .date, .subject {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-transform: uppercase;
	font-size: .95rem;
	color: #444;
	display: inline-block;
	margin-bottom: .35em;
	margin-top: .35em;
}
.date { display: block; }
.playlist .mediaLength {
	margin-top: .25em;
	display: inline-block;
}
.playlist .date, .playlist .subject {
	display: none;
}
.playlist .sortedByDate .date {
	display: inline;
}
.playlist .sortedBySubject .subject {
	display: inline;
}
.playlist .sortedBySubject .subject a {
	color: #555;
}
.playlist .sortedBySubject .subject a:hover {
	color: #38449d;
}
.playlist .editing .mediaLength, .playlist .editing .info.icon {
	display: none;	
}
.playlist .editing .level2, .playlist .editing .toggleSeries, .playlist .editing .level1 .icon.info {
	display: none !important;	
}
@media screen and (max-width: 768px) {
	.playlist .level1 .mediaLength, .playlist .level1 .info.icon {
		display: none;	
	}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.playlist .level1 .title {
		margin-bottom: .15em;
		line-height: 1em;
	}	
}
@media screen and (min-width: 1024px) {
	.playlist .level2Container {
		margin-top: -5px;
	}
}

/* Action Buttons ----------------------------------- */
.itemInfo.level2.actionButtons {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.actionButtons .startPlaying { display: none !important; }
.button.playlistControl:active {
	-webkit-animation: pulsePush .5s infinite ease-out; 
	animation: pulsePush .5s infinite ease-out; 
}
.itemInfo .button.playlistControl.added .icon {
	width: 28px;
	margin-right: 0;
}
.button.blueGloss.playlistControl .text {
	display: none;
	max-width: 38px;
	text-align: center;
	line-height: 1em;
  }
.actionButtons .button.blueGloss.playlistControl .icon, 
	.actionButtons .button.blueGloss.playlistControl .icon.added {
	background: 0 none !important;
	position: relative;
	width: 39px !important;
	height: 37px;
	top: -1px;
}
.actionButtons .button.blueGloss.playlistControl .icon::after, 
	.actionButtons .button.blueGloss.playlistControl .icon.added::after {
	content: '';
	background: url(https://images.azureedge.net/wtc/images/interface/icn_plyalist-64.svg) no-repeat center center !important;
	background-size: 100% auto !important;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.actionButtons .button.blueGloss.playlistControl:not(.editingPlaylist):hover .icon::after,
	.actionButtons .button.blueGloss.playlistControl:not(.editingPlaylist).added:hover .icon.added::after {
	filter: invert(23%) sepia(66%) saturate(1394%) hue-rotate(211deg) brightness(94%) contrast(89%);
}
.actionButtons .button.blueGloss.playlistControl .icon::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -1px;
	left: -9px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
	background-size: 100% auto !important;
	border: 3px solid #FFF;
	background-color: #FFF !important;
	z-index: 2;
}
.actionButtons .button.blueGloss.playlistControl .icon.added::before {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
}
.actionButtons .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: -8px;
}
.actionButtons .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;
}
.actionButtons .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);
}
.actionButtons .button.blueGloss.playlistControl.editingPlaylist .icon::before {
	background-image: url(http://images.azureedge.net/rcg/images/interface/icn_load_crescent_grey.gif) !important;
}
.actionButtons .button.blueGloss.playlistControl.editingPlaylist .icon::after {
	opacity: .5;
}
.itemInfo.level2.actionButtons .button.playlistControl {
	margin-top: 0;
	padding-right: 0;
	padding-top: 0;
}
.actionButtons .button.playlistControl:hover .toolTip {
	top: 8px !important;
	right: 55px !important;
	left: auto;
	white-space: nowrap;
}
.actionButtons .button.playlistControl .toolTip .commentBubbleTop {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #444;
	right: -15px;
	left: auto;
	top: 6px;
	bottom: auto;
}
.series .actionButtons .button.playlistControl.add, .series .actionButtons .button.playlistControl.fakeAdd {
	padding-left: 2.8em;
}
.general .wrapperItem .actionButtons .button:not(:last-child) {
	margin-right: 0;
}
.actionButtons .button.playlistControl.added {
	padding-left: 0;
	padding-right: 0;
}
.searchResult .itemInfo.actionButtons .helpModal {
	display: none;
	opacity: 0;
}
@media screen and (min-width: 680px) {
	.searchResult .itemInfo.actionButtons .helpModal {
		display: block;
		opacity: 1;
		min-width: 290px;
		left: auto;
		right: 3%;
		top: 0;
		animation: fadeIn .5s 1 ease-in .6s;
		-moz-animation: fadeIn .5s 1 ease-in .6s;
		-webkit-animation: fadeIn .5s 1 ease-in .6s;
		-o-animation: fadeIn .5s ease-in .6s;
	}	
}
@media screen and (min-width: 768px) {
	.searchResult .itemInfo.actionButtons .helpModal {
		top: 28px;
	}
	.itemInfo.level2.actionButtons {
		right: 0;
		top: -2px;
		bottom: auto; 
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	.searchResult .itemInfo.actionButtons #helpModal_3_EN_23_anchorLater.helpModal {
		top: -102px;
		left: 22%;
	}
	.itemInfo.level2.actionButtons .button.startPlaying {
		display: inline;
	}
	.series .actionButtons .button.playlistControl.added {
		padding-left: 0;
	}
}

/* Next Up ----------------------------------- */
.itemInfo.level2.inQueueInfo {
	margin-bottom: 0;
	padding-top: .65em;
	text-align: center;
}
.inQueueInfo p.title {
	font-weight: bold;
	font-size: 0.9375em;
	font-family: Cambria, Georgia, Serif;
	margin: 0 0 .5em 0;
	padding: 0;
	text-align: center;	
}
.inQueueInfo .labelNext {
	font-style: oblique;
	margin-right: 3px;
}
@media screen and (min-width: 420px) {
	.series .itemInfo.level2.inQueueInfo {
		padding-top: 0;
	}	
}
@media screen and (min-width: 1024px) {
	.itemInfo.level2.inQueueInfo {
		padding-top: 0;	
	}
	.series .itemInfo.level2.inQueueInfo { 
		padding-top: .5em;
	}
	.series .itemInfo.level2.inQueueInfo {
		clear: left;	
	}
	.playlist .series .itemInfo.level2.inQueueInfo {
		clear: right;
	}
	.inQueueInfo p.title {
		text-align: left;
		font-size: 1.015625em;
	}
}
@media screen and (min-width: 1100px) {
	.inQueueInfo p.promo {
		max-width: 740px;
	}
}

/* Series Box ----------------------------------- */
.playlist .itemInfo.level2 {
	margin-top: 0;
	margin-bottom: 0;
}
.itemInfo.level2 .title a:hover {
	border-bottom: 1px solid;
}
.itemInfo.level2.seriesBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}
.seriesBox .seriesItem {
	position: relative; 
	font-size: 1rem;
	margin-bottom: .5em;
	font-weight: 600;
}
.seriesItem .bar.progress {
	width: calc(100% - 185px);
	right: 0;
	top: 18px;
	border-radius: 3px;
}
.seriesBox .seriesItem:last-child { margin-bottom: 0; }
.seriesItem .partNumber {
	display: inline-block;
}
.seriesItem.Complete .partNumber {
	color: #39530d;	
}
.seriesItem .watchLink {
	border: 1px solid;
	border-radius: 2px;
	padding: 4px 9px 5px 9px !important;
	display: inline-block;
	margin: 0 7px !important;
}
.seriesItem .info.icon {
	position: relative;
	top: 7px;
	background-position: center 3px;
	cursor: pointer;
}
@media screen and (min-width: 1024px) {
	.itemInfo.level2.seriesBox {
		clear: left;
	}
	.playlist .level2Container.open .seriesBox {
		animation: fadeIn .3s 1 ease-in;
		-moz-animation: fadeIn .3s 1 ease-in;
		-webkit-animation: fadeIn .3s 1 ease-in;
		-o-animation: fadeIn .3s ease-in;
	}
	.playlist .closed .itemInfo.level2.seriesBox {
		visibility: hidden;
		height: 0;
		overflow: hidden;
		opacity: 0;
		margin-top: 0;
	}
}

/* Search Results ------------- */
.search #desktopSideOptions, .page404 #desktopSideOptions {
	width: 500px;
}
.search #desktopSideOptions {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_pattern_light.png) repeat #FFF;
}
.searchMatch {
	background-color: #ffff99;
	clear: none;
	display: inline;
	font-weight: bold;
}
.searchResult .button.startPlaying {
	display: none;
}
.searchResult .actionButtons .button.playlistControl {
	margin-right: 0;
}
.searchResult .button.playlistControl.blueGloss {
	padding-left: 1.75em;
}
.searchResult .button.playlistControl.add, .searchResult .button.playlistControl.fakeAdd, 
	.searchResult .button.playlistControl.add:hover, .searchResult .button.playlistControl.fakeAdd:hover {
	color: #3D4473;
}
.searchResult .button.playlistControl, .searchResult .button.playlistControl:hover {
	background: 0 none;
	border: 0 none;
	margin-left: 1em;
	box-shadow: 0 0 0 transparent;
}
.searchResult .button.playlistControl .icon.add {
	background-size: 32px auto;
	background-position: right 2px;
	height: 36px;
}
.searchResult .button.playlistControl.added .icon {
	left: 12px;	
}
@media screen and (max-width: 679px) {
	.searchResult .button.playlistControl {	
		text-indent: -2000%;
		overflow: hidden;
		width: 45px;
		height: 40px !important;
		padding: 0;
	}
	.searchResult .button.playlistControl.added {
		min-width: 65px;
	}
	.searchResult .button.playlistControl.added .toolTip, .searchResult .button.playlistControl.added:hover .toolTip {
		display: none;
	}
}
@media screen and (min-width: 680px) and (max-width: 1023px) {
	.searchResult .itemInfo.level1 {
		width: 80%;
	}
	.searchResult .itemInfo .promo {
		margin-left: 0;
		margin-right: 0;
	}
	.searchResult .button.playlistControl.added {
		min-width: 130px !important;
	}
	.searchResult .button.playlistControl .toolTip {
		left: 1.5em;
		top: 3.25em;
	}
}
@media screen and (min-width: 680px) {
	.searchResult .button.playlistControl.added .icon {
		height: 36px;
		left: 3px;
	}
}
@media screen and (max-width: 1023px) {
	.searchResult .actionButtons {
		position: absolute;
		right: 0;
		top: -15px;		
	}
	.searchResult .button.playlistControl {
		text-align: center;
	}
	.searchResult .button.playlistControl .icon {
		display: block;
		clear: both;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: -2px;
		top: -1px;
	}
	.searchResult .button.playlistControl.added .icon {
		background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll right 5px transparent;
		background-position: right 5px !important;
		background-size: 31px auto !important;
	}
}
@media screen and (min-width: 1024px) {
	.searchResult .button.playlistControl {
		margin-top: .08em;
	}
	.searchResult .button.playlistControl.blueGloss.added {
		padding-left: 0;
	}
	.searchResult .button.playlistControl.add:hover, .searchResult .button.playlistControl.fakeAdd:hover {
		text-decoration: underline;
	}
	.searchResult .button.playlistControl.blueGloss.add, .searchResult .button.playlistControl.blueGloss.fakeAdd {
		margin-top: 10px;
		top: -15px;
	}
	.searchResult .button.playlistControl .icon.add {
		left: -19px;
		opacity: 1;
	}
	.searchResult .button.playlistControl.added .icon {
		left: auto;
		top: -4px;
		height: 29px;
	}
	.searchResult .button.playlistControl.added .toolTip {
		right: -11%;
		top: 2.25em;
	}
}
	

/* Display More ------------- */
#moreResults {
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
	max-width: 900px;
}
.displayMore.button {
    border-color: #999999;
    box-shadow: 0 0 3px #CCC;
    clear: both;
    color: #606060;
    display: block;
    margin: 1em auto;
    text-align: center;
    width: 60%;
    max-width: 400px;
    padding: .7em 0;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NO SEARCH RESULTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.searchAlternative {
	font-family: Cambria, Georgia, Serif;
	font-size: 1.125em;
	font-weight: bold;	
	margin-top: .5em;
	margin-bottom: 2em;
}
.couldNotFind {
	font-weight: bold;
	line-height: 1em;
}	
 .general p.couldNotFind .warnIcon {
	background-size: auto 28px;	
	width: 30px;
	height: 23px;
}
.noResults p {
	font-size: 90%;
}
.noResults p, p.couldNotFind, p.searchAlternative {
	padding: 0 3%;
	text-align: center; 	
	color: #444;
 }
.noResults .sectionTitle {
	padding: 0 3%;
}
.noResults h5 a:hover, .noResults p a:hover {
	border-bottom: 1px solid;
}
#searchResults.mainListing .noticeTitle {
	font-family: Cambria, Georgia, Serif;
}
@media screen and (min-width: 1024px) {
	.noResults {
		margin-bottom: 2em;
	}
	.noResults p, p.couldNotFind, p.searchAlternative, #searchResults.mainListing .noticeTitle, .noResults .sectionTitle { 
		text-align: left;
		padding-left: 0;
	}
}

/* Library ad */
@media screen and (min-width: 900px) {
	#InlineWTC_Subjects {
		background: transparent;
		border-radius: 0;
		margin: 0;
		width: 100%;
		max-width: none;
	}
	#LibrarySubjects {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
	#LibrarySubjects ul li {
		width: 48%;
	}
}
@media screen and (min-width: 1390px) {
	#LibrarySubjects ul li {
		width: 32%;
	}
}