@CHARSET "UTF-8";

/* --- uix.css --- */




.navTabs ul.left > li:first-child,
.navTabs ul.left > li:first-child a.navLink {
	-webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
	}

.navTabs ul.right > li:last-child,	
.navTabs ul.right > li:last-child a.navLink {
	-webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
	}

.noBorderRadiusTop .navTabs ul.left > li:first-child,	
.noBorderRadiusTop .navTabs ul.left > li:first-child a.navLink {-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;}

.noBorderRadiusTop .navTabs ul.right > li:last-child,
.noBorderRadiusTop .navTabs ul.right > li:last-child a.navLink {-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;}

.noBorderRadiusBottom .navTabs ul.left > li:first-child,
.noBorderRadiusBottom .navTabs ul.left > li:first-child a.navLink {-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;}

.noBorderRadiusBottom .navTabs ul.right > li:last-child,
.noBorderRadiusBottom .navTabs ul.right > li:last-child a.navLink {-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;}

.noBorderRadius .navTabs ul.left > li:first-child,
.noBorderRadius .navTabs ul.left > li:first-child a.navLink,
.noBorderRadius .navTabs ul.right > li:last-child,
.noBorderRadius .navTabs ul.right > li:last-child a.navLink {-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -khtml-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}







	#navigation.withSearch .navTabs ul.right > li:last-child,
	#navigation.withSearch .navTabs ul.right > li:last-child a.navLink {-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;}





	#navigation.withSearch.activeSticky .navTabs ul.right > li:last-child,
	#navigation.withSearch.activeSticky .navTabs ul.right > li:last-child a.navLink {-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;}



	
	
	#navigation .pageContent .navTabs ul.left > li:first-child,
	#navigation .pageContent .navTabs ul.left > li:first-child a.navLink
	{
		-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
	}
	
	#navigation .pageContent .navTabs ul.right > li:last-child,
	#navigation .pageContent .navTabs ul.right > li:last-child a.navLink
	{
		-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
	}
	
	


.activeSmallLogo #navigation .pageContent .navTabs ul.left > li:first-child,
.activeSmallLogo #navigation .pageContent .navTabs ul.left > li:first-child a.navLink {
	-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;
}







.activeSticky .sticky_wrapper {
	width: 100%;
	position: fixed;
	z-index: 200;
	left: 0;
}

html.isLandscape .activeSticky .sticky_wrapper {
	position: static;
}

.noBorderRadiusTop {
	-webkit-border-top-left-radius: 0 !important; -moz-border-radius-topleft: 0 !important; -khtml-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important; -moz-border-radius-topright: 0 !important; -khtml-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important;
}

.noBorderRadiusBottom {
	-webkit-border-bottom-left-radius: 0 !important; -moz-border-radius-bottomleft: 0 !important; -khtml-border-bottom-left-radius: 0 !important; border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important; -moz-border-radius-bottomright: 0 !important; -khtml-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important;
}

.noBorderRadius {
	-webkit-border-top-left-radius: 0 !important; -moz-border-radius-topleft: 0 !important; -khtml-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important; -moz-border-radius-topright: 0 !important; -khtml-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important;
}






#navigation .pageContent {-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;}

	#navigation .navTabs {
		-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
	}

#navigation .pageContent.noBorderRadiusTop .navTabs {
	-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;
}
#navigation .pageContent.noBorderRadiusBottom .navTabs {
	-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
}
#navigation .pageContent.noBorderRadius .navTabs {
	-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -khtml-border-radius: 0 0 0 0; border-radius: 0 0 0 0;
}




.navTabs .navTab.selected .tabLinks {
	-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}

#navigation .pageContent.noBorderRadiusBottom .navTabs .navTab.selected .tabLinks {
	-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
}

#navigation .pageContent.noBorderRadius .navTabs .navTab.selected .tabLinks {
	-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -khtml-border-radius: 0 0 0 0; border-radius: 0 0 0 0;
}






/****************************************************************************************************/
/********** GENERAL **********/
/****************************************************************************************************/

.clear {clear:both;}
.float_left {float: left;}
.float_right {float: right;}
.hide {display: none;}

a label {cursor: pointer;}

.userBanner {background-image: none; padding-top: 4px; padding-bottom: 4px;}


::selection{
	color: #FFF;
background-color: #3b3d3e;

	}
	
body::-webkit-selection {
	color: #FFF;
background-color: #3b3d3e;
;
	}
	
body::-moz-selection {
	color: #FFF;
background-color: #3b3d3e;
;
	}
	
	
.errorPanel {
	color: rgba(0,0,0,.8);
background-color: #FF9494;
border-color:  rgb(0,0,0); border-color:  rgba(0,0,0, .2); _border-color:  rgb(0,0,0);

}




/********************************
START NAVIGATION/HEADER
********************************/	

	
#headerMover #header {position: static;}
#headerMover #headerProxy {display: none;height: 0;}

