/* Implemented when we moved to mobile friendly Aug 2016 */
/* From the acknowledgments page                         */
body {
  font-size: 16px;
  background-color: #EDEDED;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie 8 */
  /* -ms-interpolation-mode: bicubic; */
} 
p {
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: 1em; 
}
.searchBox {
  display: inline-block;
  float: inherit;
  padding: 1px;
  margin-top: 2px;
  white-space:nowrap; border:1px solid #005a96;
  background: #FFFFFF;
}
.centerText {
  text-align: center;
  background: #EDEDED;
}
.header { 
  text-align: center;
  background-color: #dde5ed;
  margin-top: -1.5em;
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.footer {
  text-align: center;
  background: #EDEDED;
  padding: 1em;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  margin-right: -1.2em;
  margin-left: -1.2em;
}
/*** This block is for Home page ***/
.introductionBlock {
 /* border: 1px solid #333; */
  background-color: #EDEDED;
}
div.introductionBlock a:link, a:visited {
  color: #005a96;
  text-decoration: none;
}
div.introductionBlock a:hover {
  color: #FFFFFF;
  background: #005a96;
}
div.collectionImage
  { 
  margin-top: 1em;
  margin-bottom: 3em;
  /* padding: 1px; */
  padding-top: 1em;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
  height:160px;
  width:150px;
  float:left;
  text-align:center;
  background: #FFFFFF;
  }
div.collectionImage img
  {
  display:inline;
  margin:1px; 
  /* border:1px solid #ffffff; */
  }
div.collectionImage a:hover img
  {
  border:1px solid #005a96;
  }
div.collectionCaption
  {
  font-weight:normal;
  width:110px;
  margin-left: 14px;
  font-size: 1.2em;
  }
div.collectionCaptionBold
  {
  font-weight:bold;
  }
.featuringLink A:link {color: white; text-decoration: none;}
.featuringLink A:visited {color: white; text-decoration: none;}
.featuringLink A:active {color: white; text-decoration: none;}
.featuringLink A:hover {color: yellow; text-decoration: underline;}
.mainLink A:link {color: #005a96; text-decoration: none;}
.mainLink A:visited {color: #005a96; text-decoration: none;}
.mainLink A:active {color: #005a96; text-decoration: none;}
/* .mainLink A:hover {color: black; text-decoration: underline;} */
.mainLink A:hover {
   color: #FFFFFF;
   background: #005a96;
}
/* Mouseover and popup a bigger image. */
.thumbnail {
position: relative;
z-index: 0;
}
.thumbnail:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail span { 
visibility: hidden; 
color: black;
text-decoration: none;
max-width: 14em;
max-height: 14em;
width: auto;
}
.thumbnail span img { 
position: absolute; 
bottom: 3px;
right: 5px;
border-width: 0;
}
.thumbnail:hover span {  
visibility: visible;
top: 0;  /* The top of large image displays starting at the bootom */
/*bottom: 0; */    /* The top of large image displays starting at the top */
/* left: 60px; */ /*position where enlarged image should offset horizontally */
}
/** End block for Home page ***/
  
.centerProjectLeadership {
  display: inline-block;
  text-align: center; 
  /* border: 1px solid #333; */
  background-color: #FFFFFF;
  padding-bottom: 1em;
  /*
  margin-left: 10em;
  margin-right: 10em;
  */
  /*
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  */
  margin-left: auto;
  margin-right: auto;
  width: auto;
  /*width: 40em; */
}
.centerBlock {
  text-align: center; 
  /* border: 1px solid #333; */
  background-color: #FFFFFF;
  padding-bottom: 1em;
}
div.centerBlock a:link, a:visited {
  color: #005a96;
  text-decoration: none;
}
div.centerBlock a:hover {
  color: #FFFFFF;
  background: #005a96;
}
.titleResearchers {
  font-size:1.1em; 
  width: 45%; 
  display: inline-block; 
  text-align: center; 
  vertical-align: top;
  white-space: normal; 
  *display: inline; /* Make IE work for display inline block */
  zoom: 1;          /* Make IE work for display inline block */
}
#pageTitle {
  width: auto;
  font-size:1.1em;
} 
.clearBoth {
  clear:both;
}
div.pinterest {
  color: #000000;
  font-size: 0.9em;
  display: inline-block;
  padding: 1em;
  margin-bottom: 0.2em;
}
div.formMenu div.pinterest a:hover {
  color: #FFFFFF;
  background: #dde5ed;
}
.teamList {
  margin: auto;
  text-align: center;
}
.team {
   width: auto;
   margin: 10px;	
   display: inline-block;
   *zoom: 1;           /* For IE 8 */
   *display: inline;   /* For IE 8 */	
   /* text-align: left; */ 
   vertical-align: top;
   /* border: 1px solid #333; */
   background-color: #FFFFFF;
}
.titleText {
  text-align: center;
  font-size: 1.5em;
  color: #005a96;
  margin: 0.8em;
}
.titleBackground {
  color: #FFFFFF;
  background: #005a96; 
  border: 1px solid #005a96;
  padding: 6px 6px 6px 10px;
}
#profilesWrap {
  /*max-width: 61em;*/
  max-width: 57em;
  /* background: #ddf1f9; */
  /*
  background: linear-gradient(#feffff 0%,#ddf1f9 20%,#a0d8ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a0d8ef'); *//* For IE use only */
  background: #FFFFFF;
  margin: 0 auto;
  /* box-shadow: 0 0 .42857em #666; */
}
.formMenu {
  text-align: center;
  padding: 1em;
  margin-bottom: -2em;
}
div.formMenu a {
  text-decoration: none;
}
div.formMenu a:link, a:visited {
  color: #005a96;
  font-weight: bold;
}
div.formMenu a:hover {
  color: #FFFFFF;
  background: #005a96;
  /* padding: 0.5em; */
}
.whiteBackground {
  background: #FFFFFF;
  padding: 0.2em;
}
div.whiteBackground a:link, a:visited {
  color: #005a96;
  text-decoration: none;
}
/*
div.whiteBackground a img {   
   margin-bottom: -0.3em;
}
*/
div.whiteBackground a img:hover {
   background: #ffffff;
   color: #ffffff;
   text-decoration: none;
}
div.whiteBackground a:hover {
   background: #005a96;
   color: #ffffff;
   text-decoration: none;
   /* text-decoration: underline; */
}
.greyBackground {
  background: #EDEDED;
  padding: 0.2em;
}
.navMenu {
  margin-left: -1em; 
  margin-right: -1em; 
  padding-top: 2em; 
  padding-bottom: 2em; 
  background: #EDEDED;
}
.nav-bottom-bar {
   height: 6px; 
   width: 100%;
   bottom: 0px;
   background-color: #cccccc;
   margin-top: 1em;
   margin-bottom: 1em;
}
a.skip-main {
  position:relative; 
  top:auto;
  width:1px;
  height:1px; 
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  padding:5px;
  z-index:999; 
}
.footerRowSpace {
  margin-bottom: -0.5em;
}
.nlmBanner {
  background-color: #005a96;
  margin-left: -1em;
  margin-right: -1em;
}
.container {
  max-width: 57em;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; 
}
#NLM {
  padding-top: 10px;
  padding-bottom: 10px;
}
#NLM-printonly {
  display: none;
}
#skipNav {
  display: block;
  color: #fff;
  background-color: #005a96;
  outline: 0;
}
.blueBlock {
  background-color: #005a96;
  margin-top: 40px;
  padding: 15px 0px;
  margin-left: -0.2em;
  margin-right: -0.2em;
  margin-bottom: -1em;
}
