/*

Description: Juno v2, whoah!
Author: Beecher
Version: 1.0

color swatches:
yellow: #ffff00
highlight: #30CE00
light grey : #949494
med grey : #1A2126
*/

/* ===================================  */

/* =================================== RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
======================================================================  */

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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:inherit;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, div {
	position:relative;
	display: block;
	margin:0;
	padding:0;
	border:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define focus styles! */
:focus {outline: 0;} 

/* ===================================  */

html {
	width: 100%;
	min-width: 970px;
	min-height: 100%;
}

body {
	color: #fff;
	font-family: 'OpenSansRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	background: #000 url(/pub/n/images/bgs/Starfield_Back.jpg) repeat center top fixed;
	width:100%;
	min-width: 970px;
	min-height: 100%;
	display:block;
	line-height: 1;
}


/* ===================================  fonts ======= */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/pub/e/fonts/OpenSans-Regular-webfont.eot');
    src: url('/pub/e/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pub/e/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/pub/e/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/pub/e/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_m';
    src: url('/pub/e/fonts/din-medium-webfont.eot');
    src: url('/pub/e/fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pub/e/fonts/din-medium-webfont.woff') format('woff'),
         url('/pub/e/fonts/din-medium-webfont.ttf') format('truetype'),
         url('/pub/e/fonts/din-medium-webfont.svg#DIN_MEDIUM') format('svg');
    font-weight: normal;
    font-style: normal;

}

.din_m, a.din_m, a.din_m:link, a.din_m:visited, a.din_m:active, a.din_m:focus, a.din_m:hover {font-family: din_m, sans-serif;}

@font-face {
    font-family: 'din_l';
    src: url('/pub/e/fonts/din-light-webfont.eot');
    src: url('/pub/e/fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pub/e/fonts/din-light-webfont.woff') format('woff'),
         url('/pub/e/fonts/din-light-webfont.ttf') format('truetype'),
         url('/pub/e/fonts/din-light-webfont.svg#DIN_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

.din_l, a.din_l, a.din_l:link, a.din_l:visited, a.din_l:active, a.din_l:focus, a.din_l:hover {font-family: din_l, sans-serif;}

@font-face {
    font-family: 'juno';
    src: url('/pub/e/fonts/juno-webfont.eot');
    src: url('/pub/e/fonts/juno-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pub/e/fonts/juno-webfont.woff') format('woff'),
         url('/pub/e/fonts/juno-webfont.ttf') format('truetype'),
         url('/pub/e/fonts/juno-webfont.svg#junoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

.data_icon { 
	font-family: juno, sans-serif; 
	text-transform: lowercase !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
}
	
	.data_icon:before { 
		content: attr(data-icon); 
		display: inline-block;
	}
	
	.data_icon,
	a.data_icon,
	a.data_icon:link,
	a.data_icon:visited,
	a.data_icon:active,
	a.data_icon:focus, 
	a.data_icon:hover,
	a.data_icon:before,
	a.data_icon:before:link,
	a.data_icon:before:visited,
	a.data_icon:before:active,
	a.data_icon:before:focus, 
	a.data_icon:before:hover {text-decoration: none !important;}
		
.screen_reader_only {
	position: absolute; 
	top: -9999px; 
	left: -9999px;
}

.shadow {text-shadow:0 0 0.05em rgba(0,0,0,0.75);}

/* ======= links and basics ===== */

.highlight { color:#ffff00 !important; }

a, 
a:link, 
a:visited {
	text-decoration:none;
	color:#ffff00;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition:color .2s ease-out;
}

a:active,	
a:focus, 
a:hover {text-decoration: underline;}
	
	.grey,
	a.grey,
	a.grey:link,
	a.grey:visited {color:#949494;}
	
	a.grey:active, 
	a.grey:focus, 
	a.grey:hover {color:#ffff00;}
	
	.white,
	a.white,
	a.white:link,
	a.white:visited {color:#fff;}
	
	a.white.active,
	a.white:active, 
	a.white:focus, 
	a.white:hover {color:#ffff00;}
	
	a.monochrome,
	a.monochrome:link,
	a.monochrome:visited {color:#949494;}
	
	a.monochrome.active,
	a.monochrome:active,
	a.monochrome:focus,
	a.monochrome:hover {color:#fff;}
	
	a.yellow,
	a.yellow:link,
	a.yellow:visited {color:#ffff00;}
	
	a.yellow:active,
	a.yellow:focus,
	a.yellow:hover,
	a.yellow.active {color:#ffffff;}
	

p {
	padding:0 1em 1em 0;
	line-height: 1.4em;
}

strong {font-weight: bold;}
em {font-style: italic;}
small {font-size:0.9em;}
cite {font-size:0.9em;color:#949494;}
sup {font-size: 0.75em;vertical-align: super;line-height: 0.75em;}
sub {font-size: 0.75em;vertical-align: sub;line-height: 0.75em;}

/* ===== LAYOUT ====== */

.centered {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
}

#main_article { 
	min-width: 960px;
	padding-bottom: 150px;
	z-index:500; 
}

.side_col {
	position: absolute;
	top:0px;
	left: 0px;
	width: 235px;
	padding: 25px 50px 25px 30px;
	background: transparent url(/pub/n/images/ut/black50.png) repeat;
	background: rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 25px #000;
	z-index:995;
}
			
	.side_col p {font-size: 12px;}
	
	#close_modal_v2 {display: none;}
		
		.MOD_js .more_stuff {
			position: relative;
			display: none;
			left: auto;
			top:auto;
			opacity: 0;
			-moz-transition: all .15s ease-out;
			-webkit-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			transition:all .15s ease-out;
		}
		
		
	.side_col.exposed {
		width: 490px;
		z-index: 1010;
	}
	
		.MOD_js .side_col.exposed .more_stuff {
			opacity: 1;
		}

		.side_col.exposed #close_modal_v2 {
			position: absolute;
			right: 0px;
			display: block;
			margin:-1.25em -1em 0 0;
			font-size: 2.25em;
		}
	
.content {}
	
	.story_mode .content {
		opacity: 0;
		-moz-transition: all .15s ease-out;
		-webkit-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		transition:all .15s ease-out;
	}
	
		.story_mode .content.visible {opacity: 1;}

/* ===================================  Nav */

#header_shadow {
	position: fixed;
	display: block;
	top:-50px;
	left: 0px;
	right: 0px;
	height: 65px;
	width: 100%;
	background: transparent url(/pub/n/images/ut/header_shadow.png) repeat-x 0px bottom;
	z-index:1500;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition:all .25s ease-out;
}
	#menu_link {
		position: relative;
		display: block;
		width: 42px;
		margin: 0 auto;
		padding: 0.5em 2.5em 0.5em 1em;
		text-align: center;
	}
	
		#menu_link .data_icon:before {
			font-size: 1.25em;
			position: absolute;
			top:1px;
			right:0.5em;
		}
	
#main_header {
	position: fixed;
	bottom: 34px;
	left:0px;
	right: 0px;
	font-size:14px;
	text-transform: uppercase;
	z-index: 1000;
}

	.msie_6 #main_header { position: relative; }

#main_nav {
	min-height: 75px;
}

	.nav_top_line_wrap {
		position: absolute;
		left:189px;
		bottom:0px;
		z-index:1010;
	}
	
		.nav_top_line_wrap.chunk2 {left: 609px;}

	.juno_logo {
		position: absolute;
		display: block;
		width: 65px;
		height: 99px;
		right: 0px;
		background: transparent url(/pub/n/images/logos/juno_logo.png) no-repeat 0px 0px;
		padding: 0px !important;
		z-index:1010;
	}
		header .juno_logo {top:0px; display: none;}
		footer .juno_logo {bottom:10px;}
		
		.juno_logo.data_icon {
			background: none;
			width: 0;
			height: 0;
			right:69px;
			font-size:104px;
		}
			header .juno_logo.data_icon {top:-5px;}
			footer .juno_logo.data_icon {bottom:114px;}
		
	#nasa_logo {
		position: absolute;
		display: block;
		width: 82px;
		height: 68px;
		left: 0px;
		top:0px;
		background: transparent url(/pub/n/images/logos/nasa_logo.png) no-repeat 0px 0px;
		padding: 0px !important;
		z-index:1010;
	}
	
	.tab_wrap {
		position: absolute;
		width: 100%;
		height: 0px;
		bottom: 1px;
		left: 0px;
		right: 0px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		z-index:1000;
		-moz-transition: all .15s ease;
		-webkit-transition: all .15s ease;
		-o-transition: all .15s ease;
		-ms-transition: all .15s ease;
		transition:all .15s ease;
	}	
		
		.msie_9 .tab_wrap {filter: none;}
		
		.tab_wrap.open {bottom:0px;}
		
			.tab_wrap.open .fake_border {height: 1px;}
		
			#menu_nav_wrap.open {height: 406px;}
			#mission_nav_wrap.open {height: 174px;}
			
		.tab_content,
		#dashed_line,
		#juno_nav_craft {
			opacity: 0;
			-moz-transition: opacity .35s ease-out;
			-webkit-transition: opacity .35s ease-out;
			-o-transition: opacity .35s ease-out;
			-ms-transition: opacity .35s ease-out;
			transition:opacity .35s ease-out;
		}
		
			.open .tab_content,
			.open #dashed_line,
			.open #juno_nav_craft {opacity: 1;}
			
		#mission_nav_wrap nav.centered {
			width: 994px;
			min-width: 994px;
		}
					
		#mission_nav_wrap li {
			position: relative;
			display: block;
			float: left;
			clear: none;
			padding-top:14px;
			text-align: center;
			line-height: 1.3em;
			font-size: 12px;
		}
		
			#Origin_link_wrap {margin-left:17px;}
			#Orbit_link_wrap {margin-left:10px;}
		
			#mission_nav_wrap #nav_our_solar_system {width: 125px;}
			
			#mission_nav_wrap li a,
			#mission_nav_wrap li a:link,
			#mission_nav_wrap li a:visited {
				position: relative;
				display: block;
				color:#949494;
				padding:10px 17px;
			}
				#mission_nav_wrap li a.active,
				#mission_nav_wrap li a:active,
				#mission_nav_wrap li a:focus,
				#mission_nav_wrap li a:hover {color:#ffff00;}
				
				.webkit #mission_nav_wrap li a,
				.webkit #mission_nav_wrap li a:link,
				.webkit #mission_nav_wrap li a:visited {padding-left: 16px;}
				
				.ipad #mission_nav_wrap li a,
				.ipad #mission_nav_wrap li a:link,
				.ipad #mission_nav_wrap li a:visited {padding-left: 15px;}
			
				#mission_nav_wrap li .icon {
					display: block;
					margin: 0 auto 0.5em;
				}
			
			#dashed_line {
				position: absolute;
				right: 41px;
				top:30px;
				width: 496px;
				border-top: 2px dashed #fff;
			}
			
				.ipad #dashed_line {right:50px;}
			
			#juno_nav_craft {
				position: absolute;
				top:15px;
				left:475px;
				display: block;
				width: 28px;
				height: 26px;
				overflow: hidden;
				font-size: 46px;
				background: transparent url(/pub/n/images/icons/juno_nav_craft.png) no-repeat center top;
				-moz-transition: left 1s ease-out;
				-webkit-transition: left 1s ease-out;
				-o-transition: left 1s ease-out;
				-ms-transition: left 1s ease-out;
				transition:left 1s ease-out;
				cursor: default;
			}
			
				#juno_nav_craft.data_icon {
					overflow: visible; 
					background: transparent none;
					top:-5px;
					left:473px;
					text-shadow: 0px 0px 3px #000;
				}
			
		.tab_handle {
			position: absolute;
			top:-30px;
			height: 20px;
			padding: 10px 0 0 !important;
			text-align: center;
			z-index:1010;
		}
		
			.tab_handle .data_icon {
				font-size: 1.1em;
				vertical-align: top;
				line-height: 0.4em;
			}
		
			#mission_tab {
				left:453px;
				width: 164px;
				background: transparent url(/pub/n/images/bgs/mission_tab.png) no-repeat center top;
			}
				
			#menu_tab {
				left:779px;
				width: 100px;
				background: transparent url(/pub/n/images/bgs/menu_tab.png) no-repeat center top;
			}
			
	.fake_border {
		position: absolute;
		top:0px;
		width: 200%;
		height: 0px;
		background: #333;
	}
	
		#mission_left {right:538px;}
		#mission_right {left:615px;}