.navTabs .navTab.PopupClosed .navLink {color: rgba(255, 255, 255, 0.75);}
.navTabs .navTab.selected .navLink, .navTabs .navTab.PopupClosed.selected .navLink {color: #3498DB;}



.navTabs .navTab.PopupClosed .navLink:hover {color: #FFFFFF;}
.navTabs .navTab.PopupClosed:hover {
	background: url(rgbac28a.png?r=0&amp;g=0&amp;b=0&amp;a=51); background: rgba(0, 0, 0, .2); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	
}

.navTabs .navTab.Popup.PopupContainerControl.PopupOpen .navLink {
	color: #FFF;
	
}
.navTabs .navTab.Popup.PopupContainerControl.PopupOpen,
.navTabs .navTab.selected.PopupOpen .navLink {
	background-color: #3498DB;
}

.navTabs .navTab.selected .navLink:hover {color: #3498DB;}


.navTabs .visitorTabs,
.navTabs .moderatorTabs {font-size: 12px;}
.navTabs .visitorTabs .navTab .navLink,
.navTabs .moderatorTabs .navTab .navLink {text-transform: none;}

.navTabs .navTab.selected .tabLinks {
	top: 50px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	background-clip: content-box;
	border: 1px solid rgb(226, 226, 226);
	border-top: 0;
}




#navigation .menuIcon {display: none;}
#navigation .uix_menuIcon {
	vertical-align: middle;
}



.navTabs .publicTabs .navLink {
	padding-right: 12px;
padding-left: 12px;
}

	.navTabs .publicTabs .navTab.Popup .navLink {padding-right: 24px;}
	.navTabs .publicTabs .navTab.Popup.navigationHiddenTabs .navLink {padding-right: 12px;}
	.navTabs .publicTabs .navTab.selected.Popup .SplitCtrl {display: block !important;}



	.navTabs .publicTabs .navTab.selected.Popup .navLink {padding-right: 12px;}



.navTabs .SplitCtrl:hover {text-decoration: none;}

.navTabs .SplitCtrl,
.navTabs .navTab.PopupClosed .SplitCtrl {
	padding-left: 0;
	padding-right: 0;
	margin-left: -18px;
	width: 18px;
	text-align: left;
	border: 0;
}

.navTabs .navTab.PopupClosed:hover .SplitCtrl {background-image: none;}
.navTabs .SplitCtrl:before {
	font-family: 'FontAwesome' !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	font-size: 12px;
	display: none;
	color: rgba(255, 255, 255, 0.75);
}
.navTabs .navTab.PopupClosed:hover .SplitCtrl:before {display: block;}

.Popup.PopupControl.PopupOpen .SplitCtrl:before,
.Popup.PopupContainerControl.PopupOpen .SplitCtrl:before,
.navTabs .navTab.selected.PopupOpen .SplitCtrl:before {color: #FFF;}


	.navTabs .SplitCtrl, .navTabs .SplitCtrl:before {display: block !important;}
	.navTabs .navTab.selected .SplitCtrl:before {display: none !important;}













	.navTabs .navTab.selected .tabLinks {height: 50px;}
	#navigation .pageContent {height: 100px;}
	
	#headerMover #headerProxy {height: 220px;}
	.navTabs .navTab.selected .tabLinks a {line-height: 50px; padding: 0 8px; }	





.navTabs .navTab.selected .tabLinks li {padding-top: 0;}




/****************************************************************************************************/
/********** WELCOME BLOCK **********/
/****************************************************************************************************/

#uix_welcomeBlock {
	color: rgb(44, 44, 44);
background-color: rgb(250, 250, 250);
padding: 8px;
margin: 0 0 16px;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;

	padding: 0;
}

#uix_welcomeBlock .uix_welcomeBlock_content {
	position: relative;
	padding: 8px;
	padding-left: 56px;
}

#uix_welcomeBlock a.close {
	display: none;
	position: absolute;
	top: 8px;
	right: 8px;
	height: 24px;
	width: 24px;
	text-align:center;
}
#uix_welcomeBlock a.close:hover {cursor: pointer;}

#uix_welcomeBlock a.close:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	content: "\f00d";
}

#uix_welcomeBlock h3.uix_welcomeBlockHeader span {
	font-size: 18pt;
font-family: Lato, Helvetica, sans-serif;
line-height: 40px;


}

#uix_welcomeBlock .uix_welcomeBlockMessage {
	line-height: 22px;
	margin-bottom: 8px;
}

#uix_welcomeBlock .uix_welcomeBlockHeader .fa {
	font-size: 40px;
color: #61ae50;
margin-right: 8px;
float: left;
text-align: center;
width: 40px;
height: 40px;

	
	margin-left: -48px;
}

#uix_welcomeBlock a.callToAction {margin-bottom: 8px;}


	#uix_welcomeBlock.uix_welcomeBlock_fixed {	
		color: #FFFFFF;
background-color: #333;
padding: 8px;
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
left: auto;
right: 16px;
bottom: 16px;
-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1); -khtml-box-shadow: 0 0 10px 2px rgba(0,0,0,.1); box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
width: 300px;

		
		background-color: rgba(51, 51, 51, 0.9);
		z-index: 72;
		position: fixed;
		margin: 0;
	}

	#uix_welcomeBlock.uix_welcomeBlock_fixed h3.uix_welcomeBlockHeader {margin-right: 24px;}
	
	#uix_welcomeBlock.uix_welcomeBlock_fixed h3.uix_welcomeBlockHeader span {
		color: rgb(240, 240, 240);
line-height: 30px;

	
	}
	
	#uix_welcomeBlock.uix_welcomeBlock_fixed .uix_welcomeBlockHeader .fa {
		
	
	}
	#uix_welcomeBlock.uix_welcomeBlock_fixed .uix_welcomeBlockMessage {
		color: #FFFFFF;
	}
	#uix_welcomeBlock.uix_welcomeBlock_fixed a.close {
		color: #FFFFFF;
		display: block;
	}
	



/********************************
POPUP ICON SWAP
********************************/


.Popup .arrowWidget:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
}
.Popup .PopupOpen .arrowWidget:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
}





/********************************
START SIDEBAR
********************************/

.sidebar .secondaryContent {background: none;}
.sidebar .section {margin: 0 auto;}
.discussionListItem,
.memberListItem {
	border-bottom: 1px solid;
	border-color: rgb(226, 226, 226);
	padding: 8px 0;
}
.navigationSideBar a:hover {
	background-image: none;
	color: #3498DB;
}
.navigationSideBar > ul {
	border: solid 1px rgb(226, 226, 226);
	border-width: 0 0 1px 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.navigationSideBar > ul, 
.navigationSideBar > ul li.section:last-child,
.navigationSideBar > ul li.section:last-child a:last-child {-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;}













/********************************
START SEARCH
********************************/

#QuickSearch #commonSearches .arrowWidget {
	float: none;
	margin: 0 auto;
}

