header{
	
}

#header-right{
	float:right;
	display:table;
	height:100%;
}

#header-left{
	float:left;
	display:table;
	height:100%;
}

#mobile-header-content{
	display:none;
}

header #website-header #header-mobile-search-drawer{
	display:none;
}

header #website-header{
	position:fixed;
	top:0;
	width:100%;
	height:100px;
	background: #333;
	z-index:4;
}

header #website-header .right-element{
	display:table-cell;
	vertical-align:middle;
	padding-right:30px;
}

header #website-header .left-element{
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

header #website-header #scijinks-logo{
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

header #website-header #scijinks-logo img{
	max-height:70px;
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

header #website-header #noaa-logo img{
	max-height:70px;
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

header #website-header a{
	text-decoration: none;
}

header #website-header p{
	color:white;
	text-decoration: none;
}

header #website-header p:hover{
	color:white;
	text-decoration:underline;
}

header #website-header #search {
	position:relative;
	width: 220px;
	height: 32px;
	background: #f3f3f3;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

header #website-header #search form {
	padding: 0;
	margin: 0;
	display: inline; 
}

header #website-header #search input {
	border: 0;
	height: 28px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 12px;
	width: 205px;
	display: inline-block;
	vertical-align: top; 
	background:none;
}

header #website-header #search .search-results {
	background: #f3f3f3;
	top: 28px;
	left: -3px;
	width: 218px;
	border: 1px solid #cccccc;
	border-top: none;
	z-index: 100;
	padding-top: 10px;
	display: none; 
}

header #website-header #search .search-results .searching {
	text-align: center;
	font-weight: bold;
	color: #808080;
	margin-bottom: 10px; 
}

header #website-header #search .search-results .ajax-results {
	display: none;
	position: relative;
	z-index: 1000; 
}

header #website-header #search .search-results div span {
	background: #0071bc;
	color: white;
	font-size: 14px;
	font-variant: small-caps;
	display: block;
	float: none;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	clear: both;
	cursor: pointer; 
}

header #website-header #search .search-results div span a {
	display: inline;
	color: white;
	text-decoration: none; 
}

header #website-header #search .search-results div span a:hover {
	color: #808080; 
}

header #website-header #search .search-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

header #website-header #search .search-results ul li {
	clear: both;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
	cursor: pointer !important;
	position: relative;
	z-index: 1000; 
}

header #website-header #search .search-results ul li img {
	float: left;
	margin: 3px;
	height: 33px;
	width: 33px; 
}

header #website-header #search .search-results ul li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px; 
}

header #website-header #search .search-results ul li:hover, header #nasa-header #search .search-results ul li.selected {
	background: #fdeea5; 
}

header #website-header #search-icon-button {
	display: block;
	padding: 0;
	top: 0px;
	position: absolute;
	right: 0px;
	height: 32px;
	width: 33px;
	cursor:pointer;
}

#leftMenu{
	position:fixed;
	top:0;
	left:0px;
	width:300px;
	height:100%;
	background: #056FB7;
	border-right: solid 1px #0A4595;
	overflow-y: auto;
	z-index:3;
}

#leftMenu ul{
	position:relative;
	margin-top:100px;
	list-style-type: none;
	padding: 0;
}

#leftMenu ul li{
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-top:5px;
	padding-bottom:5px;
}

#leftMenu ul li:hover{
	background:#0A4595;
}

#leftMenu .leftMenu-nav-item-selected{
	background:#0A4595;
}

#leftMenu .leftMenu-nav-item-not-selected{
	background:#056FB7;
}

#leftMenu ul a{
	text-decoration:none;
	color:white;
}

#leftMenu ul li img{
	padding:0;
	height:50px;
}

#leftMenu .leftMenu-nav-item-large{
	font-weight:bold;
	font-size:16pt;
}

#leftMenu .leftMenu-nav-item-large img{
	padding:0;
	height:50px;
}

#leftMenu .leftMenu-nav-item-small{
	font-size:12pt;
}

#leftMenu .leftMenu-nav-item-small img{
	padding:0;
	height:40px;
	margin-left:5px;
	margin-right:5px;
}

#leftMenu #leftMenu-heading-topics{
	background:#0A4595;
	margin:0;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px;
	color:white;
	font-size:14pt;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#leftMenu #leftMenu-heading-last-updated{
	background:#0A4595;
	margin:0;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	color:white;
	font-size:10pt;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#leftMenu .leftMenu-nav-item-footer{
	padding-left:75px;
	margin:0;
	margin-top:10px;
}

#leftMenu .leftMenu-nav-item-footer a{
	font-weight:bold;
	font-size:10pt;
	color:white;
	padding:0;
	margin:0;
}

#leftMenu .leftMenu-nav-item-footer:hover{
	text-decoration:underline;
}

.desktop-footer-item{
	display:block;
}

.mobile-footer-item{
	display:none;
}

@media (max-width: 895px){
	header #website-header #header-right{
		display:none;
	}
	
	header #website-header #header-left{
		display:none;
	}
	
	#mobile-header-content{
		display:table;
		height:100%;
		width:100%;
	}
	
	.mobile-header-element{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	
	header #website-header #mobile-header-content img{
		max-width:100%;
	}
	
	header #website-header #mobile-header-content #menu-hamburger{
		width:25%;
		cursor:pointer;
	}
	
	header #website-header #mobile-header-content #scijinks-logo-mobile{
		width:50%;
	}
	
	header #website-header #mobile-header-content #search-icon{
		width:25%;
		cursor:pointer;
	}
	
	header #website-header #header-mobile-search-drawer{
		display:block;
		overflow:hidden;
		width:100%;
		height:0px;
		background:white;
		border-bottom:2px solid #0071bc;
	}
	
	header #website-header #header-mobile-search-drawer #header-mobile-search-holder{
		position:relative;
		height:60px;
		width:100%;
	}
	
	header #website-header #header-mobile-search-drawer #mobile-search {
		width:100%;
		height:100%;
		text-align:left;
		vertical-align:middle;
		background: #f3f3f3;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
	}
	
	header #website-header #header-mobile-search-drawer #mobile-search form {
		padding: 0;
		margin: 0;
		display: inline; 
	}
	
	header #website-header #header-mobile-search-drawer #mobile-search input {
		border: 0;
		height: 100%;
		font-size: 24px;
		padding-left:20px;
		width: 86%;
		background:none;
	}
			
	header #website-header #header-mobile-search-drawer #mobile-search-icon-button {
		display: block;
		padding: 0;
		top: 15px;
		position: absolute;
		right: 10px;
		height: 32px;
		width: 33px;
		cursor:pointer;
	}
	
	#leftMenu{
		left:-300px;
	}
	
	.desktop-footer-item{
		display:none;
	}
	
	.mobile-footer-item{
		display:block;
	}
	
	#main .calloutsHeader{
		margin-left:10px;
	}		
	
	#main .callouts .calloutMoreLink{
		margin-right:10px;
	}
		
}




#model-container-holder{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}

.model-container {
	padding-top:200px;
	border-top:2px solid #0071bc;
	border-bottom:2px solid #0071bc;
	min-height:400px;
	height: 50vh;
	width: 100%;
	margin:0 auto;
	padding:0;
	display: block;
	position:relative;
}
model-viewer{
	width: 100%;
	height:100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	model-viewer#viewer{
		width:100%;
		min-width:480px;
		min-height:400px;
		margin: 0 auto;
	}
} 


.model-viewer-container-holder{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}

.model-viewer-container{
	width:100%;
	height:500px;
	border:2px solid #0071bc;
}

.model-viewer-model{
	width:100%;
	height:500px;
	outline: none;
	overflow:hidden;
}

.artChallengeContainer{
	position:relative;
	border:5px solid #0071bc;
	margin-bottom:50px;
}

.artChallengeMonth{
	
}

.artChallengeMonth h2{
	color: #0071bc;
	font-size:16pt;
	text-align:center;
	padding:10px;
}

.artChallengeSelectionsPrompt{
	background:#0071bc;
}

.artChallengeSelectionsPrompt p{
	color:white;
	text-align:center;
	margin-bottom:0;
	padding:10px;
	font-weight:bold;
}

.artChallengeSelectionsPrompt p a{
	color:white;
}

.artChallengeSelections{
	/*border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;*/
	background:#0071bc;
	padding-left:40px;
	padding-right:40px;
}

