body {
  background-color: #220f13;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Verdana, sans-serif;
  color: #58585b;
  font-size: 13px;
}

p {
  color: #58585b;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

a {
  color: #0096cf;
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: oblique;
}

hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.3);
  clear: both;
  float: left;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}

.title_left {
  color: #dd832a;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.title_right {
  color: #fff;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.subtitle {
  color: #0096cf;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding-top: 10px;
  vertical-align: top;
}

.resources_subtitle {
  color: #0096cf;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  vertical-align: top;
}

.pub_text {
  font-size: 12px;
  line-height: 16px;
}

#main_wrapper {
  margin: 0 auto;
  padding: 0;
  width: 880px;
}

.header {
  background-image: url('../images/gcid_header_bg.jpg');
  border-bottom: 10px solid #000;
  height: 205px;
  margin: 0;
  padding: 0;
}

/* start navigation */
.navbar {
  background-color: #381414;
  height: 25px;
  margin: 0;
  padding-bottom: 5px;
  position: absolute;
  top: 170px;
  width: 880px;
  z-index: 9997;
}

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
}

#nav li {
  display: block;
  float: left;
  position: relative;
}

li ul {
  display: none;
  z-index: 9999;
}

.topnav {
  padding-left: 45px;
  position: relative;
}

.topnav a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  padding-top: 6px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 90px;
  z-index: 9999;
}

.topnav a:hover {
  color: #fff690;
}

.topnav a:active {
  color: #fff690;
}

/* drop down menu */
#nav li:hover ul {
  display: block;
  left: -5px;
  position: absolute;
  top: 30px;
  z-index: 1500;
}

.topnav li a {
  background-color: #381414;
  box-shadow: 0 4px 6px rgba(0,0,0,0.4);
  color: #fff690;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: 25px;
  margin: 0;
  padding: 8px 0 0 15px;
  text-align: left;
  width: 80px;
}

.topnav li a:hover {
  background: #fff690;
  color: #000;
}

li.last_nav a {
  background-color: #381414;
  border-collapse: collapse;
  border-radius: 0 0 4px 4px;
  width: 80px;
}

li.last_nav a:hover {
  background-color: #fff690;
  border-radius: 0 0 4px 4px;
  color: #000;
  width: 80px;
}

/* end navigation */

/* divs */
.column_wrapper {
  background-color: #dd832a;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.column_wrapper2 {
  background-color: #fff;
  float: left;
  position: relative;
  right: 35%;
  width: 100%;
}

.content_left {
  float: left;
  left: 40%;
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  width: 56%;
}

.content_right {
  float: left;
  left: 45%;
  padding-top: 10px;
  position: relative;
  width: 33%;
}

.data_content {
  background-color: #fff;
  padding: 10px 44px;
}

/* explore formatting */
.explore {
  margin: 0 auto;
  width: 100%;
}

.explore_item {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: top;
  width: 32%;
}