#main_header a {padding: 10px 19px;}

#main_header a,
#main_header a:link,
#main_header a:visited,
footer a,
footer a:link,
footer a:visited { color:#FFF; }

#main_header a:active,
#main_header a:focus,
#main_header a:hover,
#main_header a.active,
footer a:active,
footer a:focus,
footer a:hover,
footer a.active {
	color:#ffff00;
	text-shadow: 0px 0px 6px #ffff00;
	text-decoration: none;
}


/* =================================== story Nav */

#skip_vid_wrap {
	position: relative;
	display: block;
	font-size: 1.5em;
	margin: 2.5em auto 0;
	text-align: center;
}

	#skip_vid {
		padding: 0.05em 0 0.1em 0.45em;
		background: #000;
		background: rgba(0,0,0,.6);
	}

.story_nav {
	position: fixed;
	top:550px;
	font-size: 6em;
	margin-top:-1em;
	z-index:1000;
	opacity: 0.8;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition:all .2s ease-out;
}

	.story_nav:before {		
		opacity: 0.8;
		-moz-transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		transition:all .2s ease-out;
	}

	.story_nav:hover:before {opacity: 0;}

	.ipad .story_nav {top:50%;}
	
	#prev_page {left:10px;}
		.ipad #prev_page {display: none;}
		
	#next_page {right:-5px;}
		
	.page_preview {
		position: absolute;
		font-family: din_m, OpenSansRegular, sans-serif;
		font-size: 24px;
		text-transform: uppercase;
		color:#fff;
		bottom:-0.9em;
		-moz-transition: all .15s ease-out;
		-webkit-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		transition:all .15s ease-out;
		line-height: 1.1em;
	}
		
		#prev_page .page_preview {left:-300px;}
			#prev_page:hover .page_preview {left:0px;}
			
		#next_page .page_preview {right:-300px;}
			#next_page:hover .page_preview {right:15px;}
		
		.page_preview img {
			position: relative;
			display: block;
			margin:0.5em 0 0;
			background: red;
		}
		
