/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  background: #0a5785;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 26px; /* Height of the drop down */
  line-height: 25px; /* Vertically positions the drop down text */
  display: block;
  color: #fff;
}
.selectboxit-container span {
	line-height: 15px;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  width: 80px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  background: #0a5785;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 0px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* 
BEGIN NSIDC STYLES
*/
#header {
height:64px;
width:100%;
-webkit-box-shadow:0 3px 5px rgba(0,19,46,.6);
box-shadow:0 3px 5px rgba(0,19,46,.6);
padding:0;
margin:0;
-moz-box-sizing:border-box;
box-sizing:border-box;
min-width:320px;
background:#002248;
position:relative;
z-index: 999;
}

#header #logo {
width:280px;
margin:0 0 0 24px;
height:64px;
float:left;
padding:0;
background:url(//nsidc.org/images/nsidc-id-264.png) no-repeat 0 8px
}

#header #logo h1 {
text-indent:-9999px;
margin:0;
padding:0;
width:100%;
font:6px Arial,Helvetica,sans-serif
}

#header #logo h1 a {
display:block;
height:50px;
width:100%;
padding:0;
margin:0
}

#skip-nav {
display:none
}

#skip-nav a {
text-indent:-99999px
}

#nsidc-menu {
float:left;
position:relative;
width:453px;
z-index:1000;
margin: 0 0 0 15px
}

.nsidc-nav {
color:#fff;
float:left;
padding:0;
margin:0;
font:16px Interval,'Open Sans',"Arial Narrow",Arial,sans-serif
}

.nsidc-nav li {
background:#002248;
display:block;
float:left;
list-style:none outside none;
margin:0;
width:auto;
line-height:14px;
font-weight:400;
padding:0
}

.nsidc-nav li.main,.nsidc-nav li.active-nav {
height:auto;
position:relative;
text-transform:uppercase
}

.nsidc-nav li a {
color:#fff;
text-decoration:none;
display:block;
padding:25px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.nsidc-nav #home {
background:url(/images/home/home-icon.png) no-repeat center center;
text-indent:-99999px;
width:70px;
float:left
}

.nsidc-nav #about-nav {
width:91px
}

.nsidc-nav #news-nav {
width:84px
}

.nsidc-nav #research-nav {
width:111px
}

.nsidc-nav #data-nav {
width:82px
}

.nsidc-nav .subnav {
background:#096fb4;
background:-moz-linear-gradient(top,#096fb4 0%,#0a5785 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#096fb4),color-stop(100%,#0a5785));
background:-webkit-linear-gradient(top,#096fb4 0%,#0a5785 100%);
background:-o-linear-gradient(top,#096fb4 0%,#0a5785 100%);
background:-ms-linear-gradient(top,#096fb4 0%,#0a5785 100%);
background:linear-gradient(to bottom,#096fb4 0%,#0a5785 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#096fb4",endColorstr="#0a5785",GradientType=0);
float:left;
position:absolute;
left:0;
width:1100px;
margin-top:0;
margin-left:0;
display:none;
z-index:990;
-moz-box-shadow:5px 5px 5px rgba(0,19,46,.6);
-webkit-box-shadow:5px 5px 5px rgba(0,19,46,.6);
box-shadow:5px 5px 5px rgba(0,19,46,.6);
border-bottom:none;
overflow:hidden;
padding:0 0 0 30px;
-moz-box-sizing:border-box;
box-sizing:border-box;
font:14px/20px "Open Sans",Arial,"Segoe UI",sans-serif
}

.nsidc-nav .data-menu {
left:-389px
}

.nsidc-nav .research-menu {
left:-471px
}

.nsidc-nav .news-menu {
left:-582px
}

.nsidc-nav .about-menu {
left:-666px
}

.nsidc-nav .subnav a {
padding:0;
border-left:none;
display:inline
}

.nsidc-nav .subnav a:hover {
color:#b8ffff;
text-decoration:underline
}

ul.nsidc-nav li.active-nav {
background:#1a4c79
}

.nsidc-nav .on-top {
z-index:999!important
}

.nsidc-nav .subnav li {
float:none;
background:none;
text-transform:none;
line-height:1.5;
margin-bottom:12px
}

#nsidc-search {
margin:18px 15px 0 0;
float:right
}

#nsidc-search form {
margin:0;
padding:0
}
#service-message {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 56px;
    top: -15px;
}
/* for Polaris and SAGE */
.tundra #service-message {
	right: 226px;
	top: 23px;
}
/* for SOAC */
.sota #service-message {
	right: 316px;
	top: 20px;
}
/* for Icebridge */
#headerPanel #header {
	margin-top: 25px;
}
#search-box {
float:right
}

#search-box input[type="text"] {
padding:6px;
height:28px;
border:1px solid #4d91cb;
background:#0a5785;
margin:0;
color:#fff;
outline:none;
float:left;
width:167px;
font-size:10px;
line-height:1;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

