/* @import "bourbon";*/
/**********************
FONTS 
(_fonts.scss)
***********************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body {
  font-weight: normal;
  font-size: 12px; }
  body, body h1, body h2, body h3, body h4, body h5, body h6, body p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal; }

em, i {
  font-family: 'Roboto', sans-serif;
  font-style: italic; }

strong, b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

strong em, em strong, strong i, i strong, i b, b i, b em, em b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic; }

/**********************
LAYOUT
(_layout.scss)
***********************/
* {
  margin: 0;
  padding: 0; }

body {
  background: #667b9a;
  background: url(/images/NLM_main_background.png) repeat-x #667b9a;
  padding-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #254062;
  /*New Blue*/ }

p {
  font-family: 'Roboto', sans-serif;
  color: #000; }

a {
  color: #254062; }

img {
  border: none; }

small {
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: .85em; }

pre {
  color: #000;
  font-size: .85em; }

/*added 1/5/10*/
/*250/960 (936 effective less gutter and padding)*/
sub {
  vertical-align: sub;
  font-size: .85em; }

big {
  font-size: large; }

address, fieldset {
  font-size: .85em; }

acronym {
  border-bottom: 1px dotted #CCC; }

cite {
  font-style: italic; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: underline; }

dl {
  font-size: .85em;
  line-height: 1.2em;
  margin: 5px 0; }
  dl dt {
    font-size: 1em;
    line-height: 1.5em; }
  dl dd {
    margin: 2px 0 2px 20px;
    line-height: 1.25em; }
  dl dl {
    font-size: 1em; }
  #body dl dd p, #body dl dd ul, #body dl dd table {
    font-size: 1em; }

hr {
  margin: 5px 0; }

table {
  font-size: .85em;
  border: 1px solid #666;
  /*Border Be Gone*/ }
  table tr {
    border: none;
    padding: 2px;
    font-size: 1em; }
    table tr th {
      color: #000;
      font-weight: bold;
      padding: 5px;
      text-align: center;
      border: 1px solid #666;
      font-size: 1em;
      vertical-align: middle; }
    table tr td {
      border: 1px solid #666;
      padding: 4px;
      font-size: 1em;
      vertical-align: top; }
  table table, #body table p, #body table ul, #body table ol, #body table dl, #body table blockquote {
    font-size: 1em; }
  table.layout-table-noborder, table.layout-table-noborder tr, table.layout-table-noborder tr th, table.layout-table-noborder tr td {
    border: none; }

#body ul pre, #body ol pre {
  font-size: 1em; }

#body {
  padding: 10px 1.0416667% 20px 1.0416667%; }

/* Fix width wrapper */
#wrapper {
  margin: 0 auto;
  max-width: 960px; }

#container {
  background: none;
  font-size: 1.3em;
  margin: 10px 0;
  overflow: hidden; }

/* Fluid width wrapper */
#wrapper-fluid {
  max-width: 1640px;
  margin: 0 auto; }

#container-fluid {
  background: none;
  font-size: 1.3em;
  margin: 0px 20px;
  overflow: hidden; }

#page {
  width: 960px; }

.fixed#page {
  width: 940px; }

#primary {
  overflow: hidden;
  /*width:71%;*/ }

div#secondary {
  /*250/960 (936 effective less gutter and padding)*/ }

#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 {
  padding: 3px 10px; }
#secondary h3 a {
  color: #FFF;
  text-decoration: none; }
  #secondary h3 a:hover {
    color: #FFF;
    text-decoration: underline; }

#primary ul.invArrow, #body ul.invArrow {
  list-style-image: url("http://www.nlm.nih.gov/images/red-arrow.gif");
  margin-left: 20px;
  padding-left: 15px; }

#body #secondary .invArrow li h3 a {
  color: #254062; }

#primary ul.invArrow li h3, #body ul.invArrow li h3 {
  font-size: 110%;
  margin-top: 1em;
  font-weight: bold; }

#primary.equals {
  width: 48%;
  float: left; }

#secondary.equals, #secondary.equal {
  width: 48%;
  float: right;
  text-align: left; }

/*Wrapper inbetween Header and Footer*/
#main-body {
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #cadffe; }

#body #secondary .invArrow li h3 a {
  color: #254062; }

#primary.equals {
  width: 48%;
  float: left; }

#secondary.equals, #secondary.equal {
  width: 48%;
  float: right;
  text-align: left; }

/*Skip Navigation*/
#skip {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Skip Nav */
.skipnavigation, .skipnavigation a, a.skipnavigation:link, a.skipnavigation:visited, a.skipnavigation:hover, a.skipnavigation:active {
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Contact Form */
.contact h1 {
  padding-bottom: 1em; }
.contact form {
  padding: 0px 5px; }
  .contact form label {
    display: block;
    margin: 5px 0px; }
  .contact form .buttons {
    padding: 1em 0; }
.contact textarea {
  min-width: 30em;
  min-height: 8em; }
.contact #secondary.grid_3 {
  position: absolute;
  left: 0; }
.contact #primary.grid_9 {
  margin-left: 25%; }

/**********************
GRID
(_grid.scss)
tinyfluidgrid.com
***********************/
/* CSS Document */
/*
 & Columns : 12 
 & Gutter %: 20% 
 */
.grid_1 {
  width: 6.6666666666667%; }

.grid_2 {
  width: 15%; }

.grid_3 {
  width: 23.333333333333%; }

.grid_4 {
  width: 31.666666666667%; }

.grid_5 {
  width: 40%; }

.grid_6 {
  width: 48.333333333333%; }

.grid_7 {
  width: 56.666666666667%; }

.grid_8 {
  width: 65%; }

.grid_9 {
  width: 73.333333333333%; }

.grid_10 {
  width: 81.666666666667%; }

.grid_11 {
  width: 90%; }

.grid_12 {
  width: 98.333333333333%; }

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  margin-left: 0.83333333333333%;
  margin-right: 0.83333333333333%;
  margin-bottom: 20px;
  float: left;
  display: block; }

.alpha {
  margin-left: 0px; }

.omega {
  margin-right: 0px; }

.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

/****************
      Header
  (_header.scss) 
******************/
#header {
  background: none;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 0 5px 0 5px; }

#header-sub {
  background: none;
  margin: 0px;
  overflow: hidden;
  padding: 0 5px 0 5px; }

#header-left {
  width: 550px;
  float: left; }

.nih {
  float: left;
  width: 525px;
  font-family: "Times New Roman", Times, serif;
  font-variant: normal;
  font-size: 1em;
  color: #fff;
  margin-bottom: 2px;
  padding: 2px 0; }

.logo {
  float: left;
  margin-right: 10px; }

.slug {
  color: #fff;
  width: 360px;
  padding: 0 0 0 5px;
  float: left;
  margin-right: 30px;
  text-shadow: 2px 2px 2px #000000;
  filter: DropShadow(Color=black, OffX=2, OffY=2, Positive=1); }
  .slug .slug-title {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-style: normal;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: bold; }
  .slug .slug-int {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-style: normal;
    color: #FFF;
    font-weight: bold; }
  .slug a, .slug a:hover, .slug .slug-title a, .slug .slug-title a:hover, .slug .slug-int a, .slug .slug-int a:hover {
    color: #FFF;
    text-decoration: none; }

.contact-us {
  float: left;
  font-weight: bold;
  color: #FFF;
  font-size: .9em;
  padding: 0 5px 0 10px; }
  .contact-us a {
    color: #FFF;
    text-decoration: none; }

.social {
  float: left;
  padding: 15px 10px 10px 20px; }

.social-home {
  float: right;
  overflow: hidden; }

.social-home-item {
  float: left;
  margin-right: 5px; }

.search-under {
  float: right;
  margin: 0;
  width: 270px; }

.homesearch-under {
  float: right;
  width: 270px;
  margin-top: -15px; }

.search-input, .search-input-body {
  background: url(/images/search-mag.png) no-repeat white;
  color: #666;
  padding: 4px 5px 4px 30px;
  width: 225px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  float: right;
  opacity: .85;
  /**/ }

.search-input-body {
  float: none; }

input {
  margin: 0;
  padding: 1px 2px; }

button {
  margin: 0;
  padding: 0; }

/*New Branding changes?*/
.nowrap {
  white-space: nowrap; }

#header {
  margin-top: 0px;
  margin-bottom: 0px;
  postion: relative; }

#header-sub a.logo {
  float: left;
  text-decoration: none;
  display: block;
  width: 330px;
  padding: 26px 0px 28px 110px;
  background-image: url("../images/NIH_logo_optim.svg");
  background-repeat: no-repeat;
  background-position: 25px;
  background-size: 70px auto;
  box-sizing: initial; }
  #header-sub a.logo h1 {
    color: #fff;
    font-size: 125%;
    margin: 0px; }
