@charset "utf-8";
/* CSS Document */


/* Reset
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:url(../images/header-bg.png) repeat-x top left #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:400;
	font-stretch:normal;
	font-smooth:always;
	color:#4f5758;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.clearfix {
	clear:both;
}

.ninesixty {
	width:960px;
	margin:0 auto;
}



/*
HEADER LAYOUTS
-------------------------------------------------------*/


#header {
	height:118px;
}
#header #logo {
	float:left;
	width:362px;
	height:118px;
}

#searchform, #google_translate_element {
	float:right;
	margin-left:20px;
	margin-top:10px;
}

.error404 #content #searchform {
	float:left;
	margin-left:0;
}

.error404 #content #searchform #search {
  padding: 10px;
  width: 300px;
}

.error404 #content #searchform #button {
	padding:10px;
	height:auto;
}
/*
BANNER LAYOUTS
-------------------------------------------------------*/

#bannerWrap {
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	background-size:cover;
	margin-bottom:20px;
	height:490px;
	overflow:hidden;
}

	@media only screen and (max-width: 3600px) and (min-width: 1500px) {
		
		#bannerWrap {
			height:600px;
			overflow:hidden;
		}
	
	}

#bannerWrap.page {
	height:40px;
	margin-bottom:10px;
	background:#ecf0f1;

}

#crumb {
	text-align:left;
	padding-top:15px;
	font-weight:700;
	text-shadow:1px 1px 1px #f0f0f0;
	font-size:12px;
	letter-spacing:1px;
}


	
	
/*
CONTENT LAYOUTS
-------------------------------------------------------*/

.homeLeft {
	float:left;
	width:281px;
	margin-top:20px;
}
.homeRight {
	float:right;
	width:281px;
	margin-top:20px;
}

#contentWrapper {
	padding:0 0 30px 0;
}
#content {
	float:left;
	width:610px;
}

#sidebarWrapper {
	width:300px;
	float:right;
}
#sidebar {
	background:#EBEFF0;
	border-left:3px solid #686868;
	margin-bottom:20px;
	padding-bottom:5px;
}
	


#hostsInfo {
	background:#E64C3C;
	border-left:3px solid #C0382B;
	margin-bottom:30px;
	padding-bottom:5px;
}
	
#programsList {
	background:#3798db;
	border-left:3px solid #2c3e50;
	margin-bottom:30px;
	padding-bottom:5px;
}


#connectWrap {
	background:#f1c40f;
	border-left:3px solid #d35400;
	margin-bottom:30px;
	padding-bottom:5px;
}



/*
FOOTER LAYOUTS
-------------------------------------------------------*/

#footerWrap {
	background:#2c3e50;
	color:#95a5a6;
	padding-top:20px;
	margin-top:40px;
}
#copy {
	float:left;
	width:45%;
	margin-top:30px;
}
#credits {
	float:right;
	width:45%;
	margin-top:30px;
	text-align:right;
}

#footer #contactInfo {
	float:left;
	width:420px;
}
#footer #goals {
	float:right;
	width:300px;
	font-size:12px;
}


/*.metaslider .slides img {
	margin-top:-200px;
}*/