/* =================================== sitemap nav */

#sitemap_nav { min-height: 900px; }

	#sitemap_nav li.parents,
	#sitemap_nav li.kids {
		list-style-type: none;
		position: relative;
		display: block;
		text-transform: uppercase;
	}

		#sitemap_nav li.parents {
			float: left;
			clear: none;
			width: 16.66%;
			margin: 0 0 2em;
		}
		
		#sitemap_nav li a {
			position: relative;
			display: block;
			padding: 0 0 1em;
		}


/* ===================================  Footer */

footer {
	position: fixed;
	bottom: 0px;
	left:0px;
	right: 0px;
	z-index: 1000;
	height: 33px;
	border-top:1px solid #333;
	background: #000;
	font-size: 12px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	text-transform: uppercase;
}

	.msie_6 footer { position: relative; }
	
	footer a {padding:10px 14px 10px 10px;}
	
		#footer_sitemap_link {margin-right: 85px;}
	
	#countdown_wrap {
		height: 33px;
		text-transform: uppercase;
	}
	
		#countdown_nav {
			position: relative;
			height: 100%;
			padding: 10px;
			background: #000;
			min-width: 130px;
		}
		
			#silly_bg {
				position: absolute;
				top:0px;
				right: 0px;
				width: 9000px;
				height: 33px;
				background: #1A2126;
				z-index: 500;
			}
		
		#ticker_wrap { padding:5px 7px; }
			
			#ticker_select_wrap {
				position: absolute;
				display: none;
				bottom:53px;
				left:-1px;
				width: 100%;
				background: #000;
				border: 1px solid #333;
				border-bottom: 0px none;
				-moz-border-radius:  0.5em 0.5em 0 0;
				-khtml-border-radius:  0.5em 0.5em 0 0;
				-webkit-border-radius: 0.5em 0.5em 0 0;
				border-radius: 0.5em 0.5em 0 0;
				-moz-box-shadow: 0px -0.5em 1em #000;
				-webkit-box-shadow: 0px -0.5em 1em #000;
				box-shadow: 0px -0.5em 1em #000;
			}
				
				#ticker_select_wrap a {
					position: relative;
					display: block;
					padding: 10px 0;
					text-indent: 10px;
				}
				
			#ticker_select {
				cursor: pointer;
				z-index: 510;
			}
			
				#ticker_select .data_icon {
					color: #ffff00;
				}
		
			.ticker {
				width: 13px;
				height: 24px;
				margin: 0 1px 0 0;
				overflow: hidden;
				background:transparent url(/pub/n/images/bgs/ticker_bg.gif) repeat-x 0px -1px;
				text-align: center;
				font-size: 14px;
			}
			
				// .ticker.chunk_end {margin-right:7px;}
				
				.tock {
					width: 100%;
					height: 100%;
					overflow: hidden;
					line-height: 1.75em;
					-moz-transition: all .15s ease-out;
					-webkit-transition: all .15s ease-out;
					-o-transition: all .15s ease-out;
					-ms-transition: all .15s ease-out;
					transition:all .15s ease-out;
				}
				
					.next_time {margin-top:-24px;}
					
						.next_time.go {margin-top: 0px;}
						
			.colon {
				float: left;
				clear: none;
				padding:4px 1px 0;
				font-size: 14px;
			}

#footer_shadow {
	display: block;
	position: fixed;
	height: 115px;
	background: transparent url(/pub/n/images/ut/footer_shadow.png) repeat-x 0px top;
	bottom: 0px;
	left:0px;
	right: 0px;
	z-index: 899;
}

#fat_footer {
	opacity: 0;
	visibility: hidden;
}

/* ===================================  Specifics */

.index {min-height: 1200px;}
	
	.index .top_content {
		min-height: 650px;
	}
	
	#home_slice {
		float: right;
		clear: both;
		width: 490px;
		height: 226px;
		margin-top:245px;
		background: transparent url(/pub/n/images/bgs/home_slice_3.png) no-repeat right bottom;
		-moz-transition: all .15s ease-out;
		-webkit-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		transition:all .15s ease-out;
	}
	
		#home_slice h1 {
			padding-left:60px;
			font-family: din_m;
			text-transform: uppercase;
			font-size:48px;
		}
		
		#home_slice h2 {
			width: 398px;
			padding:5px 0 0 60px;
			font-family: OpenSansRegular;
			font-size: 14px;
			line-height: 1.4em;
		}
		
		#home_slice h3 {
			position: absolute;
			right: 40px;
			bottom: 57px;
			font-family: din_l;
			text-transform: uppercase;
			font-size: 24px;
		}
		
	#scroll_to_bottom_chunk {
		position: absolute;
		display: block;
		bottom:200px;
		left: 45%;
		font-size:4em;
	}


/* ===== social ==== */

.social_uber_wrap {
	opacity: 0.65;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition:all .15s ease-out;
}

	.social_uber_wrap:hover {opacity: 1;}

	.side_col .social_uber_wrap {
		margin:0.5em 0 0;
		border-top:1px solid #949494;
		padding:1em 0 0;
	}
	
	.social_wrap {
		float: left;
		clear: none;
		min-height: 20px;
		margin-right: 0.5em;
	}

/* ===================================  Hotspots */

.hotspots_uber_wrap {
	width: 100%;
	margin: 0 auto;
}

	.hotspots_uber_wrap .data_icon {
		font-size:3.5em;
		color:#ffff00 !important;
		text-shadow: 0px 0px 3px #000;
	}

	.hotspots_uber_wrap img.hotspot_bg {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}
	
	.hotspots_wrap {
		display: block;
		list-style-type: none;
	}
	
		.MOD_js .hotspots_wrap {
			position: absolute;
			top:0px;
			left: 0px;
			width: 100%;
			height: 100%;
		}
			
		.MOD_js .hotspot {
			position: absolute;
			width: 20px;
			height: 20px;
			-moz-transition: all .35s ease-out;
			-webkit-transition: all .35s ease-out;
			-o-transition: all .35s ease-out;
			-ms-transition: all .35s ease-out;
			transition:all .35s ease-out;
		}
		
		
	
/* ==================================== ICONS */