#header-sub #NLMStar {
  position: absolute;
  top: 0px; }

#container {
  margin-top: 0px; }

.search-under {
  clear: right; }

.search-box {
  margin-top: 19px; }

.contact-us {
  text-shadow: none; }

#searchForm {
  margin-top: 25px; }

.addthisNLM {
  text-decoration: none;
  float: left;
  margin-right: 5px;
  width: 16px; }

/****************
Drop-Down Nav
(_nav.scss)
***************/
#nav {
  padding: 0 15px; }

ul.topnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #50729c;
  font-size: .85em;
  float: left;
  font-weight: bold;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius: 6px 6px 0 0;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF; }

ul.topnav li {
  float: left;
  margin: 0;
  border-left: solid 1px #fff;
  position: relative;
  z-index: 100001 !important; }

ul.topnav li:first-child {
  border: none; }

ul.topnav li a {
  padding: 5px 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  float: left; }

ul.topnav li a:hover, ul.topnav li a:focus {
  text-decoration: underline; }

ul.topnav li ul.subnav {
  list-style: none;
  position: absolute;
  left: 0;
  top: 26px;
  background: url(/images/nav-bg.png);
  margin: 0;
  padding: 0;
  display: none;
  float: left; }

ul.topnav li ul.subnav li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #444;
  border-left: none;
  clear: both;
  /*width: 170px;*/ }

html ul.topnav li ul.subnav li a {
  float: left;
  width: 200px;
  background: #254062;
  background: RGBA(37, 64, 98, 0.95);
  padding: 5px 10px; }

html ul.topnav li ul.subnav li a:hover, html ul.topnav li ul.subnav li a:focus {
  background-color: #222;
  text-decoration: none; }

ul#no-script-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(/images/nav-bg.png) repeat;
  font-size: .85em;
  float: left;
  font-weight: bold;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #FFF;
  border-bottom: 0px; }

ul#no-script-nav li {
  float: left;
  margin: 0;
  border-left: solid 1px #fff;
  position: relative;
  z-index: 1; }

ul#no-script-nav li:first-child {
  border: none; }

ul#no-script-nav li a {
  padding: 5px 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  float: left; }

ul#no-script-nav li a:hover {
  text-decoration: underline; }

/***********/
/*mobile nav*/
/***********/
#mobile-nav {
  margin-left: 3%;
  margin-right: 3%;
  display: none; }
  #mobile-nav #mobile-nav-menu {
    display: none; }
  #mobile-nav .menu-open-close {
    display: block;
    width: 26px;
    height: 26px;
    background-color: rgba(81, 110, 153, 0.9);
    background-image: url(../images/open_close_sm.png);
    background-repeat: no-repeat;
    background-position: -4px -1px;
    margin-bottom: .5em; }
  #mobile-nav .open {
    background-position: -4px -23px; }
  #mobile-nav ul {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius: 6px 6px 0 0;
    background-clip: padding-box;
    border-radius: 6px;
    border-top-left-radius: 0;
    background-color: rgba(81, 110, 153, 0.9);
    padding: 3px;
    margin-bottom: 1em; }
    #mobile-nav ul li {
      list-style: none; }
      #mobile-nav ul li a {
        display: block;
        height: 1.4em;
        padding: 2px 10px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        text-decoration: none; }
        #mobile-nav ul li a .last {
          border-bottom: none; }

/**************
BODY
(_body.scss)
***************/
#body {
  padding: 10px 1.0416667% 20px 1.0416667%;
  overflow: hidden;
  color: #000;
  background: #FFF;
  font-size: 1em;
  position: relative; }
  #body h1 {
    margin: 6px 0;
    font-size: 1.45em; }
  #body h2 {
    margin: 6px 0;
    font-size: 1.35em; }
  #body h3 {
    margin: 6px 0;
    font-size: 1.2em; }
  #body h4 {
    margin: 6px 0;
    font-size: 1.1em; }
  #body h5 {
    margin: 6px 0;
    font-size: 1.05em; }
  #body h6 {
    margin: 6px 0; }
  #body p {
    line-height: 1.5em;
    margin-bottom: 12px; }
  #body ul {
    padding-left: 15px;
    margin: 10px 0 10px 10px;
    list-style: disc; }
    #body ul li {
      line-height: 1.25em;
      margin-bottom: 5px;
      /*line-height:1.5em; margin-bottom:.65em;*/ }
      #body ul li p {
        font-size: 1em;
        margin-bottom: 0; }
      #body ul li ul li {
        margin-left: 10px;
        margin-bottom: 5px;
        /*line-height:1em;*/
        line-height: 1.25em; }
    #body ul ul {
      list-style-type: circle;
      font-size: 1em;
      margin: 5px; }
      #body ul ul ul {
        list-style-type: square; }
  #body ol {
    padding-left: 20px;
    margin: 10px 0 10px 10px;
    list-style-type: decimal; }
    #body ol ol {
      list-style-type: upper-alpha;
      font-size: 1em;
      margin: 5px; }
      #body ol ol ol {
        list-style-type: lower-alpha; }
    #body ol li {
      line-height: 1.25em;
      margin-bottom: 5px;
      /*line-height:1.5em; margin-bottom:.65em;*/ }
      #body ol li ol li {
        margin-left: 10px;
        margin-bottom: 5px;
        /*line-height:1em;*/
        line-height: 1.25em; }
      #body ol li p {
        font-size: 1em;
        margin-bottom: 0; }
  #body ol ul, #body ul ol, #body ol table, #body ul table, #body ul dl, #body ol dl {
    font-size: 1em; }
  #body a {
    color: #254062;
    text-decoration: underline; }
    #body a:hover {
      color: #254062;
      text-decoration: none; }
    #body a[name] {
      text-decoration: none; }

#secondary ul {
  padding-left: 0px; }

blockquote {
  padding: 15px 25px;
  font-size: 0.85em; }

/* HTML generated by TeamSite templates contain class="equal" */
#totop {
  float: right;
  background-color: #336699;
  color: white;
  font-size: 80%;
  font-weight: bold;
  border: none;
  padding: 4px 6px;
  display: block; }

a#totop {
  color: #FFF;
  text-decoration: none; }

a#totop:hover {
  color: #336699;
  background: #CCC;
  text-decoration: none; }

/*Images*/
#relatedBar ul li.blueitem {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #FFF; }
  #relatedBar ul li.blueitem image {
    max-width: 100%; }
#relatedBar ul li h2 {
  font-size: 1em; }
#relatedBar ul li p {
  margin: 0 10px; }
#relatedBar ul li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 1em;
  border: none;
  padding: 4px; }
  #relatedBar ul li ul li {
    line-height: 1.25em;
    margin-bottom: 10px; }
    #relatedBar ul li ul li p {
      margin: 0; }
#relatedBar h2 {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding: 5px 2px 5px 10px;
  font-weight: bold;
  font-size: 0.85em; }

/*Related Pages*/
#relatedPages {
  border-left: 1px solid #666; }
  #relatedPages ul {
    list-style: none;
    padding: 5px;
    margin: 0px; }
    #relatedPages ul li {
      padding-bottom: 3px; }
      #relatedPages ul li ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        font-size: 1em; }
        #relatedPages ul li ul li {
          line-height: 1.25em;
          padding: 0;
          margin: 0 0 6px 10px; }
          #relatedPages ul li ul li p {
            margin: 0 10px; }
      #relatedPages ul li p {
        margin: 0 10px; }
    #relatedPages ul h2 {
      margin: 10px 0 5px 0;
      font-size: 1em;
      padding: 5px 2px 5px 10px; }

/******************
Related Bar Image fix
******************/
.temp-img-fix {
  background: #fff;
  padding: 5px;
  margin: 3px 0 5px;
  border: 1px solid #333;
  -moz-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Mozilla */
  -webkit-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Safari */
  box-shadow: 1px 1px 2px #999999; }

.temp-bg-fix {
  background: #fff;
  margin-bottom: 0;
  text-align: center; }

/* a-z list linking to Mplus */
#body #medlineList h3 {
  color: #000;
  padding-top: 15px; }

#body #medlineList p {
  font-weight: bold; }

.right {
  float: right; }

.left {
  float: left; }

