/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PAGE HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#PageHeader {
	max-width: 100%;
	position: relative;
    z-index: 102;
	background: url(https://images.azureedge.net/wtc/images/interface/bg_grey_pattern_light.png) repeat #FFF;
}
@media screen and (min-width: 624px) {
	#PageHeader {
		min-height: 173px;
	}	
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FACEBOOK LIKE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#likeContainer {
	top: 3px !important;
	left: 3px !important;
	-webkit-transition: .3s top ease, .3s left ease;
	-o-transition: .3s top ease, .3s left ease;
	-moz-transition: .3s top ease, .3s left ease;
	transition: .3s top ease, .3s left ease;
}
@media screen and (min-width: 1024px) {
	#likeContainer {
		top: 27px !important;
		left: 10px !important;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAMILY BRANDING BAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

/* Family Branding (Mobile) */
.general #familyNavWrap {
	display: none;
}
@media screen and (max-width: 725px) {
	.general #familyNav .remaining {
		display: none;
	}
	.general #familyNav .acronymnLetter {
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.general #familyNav .acronymnLetter.multiLetter {
		letter-spacing: normal;
		margin-right: -2px;
	}
}


/* Family Branding (Ipad/Desktop) */
@media screen and (min-width: 650px) {
	.general #familyNavWrap {
		display: block;
	}
}
.general #familyNavWrap {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 200;
	overflow: hidden;
	padding-top: 4px;
}
.general #familyNav {
	padding-top: 12px;
	display: block;
	height: auto;
	width: auto;
	margin: auto;
}
@media screen and (min-width: 991px) {
	.general #familyNav #FamilyNavRCG .acronymnLetter {
		text-transform: uppercase;
	}
}
.general #familyNavItems {
	background: #8E8E8E;
	border-left: 1px solid #999999;
	border-right: 0 none;
	border-top: 1px solid #999999;
	box-shadow: 0 4px 6px #A2A2A2;
	display: table;
	height: auto;
	width: inherit;
	position: relative;
	top: 1px;
	border-radius: 3px 3px 0 0;
	margin-left: auto;
	margin-right: auto;
}
.general #familyNavItems .familyLink {
	background: #f1f0ee;
	border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #fff;
    border-right: 1px solid #999;
    cursor: pointer;
    display: table-cell;
    opacity: 0.75;
    padding: 0.18em 1.25em 0.2em 0.28em;
    width: auto;
	line-height: 1.5em;
}
.general #FamilyNavRCG {
	border-radius: 2px 0 0 0;
}
.general #FamilyNavMS {
	display: none !important;
}
.general #familyNavItems .familyLink .linkIcon {
	opacity: .5;
	filter: alpha(opacity = 50);
}
.general #familyNavItems .familyLink:hover, .general #familyNavItems #FamilyNavMS {
	border-left: 1px solid #F1F1F1;
	filter: alpha(opacity = 99);
	opacity: .999;
}
.general #FamilyNavSEP {
	border-radius: 0 2px 0 0;
}
.general #familyNavItems .familyLink:hover .linkIcon, .general #familyNavItems .familyLink.current .linkIcon, .general #familyNavItems .familyLink:focus .linkIcon {
	opacity: .999 !important;
	filter: alpha(opacity = 99) !important;
}
.general #familyNavItems .familyLink.current {
	background: #252a53;
	border-left: 1px solid #6B6F89;
	opacity: .999;
	filter: alpha(opacity = 99);
	border-right: 1px solid #6B6F89 !important;
	border-bottom: transparent;
}
.general #familyNavItems .linkContents {
	margin: auto;
	width: 100%;
	display: block;
}
.general #familyNavItems .familyLink .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -25px;
	border: 1px solid #aaa;
    float: left;
    height: 16px;
    margin-left: 0.4em;
    margin-right: 5px;
    margin-top: 2px;
    padding: 1px;
    width: 16px;
}
.general #familyNavItems #FamilyNavRT .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -51px;
}
.general #familyNavItems #FamilyNavWTC .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px 1px;
}
.general #familyNavItems #FamilyNavAY .linkIcon, .general #familyNavItems #FamilyNavMS .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -77px;
}
.general #familyNavItems #FamilyNavSEP .linkIcon {
	background: #DEDEDE url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat 1px -103px;
}
.general #familyNavItems .familyLink .linkText {
	color: #454545;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 0.6875em;
    font-weight: bold;
    text-shadow: 1px 1px #f2f2f2;
}
.general #familyNavItems .familyLink.current .linkText {
		color: #D5D5D5;
		text-shadow: 1px 1px #333333;
}
.general #familyNavItems .familyLink.current .linkIcon {
		border-color: #84879C;
		box-shadow: 0 0 4px #F2F2F2;
		color: #EEEEEE;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MASTHEAD ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#divMasthead {
	height: 87px;
	background: #252a53;
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.headerLogoLink {
		padding-left: 4.2em;
		display: block;
	}	
}
@media screen and (min-width: 768px) {
	#divMasthead {
		height: 85px;
	}
}
@media screen and (min-width: 1024px) {
	#divMasthead {
		height: 93px;
	}
}
#mastheadContent .fromIcon {
	background: #FFFFFF;
		float: left;
		height: 52px;
		margin-left: 1em;
		margin-top: .85em;
		padding: 2px;
		position: relative;
		width: 52px;
		z-index: 215;
		border: 1px solid #000;
}
.headerLogoLink {
	display: block;
	max-width: 200px;
}
@media screen and (min-width: 1024px) {
	#mastheadContent .fromIcon {
		width: 64px;
		height: 64px;
	}
}
#divMasthead #headerLogo {
		background: url("https://images.azureedge.net/wtc/images/interface/wtc_logo.png") no-repeat scroll 10px 8px transparent;
		border: 0 solid transparent !important;
		height: 87px;
		margin-left: 5em;
		padding: 0;
		position: relative;
		text-decoration: none;
		top: 0;
		width: 206px
}
@media screen and (min-width: 480px) and (max-width: 724px) {
	#divMasthead #headerLogo {
		width: 376px;
	}
}
@media screen and (min-width: 768px) {
	#divMasthead #headerLogo {
			width: 210px;
			height: 102px;
	}
}
@media screen and (min-width: 1024px) {
	#divMasthead #headerLogo {
		width: 380px;
	}
}
#divMasthead .taglineLogoLink, #divMasthead .taglineLogoLink:hover {
		border: 0 solid transparent !important;
		height: 135px;
		position: absolute;
		text-decoration: none;
		width: 427px;
}
@media screen and (min-width: 1280px) {
	#divMasthead .taglineLogoLink, #divMasthead .taglineLogoLink:hover {
		width: 485px;
	}
}
#divMasthead .taglineLogoLink, #headerTagline {
	display: none;	
}
#headerTagline {
		background: url("https://images.azureedge.net/wtc/images/interface/bg_wtc_tv_tagline.png") no-repeat scroll -20.5em 0 transparent;
		border: 0 solid transparent !important;
		height: 76px;
		position: absolute;
		text-decoration: none;
		top: 3.5em;
		display: none;
		left: -700px;
		width: 475px;
		z-index: 212;
		opacity: 0;
		-moz-transition: left 1.5s linear, opacity 1.75s ease 1s;
		-webkit-transition: left 1.5s linear, opacity 1.75s ease 1s;
		-o-transition: left 1.5s linear, opacity 1.75s ease 1s;
		transition: left 1.5s linear, opacity 1.75s ease 1s;
}
@media screen and (min-width: 1024px) {
	#divMasthead .taglineLogoLink, #headerTagline {
		display: block;
	}
	#headerTagline {
		top: 3.95em;
		width: 485px;	
	}
}

