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

.header #familyNavWrap {
	position: relative;
	width: 98%;
	max-width: 800px;
	margin: -2px auto 0;
	padding-top: .75em;
	z-index: 35;
}
@media screen and (min-width: 768px) {
	#familyNavWrap { display: block; }
	.header #familyNav { height: auto; margin: 0 auto; width: inherit; }
}
.header #familyNavItems {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px solid #999;
    border-bottom: 0 none;
    display: table;
    height: auto;
    position: relative;
    width: auto;
	left: -1px;
	margin: 0 auto;
	background: #7e7e7e;
    border-radius: 3px 3px 0 0;
	box-sizing: border-box;
}
.header .familyLink {
    background: none repeat scroll 0 0 #f1f0ee;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #999999;
    cursor: pointer;
    display: table-cell;
    opacity: 0.75;
    padding-bottom: 0.25em;
    padding-top: .05em;
    width: auto;
    border-radius: 0 0 0 0;
    text-decoration: none;
}
.header #FamilyNavRCG.familyLink { border-left: 1px solid #999; }
#FamilyNavRCG.familyLink { border-radius: 2px 0 0 0; }
#FamilyNavOrder.familyLink { border-radius: 0 0 0 2px; }
.familyLink:hover { opacity: 1; }
.familyLink .linkIcon {
    background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -25px #dddddd;
    float: left;
    height: 16px;
    margin-left: 10px;
    margin-right: 7px;
    margin-top: 4px;
    padding: 1px;
    width: 16px;
}
.header .familyLink .linkIcon { border: 1px solid #aaaaaa; box-shadow: 0 0 2px #aaaaaa; }
#FamilyNavOrder .linkIcon { 
	background: url(https://images.azureedge.net/rt/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -158px #FEFEFE;
}
#FamilyNavRT .linkIcon { background-position: 1px -51px; }
#FamilyNavWTC .linkIcon { background-position: 1px 1px; }
#FamilyNavSEP .linkIcon { background-position: 1px -103px; }
#FamilyNavMS .linkIcon { background-position: 1px -77px; }
a.familyLink:hover { text-decoration: none; }
.header .familyLink .linkText {
	text-shadow: 1px 1px #F2F2F2;
	font-size: 0.828125rem;
	font-weight: bold;
	color: #454545;
	display: block;
	float: left;
	margin-top: 5px;
	line-height: 1.25em;
	text-align: center;
}
.header .familyLink.currentSite { background: #252a53; border-left: 1px solid #6B6F89; opacity: .999; filter: alpha(opacity = 99); border-right: 1px solid #6B6F89 !important; border-bottom: transparent; }
.header .familyLink.currentSite .linkText { color: #D5D5D5; text-shadow: 1px 1px #333333; }
.familyLink.currentSite .linkIcon { box-shadow: 0 0 4px #F2F2F2; border-color: #84879C; color: #EEE; }
.familyLink.currentSite:hover .linkIcon { box-shadow: 0 0 6px #FFF; }

@media screen and (max-width: 599px) {
	.header #familyNavItems { border-left: 0 none; }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.header #familyNav { max-width: 600px; margin: 0 auto; margin-top: 0px; border-radius: 6px 6px 0 0; }
}
@media screen and (max-width: 767px) {
	.header .familyLink { text-align: center; }
	.header .familyLink .linkIcon { margin-left: auto; margin-right: auto; text-align: center; float: none; display: inline-block; }
	.header .familyLink .linkText { float: none; padding-left: 6px; padding-right: 6px; line-height: 1em; margin-bottom: 3px; margin-top: 0; }
}
@media screen and (min-width: 768px) {
	.header #familyNav { padding-top: .75em; }
	.header .familyLink { padding-right: .85em; }
}
@media screen and (max-width: 899px) {
	.header .familyLink .linkText .the { display: none; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-492.png") no-repeat scroll 8px 8px transparent;
		background-size: 100% auto;
		border: 0 solid transparent !important;
		height: 87px;
		margin-left: 5em;
		padding: 0;
		position: relative;
		text-decoration: none;
		top: 0;
		width: 206px
}
#logoMobileLink { 
	visibility: hidden;
	width: 100px;
	display: inline-block;
	top: 9px;
	position: relative;
	margin-bottom: 0;
	left: 14px;
	order: 2;
}
#navWrapper:not(.fixedNav) #logoMobileLink { 
	width: 0;
	height: 0;
}

.fixedNav #logoMobileLink { visibility: visible; }
@media screen and (min-width: 1024px) {
	#navWrapper:not(.fixedNav) #logoMobileLink { height: 0 !important; width: 0 !important; }
	.fixedNav #logoMobileLink { margin-bottom: -27px; top: 5px;  }
	.fixedNav#navWrapper #mainNav { top: -9px; height: 48px; position: relative; }
	.fixedNav#navWrapper .navItem .navLink { padding-top: 10px; }
	.fixedNav#navWrapper #mainNav { height: 48px; top: 0; position: relative; }
	#navMobileOptions {
		display: inline-block;
		position: absolute;
		top: 0;
		z-index: 100;
	}
}
#logoMobileLink img { display: block; width: 100%; }

@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, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 16.5px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 2em;
		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: 320px) {
	#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.fixedNav.loggedin {
	padding-right: 0;
}
#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.loggedin .userIcon::before {
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_checkmark_green.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 20px;
	z-index: 5;
}

#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;
	box-shadow: 0 2px 3px #111;
}
#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: 38px;
	height: 31px;
	opacity: .9;
}
#userInfo .userIcon::after {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_user_profile.svg) no-repeat center 0;
	background-size: 100% auto;
	content: '';
	width: 32px;
	height: 32px;
	display: inline-block;
	filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(270deg) brightness(115%) contrast(118%);
}
#userInfo a, #userInfo a:hover {
	color: #e0e3f4;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, 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: 319px) {
	#userInfo.loggedin .text {
		display: inline-block;
		width: 24px;
		height: 27px;	
		left: -12px;
		top: 5px;
	}
}

@media screen and (min-width: 320px) {
	#userInfo .text {
		text-indent: 0;	
		width: auto;
		height: auto;
		top: -7px !important;
		overflow-x: hidden;
		white-space: nowrap;
		max-width: 121px;
		text-overflow: ellipsis;
		line-height: 1.25em;
		display: inline-block;
		
	}
	#userInfo.loggedin:not(.fixedNav) {
		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: none;
	}	
	#userInfo .text {
		text-indent: 0;
		width: auto;
		height: auto;
		display: inline-block;	
		max-height: 18px;
		overflow: hidden;
	}
	#userInfo.loggedin {
		padding-right: 2em;
		padding-bottom: .25em;
		margin-bottom: -.25em;
	}
	#userInfo #userOptions {
		min-width: 190px;	
	}
}
#userInfo:hover {
	opacity: 1;
}
#userInfo:hover .text {
	text-shadow: 0 3px 3px #2d3155; 
}

/* Fixed #userInfo */
#userInfo.fixedNav {
	position: fixed;
	top: 10px;
	right: 0;	
	margin-top: 2px;
}
#userInfo.fixedNav .text, #userInfo.fixedNav .arrow {
	display: none !important;
}
@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) 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;
	}
}