.img_icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

	.arrow_small {
		width: 11px;
		height: 6px;
		background-image: url(/pub/n/images/icons/arrows_small.png);
	}
	
		a:active .arrow_small,
		a:focus .arrow_small,
		a:hover .arrow_small {background-position: 0px -12px;}
		
		.active .arrow_small,
		a.active:active .arrow_small,
		a.active:focus .arrow_small,
		a.active:hover .arrow_small  {background-position: 0px -18px;}
		
	.dot {
		width: 14px;
		height: 14px;
		background-image: url(/pub/n/images/icons/dots.png);
	}
		
		#mission_nav_wrap .dot.data_icon {
			font-size: 19px;
			height: 18px;
			width: 12px;
			margin:-6px auto 0.5em;
			background:#000;
			background:rgba(0,0,0,0.9);
			display: block;
		}
	
		a:active .dot,
		a:focus .dot,
		a:hover .dot,
		.active .dot,
		a.active:active .dot,
		a.active:focus .dot,
		a.active:hover .dot {background-position: 0px -14px;}

.page_nav {font-size: 6em;}		

.data_icon.search_icon:before {
	content : "h";
	font-size: 2em;
}

.search_wrap .search_icon:before {
	position: absolute;
	top:-11px;
	right: -8px;
	cursor: pointer;
}

/* =================================== KeyTerms */

#no_results,
#key_terms_tip {
	position: absolute;
	left: 30%;
	width: 70%;
}

	#no_results {display: none;}

#keyterms_nav {
	margin:2em 0;
}

.search_wrap {
	float: left;
	clear: none;
	width: 147px;
	margin-right: 2em;
}

	input.search_field {
		position: relative;
		display: block;
		width: 100%;
		color:#fff;
		background: #949494;
		border: 2px solid #949494;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 0.5em;
	}
		input.search_field::-webkit-input-placeholder {color:#fff;}
		input.search_field:-moz-placeholder {color:#fff;}
		input.search_field:-ms-input-placeholder {color:#fff;}
		

.alpha_hash {
	font-family: din_m;
	font-size: 18px;
	padding:0 0.5em;
}

#key_terms_list,
#key_terms_list li,
#key_terms_list ul,
#key_terms_list ul li,
.key_terms_list_section_letter,
.key_term_term {
	position: relative;
	display: block;
}

	.alpha_group { margin-bottom: 2em; }
	
	.key_terms_list_section_letter {
		font-family: din_m;
		font-size: 24px;
		margin-bottom: 0.5em;
	}
			
	.key_term_def_wrap h3 {margin:0 0 0.5em;}

/* =================================== news */

article.news_post {
	margin: 0 0 2em;
}

.ghostly_anchor {
	width: 20%;
	font-family: din_m;
	margin-bottom: 0.5em;
}

	.ghostly_anchor .new_post_anchor {width: 15%;}

.MOD_js .ghostly {
	position: absolute;
	top:0px;
	left: 30%;
	width: 70%;
	opacity: 0;
	z-index:400;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition:all .15s ease-out;
}

	.ghostly.active {
		opacity: 1;
		z-index: 500;
	}
	
	.ghostly.post {
		left:25%;
		width: 75%;
	}

/* ===================================  Bgs */

#fancy_bg_wrap {
	position: absolute;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index:0;
}

	.index #fancy_bg_wrap {min-height: 1974px;}

.bg {
	position: absolute;
	width: 100%;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	z-index:0;
}

.inertia {
	-moz-transition: background-position 1s;
	-webkit-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-transition: background-position 1s;
	transition: background-position 1s; 
}

#stars_2 {
	position: fixed;
	background-image: url(/pub/n/images/bgs/Starfield_Top.png);
	background-repeat: repeat;
	background-position:0px 0px;
}

#jupiter {
	height: 100%;
	background-image: url(/pub/n/images/bgs/Jupiter_half.gif);
	background-position:0px 0px;
	background-attachment: scroll;
}

#juno {
	height: 100%;
	background-image: url(/pub/n/images/bgs/Craft.png);
	background-position: 40px 50px;
	background-attachment: scroll;
}

/* ===================================  Media */

img {max-width: 100%;}

#bg_videos_wrap {
	position: absolute;
	width: 100%;
	display: block;
	z-index: 850;
	opacity: 1;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition:all .25s ease-out;
}
	
	.MOD_js #bg_videos_wrap {opacity: 0.1;}
	.MOD_js #bg_videos_wrap.visible {opacity: 1;}
	
	#bg_videos_wrap.invisible {z-index: 0;}

	#bg_videos_wrap video,
	#bg_videos_wrap .video-js {
		position: relative;
		display: block;
		margin:0 auto;
		background: transparent no-repeat center center;
		background-size: contain;
	}
	
	#bgVideo_controls_wrap {
		width: 400px;
		padding: 1em;
		margin: -160px auto 0;
		background: #000;
		z-index: 5;
	}
	
	.vjs-default-skin.juno_video .vjs-controls {
		background:#000;
		background: rgba(0,0,0,0.6);
		border-top: 0px none;
		padding:1px 0 0;
		color:#949494;
	}
	
	.vjs-default-skin.juno_video .vjs-control {width: 5%;}
	
	.vjs-control.data_icon:before {
		font-size: 2em;
		text-align: center;
	}
		.vjs-default-skin .vjs-control.data_icon div,
		.vjs-default-skin.vjs-playing .vjs-play-control.data_icon div,
		.vjs-default-skin.vjs-paused .vjs-play-control.data_icon div,
		.vjs-default-skin .vjs-mute-control.vjs-vol-0.data_icon div {
			background: transparent none;
		}
		
		.vjs-default-skin.vjs-playing .vjs-play-control.data_icon:before {
			content: "'";
			font-size: 1.5em;
			line-height: 1.5em;
		}
		.vjs-default-skin.vjs-paused .vjs-play-control.data_icon:before {
			content: "b";
			font-size: 2.5em;
			line-height: 0.5em;
		}
			
		.vjs-mute-control.vjs-control.data_icon:before {
			font-size: 2.5em;
			line-height: 0.6em;
		}
			
			.vjs-mute-control.vjs-vol-0.vjs-control.data_icon:before {
				content: "u";
				font-size: 4.5em;
				line-height: 0.9em;
			}
		
		.vjs-download-control.vjs-control.data_icon:before {
			font-size: 1.5em;
			line-height: 1.5em;
		}
		.vjs-fullscreen-control.vjs-control.data_icon:before {
			font-size: 2.5em;
			line-height: 0.625em;
		}
	
	#bg_videos_wrap .vjs-default-skin .vjs-controls {
		max-width: 710px;
		margin: 0 auto 28em;
	}
		