#searchBar {line-height: normal;}

#QuickSearch {
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;  
	background-color: transparent;
}
#QuickSearchPlaceholder {
	text-indent: 0;
	color: rgb(44, 44, 44);
	background-image: none;
	text-align: center;
}
#QuickSearch .formPopup {background: none;}
#QuickSearch.show, #QuickSearch.active {
	background-color: #FFFFFF; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); -moz-box-shadow: 0 0 5px rgba(0,0,0,.2); -khtml-box-shadow: 0 0 5px rgba(0,0,0,.2); box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#QuickSearch input.button.primary {margin-right: 5px;}
#QuickSearch a.button.moreOptions {
	float: left;
	margin: 0;
	width: 96px;
}

input[type='search']::-webkit-search-decoration, 
input[type='search']::-webkit-search-cancel-button, 
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
}


	#QuickSearchQuery {
		text-indent: 8px;
	}


#QuickSearch .primaryControls {position: relative;}
#QuickSearch .primaryControls .fa-search {
	position: absolute;
	top: 0;
	
		right: 5px;
		font-size: 16px;
color: #FFF;
background-color: #3498DB;
padding-top: 1px;
padding-bottom: 1px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
cursor: pointer;
text-shadow: 0 1px rgba(0,0,0,.2);
width: 28px;
height: 28px;

		-webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -khtml-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;
	
		width: 28px;
		height: 28px;
		line-height: 28px;
		text-align: center;
}

#QuickSearch .primaryControls .fa-search:before {
	vertical-align: middle;
	display: inline-block;
}












	#QuickSearch {right: 0;}
	
	
		.hasTabLinks #QuickSearch {
			top: 140px;
		}
		.hasTabLinks #QuickSearchPlaceholder {top: 152px;}
		
		.not_hasTabLinks #QuickSearch {
			top: 90px;
		}
		.not_hasTabLinks #QuickSearchPlaceholder {top: 102px;}
		
	
	
	.Responsive .withSearch .navTabs .navTab.selected .blockLinksList {margin-right: 8px;}
	















.LikeText a {color: rgb(52,77,93);}

.footerLinks a.globalFeed {
	font-size: 16px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 -448px;
margin: 1px 4px;
display: block;
white-space: nowrap;
overflow: hidden;
opacity: 0.25;
width: 16px;
height: 16px;

	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	
}
.footerLinks li {margin-left: 8px;}
#copyright {text-align: left;}

.pollBlock .question .questionText {color: rgb(44, 44, 44);}
.pollResult .barContainer {border-color: #61ae50; -webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;}
.pollResult .bar {background: #61ae50;}

/* clearfix */ .mainContainer_noSidebar { zoom: 1; } .mainContainer_noSidebar:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.mainContainer_noSidebar {margin-bottom: 16px;}








.breadBoxBottom {padding-bottom: 0;}


	
	
	





	header {margin-bottom: 16px;}








	.nodeList .categoryStrip .nodeDescription {
		display: inline;
		margin-left: 8px;
	}
	
	.nodeList .categoryStrip .categoryText {	
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.uix_collapseNodes {margin-left: 8px;}
	
	.nodeList .categoryStrip .nodeTitle {float: left;}
	.nodeList .categoryStrip .categoryText {line-height: 40px;}
	.nodeList .categoryStrip {padding-top: 0; padding-bottom: 0;}










.xenOverlay .xenForm {max-width: none;}














	/* style last sticky element with a box-shadow */
	body.scrollNotTouchingTop .activeSticky.lastSticky .pageContent {box-shadow: 0 2px rgba(0,0,0,.1);}
	
	
	

	html body .activeSticky .pageContent
	{
		-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -khtml-border-radius: 0 !important; border-radius: 0 !important;
	}
	
	#navigation.activeSticky .navTabs {
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	
	#navigation.activeSticky .tabLinks {
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	
	

	html body .activeSticky .pageContent .navTabs ul.left > li:first-child,
	html body .activeSticky .pageContent .navTabs ul.left > li:first-child a.navLink,
	html body .activeSticky .pageContent .navTabs ul.right > li:last-child,
	html body .activeSticky .pageContent .navTabs ul.right > li:last-child a.navLink
	{
		-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -khtml-border-radius: 0 0 0 0; border-radius: 0 0 0 0;
	}
	

	
	
	
	
	#navigation.activeSticky .navTabs {
		height: 50px;
		line-height: 50px;
	}
	#navigation.activeSticky .navTabs .navLink,
	#navigation.activeSticky .navTabs .navTab.selected .tabLinks a,
	#navigation.activeSticky .navTabs .navTab.selected .tabLinks,
	#navigation.activeSticky .navTabs .SplitCtrl {
		height: 50px;
		line-height: 50px;
	}
	
	
	
	
	
	.activeSticky .navTabs .navLink .itemCount {
		position: relative;
		top: -2px;
		right: auto;
		padding: 3px 6px;
		margin-left: 6px;
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2); -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2); -khtml-box-shadow: 0 1px 0 rgba(0,0,0,.2); box-shadow: 0 1px 0 rgba(0,0,0,.2);
	}
	.activeSticky .navTabs .navLink .itemCount .arrow {display: none;}
	
	
	
	
	
	
	

		#navigation.activeSticky .pageContent {
			
				height: 100px;
			
			-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -khtml-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
		}
		#navigation.activeSticky .navTabs .navTab.selected .tabLinks {
			top: 50px;
		}
	
	
	
	
	
	
	
		
	
	
		html.hasSearch #navigation.activeSticky #QuickSearchPlaceholder {
			color: rgba(255, 255, 255, 0.75);
			top: 17px; 
			right: 0;
			display: block;
			margin-top: 0;
			width: 36px;
		}
		html.hasSearch #navigation.activeSticky .navTabs .visitorTabs {margin-right: 36px;}
		html.hasSearch.LoggedOut #navigation.activeSticky .navTabs .publicTabs {padding-right: 36px;}
		
		html.hasSearch #navigation.activeSticky #QuickSearch {top: 0; right: 0;}
		
		html.hasSearch #navigation.activeSticky #QuickSearch {display: none;}
		
		html.hasSearch #navigation.activeSticky #QuickSearch.show {
			display: block;
			top: 50px;

		}
		html.hasSearch #navigation.activeSticky .withSearch .navTabs .navTab.selected .blockLinksList {margin-right: 0;}
		
	 
	
 