.artChallengeSelectionsItem{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
}

.artChallengeSelectionsItem p{
	margin-top:15px !important;
	margin-bottom:0px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:12pt;
}

.artChallengeSelectionsExtraInfo{
	background:#0071bc;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

.artChallengeSelectionsExtraInfo p{
	color:white !important;
	text-align:center;
	margin-bottom:0;
	padding:10px;
	font-weight:bold;
}

.artChallengeSelectionsExtraInfo p a{
	color:white;
}

.artChallengeSelectionsExtraInfo img{
	max-width:95%;
}

#quizHolder{
	border: 2px solid #0071bc;
	min-height:470px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quiz-container{max-width:100%;margin:0 auto;}
.quiz-container a{text-decoration:none;color:#333}
.quiz-header,.quiz-results-screen,.quiz-start-screen{text-align:center;margin:0 auto;}
.quizh3{
	position:relative;
	color: #0071bc;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	padding:15px;
	padding-bottom:10px;
	padding-left:0;
	box-sizing:border-box;
	margin:0 !important;}
.quiz-counter{
	position:absolute;
	top:15px;
	right:15px;
}
.question{
	text-align:center;
	margin: 0 auto;
	margin-top:30px !important;
	margin-bottom:15px;
    max-width: 400px;
}
.answers{
	list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 400px;
    max-width:100%;}
.answers li{
	margin-bottom:15px;
}
.answers a{
	width: 100%;
    background-color: #0071bc;
    color: #fff !important;
    border-radius: 10px;
    line-height: 1;
    padding: 16px 32px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-align:center;
	box-sizing: border-box;}
.answers a.correct{
	background:#090}
.answers a.incorrect{
	background:#c00}
.answers a.correct,.answers a.incorrect{
	color:#fff}
.quiz-controls{padding:15px;text-align:center;}
.quiz-results{font-size:1.25em}
.quiz-buttons a,.quiz-container .quiz-button{display:inline-block;padding:.5em 1em;background:#0071bc;color:#fff !important;border-radius:10px}
.quiz-buttons a{background:#0071bc;color:#fff}
.quiz-results-state .quiz-buttons a{background:#0071bc;color:#fff}


.Jura{
	font-family:/*'Jura',*/ "Helvetica", sans-serif;
}

@font-face {
	font-family: 'digistrip';
	src: url('../resources/fonts/digistrip.eot');
	src: local('☺'), url('../resources/fonts/digistrip.woff') format('woff'), url('../resources/fonts/digistrip.ttf') format('truetype'), url('../resources/fonts/digistrip.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.anchor-no-underline{
	text-decoration:none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000033}}
article, aside, details, figcaption, figure, hgroup, section {
  display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000034}}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000035}}
audio:not([controls]) {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000036}}
[hidden] {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000038}}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\000039}}
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000310}}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000312}}
::-moz-selection {
background:#0074b9;
color:white;
   }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000313}}
::selection {
  background:#0074b9;
  color:white;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000315}}
a {
  color: #00e; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000316}}
a:visited {
  color: #551a8b; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000317}}
a:hover {
  color: #06e; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000318}}
a:focus {
  outline: thin dotted; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000319}}
a:hover, a:active {
  outline: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000320}}
abbr[title] {
  border-bottom: 1px dotted; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000321}}
b, strong {
  font-weight: bold; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000322}}
blockquote {
  margin: 1em 40px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000323}}
dfn {
  font-style: italic; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000324}}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000325}}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000326}}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000327}}
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000328}}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000330}}
q {
  quotes: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000331}}
q:before, q:after {
  content: "";
  content: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000332}}
small {
  font-size: 85%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000333}}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000334}}
sup {
  top: -0.5em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000335}}
sub {
  bottom: -0.25em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000337}}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000338}}
dd {
  margin: 0 0 0 40px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000339}}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000341}}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000342}}
svg:not(:root) {
  overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000343}}
figure {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000345}}
form {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000346}}
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000348}}
label {
  cursor: pointer; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000349}}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000350}}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000351}}
button, input {
  line-height: normal; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000352}}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  *overflow: visible; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000353}}
button[disabled], input[disabled] {
  cursor: default; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000354}}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000355}}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000356}}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000357}}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000358}}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000360}}
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000362}}
table {
  border-collapse: collapse;
  border-spacing: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000363}}
td {
  vertical-align: top; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000365}}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000380}}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000381}}
.ir br {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000382}}
.hidden {
  display: none !important;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000383}}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000384}}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000385}}
.invisible {
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000386}}
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000387}}
.clearfix:after {
  clear: both; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/boilerplate\.scss}line{font-family:\0000388}}
.clearfix {
  *zoom: 1; }

/*
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000368}}
body {
  position: relative;
  background: white; }
  @media (max-width: 900px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000368}}
    body {
      width: 1000px;
      overflow-x: auto; } }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000385}}
  header #nasa-header {
    background: #0071bc;
    height: 64px;
    position: relative; }
	header #nasa-header .container a #about{
		position:absolute;
	    color:white;
	    text-decoration:none;
	    border-right:1px solid white;
	    border-left:1px solid white;
	    width:120px; 
	    height:64px;
	    text-align:center;
	    font-size:11pt;
	    font-weight:100;
	}
	header #nasa-header .container a #about:hover{
		background:#00649b;
	}
	header #nasa-header .container a #about #aboutText{
		position:absolute;
		width:100%;
		bottom:10px;
	    font-family:"Helvetica", sans-serif;
	}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000390}}
    header #nasa-header .container {
      width: 1010px;
      margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000394}}
    header #nasa-header img {
      margin-top: 5px;
      margin-right:5px;
      height:50px;
      float: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\0000398}}
    header #nasa-header span {
      font-size: 16px;
      display: block;
      height: 98px;
      line-height: 98px;
      color: #054824;
      float: left;
      margin-left: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003107}}
      header #nasa-header span a {
        text-decoration: none;
        color: #054824; }
        
    header #scijinks-header #search {
      width: 220px;
      height: 32px;
      float: right;
      bottom: 0px;
      right:0px;
      background: #f3f3f3;
      border-color: #cccccc;
      border-style: solid;
      border-width: 1px;
      position: absolute; }
      
    header #scijinks-header #goes-countdown {
		position: absolute; 
		width: 220px;
		height: 50px;
		bottom: 45px;
		right:0px;
		text-align:right;
    }
      
    #goes-countdown #goes-countdown-icon{
	    display:block;
	    position:absolute;
	    width:28px;
	    height:50px;
	    top:0;
    }
      
	#goes-countdown #launch-status-message{
	    position:relative;
	    /*margin-top:14px;*/
	    margin-top:6px;
	    margin-bottom:0;
	    font-family:"Helvetica", arial, sans-serif;
	    font-size:11pt;
	    color:#0071bc;
	    font-weight:400;
	}
	
	#goes-countdown #launch-status-cta{
	    position:relative;
	    margin-top:0;
	    margin-bottom:0;
	    font-family:"Helvetica", arial, sans-serif;
	    font-size:8pt;
	    color:#0071bc;
	    font-weight:400;
	}
	
	#goes-countdown #goes-countdown-timeleft{
	    position:relative;
	    margin-top:0;
	    margin-bottom:0;
	    font-family:"Helvetica", arial, sans-serif;
	    font-size:10pt;
	    color:black;
	    font-weight:400;
	}
	
	.YTVideoWrapper{
	    position: relative;
	    padding-bottom: 53%; /* 56.25 for 16:9 */
	    padding-top: 25px;
	    height: 0;
	}
	.YTVideoWrapper iframe{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.YTVideoWrapper img{
		position: absolute;
		padding:0 !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor:pointer;
	}
      
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003126}}
      header #scijinks-header #search form {
        padding: 0;
        margin: 0;
        display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003131}}
      header #scijinks-header #search input {
        border: 0;
        height: 28px;
        padding-left: 15px;
        padding-top: 2px;
        font-size: 12px;
        width: 205px;
        display: inline-block;
        vertical-align: top; 
        background:none;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003142}}
      header #scijinks-header #search .search-results {
        background: #f3f3f3;
        position: absolute;
        top: 28px;
        left: -3px;
        width: 218px;
        border: 1px solid #cccccc;
        border-top: none;
        z-index: 100;
        padding-top: 10px;
        display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003155}}
        header #scijinks-header #search .search-results .searching {
          text-align: center;
          font-weight: bold;
          color: #808080;
          margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003161}}
        header #scijinks-header #search .search-results .ajax-results {
          display: none;
          position: relative;
          z-index: 1000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003166}}
        header #scijinks-header #search .search-results div span {
          background: #0071bc;
          color: white;
          font-size: 14px;
          font-variant: small-caps;
          display: block;
          float: none;
          margin: 0;
          height: 20px;
          line-height: 20px;
          text-align: center;
          clear: both;
          cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003179}}
          header #scijinks-header #search .search-results div span a {
            display: inline;
            color: white;
            text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003183}}
            header #scijinks-header #search .search-results div span a:hover {
              color: #808080; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003189}}
        header #nasa-header #search .search-results ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003193}}
          header #scijinks-header #search .search-results ul li {
            clear: both;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 12px;
            cursor: pointer !important;
            position: relative;
            z-index: 1000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003202}}
            header #scijinks-header #search .search-results ul li img {
              float: left;
              margin: 3px;
              height: 33px;
              width: 33px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003208}}
            header #scijinks-header #search .search-results ul li a {
              color: black;
              text-decoration: none;
              font-weight: bold;
              padding-left: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003214}}
            header #scijinks-header #search .search-results ul li:hover, header #nasa-header #search .search-results ul li.selected {
              background: #fdeea5; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003221}}
      header #scijinks-header #search:after {
        content: " ";
        display: block;
        margin: 0;
        padding: 0;
        top: 0;
        position: absolute;
        right: 0px;
        height: 32px;
        width: 33px;
        background: url("/resources/icons/search.png") no-repeat 0px 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003235}}
  header #scijinks-header {
    position: relative;
    width: 1010px;
    margin: 0 auto; 
    margin-bottom:-10px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003238}}
    header #scijinks-header #scijinks-site-logo a {
      display: block;
      background: url("/resources/design/scijinks-header.png");
      background-repeat:no-repeat;
      width: 274px;
      height:83px;
      text-indent:-9999px;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      margin-top:21px;
      margin-bottom:22px;
      top: 0px;
      left: 0px;
      z-index: 10;
      pointer-events: none;}