.explore_header {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.explore_content {
  color: #f1f1f2;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.explore_link {
  color: #fff;
  font-size: 10px;
}

.explore_link a {
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}

.explore_link a:hover {
  color: #381414;
}

/* links */
.links {
  color: #a1d9e9;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  list-style: disc outside none;
}

.link_item a {
  color: #fff;
}

.link_item a:hover {
  color: #0096cf;
}

.address {
  margin-left: 20px;
  padding-bottom: 10px;
}

.address p {
  color: #fff;
  font-size: 15px;
}

.subaddress {
  font-size: 12px;
}

.indented_div {
  margin-left: 20px;
}

.resources_holder {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}

.resources_image {
  float: left;
  padding-right: 20px;
  width: 45%;
}

.resources_content {
  float: left;
  width: 50%;
}

.footer {
  background-color: #381414;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 10px;
  width: 100%;

}

.footer a {
  color: #d6dbc6;
}

.footer a:hover {
  color: #d6dbc6;
}

.funding_text {
  color: #d6dbc6;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 20px;
}

.funding_list td {
  color: #d6dbc6;
  font-size: 11px;
  padding-right: 10px;

}

.funding_sponsor td {
  width: 150px;
}

/* images */
.som_logo {
  padding-left: 40px;
  width: 200px;
}

.gcid_logo {
  padding-left: 20px;
  padding-top: 50px;
  width: 590px;
}

.funding_logo {

}

.funding_list {
  width: 100%;

}

.funding_list td:nth-child(1) {
  width: 9%;
}

.funding_list td:nth-child(2) {
  width: 17%;
}

.funding_list td:nth-child(3) {
  width: 7%;
}

.funding_list td:nth-child(4) {
  width: 12%;
}

.funding_list td:nth-child(5),
.funding_list td:nth-child(7)  {
  width: 1%;
}

.funding_list td:nth-child(6) {
  width: 24%;
}

.funding_list td:nth-child(8) {
  width: 16%;
}

.hhs_logo {
  width: 47px;
}

.nih_logo {
  width: 195px;
}

.niaid_logo {
  width: 150px;
}

.hh_logo {

}

.funding_list td {
  width: 100px;

}

.funding_list td img {
  height: auto;
  max-width: 100%;
}

.explore_icon {
  height: 80px;
  width: 80px;
}

.section_icon {
  height: 58px;
  padding-right: 10px;
  width: 58px;
}

.chart_placeholder {
  border: none;
  height: 600px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.comingsoon_container {
  background-color: #d6dbc6;
  margin: 0 auto;
  margin-top: 90px;
  padding: 50px;
  width: 500px;
}

.comingsoon_text {
  color: ##381414;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 70px;
}

/* remove blue border in ie */
a img {
  border: none;
}

.pub_navigation {
  clear: both;
  float: left;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 11px;
  width: 100%;
}

.pub_navigation ul {
  margin: 10px 0 20px 0;
  padding: 0;
}

.pub_navigation ul li {
  display: inline;
  margin-right: 2px;
}

.pub_navigation ul li a {
  background: #d7dbc6;
  border: 1px solid #989574;
  color: #dd832a;
  display: inline-block;
  font-weight: bold;
  padding: 3px;
}

.back_to_top {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 12px;
}

.fa-2x {
  vertical-align: middle;
}

.portal_callout {
  background: #d8dbc8;
  border: 1px solid #a1a084;
  border-radius: 4px;
  box-sizing: border-box;
  color: #d1873f;
  float: left;
  font-weight: bold;
  height: 46px;
  list-style: none;
  margin: 11px 0;
  text-align: center;
  text-transform: uppercase;
  width: 213px;
}

.portal_callout > a {
  display: inline-block !important;
  height: 100%;
  width: 100%;
}

.portal_callout:hover {
  background: #381414;
  border: 1px solid #000;
}

.portal_callout:hover > a {
  color: #fff;
}

.portal_callout img {
  float: left;
  padding: 6px;
  width: 32px;
}

.gear_callout {
  background: #d8dbc8;
  border: 1px solid #a1a084;
  border-radius: 4px;
  box-sizing: border-box;
  color: #d1873f;
  float: left;
  font-weight: bold;
  height: 46px;
  line-height: 18px;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 5px 0 5px 7px;
  text-align: left;
  text-transform: uppercase;
  width: 213px;
}

.gear-text {
  float: left;
  font-size: 16px;
  margin-left: 10px;
}

.gear_callout img {
  float: left;
  padding: 0px;
  width: 32px;
}

.gear_callout:hover {
  background: #381414;
  border: 1px solid #000;
}

.gear_callout:hover > a {
  color: #fff;
}

.gcid-portal-text {
  float: left;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 12px;
}

.expanded-item {
  height: 60px !important;
}

.gcid_manuscript_2020_summaries {

}

.gcid_manuscript_2020_summaries .title_left {
  font-size: 2rem;
  line-height: 40px;

}

.manuscript_summaries {
  font-family: inherit;
  margin:0;
  padding:0 ;
  list-style: none;
  width: 80%;
  font-weight: 400;
}

.manuscript_summaries  li {
  position: relative;
  margin-bottom: 1rem;
  padding:0 0 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


/*.manuscript_summaries  li:before {
  font-family: FontAwesome;
  content: '\f14c';
  position: absolute;
  left: -16px;
  top:2px;
}*/
