/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

#PageFooter {
	background: url(https://images.azureedge.net/wtc/images/inteface/bg_footer_ie.png) repeat-x 0 top #0e1026; /* Old browsers */
	background: -moz-linear-gradient(top,  #71779d 0%, #1b204b 0%, #0e1026 31%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71779d), color-stop(0%,#1b204b), color-stop(31%,#0e1026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71779d 0%,#1b204b 0%,#0e1026 31%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71779d 0%,#1b204b 0%,#0e1026 31%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71779d 0%,#1b204b 0%,#0e1026 31%); /* IE10+ */
	background: linear-gradient(to bottom,  #71779d 0%,#1b204b 0%,#0e1026 31%); /* W3C */
	border-top: 1px solid #000;
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 30;
	min-height: 5em;
}
#footerContainer {
	border-top: 1px solid #636991;	
	margin-bottom: -1px;
}
@media screen and (max-width: 899px) {
	.general #footerContainer {
		background: url(https://images.azureedge.net/wtc/images/interface/bg_footer_earth_right.png) no-repeat right bottom;		
	}
}
@media screen and (min-width: 900px) {
	.general #footerContainer {
		background: url(https://images.azureedge.net/wtc/images/interface/bg_footer_earth_left.png) no-repeat left bottom;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER LINKS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerContainer #footerLinksContainer {
		width: 100%;
}
@media screen and (min-width: 1180px) {
	.general #footerContainer #footerLinksContainer { 
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}
.general #footerLinksContainer .footerSection {
	width: 88%;
	margin: 1.5em auto;		
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .footerSection {
		float: left;
		min-height: 220px;
		padding-top: 0.4em;
		padding-left: 3.25%;
		padding-right: 0.75%;
		width: 28%;
		margin-bottom: 0;
	}
	.general #footerLinksContainer .footerSection#membershipInfo {
		margin-left: 4.5%;
	}
	.general #footerLinksContainer .footerSection#moreInfo {
		padding-right: 0;	
	}
}
.general #footerLinksContainer .footerSection .footerSectionList {
		color: #E7E7E7;
		font-family: Arial,Sans-Serif;
		font-weight: bold;
}
.footerSectionList {
		background-color: transparent;
		padding: 0;
		width: 98%;
		margin: 1em auto;
		border: 1px solid #000;
		border-radius: 6px 6px 6px 6px;
}
.footerSectionList li {
		line-height: 1.5em;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #000;
		box-shadow: 2px 1px 1px hsla(232, 19%, 48%, 0.25);
	background: url(https://images.azureedge.net/wtc/images/interface/bg_mobile_footer_link_ie.png) repeat-x transparent; /* Old browsers */
	background: -moz-linear-gradient(top,  hsla(233,29%,48%,0.5) 0%, hsla(233,30%,44%,0.5) 50%, hsla(233,30%,37%,0.5) 51%, hsla(233,30%,44%,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(233,29%,48%,0.5)), color-stop(50%,hsla(233,30%,44%,0.5)), color-stop(51%,hsla(233,30%,37%,0.5)), color-stop(100%,hsla(233,30%,44%,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  hsla(233,29%,48%,0.5) 0%,hsla(233,30%,44%,0.5) 50%,hsla(233,30%,37%,0.5) 51%,hsla(233,30%,44%,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  hsla(233,29%,48%,0.5) 0%,hsla(233,30%,44%,0.5) 50%,hsla(233,30%,37%,0.5) 51%,hsla(233,30%,44%,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  hsla(233,29%,48%,0.5) 0%,hsla(233,30%,44%,0.5) 50%,hsla(233,30%,37%,0.5) 51%,hsla(233,30%,44%,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  hsla(233,29%,48%,0.5) 0%,hsla(233,30%,44%,0.5) 50%,hsla(233,30%,37%,0.5) 51%,hsla(233,30%,44%,0.5) 100%); /* W3C */
}
@media screen and (min-width: 900px) {
	.footerSectionList {
		border: 0 none;
	}
	.footerSectionList li {
		background: transparent;
		border: 0 none;
		box-shadow: 0 0 0 transparent;
		margin-bottom: .5em;
	}	
}
.footerSectionList li.first {
		border-radius: 4px 4px 0 0;
}
.footerSectionList li.last {
		border-bottom: 0 none;
		border-radius: 0 0 4px 4px;
}
.footerSectionList li.first.last {
	border-radius: 4px 4px 4px 4px;
}
.footerSectionList li:hover {
	background-color: hsla(233, 30%, 48%, 0.4);
	-moz-transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
@media screen and (min-width: 900px) {
	.footerSectionList li:hover {	
		background: transparent;
	}
}
.general #footerLinksContainer .footerSection .footerSectionList li a {
		color: #c2c5d2;
		display: block;
		padding: 0.5em 1.35em 0.5em 1.85em;
		width: inherit;
		text-decoration: none;
		font-size: 0.75em;
		text-shadow: 0 2px 1px #000;
		position: relative;
		-moz-transition: color .3s ease, opacity .3s ease;
		-webkit-transition: color .3s ease, opacity .3s ease;
		-o-transition: color .3s ease, opacity .3s ease;
		transition: color .3s ease, opacity .3s ease;
}
.general #footerLinksContainer .footerSection .footerSectionList li a:hover {
	color: #cccfd9;
	-moz-transition: color .3s ease, opacity .3s ease;
	-webkit-transition: color .3s ease, opacity .3s ease;
	-o-transition: color .3s ease, opacity .3s ease;
	transition: color .3s ease, opacity .3s ease;	
	opacity: 1;
}
.general #footerLinksContainer .navLabel {
	font-size: 100%;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .footerSection .footerSectionList li a {
		padding: 0 0 0 0.2em;
		display: inline-block;	
		position: static;
		height: 23px;
	}
	.general #footerLinksContainer .footerSection .footerSectionList li#navItemAccount a {
		padding-right: 2.75em;
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_user.png) no-repeat right -55px;
	}
	.general #footerLinksContainer .footerSection .footerSectionList li#navItemAccount a:hover {
		background-position: right -95px;
	}
	.general #footerLinksContainer .footerSection .footerSectionList li a:hover {
		color: #e9ebf0;
	}
	.general #footerLinksContainer #quickLinks {
		display: none;	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAV HEADERS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .footerSection h5 {
		font-family: Cambria,Georgia,Serif;
		font-size: 1.33333em;
		color: #c2c5d2;
		opacity: .5em;
		margin: .5em 0 -.5em .1em;
		text-shadow: 0 1px 0 #000;
		position: relative;
		display: inline-block;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .footerSection h5 {
		margin-top: 0;
		margin-bottom: -.75em;
	}
}
.general #footerLinksContainer .footerSection h5 .fadeOutBottom {
	bottom: -2px;
		display: block;
		height: 1em;
		left: 0;
		opacity: 0.45;
		position: absolute;
		width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(132,133,145,0) 30%, rgba(14,16,38,0.57) 59%, rgba(14,16,38,1) 81%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(132,133,145,0)), color-stop(59%,rgba(14,16,38,0.57)), color-stop(81%,rgba(14,16,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(132,133,145,0) 30%,rgba(14,16,38,0.57) 59%,rgba(14,16,38,1) 81%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(132,133,145,0) 30%,rgba(14,16,38,0.57) 59%,rgba(14,16,38,1) 81%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(132,133,145,0) 30%,rgba(14,16,38,0.57) 59%,rgba(14,16,38,1) 81%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(132,133,145,0) 30%,rgba(14,16,38,0.57) 59%,rgba(14,16,38,1) 81%); /* W3C */
}
@media screen and (max-width: 899px) {
	.general #footerLinksContainer .footerSection#membershipInfo h5 .fadeOutBottom {
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(136,138,155,0) 30%, rgba(21,25,58,0.57) 59%, rgba(21,25,58,1) 81%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(136,138,155,0)), color-stop(59%,rgba(21,25,58,0.57)), color-stop(81%,rgba(21,25,58,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,155,0) 30%,rgba(21,25,58,0.57) 59%,rgba(21,25,58,1) 81%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,155,0) 30%,rgba(21,25,58,0.57) 59%,rgba(21,25,58,1) 81%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,155,0) 30%,rgba(21,25,58,0.57) 59%,rgba(21,25,58,1) 81%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(136,138,155,0) 30%,rgba(21,25,58,0.57) 59%,rgba(21,25,58,1) 81%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#15193a',GradientType=0 ); /* IE6-9 */
	}
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .footerSection h5 .fadeOutBottom {
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(136,138,154,0) 30%, rgba(20,24,56,0.57) 59%, rgba(20,24,56,1) 81%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(136,138,154,0)), color-stop(59%,rgba(20,24,56,0.57)), color-stop(81%,rgba(20,24,56,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,154,0) 30%,rgba(20,24,56,0.57) 59%,rgba(20,24,56,1) 81%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,154,0) 30%,rgba(20,24,56,0.57) 59%,rgba(20,24,56,1) 81%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(136,138,154,0) 30%,rgba(20,24,56,0.57) 59%,rgba(20,24,56,1) 81%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(136,138,154,0) 30%,rgba(20,24,56,0.57) 59%,rgba(20,24,56,1) 81%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#141838',GradientType=0 ); /* IE6-9 */
	}	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MOBILE ICONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .mobileIcon {
	display: block;
		height: 19px;
		width: 20px;
		position: absolute;
		right: 10px;
		top: 6px;
		margin-left: 0.5em;
}
.general #footerLinksContainer .mobileIcon.leavePageIcon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows.png") no-repeat scroll center -162px transparent;	
}
.general #footerLinksContainer .footerSectionList li a #backToTopIcon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows.png") no-repeat scroll 2px -125px transparent;
	top: 8px;
	right: 15px;
	height: 17px;
	width: 19px;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .mobileIcon {
		display: none;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAV LABELS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .navLabel {
	display: none;
	font-weight: bold;
	right: 4.25em;
	text-shadow: 0 2px 1px #000;
	max-width: 200px;
	height: 23px;
	overflow: hidden;
}	
.general #footerLinksContainer #navItemAccount .navLabel {
	max-width: 140px;
}
.general #footerLinksContainer .navLabel #loggedInLabel {
	display: none;
}
@media screen and (min-width: 424px) {
	.general #footerLinksContainer .navLabel {
		display: inline-block;
	}	
}
@media screen and (min-width: 580px) {
	.general #footerLinksContainer .navLabel #loggedInLabel {
		display: inline;
	}
	.general #footerLinksContainer .navLabel {
		max-width: 50%;		
	}
}
@media screen and (max-width: 604px) {
	.general #footerLinksContainer #navItemMembers .navLabel {
		display: none;	
	}
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .navLabel {
		display: block;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		z-index: 200;
		padding: .4em 1em;
		background: #525a97;
		right: auto;
		width: auto;
		height: auto;
		max-width: none;
		overflow: visible;
		border-radius: 4px;
		top: 2.8em;
		line-height: 1.35em;
		text-shadow: 1px 1px 0 #10122B;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}
	.general #footerLinksContainer a:hover .navLabel, .general #footerLinksContainer a:focus .navLabel, .general #footerLinksContainer a:active .navLabel {	
		visibility: visible;
		opacity: 1;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}
}
.general #footerLinksContainer .navLabel .commentBubbleTop {
	display: none;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .navLabel .commentBubbleTop {	
		display: block;
		height: 25px;
		left: 35px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: -11px;
		width: 30px;
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_comment_bubble_top.png) no-repeat 0 0 transparent;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIAL ICONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .tvBackground {
	font-size: 120%;
	padding-right: 0.35em;
	padding-left: .3em;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .tvBackground {
		top: 0;
	}	
}
.general #footerLinksContainer .highlightBox {
	box-shadow: 1px 1px 1px transparent;
	border: 1px solid #340606;
	background-color: #800f0f;
	font-size: 78%;
	padding: 0.25em 0.42em 0.12em;
	position: relative;
	top: -5px;
	margin-left: 0;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