/****************************************************************************************************/
/********** USERBAR **********/
/****************************************************************************************************/

#userBar .pageContent {
	background-color: #61ae50;
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;

}

#userBar .navTabs {
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	background: none;
	border: none;
	-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;
	height: 40px;
}

#userBar .navTabs .navLink {
	line-height: 40px;
text-transform: none;
height: 40px;

}



#userBar .navTabs .navLink:hover {
	color: #FFF;

}

#userBar .navTabs .navTab.selected .navLink {
	color: #FFF;
background: url(rgbac28a.png?r=0&amp;g=0&amp;b=0&amp;a=51); background: rgba(0, 0, 0, 0.2); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
border-width: 0;

}

#userBar .itemCount {
	color: #FFF;
background: url(rgbac28a.png?r=0&amp;g=0&amp;b=0&amp;a=51); background: rgba(0,0,0,.2); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
padding: 3px 6px;
margin-left: 6px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2); -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2); -khtml-box-shadow: 0 1px 0 rgba(0,0,0,.2); box-shadow: 0 1px 0 rgba(0,0,0,.2);
;
}

#userBar .itemCount.alert {
	color: #FFF;
background-color: #bc4c40;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2); -moz-box-shadow: 0 0 2px rgba(0,0,0,.2); -khtml-box-shadow: 0 0 2px rgba(0,0,0,.2); box-shadow: 0 0 2px rgba(0,0,0,.2);
;
}

#userBar .navTabs .navLink .itemCount {
	position: relative;
	right: auto;
	top: -2px;
	padding: 3px 6px;
	margin-left: 6px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2); -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2); -khtml-box-shadow: 0 1px 0 rgba(0,0,0,.2); box-shadow: 0 1px 0 rgba(0,0,0,.2);
}
#userBar .navTabs .navLink .itemCount.Zero,
#userBar .navTabs .navLink .itemCount .arrow {display: none;}



	#userBar {margin-bottom: 16px;}


/****** USER BAR STICKY ******/

#userBar.activeSticky .pageContent,
#userBar.activeSticky .navTabs,
#userBar.activeSticky .navTabs .navLink, 
#userBar.activeSticky .navTabs .SplitCtrl {
	height: 30px;
	line-height: 30px;
}






	
	
	#navigation .navTabs .navTab.account .navLink {padding-left: 35px;}
	#navigation .navTabs .navTab.account .avatar {
		position: absolute;
		left: 10px; 
		top: 15px;
	}
	#navigation .navTabs .navTab.account .avatar img {
		width: 20px;
		height: 20px;
		border: none;
		-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;
		display: block;
	}
	#navigation.activeSticky .navTabs .navTab.account .avatar {top: 15px;}




	#userBar.activeSticky .pageContent,
	#userBar.activeSticky .pageContent > a  {
		height: 30px;
		line-height: 30px;
	}




/* FOOTER */
/* clearfix */ .footer .pageContent { zoom: 1; } .footer .pageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

#legal {clear: right;}
.footerLegal .pageContent {
	padding: 0 0 16px 0;
	clear:both;
}

.debugInfo {float: left; clear: both;}


.xenForm fieldset + .ctrlUnit, .xenForm .formGroup + .ctrlUnit, .xenForm .submitUnit {border-top: none;}
.larger.textHeading,
.xenForm .sectionHeader,
.larger.textHeading a,
.xenForm .sectionHeader a {color: rgb(44, 44, 44); }

.breadcrumb .jumpMenuTrigger:hover {opacity: 0.5}

.formPopup .controlsWrapper,
.thread_view .threadAlerts {background-image: none;}
.thread_view .threadAlerts {
	border: 1px solid rgb(194,218,234);
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
	background-image: none;
	background-color: rgb(227,239,247);
}
 
.thread_view .threadAlerts dt {color: rgb(58,101,129);}
	

	.nodeList .categoryStrip .categoryText {margin-right: 20px;}
	.uix_collapseNodes {
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -8px;
	}
	.uix_collapseNodes .fa {
		font-size: 16px;
color: #FFF;

		}
	.node.collapsed .uix_collapseNodes span:before {content: "\f067";}
	


.mainContainer {margin-right: -266px;}
.mainContent {margin-right: 266px;}






.breadcrumb .homeCrumb .fa {
	font-size: 16px;
	vertical-align: text-bottom;
	margin-left: 4px;
}

.navTab .fa, #searchBar .fa {font-size: 16px;}

.uix_breadCrumb_toggleList {
	float: right;
	margin-left: 8px;
	
}