/*****************************
Branding
(_branding.scss)
****************************/
#barbranding {
  font-weight: bold;
  padding: 5px;
  overflow: hidden;
  display: inline-block;
  display: block;
  border-radius: 6px 6px 0 0; }
  #barbranding h3 {
    font-weight: bold;
    float: left;
    color: white;
    padding: 2px 2px 2px 4px;
    margin-top: 10px; }
  #barbranding p {
    font-size: .75em;
    font-weight: bold;
    float: left;
    color: white;
    font-style: italic; }
    #barbranding p a {
      text-decoration: none;
      color: white;
      font-style: normal; }
      #barbranding p a :hover {
        text-decoration: underline; }
  #barbranding li {
    font-size: .9em;
    display: inline; }
    #barbranding li a {
      text-decoration: none;
      color: white;
      font-style: normal;
      display: inline; }
      #barbranding li a :hover {
        text-decoration: underline; }
    #barbranding li + li:before {
      content: " | ";
      padding: 0 10px; }

.inclimg {
  margin-top: 16px; }

/*Division Breadcrumbs in the Branding Bar*/
#pic-links {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 0 5px; }
  #pic-links span {
    color: black;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 20px; }
  #pic-links img {
    float: right;
    margin-left: 5px; }

.breadcrumb-brand {
  float: right;
  font-weight: bold;
  overflow: hidden;
  margin-left: 10px;
  text-align: right;
  font-size: 1em;
  margin-top: 14px;
  padding-right: 7px;
  display: block; }

#breadcrumb-div {
  font-weight: bold;
  padding: 3px 10px;
  overflow: hidden;
  background: #333;
  display: inline-block;
  display: block; }
  #breadcrumb-div p {
    font-size: .7em;
    font-weight: bold;
    font-style: italic;
    color: #FFF; }
    #breadcrumb-div p a {
      text-decoration: none;
      font-style: normal;
      color: #FFF; }
      #breadcrumb-div p a :hover {
        text-decoration: underline; }

/**********************
Division Brand Colors
***********************/
/******
HMD - RED
******/
.hmd-red, .hmd-red #barbranding, .hmd-red #body #secondary h1, .hmd-red #body #secondary h2, .hmd-red #body #secondary h3, .hmd-red #body #secondary h4, .hmd-red #body #secondary h5, .hmd-red #body #secondary h6, .hmd-red #body ul.indexList li h2, .hmd-red #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #a61f28;
  color: white; }

.hmd-red #body h1, .hmd-red #body h2, .hmd-red #body h3, .hmd-red #body h4, .hmd-red #body h5, .hmd-red #body h6, .hmd-red-text {
  color: #a61f28; }

/* ***HOMEPAGE.css*** */
.hmd-red #body ul {
  padding-left: 15px; }
.hmd-red #main-body #body ul {
  padding-left: 0px; }
.hmd-red #body h1, .hmd-red #body h2 {
  font-weight: bold; }

#searchourdatabases ul li ul li {
  margin-left: 0px; }

.hmd-red #main-body #body .grid_12.container {
  margin-right: 0%;
  margin-bottom: 0px;
  border: #A61F28 2px solid; }
.hmd-red #body .grid_12 {
  height: 100%;
  line-height: 1.42em;
  float: left;
  margin-bottom: 0px;
  padding-top: 1em; }
.hmd-red #body .grid_12.top-half {
  height: 100%;
  background: #F8F0CB;
  line-height: 1.42em;
  float: left;
  margin-bottom: 0px;
  border: 1px solid #a61f28;
  width: 100%;
  padding-top: 1em;
  margin-right: 0%;
  margin-left: 0%; }

#top-half .grid_3 {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px; }

.hmd-red #body .top-half .grid_12 {
  margin-right: 0%;
  border-left: 2px solid #A61F28;
  margin-bottom: 0px;
  width: 100%; }

.width960 {
  border-left: solid 2px #8c1b1d;
  border-right: solid 2px #A61F28;
  border-top: solid 2px #A61F28; }

.hmd-red #body .intro {
  font-size: 115%; }
.hmd-red #body .feature {
  margin-bottom: 0em; }

/* NEWS */
#news_HMD {
  background: #f7f7f7;
  border: 2px solid #A61F28;
  margin-left: 1.5em; }
  #news_HMD .header {
    background-color: #A61F28;
    height: 35px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: lighter;
    padding: 5px 0 0 6px; }
    #news_HMD .header .newstitle {
      float: left;
      color: #FFF;
      font-size: 1.2em;
      font-weight: lighter;
      padding: 5px 0px 0px 6px; }
  #news_HMD #tab-blog {
    float: right;
    background: url("/hmd/images/homepage/bg-tab-blog.png") no-repeat;
    height: 35px;
    width: 55px;
    font-size: .7em; }
    #news_HMD #tab-blog a {
      color: #FFFFFF;
      text-decoration: none;
      font-family: verdana, Arial,Helvetica,sans-serif;
      font-weight: lighter;
      font-size: 0.8em;
      letter-spacing: .1em;
      line-height: 1em;
      display: block;
      padding: 6px 0 0 12px; }
  #news_HMD .content {
    color: #111;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    padding: .5em; }
    #news_HMD .content ul {
      padding: 0em;
      margin: 0em; }
      #news_HMD .content ul li {
        list-style-type: none;
        margin-bottom: 1em; }
        #news_HMD .content ul li a {
          color: #000000;
          text-decoration: none; }
    #news_HMD .content a:hover {
      text-decoration: underline; }
  #news_HMD .circnow {
    border-top: 1px dotted #666;
    padding-top: 1em; }

/* HMD SLIDESHOW */
.hmd-red #body .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .hmd-red #body .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none; }
    .hmd-red #body .rslides li:first-child {
      position: relative;
      display: block;
      float: left;
      list-style: none; }
  .hmd-red #body .rslides img {
    display: block;
    height: auto;
    float: left;
    list-style: none;
    width: 100%;
    border: 0; }
.hmd-red #body .rslides_tabs {
  margin-top: 10px;
  text-align: center; }
  .hmd-red #body .rslides_tabs li {
    display: inline-block;
    font-weight: bold;
    text-decoration: none; }
    .hmd-red #body .rslides_tabs li a {
      text-decoration: none;
      background-color: #A61F28;
      color: #FFF;
      border: 0.07143em solid rgba(0, 0, 0, 0.25);
      margin: 0px 7px 0px 0px;
      padding: 7px 10px 6px;
      border-radius: 3px; }
      .hmd-red #body .rslides_tabs li a:hover {
        background-color: #333; }
.hmd-red #body .callbacks_nav:active {
  opacity: 1.0; }
.hmd-red #body .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }
.hmd-red #body .caption {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #000;
  background-color: #333;
  color: #fff;
  font-size: 1em;
  clear: both; }
  .hmd-red #body .caption a {
    color: #fff;
    font-weight: bold; }
.hmd-red #body ul li p.caption {
  line-height: 1.5em; }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px; }

.rslides1_nav:active {
  opacity: 1.0; }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.hmd-red #nojs .rslides {
  display: none; }

.hmd-red #nojs #slider {
  display: none; }

/* Bottom */
.bottom-half {
  width: 100%;
  padding-top: 1em; }

.hmdsects {
  margin: 0px auto;
  max-width: 1400px; }

.hmd-red #body .bottom-half h2 {
  color: #A61F28;
  font-size: 0.81em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold; }
.hmd-red #body .keyword {
  color: #000000;
  display: block;
  font-size: 1.8em;
  font-weight: normal;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none; }
.hmd-red #body .bottom-half ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
  .hmd-red #body .bottom-half ul li a {
    color: #000000;
    text-decoration: none;
    list-style-type: none; }
    .hmd-red #body .bottom-half ul li a:hover {
      text-decoration: underline; }
  .hmd-red #body .bottom-half ul ul {
    font-size: .8em;
    margin: 1px 0 10px 0.75em; }

.bottom-half #discover, .bottom-half #hmdexplore, .bottom-half #searchourdatabases {
  border-right: 1px solid #DBDCDD;
  min-height: 325px;
  margin-left: 2em;
  margin-right: 2em;
  padding-right: 2em; }
.bottom-half #locate {
  min-height: 375px;
  margin-left: 2em;
  margin-right: 3em;
  padding-right: 4em; }

.gold, .gold #barbranding, .gold #body #secondary h1, .gold #body #secondary h2, .gold #body #secondary h3, .gold #body #secondary h4, .gold #body #secondary h5, .gold #body #secondary h6, .gold #body ul.indexList li h2, .gold #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #c28324;
  color: white; }

.gold #body h1, .gold #body h2, .gold #body h3, .gold #body h4, .gold #body h5, .gold #body h6, .gold-text {
  color: #c28324; }

.dpPurple, .dpPurple #barbranding, .dpPurple #body #secondary h1, .dpPurple #body #secondary h2, .dpPurple #body #secondary h3, .dpPurple #body #secondary h4, .dpPurple #body #secondary h5, .dpPurple #body #secondary h6, .dpPurple #body ul.indexList li h2, .dpPurple #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #464e80;
  color: white; }