@media screen and (max-width: 899px) {
	.general #footerLinksContainer .highlightBox {
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (min-width: 900px) {	
	.general #footerLinksContainer .highlightBox {
		padding-top: .12em;
		padding-top: .25em\0/;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NUMBER NOTIFICATIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .noNotification {
	background: url("https://images.azureedge.net/wtc/images/interface/bg_notification_no_ie.png") repeat-x 0 0;
	background: -moz-linear-gradient(top,  #eb1514 0%, #8a1010 20%, #310505 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1514), color-stop(20%,#8a1010), color-stop(100%,#310505)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb1514 0%,#8a1010 20%,#310505 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb1514 0%,#8a1010 20%,#310505 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb1514 0%,#8a1010 20%,#310505 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb1514 0%,#8a1010 20%,#310505 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1514', endColorstr='#310505',GradientType=0 ); /* IE6-9 */
	font-family: Calibri,Arial,Sans-serif;
	padding: 0 0.4em;
	text-shadow: 1px 1px 0 #2B0207;
	position: relative;
	color: #FEFEFE;
	border-radius: 3px;
	border: 1px solid #1f1723;
	box-shadow: 1px 1px 0 #3E467A;
	top: 0;
	margin-left: 3px;
	opacity: .9;
	font-size: 113%;
	-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;
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .noNotification {
		box-shadow: 1px 1px 0 #2d3359;
	}
}
.general #footerLinksContainer 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;
}
.general #footerLinksContainer a:hover .noNotification {
	color: #FFF;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COPYRIGHT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#footerCopyrightContainer .solidBorder {
		margin-bottom: 1.25em;
		width: 100%;
}
#footerCopyrightContainer {
		clear: both;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 90%;
		margin-top: 1.25em;
		padding-bottom: 1.25em;
		margin-bottom: 0;
}
@media screen and (min-width: 900px) {
	#footerCopyrightContainer {
		margin-top: .25em;
		padding-bottom: .65em;
	}		
}
#footerCopyrightContainer p {
		color: #c7c7ca;
		font-family: Cambria,Georgia,Serif;
		font-size: 0.916667em;
		font-weight: normal;
		line-height: 1.3em;
		padding-bottom: 0.5em;
		text-shadow: 0 1px 0 #000;
		font-weight: bold;
}
#footerCopyrightContainer p #allRightsReserved {
	clear: both;
	display: block;
	font-size: 90%;
	font-weight: normal;
}