
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HI-RES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SCREEN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* Buttons ----------------------------------- */
.button.playlistControl .icon, .button.startPlaying .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_action_icons_hires.png");	
}
.icon.subscribe {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_subscribe_hires.png") !important;
	background-size: 32px auto !important;
}
.button.buttonIcon .icon.subscribe {
	background-position: center -283px;	
}

/* ----------------------- Comment Bubble ---------------------- */
.toolTip .commentBubbleTop {	
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_comment_bubble_top_hires.png");
	background-size: 34px auto;
}

/* Help Modal ----------------------------------- */
.helpModal .icon.close {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_x_hires.png);
}

/* Info Modal ----------------------------------- */
#InfoModal .close.icon, .popup .icon.close {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_x_hires.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#divMasthead #headerLogo {
		background-image: url("https://images.azureedge.net/wtc/images/interface/wtc_logo_hires.png");
		background-repeat: no-repeat;
		background-position: 10px 8px;
		background-size: auto 70px;
}
/* ----------------------- Family Nav ---------------------- */

/* ----------------------- Mobile Menu ---------------------- */
#mobileMenuControl {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie.png") repeat-x 0 0;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, -moz-linear-gradient(top,  #9baaec 0%, #4c538d 4%, #42487b 68%, #31365f 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, -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: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, -webkit-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, -o-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Opera 11.10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, -ms-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px, linear-gradient(to bottom,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* W3C */
	background-size: 40px auto, 100% 100%;
}
#mobileMenuControl:hover {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center -23px #565e9e;
	background-size: 40px auto, 100% 100%;
}
#mobileMenuControl.close {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie.png") repeat-x 0 0;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, -moz-linear-gradient(top,  #9baaec 0%, #4c538d 4%, #42487b 68%, #31365f 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, -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: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, -webkit-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, -o-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Opera 11.10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, -ms-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px, linear-gradient(to bottom,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* W3C */
	background-position: center 5px, 0 0;
	background-size: 40px auto, 100% 100%;
}
#mobileMenuControl.close:hover {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png") no-repeat scroll center 6px #565e9e;
	background-position: center 5px, 0 0;
	background-size: 40px auto, 100% 100%;
}

#navWrapper #homeNavItem .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_nav_hires.png");
	background-repeat: no-repeat;
	background-position: center -52px !important;
	background-size: 32px auto;
}
@media screen and (min-width: 1024px) {
	#navWrapper #homeNavItem.navLink .icon {
		background-position: center -58px;
		background-size: 40px auto;
	}
}
	
/* ----------------------- Login/User Info ---------------------- */
#userInfo .userIcon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_user_hires.png");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 35px auto;
}
@media screen and (max-width: 500px) {
	#userInfo.loggedin .text {
		background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png");
		background-size: 25px auto;
	}
}
@media screen and (max-width: 899px) {
	.formWrap #HLCInfo p.showMore .icnArrow {
		background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey_hires.png") !important;
		background-size: 54px auto;
	}
	.formWrap #HLCInfo p.showMore:hover .icnArrow {
		background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
		background-size: 54px auto;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	#userInfo.loggedin .text {
		background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png");
		background-size: 25px auto;
	}	
}
#userInfo #userOptions li .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_user_hires.png");
	background-size: 35px auto;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ACCOUNT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.login #siteList .siteName .icon {
	background-image: url('https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png');
	background-size: 54px auto;
}
.accountForm .fakeSelect .icon {
	background-image: url('https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey_hires.png') !important;
	background-size: 54px auto;
}
.accountForm .fakeSelect .option.selected {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png) !important;
	background-size: 30px auto;
}
.accountForm .formWrap .Text input#txt_S145_Q163, .accountForm .formWrap .Text input#txt_S145_Q164,
	.accountForm .formWrap .Text input#txt_S147_Q17, .accountForm .formWrap .Text input#txt_S147_Q164,
	.accountForm .formWrap .Text input#txt_S147_Q165, .accountForm .formWrap .Text input#txt_S147_Q18 {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_login_input_hires.png) !important;
	background-size: 40px auto;
	background-repeat: no-repeat;
}
.accountForm .formWrap .Text input#txt_S145_Q163:focus, .accountForm .formWrap .Text input#txt_S145_Q164:focus,
	.accountForm .formWrap .Text input#txt_S147_Q17:focus, .accountForm .formWrap .Text input#txt_S147_Q164:focus,
	.accountForm .formWrap .Text input#txt_S147_Q165:focus, .accountForm .formWrap .Text input#txt_S147_Q18:focus {
	background-image: none !important;		
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* -----------------------Search Box Button ---------------------- */


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SCREEN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.playOverlay {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50% transparent;
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  -moz-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0.85) 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsla(0,0%,0%,0)), color-stop(100%,hsla(0,0%,0%,0.85))); /* Chrome,Safari4+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  -webkit-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  -o-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* Opera 12+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  -ms-radial-gradient(center, ellipse cover,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png") no-repeat scroll center 50%,  radial-gradient(ellipse at center,  hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.85) 100%); /* W3C */
	background-size: 58px auto, 100% 100%;	
}
.info.icon {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_info_hires.png);
	background-size: 36px auto;
}
#RotatorMain .mainSlide .secondaryInfo .button .icon.right {
	background-size: 27px auto !important;	
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORMS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* Errors */
.formWrap .field .ErrorText, .formWrap span.ErrorText {
	background-image: url("https://images.azureedge.net/images/interface/sprite_comment_hires.png") !important;
	background-size: 44px auto !important;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORMS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#siteList .siteName .icon {
	background-image: url('https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png') !important;
	background-size: 54px auto !important;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ADS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.notice.full .button .icon.right {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white_hires.png");
	background-size: 27px auto;			
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HOME ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#RotatorMain .mainSlide .secondaryInfo .button .icon.right {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white_hires.png") !important;
	background-position: right -162px !important;
	background-size: 27px auto !important;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

/* List Item Toggle (for Mobile) ---------------------- */
.toggleLevel2.icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
	background-repeat: no-repeat !important;
	background-size: 54px auto !important;	
}

/* Subjects Menu (for Mobile) ---------------------- */
@media screen and (max-width: 1023px) {
	.Subject.Current a {
		background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png) !important;
		background-repeat: no-repeat !important;
		background-size: 30px auto !important;	
	}
}
/* Buttons (Playlist Control)  ---------------------- */
.button.playlistControl.added .icon {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png) !important;
	background-size: 30px auto !important;
}
.player .button.playlistControl.added .icon {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark_hires.png) !important;
	background-size: 30px auto !important;
}