.dpPurple #body h1, .dpPurple #body h2, .dpPurple #body h3, .dpPurple #body h4, .dpPurple #body h5, .dpPurple #body h6, .dpPurple-text {
  color: #464e80; }

.ltPurple, .ltPurple #barbranding, .ltPurple #body #secondary h1, .ltPurple #body #secondary h2, .ltPurple #body #secondary h3, .ltPurple #body #secondary h4, .ltPurple #body #secondary h5, .ltPurple #body #secondary h6, .ltPurple #body ul.indexList li h2, .ltPurple #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #6b5380;
  color: white; }

.ltPurple #body h1, .ltPurple #body h2, .ltPurple #body h3, .ltPurple #body h4, .ltPurple #body h5, .ltPurple #body h6, .ltPurple-text {
  color: #6b5380; }

.navy, .navy #barbranding, .navy #body #secondary h1, .navy #body #secondary h2, .navy #body #secondary h3, .navy #body #secondary h4, .navy #body #secondary h5, .navy #body #secondary h6, .navy #body ul.indexList li h2, .navy #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #464e80;
  color: white; }

.navy #body h1, .navy #body h2, .navy #body h3, .navy #body h4, .navy #body h5, .navy #body h6, .navy-text {
  color: #464e80; }

.nlm-blue, .nlm-blue #barbranding, .nlm-blue #body #secondary h1, .nlm-blue #body #secondary h2, .nlm-blue #body #secondary h3, .nlm-blue #body #secondary h4, .nlm-blue #body #secondary h5, .nlm-blue #body #secondary h6, .nlm-blue #body ul.indexList li h2, .nlm-blue #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #254062;
  color: white; }

.nlm-blue #body h1, .nlm-blue #body h2, .nlm-blue #body h3, .nlm-blue #body h4, .nlm-blue #body h5, .nlm-blue #body h6, .nlm-blue-text {
  color: #254062; }

.nlm-blue #body h1, .nlm-blue #body h2, .nlm-blue #body h3, .nlm-blue #body h4, .nlm-blue #body h5, .nlm-blue #body h6, .nlm-blue-text {
  color: #254062;
  font-weight: bold; }

.green, .green #barbranding, .green #body #secondary h1, .green #body #secondary h2, .green #body #secondary h3, .green #body #secondary h4, .green #body #secondary h5, .green #body #secondary h6, .green #body ul.indexList li h2, .green #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #558000;
  color: white; }

.green #body h1, .green #body h2, .green #body h3, .green #body h4, .green #body h5, .green #body h6, .green-text {
  color: #558000; }

.gray, .gray #barbranding, .gray #body #secondary h1, .gray #body #secondary h2, .gray #body #secondary h3, .gray #body #secondary h4, .gray #body #secondary h5, .gray #body #secondary h6, .gray #body ul.indexList li h2, .gray #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #667480;
  color: white; }

.gray #body h1, .gray #body h2, .gray #body h3, .gray #body h4, .gray #body h5, .gray #body h6, .gray-text {
  color: #667480; }

.grape, .grape #barbranding, .grape #body #secondary h1, .grape #body #secondary h2, .grape #body #secondary h3, .grape #body #secondary h4, .grape #body #secondary h5, .grape #body #secondary h6, .grape #body ul.indexList li h2, .grape #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #89224e;
  color: white; }

.grape #body h1, .grape #body h2, .grape #body h3, .grape #body h4, .grape #body h5, .grape #body h6, .grape-text {
  color: #89224e; }

.deepPurple, .deepPurple #barbranding, .deepPurple #body #secondary h1, .deepPurple #body #secondary h2, .deepPurple #body #secondary h3, .deepPurple #body #secondary h4, .deepPurple #body #secondary h5, .deepPurple #body #secondary h6, .deepPurple #body ul.indexList li h2, .deepPurple #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #464e80;
  color: white; }

.deepPurple #body h1, .deepPurple #body h2, .deepPurple #body h3, .deepPurple #body h4, .deepPurple #body h5, .deepPurple #body h6, .deepPurple-text {
  color: #464e80; }

.orange, .orange #barbranding, .orange #body #secondary h1, .orange #body #secondary h2, .orange #body #secondary h3, .orange #body #secondary h4, .orange #body #secondary h5, .orange #body #secondary h6, .orange #body ul.indexList li h2, .orange #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #cc5f1e;
  color: white; }

.orange #body h1, .orange #body h2, .orange #body h3, .orange #body h4, .orange #body h5, .orange #body h6, .orange-text {
  color: #cc5f1e; }

.teal, .teal #barbranding, .teal #body #secondary h1, .teal #body #secondary h2, .teal #body #secondary h3, .teal #body #secondary h4, .teal #body #secondary h5, .teal #body #secondary h6, .teal #body ul.indexList li h2, .teal #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #408077;
  color: white; }

.teal #body h1, .teal #body h2, .teal #body h3, .teal #body h4, .teal #body h5, .teal #body h6, .teal-text {
  color: #408077; }

.teal #body .column1 h3 {
  background-color: #408077;
  color: #FFF;
  padding: 5px; }

.teal #body .column2 h3 {
  background-color: #254062;
  color: #FFF;
  padding: 5px; }

.teal #body .column3 h3 {
  background-color: #7C3329;
  color: #FFF;
  padding: 5px; }

.teal #body .column1 ul, .teal #body .column2 ul, .teal #body .column3 ul {
  list-style: outside none none;
  padding-left: 0px;
  margin-left: 1em; }

.brown, .brown #barbranding, .brown #body #secondary h1, .brown #body #secondary h2, .brown #body #secondary h3, .brown #body #secondary h4, .brown #body #secondary h5, .brown #body #secondary h6, .brown #body ul.indexList li h2, .brown #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #9a6b3d;
  color: white; }

.brown #body h1, .brown #body h2, .brown #body h3, .brown #body h4, .brown #body h5, .brown #body h6, .brown-text {
  color: #9a6b3d; }

.black, .black #barbranding, .black #body #secondary h1, .black #body #secondary h2, .black #body #secondary h3, .black #body #secondary h4, .black #body #secondary h5, .black #body #secondary h6, .black #body ul.indexList li h2, .black #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: black;
  color: white; }

.black #body h1, .black #body h2, .black #body h3, .black #body h4, .black #body h5, .black #body h6, .black-text {
  color: black; }

.goldenrod, .goldenrod #barbranding, .goldenrod #body #secondary h1, .goldenrod #body #secondary h2, .goldenrod #body #secondary h3, .goldenrod #body #secondary h4, .goldenrod #body #secondary h5, .goldenrod #body #secondary h6, .goldenrod #body ul.indexList li h2, .goldenrod #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #f7d345;
  color: black; }

.goldenrod #body h1, .goldenrod #body h2, .goldenrod #body h3, .goldenrod #body h4, .goldenrod #body h5, .goldenrod #body h6, .goldenrod-text {
  color: #f7d345; }

/*HSR Additional Color Rule */
.goldenrod #body .hsr th h2 {
  color: #000; }

.goldenrod #body #secondary h3 {
  background-color: #FFF; }

.goldenrod #barbranding, .goldenrod #body #secondary h1, .goldenrod #body #secondary h2, .goldenrod #body #secondary h4, .goldenrod #body #secondary h5, .goldenrod #body #secondary h6, .goldenrod #body ul.indexList li h2, .goldenrod #body ul.indexList li h2 a {
  background-color: #F7D345;
  color: #000; }

.goldenrod #body h1, .goldenrod #body h2, .goldenrod #body h3, .goldenrod #body h4, .goldenrod #body h5, .goldenrod #body h6, .goldenrod #barbranding h3, .goldenrod #barbranding .barbranding ul a {
  color: #000; }

.goldenrod-text {
  color: #000; }

.goldenrod #barbranding li a {
  color: #000; }

/*White special exception */
.white, .white #barbranding, .white #body #secondary h1, .white #body #secondary h2, .white #body #secondary h3, .white #body #secondary h4, .white #body #secondary h5, .white #body #secondary h6, .white #body ul.indexList li h2, .white #body ul.indexList li h2 a {
  background-color: #fff;
  color: #366; }

/******
MeSh
******/
.meshGreen-sub #barbranding {
  padding-top: 0px;
  padding-bottom: 0px; }

.meshGreen-sub #body #secondary h1, .meshGreen-sub #body #secondary h2, .meshGreen-sub #body #secondary h4, .meshGreen-sub #body #secondary h5, .meshGreen-sub #body #secondary h6 {
  background-color: #FFF;
  color: #366;
  border-left: 2px solid #366;
  border-right: 2px solid #366; }