.video-js.juno_video .vjs-text-track-display {
	left: 0px;
	right:0px;
	font-family: OpenSansRegular, sans-serif;
	display: none;
}

	.video-js.juno_video.captioned .vjs-text-track-display {display: block;}

	#bg_videos_wrap .video-js.juno_video .vjs-text-track-display {bottom: 6.8em;}

	.video-js.juno_video .vjs-captions {
		color:#fff;
		text-shadow: 0px 0px 3px #000;
	}
	
	.vjs-default-skin.juno_video .vjs-tt-cue { padding:1em 0; }
	
	
	.vjs-default-skin.juno_video .vjs-menu-button {
		background: transparent;
		border: 0px none;
		padding: 1px 0 0;
	}
	
	.vjs-default-skin.juno_video .vjs-play-control {width: 5%;}
	
	.vjs-default-skin .vjs-control.vjs-download-control,
	.vjs-default-skin .vjs-control.vjs-captions-control {
		float: right;
	}
	
		.vjs-default-skin .vjs-download-control div,
		.vjs-default-skin .vjs-control.vjs-captions-control div {
			background: transparent url(/pub/n/images/video-js/video-js.png) no-repeat -50px -52px;
			height: 16px;
			width: 16px;
			margin: 0.5em auto 0;
		}
			.vjs-default-skin .vjs-control.vjs-captions-control div {
				background: transparent none;
				margin-top: 0.7em;
			}
	
	.vjs-default-skin.juno_video .vjs-volume-control {display: none;}
	.vjs-default-skin.juno_video .vjs-time-controls {
		position: relative;
		float: left;
		clear: none;
		top:0.575em;
		background: transparent;
		border-color: transparent;
		font-size: 1.2em;
		width: 5%;
	}
	
	.vjs-default-skin.juno_video .vjs-remaining-time {margin-left:64%;}
	
	.vjs-default-skin.juno_video div.vjs-progress-control {
		top:0.8em;
		left:12%;
		right: auto;
		width: 60%;
	}
	
		.vjs-default-skin.juno_video .vjs-progress-holder,
		.vjs-default-skin.juno_video .vjs-progress-holder .vjs-load-progress,
		.vjs-default-skin.juno_video .vjs-progress-holder .vjs-play-progress {
			background: #333;
			/* optional rounded corners for browsers that support it */
			-moz-border-radius: 0px;
			-khtml-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
		.vjs-default-skin.juno_video .vjs-progress-holder .vjs-load-progress { background: #949494;}
		.vjs-default-skin.juno_video .vjs-progress-holder .vjs-play-progress { background:#ffff00; }
		.vjs-default-skin.juno_video .vjs-progress-holder .vjs-seek-handle {display: none;}
		
		
	a.captions_toggle,
	a.captions_toggle:link,
	a.captions_toggle:active,
	.captioned a.captions_toggle:active,
	a.captions_toggle:focus {color:#949494;}
		
		a.captions_toggle:hover,
		.captioned a.captions_toggle,
		.captioned a.captions_toggle:link {color:#ffff00;}


.mobile .vjs-mute-control,
.mobile .vjs-download-control {display: none;} /* .mobile .vjs-captions-control, */

/* =================================== Modal */

.blurry * {
	color:rgba(255,255,255,0) !important;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.9) !important;
	border-color: transparent !important;
}
	.blurry img,
	.blurry video {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	} 

.modal_show {cursor: pointer;}

#curtain {
	position: fixed;
	display: none;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background: transparent url(/pub/n/images/ut/black75.png) repeat 0px 0px;
	background:rgba(0,0,0,0.75);
	z-index:1000;
}

#close_curtain {
	position: fixed;
	display: none;
	top:0px;
	right:0px;
	background: transparent;
	width: 48px;
	height: 48px;
	z-index:1500;
	font-size: 50px;
}
	
#modal_layer {
	position: absolute;
	display: block;
	top:-9999px;
	left:-9999px;
	margin:0 auto;
	background: transparent none;
	width: 100%;
	height: auto;
	z-index: 1100;
	-moz-transition: width height opacity .15s ease-out;
	-webkit-transition: width height opacity .15s ease-out;
	-o-transition: width height opacity .15s ease-out;
	-ms-transition: width height opacity .15s ease-out;
	transition: width height opacity .15s ease-out;
}

	#modal_uber_wrap {
		position: relative;
		width: 960px;
		margin:0 auto;
		background: transparent none;
	}
	
		#modal_wrap {
			position: relative;
			width: 90%;
			max-width: 1200px;
			min-width: 100px;
			min-height: 100px;
			margin:1em auto 150px;
			background: #000 url(/pub/n/images/ut/ajax-loader.gif) no-repeat center center;
			border:1px solid #848484;
			border:1px solid rgba(0,0,0,0);
			/* optional rounded corners for browsers that support it */
			-moz-border-radius: 1em;
			-khtml-border-radius: 1em;
			-webkit-border-radius: 1em;
			border-radius: 1em;
			-moz-box-shadow: 0px 0px 2em #fff;
			-webkit-box-shadow: 0px 0px 2em #fff;
			box-shadow: 0px 0px 2em #fff;
			overflow: hidden;
		}
		
			#modal_wrap img {
				position: relative;
				display: block;
				margin:0 auto;
				width: 100%;
				max-width: 100%;
			}
		
		.modal_message {
			background: #000;
			padding: 2em;
			margin:0 auto;
			line-height: 1.4em;    
			min-height: 100px;
			-moz-border-radius: 1em;
			-khtml-border-radius: 1em;
			-webkit-border-radius: 1em;
			border-radius: 1em;
			overflow: hidden;
		}
			
			/*  do we want to limit the size of the image to it's original width ? 
			#modal_wrap img {
				width: auto;
				margin: 0 auto;
			}
			*/
		
		.modal_nav {
			position: absolute;
			display: block;
			width: 5%;
			height: 100%;
			top:0px;
			opacity: 0.5;
			background-color: rgba(255,0,0,0.2);
			background-repeat: no-repeat;
			background-position: center 45%;
			background-size: 76.9% auto;
		}
		
			.modal_nav:hover {opacity: 1;}
		
			#modal_prev {
				content: "prev";
				left:0px;
			}
			
			#modal_next {
				content: "next";
				right:0px;
			}
			
		#modal_nav_wrap {
			width: 80%;
			max-width: 1200px;
			min-width: 100px;
			margin: -1px auto;
			line-height: 1.4em;
		}		
						
			#modal_caption {
				padding: 1em 7em 1em 1em;
				background-color: #000;
				background-color: rgba(0,0,0,0.8);
			}
		
			#modal_subnav_wrap {
				background: #000;
				padding:0.75em 7em 0.25em 0.5em;
				text-align: center;
			}
			
				.modal_subnav_button {
					cursor: pointer;
					display: inline-block;
					padding: 0.25em;
					margin:0 0.1em;
					background: rgba(255,255,255,0.1);
				}
				
					.modal_subnav_button.active {
						cursor: default;
						background: rgba(255,255,255,.25);
					}
		
			#modal_pagemarker {
				position: absolute;
				top:1em;
				right:0.5em;
			}
	
	
figure.modal_figure {margin:0 0 1em;}		
			
