#banner {
  min-height: 54px;
  margin: 0;
  padding: 0;
  background: #fff;
}

#banner>.inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

#banner-logo {
  float: left;
  margin: 0;
  padding: 1em;
  text-align: left;
}

#banner-search {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}

.search-icon {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  background-image: url(../img/searchIcon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}


.giving-button > a {
  background: #003049;
  color: #00b1ff !important;
}

.giving-button > a:hover {
  background: #dce7f0 !important;
  color: #003049 !important;
}

/* Begin funds table styles */
div.mruDataTableStyle {
width: 95%;
margin: 0 auto;
}
table#mruDatatable {
  width: 100%;
}
#mruDataTable th {
  background-color: #cfcfcf;
  border-right: 1px solid white;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}

#mruDataTable tr th:nth-child(2) {
  width: 40%;
}

#mruDataTable tr td:nth-child(n+3):nth-child(-n+7) {
  text-align: center;
  vertical-align: middle;
}

#mruDataTable td.categoryName {
  background-color: #007FB5 !important;
}

#mruDataTable span.progList::before {
  content: "\2022"; /* bullet point symbol */
}

#mruDataTable .footnotes {
  text-decoration: underline !important;
}

tr.group {
background-color: #007FB5 !important;
color: #ffffff;
font-weight: bold;
}
.table tbody tr.group:hover td, .table tbody tr.group:hover th {
background-color: transparent !important;
}
.btn-block-left {
display: block !important;
padding-left: 8px !important;
padding-right: 0 !important;
text-align: left !important;
width: 100%;
white-space: normal !important;
border-radius: 0 !important;
}
.dns {
display:none;
}

td.fundimag > img {
max-width: 150px;
}