#search-box input.submit-btn {
padding:0;
float:left;
width:28px;
background:url(/images/home/search-icon.png) no-repeat 4px 4px #1a4c79;
text-indent:-9999px;
height:28px;
cursor:pointer;
border:1px solid #458ac3;
border-radius: 0;
box-shadow: none;
text-shadow: none;
}

#search-box input.submit-btn:hover {
border:1px solid #7ab7fa
}

#search-box input:focus {
border:1px solid #7ab7fa
}

#search_type {
color:#FFF;

font-size:10px;
padding:6px 0 6px 3px;
height:26px;
width:80px;
border:0!important;
background:url(/images/home/search-select-arrow.png) no-repeat 64px 6px #0a5785;
-moz-box-sizing:border-box;
box-sizing:border-box;
display:none
}

#search-select {
width:80px;
border:1px solid #458ac3;
height:26px;
float:left
}

#modalMessageOverlay {
background:url(//nsidc.org/images/global/modal_bg_trans.png);
visibility:hidden;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:99999
}

.popup_block {
background:#fff;
margin:auto;
padding:20px;
border:3px solid #ddd;
position:relative;
z-index:99999;
-webkit-box-shadow:0 0 20px #000;
-moz-box-shadow:0 0 20px #000;
box-shadow:0 0 20px #000;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
width:500px;
top:280px
}

#serviceAnnouncement {
display:none;
height:0;
visibility:hidden
}

.popup_block p {
margin:7px 0
}

img.btn_close {
border:0;
float:right;
margin:-15px -15px 0 0;
position:relative
}

.noticeButton {
margin:0;
padding:0;
font-size: 11px;
font-weight: bold;
}

.noticeButton .modalTrigger {
color:#FFF;
text-decoration:none;
padding:3px 15px 3px 30px;
background:url("/images/warning-icon_16.png") no-repeat scroll 10px 4px #a64d26;
border: 1px solid #e58358;

}

.noticeButton .modalTrigger:hover {
background-color:#900
}

.subnav .subhead {
    border-bottom: 1px solid #77bbff;
    font-family: "Open Sans",Arial,"Segoe UI",sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
    margin-top: 0;
    padding: 0 0 6px;
    text-shadow: 1px 1px 1px #1a4c79;
    text-transform: none;
}
.subnav .subhead > a {
background: url("/sites/nsidc.org/files/images/icons/arrow-white-right-12x12.png") no-repeat scroll right 6px;
padding-right: 15px;
}
.subnav .subhead > a:hover {
text-decoration: none;
background: url("/sites/nsidc.org/files/images/icons/arrow-lgt-blue-right-12x12.png") no-repeat scroll right 6px;
}
.subnav .column-1,.subnav .column-2,.subnav .column-3,.subnav .column-4 {
width:25%;
padding:30px 15px 999px;
margin-bottom:-999px;
float:left;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.about-menu div.column-2 {
width:46%
}
.about-menu ul.column-2, .about-menu ul.column-3 {
width: 50%;
padding-top: 0;
padding-left: 0;
}

.news-menu .column-1,.news-menu .column-2 {
width:24%
}

.about-menu .column-4,.research-menu .column-4,.news-menu .column-4 {
background:#69c;
margin-top:0;
text-transform:none;
width:27%;
padding:30px 20px 999px;
float:right
}

.subnav .column-4 {
padding-right:30px;
width:27%;
box-sizing:border-box
}
.subnav .column-4 img {
	padding: 0;
	float: left;
	margin-right: 12px;
	border: 1px solid #ddd;
}
div.data-menu .column-1 {
width:23%
}

div.research-menu .column-4 {
margin-top:0
}

.subnav ul {
margin-left:0;
padding-left:0
}

input.keywords {
background:url(/images/home/search-icon-2.png) no-repeat right 3px #b9c9db;
border-radius:10px;
padding:3px 10px;
margin-bottom:30px;
width:80%
}

.subnav .menu-see-also {
width:75%;
margin-left:25%;
-moz-box-sizing:border-box;
box-sizing:border-box;
clear:both;
float:left;
margin-top:-20px;
padding:0 15px;
margin-bottom:20px
}

.subnav .menu-see-also p {
text-transform:none;
display:block;
border-top:1px solid #77bbff;
padding-top:8px
}

.subnav .menu-see-also a,.about-menu .column-4 a,.research-menu .column-4 a {
text-decoration:underline
}

#data-search .submit-btn {
display:none
}
.subnav .data-search {
	margin-bottom: 40px;
}
.about-menu .column-4 p,.research-menu .column-4 p,.news-menu .column-4 p {
line-height:2
}
.column-4 p.subhead {
line-height: 1.5;
}
.about-menu .column-1 {
margin-right:1%;
width:24%
}