/* =================================== full_width_gallery */ 

.full_width_gallery_wrap {
	overflow: hidden;
	width: 100%;
	margin-bottom: 155px;
}

.full_width_gallery {
	position: relative;
	display: block;
	overflow:visible;
}
	
	.mobile .full_width_gallery,
	.ipad .full_width_gallery {
		-moz-transition: margin .35s ease-out;
		-webkit-transition: margin .35s ease-out;
		-o-transition: margin .35s ease-out;
		-ms-transition: margin .35s ease-out;
		transition:margin .35s ease-out;
	}

	.MOD_js .full_width_gallery {
		width: 3256px;
		margin: 0 auto;
		padding:2em 0;
	}
	
		.full_width_gallery_wrap.show_time { z-index: 1020; }
		
			.full_width_gallery_wrap.show_time li {opacity: 0.4;}
			
				.full_width_gallery_wrap.show_time li:hover,
				.full_width_gallery_wrap.show_time li.active {opacity: 1;}
	
	.full_width_gallery li.gallery_slide {
		position: relative;
		display: block;
		text-align: center;
		list-style-type: none;
		margin:0px;
	}
	
		.MOD_js .full_width_gallery li.gallery_slide {
			position: relative;
			display: block;
			float: left;
			clear: none;
			width: 790px;
			margin:0px 0 2em;
			background:#000;
			border:1px solid #333;
			-webkit-transform: scale(0.9);
			-moz-transform: scale(0.9);
			-ms-transform: scale(0.9);
			-o-transform: scale(0.9);
			-moz-transition: all .25s ease-out;
			-webkit-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
			-ms-transition: all .25s ease-out;
			transition:all .25s ease-out;
		}
		
			.MOD_js .full_width_gallery li.gallery_slide.active {
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
			}
		
		.MOD_js .full_width_gallery li.gallery_slide:hover,
		.MOD_js .full_width_gallery li.gallery_slide.active {
			border:1px solid #ccc;
			-moz-box-shadow: 0px 0px 2em #fff;
			-webkit-box-shadow: 0px 0px 2em #fff;
			box-shadow: 0px 0px 2em #fff;
		}
		
		.MOD_js .full_width_gallery figure {
			width: 790px;
			height: 445px;
			overflow: hidden;
		}
	
		.full_width_gallery figcaption { padding:8em 1em 0em; }
	
		.MOD_js .full_width_gallery figcaption {
			position: absolute;
			bottom: 0px;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 38%, rgba(0,0,0,0.85) 48%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(38%,rgba(0,0,0,0.7)), color-stop(48%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
		}
		
			.MOD_js .msie_9 .full_width_gallery figcaption {filter: none;}
		
		.vjs-poster {
			max-width: 100%;
			margin: 0 auto;
			height: 100%;
			max-height: 100%;
		}
			#bg_videos_wrap .vjs-poster {
				position: absolute;
				top:0px;
			}
		
		.vjs-default-skin.juno_video .vjs-big-play-button {
			background: transparent url(/pub/n/images/icons/play_video.png) no-repeat center center;
			border: 0px none;
			opacity: 0.7;
			-moz-box-shadow: none !important;
			-webkit-box-shadow: none !important; 
			box-shadow: none !important;
			-moz-transition: all .15s ease-out;
			-webkit-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			transition:all .15s ease-out;
		}
		
			.vjs-default-skin.juno_video:hover .vjs-big-play-button {opacity: 1;}
		
			.vjs-default-skin.juno_video .vjs-big-play-button span {display: none;}
		
/* =================================== Home Page News */

#home_news_wrap {}

	#home_news_wrap li {}	
	
		#home_news_wrap .copy_wrap {
			width: 270px;
			padding:0 0 0 25px;
		}

		.thumb_lnk {
			width: 150px;
			height: 150px;
			-moz-box-shadow: 0px 0px 2em rgba(255,255,255,0.25);
			-webkit-box-shadow: 0px 0px 2em rgba(255,255,255,0.25);
			box-shadow: 0px 0px 2em rgba(255,255,255,0.25);
		}
		
#twitter_wrap {}
	
	#twitter_wrap .data_icon {
		font-size: 1.5em;
		line-height: 0.27em;
	}
	
		.webkit #twitter_wrap h2,
		.webkit #twitter_wrap .data_icon {
			line-height: 1;
			margin:-0.6em 0 0;
		}
		
		
	#twitter_wrap li {
		position: relative;
		display: block;
		width: 355px;
		min-height: 73px;
		margin-bottom: 2em;
		padding-bottom: 1em;
	}

		.MOD_csstransforms #twitter_wrap .copy_wrap {padding-left:3em;}
		
		.MOD_csstransforms .tweet_date {
			position: absolute;
			top:1.75em;
			left:-1em;
			display: block;
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
		}
		
/* =================================== the team */

.expando_vid {
	height: 287px;
	overflow: hidden;
	margin:3.5em 0 6em;
	border:1px solid #ccc;
	-moz-box-shadow: 0px 0px 2em #fff;
	-webkit-box-shadow: 0px 0px 2em #fff;
	box-shadow: 0px 0px 2em #fff;
}

	.expando_vid figcaption {
		position: absolute;
		bottom: 0px;
		padding:8em 1em 0em;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 38%, rgba(0,0,0,0.85) 48%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(38%,rgba(0,0,0,0.7)), color-stop(48%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 38%,rgba(0,0,0,0.85) 48%,rgba(0,0,0,0.85) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}
		
			.MOD_js .msie_9 .expando_vid figcaption {filter: none;}

	.expando_vid .vjs-default-skin.juno_video .vjs-big-play-button { top: 21%; }
	
	.expando_vid.show_time {z-index: 1020;}
	
	
.team_chunk {
	padding: 1em 0;
}

	.team_thumb {
		position: relative;
		display: block;
		float: left;
		clear: none;
		background: #949494;
		margin: 0 1em 1em 0;
		width:75px;
		height: 75px;
	}
	
		#modal_wrap img.team_thumb {
			position: relative;
			display: block;
			width: 125px;
			height: 125px;
		}
	
	.team_chunk figcaption {
		position: relative;
		display: block;
		width: 215px;
		float: left;
		clear: none;
		padding:0.25em 0 0;
	}
	

.person_modal {
	width: 790px;
}

	.person_modal_left {
		float: left;
		clear: none;
		width: 150px;
	}
	
	.person_modal_right {
		float: left;
		clear: none;
		width: 610px;
		padding:0 0 0 2em;
	}
			
/* =================================== media gallery */