.meshGreen-sub #barbranding h3 {
  margin-left: 5px; }

.meshGreen-sub #barbranding h3 span {
  color: #366; }

#barbranding .mesh-space li a {
  color: #366; }
#barbranding .mesh-space p span {
  color: #000; }
  #barbranding .mesh-space p span a {
    color: #366; }

.meshGreen-sub .sideimg {
  width: 100px;
  float: left;
  margin-right: 34px;
  margin-bottom: 35px; }

.meshGreen-sub .topichead a {
  font-weight: bold;
  margin-top: 20px;
  font-size: 125%;
  background: #FFF none repeat scroll 0% 0%;
  color: #346562;
  font-family: Reference Sans Serif,Tahoma,sans-serif;
  text-decoration: none; }

.meshGreen-sub #topicheader a {
  font-weight: bold;
  margin-top: 20px;
  font-size: 125%;
  background: #FFF none repeat scroll 0% 0%;
  color: #346562;
  font-family: Reference Sans Serif,Tahoma,sans-serif;
  text-decoration: none; }

/*old red*/
.meshGreen-sub #body h1 {
  color: #A53720; }

.meshGreen-sub #body h2, .meshGreen-sub #body h3, .meshGreen-sub #body h4, .meshGreen-sub #body h5, .meshGreen-sub #body h6 {
  color: #366; }

.meshGreen-text, .meshGreen-sub-text {
  color: #366; }

/******
UMLS
******/
.umls-green #barbranding {
  background-color: #ffffff !important;
  background-image: url("http://www.nlm.nih.gov/research/umls/images/UMLS_header_newtree.gif") !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: left center !important;
  color: #ffffff !important; }

.umls-green #barbranding h3 span {
  padding-left: 40px;
  line-height: 2.5em; }

.umls-green #body #primary h1 sup {
  top: 0em; }

.umls-green #body #secondary #sideNav {
  margin-top: 1em; }

.umls-green #body h1, h2, h3, h4, h5, h6 {
  color: #698E29;
  font-weight: bold; }

.umls-green #body .items .columnB h2 a, .umls-green #body .items .columnA h2 a {
  color: #698E29;
  text-decoration: none;
  font-weight: bold; }

.umls-green #body .title {
  color: #698E29;
  font-size: 2em;
  font-weight: bold; }

.umls-green-bar {
  background-color: #006E53;
  color: #FFF; }

.umls-green #body #secondary h1, .umls-green #body #secondary h2, .umls-green #body #secondary h4, .umls-green #body #secondary h5, .umls-green #body #secondary h6 {
  background-color: #333333;
  color: #FFF;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333; }

.umls-green #body ul.indexList li h2, .umls-green #body ul.indexList li h2 a {
  background-color: #000000;
  color: #FFF; }

.umls-green #barbranding .umls-div {
  color: #000;
  /*height:45px;*/
  padding: 2px 7px; }
  .umls-green #barbranding .umls-div span {
    padding-left: 40px;
    line-height: 2.8em; }
  .umls-green #barbranding .umls-div li a {
    color: #698E29; }
.umls-green #barbranding h3 {
  margin: 0px !important;
  padding: 0px !important; }
  .umls-green #barbranding h3 span {
    color: #ff9900;
    padding-left: 45px;
    font-size: 110%; }
.umls-green #barbranding .umls-div {
  color: #000; }
  .umls-green #barbranding .umls-div p {
    color: #000; }
    .umls-green #barbranding .umls-div p span {
      color: #000; }
      .umls-green #barbranding .umls-div p span a {
        color: #698e29; }

.info-blue, .info-blue #barbranding, .info-blue #body #secondary h1, .info-blue #body #secondary h2, .info-blue #body #secondary h3, .info-blue #body #secondary h4, .info-blue #body #secondary h5, .info-blue #body #secondary h6, .info-blue #body ul.indexList li h2, .info-blue #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #254062;
  color: white; }

.info-blue #body h1, .info-blue #body h2, .info-blue #body h3, .info-blue #body h4, .info-blue #body h5, .info-blue #body h6, .info-blue-text {
  color: #254062; }

.research-red, .research-red #barbranding, .research-red #body #secondary h1, .research-red #body #secondary h2, .research-red #body #secondary h3, .research-red #body #secondary h4, .research-red #body #secondary h5, .research-red #body #secondary h6, .research-red #body ul.indexList li h2, .research-red #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #7c3329;
  color: white; }

.research-red #body h1, .research-red #body h2, .research-red #body h3, .research-red #body h4, .research-red #body h5, .research-red #body h6, .research-red-text {
  color: #7c3329; }

.nlm-for-u-green, .nlm-for-u-green #barbranding, .nlm-for-u-green #body #secondary h1, .nlm-for-u-green #body #secondary h2, .nlm-for-u-green #body #secondary h3, .nlm-for-u-green #body #secondary h4, .nlm-for-u-green #body #secondary h5, .nlm-for-u-green #body #secondary h6, .nlm-for-u-green #body ul.indexList li h2, .nlm-for-u-green #body ul.indexList li h2 a, #body ul.indexList h2 a:visited {
  background-color: #303c08;
  color: white; }

.nlm-for-u-green #body h1, .nlm-for-u-green #body h2, .nlm-for-u-green #body h3, .nlm-for-u-green #body h4, .nlm-for-u-green #body h5, .nlm-for-u-green #body h6, .nlm-for-u-green-text {
  color: #303c08; }

/*****************************
NLM HOME PAGE 
(_homepage.scss)
****************************/
/* NLM SLIDESHOW */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-bottom: 1em; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left;
      list-style: none; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    list-style: none;
    width: 100%;
    border: 0; }

.rslides_tabs {
  margin-top: 10px;
  text-align: center; }
  .rslides_tabs li {
    display: inline-block;
    font-weight: bold;
    text-decoration: none; }

#homemain-body .rslides_tabs li a {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
  border: 0.07143em solid rgba(0, 0, 0, 0.25);
  margin: 0px 7px 0px 0px;
  padding: 7px 10px 6px;
  border-radius: 3px; }
  #homemain-body .rslides_tabs li a:hover {
    background-color: #999; }

.callbacks_nav:active {
  opacity: 1.0; }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

#homemain-body .caption {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #000;
  background-color: #333;
  color: #fff;
  font-size: .85em;
  min-height: 65px;
  clear: both; }
#homemain-body ul li .caption a {
  color: #fff;
  font-weight: bold; }

#body ul li p.caption {
  line-height: 1.5em; }

#homemain-body {
  background: #cbd2d6 url("/images/main-cont.png") repeat-x scroll 0% 0%;
  border-radius: 8px;
  border: 2px solid #CADFFE; }
  #homemain-body a:hover {
    text-decoration: underline; }

#top-half {
  padding: 5px;
  overflow: hidden;
  margin-top: 1em; }

#databases h2, #frl h2 {
  font-family: "Times New Roman",Times,serif;
  font-size: 1.25em;
  display: block;
  color: #08266E;
  background: #FFF none repeat scroll 0% 0%;
  margin-bottom: 5px;
  letter-spacing: 1px;
  border-bottom: 2px solid #EAA800;
  font-weight: bold; }

#databases ul li, #frl ul li {
  list-style: outside none none;
  color: #254062; }

#databases ul li a, #frl ul li a {
  text-decoration: none;
  color: #254062;
  display: block;
  line-height: 1.5em;
  padding: 3px 0px;
  font-weight: bold; }

#explore ul li, #research ul li, #near ul li {
  list-style: outside none none;
  line-height: 1.4em;
  color: #254062;
  padding-bottom: 6px; }

#explore ul li a, #research ul li a, #near ul li a {
  text-decoration: none;
  color: #254062; }

#explore h3 {
  background: #254062 none repeat scroll 0% 0%;
  color: #FFF;
  font-family: "Times New Roman",Times,serif;
  margin-bottom: 10px;
  padding: 2px 5px 2px 10px;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-weight: normal; }

#research h3 {
  background: #7C3329 none repeat scroll 0% 0%;
  color: #FFF;
  font-family: "Times New Roman",Times,serif;
  margin-bottom: 10px;
  padding: 2px 5px 2px 10px;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-weight: normal; }

#near h3 {
  background: #303C08 none repeat scroll 0% 0%;
  color: #FFF;
  font-family: "Times New Roman",Times,serif;
  margin-bottom: 10px;
  padding: 2px 5px 2px 10px;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-weight: normal; }