.nsidc-nav .research-menu ul {
padding-left:20px;
width:70%
}

.nsidc-nav .research-menu ul li {
float:left;
width:20%;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding-right:50px;
padding-top:30px
}

.research-menu ul li img {
clear:right;
border:1px solid #83bce8;
padding:8px;
background:#69c;
margin-bottom:10px
}

.nsidc-nav .research-menu li a {
font-weight:600;
text-shadow: 1px 1px 1px #1a4c79;
}

.nsidc-nav .subnav li:last-child {
padding-bottom:20px
}

.news-menu .social-links {
padding:0;
margin:10px 0 0
}

.news-menu .social-links img {
float:left;
margin-right:10px;
margin-bottom:20px;
padding:1px;
border:1px solid #69c
}

.news-menu .column-3 .subhead {
margin-bottom:25px
}

.subnav .column-4 p:last-child {
margin-bottom:20px
}

#search-select .selectboxit-btn {
color:#FFF;
font-size:10px;
padding:6px 0 6px 3px;
height:26px;
width:80px;
border:0;
background:url(/images/home/search-select-arrow.png) no-repeat 64px 6px #0a5785;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:active {
color:#333;
background:#e6e6e6
}

.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus {
color:#333;
text-decoration:none;
background:0 -15px
}

.selectboxit-default-arrow {
width:0;
height:0
}

.selectboxit-list {
color:#fff;
border:1px solid #4d91cb;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
box-shadow:0 5px 10px rgba(0,0,0,.2);
background:#0a5785
}

.selectboxit-list .selectboxit-option-anchor {
color:#333
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
color:#fff;
background-color:#0081c2;
background-image:-moz-linear-gradient(top,#08c,#0077b3);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));
background-image:-webkit-linear-gradient(top,#08c,#0077b3);
background-image:-o-linear-gradient(top,#08c,#0077b3);
background-image:linear-gradient(to bottom,#08c,#0077b3);
background-repeat:repeat-x
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
color:#999
}

/****************

Footer styles 

****************/
#footerNSIDC {
-moz-box-sizing: border-box;
box-sizing:border-box;
padding:20px 30px;
width:100%;
	position: relative;
	top: 0;
	border-top: 1px solid #999999;
	clear: both;
	margin-bottom: 40px;
	background-color: #002248;
	color: #fff;
}
#footerNSIDC p {
	font-size: 11px;
	color: #fff;
	padding:0;
	margin:3px;
}
#footerNSIDC div.footerElement {
	min-height: 35px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
div.footerElement img {
	margin: 8px 0;
}

div#footerNSIDC img {
	vertical-align:middle;
	margin-top: 15px;
	border: none;
	background: none;
	float: left;
	}
#footerNSIDC .footerTitleTextNSIDC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
}

#sponsorsContainerNSIDC {
	margin: 0;
	padding: 0 .8em;
}






#footerNSIDC .footer-column {
-moz-box-sizing: border-box;
box-sizing:border-box;
margin:0;
padding-left:14px;
padding-right:14px;
width:25%;
float: left;
}




#footerNSIDC #footer-bottom .grid_9 {
    width: 575px;
}

#footerNSIDC .footer-column:first-child {
padding-left:14px;
}

#footerNSIDC .footer-column ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
}
#footerNSIDC .footer-column ul li {
	margin-bottom: 8px;
	line-height: 1.75;
}
#footerNSIDC .footer-column h2 {
	border-bottom: 1px solid #245c77;
	padding-left: 0px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.5;
	padding-bottom: 5px;
}
#footerNSIDC p a {
	color: #d0deed;
	font-size: 11px;
}
#footerNSIDC a {
	color: #d0deed;
	text-decoration: none;
	font-size: 13px;
}
#footerNSIDC a:hover {
	text-decoration: underline;
	color: #88bee7; 
}





#footerNSIDC #footer-bottom {
margin-left:0;
margin-right:0;
	clear: both;
	border-top: 1px solid #CDDCED;
	padding: 20px 0 0 0;
}

#footerNSIDC #footer-bottom p {
	font-size: 12px;
	text-align: left;
	float: left;
	line-height: 20px;
	width: 600px;
}
#footerNSIDC #footer-bottom .affiliate-logos {
	padding-bottom: 20px;
	float: right;
	width: 430px;
	text-align: right;
	margin-top: 5px;
}
#footerNSIDC #footer-bottom p a {
	font-size: 12px;
}
#footerNSIDC .social-icon-container {
	width: 60px;
	margin-bottom: 10px;
	float: right;
	margin-top: -34px;
}
#footerNSIDC .social-icon-container img {
	margin-top: 0px;
	padding: 0 3px;
}
#footerNSIDC #footer-bottom img {
	margin-top: 0px;
	margin-right: 10px;
	padding: 0;
}

header #skip-nav {
display:none
}