/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TOP NAV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#topNav {
		display: none;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: .2em;
		margin-bottom: .25em;
		top: .15em;
		position: relative;
		right: 0.5em;
		text-align: right;
		width: auto;
}
@media screen and (min-width: 1024px) {
	#topNav {
		display: block;
	}
}
@media screen and (min-width: 1291px) {
	#topNav {
		top: .15em;
		margin-top: 0;
	}
}
#topNav a {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	border-right: 1px solid hsl(0, 0%, 67%);
	color: #4F4F4F;
	font-size: .85rem;
	font-weight: bold;
	padding: 0 1.15em 0 1.25em;
	margin-left: -7px;
	text-decoration: none;
	background: transparent;
	-moz-transition: background .1s ease, color .1s ease, border .1s ease, padding .1s ease;
	-webkit-transition: background .1s ease, color .1s ease, border .1s ease, padding .1s ease;
	-o-transition: background .1s ease, color .1s ease, border .1s ease, padding .1s ease;
	transition: background .1s ease, color .1s ease, border .1s ease, padding .1s ease;
}
#topNav a#topRequestLit {
	border-right: 1px solid transparent;
}
#topNav a#topRequestLit .highlightBox {
	margin-right: -2px;
}
#topNav a:hover {
	background: #666;
	color: #FFF;
	border-color: transparent;
	border-radius: 2px;
	padding-top: .5em;
	padding-bottom: .5em;
	-moz-transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
	-webkit-transition: background .5s ease .1s, color .2s ease .1s, padding .1s ease;
	-o-transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
	transition: background .35s ease .1s, color .2s ease .1s, padding .1s ease;
}
#topNav a:hover .highlightBox {
	box-shadow: 1px 1px 1px transparent;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAVIGATION ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#navWrapper {
	background: #3d4473;
	width: 100%;
	height: auto !important;
	border-top: 1px solid #646a92;
	position: relative;
	z-index: 210;
	margin-top: 2.1em;
}
#navWrapper.fixedNav {
	position: fixed;
	display: block;
	top: 0;
	left: 0;	
	margin-top: 0;
	box-shadow: 0 6px 7px hsla(0, 0%, 0%, .2);
}
#navMobileOptions {
	display: flex;
}
@media screen and (max-height: 320px) {
	.fixedNav #navContent {
		overflow-y: scroll;
		max-height: 200px;
	}
	.fixedNav #navContent::-webkit-scrollbar {
	    width: 10px;
	}
	.fixedNav #navContent::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); 
	    -webkit-border-radius: 5px; 
	    border-radius: 5px;
	}
	.fixedNav #navContent::-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+ */
	}
	.fixedNav #navContent::-webkit-scrollbar-thumb:window-inactive {
		-webkit-background: #6772b3; 
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); 
	}
}
@media screen and (min-width: 624px) {
	#navWrapper {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	#navWrapper {
		margin-top: 0;
	}	
}
.mobileControl {
	display: inline-block;	
	color: #f3f3f3;
	font-weight: bold;
	font-size: .95em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Sans-Serif;
	padding: 0.25em .35em .25em 1em;
	border-radius: 2px 2px 2px 2px;
	margin: 0.6em -.75em 0.6em .75em; 
}
#SubjectControl {
	order: 3;
	padding-bottom: 0.48em;
	padding-top: 0.25em;
	margin-left: 1.15em;
	color: #FFF;
}
#SubjectControl:hover {
	color: #FFF;
}
#SubjectControl {
	padding-bottom: 0;
	padding-top: 7px;
	opacity: .8;
}
#SubjectControl:hover {
	opacity: 1;
}
#SubjectControl::before {
	content: '';
	width: 21px;
	height: 21px;
	margin-bottom: -4px;
	background: url(https://images.azureedge.net/wtc/images/interface/icn_sort_arrows.svg) no-repeat center center;
	background-size: 100% auto;
	filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(270deg) brightness(115%) contrast(118%);
	display: inline-block;
	position: relative;
	top: 1px;
	opacity: .9;
	margin-right: 5px;
}
#mobileMenuControl {
	width: auto;
	line-height: 1.65em;
	box-sizing: border-box;
	position: relative;
	order: 1;
}
#navWrapper:not(.fixedNav) #mobileMenuControl {
	position: relative;
	top: 3px;
}
#mobileMenuControl::before { 
	content: '';
	display: inline-block;
	width: 27px;
	height: 24px;
	position: relative;
	left: -5px;
	background: url("https://images.azureedge.net/wtc/images/interface/icn_menu_white.svg") no-repeat center center;
	background-size: 100% auto;
	opacity: .8;
}
#mobileMenuControl:hover::before { 
	opacity: .95;
}
@media screen and (min-width: 500px) {
	.mobileControl {
		margin: 0.6em 0 0.6em 1em; 
	}
}