#home_news {
  background: #FFF none repeat scroll 0% 0%;
  font-size: 1em;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #BDC6D3;
  width: 20%; }
  #home_news h3 a {
    text-decoration: none;
    font-family: "Times New Roman",Times,serif;
    padding: 5px; }
  #home_news .grid_3 ul li {
    list-style: outside none disc;
    line-height: 1.4em;
    font-weight: normal;
    color: #EAA800;
    padding: 5px 1px 5px 5px; }

.home_news-rss {
  margin: 10px 0px 0px 0px; }

#home_news ul {
  font-size: .85em;
  margin-left: 20px;
  color: #EAA800; }
  #home_news ul li {
    list-style: disc;
    line-height: 1.4em;
    font-weight: normal;
    color: #EAA800;
    padding: 5px 1px 5px 5px; }
    #home_news ul li:last-child {
      margin-bottom: 5px; }
    #home_news ul li a {
      text-decoration: none;
      color: #254062;
      display: block;
      /*line-height:1.25em;*/ }
      #home_news ul li a:hover {
        text-decoration: underline; }

/*Info*/
#widgets {
  background-color: #FFF;
  padding: 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #bdc6d3; }
  #widgets ul {
    font-size: 0.85em;
    text-align: center; }
  #widgets a {
    text-decoration: none;
    display: block; }
  #widgets ul li {
    list-style: outside none none;
    overflow: hidden;
    display: inline-block;
    margin-right: 8%; }

/******Rotating Feature************/
.feature {
  margin-left: 2em;
  margin-right: 2em;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1em;
  margin-bottom: 1px; }

#featured .ui-widget-content, #featured .ui-state-default, #featured .ui-widget-header {
  border-style: none; }
#featured.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0; }
#featured ul.ui-tabs-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  padding: 4px 5px;
  margin: 0;
  width: 90px;
  z-index: 990;
  height: 265px;
  background: url(/images/bkMailing.png); }

/* Force search autocomplete to be over the #featured ul.ui-tabs-nav, which we set z-index above */
#search {
  position: relative;
  z-index: 999; }

/* _division.scss */
.columnA {
  float: left; }

.columnB {
  float: right; }

/******************
Footer
(_footer.scss)
***********/
#footer-sub {
  border-top: 1px solid #999;
  background: #FFF;
  padding: 10px 5px;
  overflow: hidden;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius: 0 0 8px 8px;
  font-size: .75em;
  margin-top: 1em;
  color: #000; }
  #footer-sub #footer-info {
    position: relative; }
    #footer-sub #footer-info #footer-usa {
      position: absolute;
      top: 30px;
      right: -50px; }
      #footer-sub #footer-info #footer-usa img {
        width: 109px;
        height: 30px;
        margin-bottom: 2em; }
  #footer-sub #footer-review {
    font-color: #000;
    text-align: right; }

/*####################################################################
_form-validate.scss
######################################################################*/
.form-error {
  background-color: #FFE5ED;
  width: 90%;
  border: 1px solid red;
  padding: 8px; }

textarea, input {
  background-position: right;
  background-repeat: no-repeat; }
  textarea.error, input.error {
    background-color: #FFE5ED;
    background-image: url(../images/icon-fail_26x26.png); }

textarea.valid, input.valid {
  background-color: #E3FFE5;
  background-image: url(../images/icon-pass_26x26.png); }

/***********
Extra
(_misc.scss)
**********/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#relatedBar ul li {
  list-style-type: none;
  line-height: 1.25em;
  margin-bottom: 0.25em; }

/******************
   COOP CODE
*******************/
/*Coop*/
#coop {
  padding: 5px;
  border: 4px solid #7c3329;
  color: #000;
  background: #FFF;
  font-size: .85em;
  margin: 5px 0; }

#coop h1 {
  font-size: 1.4em;
  width: 80%;
  float: left; }

#coopMsg {
  clear: both; }

#hide {
  border: 1px solid black;
  float: right;
  text-align: center;
  width: 12px;
  height: 12px;
  line-height: 12px;
  padding-bottom: 5px; }

/******************
       TOC
*******************/
#body .redArrow ul h3 {
  color: #000; }

/*
#HMD TOC List 
*/
#body ul.redArrow {
  list-style-image: url(/images/bullet_hmd_arrow.gif);
  list-style-position: outside;
  margin-left: 18px;
  padding-left: 0px; }

#body ul.redArrow h2 {
  font-size: 130%;
  color: #666;
  margin-top: 1em;
  font-weight: bold;
  line-height: 1em; }

#body ul.redArrow ul li {
  padding: 0;
  margin: 0;
  line-height: 1.25em; }

#body .redArrow h2 a {
  color: #666; }

#body ul.redArrow h2 a {
  color: #666; }

#body .redArrow ul {
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  margin-top: 8px;
  margin-left: 0px;
  padding-left: 0px; }

#body .redArrow ul h3 {
  color: black;
  font-size: 1em;
  font-weight: bold; }

#body .redArrow p {
  margin-top: 6px; }

#body .redArrow ul ul {
  list-style-type: disc;
  margin: 3px 0px 10px 18px; }

#body .redArrow ul ol {
  margin: 3px 0px 10px 2em;
  padding: 0px; }

#body ul.redArrow .toTopArrow {
  text-decoration: none; }

/*
* HMD anchors link list
*/
#body ul.anchorLinks li {
  margin-bottom: .5em; }

#body ul.anchorLinks ul {
  padding: 2px 0px 5px 15px;
  margin: 0px; }

#body ul.anchorLinks ul li {
  margin-bottom: auto; }

/*
#HMD standardList, used for exceptions to the TOC List
*/
#body ul.HMDstandard {
  list-style-image: url(/images/bullet_hmd_arrow.gif);
  list-style-position: outside;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 1em 0px; }

#body ul.HMDstandard h2 {
  font-size: 130%;
  margin-top: 1em;
  color: #666; }

#body ul.HMDstandard h3 {
  font-size: 115%;
  margin-top: 1em;
  color: #000; }

#body ul.HMDstandard p {
  margin: 5px 0px 0px 0px; }

#body .HMDstandard ul {
  list-style-image: none;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0px;
  padding: 0px 0px 0px 16px; }

.hide-me {
  display: none; }

.show-me {
  display: block; }

.bottom {
  border-bottom: 1px solid #CCCCCC; }

.hidden {
  display: none; }

#print-box {
  display: none; }

.clear, .clearer {
  clear: both; }

.clearer {
  font-size: 0; }

.bt-mar {
  margin-bottom: 5px; }

/*
# service listing (portal page)
# list containing green titles (h2)
*/
#body ul.portal-ServiceList {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

#body ul.portal-ServiceList h2 {
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
  background-color: #336666;
  margin: 0px;
  padding: 3px;
  display: block;
  border: none; }

#body ul.portal-ServiceList li {
  margin-bottom: 1em; }

#body ul.portal-ServiceList ul {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px 0px 0px; }

/*
#online exhibitions images
*/
#exhibitions div {
  border: 1px solid #ccc;
  width: 214px;
  text-align: center; }

#exhibitions div span {
  padding: 2px;
  border-top: 1px solid #ccc;
  display: block;
  font-size: xx-small; }

/*
#online exhibition styles
*/
#listings {
  padding: 0px 0px 30px 33px; }

#listings ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

#listings ul ul {
  list-style-type: disc;
  list-style-image: url(/images/blue_bullet.gif);
  padding: 0px;
  margin-left: 54px; }

#listings h2 {
  background: #f2f2f2;
  padding: 4px 0px 4px 34px;
  margin-bottom: 5px;
  margin-top: 19px;
  color: #333;
  border: none; }

/*
Portal Pages
*/
#portal {
  background-color: #3C699A;
  border-bottom: 1px solid black;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0; }

#portal #portal-pageTitle {
  display: block;
  border-bottom: 1px solid #ffffff;
  font-size: 1.4em;
  margin: 0px;
  padding: 30px 0px 0px 30px; }

#portal #portal-pageTitle h3 {
  color: #FFF; }

/*
# supplemental info/ menu sidebar: portal-greyTitles
# info-bar or menu style with grey titles bordered on three sides
# left and right borders will switched base on left/right container class 
*/
#body #secondary #portal-greyTitles {
  text-align: left; }

#body #secondary #portal-greyTitles h2 {
  color: #494949;
  font-size: .85em;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  margin: 0;
  background: #FFF; }

#body #secondary #portal-greyTitles ul li h2 {
  font-size: 1em; }

#body #secondary .right #portal-greyTitles h2 {
  border-left: 1px solid #999;
  border-right: none; }

#body #secondary .left #portal-greyTitles h2 {
  border-right: 1px solid #999;
  border-left: none; }

#portal-greyTitles ul {
  margin: 0px;
  padding: 0px;
  font-size: .85em; }

#portal-greyTitles ul li {
  list-style-type: none;
  margin-bottom: .8em; }