.uix_breadCrumb_toggleList li.toggleList_item {
	float: left;
	margin-right: 5px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	background-color: #FFFFFF;
}
.uix_breadCrumb_toggleList li.toggleList_item:last-child {margin-right: 0;}
.uix_breadCrumb_toggleList .toggleList_item a {
	display: block; 
	text-align: center; 
	padding: 0 8px;
}	



	.subForumsPopup a.PopupControl {padding-left: 0;}
	.node .nodeStats dl, .subForumsPopup {position: relative;}
	.node .nodeStats dl dt, .subForumsPopup .dt {text-indent: -9999px;display:inline-block;margin-left: 18px; width: 0;}
	.node .nodeStats dl dt:before, .subForumsPopup .dt:before {
		font-family: 'FontAwesome' !important;
		content: "\f086";
		font-size: 14px;
		position: absolute;
		left: 4px;
		text-indent: 0;
	}
	.node .nodeStats dl:first-child dt:before {content: "\f075";}
	.node .nodeStats dl:nth-child(2) dt:before {content: "\f086";}
	.subForumsPopup .dt:before {content: "\f07b";}
	.node .subForumList li {margin-left: 0;}
	.node .subForumList li:before {
		font-family: 'FontAwesome';
		content: "\f07b";
		float: left;
		margin-right: 4px;
		color: rgb(127, 127, 127)
	}




	#QuickSearchQuery {
		height: 28px;
		line-height: 28px;
		padding: 0 3px;
	}



ul.uix_socialMediaLinks {float: right;}
ul.uix_socialMediaLinks > li {display: inline-block;}
ul.uix_socialMediaLinks > li > a {
	color: #FFF;
background-image: url('styles/uix/uix/social_sprite.png');
background-repeat: no-repeat;
background-position: 0 0;
margin-right: 4px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
display: block;
-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); -khtml-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
transition: 0.2s;
overflow: hidden;
text-align: center;
width: 40px;
height: 40px;

}
ul.uix_socialMediaLinks > li:last-child > a {margin-right: 0;}

ul.uix_socialMediaLinks > li > a:hover {
	color: #FFFFFF;
text-decoration: none;
text-shadow: 0 2px 0 rgba(0,0,0,.2);


}
ul.uix_socialMediaLinks > li > a span:before {
	font-size: 26.666666666667px;
	height: 40px;
	line-height: 40px;
	display: block;
	
}
ul.uix_socialMediaLinks > li.facebook > a {
	background: #3b5998 none 0 -32px;

}

ul.uix_socialMediaLinks > li.twitter > a {
	background: #44ccf6 none -48px -32px;

}

ul.uix_socialMediaLinks > li.youtube> a {
	background: #ce332d none -96px -32px;

}

ul.uix_socialMediaLinks > li.dribbble > a {
	background: #ea4c89 none -192px -32px;

}

ul.uix_socialMediaLinks > li.vimeo > a {
	background: #86c9ef none -336px -32px;

}

ul.uix_socialMediaLinks > li.deviantart > a {
	background-color: #768c82;
background-position: -240px -32px;

}

ul.uix_socialMediaLinks > li.googleplus > a {
	background: #d13f2d none -384px -32px;

}

ul.uix_socialMediaLinks > li.linkedin > a {
	background: #0275b6 none -288px -32px;

}

ul.uix_socialMediaLinks > li.pinterest > a {
	background: #cb2027 none -432px -32px;

}

ul.uix_socialMediaLinks > li.instagram > a {
	background: #604335 none -144px -32px;

}

ul.uix_socialMediaLinks > li.contact > a {
	background: rgb(58, 132, 90) none;

}

ul.uix_socialMediaLinks > li.rss > a {
	background: #FF6600 none;

}


.node.level_1 {margin-bottom: 8px;}

/* Remove wrapping around index nodes */
.nodeList#forums {padding: 0; background: none; border: none; margin-top: 0;}


/* clearfix */ .nodeList { zoom: 1; } .nodeList:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }


.forum_view .nodeList#forums {
	border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	border-top: 0;
}

.node.level_1 > .nodeList {
	background: #FFFFFF;
	margin-top: 8px;
	border: 1px solid rgb(226, 226, 226);
	border-top: 0;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.node.level_2:first-child .nodeInfo {-webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -khtml-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.node.level_2:last-child .nodeInfo {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -khtml-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.node.level_2:only-of-type .nodeInfo {-webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; -khtml-border-radius: 4px !important; border-radius: 4px !important;}
.node.level_2 .nodeInfo {border-top: 1px solid rgb(226, 226, 226);}




.node .tinyIcon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		
	width: 16px;
	content: "\f09e";
}


	.node .nodeControls {display: none;}



.node .nodeLastPost .noMessages {display: block; text-align: center;}






	
		#logoBlock .uix_slogan:hover {opacity: 1; border-color: #3498DB;}
		#logoBlock .uix_slogan:hover:before {border-right-color: #3498DB;}
		

	#logoBlock .uix_slogan:after,
	#logoBlock .uix_slogan:before {
		content: ' ';
		position: absolute;
		right: 100%;
		top: 50%;
		margin-top: -4px;
		height: 0;
		width: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 4px solid #FFFFFF;
	}
	#logoBlock .uix_slogan:before {
		margin-top: -5px; 
		margin-right: 2px;
		border-width: 5px; 
		border-right-color:  rgb(94, 94, 94); border-right-color:  rgba(94, 94, 94, 0.9); _border-right-color:  rgb(94, 94, 94);
	}



	.uix_slogan {
	font-weight: bold;
font-size: 12px;
color: rgba(94, 94, 94, 0.9);
background-color: #FFFFFF;
padding: 0 10px;
margin-left: -18px;
border:  2px solid rgb(94, 94, 94); border:  2px solid rgba(94, 94, 94, 0.9); _border:  2px solid rgb(94, 94, 94);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
float: left;
line-height: 25px;
text-transform: uppercase;
position: relative;
display: inline;
opacity: 0.5;
height: 25px;

	
	margin-top: 45px;
	}