#mobileMenuControl.close::before {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_close_white.svg) no-repeat center center;
	background-size: 100% auto;
}
@media screen and (min-width: 768px) {
	#navWrapper.fixedNav #homeNavItem.navLink, .fixedNav .mobileControl {
		margin-bottom: .4em;
		margin-top: .4em;
	}
}
#navWrapper .navLink {
	font-size: 1rem;
	text-decoration: none;
}
#navWrapper .navLink#homeNavItem {
	display: none;
}
#navWrapper.fixedNav .navLink#homeNavItem {
	display: inline-block;
	animation: fadeIn .45s 1 ease-in;
	-moz-animation: fadeIn .45s 1 ease-in;
	-webkit-animation: fadeIn .45s 1 ease-in;
	-o-animation: fadeIn .45s 1 ease-in;
}
#navWrapper #homeNavItem.navLink {
	float: none;
	color: #E7E7E7;
	font-weight: bold;
	font-size: 1.05em;
	font-family: Cambria,Georgia,Serif;
	-moz-transition: background .3s ease, color .3s ease;
	-webkit-transition: background .3s ease, color .3s ease;
	-o-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}
#navWrapper #homeNavItem.navLink:hover {
	color: #FCFCFC;
	background: #565e9e;
	-moz-transition: background .2s ease, color .2s ease;
	-webkit-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
}
#navWrapper #homeNavItem.navLink .text {
	display: none;
}
#navWrapper #homeNavItem .icon {
	display: inline-block;
	width: 100%;
	height: 100%;	
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_nav.png) no-repeat center -65px transparent;
	opacity: .89;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#navWrapper #homeNavItem:hover .icon {
	opacity: 1;		
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
@media screen and (max-width: 1023px) {
	#navWrapper #homeNavItem.navLink {
		height: 24px;
		width: 36px;
		padding: 0.25em .28em .25em .2em;
		position: relative;
		top: 0;
		box-shadow: 0 0 1px #646a92;
		margin: 0.6em 0 .6em 1em;
		border-radius: 2px 2px 2px 2px;
		border: 1px solid #000;
		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 */	
	}
	#navWrapper #homeNavItem.navLink:hover {
		background: url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie_hover.png") repeat-x 0 0;
		background: -moz-linear-gradient(top,  rgba(155,170,236,1) 0%, rgba(86,94,158,1) 4%, rgba(86,94,158,1) 68%, rgba(86,94,158,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,170,236,1)), color-stop(4%,rgba(86,94,158,1)), color-stop(68%,rgba(86,94,158,1)), color-stop(100%,rgba(86,94,158,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* W3C */
	}
}
@media screen and (min-width: 1024px) {
	#navWrapper.fixedNav #homeNavItem.navLink {
		padding: 0 .5em 0 1em;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
		position: absolute;
		z-index: 25;
	}
	#navWrapper #homeNavItem.navLink:hover {
		background: transparent;
	}
	#navWrapper #homeNavItem.navLink .text {
		display: inline;
		position: relative;
		left: .4em;
		top: .55em;
	}
	#navWrapper #homeNavItem.navLink .icon {
		width: 35px;
		height: 35px;
		background-position: center -58px;
	}
}
@media screen and (min-width: 1024px) {
	.mobileControl {
		display: none;
	}
	#navWrapper #navContent {
		display: block !important;
		position: relative;
		height: 39px;
	}
	#navWrapper.fixedNav #navContent { height: 48px; }
	#navWrapper #mainNav {
		border-top: 0 none;
	}
}
.general .navLabel {
	font-weight: normal;
	position: absolute;
	right: 1.5em;
	font-size: .92em;
}
.general #navWrapper .navLabel {
	color: #d7d9e5;
}
@media screen and (min-width: 1024px) {
	.general #navWrapper .navLabel {	
		display: none;
	}
}
#navWrapper .navItem {
	color: #EFEFEF;
	font-size: .98rem;
	font-weight: bold;
	height: auto;
	line-height: 1.35em;
	vertical-align: middle;
	white-space: normal;
	-moz-transition: background-color 0.15s ease 0.15s, background-position 0s ease 0.15s, border-color 0.15s ease 0.15s, box-shadow 0.15s ease 0.15s, color 0.15s ease 0.15s;    
	-webkit-transition: background-color 0.15s ease 0.15s, background-position 0s ease 0.15s, border-color 0.15s ease 0.15s, box-shadow 0.15s ease 0.15s, color 0.15s ease 0.15s;    
	-o-transition: background-color 0.15s ease 0.15s, background-position 0s ease 0.15s, border-color 0.15s ease 0.15s, box-shadow 0.15s ease 0.15s, color 0.15s ease 0.15s;    	
	transition: background-color 0.15s ease 0.15s, background-position 0s ease 0.15s, border-color 0.15s ease 0.15s, box-shadow 0.15s ease 0.15s, color 0.15s ease 0.15s;
}
#navWrapper .navItem.desktop {
	display: none;
}
#navWrapper .navItem .navLink {
	color: hsla(0, 100%, 100%, .95);
	text-decoration: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	font-size: 1.05rem;
	line-height: 21px;
	padding: 0.75em 1.15em 0.8em;
	-moz-transition: color 0.15s ease 0.15s;
	-webkit-transition: color 0.15s ease 0.15s;
	-o-transition: color 0.15s ease 0.15s;
	transition: color 0.15s ease 0.15s;
}
#navWrapper .navItem .navLink .icon {
	display: none;
}
#navWrapper .navItem .navLink .icon.toBottom {
	display: inline-block;
	width: 30px;
	height: 20px;
	position: absolute;
	right: 0;
	background: url(https://images.azureedge.net/wtc/images/interface/icn_down_arrow-48.svg) no-repeat center center;
	background-size: 100% auto;
	opacity: .8;
	filter: invert(100%) sepia(12%) saturate(7479%) hue-rotate(290deg) brightness(119%) contrast(104%);
	right: 1em;
	top: 10px;
}
#navWrapper .navItem .navLink:hover {
	color: #FFF;
	-moz-transition: color 0.15s ease 0.15s;
	-webkit-transition: color 0.15s ease 0.15s;
	-o-transition: color 0.15s ease 0.15s;
	transition: color 0.15s ease 0.15s;
}
@media screen and (min-width: 1024px) {
	#navWrapper #mainNav {
		width: auto;
		margin-left: 27em;
		margin-right: auto;			
		display: flex;
		position: absolute;
		top: -1px;
	}
	#navWrapper .navItem {
		/*border-left: 1px solid #646a92;
		border-right: 1px solid #1e234e;*/
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		display: inline-flex;		
		text-align: center;		
		width: auto;		
		font-family: Cambria,Georgia,Serif;
		font-size: 1.05em;
		line-height: 1.4em;
	}	
	#navWrapper .navItem.desktop {
		display: inline-flex;
	}
	#navWrapper .navItem.mobile {
		display: none;
	}
	#navWrapper .navItem .navLink {
		padding: 7px .9em 7px 1.1em;
		position: relative;
		margin-top: 0;
	}
	#navWrapper .navItem:not(:first-child) .navLink::before { 
		border-left: 1px solid hsla(0, 0%, 100%, .15);
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
		height: 100%;
	}
	#navWrapper .navItem .navLink .highlightBox { 
		text-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;	
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 12px;	
	}
	#navWrapper #libraryNavItem_d .navLink {
		border-left: 0 none;
	}
	#navWrapper .navItem .navLink:hover, #navWrapper .navItem.open .navLink {
		background: #1e234e;	
	}
	#navWrapper .navItem .navLink .icon {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_icon.png") no-repeat 0 0;	
	}
	#navWrapper .navItem.open .navLink .icon {
		background-position: 0 -48px;
	}
	#navWrapper .navItem.closed .navLink:hover .icon {
		background-position: 0 -48px;
	}
	#navWrapper #libraryNavItem_d.navItem {
		border-left: 1px solid transparent;
	}
}
@media screen and (min-width: 1100px) {
	#navWrapper #mainNav { 
		margin-left: 29em; 
	}
}
@media screen and (min-width: 1280px) {
	#navWrapper #mainNav {
		margin-left: 520px;
	}
}
#navWrapper #myPlaylistNavItem.navItem .navItemIcon {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_nav.png);
	background-repeat: no-repeat;
	background-position: -4px -5px;
	width: 28px;
	height: 19px;
	display: inline-block;
	position: relative;
	left: -.55em;
	opacity: .65;
	top: 1px;
}
@media screen and (max-width: 1023px) {
	#navWrapper .navItem:hover {
		background: #565e9e;
		color: #FFF;
	}
}
#navWrapper #myPlaylistNavItem.navItem:hover .navItemIcon {
	opacity: 1;
	background: #565e9e;
	color: #FFF;
}
#navWrapper .navItem:last-child {
	border-right: 1px solid transparent;
}
#navWrapper .navItem:hover {
	color: #FFF;
	cursor: pointer;
}
.tvBackground {
	padding: 0.05em 0.3em 0 0.25em;
	background: #E7E7E7;
	font-size: 130%;
	position: relative;
	box-shadow: 1px 2px 1px #1f233b;
	top: 1px;
	color: #474F7E;
	border-radius: 4px;
	margin-left: 3px;
	opacity: .95;
	text-shadow: 0 0 0 transparent;
	-moz-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-webkit-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-o-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
}
@media screen and (min-width: 1024px) {
	.tvBackground {
		padding: 0 .25em;	
		font-size: 100%;
		top: 0;
	}
	#navWrapper #onTVNavItem.navItem {
		text-align: center;
		width: 5.75em;
	}
}
#navWrapper .navItem:hover .tvBackground {
	background: #FFF;
	-moz-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-webkit-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-o-transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	transition: background-color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
}
.noNotification {
	background: #B81212;
	font-family: Calibri,Arial,Sans-serif;
	padding: 1px 7px 2.6px 7px;
	position: relative;
	color: #FFF;
	font-size: .88em !important;
	border-radius: 100%;
	border: 1px solid #B81212;
	top: -1px;
	margin-left: 5px;
	font-size: 115%;
	-moz-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-webkit-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-o-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
}
.noNotification.double { padding: 1px 4px 1.6px 4px; }
.noNotification.triple { font-size: .8rem !important; padding: 5px 3.5px 6.6px 3.5px }
a:hover .noNotification {
	color: #FFF;
	opacity: 1;
	-moz-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-webkit-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	-o-transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
	transition: color 0.15s ease 0.15s, opacity 0.15s ease 0.15s;
}
a:hover .noNotification {
	color: #FFF;
}
@media screen and (min-width: 1024px) {
	.noNotification {
		margin-left: 2px;
	}
	#navWrapper .subOption {
		display: none;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MORE NAV OPTIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.moreNavOptions {
	width: 85%;
	max-width: 850px;
	left: 12%;
	padding-top: .65em;
	top: 2.35em;
	position: absolute;
	background: #3d4473;
	border: 1px solid #242952; 
	border-bottom: 1px solid #111432;
	display: table;
	box-shadow: 2px 2px 5px #646a92;
	-moz-transition: left .5s ease;
	-webkit-transition: left .5s ease;
	-o-transition: left .5s ease;
	transition: left .5s ease;
}
.fixedNav .moreNavOptions {
	top: 2.9em;
}
@media screen and (min-width: 1000px) {
	.moreNavOptions {
		width: 850px;
	}
}
@media screen and (min-width: 1180px) {
	.moreNavOptions {
		left: 16em;
		-moz-transition: left .5s ease;
		-webkit-transition: left .5s ease;
		-o-transition: left .5s ease;
		transition: left .5s ease;
	}
}
@media screen and (min-width: 1280px) {
	.moreNavOptions {
		left: 19em;
		transition: left .5s ease;
	}
}
#navAbout.moreNavOptions {

}
.moreNavOptions p.navHeading {
	margin-top: .5em;
	text-shadow: 0 2px 2px #1c214c;
	margin-left: 6%;
	color: #c4c7d9;
	font-weight: bold;	
	clear: both;
	display: block;
	font-family: Cambria, Georgia, Serif;
}
.moreNavOptions p.navHeading.last {
	margin-top: .35em;
}
.moreNavOptions #featuredSpot p.navHeading {
	margin-top: 0;
	text-align: center;
	width: 87%;	
}
.moreNavOptions .navOptionsSort {
	float: left;
	display: table-cell;
}
.moreNavOptions .navOptionsSort.column1 {
	width: 59%;
	min-height: 13em;
	max-height: 13em;
}
.moreNavOptions .navOptionsSort.column2 {
	border-left: 1px solid #646a92;
	width: 37%;
	padding-left: 1.75%;
}