#main {
  width: 732px;
	margin-left:350px;
  margin-top: 130px;
  overflow: visible;
  position: relative;
  z-index: 2; }
  #main nav {
    float: left;
    width: 274px;
    margin-bottom: 200px; 
    margin-right:4px;}
	#main nav a {
      position: relative;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      /*left: 0;
      -webkit-transition: left 0.5s;
      -moz-transition: left 0.5s;
      -o-transition: left 0.5s;
      -ms-transition: left 0.5s;
      transition: left 0.5s;
      margin-bottom: 2px;*/ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003439}}
      #main nav a:hover {
        /*left: -20px;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        -ms-transition: left 0.5s;
        transition: left 0.5s;*/ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003448}}
    #main nav .navItem {
      width: 234px;
      padding-left:40px;
      height: 50px;
      line-height:50px;
      color:white;
      background: #0071bc;
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 4px; 
      font-size:12pt;
      text-decoration: none;
      font-weight:0;
      font-family: "Helvetica", "Arial", sans-serif;}
      
      #main nav .navItem:hover{
	      background:#00649b;
      }
      
	  #main nav .subnav {
		  position:relative;
	      width: 100%;
	      margin-top:-4px;
	      margin-bottom:4px;
	      
	}
	
		#main nav .subnav a{
		      width: 224px;
		      padding-left:50px;
		      height: 40px;
		      line-height:40px;
		      color:#808080;
		      margin-top: 0px;
		      margin-left: 0px;
		      font-size:11pt;
		      text-decoration: none;
		      font-weight:0;
		      font-family: "Helvetica", "Arial", sans-serif;
		}
	
		#main nav .subnav .unselected{
	      	background:#e6e6e6;
		}
		
		#main nav .subnav .unselected:hover{
		      background:white;
		}
		
		#main nav .subnav .selected{
		      background: white;
		}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003424}}
  #main .headerBar {
  	position:relative;
    float: left;
    width: 100%;
    max-width:732px;
    margin-bottom: 20px;
    padding-left:10px;
    }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003509}}
  #main #featured-content {
    width: 732px;
    height: 428px;
    float: left;
    overflow: hidden;
    z-index: 2;
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003518}}
    #main #featured-content .slide-wrapper {
      height: 410px;
      width: 732px;
      overflow: scroll; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003524}}
      #main #featured-content .slide-wrapper .slide-circles {
        width: 300px;
        text-align: right;
        background: transparent;
        position: absolute;
        bottom: 12px; 
        right:0px;
        padding-right:10px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003530}}
        #main #featured-content .slide-wrapper .slide-circles .slide-circle {
          font-size: 30px;
          padding-right: 10px;
          color: #bfdcf4; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003534}}
          #main #featured-content .slide-wrapper .slide-circles .slide-circle a {
            color: #bfdcf4;
            text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003538}}
          #main #featured-content .slide-wrapper .slide-circles .slide-circle.selected a {
            color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003544}}
    #main #featured-content .slide-container {
      width: 732px;
      height: 410px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003548}}
      #main #featured-content .slide-container .slide {
        float: left;
        position: absolute;
        top:0px;
        left:0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003554}}
        #main #featured-content .slide-container .slide a img {
        	width:732px;
        	height:378px;
           }
          
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003629}}
          #main #featured-content .slide-container .slide .sliderBottom {
            position:relative;
            height:50px;
            width:732px;
            background:#00649b;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003629}}
          #main #featured-content .slide-container .slide .sliderBottom h3{
	          position: absolute;
	          top:0;
	          margin-top:0;
	          left: 10px;
	          color: white;
	          height: 50px;
	          line-height:50px;
	          overflow: hidden;
	          font-size: 16pt;
		      font-weight:400;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003629}}
          #main #featured-content .slide-container .slide .sliderBottom p{
            position:absolute;
            color:white;
            font-size:10pt;
            bottom:-5px;
            right:10px;
            text-align:right;
		    font-weight:400;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003670}}
  #main:after {
    content: " ";
    display: block;
    clear: both; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003675}}
	#main .calloutsHeader{
		margin-top:20px;
		margin-bottom:0px;
		color: #0071bc;
		border-bottom:2px solid #0071bc; 
	}
  #main .callouts {
	  margin-top:-25px;
  	max-width:732px;
  	width:100%;
    margin-top: 0px;
    margin-bottom:20px;
    float: left;
    position:relative;}
    
	  #main .callouts .callout {
	    margin-top: 25px;
	    margin-left:10px;
	    width:356px;
	    float: left;
	    position:relative;
	  }
	    #main .callouts .callout .calloutTheme{
		    position:relative;
		    margin-top:0;
		    margin-bottom:5px;
		}
		#main .callouts .callout .calloutTheme .calloutThemeText{
		    font-family:"Helvetica", arial, sans-serif;
		    font-size:12pt;
		    color:#0A4595;
		}
		
		#main .callouts .callout .calloutTheme .calloutThemeText:hover{
			color:#056FB7;
		}
		
		#main .callouts .callout .calloutHolder:hover{
			background:#e2eff6;
		}
		
		#main .callouts .callout h3{
		    position:relative;
		    margin-top:10px;
		    margin-bottom:0px;
		    margin-left:5px;
		    font-family:"Helvetica", arial, sans-serif;
		    font-size:12pt;
		    color:black;
		    font-weight:strong;
		}
		#main .callouts .callout img{
		    position:relative;
		    width:356px;
		    height:184px;
		    margin-top:2px;
		}
		#main .callouts .callout p{
		    position:relative;
		    margin-top:5px;
		    margin-bottom:0px;
		    margin-left:5px;
		    padding-bottom:5px;
		    font-family:"Helvetica", arial, sans-serif;
		    font-size:11pt;
		    color:black;
		    font-weight:400;
		}
		#main .callouts .calloutMoreLink{
			text-align:right;
			margin-top:20px;
			font-size:12pt;
		}
		#main .callouts .calloutMoreLink a{
			color:#0A4595;
		}
		#main .callouts .calloutMoreLink a:hover{
			color:#056FB7;
		}
		
#midrollContainer{
	width:100%; 
	border-top: 2px solid #0071bc; 
	border-bottom: 2px solid #0071bc; 
	margin-top:40px; 
	margin-bottom:40px; 
	padding-top:20px; 
	padding-bottom:20px;
}

