mport url(//fonts.googleapis.com/css?family=Exo:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css);
h1, h2, ul.nav {
  font-family: Exo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  #header img {
    height: 50px;
    float: left;
    margin-bottom: 10px;
  }
  #header {
    padding: 0 25px 10px 50px;
  }
}
@media screen and (max-width: 991px){
  #header {
    padding: 0 25px 10px 25px;
  }
}

html, body {
  height: 100%;
}

body {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1 0 auto;
}

.container-fluid {
  margin-right: 0;
  margin-left: 0;
}

#header {
  margin: 0;
  width: 100%;
}

#header h1 a img {
  max-height: 50px;
}

#header {
  background: #00386B;
}

#navigation #tabs .navbar-default {
  background-color: #E0E0DF;
  border-color: #E0E0DF;
}
#tabs .navbar-default {
  background-color: whitesmoke;
  border-color: whitesmoke;
}

.top-bar {
  background-color: #E0E0DF !important; //bad form trying to overwrite system css
}

.top-bar ul li a.active {
  color: black;
  /*border-bottom: 3px solid #E0AA0F;*/
  border-bottom: 3px solid black;
  /*background: whitesmoke;*/
}

/* hide search title on home page */
.search h3 {
  display: none;
}

#advanced_search {
  margin-top: 25px;
}

/* changes to badge colors */
.record-type-badge.repository {
  color: #802020;
  border-color: #802020;
}

.record-type-badge.subject {
  color: #941c9a;
  border-color: #941c9a;
}

#footer {
  flex-shrink: 0;
  bottom: 0;
  width: 100%;
  margin: 20px 0 0 auto;
  padding: 4px 30px 40px 30px;
  background: #dde6ee;
  border-top: 1px solid #999;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
}

#footer p.footer-items {
  padding-top: 10px;
  text-align: right;
}
.comment-field{
  position: absolute;
  left: -9999px;
}
/* added for new homepage items */
#footer p.footer-items {
  padding-top: 10px;
  text-align: right;
}
.comment-field {
    position: absolute;
    left: -9999px;
}

#promo a:hover, #promo a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
.as-l-row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.as-c-thumbnail {
  background-color: #fff;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  border-radius: 0;
  border: 2px solid #fff;
  padding: 0;
  height: 100%;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.as-c-thumbnail:hover {
  background-color: #dde6ee;
  border-color: #dde6ee;
  text-decoration: none;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12);
  transition: .2s;
}
.as-c-thumbnail__border {
    border: 1px solid #eaeaea;
    height: 100%;
}
.as-c-h2--margin-bottom {
  margin-bottom: 25px;
}

.as-c-thumbnail h3 {
  margin-top: 10px;
}

.as-c-thumbnail img {
  width: 100%;
}

.as-l-margin-bottom {
    margin-bottom: 20px;
}