#headerTagline.taglineAnimated {
	left: -1.68em;
	left: 0\0/;
	opacity: 1;
	-moz-transition: left 1.5s linear, opacity 1.75s ease .65s;
	-webkit-transition: left 1.5s linear, opacity 1.75s ease .65s;
	-o-transition: left 1.5s linear, opacity 1.75s ease .65s;
	transition: left 1.5s linear, opacity 1.75s ease .65s;
}
@media screen and (min-width: 1280px) {
	#headerTagline {
		background-position: -19em 0;
	}
	#headerTagline.taglineAnimated {
		left: 0;
	}
}
#headerTagline .text {
		border: 0 solid transparent !important;
		color: #f4c90a;
		display: block;
		font-family: Calibri,Arial,sans-serif;
		font-size: 16.5px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 2.5em;
		position: absolute;
		text-decoration: none;
		text-shadow: 0 2px 5px #000000;
		top: 2em;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LOGIN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#userInfo {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	z-index: 220;
	top: .7em;
	opacity: .9;
	max-height: 2.1em;
	max-width: 7em;
	overflow: hidden;
	margin-right: 0;
}
@media screen and (min-width: 500px) {
	#userInfo {
		max-width: 12em;
		margin-right: 5%;
	}
}
@media screen and (min-width: 768px) {
	#userInfo {
		top: -.35em;
		margin-right: .5em;
	}
}
@media screen and (min-width: 1024px) {
	#userInfo {
		top: -4.18em;
	}
}
@media screen and (min-width: 1100px) {
	#userInfo {
		margin-right: 5%;	
	}
}
#userInfo.loggedin {
	padding-right: .75em;
}
#userInfo.loggedin .down.icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_hires.png") no-repeat scroll -1px 6px transparent;
	background-size: 25px auto;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.8;
    position: absolute;
    right: -0.4em;
    top: 0.4em;
    width: 30px;
}
#userInfo.loggedin.expanded .down.icon {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_x_hires.png") no-repeat scroll -6px -62px transparent;
	background-size: 27px auto;
	right: -.35em;
}
#userInfo.expanded, #userInfo.loggedin:hover {
	overflow: visible;
	background: #3d4473;
	border-radius: 3px 3px 0 0;
	-moz-transition: background .5s linear;
	-webkit-transition: background .5s linear;
	-o-transition: background .5s linear;
	transition: background .5s linear;
	opacity: 1;
}
#userInfo {
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
}
#userInfo.expanded a {
	margin-right: 0;
}
#userInfo #userOptions {
	width: 100%;
	clear: both;
	position: absolute;
	background: #3d4473;
	right: 0;
	min-width: 205px;
    padding: 0.75em;
    border-radius: 0 0 3px 3px;
}
#userInfo.expanded #userOptions {
	animation: fadeIn .65s 1 ease;
	-moz-animation: fadeIn .65s 1 ease;
	-webkit-animation: fadeIn .65s 1 ease;
	-o-animation: fadeIn .65s 1 ease;
}
#userInfo #userOptions li {
	padding: .25em .5em;
	line-height: 1.5em;
}
#userInfo #userOptions li .icon {
	display: inline-block;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_user.png") no-repeat scroll right -135px transparent;	
	width: 29px;
	height: 25px;
	position: relative;
	top: .3em;
}
#userInfo #userOptions li .icon.accountInfo {
	background-position: right -55px;	
	right: .2em;
}
#userInfo #userOptions li a:hover .icon.accountInfo {
	background-position: right -95px;	
}
#userInfo #userOptions li .icon.RCGmembers {
	background-position: right -233px;
    right: 0.2em;
    top: 0;
}
#userInfo #userOptions li a:hover .icon.RCGmembers {
	background-position: right -285px;	
}
#userInfo #userOptions li .icon.logOut {
	background-position: right -135px;	
	right: .2em;
	top: 0;
}
#userInfo #userOptions li a:hover .icon.logOut {
	background-position: right -185px;		
}
#userInfo #userOptions li:hover {
	background-color: #1e234e;
}
#userInfo #userOptions .subText {
	font-size: 80%;
	font-style: oblique;	
	padding-left: 0.75em;
    display: block;
    clear: both;
    margin-left: 2em;
    margin-top: -.65em;
}
#userInfo .userIcon {
	display: inline-block;
	width: 35px;
	height: 31px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_user.png) no-repeat center 0;
}
#userInfo a, #userInfo a:hover {
	color: #e0e3f4;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: .95em;
	font-weight: bold;
	text-shadow: 0 2px 2px #3d4373;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;	
}
#userInfo .text {
	position: relative;
	top: 5px;
	text-indent: -2000%;	
	width: 55px;
	height: 0;
	display: block;
}
@media screen and (max-width: 499px) {
	#userInfo.loggedin .text {
		background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll 0 4px transparent;
		display: inline-block;
		width: 24px;
		height: 27px;	
		left: -12px;
		top: 5px;
		background-size: 25px auto;
		animation: fadeIn 1s 1 ease;
		-moz-animation: fadeIn 1s 1 ease;
		-webkit-animation: fadeIn 1s 1 ease;
		-o-animation: fadeIn 1s 1 ease;
	}
}