#midrollContainer img{
	float:left;
	margin-left:10px;
	width:356px;
	height:184px;
	max-width:100%;
}

#midrollContainer #midrollContent{
	float:left;
	margin-left:10px;
	width:330px;
	max-width:100%;
}

#midrollContent h2{
	color:#0071bc;
	font-family:"Helvetica", arial, sans-serif;
    font-size:13pt;
    margin-bottom:5px;
    margin-top:10px;
    font-weight:strong;
}

#midrollContent h2:hover{
	text-decoration: underline;
}

#midrollContent h3{
	color:#0071bc;
	font-family:"Helvetica", arial, sans-serif;
    font-size:10pt;
    font-weight:400;
    margin-top:0px;
}

#midrollContent h3:hover{
	
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003749}}
  #main .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003757}}
    #main .menu ul li {
      width: 239px;
      float: left;
      display: inline;
      margin-left:5px;
      margin-bottom: 30px;
      position: relative; 
      cursor: pointer;
     }
     
	 #main .menu ul li:hover{
		 background:#E6F1F8;
	 }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003774}}
      #main .menu ul li.out {
         }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003778}}
      #main .menu ul li.big {
        width: 722px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003780}}
        #main .menu ul li.big img {
          height: 176px;
          width: 176px;
          margin-right: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003786}}
        #main .menu ul li.big h3 a {
          padding-left: 205px;
          width: 500px;
          height: 190px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003792}}
        #main .menu ul li.big p {
          margin-left: 100px;
          padding-right: 30px;
          width: 400px;
          bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003802}}
      #main .menu ul li img {
      	position:relative;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003811}}
      #main .menu ul li h3 {
      	position:relative;
	    margin-top:5px;
	    margin-bottom:0;
	    font-family:"Helvetica", arial, sans-serif;
	    font-size:10.5pt;
	    color:black;
	    font-weight:600;
        }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003817}}
        #main .menu ul li h3 a {
          text-decoration: none;
          color:black;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003831}}
      #main .menu ul li p {
        position:relative;
	    margin-top:0;
	    margin-bottom:5px;
	    font-family:"Helvetica", arial, sans-serif;
	    font-size:10pt;
	    color:black;
	    font-weight:400;  }
        
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003840}}
      #main .menu ul li .icon {
        position: absolute;
        top: -2px;
        right: -2px;
        border: 2px solid white;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        height: 42px;
        width: 42px;
        background: #d6dc3b url("/resources/icons/small-category-icons.png") no-repeat top left;
        background-position: 9999px 9999px;
        display: none;
        text-indent: 105%;
        white-space: nowrap;
        overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003852}}
        #main .menu ul li .icon.home {
          background-position: 0px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003855}}
        #main .menu ul li .icon.play {
          display: block;
          background-position: -42px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003859}}
        #main .menu ul li .icon.make {
          display: block;
          background-position: -84px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003863}}
        #main .menu ul li .icon.know {
          display: block;
          background-position: -126px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003867}}
        #main .menu ul li .icon.keep-up {
          display: block;
          background-position: -168px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003871}}
        #main .menu ul li .icon.watch {
          display: block;
          background-position: -210px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003875}}
        #main .menu ul li .icon.dream {
          display: block;
          background-position: -252px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003879}}
        #main .menu ul li .icon.teach {
          display: block;
          background-position: -294px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003883}}
        #main .menu ul li .icon.weather-and-climate {
          display: block;
          background-position: -336px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003887}}
        #main .menu ul li .icon.air {
          display: block;
          background-position: -378px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003891}}
        #main .menu ul li .icon.ocean {
          display: block;
          background-position: -420px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003895}}
        #main .menu ul li .icon.fresh-water {
          display: block;
          background-position: -462px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003899}}
        #main .menu ul li .icon.carbons-travels {
          display: block;
          background-position: -504px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003903}}
        #main .menu ul li .icon.energy {
          display: block;
          background-position: -546px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003907}}
        #main .menu ul li .icon.plants-and-animals {
          display: block;
          background-position: -588px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003911}}
        #main .menu ul li .icon.technology {
          display: block;
          background-position: -630px -42px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003916}}
      #main .menu ul li:hover {
       }
       
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003930}}
  #main .menu, #main article, #main #big-questions-wrapper {
    float: left;
    width: 732px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\00003935}}
    #main .menu .title-bar, #main article .title-bar, #main #big-questions-wrapper .title-bar {
       }
       
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031071}}
  #main article {
    overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031074}}
    #main article section {
      border-bottom: 1px dashed #0071bc;
      margin-bottom: 10px;
      padding: 10px;
      overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031081}}
    #main article p {
      margin-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031085}}
    #main article .title-bar h2 {
      text-indent: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031091}}
  #main article.has-sidebar .main-content {
    padding-top: 5px;
    width: 500px;
    float: left;
    overflow: hidden;
    clear: both; 
    padding:8px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031097}}
    #main article.has-sidebar .main-content.no-sidebar {
      width: 716px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031100}}
    #main article.has-sidebar .main-content section {
      margin-right: 0; }
      
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031104}}
  #main article.has-sidebar aside {
    width: 200px;
    float: right;
    margin: 0px;
    padding-top:10px;
    margin-bottom:10px;
    }
    
    #main article.has-sidebar aside p {
	    padding-left:10px;
	    padding-right:10px;
	    font-size:11pt;
    }
    
    #main article.has-sidebar aside h3 {
	    padding-left:10px;
	    padding-right:10px;
	    margin-top:0;
	    font-size:13pt;
    }
    
    #main article.has-sidebar aside h2 {
	    padding-left:10px;
	    padding-right:10px;
	    font-size:16pt;
    }
    
    #main article.has-sidebar aside img {
	    margin-bottom:10px;
    }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031113}}
    #main article.has-sidebar aside .post-it {
      background: #f4f999 url("/resources/design/postItTop.jpg") no-repeat top center;
      width: 172px;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px;
      position: relative;
      margin-top: -17px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031123}}
      #main article.has-sidebar aside .post-it:after {
        content: " ";
        display: block;
        background: #f4f999 url("/resources/design/postItBottom.jpg") no-repeat top center;
        width: 192px;
        height: 22px;
        position: absolute;
        bottom: 0;
        left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031135}}
    #main article.has-sidebar aside .note {
      background: #efeff1 url("/resources/design/noteTop.jpg") no-repeat top center;
      width: 172px;
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px;
      position: relative;
      margin-top: -17px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031145}}
      #main article.has-sidebar aside .note:after {
        content: " ";
        display: block;
        background: #efeff1 url("/resources/design/noteBottom.jpg") no-repeat top center;
        width: 192px;
        height: 28px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 15px; }

.page-breadcrumb{
	color:#0A4595;
	font-size: 12pt;
}

.page-breadcrumb:hover{
	color:#056FB7;
}
.page-title {
	
 }
 
.page-title h1{
	color:black; 
	margin:0;
	padding:0; 
	font-size: 20pt;
	font-weight:bold;
	line-height:50px;
	font-family: /*'Jura', */"Helvetica", sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031166}}
html, body {
  height: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031175}}
.push {
  height: 110px;
  clear: both; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031179}}
footer {
	display:none;
  background: #333;
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: white;
  font-size: 10pt;
  height: 70px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031196}}
  footer .container {
    padding-top: 10px;
    width: 1010px;
    margin: 0 auto;
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031200}}
    footer .container img {
      position: absolute;
      top: 10px;
      left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031205}}
    footer .container .center {
      text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031208}}
      footer .container p {
        margin-top:10px;
        margin-left:75px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031211}}
      footer .container .center nav {
      padding-top:15px;
        }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031214}}
      footer .container a {
        text-decoration: none;
        color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031217}}
        footer .container a:visited {
          color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031220}}
        footer .container a:hover {
          text-decoration:underline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031225}}
    footer .container .footerSocial {
      position: absolute;
      right: 0;
      top: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031230}}
      footer .container .footerSocial img {
        position:relative;
        margin-left:5px;}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031239}}
.administrator-controls {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031247}}
article h2 {
  margin-top: 0; }
  
  
.speech, .speechRight{
	position:relative;
	width:175px;
}