/* Search Results ---------------------- */
@media screen and (max-width: 1023px) {
	.searchResult .button.playlistControl.added .icon {
		background-position: 80% 5px; 
	}
}
@media screen and (min-width: 1024px) {
	.searchResult .button.playlistControl .icon.add {
		left: -19px;
		background-size: 32px auto !important;
		background-position: 9px 2px !important;
		opacity: 1;
	}
}
/* Playlist ---------------------- */
.icon.remove, .tip .icon.removeItem  {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_x_hires.png") !important;
	background-size: 40px auto !important;
}
.icon.clickAndDrag {
	background-image: url("https://images.azureedge.net/wtc/images/interface/icn_move_item_hires.png") !important;
	background-size: 45px auto !important;
}
.fakeSelect .option.selected {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png");
	background-size: 54px auto;
}
.fakeSelect .option .icon.user {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_user_hires.png") !important;
	background-size: 35px auto;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PLAYER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.userTools .toolHeading .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
	background-size: 54px auto !important;
}
.userTools .toolHeading .icon:hover {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_violet_hires.png") !important;
	background-size: 54px auto !important;
}
.userTools .button.blueGloss.download .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_media_type_hires.png") !important;
	background-size: 58px auto !important;
}
.player .button .icon.right, .player .button:hover .icon.right {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white_hires.png") !important;
	background-size: 27px auto !important;			
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.channelListing .sectionTitle .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_hires.png") !important;
	background-size: 27px auto !important;
}
.channelListing .stationList#stationsUS .state .icon, .channelListing .stationList#stationsCanada .state .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
	background-size: 54px auto;
}
#previousTelecasts .telecast .icon.down {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
	background-size: 54px auto !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INFO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.helpSection h4 .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") !important;
	background-size: 54px auto !important;
}
.helpSection h4:hover .icon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_violet_hires.png") !important;
	background-size: 54px auto;
}
	
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SITE-WIDE ALERT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.wrapper.alert .close {
	background-image: url(https://images.azureedge.net/wtc/images/interface/sprite_x_hires.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
.wrapper.alert .moduleTitle .icon.down {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white_hires.png");
	background-size: 27px auto;
}
.literatureAd .wrapper.alert .graphicLink .playOverlay {
	background-image: url(https://images.azureedge.net/wtc/images/interface/icn_play_small_hires.png) !important;
	background-size: 58px auto !important;
}
.literatureAd .wrapper.alert .graphicLink .playerSkin {
	background-image: url(https://images.azureedge.net/wtc/images/interface/bg_playerskin.png) !important;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* ----------------------- Mobile Icons ---------------------- */
.general #footerLinksContainer .mobileIcon.leavePageIcon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_hires.png");
	background-repeat: no-repeat;
	background-position: center -162px;
	background-size: 27px auto;
}
.general #footerLinksContainer .footerSectionList li a #backToTopIcon {
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_hires.png");
	background-repeat: no-repeat;
	background-position: 2px -125px;
	background-size: 27px auto;
}


/* ----------------------- Footer Links ---------------------- */
@media screen and (min-width: 900px) {
	.general #footerLinksContainer .footerSection .footerSectionList li#navItemAccount a {
		background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_user_hires.png");
		background-repeat: no-repeat;
		background-position: right -55px;
		background-size: 35px auto;
	}
}