.side_nav {
	float: left;
	clear: none;
	width: 200px;
}

	.side_nav a {
		position: relative;
		display: block;
	}
	
	.side_nav a.first {margin-top: 3em;}
	
	.filter_wrap {
		position: absolute;
		height: 27px;
		min-width: 75%;
		padding: 0 0.5em;
		background:#333;
		overflow: hidden;
		/* optional rounded corners for browsers that support it */
		-moz-border-radius: 0.25em;
		-khtml-border-radius: 0.25em;
		-webkit-border-radius:  0.25em;
		border-radius: 0.25em;
		z-index: 200;
		-moz-transition: height .15s ease-out;
		-webkit-transition: height .15s ease-out;
		-o-transition: height .15s ease-out;
		-ms-transition: height .15s ease-out;
		transition:height .15s ease-out;
	}
	
		.filter_wrap.open { height: 110px; }
		
		.filter_wrap li {
			cursor: pointer;
			padding: 0.5em 0;
		}	
		
			.filter_wrap li:active,
			.filter_wrap li:hover {color: #ffff00;}
			.filter_wrap li.filter_option {padding: 0.75em 0 0;}
			.filter_wrap li.filter_option.last {padding-bottom: 0.75em;}
		
		#current_filter {
			border-bottom: 1px solid #949494;
			margin-bottom: -1px;
		}
		
			#current_filter .data_icon {line-height: 0.5em;}
	

.gallery_uber_wrap {
	width:750px;
	float: right;
	clear: none;
}
	
	.big_picture { margin:0 0 5em; }
	
		.stack .big_picture {
			position: relative;
			display: block !important;
		}
		
			.stack.filterby_photos .big_picture.filter_videos,
			.stack.filterby_photos .filter_videos {display: none !important;}
			.stack.filterby_videos .big_picture.filter_photos,
			.stack.filterby_videos .filter_photos {display: none !important;}
	
		.MOD_js .grid .big_picture {
			top:0px;
			position: absolute; 
			display: none !important;
		}
		
			.MOD_js .grid .big_picture.active { 
				position: relative;
				display: block  !important;  
			}
			
				.MOD_js .grid.filterby_photos .big_picture.filter_videos,
				.MOD_js .grid.filterby_photos .filter_videos {display: none !important;}
				.MOD_js .grid.filterby_videos .big_picture.filter_photos,
				.MOD_js .grid.filterby_videos .filter_photos {display: none !important;}
		
		.big_picture img,
		.big_picture .video-js {
			margin:0 0 1em;
			border-bottom: 1px solid #949494;
		}
		
		.big_pic {
			position: relative;
			display: block;
			width: 100%;
			max-width: 100%;
		}
		
		.big_picture .social_uber_wrap {
			padding:1em 0;
			min-height:20px;
		}
		
		.hover_tools {
			padding:0.5em;
			font-size: 1.25em;
			height: 1em;
			overflow: hidden;
			background: transparent url(/pub/n/images/ut/black75.png) repeat 0px 0px;
			margin:-3em 0 1em;
			opacity: 0;
			-moz-transition: all .15s ease-out;
			-webkit-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			transition:all .15s ease-out;
		}
			
			.big_picture:hover .hover_tools {opacity: 1;}
			
			.hover_tools a {padding:0 0.25em;}
		
			.fullscreen_icon {
				font-size: 1.25em;
				line-height: 0.65em;
			}
			.webkit .download_icon {line-height: 1.45em;}
			
			.fullscreen_icon.data_icon:before {display: none;}
			
			.MOD_fullscreen .fullscreen_icon.data_icon:before {display: inline-block;}
				.MOD_fullscreen .safari .fullscreen_icon.data_icon:before {display: none;} /* @todo : safari doesn't like my fullscreen implementation yet ... */
			
			.big_picture:full-screen { 
				display: block;
				width: 100%;
				height: 100%;
				background: #000 !important;
			}
				.big_picture:full-screen img {
					display: block;
					width: auto !important;
					height: 100%;
					margin: 0 auto;
					background: transparent none;
				}
				.big_picture:full-screen .hover_tools {display: none;}
				.big_picture:full-screen figcaption {display: none;}
			
			.big_picture:-moz-full-screen { 
				display: block;
				width: 100%;
				height: 100%;
				background: #000 !important;
			}
				.big_picture:-moz-full-screen img {
					display: block;
					width: auto !important;
					height: 100%;
					margin: 0 auto;
					background: transparent none;
				}
				.big_picture:-moz-full-screen .hover_tools {display: none;}
				.big_picture:-moz-full-screen figcaption {display: none;}
				
			.big_picture:-webkit-full-screen { 
				position: fixed;
				top:0px;
				right:0px;
				bottom:0px;
				left:0px;
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000 !important;
				margin:0;
				box-sizing:border-box;
				object-fit:contain;
			}
				.big_picture:-webkit-full-screen img {
					position: relative;
					display: block;
					width: auto !important;
					height: 100%;
					margin: 0 auto;
					background-color: transparent;
					opacity: 1;
				}
				.big_picture:-webkit-full-screen .hover_tools {display: none;}
				.big_picture:-webkit-full-screen figcaption {display: none;} 
				
			.safari .big_picture:-webkit-full-screen { 
				background: red !important;
			}



.thumbNav {}

	.stack .thumbNav {display: none;}	
	.grid .thumbNav {display: block;}	
		
	.thumb {
		position: relative;
		display: block;
		float: left;
		clear: none;		
		width: 112px;
		height: 112px;
		border: 1px solid #000;
		margin:0 13px 13px 0;
		background: red;
		-moz-transition: all .15s ease-out;
		-webkit-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		transition:all .15s ease-out;
	}
		
		.thumb:active,
		.thumb:hover,
		.thumb.active {border-color: #ffff00;}
	
		.thumb:nth-child(6) { margin-right: 0px; }
	
.video_thumb_wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

	.video_thumb {background:transparent url(/pub/n/images/icons/play_video.png) no-repeat center center;}
	
/* =================================== flash jams */

.page_Spacecraft article {height: 100%;}

.story_mode.page_Spacecraft .content.visible {
	height: 100%;
	min-height: 550px;
} 
  
object:focus { outline:none; }
#flashContent { display:none; }

	#debug {
		position: absolute;
		width: 800px;
		margin: 0 0 0 25%;
		padding:1em;
	}	
		
		#bugger {
			position: relative;
			display: block;
			border: 2px solid rgba(255,255,255,0.25);
			background: rgba(255,255,255,0.25);
			padding:0.5em;
			color: #fff;
			float: none;
			clear: both;
			width: 80%;
		}
		