.speech p, .speechRight p {
    width: 155px;
    background: #FFFFFF;
    text-align:center;
	border:2px solid black;
    padding:10px;
	padding-top:10px;
    position: relative;
    min-height: 50px;
    -webkit-border-radius:20px;
    border-radius:20px;
	margin-bottom:0px;
	font-family:digistrip;
}

.speech p:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -13px;
	left:40px;
	width: 20px;
	height: 20px; 
	background: #FFFFFF;
	border-right:2px solid black;
	border-bottom:2px solid black;
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.speechRight p:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -13px;
	right:40px;
	width: 20px;
	height: 20px; 
	background: #FFFFFF;
	border-right:2px solid black;
	border-bottom:2px solid black;
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}



.speech .char1, .speechRight .char1{
	position:relative;
	margin-bottom:10px;
	width:175px;
	height:175px;
	background-image:url(/resources/char_speech/char1.png);
}

.speech .char1Right, .speechRight .char1Right{
	position:relative;
	margin-bottom:10px;
	width:175px;
	height:175px;
	background-image:url(/resources/char_speech/char1_right.png);
}

.speech .char2, .speechRight .char2{
	position:relative;
	margin-bottom:10px;
	width:175px;
	height:175px;
	background-image:url(/resources/char_speech/char2.png);
}

.speech .char2Right, .speechRight .char2Right{
	position:relative;
	margin-bottom:10px;
	width:175px;
	height:175px;
	background-image:url(/resources/char_speech/char2_right.png);
}

.speech .char3, .speechRight .char3{
	position:relative;
	margin-bottom:10px;
	width:175px;
	height:175px;
	background-image:url(/resources/char_speech/char3.png);
}

.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0; }

.small-grid li {
  width: 160px;
  float: left;
  padding-bottom: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031252}}
blockquote {
  font-style: italic;
  font-family: "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", "Georgia", serif;
  font-size: 14px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031258}}
aside blockquote {
   }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031261}}
blockquote.left {
  float: left;
  margin-left: 0px;
  margin-right: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031266}}
blockquote.right {
  float: right;
  margin-left: 0px;
  margin-right: -20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031271}}
blockquote p {
  padding-left: 25px;
  padding-top: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031275}}
blockquote .author {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031281}}
blockquote .author .source {
  display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031285}}
blockquote span.big-quote:first-of-type {
  float: left;
  display: block;
  font-size: 50px;
  height: 24px;
  width: 36px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031292}}
blockquote span.big-quote:last-of-type {
  float: right;
  display: block;
  font-size: 50px;
  height: 24px;
  width: 36px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031300}}
.caution, .information {
  width: 80%;
  margin: 0 auto;
  color: white;
  display: block;
  margin: 0 auto;
  background-color: #cc4132;
  background-image: url("/resources/design/relevant-fact.png");
  background-repeat: no-repeat;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px 10px 10px 80px;
  margin-bottom: 10px;
  min-height: 75px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031318}}
  .caution h2, .information h2 {
    color: white !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031322}}
.information {
  background-color: #3cc95d; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031328}}
.important {
  width: 220px;
  font-style: italic;
  font-size: 18px;
  display: block;
  float: left;
  border-top: 3px solid #030591;
  border-bottom: 3px solid #030591;
  padding: 10px 20px;
  margin: 10px;
  margin-left: 0;
  color: #030591; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031341}}
.important.right {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031347}}
.important.left {
  float: left;
  margin-left: 0;
  margin-right: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031354}}
aside .important {
  width: 175px;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031361}}
.indented {
  margin-left: 20px;
  margin-right: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031366}}
.bold {
  font-weight: bold;
  font-size: 18px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031367}}
.blue {
  color: blue; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031368}}
.orange {
  color: orange; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031369}}
.white {
  color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031370}}
.black {
  color: black; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031371}}
.green {
  color: green; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031372}}
.purple {
  color: purple; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031373}}
.aqua {
  color: aqua; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031374}}
.yellow {
  color: yellow; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031375}}
.pink {
  color: pink; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031376}}
.red {
  color: red; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031377}}
.serif {
  font-family: "Times New Roman", "Times", "serif"; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031378}}
.shadow {
  text-shadow: 1px 1px 1px #000; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031379}}
.smallcaps {
  font-variant: small-caps; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031380}}
.italic {
  font-style: italic; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031381}}
.bold.big {
  font-size: 24px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031382}}
.blur {
  text-shadow: -2px 0px 1px #000; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031383}}
.align-left {
  text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031384}}
.align-right {
  text-align: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031385}}
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031387}}
.size18 {
  font-size: 18px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031388}}
.size24 {
  font-size: 24px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031389}}
.size32 {
  font-size: 32px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031390}}
.size36 {
  font-size: 36px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031391}}
.size48 {
  font-size: 48px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031393}}
.unpadded {
  padding: 0 !important;
  vertical-align: bottom; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031397}}
.wrap-right, .right {
  float: right;
  margin-left:10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031398}}
.wrap-left, .left {
  float: left; 
  margin-right:10px;}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031400}}
.image-with-caption-right img {
  float: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031404}}
.image-with-caption-left img {
  float: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031409}}
.image-with-caption-right,
.image-with-caption-left {
  overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031415}}
.image-with-caption-right p,
.image-with-caption-left p {
  margin-top: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031420}}
table.basic-table {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031427}}
table.basic-table.left {
  text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031430}}
table.basic-table td {
  vertical-align: middle;
  border: 1px solid black;
  padding: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031435}}
table.basic-table tr[valign='top'] td {
  vertical-align: top; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031439}}
table.center-cells {
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031443}}
aside img {
  padding-bottom: 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031447}}
aside {
  border-left: 1px solid #e4e4e4; 
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031451}}
aside ol, aside ul {
  margin-left: 0;
  padding-left: 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031457}}
.side-by-side div {
  float: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031464}}
.two-columns div,
.three-columns div,
.four-columns div,
.five-columns div {
  float: left;
  margin-bottom: 20px;
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031469}}
.two-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031470}}
.three-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031471}}
.four-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031472}}
.five-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031473}}
.side-by-side:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031475}}
.five-columns div {
  width: 20%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031478}}
.four-columns div {
  width: 25%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031481}}
.three-columns div {
  width: 31%;
  padding:1%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031484}}
.two-columns div {
  width: 50%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031489}}
.left.padded {
  padding: 5px 5px 5px 0px;
  float: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031494}}
.right.padded {
  padding: 5px 0px 5px 5px;
  float: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031499}}
.caption.center {
  text-align: center; }
  
.caption.left {
  text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031503}}
.center .caption {
  text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031506}}
.center .caption.center {
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031510}}
p.caption {
  padding-top: 6px;
  color: #0071bc; 
  font-size:8pt;}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031515}}
.content h1 {
  font-size: 24px;
  color: #030591;
  font-weight: bold;
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031522}}
.content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #030591;
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031530}}
.relevant-fact {
  color: black;
  display: block;
  width: 350px;
  margin: 0 auto;
  background-image: url("/resources/design/relevant-fact.png");
  background-repeat: no-repeat;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px 10px 10px 80px;
  margin-bottom: 10px;
  min-height: 75px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031549}}
.content .relevant-fact h3 {
  color: white;
  margin-bottom: 5px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031553}}
.content .relevant-fact p {
  margin-bottom: 0; }


@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031562}}
.yellow-background {
  background: #ffff99; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031565}}
.red-background {
  background: #ffbebe; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031568}}
.blue-background {
  background: #afd9e6; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031574}}
.click-here-to-play {
  font-size: 18px;
  font-weight: 700; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031577}}
  .click-here-to-play a {
    text-decoration: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031582}}
.source-switcher {
  background: black;
  width: 640px;
  margin: 0;
  margin-top: -16px;
  padding-bottom: 10px;
  padding-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031589}}
  .source-switcher a {
    color: white;
    text-decoration: none;
    display: block;
    float: left;
    width: 50%;
    font-size: 10px;
    text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031597}}
    .source-switcher a.on, .source-switcher a:hover {
      color: red; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031600}}
    .source-switcher a strong {
      display: block;
      font-size: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031608}}
tr[valign="bottom"] td {
  vertical-align: bottom; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031611}}
td[valign="bottom"] {
  vertical-align: bottom; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031615}}
tr[valign="baseline"] td {
  vertical-align: baseline; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031618}}
td[valign="baseline"] {
  vertical-align: baseline; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031630}}