/* Fix for avatar background on profiles and overlays */
.avatarScaler img,
.xenOverlay .formOverlay .avatar img,
.xenOverlay .formOverlay .avatar .img,
.xenOverlay .formOverlay .avatarCropper {
	background-color: #3498DB;
}

body .AvatarEditor .avatarOption {background: rgb(248,251,253); border-color: rgb(227,239,247);}


/* make node title style property work correctly */
.node .nodeText .nodeTitle a {color: inherit;} 




.avatar img, .avatar .img, .avatarCropper {-webkit-border-radius: 100%; -moz-border-radius: 100%; -khtml-border-radius: 100%; border-radius: 100%;}
.memberCard .avatarCropper img, .memberCard .avatarCropper {-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;}



.conversation_view .message:first-child,
.conversation_view .quickReply {
	border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
.conversation_view .message .newIndicator {margin-top: 10px;}

.message .newIndicator {margin-right: -17px !important;}

.messageUserBlock div.avatarHolder .avatar {text-align: center;}

.attachedFiles .attachmentList {background-image: none;}


	.breadcrumb {height: 40px;}
	.breadcrumb .jumpMenuTrigger {margin-top: 12px;}
	.breadBoxTop a.callToAction {height: 42px;line-height: 42px;}
	.breadcrumb .crust .arrow, .breadcrumb .crust .arrow span {border-top-width: 20px;border-bottom-width: 20px;}
	.breadcrumb .crust .arrow span {top: -20px;}


.topLink {
	float: right !important;
	margin: 0 -13px -8px 5px;
	font-weight: bold;
}

.topLink a {padding: 0 8px !important;line-height: 50px;border-left: 1px solid rgb(226, 226, 226);text-decoration: none !important;}
.topLink a .fa {font-size: 20px;vertical-align: middle;}


.subForumsPopup .PopupOpen {color: #FFF !important;}
.subForumsPopup .PopupOpen .dt {color: #FFF;}

.footer .choosers {padding-left: 0;}
.footer .choosers dd {margin-right: 10px;}
.footer .choosers dd {margin-right: 8px;}

.footer .choosers a:after {
	font-family: 'FontAwesome' !important;
	content: "\f0d7";
	font-size: 12px;
	margin-left: 4px;
}

.footer .choosers a {
	text-decoration: none;
background-color: #FFFFFF;
padding: 6px 10px;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
display: inline;

}
.footer .choosers a:hover {
	color: #3498DB;
border-color: rgb(226, 226, 226);

}

.profilePage .mast .section.infoBlock .primaryContent,
.profilePage .mast .section.infoBlock .secondaryContent {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; 
}

.PageNav .scrollable {height: 20px;}

.PanelScroller .navContainer {margin-top: -9px;}

.xenOverlay.lightBox #LbUpper, .xenOverlay.lightBox #LbLower {
background-color: rgba(0,0,0,.75) !important;
}
.xenOverlay a.close:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	content: "\f00d";
}

.afterDiscussionListHandle {margin-top:36px;}

.discussionListItem.sticky {
	background-color: rgb(227,239,247);
border-color: rgb(194,218,234);

}
.discussionListItem.sticky .posterAvatar, 
.discussionListItem.sticky .stats,
.discussionList .discussionListItem.moderated .listBlock,
.discussionListItem.InlineModChecked .posterAvatar, 
.discussionListItem.InlineModChecked .main, 
.discussionListItem.InlineModChecked .stats, 
.discussionListItem.InlineModChecked .lastPost,
.discussionListItem.moderated.InlineModChecked,
.discussionListItem.deleted .posterAvatar   {background-color: transparent;}

.discussionList .discussionListItem.sticky.InlineModChecked,
.discussionList .discussionListItem.InlineModChecked,
.discussionList .discussionListItem.moderated.InlineModChecked,
.discussionList .discussionListItem.deleted.InlineModChecked {background-color: rgb(204, 241, 252);}

.discussionList .discussionListItem.moderated {
	color: rgb(67, 122, 55);
background-color: rgb(226, 247, 222);

}

.discussionListItems .unread.moderated .title a,
.discussionListItems .unread.moderated  .lastPostInfo .username {color: rgb(67, 122, 55);}

.discussionList .discussionListItem.deleted {
	color: rgb(238, 99, 99);
background-color: rgb(253, 237, 237);

}
.discussionListItem.deleted .title {color: rgb(238, 99, 99);}



 










	#content.forum_list .titleBar {display: none;}




	#logo {margin-right: 30px;}
	




/********************************
RESOURCES MANAGER
********************************/

.innerContent .rateBlock {background-image: none;}

.resourceListItem {border-bottom: solid 1px rgb(226, 226, 226);}
.sidebar .callToAction {margin: 15px 8px;}
.sidebar .callToAction span {padding: 3px 8px;}

/* #content.member_notable .sidebar .section h3,
#content.resource_description .sidebar .section h3 {padding-left: 40px;} */


	.sidebar .section .primaryContent h3,
	.sidebar .section .secondaryContent h3,
	.profilePage .mast .section.infoBlock h3,
	.resourceListSidebar > .secondaryContent > h3 {
		padding-left: 34px;
		position: relative;
		line-height: 12px;
	}
	
	
	
	.section > .secondaryContent > h3:before,
	.resourceListSidebar > .secondaryContent > h3:before {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 8px;
		vertical-align: middle;
		font-family: 'FontAwesome';
		font-style: normal;
	 	font-weight: normal;
	  	-webkit-font-smoothing: antialiased;
	  	-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		width: 18px;
		height: 18px;
		line-height: 1;
		content: '\f152';
	}
	.section.membersOnline h3:before,
	.section.userList h3:before {content: "\f0c0";}
	.section.sharePage h3:before {content: "\f14d";}
	.section .statsList h3:before {content: '\f080';}
	.section.staffOnline h3:before {content: "\f0b1";}
	
	
	.section .secondaryContent.widget.WidgetFramework_WidgetRenderer_OnlineUsers h3:before {content: "\f0c0";}
	.section .secondaryContent.widget.WidgetFramework_WidgetRenderer_OnlineStaff h3:before {content: "\f0b1";}
	.section .secondaryContent.widget.WidgetFramework_WidgetRenderer_Stats h3:before {content: '\f080';}
	
	
	
	.sidebar .section .secondaryContent.avatarHeap h3:before {content: "\f0b1";}
	.sidebar .section .secondaryContent.findMember h3:before {content: "\f002";}
	
	
	.resourceListSidebar > .secondaryContent.categoryList > h3:before {content: "\f07c";}
	.resourceListSidebar > .secondaryContent.miniResourceList> h3:before {content: "\f091";}
	.resourceListSidebar > .secondaryContent.avatarList> h3:before {content: "\f0c0";}
	
	.sidebar .section#resourceInfo .secondaryContent h3:before {content: "\f05a";}
	.sidebar .section .secondaryContent#authorTools h3:before {content: "\f085";}
	.sidebar .section .secondaryContent#moreAppsByAuthor h3:before {content: "\f0ca";}
	.sidebar .section#versionInfo .secondaryContent h3:before {content: "\f0c5";}
	
	.section > .discussionListFilters > h3:before {content: none !important;}



#content.help_bb_codes .primaryContent,
#content.help_trophies .primaryContent {background-color: transparent;}

#loginBar #loginBarHandle {text-align: right;}
#loginBar #loginBarHandle a {display: block;}
#loginBar .pageWidth {position: relative;}





	
	
	
	#uix_wrapper {padding-top: 16px;}
	





 











/* Find the images, set the new image */

.LoggedIn .discussionListItem .unreadLink,
.LoggedIn .discussionListItem .ReadToggle,
.discussionListItem .iconKey span,
.event .content .thread .icon,
.event .content .forum .icon,
.footerLinks a.globalFeed,
.messageNotices .icon,
.rating .star,
.resourceAlerts .icon,
.thread_view .threadAlerts .icon,
.alerts .newIcon,
.alertsPopup .newIcon,
.DismissParent .DismissCtrl {
	background-image: url(styles/uix/uix/sprite.png) !important;
	width: 16px; 
	height: 16px;
	background-repeat: no-repeat;
}


/* Set the background-position */

.LoggedIn .discussionListItem .unreadLink,
.LoggedIn .discussionListItem.unread .ReadToggle {background-position: 0 -32px;}
.LoggedIn .discussionListItem .ReadToggle:hover {background-position: -16px -32px;}

.discussionListItem .iconKey .sticky    { background-position:   0px -16px; }
.discussionListItem .iconKey .starred   { background-position: -64px -32px;}
.discussionListItem .iconKey .watched   { background-position: -144px -16px;}
.discussionListItem .iconKey .locked    { background-position: -16px -16px; }
.discussionListItem .iconKey .moderated { background-position: -32px -16px; }
.discussionListItem .iconKey .redirect  { background-position: -48px -16px; }
.discussionListItem .iconKey .new       { background-position: -64px -16px; }

.event .content .thread .icon {background-position: -96px -16px;}
.event .content .forum .icon {background-position: -80px -16px;}

.footerLinks a.globalFeed {background-position: -112px -16px;}

.messageNotices .warningNotice .icon { background-position: -48px -32px; }		
.messageNotices .deletedNotice .icon { background-position: -64px -32px; }		
.messageNotices .moderatedNotice .icon {background-position: -32px -16px; }

.navTabs .navTab.PopupClosed:hover .SplitCtrl {background-position: -128px ; }

.rating .star {background-position: -96px -32px !important;}
.rating .star.Full {background-position: -64px -32px !important;}
.rating .star.Half,
.rating .star.Full.Half {background-position: -80px -32px !important;}

.resourceAlerts .deletedAlert .icon { background-position: -48px -32px; }
.resourceAlerts .moderatedAlert .icon { background-position: -32px -16px; }

#QuickSearchPlaceholder { background-position: -144px 0; }

.thread_view .threadAlerts .deletedAlert .icon { background-position: -48px -32px; }
.thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -32px; }
.thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px; }