.moreNavOptions ul {
	padding: 0.5em 3% 1em 3%;
	display: block;
}
.moreNavOptions ul.navList {
	float: left;
	width: 41%;
}
#navSubjects.moreNavOptions ul {
	padding-left: 6%;
}
.moreNavOptions ul li {
	padding-bottom: .5em;
	font-size: 90%;
}
#navSubjects.moreNavOptions ul li {
	/*float: left;
	width: 50%;*/
}
#navAbout.moreNavOptions ul li {
	margin-left: 1.05em;
}
.moreNavOptions ul li a {
	color: #e2e4ed;
	margin-left: 1px;
}
.moreNavOptions ul li a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}

/* Featured Spot */
.moreNavOptions #featuredSpot {
	min-height: 13em;
}
.moreNavOptions #featuredSpot .imageOrProgressWrapper {
	position: relative;
	width: 270px;
	height: 168px;
	margin-left: auto;
	margin-right: auto;
}
.moreNavOptions #featuredSpot .imageOrProgressWrapper img {
	display: block;
	width: 100%;
	height: auto;
	margin: .25em auto;
}
.moreNavOptions #featuredSpot .imageOrProgressWrapper .title {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .75s ease;
	-webkit-transition: opacity .75s ease;
	-o-transition: opacity .75s ease;
	transition: opacity .75s ease;
	height: 100%;
	background: hsla(0, 0%, 0%, .5);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	position: absolute;
	bottom: 0;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	color: #f4c90a;
	font-size: 1.25em;
	text-shadow: 0 2px 3px #000;
	font-family: Cambria, Georgia, Serif;	
	line-height: 1.15em;
}
.moreNavOptions #featuredSpot .imageOrProgressWrapper .title .text {
	bottom: 0;
    display: block;
    padding-bottom: 0.75em;
    position: absolute;
    width: 90%;
}

/* View all */
.moreNavOptions .goToViewAll {
	width: 99%;
	padding: 0.65em 1% 0.65em 0;
	text-shadow: 1px 1px #1c214c;
	color: #e2e4ed;
	display: block;
	background: #1e234e;
	border-right: 1px solid #1e234e;
	text-align: right;
	font-family: Cambria, Georgia, Serif;
	border-top: 1px solid #3d4473;
	opacity: .9;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.moreNavOptions .goToViewAll .withArrow {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows.png") no-repeat right -165px transparent;
	padding-right: 29px;
}
.moreNavOptions .goToViewAll:hover {
	color: #FFF;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.moreNavOptions .goToViewAll:hover .withArrow {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white.png") no-repeat scroll right -165px transparent;
}