aside .planet-health-report p {
  margin-top: 10px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031635}}
.planet-health-report {
  color: black;
  font-size: 12px;
  position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031639}}
  .planet-health-report h3 {
    display: block;
    width: 189px;
    height: 34px;
    background: url(/resources/text/planet-health-report.png) no-repeat;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    top: 8px;
    left: 18px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031650}}
  .planet-health-report .buttons {
    margin-left: 13px;
    margin-top: 0px;
    float: left;
    margin-right: 0;
    position: relative;
    top: 40px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031658}}
    .planet-health-report .buttons a {
      display: block;
      width: 23px;
      height: 30px;
      margin-bottom: -4px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031663}}
      .planet-health-report .buttons a.phr-air {
        background: url(/resources/design/hr/air.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031665}}
        .planet-health-report .buttons a.phr-air:hover {
          background: url(/resources/design/hr/air-over.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031669}}
      .planet-health-report .buttons a.phr-temp {
        background: url(/resources/design/hr/temperature.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031671}}
        .planet-health-report .buttons a.phr-temp:hover {
          background: url(/resources/design/hr/temperature-over.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031675}}
      .planet-health-report .buttons a.phr-sea-ice {
        background: url(/resources/design/hr/ice.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031677}}
        .planet-health-report .buttons a.phr-sea-ice:hover {
          background: url(/resources/design/hr/ice-over.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031681}}
      .planet-health-report .buttons a.phr-sea-level {
        background: url(/resources/design/hr/level.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031683}}
        .planet-health-report .buttons a.phr-sea-level:hover {
          background: url(/resources/design/hr/level-over.png) no-repeat; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031691}}
  .planet-health-report .windows div {
    position: relative;
    margin-right: 20px;
    top: 40px;
    width: 154px;
    height: 92px;
    display: block;
    background: url(/resources/design/hr/bg-labels.png);
    float: right;
    display: none;
    padding: 10px;
    line-height: 13px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031703}}
    .planet-health-report .windows div span {
      font-weight: bold;
      color: red;
      display: inline !important;
      padding: 0;
      text-indent: 0;
      margin: 0 !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031711}}
    .planet-health-report .windows div.labels {
      top: 38px;
      font-size: 0;
      display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031716}}
    .planet-health-report .windows div.phr-sea-ice {
      background: url(/resources/design/hr/bg-sea-ice.png); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031719}}
    .planet-health-report .windows div.phr-air {
      background: url(/resources/design/hr/bg-air.png); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031722}}
    .planet-health-report .windows div.phr-temp {
      background: url(/resources/design/hr/bg-temperature.png); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031725}}
    .planet-health-report .windows div.phr-sea-level {
      background: url(/resources/design/hr/bg-sea-level.png); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031730}}
  .planet-health-report .info {
    width: 60%;
    font-size: 12px;
    bottom: -5px;
    position: absolute; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031739}}
.browse-by-category {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031743}}
.feedback {
  padding: 25px;
  width: 500px;
  margin: 25px auto;
  border: 1px solid green;
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031749}}
  .feedback input, .feedback textarea, .feedback select {
    height: 30px;
    padding: 2px;
    font-size: 18px;
    width: 65%;
    float: right;
    display: block;
    margin-bottom: 3px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031759}}
  .feedback input[type='submit'] {
    margin-top: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031763}}
  .feedback textarea {
    height: 150px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031766}}
  .feedback select {
    margin-top: 3px;
    margin-bottom: 6px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031770}}
  .feedback label {
    float: left;
    display: block;
    width: 28%;
    height: 30px;
    font-size: 18px;
    text-align: right;
    padding: 5px;
    padding-right: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031782}}
  .feedback .phone {
    display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031788}}
.above-all-home-link {
  z-index: 2000;
  position: absolute;
  top: 0px;
  left: 0;
  height: 100px;
  width: 330px;
  display: block;
  background: transparent !important; }



