/* CSS Document */
/*TEMPLATE STYLES*/
body{overflow-x:hidden;	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;;}
.messenger-template-bar{background-color:rgba(0, 0, 0, 1);}
.navbar-default .navbar-brand{color:#fed136;}
h2 {color:#fff;}
h3 {color:#be5444;}
h4 {line-height:1.5;font-weight:normal; text-transform:none;margin:24px 0 36px;color: #ddd;}
.text-muted, p, table, ul, ol {
    color: #ddd;
}

ul.site-map li {list-style-type:none;}
a.site-map-level-1 {font-weight:bold;font-size:1.1em;border-bottom:1px solid #ccc;margin-bottom:10px; background-color:#F1F1F1;}
a.site-map-level-2 {font-weight:bold;font-size:1em;}
li.site-map-level-2-header {font-weight:bold;font-size:1.1em;color:#999;margin:10px 0 10px;padding-top:10px;}
ul.site-map li a{color:#000;}
.navbar-default .navbar-site-map {
	margin:15px;
}

ul.site-map {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.site-map ul {
  padding-left: 1em;
  list-style: none;
}
ul.site-map ul li {
margin-top:-10px;
}
ul.site-map li a:link, ul#site-map li a:visited{

  display: block;
  padding: 0.4em;
  text-decoration: none;
  /*color: #057FAC;*/
}

ul.site-map li a:hover {
  background-color: #999999;
  color: #ccc;
}

ul.site-map li li a:link, ul#site-map li li a:visited{
  display: block;
  padding: 0.4em;
}

ul.site-map li li a:hover {
  background-color: #ccc;
  color: #057FAC;
}





/***THE BELOW IS TO CORRECT PLACEMENT OF ANCHOR LINKS WITH THE STICKY HEADER. Apply to span tag of anchor designation.***/
.anchor-span{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

a.btn-primary:hover {
    background-color: #666 !important;
	border:1px solid #666 !important;
   
}

a:hover {color: yellow;}
*::-moz-selection {
    background: #be5444 none repeat scroll 0 0;
    text-shadow: none;
}
.modal-body > a {
	color:#333;	
}
.modal-body > a:hover {
	color:#666;	
}
@media (min-width:768px) { 
/*to hover drop-down menu versus click*/
	.dropdown:hover .dropdown-menu {
	display: block; border:1px solid #3E3E3E;
	}
}



.credit-line{font-style:italic;}
a.modal-link{ cursor:pointer;}

.image-disclaimer-statement{display:block;font-size:.8em;margin:20px 0 20px;padding:20px 0 20px;border-top:1px solid #727272;}
.navbar-default .nav ul.dropdown-menu li a{text-transform: none;}
ul.dropdown-menu{background-color:#222;border:none;font-size:.9em;border-radius:0;}
ul.dropdown-menu .dropdown-header{letter-spacing:.05em; font-weight:bold;font-size:1.1em;  margin-left:-10px;}
ul.dropdown-menu li a:hover {background-color:#444;}
ul.dropdown-menu li a:focus {background-color:#444;}
.dropdown-menu .divider {
	background-color:#333;
}

.navigation-title {font-size:1.6em;font-weight:bold;color:#fff;}
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    border-radius: 0;
    color: #eae98c;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #eae98c;
	outline: 0
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #eae98c;
	background-color: transparent;
}
.navbar-default .navSecondLevel {
	font-weight:bold;
	color:#fff;
}
.navbar-secondLevel{border-top:thin #fff solid;}
.navSecondLevel > li > a  {
	padding:0px 10px 0px;
	font-size:.9em;
}

.thumbnail .caption h4 { color:#be5444;margin:10px;}
.thumbnail .caption p { color:#000;}
.img-thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 0;
    max-width: 100%;
    padding: 1px;
    transition: all 0.2s ease-in-out 0s;
	margin-top:24px !important;
}
.img-thumbnail2 {
    background-color: #ccc;
    border: none;
    border-radius: 0;
    max-width: 100%;
    padding: 1px;
    transition: all 0.2s ease-in-out 0s;
	margin-top:24px !important;
}
.text-primary {
    color: #be5444;
}
.bg-medium-gray {
    background-color: #222;
}
.bg-black {
    background-color: #000;
}

/************ START: FOR INVERSE THEME WHERE THERE IS DARK TEXT ON A LIGHT BACKGROUND ************/
.bg-light { background-color: #ececec;}
.bg-white { background-color: #fff;}
.bg-light p,.bg-light h1,.bg-light h2,.bg-light h3,.bg-light h4,.bg-light h5,.bg-light table,.bg-light li,
.bg-white p,.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white table,.bg-white li
{color:#333;}
.bg-light a, .bg-light a:hover, .bg-white a, .bg-white a:hover {color:#be5444;}
.bg-light .table-striped > tbody > tr:nth-child(2n+1) > td, .bg-light .table-striped > tbody > tr:nth-child(2n+1) > th,.bg-white .table-striped > tbody > tr:nth-child(2n+1) > td, .bg-white .table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #cdcdcd;}
.bg-light .section-heading, .bg-white .section-heading{color: #444;}
.bg-light .section-subheading, .bg-white .section-subheading{color: #666;}
/************ END: FOR INVERSE THEME WHERE THERE IS DARK TEXT ON A LIGHT BACKGROUND ************/

/************ START: FOR INVERSE THEME WHERE THERE IS LIGHT TEXT ON A DARK BACKGROUND ************/
.bg-darkest-gray a .item-caption h4,.bg-darkest-gray a .item-caption h4, .bg-darkest-gray a:hover .item-caption h4,.bg-medium-gray a .item-caption h4,.bg-medium-gray a .item-caption h4, .bg-medium-gray a:hover .item-caption h4 {color:#eae98c;}
.bg-darkest-gray a .item-caption h4:after,.bg-medium-gray a .item-caption h4:after
{
    content: " \00BB";
}
/************ END: FOR INVERSE THEME WHERE THERE IS LIGHT TEXT ON A DARK BACKGROUND ************/

@media (max-width: 767px) {
	section{padding-top:120px;}
}

section.compressed-introduction{padding:30px;}/*remove extra padding from top to close up space for intro text which is for the entire page (not just per-section)*/
section h2.section-heading {
	color:#fff;
	font-size:2em;
}
section h3.section-subheading {
	/*color: #d6815b;*/
	color:#ddd;
    font-size: 20px;
    font-style: normal;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none;
	line-height:1.4;
}
section h3.mid-contentHeading {
text-align:center;
margin-bottom:16px;
border-top:1px #ccc solid;
padding-top:20px;
}
h3.nav_title {color:#fff; margin-top:45px;}

/*For highlighted subcategories*/
.portfolio-item .portfolio-caption, .portfolio-item-grid .portfolio-caption {
    background-color: transparent !important;
}
.portfolio-item .portfolio-caption p, .portfolio-item-grid .portfolio-caption p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0;
}
.portfolio-item .portfolio-caption h4 {
    color:#fae59c;
}
.portfolio-item-grid .item-caption h4 {
    color:#fff;
}
.portfolio-item-grid .item-caption h4.dark {
    color: #333;
}

/*For lists of downloads or videos*/
/*.portfolio-item-grid{
	max-height:150px;
	overflow:auto;
	}*/
.portfolio-item-grid{
margin-bottom:20px;
	}
.portfolio-item-grid .item-caption h4 {
margin-bottom:0px;
}
.portfolio-item-grid .item-caption {
	text-align: left;
}
.portfolio-item-grid img{margin:10px;}

/*Dynamically shortened Text with Show More link using jQuery*/
.comment {
	margin: 10px;
	color:#fff;
}
a.morelink {
	text-decoration:none;
	outline: none;
	font-weight:bold;
}
.morecontent span {
	display: none;
}





.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #454545;
}

/*Caption box*/
div.caption-box {margin:10px;padding:10px;width:100%;background-color:#ccc;}
div.caption-box p{font-style:italic;font-size:.9em;line-height:1.5em;}
div.caption-box img{margin-bottom:10px;}

/*for Question/Answer page under Resources*/
.qa-question-header {font-weight:bold;font-size:1.2em;border-top:1px #000 solid;}

/*Custom accordian panel*/
.panel-default > .panel-heading { background-color: #000;}
.panel-default .panel-body { background-color:#ddd;}
.panel-default .panel-body * {color:#000;}
.panel-default .panel-body a {color:#be5444;}
.panel-default > .panel-heading { cursor: pointer; }
.panel-title {color: #eae98c;}
/******* ACCORDIAN ARROWS*****/
/*.panel-heading h4.accordion-toggle{ text-decoration:underline;}*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\00a0\e114";    /* adjust as needed, taken from bootstrap.css */
    color: #eae98c;         /* adjust as needed */

}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\00a0\e080";    /* adjust as needed, taken from bootstrap.css */
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
	border: none !important;	
	border-color: transparent !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: transparent;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: #555;
    cursor: pointer;
}
.nav-tabs > li > a > img {

    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    color: #555;
    cursor: pointer;
}
.nav-tabs > li > a:focus > img {
	border-color: #be5444 !important;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    color: #fff;
    cursor: pointer;
}
.nav-tabs > li > a:hover > img {

    border-color: #fff !important;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    color: #fff;
    cursor: pointer;
}
.nav-tabs > li.active > a:hover {
	background-color: transparent;
}
.nav-tabs > li.active > a > img, .nav-tabs > li.active > a:focus > img, .nav-tabs > li.active > a:hover > img {
	background-color: transparent;
    border-color: #be5444;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    color: #555;
    cursor: pointer;
}
.tab-pane h4 {
	margin-bottom:8px;
}
.tab-pane .captionBox {
	border:1px solid #ddd;
	padding:5px;
	background-color:#fff;	
	font-size:12px;
	line-height:1.4;
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#pinBoot .white-panel {
  position: absolute;
  background: #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border:#fff medium solid;
}
/*
stylize any heading tags withing white-panel below

#pinBoot .white-panel h1 a {
  color: #A92733;
}*/
#pinBoot .white-panel h3 {
  font-size: 1.2em;
}
#pinBoot p{color:#000; font-size:1em;}
#pinBoot .white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}







ul.subnav{
	list-style:none;
	margin-left:0;
	margin-bottom:24px;
}
ul.subnav li{
	display:inline-block;
	padding:10px 18px;
	font-size:18px;	
}
ul.subnav li a, ul.subnav li a:hover {
	color: #eae98c;
}
/*
.portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(190,84,68,.9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}
*/
.modal-dialog {
    margin: 50px auto;
    width: 670px;
}
.modal-content p {
    padding:16px;
	text-align:left;
	line-height:1.4;
	color: #333;    
}
h4.modal-title {
	color:#333;	
	text-align:left;
}

h1.page-header {color:#999;}

/*for subpage banner across top of foyer pages*/
header .intro-subpage {
	padding-top: 50px;
	padding-bottom: 50px;
}
header .intro-lead-in, header .intro-heading{
	text-shadow: 2px 2px 4px #000000;
}
header .intro-text .intro-lead-in {
    font-size:32px;
}
header .btn-cta {
    margin: 20px 0 0;
    padding: 10px 15px;
    border: 2px solid #fff;
	border-radius:0;
    background-color: transparent;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
	color:#fff;
	-moz-transition-property: background-color, color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.5s;
}
header .btn-cta:hover {
    color: #b84d45;
    background-color: #fff;
	border-color:#fff;
	-moz-transition-property: background-color, color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.5s;
}
header.multimedia {
	background-image: url("../images/home/MESSENGER_MOI_Telecon.jpg") !important;
}
header.about {
	background-image: url("../images/home/about-banner.jpg") !important;
}
section#introduction {
	padding: 110px 0px 0px;
}


/*Back to top sticker footer icon*/
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: transparent;
}
.back-to-top i {
  font-size: 40px;
  text-shadow: 0px 1px 2px #000000;/*add shadowing so icon shows on both dark and light backgrounds*/
}
 
.flip-content a h1 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color:#eee;
	background-color: rgba(0,0,0,0.8);

	padding:0.25em 0;
}
.flipster .flipster-nav {
    background: transparent;
    border-bottom: none;
    display: block;
    font-size: 0;
 	width:80%;
	left:10%;
    list-style-type: none;
    margin: 0 0 52px;
    padding: 5px ;
    position: relative;
    text-align: justify;
}
.flipster .flipster-nav .flip-nav-current .flip-nav-category-link, .flipster .flipster-nav .no-category .flip-nav-current.flip-nav-item-link {
    background: #ddd none repeat scroll 0 0;
    border: none;
    color: #000000;
	min-height:30px;
	font-size: 16px;
}
.flipster .flipster-nav .flip-nav-category-link, .flipster .flipster-nav .no-category .flip-nav-item-link {
    background: #666 none repeat scroll 0 0;
	border: none;
    color: #ffffff;
	min-height:30px;
	font-size: 16px;
}
.flipster .flipster-nav .flip-nav-category, .flipster .flipster-nav .no-category {
    width: 50%;
}
.flip-content .btn-group-lg > .btn, .flip-content .btn-lg {
    border-radius: 0;
    font-size: 14px;
    line-height: 1.33333;
    padding: 4px 12px;
	margin-top:40%;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link.flip-nav-current {
    background: transparent;
    color: #ddd;
	border:1px solid #ddd;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link {
    color: #ddd;
    font-family: Helvetica;
    font-size: 16px;
    padding: 5px 15px;
    text-transform: none;
	border:1px solid transparent;
}
.flipster .flipto-prev, .flipster .flipto-next {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    display: block;
    margin-top: 25px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transition: background-color 300ms ease 0s;
    z-index: 999;
}
.flipster .flipto-prev:hover, .flipster .flipto-next:hover {
	background-color: #ddd;
	color:#333;
}
@media (min-width : 769px) and (max-width : 992px) {
	.modal-dialog {
		margin: 50px auto;
		width: 670px;
	}
	.flipster .flipster-nav {
		background: transparent;
		border-bottom: none;
		display: block;
		font-size: 0;
		width:96%;
		left:2%;
		list-style-type: none;
		margin: 0 0 80px;
		padding: 5px ;
		position: relative;
		text-align: justify;
	}
}
@media (min-width : 481px) and (max-width : 768px) {
	.modal-dialog {
		margin: 30px auto;
		width: 480px;
	}
	.flipster .flipster-nav {
		background: transparent;
		border-bottom: none;
		display: block;
		font-size: 0;
		width:96%;
		left:2%;
		list-style-type: none;
		margin: 0 0 80px;
		padding: 5px ;
		position: relative;
		text-align: justify;
	}
}
@media (min-width : 320px) and (max-width : 480px) {
	.modal-dialog {
		margin: 20px auto;
		width: 320px;
	}
	.flipster .flipster-nav {
		background: transparent;
		border-bottom: none;
		display: block;
		font-size: 0;
		width:96%;
		left:2%;
		list-style-type: none;
		margin: 0 0 20px;
		height:160px;
		padding: 5px ;
		position: relative;
		text-align: justify;
	}
	
	.flipster .flipster-nav .flip-nav-current .flip-nav-category-link, .flipster .flipster-nav .no-category .flip-nav-current.flip-nav-item-link {
		background: #ddd none repeat scroll 0 0;
		border: none;
		color: #000000;
		min-height:50px;
		font-size: 16px;
		line-height:1.2;
		padding:8px;
	
	}
	.flipster .flipster-nav .flip-nav-category-link, .flipster .flipster-nav .no-category .flip-nav-item-link {
		background: #666 none repeat scroll 0 0;
		border: none;
		color: #ffffff;
		min-height:50px;
		font-size: 16px;
		line-height:1.2;
		padding:8px;
		
	}
	.flipster .flipster-nav .flip-nav-category-link, .flipster .flipster-nav .no-category .flip-nav-item-link {
	
		height: 50px;
	
	}
	.flipster .flipster-nav .flip-nav-category, .flipster .flipster-nav .no-category {
		height:180px;
		
	}
	.flipster .flipster-nav .flip-nav-category .flip-nav-items {
		top: 47px;
	}
	.flip-content .btn-group-lg > .btn, .flip-content .btn-lg {
		margin-top:60px;
		z-index:1000;
	}
}

footer {background-color:#000; color:#fff;}
footer .alignLeft {text-align:left;}
footer .alignRight {text-align:right;}
footer li a, footer li a:hover {color: #eae98c;}
footer span.copyright {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#999;
}

table.presentation-item {border-collapse: collapse;}
table.presentation-item tr {padding-top: 5em;
    padding-bottom: 5em;}


/*For Science Gallery Images pages that were database-drive*/
.gallery-image-cell{width:25%;}
.gallery-caption{margin-top:0px; font-style:italic; text-align:center; font-size:.9em;}
.gallery-credit{font-style:italic; border-bottom:thin solid #ccc;padding-bottom:10px;}
.gallery-image-use{font-size:.9em; text-align:center;}
.gallery-description-content{padding:10px;margin-top:-20px;}

/*FOR TEAM PAGE*/
.team-member p {
	line-height:normal;
}
p.team-title{ font-style:italic;color:#777777;}
.team-member img {
	border: 2px solid #ccc;
	padding:3px;
}
p.team-institution{color:#777777;}

h4.team-title {padding:20px; text-align:center; font-size:1.5em;}
div.team-member {clear:both; text-align:left;}
div.team-member img {float:left; margin-right:10px; max-width:70px;}
div.team-member p { line-height:1.4;}
div.team-member p.team-member-name {font-weight:bold;}
div.team-member p.team-member-institution {font-style:italic;}

/*****FOR NEWS ARTICLES*****/
.news-item-line {margin-top:20px;}
.news-item-line p { line-height:1.2em;}
.modal-news a {color:blue; cursor:pointer; }
.news-date {font-size:.7em; font-style:italic;}
/********FOR GALLERY IMAGE TOPIC PAGES*******/
	.item-box{float:left;margin:10px 0 10px;}
	.item-box .item-thumbnail{float:left;margin:3px; height:150px; min-width:75px;}
	.item-box .item-date{  font-style:italic;}
	.item-box .item-content{font-weight:bold;}
	.topic-header{font-size:1.3em;margin-bottom:20px;border-bottom:1px solid #000; padding:10px;}
	.top-name{font-weight:bold;font-size:1.3em;}
/********FOR GALLERY IMAGE MAIN  PAGE*******/
div.thumb {
	min-height: 200px;
	color:#fff;
	line-height:1em;
	text-align:center;
}
div.thumb img {
	height: 100px;
}
div.thumb p {margin-top:-10px; line-height:1em;}
div.thumb a.thumbnail {background:#000;}

/********FOR GALLERIA on IMAGES PAGE*******/
  .cred{margin-top:20px;font-size:11px;}

            /* This rule is read by Galleria to define the gallery height: */
            #galleria{height:400px;width:100%;}
			@media (min-width:320px) and (max-width:479px) {
				#galleria{height:640px;width:100%;}	
			}
			@media (min-width:480px) and (max-width:767px) {
				#galleria{height:520px;width:100%;}	
			}
			#galleria a {padding-top:40px; padding-bottom:40px; }
			
			
.wwwsubheader {
    font-size: 16px;
    font-weight: bold;
}