#portal-greyTitles ul ul {
  margin: 0px;
  padding: 0px;
  font-size: 1em; }

#portal-greyTitles ul ul li {
  list-style-type: none; }

#portal-greyTitles ul li ul li {
  margin-left: 0; }

/* resources tables*/
.right div.resourceGroup {
  padding: 5px 10px;
  margin: 0px 0px 30px;
  border-left: 1px solid #999; }

.left div.resourceGroup {
  padding: 5px 10px;
  margin: 0px 0px 30px 0px;
  border-right: 1px solid #999; }

.equal div.resourceGroup {
  padding: 5px 10px;
  margin: 0px 0px 30px 0px;
  border-right: 1px solid #999; }

#relatedBar .resourceGroup ul {
  background: #fff; }

#relatedBar .resourceGroup ul li {
  margin-bottom: .5em; }

/*#secondary #relatedBar .resourceGroup{padding:5px 10px;background:#F2F2F2;border:none;}
#secondary #relatedBar .resourceGroup ul{background:#F2F2F2; border:none;}
#secondary #portal-greyTitles .resourceGroup ul{background:#FFF;}*/
#portal-greyTitles .top_bottom {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  margin: 0px 0px 30px;
  padding: 10px 0px 0px 0px; }

p.instruction {
  margin: 0px;
  float: right;
  text-align: right; }

h2.resTitle {
  font-size: 135%;
  color: #0072c2;
  background-color: #fff;
  margin: 3% 0px 5px 5%; }

.blueBorder {
  border-top: 10px solid #00559a;
  border-bottom: 10px solid #00559a;
  padding: 2px 0px 2px 0px; }

.ltBlueBorder {
  border-top: 10px solid #cde4f6;
  border-bottom: 10px solid #cde4f6;
  padding: 2px 0px 2px 0px; }

.greyBorder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1px 0px 1px 0px;
  margin: 0px 5% 5% 5%; }

table#selectedResources {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

table#moreResources {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

#selectedResources td {
  background-color: #cde4f6;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #999 1px solid;
  border-bottom: #b3bfc8 1px solid;
  padding: 11px 13px 11px 13px;
  width: 50%;
  vertical-align: top; }

#moreResources td {
  border-top: #fff 1px solid;
  border-left: #aaa 1px solid;
  border-right: #999 1px solid;
  border-bottom: #b3bfc8 1px solid;
  padding: 11px 13px 11px 13px;
  width: 50%;
  vertical-align: top; }

div.resource {
  float: left;
  width: 90%; }

div.resource p {
  margin: 0px;
  font-size: 80%; }

div.resource a, div.resource a:visited {
  color: #336699;
  text-decoration: none; }

div.resource a:hover {
  text-decoration: underline; }

td .help {
  float: right;
  border: none; }

.resource {
  padding: 5px; }

.resource-blue {
  background: #cde4f6; }

#all-db {
  width: 100%;
  font-size: .85em;
  border: none; }

#all-db tbody tr {
  border-bottom: 2px solid #FFF; }

#all-db tbody tr td {
  padding: 5px;
  border: none; }

/******
Explore Histiry
********/
#body .explore-history {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px #999 solid; }

#body .explore-history p {
  padding-top: 10px; }

#body .explore-history-th-rt {
  background: #fff;
  float: right;
  padding: 5px;
  margin: 5px 0 5px 15px;
  border: 1px solid #333;
  -moz-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Mozilla */
  -webkit-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Safari */
  box-shadow: 1px 1px 2px #999999;
  overflow: hidden; }

#body .explore-history-th-lt {
  background: #fff;
  float: left;
  padding: 5px;
  margin: 5px 15px 5px 0;
  border: 1px solid #333;
  -moz-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Mozilla */
  -webkit-box-shadow: 1px 1px 2px #999999;
  /*For shadow effect to work in supported versions of Safari */
  box-shadow: 1px 1px 2px #999999;
  overflow: hidden; }

#projNavigation {
  background: #f2f2f2;
  padding: 21px 30px 21px 33px;
  border: none;
  display: block;
  border-bottom: 2px solid #777;
  border-top: 2px solid #fff; }

#projNavigation h1 {
  color: #000; }

#projNavigation ul {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none; }

#projNavigation li {
  display: inline;
  line-height: 1.5em; }

#projNavigation a, #projNavigation a:visited {
  font-size: 90%;
  font-weight: bold;
  color: #2B5681; }

#section {
  padding: 5px;
  overflow: hidden; }

#return {
  text-align: right;
  font-size: .85em; }

#sectionTitle {
  float: left;
  padding: 0.25em;
  font-size: 1.2em; }

#exhibNav {
  display: block;
  float: right;
  font-size: .85em;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: left;
  /*width:11.5em;*/ }

#exhibNav span {
  padding: 0px;
  margin: 0px;
  text-align: left; }

#exhibNav .current {
  color: #ffcc33; }

#exhibNav .links a {
  color: #FFF; }

#exhibNav a, #exhibNav span a:visited, #exhibNav span a:active {
  text-decoration: none;
  color: #fff; }

/*Highlighted*/
body #body .highlighted {
  color: #000; }

.highlighted {
  border: 1px solid #336699;
  background: #EBF3F8;
  padding: 3px;
  display: block;
  margin: 20px 0px 10px 0px;
  font-weight: bold; }

#body h2.highlighted {
  color: #000;
  font-size: .9em; }

#body .yellow-box {
  border: 2px #fccd4e solid;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 5px; }

/*****************
site index page
*****************/
#body ul.indexList {
  list-style-type: none;
  margin: 3px 0px 4px 0px;
  padding: 0px; }

#body ul.indexList li {
  margin: 3px 0px 1em 0px; }

#body ul.indexList li h2 {
  background-image: url(/images/whiteArrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 2px 0px 2px 16px;
  background-color: #254062;
  color: #fff;
  border: none; }

#body ul.indexList h2 a, #body ul.indexList h2 a:visited {
  background-color: #254062;
  text-decoration: none;
  color: #fff; }

#body ul.indexList h2.noLink {
  background-color: #999; }

#body .indexList ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px; }

#body ul.indexList li li {
  background-image: url(/images/indexListBgArrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 3px 15px; }

#body .indexList li.shaded {
  background-color: #f2f2f2; }

/* ******************************************* */
/* Begin Media Queries/Progressive Enhancement */
/* ******************************************* */
@media (max-width: 1117px) {
  #news_HMD {
    margin-left: 1em; }

  .bottom-half #discover, .bottom-half #explore, .bottom-half #searchourdatabases {
    padding-right: 1em;
    margin-right: 1em; } }
/* iPads (portrait and landscape) ----------- */
/* NLMStar Starts interfering with design */
@media (max-width: 950px) {
  #barbranding img {
    display: none; }
  #barbranding h3 {
    padding-left: 5px;
    font-size: 1.2em;
    margin-left: 5px;
    margin-top: .5em; }

  .meshGreen-sub .sideimg {
    display: none; }

  #header-sub a.logo {
    padding: 14px 0 14px 105px;
    width: 215px; }
    #header-sub a.logo h1 {
      font-size: 115%; }
      #header-sub a.logo h1 span {
        display: block; }
  #header-sub #NLMStar {
    left: 280px; } }
/* Contact US and Social icons interfere with menu */
@media (max-width: 870px) {
  #widgets ul li {
    margin-right: 2%; }

  #header-sub {
    position: relative; }

  .contact-us {
    font-size: .95em;
    position: absolute;
    top: 3px;
    right: 10px; }

  .social {
    float: left;
    padding: 15px 10px 10px 20px; }

  .social-home {
    position: absolute;
    top: 3px;
    right: 200px;
    margin-bottom: 0px; }

  #searchform {
    margin-top: 30px; } }