/** IE FIXES **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031849}}
.lt-ie9 header #scijinks-header nav {
  padding-left: 762px;
  background: url("/resources/ie/top-nav-bg.png") no-repeat center top;
  position: relative;
  z-index: 200; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031855}}
.lt-ie9 #scijinks-header #scijinks-site-logo a {
  z-index: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031858}}
.lt-ie9 footer {
  background: #8bc248 url("/resources/ie/footerbg.png") repeat-y center top !important;
  display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031868}}
.lt-ie9 .administrator-controls {
  display: none !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031872}}
.lt-ie9 #main .menu ul li p {
  bottom: 2px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031876}}
.lt-ie9 #main .menu ul li {
  height: 120px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031878}}
  .lt-ie9 #main .menu ul li.big {
    height: 190px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031883}}
.lt-ie9 #main .menu {
  padding-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031887}}
.lt-ie9 #main .menu a {
  z-index: 100; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031892}}
.lt-ie9 .mejs-poster img {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031900}}
.lt-ie8 header #scijinks-header nav a.home {
  float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/global\.scss}line{font-family:\000031903}}
.lt-ie8 body {
  background: #CBE2F4; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\000035}}
#main article .image-with-caption p, #main article .image-with-caption .caption, #main article .image-with-caption figcaption, #main article figure p, #main article figure .caption, #main article figure figcaption {
  font-size: 10px;
  color: #05414E;
  margin-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000310}}
#main article .image-with-caption img, #main article figure img {
  display: block;
  margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000314}}
#main article .image-with-caption.center, #main article figure.center {
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000318}}
#main article .image-with-caption.left, #main article figure.left {
  float: left;
  padding-right: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000322}}
#main article .image-with-caption.right, #main article figure.right {
  float: right;
  padding-left: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000327}}
#main article .main-content {
  padding: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000332}}
figcaption, .caption {
  font-size: 14px !important;
  font-weight: bold;
  color: #05414E; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000340}}
#main article h1 {
  font-size: 24px;
  margin-top: 0;
  padding-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000345}}
#main article h2 {
  font-size: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000351}}
.next-generation-standards h3 {
  clear: both;
  font-size: 1.5em;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000357}}
  .next-generation-standards h3:first-of-type {
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000362}}
.next-generation-standards dl dt {
  width: 80px;
  font-size: 1.1em;
  text-align: center;
  float: left;
  clear: both;
  margin-top: 20px;
  background: #eee;
  padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000371}}
  .next-generation-standards dl dt:first-of-type {
    margin-top: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000375}}
.next-generation-standards dl dd {
  background: #eee;
  float: right;
  width: 80%;
  width: calc(100% - 130px);
  margin: 0;
  margin-top: 20px;
  padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000383}}
  .next-generation-standards dl dd:first-of-type {
    margin-top: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000386}}
  .next-generation-standards dl dd > .description {
    font-weight: bold; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000389}}
  .next-generation-standards dl dd > .clarification {
    font-style: italic;
    font-size: .8em;
    display: block;
    margin-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\0000398}}
.next-generation-standards .relevant-articles .expand {
  text-decoration: underline;
  color: blue;
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: .8em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003106}}
.next-generation-standards .relevant-articles a {
  text-decoration: none;
  color: inherit; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003110}}
.next-generation-standards .relevant-articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003114}}
  .next-generation-standards .relevant-articles ul img {
    width: 80px;
    height: 80px;
    vertical-align: top;
    padding: 10px;
    float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003121}}
  .next-generation-standards .relevant-articles ul li {
    height: 100px;
    background: #bede90;
    margin-top: 8px;
    padding-right: 10px;
    overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003128}}
    .next-generation-standards .relevant-articles ul li:hover {
      -webkit-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s;
      background: #fffad3;
      cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003133}}
    .next-generation-standards .relevant-articles ul li .title {
      display: block;
      padding-top: 5px;
      font-weight: bold; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003138}}
    .next-generation-standards .relevant-articles ul li .description {
      height: 70px;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003148}}
.science-standards {
  display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003152}}
  .science-standards .tab-bar {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003156}}
    .science-standards .tab-bar a {
      display: inline-block;
      text-decoration: none;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 2px solid black;
      color: black;
      margin: 10px;
      padding: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003164}}
      .science-standards .tab-bar a.selected {
        background: black;
        color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003168}}
      .science-standards .tab-bar a[href='#disciplinary-core-ideas'] {
        color: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003170}}
        .science-standards .tab-bar a[href='#disciplinary-core-ideas'].selected {
          color: black;
          background: orange;
          border-color: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003176}}
      .science-standards .tab-bar a[href='#science-and-engineering-practices'] {
        color: blue;
        border-color: blue; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003179}}
        .science-standards .tab-bar a[href='#science-and-engineering-practices'].selected {
          color: white;
          background: blue;
          border-color: blue; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003185}}
      .science-standards .tab-bar a[href='#disciplinary-core-ideas'] {
        color: #b07300;
        border-color: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003188}}
        .science-standards .tab-bar a[href='#disciplinary-core-ideas'].selected {
          color: black;
          background: orange;
          border-color: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003194}}
      .science-standards .tab-bar a[href='#cross-cutting-concepts'] {
        color: green;
        border-color: green; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003197}}
        .science-standards .tab-bar a[href='#cross-cutting-concepts'].selected {
          color: black;
          background: green;
          border-color: green; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003207}}
  .science-standards .sheet {
    margin-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003210}}
    .science-standards .sheet h1 {
      font-size: 1.3em !important;
      text-align: center;
      color: white;
      background: black;
      cursor: pointer;
      font-weight: normal;
      letter-spacing: 1px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003220}}
    .science-standards .sheet dl {
      padding-right: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003224}}
    .science-standards .sheet dt {
      border: 2px solid green;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      padding: 8px;
      margin-left: 10px;
      cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003231}}
      .science-standards .sheet dt input {
        margin-right: 10px;
        pointer-events: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003235}}
      .science-standards .sheet dt.checked {
        background: green;
        color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003241}}
    .science-standards .sheet dd li {
      font-size: .8em;
      margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003248}}
    .science-standards .sheet#disciplinary-core-ideas h1 {
      background: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003251}}
    .science-standards .sheet#disciplinary-core-ideas dt {
      border-color: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003253}}
      .science-standards .sheet#disciplinary-core-ideas dt.checked {
        background: orange; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003259}}
    .science-standards .sheet#science-and-engineering-practices h1 {
      background: blue; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003262}}
    .science-standards .sheet#science-and-engineering-practices dt {
      border-color: blue; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003264}}
      .science-standards .sheet#science-and-engineering-practices dt.checked {
        background: blue; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003270}}
    .science-standards .sheet#cross-cutting-concepts h1 {
      background: green; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003273}}
    .science-standards .sheet#cross-cutting-concepts dt {
      border-color: green; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003275}}
      .science-standards .sheet#cross-cutting-concepts dt.checked {
        background: green; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003285}}
.standards-wrapper .change-sort {
  display: block;
  text-align: center;
  font-size: .9em;
  margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003290}}
  .standards-wrapper .change-sort a {
    border: 1px solid blue;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
    text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003298}}
  .standards-wrapper .change-sort .sort-selected {
    background: blue;
    color: white; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003303}}
.standards-wrapper .science-standards h1, .standards-wrapper .science-standards dt, .standards-wrapper .science-standards dd {
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003307}}
.standards-wrapper dd > p:first-of-type {
  margin-top: 20px !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003311}}
.standards-wrapper .science-standards .article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003317}}
  .standards-wrapper .science-standards .article-list a {
    text-decoration: none;
    color: inherit;
    padding:0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003321}}
  .standards-wrapper .science-standards .article-list li {
    position: relative;
    height:180px;
    margin-bottom: 5px;
    width: 210px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
    float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003331}}
    .standards-wrapper .science-standards .article-list li:hover {
      background: #E6F1F8; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003334}}
    .standards-wrapper .science-standards .article-list li img {
      position: relative;
      top: 0px;
      left: 0px;
      width: 210px; 
      margin-bottom:2px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003341}}
    .standards-wrapper .science-standards .article-list li p {
      margin-left: 5px;
      position: relative;
      overflow: hidden;
      left: 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003346}}
      .standards-wrapper .science-standards .article-list li p.title {
        font-size: 1.2em;
        margin-bottom:2px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/article-styles\.scss}line{font-family:\00003349}}
      .standards-wrapper .science-standards .article-list li p.description {
        font-size: .9em;
        line-height: 1em;
        text-overflow: ellipsis;
        height: auto; }

/* fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\000032}}
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\000038}}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000315}}
.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000327}}
.fancybox-opened {
  z-index: 8030; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000331}}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000337}}
.fancybox-outer, .fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000344}}
.fancybox-inner {
  overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000348}}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000352}}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000359}}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000369}}
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000374}}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/resources/libs/fancybox/fancybox_sprite.png"); }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000378}}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000390}}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/resources/libs/fancybox/fancybox_loading.gif") center center no-repeat; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\0000396}}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003106}}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/resources/libs/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003117}}
.fancybox-prev {
  left: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003121}}
.fancybox-next {
  right: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003125}}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003136}}
.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003141}}
.fancybox-next span {
  right: 20px;
  background-position: 0 -72px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003146}}
.fancybox-nav:hover span {
  visibility: visible; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003150}}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden; }

/* Overlay helper */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003161}}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003171}}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003179}}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003187}}
.fancybox-opened .fancybox-title {
  visibility: visible; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003191}}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003200}}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003216}}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003222}}
.fancybox-title-inside-wrap {
  margin-top: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/jquery\.fancybox\.scss}line{font-family:\00003226}}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\000031}}
#big-questions-wrapper {
  background: transparent !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\000035}}
.big-questions-menus {
  width: 750px;
  height: 800px;
  cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\000039}}
  .big-questions-menus .bq-menu {
    position: absolute;
    top: 50px;
    left: 250px;
    width: 750px;
    height: 750px;
    z-index: 5;
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000317}}
    .big-questions-menus .bq-menu img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000324}}
      .big-questions-menus .bq-menu img.under {
        z-index: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000327}}
      .big-questions-menus .bq-menu img.over {
        z-index: 10; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000332}}
    .big-questions-menus .bq-menu .slices img {
      z-index: 4; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000337}}
    .big-questions-menus .bq-menu .hover-slices img {
      display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000343}}
.big-questions-menus .bq-menu.top-level-menu {
  z-index: 10; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000347}}
.start-here {
  position: absolute;
  top: 20px;
  left: 380px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000353}}
.bq-content {
  margin-top: -665px;
  background: white;
  display: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  clear: both;
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000361}}
  .bq-content .answer {
    padding: 25px;
    padding-top: 10px;
    clear: both; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000368}}
.title-bar {
  position: relative;
  display:none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000372}}
.icon-tray {
  left: 10px;
  top: 150px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000377}}
.next, .prev {
  display: block;
  width: 103px;
  height: 61px;
  background-image: url("/resources/design/arrows.png");
  text-indent: -8888px;
  margin: 15px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000385}}
.next {
  background-position: -103px 0;
  float: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/big-questions\.scss}line{font-family:\0000389}}
.prev {
  background-position: 0 0;
  float: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\000031}}
.slide-container > img {
  width: 100%;
  visibility: hidden; }