@media screen and (min-width: 500px) {
	#userInfo .text {
		text-indent: 0;	
		width: auto;
		height: auto;
		display: inline-block;
	}
	#userInfo.loggedin {
		padding-right: 2em;
		padding-left: .2em;
		padding-bottom: .25em;
		margin-bottom: -.25em;
	}
}
#userInfo .greeting {
	display: none;
}
@media screen and (min-width: 1024px) {
	#userInfo .greeting {
		display: inline;
	}	
	#userInfo .text {
		text-indent: 0;
		width: auto;
		height: auto;
		display: inline-block;	
		max-height: 18px;
		max-width: 130px;
		overflow: hidden;
	}
	#userInfo.loggedin {
		padding-right: 2em;
		padding-bottom: .25em;
		margin-bottom: -.25em;
	}
	#userInfo #userOptions {
		min-width: 180px;	
	}
}
#userInfo:hover {
	opacity: 1;
}
#userInfo:hover .text {
	text-color: 0 3px 3px #2d3155; 
}

/* Fixed #userInfo */
#userInfo.fixedNav {
	position: fixed;
	top: 10px;
	right: 0;	
	margin-top: 2px;
	display: none;
}
@media screen and (min-width: 320px) and (min-height: 330px) {
	#userInfo.fixedNav {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	#userInfo.fixedNav {
		top: 6px;
	}
}
@media screen and (min-width: 1024px) {
	#userInfo.fixedNav {
		top: 1px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	#userInfo.fixedNav .text {
		text-indent: -2000%;	
		width: 5px;
		height: 0;
		max-height: 27px;
		margin-bottom: -12px;
	}
	#userInfo.loggedin {
		padding-right: 2em;
	}
	#userInfo.loggedin.fixedNav {
		padding-right: .75em;
	}
	#userInfo.loggedin.fixedNav .text {
		background: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png") no-repeat scroll 0 4px transparent;
		display: inline-block;
		width: 24px;
		height: 27px;	
		left: -12px;
		top: 5px;
		background-size: 25px auto;
		animation: fadeIn 1s 1 ease;
		-moz-animation: fadeIn 1s 1 ease;
		-webkit-animation: fadeIn 1s 1 ease;
		-o-animation: fadeIn 1s 1 ease;
	}
}