#sc_controls_wrap {
	position: absolute;
	top:-8px;
	left: 150px;
	width: 675px;
	z-index: 1010;
}

	#sc_zoom_wrap {
		
	}
	
		#main_header a.sc_zoom_control,
		#main_header a.toggle_3d {
			position: relative;
			display: block;
			width: 0.7em;
			font-size: 3em;
			padding:0.25em;
			line-height: 0.5em;
		}
		
			#main_header #sc_controls_wrap a,
			#main_header #sc_controls_wrap a:link,
			#main_header #sc_controls_wrap a:visited {color:#ffff00;}
				
				#main_header #sc_controls_wrap a:active,
				#main_header #sc_controls_wrap a:focus,
				#main_header #sc_controls_wrap a:hover {color: #ffffff;}
			
		
		#sc_zoom_bar_wrap {
			width: 535px;
			height: 4px;
			margin: 1.8em 0 0;
			background: #949494;
			overflow: visible;
			cursor: pointer;
		}
		
			#sc_zoom_handle {
				position: absolute;
				top:-5px;
				width: 15px;
				height: 15px;
				background: #000;
				font-size: 1.7em;
				line-height: 0.5em;
				cursor: move;
				/* optional rounded corners for browsers that support it */
				-moz-border-radius: 15px;
				-khtml-border-radius: 15px;
				-webkit-border-radius: 15px;
				border-radius: 15px;
				-moz-transition: all .15s ease-out;
				-webkit-transition: all .15s ease-out;
				-o-transition: all .15s ease-out;
				-ms-transition: all .15s ease-out;
				transition:all .15s ease-out;
			}
			
				#sc_zoom_handle:hover {color: #ffff00;}
		
/* =================================== ToolTips */ 

.htmltooltip {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -9000px;
	top: -9000px;
	background: #000;
	padding: 0.5em;
	border:1px solid #848484;
	border:1px solid rgba(0,0,0,0);
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0px 0px 2em #fff;
	-webkit-box-shadow: 0px 0px 2em #fff;
	box-shadow: 0px 0px 2em #fff;
	cursor: pointer;
}

	.htmltooltip.hotspot_tip {width: 355px;}

	.tooltip_text {
		padding:1em 0 0;
		width: 245px;
	}

/* ===================================  Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: din_m, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
}

h1, h2.bigger {
	font-size:48px;
	text-transform: uppercase;
} 
	
	h1 small.tiny_lead_in {
		font-size: 24px;
		line-height: 1em;
		display: block;
	}
	
h2, h1.smaller {
	font-size:30px;
	text-transform: uppercase;
} 
h3 {font-size:24px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:24px;}

/* =================================== percentages */

.half, .three_quarters, .two_thirds, .third, .quarter, .fifth, .two_fifths, .three_eigths, .three_fifths {
	float:left;
	clear: none;
	margin:0 2% 2% 0;
}

	.row_end {margin-right: 0 !important;}

.half {width: 49%;}

.three_quarters { width:74.5%; }

.two_thirds {width: 66%;}

.third {width: 32%;}

.quarter {width: 23.5%;}
	
.fifth {width: 18.4%;}

.two_fifths {width: 38.8%;}

.three_eigths {width:36.25%;}

.three_fifths {width: 59.2%;}

/* ===================================  SHORTCUTS */
	
.border_bottom {border-bottom: 1px solid #fff;}
.border_bottom_grey {border-bottom: 1px solid #949494;}

.full_height {height: 100%;}

.spacer {width: 1em;}

.MOD_js .hide,
.MOD_js .hidden {display:none;}

.invisible { opacity: 0 !important; }

.left,
.right,
.alignleft,
.alignright {
	position: relative;
	display: block;
	clear: none;
}

.left {float:left;}
.right {float:right;}
.alignleft {float:left;padding:0 1em 1em 0;}
.alignright {float:right;padding:0 0px 1em 1em;}

.alignnone {float:none;clear:both;margin:0 auto 1em;}
.center {margin-left:auto;margin-right: auto;}

.clearfix {
	content: " ";
	position:relative;
	display:block;
	width:100%;
	height:0px;
	float:none;
	clear:both;
	line-height:0px;
	padding:0px;
	margin:0;
	overflow:hidden;
	background:transparent none;
	outline:none;
	visibility:hidden;
}

.clear {clear:both;}

.textleft {text-align:left;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.justify {text-align: justify;}
.uppercase {text-transform:uppercase;}
.capitalize {text-transform: capitalize;}
.normalcase {text-transform: none;}

.pad {padding:1em !important;}
.padH {padding:0 1em !important;}
.padV {padding:1em 0 !important;}
.padT {padding-top:1em !important;}
.padT_half {padding-top:0.5em !important;}
.padR {padding-right:1em !important;}
.padB {padding-bottom:1em !important;}
.padBhalf {padding-bottom:0.5em !important;}
.padL {padding-left:1em !important;}
.padTight {padding:0 !important;}

.marTight {margin:0 !important;}
.mar {margin:1em !important;}
.marH {margin:0 1em !important;}
.marV {margin:1em 0 !important;}
.marT {margin-top:1em !important;}
.marR {margin-right:1em !important;}
.marB {margin-bottom:1em !important;}
.marB2 {margin-bottom:2em !important;}
.marB3 {margin-bottom: 3em !important;}
.marB6 {margin-bottom: 6em !important;}
.marB_half, .marBhalf {margin-bottom:0.5em !important;}
.marL {margin-left:1em !important;}
.marL_half {margin-left:0.5em !important;}
.marTight {margin:0 !important;}

.smaller {font-size: 0.8em;}


.show_to_non_js {
	position: absolute; 
	top: -9999px; 
	left: -9999px;
}

/* ========== tables ================ */
/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* ========== old browsers and noscript messages ================ */

#noscript_message_wrap, 
#old_browsers_wrap {
	margin:0.5em auto;
	padding:1em;
	min-width: 500px;
	background:pink;
	color:#333;
}

#old_browsers_wrap {display: none;}

	.firefox_4 #old_browsers_wrap {display: block;}

/* ==================== mobility =============== */


/* vertical*/ 
@media screen and (min-height: 1083px) {
	
	.story_nav {top:50%;}
	
}

@media screen and (min-height: 550px) {
	
	.hotspots_uber_wrap, 
	.flash_uber_wrap {
		position: fixed;
		top:0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
	
	.side_col { position: relative; }
	
}

/* iPad [portrait + landscape] */
@media screen and (max-width: 1024px) { 
		
		
}
/* min-widh */
@media screen and (max-width: 950px) {
	
	#main_header {
		position: relative;
		bottom: 0px;
	}
	
	footer {
		position: relative;
		width: 100%;
	}
	
		#countdown_nav {height: 13px;}
		
	#footer_shadow {display: none;}
		
	#header_shadow {top:-1px;}
	
	#bg_videos_wrap {position: relative;}
	#bg_videos_wrap.invisible {position: absolute;}
	
	.side_col {position: absolute;}
	.side_col.visible {
		position: relative;
		padding-top:6em;
	}
	
	.visible .hotspots_uber_wrap, 
	.visible .flash_uber_wrap {position: relative;}
	
	#close_curtain {top:45px;}
	
	.full_width_gallery {
		margin-left: 0px !important;
		width: 100% !important;
	}
	
}

/* iPad [portrait] */
@media screen and (max-width: 768px) {
	

	
}
/* iPhone [portrait + landscape] */
@media screen and (max-width: 480px) {
	
	
}
/* iPhone [portrait] */
@media screen and (max-width: 320px) {

}
@media screen and (-webkit-min-device-pixel-ratio: 2) {

}