@media (max-width: 895px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\000039}}
  #administrator-controls,
  .administrator-controls {
    display: none !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000314}}
  [data-animation],
  .frog-eye {
    display: none !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000319}}
  body{
    width: 100%; }
    #main{
	    width:100%;
	    margin-left:0;
    }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000323}}
  #main #featured-content {
    background: none;
    float: none;
    margin: 0;
    width: 100%;
    max-width: 645px;
    height: auto;
    margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000332}}
    #main #featured-content .slide-container {
      height: auto;
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000339}}
    #main #featured-content .slide-circles,
    #main #featured-content .pause-indicator {
      display: none !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000342}}
    #main #featured-content .slide-wrapper {
      margin: 0;
      width: 100%;
      max-width: 645px;
      height: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000347}}
      #main #featured-content .slide-wrapper .slide {
        margin: 0;
        top: 0;
        left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000351}}
        #main #featured-content .slide-wrapper .slide a img {
          -webkit-border-radius: 0;
          border-radius: 0;
          width: 100%;
          max-width: 645px;
          height: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000357}}
        #main #featured-content .slide-wrapper .slide .ribbon {
          width: 100%;
          bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000361}}
          #main #featured-content .slide-wrapper .slide .ribbon:after, #main #featured-content .slide-wrapper .slide .ribbon:before {
            display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000365}}
        #main #featured-content .slide-wrapper .slide h1 {
          font-size: .8em;
          left: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003105}}
    header #nasa-header .container {
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003107}}
      header #nasa-header .container span {
        max-width: 336px;
        width: 40%;
        line-height: 24px;
        top: 25px;
        position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003114}}
      header #nasa-header .container #search {
        left: -5px;
        width: 450px;
        max-width: 30%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003118}}
        header #nasa-header .container #search input {
          width: 90%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003121}}
        header #nasa-header .container #search:after {
          display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003127}}
    header #scijinks-header {
      width: 100%;
      overflow: hidden;
      position: relative;
      top: 0px;
      margin-bottom: -80px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003133}}
      header #scijinks-header #scijinks-site-logo {
        line-height: 0;
        font-size: 0;
        padding-top:15px;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 200px; }
        
      header #scijinks-header #scijinks-site-logo a{
          display:block;
          background-size: 100%;
          left: 0;
          background-repeat: no-repeat;
          background-position: 12% center;
          width: 320px;
          margin-top:30px;
          top:60px; }
     
     .above-all-home-link {
		  z-index: 2000;
		  position: absolute;
		  top: 60px;
		  left: 0;
		  height: 180px;
		  width: 320px;
		  display: block;
		  background: transparent !important; }
        
        header #scijinks-header #search {
      width: 220px;
      height: 32px;
      bottom: 115px;
      right:20px;
      background: #f3f3f3;
      border-color: #cccccc;
      border-style: solid;
      border-width: 1px;
      position: absolute;
      z-index: 999999; }
      
	header #scijinks-header #goes-countdown {
		bottom: 160px;
		right:20px;
    }
    
    header #scijinks-header #goes-countdown #launch-status-message{
	    margin-top:10px;
	    padding:0;
	    font-size:11pt;
	    color:#0071bc;
	    height:10px;
	}
	
	#goes-countdown #launch-status-cta{
	    margin-top:10px;
	}
	  
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003213}}
  .browse-by-category {
    display: block;
    width: 100%;
    background: #0071bc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003225}}
    .browse-by-category .hide {
      display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003228}}
    .browse-by-category a {
      color: inherit;
      text-decoration: inherit; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003235}}
  #main:target .browse-by-category .show {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003238}}
  #main:target .browse-by-category .hide {
    display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003242}}
  #main:target nav {
    margin: 0 auto;
    display: none;
    display: block;
    padding: 20px;
    padding-top: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    height: 560px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003254}}
    #main:target nav a {
      width: 100%;
      background: #0071bc;
      margin: 0 !important;
      height: 50px;
      padding: 0 !important;
      color:white; 
      text-indent:20px;}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003260}}
      #main:target nav a:hover {
        left: inherit !important; }


@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003300}}
  #main nav {
    float: none;
    height: 0;
    overflow: hidden;
    margin: 0 auto; }
    
    #main nav .subnav a{
		      color:#808080;
		}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003315}}
  #main:before {
    width: 100%;
    left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003319}}
  #main:after {
    display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003324}}
  footer {
	  display:block;
    width: 100%; }
    
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003326}}
    footer .container {
      width: 100%; }

	  footer .container .center nav {
      padding-top:90px;
        }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003331}}
  #main .index-callout {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50% !important;
    display: inline-block;
    height: 168px !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003341}}
    #main .index-callout.planet-health-report {
      background: #CFDF95; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003343}}
      #main .index-callout.planet-health-report h3 {
        position: relative;
        margin: 0 auto;
        margin-bottom: -30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003351}}
      #main .index-callout.planet-health-report .windows {
        float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003355}}
    #main .index-callout.climate-time-machine {
      background: #85C4E8; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003357}}
      #main .index-callout.climate-time-machine a {
        margin: 10px auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003361}}
    #main .index-callout.video {
      background: #ED4F3A; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003363}}
      #main .index-callout.video h2 {
        margin: 10px auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003367}}
      #main .index-callout.video span {
        margin: 0;
        margin-top: -10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003371}}
      #main .index-callout.video a {
        display: block;
        width: 193px;
        margin: 10px auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003376}}
      #main .index-callout.video p {
        width: 100%;
        margin: 5px 0;
        padding: 0;
        text-indent: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003386}}
  #main .menu {
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003388}}
    #main .menu ul {
      overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003390}}
      #main .menu ul li {
        width: 47%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003391}}
        #main .menu ul li .icon {
          display: none !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003394}}
        #main .menu ul li.big {
          width: 95%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003414}}
          #main .menu ul li.big p {
            width: 60%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003422}}
        #main .menu ul li p {
          width: 70%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003430}}
  #main article {
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003440}}
    #main article > p, #main article > img, #main article > table, #main article > video,
    #main article section > p,
    #main article section > img,
    #main article section > table,
    #main article section > video {
      max-width: 95% !important;
      height: auto !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003458}}
    #main article aside {
      /*
                  & > div{
                      margin-left: 0;
                  }
      */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003466}}
    #main article section {
      margin: 15px auto !important;
      margin-left: -10px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003472}}
  footer {
    height: 200px !important; }
    
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003474}}
    footer .center {
      margin-top: 60px;
      width: 90%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003478}}
    footer .webmaster {
      margin-right: 10px;
      margin-top: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003485}}
  .yellow-background,
  .blue-background {
    padding: 10px;
    margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003489}}
  .search-results {
    display: none !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003492}}
  .icon-tray {
    display: none; }

  /*
      #main #big-questions-wrapper{
          width: 100%;
          height: auto;
          float:none;
          .big-questions-menus{
              width: 100%;
              height: auto;
              div{
                  width: 100%;
                  height: auto;
                  img{
                      width: 100%;
                      height: auto;
                  }
              }
          }
      }
  */ }
  @media (max-width: 895px) and (max-width: 442px) {

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000377}}
      header #nasa-header {
        height: 75px; }
        header #nasa-header .container a #about{
	    height:75px;
	}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000380}}
        header #nasa-header img {
          height: 80%;
          margin-top: 3px;
          margin-left: 3px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000385}}
        header #nasa-header span a {
          display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000388}}
        header #nasa-header .container div#search {
          position: absolute;
          top: 15px;
          right: 5px;
          left: auto;
          padding: 0;
          margin: 0;
          width: 70%;
          max-width: 70%; }
          
			header #scijinks-header #search {
				bottom: 120px;
			}
			
			header #scijinks-header #goes-countdown {
		bottom: 165px;
    }
    
    header #scijinks-header #goes-countdown #launch-status-message{
	    top:0;
	    width:100%;
	}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\0000397}}
          header #nasa-header .container div#search input {
            height: 80%; } }
    @media (max-width: 895px) and (max-width: 442px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003142}}
      header #scijinks-header #scijinks-site-logo {
        margin: 0;
        padding: 0;
        position: relative;
        top: 35px;
        width: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003148}}
        header #scijinks-header #scijinks-site-logo a {
         } }
         
         
         
      @media (max-width: 895px) and (max-width: 644px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003158}}
        header #scijinks-header #global-climate-change-plug h2 a {
          display: none; } }
  @media (max-width: 895px) and (max-width: 442px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003331}}
    #main .index-callout {
      width: 100% !important; } }
        @media (max-width: 895px) and (max-width: 540px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003394}}
          #main .menu ul li.big {
            height: 190px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003398}}
            #main .menu ul li.big img {
              width: 80px;
              height: 80px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003402}}
            #main .menu ul li.big p {
              margin-left: 0;
              padding-left: 0;
              font-size: .8em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003410}}
            #main .menu ul li.big h3 a {
              padding-left: 105px; } }
            @media (max-width: 895px) and (max-width: 540px) and (max-width: 400px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003402}}
              #main .menu ul li.big p {
                font-size: .6em; } }
      @media (max-width: 895px) and (max-width: 770px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003390}}
        #main .menu ul li {
          width: 95%; } }
  @media (max-width: 895px) and (max-width: 772px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/web\/climatekids\/css\/sass\/responsive\.scss}line{font-family:\00003450}}
    #main article .main-content,
    #main article aside {
      position: relative;
      width: 95% !important;
      margin: 0 auto !important; } }
/** Mobile Version **/
/*
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

    header {
        #nasa-header{
            height: 40px;
            img{
                height: 30px;
                margin:5px;
            }
            span{
                font-size: 12px;
                width:150px;
                line-height: 15px;
                margin-top:5px;
                margin-left:0;
            }
        }
    }

}
*/