.alerts .newIcon,
.alertsPopup .newIcon {background-position: -112px -32px;}
	
.DismissParent .DismissCtrl {background-position: -80px 0;}
.DismissParent:hover .DismissCtrl:hover {background-position: -96px 0;}
.DismissParent:hover .DismissCtrl:active {background-position: -112px 0;}
	
	

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
      
	.LoggedIn .discussionListItem .unreadLink,
	.LoggedIn .discussionListItem .ReadToggle,
	.discussionListItem .iconKey span,
	.event .content .thread .icon,
	.event .content .forum .icon,
	.footerLinks a.globalFeed,
	.messageNotices .icon,
	.rating .star,
	.resourceAlerts .icon,
	
	.thread_view .threadAlerts .icon,
	.alerts .newIcon,
	.alertsPopup .newIcon,
	.DismissParent .DismissCtrl {
		background-image: url(styles/uix/uix/sprite%402x.png) !important;
		background-size: 160px 48px;
	}
         
}
	
	







/******* ADD PAGE MARGIN WHEN VIEWPORT APPROACHES PAGE WIDTH *******/

@media screen and 
(max-width: 1202px) and 
(min-width: 801px ) {

	
		.Responsive .pageWidth {margin: 0 16px;}
	
}



/******* FLUID STYLES *******/







	
	@media (min-width: 610px) {
		.node.level_2 {width: 50%;float: left;}
		.node.level_2:nth-child(odd) {clear:left;}
		.node.level_2:last-child:nth-child(odd) {width: 100%;float: left;}
		.node.level_2 .nodeLastPost {position: static; width: auto;padding-left: 0;padding-right: 20px;margin-top: 0; padding-top: 0;}
		.node.level_2 .nodeControls {right: 8px;}
		.node.level_2 .nodeText {margin-right: 32px;}
		.node.level_2:last-child:nth-child(odd) .nodeLastPost {width: 210px; position: absolute;margin-top: 12px;padding: 5px 5px 5px 10px;}
		.node.level_2:last-child:nth-child(odd) .nodeControls {right: 242px;}
		.node.level_2:last-child:nth-child(odd) .nodeText {margin-right: 270px;}
		.node.level_2 .nodeControls {top: 0; margin-top: 8px;}
		.node.level_2:last-child:nth-child(odd) .nodeControls {margin: 20px 0;}

		
			.node.level_2:nth-child(odd) .nodeInfo {border-right: 1px solid rgb(226, 226, 226);}
			.node.level_2:nth-child(even) .nodeInfo {-webkit-box-shadow: -1px 0 0 rgb(226, 226, 226); -moz-box-shadow: -1px 0 0 rgb(226, 226, 226); -khtml-box-shadow: -1px 0 0 rgb(226, 226, 226); box-shadow: -1px 0 0 rgb(226, 226, 226);}
			.node.level_2:last-child:nth-child(odd) .nodeInfo {border-right: 0;}
			.node.level_2:first-child .nodeInfo {-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;}
			.node.level_2:last-child:nth-child(even) .nodeInfo {-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;}
			.node.level_2:nth-child(2):nth-child(even) .nodeInfo {-webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;}
			.node.level_2:nth-last-child(2):nth-child(odd) .nodeInfo {-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;}
		
	}
	


