@charset "UTF-8";
@font-face{
	font-family: 'Aller-Light';
	src: url('/~code/fonts/Aller-Light/Aller-Light.ttf') format('truetype'),
		url('/~code/fonts/Aller-Light/Aller-Light.woff2') format('woff2'),
		url('/~code/fonts/Aller-Light/Aller-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'HelveticaNeue-Condensed-Thin';
	src: url('/~code/fonts/HelveticaNeue-Condensed-Thin/HelveticaNeue-Condensed-Thin.ttf') format('truetype'),
		url('/~code/fonts/HelveticaNeue-Condensed-Thin/HelveticaNeue-Condensed-Thin.woff2') format('woff2'),
		url('/~code/fonts/HelveticaNeue-Condensed-Thin/HelveticaNeue-Condensed-Thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/***** user defined styles *****/
.scroller::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .1);
}
#adminNav a:hover{background-color:rgba(0, 0, 0, .6) !important; color:#fff;}
.background, .aImg{background-color:rgba(0, 0, 0, .1);}

/* site_font */
body, input, select, button, textarea{
	font-family:Aller-Light;
	font-size:100%;
	color:#666666;
	line-height:1.5; /* do not add pixels or ems! this is relative to font size */ 
}

/* header font */
h1, h2, h3{font-family:HelveticaNeue-Condensed-Thin; font-weight:normal;}


/* site bg_color */
.uniBg, #nav ul li ul, .home_bg_div_1, .home_bg_div_2{background-color: #FFFFFF;}
/* home_bg_size */
body#home, body#home div.home_bg_div_1, body#home div.home_bg_div_2{
	
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
background-position: 50% 50%;
	background-attachment: fixed;

}

/* links color */
a{color:#0B141C;} 
svg#imgMenu path.mob-nav-color{fill:#0B141C;} 

/* within file linking to sub-section, text should look normal */
a.imgMore{color:#666666;}

/* borders */
.divItem img, .divItem div.txt, .divItem div.html, .divItem div.fixed_bg_div_1, .divItem div.fixed_bg_div_2, .wysihtml-editor img{border:none;}

/* Nav: nav-left */
div.placeHolderTitle, div.backTitle{
	display:none;
}
/* show sub nav: onClick */

#nav ul li:not(.selected) ul{
	display:none;
}

.l2{display:none !important;}