/* large smartphones ----------- */
/* Adjusted from 768 to 799 because of design challenge */
@media (max-width: 799px) {
  #body ul {
    padding-left: 1em; }

  #databases, #frl, #explore, #research, #near {
    margin-bottom: 1em; }

  .feature {
    margin-top: 1em !important;
    margin-bottom: 1em; }

  #databases.grid_3 {
    width: 98%;
    margin-bottom: 1em; }

  #frl.grid_3 {
    width: 98%;
    margin-bottom: 1em;
    margin-top: 1em; }

  #widgets {
    margin-top: 1em;
    margin-bottom: 1em; }

  .columnA, .columnB {
    float: none; }

  #searchForm {
    display: block;
    overflow: auto;
    padding: 1px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    #searchForm .search-input {
      width: 80%;
      float: left; }

  .social-home {
    position: absolute;
    top: 25px;
    right: 20px; }

  #footer-sub {
    margin-top: 1em; }

  /* === HMD ==== */
  .hmd-red ul li p.caption {
    font-size: 80%;
    margin-bottom: 1em; }
  .hmd-red #body ul {
    padding-left: 1em; }
  .hmd-red #body .feature {
    margin-left: 0em;
    margin-bottom: 1em; }

  #news_HMD {
    background: #F7F7F7 none repeat scroll 0% 0%;
    border: none;
    margin-left: 0em;
    margin-bottom: 1em; }

  .hmd-red #body .top-half.grid_12 {
    border-bottom: 2px solid #A61F28; }
  .hmd-red #body .bottom-half {
    border-top: none; }

  .bottom-half #discover, .bottom-half #hmdexplore, .bottom-half #searchourdatabases, .bottom-half #locate {
    border: none;
    margin-bottom: 1em;
    min-height: 0px;
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 0em; }
  .bottom-half .grid_2 {
    width: 98%; }

  .hmd-red #primary {
    padding-left: .8em;
    width: 90%; }

  #relatedPages {
    border: none; }

  /* === END HMD ==== */
  /* Contact Form */
  .contact input[type="text"], .contact input[type="email"] {
    width: 75%; }
  .contact #secondary.grid_3 {
    position: relative; }
  .contact #primary.grid_9 {
    margin-left: 0; }
  .contact textarea {
    min-width: 75%;
    min-height: 3em; }

  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, #home_news {
    margin-left: 0;
    margin-right: 0;
    width: 98%;
    padding-left: 3px;
    margin-bottom: 0px; }

  div#primary {
    width: 100%;
    display: table-header-group; }
  div#secondary {
    width: 100%;
    display: table-footer-group; }
    div#secondary ul {
      padding-left: 0px;
      margin: 0px; }

  #container-fluid {
    margin: 0px 3px; }

  ul.topnav {
    display: none; }

  html.mdjs #mobile-nav {
    display: block; }

  #footer-sub #footer-info {
    position: relative;
    margin-bottom: 20px; }
    #footer-sub #footer-info #footer-usa {
      top: 60px;
      right: 5px; }
  #footer-sub #footer-review {
    text-align: left; }

  #barbranding ul, #barbranding .breadcrumb-brand {
    margin: 5px 0px 5px 3px;
    padding-left: 2px;
    list-style-type: none;
    float: left;
    clear: both;
    text-align: left;
    margin-bottom: .3em; }
  #barbranding ul.umls-div {
    background-color: #555; }
  #barbranding ul li a {
    text-decoration: none;
    color: #FFF;
    font-style: normal;
    bottom-border: 1px solid #EEE; }
  #barbranding ul li + li:before {
    content: " | ";
    padding: 0 5px; }

  #homemain-body {
    background: #FFF; }

  #randomlogo, #randomnav, #pic-links {
    display: none; }

  /* medium smartphones ----------- */ }
@media (max-width: 799px) and (max-width: 750px) {
  /*------ MESH ------------*/
  .meshGreen-sub #barbranding img {
    display: none; }
  .meshGreen-sub #body p, .meshGreen-sub #body.grid_6 {
    margin-bottom: 0px; }

  /*------GENERAL BRANDING------------*/
  #main-body {
    font-size: 110%; }

  #container-fluid {
    margin: 2px; }
    #container-fluid .search-input {
      display: block;
      float: none;
      font-size: 1em;
      overflow: hidden;
      width: 85%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; }

  .search-input, .search-input-body {
    display: block;
    float: none;
    font-size: 1em;
    overflow: hidden;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 799px) and (max-width: 600px) {
  #header-sub a.logo {
    background-size: 60px;
    padding: 7px 0 7px 95px;
    width: 160px; }
    #header-sub a.logo h1 {
      font-size: 90%; }
  #header-sub #NLMStar {
    left: 230px;
    width: 140px;
    height: auto; } }
@media (max-width: 799px) and (max-width: 481px) {
  .homesearch-under {
    float: right;
    margin: 5px;
    width: 270px;
    margin-top: 0px; }

  #header {
    padding: 0px; }

  #header-sub {
    padding: 0px; }
    #header-sub a.logo {
      background-size: 44px auto;
      padding: 5px 0 5px 65px;
      margin-bottom: 7px;
      background-position: 10px center;
      width: auto; }
      #header-sub a.logo h1 {
        font-size: 90%; }
        #header-sub a.logo h1 span {
          display: inline; }
    #header-sub #NLMStar {
      display: none; }

  #container .contact-us, #container-fluid .contact-us {
    display: none; }
  #container .search-under, #container-fluid .search-under {
    width: 135px; }
  #container .social-home, #container-fluid .social-home {
    position: relative;
    top: auto; }

  /* #barbranding h3{
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 10px;
		
	} ------ */
  .breadcrumb-brand {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 5px 0px 0px 0px; }
    .breadcrumb-brand p {
      width: 100%;
      text-align: center; }

  #footer-sub #footer-info {
    position: relative; }
    #footer-sub #footer-info #footer-usa {
      display: block;
      position: relative;
      top: 10px;
      left: 0;
      margin-top: 5px; }
  #footer-sub #footer-review {
    text-align: left; } }
@media (max-width: 799px) {
  .umls-green #barbranding {
    background-image: none !important; }
    .umls-green #barbranding h3 span {
      padding-left: 0px;
      line-height: 1.5em; }
    .umls-green #barbranding .umls-div {
      padding: 0px 0px; }

  #body.contact input[type="text"], #body.contact input[type="email"] {
    width: 95%; }
  #body.contact textarea {
    min-width: 95%;
    min-height: 4em; }
  #body.contact h1 {
    font-size: 1.2em;
    padding-bottom: .5em; }

  /* smartphones, portrait ----------- */ }
@media (max-width: 799px) and (max-width: 360px) {
  #header-sub #NLMStar {
    display: none; }

  #searchForm {
    margin: 5px 0 8px 0;
    width: 100%; }

  #container-fluid .contact-us {
    font-size: .75em;
    position: absolute;
    top: 28px;
    right: 2px;
    font-weight: normal; }
  #container-fluid .search-input {
    width: 80%; } }
/**********************
SLICKNAV
(_slicknav.scss)
***********************/
.slicknav_menu {
  display: none; }

#mobileslick {
  display: none; }

@media screen and (max-width: 799px) {
  #menu {
    display: none; }

  .slicknav_menu, #mobileslick {
    display: block; } }
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em; }

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px; }

/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(81, 110, 153, 0.9); }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5; }

.slicknav_menu {
  padding: 5px; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  background-color: rgba(81, 110, 153, 0.9);
  border-radius: 8px; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_item {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_item:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FFF; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #254062;
  color: #fff; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/*****************
TODO: FIND OUT WHERE THE BELOW REALLY BELONGS
*****************/
/*****************
site index page
*****************/
#body ul.indexList {
  list-style-type: none;
  margin: 3px 0px 4px 0px;
  padding: 0px; }
  #body ul.indexList ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  #body ul.indexList li {
    margin: 3px 0px 1em 0px; }
    #body ul.indexList li h2 {
      background-image: url(/images/whiteArrow.gif);
      background-position: top left;
      background-repeat: no-repeat;
      padding: 2px 0px 2px 16px;
      background-color: #254062;
      color: #fff;
      border: none; }
      #body ul.indexList li h2.noLink {
        background-color: #999; }
      #body ul.indexList li h2 a, #body ul.indexList li h2 a:visited {
        background-color: #254062;
        text-decoration: none;
        color: #fff; }
    #body ul.indexList li li {
      background-image: url(/images/indexListBgArrow.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin: 5px 0px 0px 0px;
      padding: 3px 0px 3px 15px; }
    #body ul.indexList li li.shaded {
      background-color: #f2f2f2; }

/**********************
# search box table
************************/
table.searches {
  text-align: center;
  border: none;
  border-top: 1px solid #ccc;
  clear: both;
  margin-bottom: 10px; }
  table.searches .multRows td {
    border-right: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle; }
  table.searches .info {
    border-left: none;
    border-top: none;
    padding: 5px 5px 5px 10px;
    text-align: left; }
    table.searches .info li {
      list-style-type: disc;
      list-style-position: outside;
      margin: 0em 0em 0em 1.5em;
      padding: 0px;
      font-size: 1em; }
  table.searches td.forms {
    padding: 5px;
    color: #666;
    font-weight: bold;
    background-color: #f2f2f2;
    border-left: 1px solid #ccc; }
    table.searches td.forms form {
      padding-top: 9px;
      padding-left: 15px; }
      table.searches td.forms form label {
        font-size: 85%; }
    table.searches td.forms input.text {
      width: 150px;
      border: 1px solid #666; }