@media (max-width:800px) {

	.Responsive .sidebar {
		width: auto;
		margin-bottom: 16px;
	}
	.Responsive .navTabs {font-size: 12px;}
	
	
	
		
	
	
		#logoBlock .uix_slogan {display: none;}
		#logoBlock .uix_slogan:after, #logo a:before {display: none;}
	
	
	ul.uix_socialMediaLinks {float: none; margin: 0; text-align: center;}
	#copyright, #legal, .debugInfo {float: none; display: block;}
	#legal li {display: inline-block;float:none}
	#copyright {margin: 8px 0;display:block;text-align:center;}
	
	
	
}





	
@media (max-width:610px) {
	.Responsive #navigation .navTabs,
	.Responsive #userBar .navTabs {
		padding-left: 0;
		padding-right: 0;
	}
	.Responsive #QuickSearchPlaceholder.hide {display:block;}
	.Responsive #uix_welcomeBlock.uix_welcomeBlock_fixed {
		width: auto;
		left: 8px;
		right: 8px;
		bottom: 8px;
	}

	
	
	
	
	.footer .pageContent {text-align: center;height: auto;}
	.footer .choosers {display: inline-block; padding: 0 4px; float: none; vertical-align: middle;}
	.footerLinks {float: none; padding: 0;}
	.footerLinks li {display: inline-block; float: none !important; margin: 0 4px;}
	.topLink a {border-left: none; padding: 0 !important;}
	
	
	
	
}
	






@media (max-width: 480px) {
	.Responsive .resourceInfo .downloadButton{display: block;}
	.Responsive .breadBoxTop.withTopCtrl .topCtrl {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 8px;
	}
	.Responsive .breadBoxTop.withTopCtrl .topCtrl a.callToAction {display: block;}
	.Responsive .pageNavLinkGroup .linkGroup {float: none;}
	.Responsive .pageNavLinkGroup .linkGroup a.callToAction{
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.Responsive .messageUserBlock h3.userText {border-top: 0;}
	
	
	
		.Responsive #navigation .navTabs .navTab.account .navLink {padding-left: 30px;}
		.Responsive #navigation .navTabs .navTab.account .navLink .accountUsername,
		.Responsive #navigation .navTabs .navTab.login .navLink .loginText {display: none;}
		
	
	.Responsive #uix_welcomeBlock h3.uix_welcomeBlockHeader span {
		line-height: 30px;
		margin-bottom: 8px;
	}
	.Responsive #uix_welcomeBlock a.callToAction {
		width: 100%;
		text-align: center;
	}
	.Responsive #uix_welcomeBlock .uix_welcomeBlockHeader .fa {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}
	.Responsive #uix_welcomeBlock .uix_welcomeBlock_wrap {
		text-align: center;
	}
	.Responsive #uix_welcomeBlock .uix_welcomeBlock_content {padding-left: 8px;}

	
	
}





@media (max-width: 768px) {
	.footer .choosers.chooser_AdStyler, .uix_adStylerColorOptions {display: none;}
}






@media (max-height: 610px) {
	.Menu {
		overflow-y: auto;
		max-height: 100%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0)  {
	.resourceHeaders .typeFilter {
	    bottom: 0px;
	    (-bracket-:hack;
	        bottom: 1px;
	    );
	}
}

.resourceListSidebar .secondaryContent {margin-bottom: 0;}

.resourceListSidebar .secondaryContent {
	border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	margin-bottom: 8px;
}

.resourceListSidebar .secondaryContent:last-child {margin-bottom: 0;}

.resourceListMain {
	background-color: #FFFFFF;
padding: 16px;
margin-bottom: 16px;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;

	
	
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.downloadButton .inner:hover {color: #FFF;}

.mediaContainer {-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;}


