/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 1024px;
		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: 0;
		padding-right: 0;
		width: min-content;
		min-width: 25%;
		margin-bottom: 0;
	}
	.general #footerLinksContainer .footerSection:last-child {
		padding-right: 0;	
	}
}
.general #footerLinksContainer .footerSection .footerSectionList, .footer .familyLink {
		color: #E7E7E7;
		font-size: 1.25em;
		font-weight: bold;
}
.footer #familyNavItems { margin-top: .65em; }
.footerSectionList {
	background-color: transparent;
	padding: 0;
	width: 98%;
	margin: .65em auto 1em auto;
	border-radius: 6px 6px 6px 6px;
}
.footerSectionList li, .footer .familyLink {
	line-height: 1.5em;
	padding: 0;
	position: relative;
}
.footer .familyLink { line-height: 24px; }
.footer .familyLink .linkIcon { margin-top: 2px; }

.socialTool a::before { 
	background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll -3px -931px transparent;
	background-size: 35px auto;
	display: inline-block;
	height: 29px;
	position: relative;
	top: -6px;
	width: 28px;
	margin-left: -4px;
	margin-right: 3px;
	margin-bottom: -16px;
	content: '';
}
.socialTool.x a::before { background-position-y: -1579px; }
.socialTool.instagram a::before { background-position-y: -1022px; }
@media screen and (min-width: 900px) {
	.socialTool a:not(:hover) { 
		opacity: .9;
	}
}


@media screen and (min-width: 900px) {
	.footerSectionList {
		border: 0 none;
		margin-top: .35em;
	}
	.footer #familyNavItems { margin-top: .75em; }
	.footerSectionList li, .footer .familyLink {
		background: transparent;
		border: 0 none;
		box-shadow: 0 0 0 transparent;
		margin-bottom: .12em;
	}	
	.footer .familyLink { margin-bottom: .85em; }
	.footer .familyLink .linkIcon { background-color: hsla(0, 0%, 100%, .8); }

}
.footerSectionList li, .footer .familyLink {
	border-radius: 4px;
}
.footerSectionList li:hover, .footer .familyLink:hover {
	background-color: hsla(233, 30%, 48%, 0.5);
	-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, .footer .familyLink:hover {	
		background: transparent;
	}
}
.general #footerLinksContainer .footerSection .footerSectionList li a, .footer .familyLink {
	color: hsla(0, 100%, 100%, .7);
	display: block;
	padding: 0.45em 1.35em 0.5em 1.5em;
	width: inherit;
	text-decoration: none;
	font-size: .98rem;
	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, .footer .familyLink:hover {
	color: #FFFFFF;
	-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 #footerContainer #footerLinksContainer { padding-left: 3%; padding-right: 3%; box-sizing: border-box; }
	.footer #familyNav { min-width: 200px; }
	.general #footerLinksContainer .footerSection .footerSectionList li a {
		padding: 0 0 0 0.2em;
		display: -webkit-inline-box;	
		position: static;
		height: 23px;
	}
	.footer .familyLink { padding: 0 0 0 0.2em;}
	.general #footerLinksContainer .footerSection .footerSectionList li#navItemAccount a::after {
		content: '';
		width: 35px;
		height: 35px;
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_user.png) no-repeat right -55px;
		background-size: 100% auto;
		display: block;
		float: right;
		position: relative;
		top: 4px;
	}
	.general #footerLinksContainer .footerSection .footerSectionList li#navItemAccount a:hover {
		background-position: right -95px;
	}
	.general #footerLinksContainer .footerSection .footerSectionList li a:hover, .footer .familyLink:hover {
		color: #e9ebf0;
	}
	.general #footerLinksContainer #quickLinks {
		display: none;	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAV HEADERS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .footerSection h5 {
	font-family: Cambria,Georgia,Serif;
	font-size: 1.33333em;
	color: #DCDFEC;
	opacity: .5em;
	margin: 0 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.25;
	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 */
	}
}
@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 */
	}	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MOBILE ICONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .mobileIcon {
	display: block;
		height: 19px;
		width: 20px;
		position: absolute;
		right: 10px;
		top: 6px;
		margin-left: 0.5em;
}
.general #footerLinksContainer .footerSectionList li a #backToTopIcon {
	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: 11px;
	transform: scaleY(-1)
}
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .mobileIcon {
		display: none;
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAV LABELS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #footerLinksContainer .navLabel {
	display: none;
	font-weight: bold;
	text-shadow: 0 2px 1px #000;
	max-width: 200px;
	height: 23px;
	overflow: hidden;
}
.general #footerLinksContainer .navLabel #loggedInLabel {
	display: none;
}
@media screen and (min-width: 480px) {
	.general #footerLinksContainer .navLabel {
		display: inline-block;
	}	
}
@media screen and (min-width: 580px) {
	.general #footerLinksContainer .navLabel #loggedInLabel {
		display: inline;
	}
	.general #footerLinksContainer .navLabel {
		max-width: 70%;		
	}
}
@media screen and (max-width: 620px) {
	.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: 0 0 0 transparent;
		-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 {
	padding: 0.1em 0.42em 0.12em;
}
@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/;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER FAMILY NAV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.footer .familyLink .linkIcon { margin-left: 0; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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;
}

