/* Search box start */
.searchnavlinks > li > a,
ul.searchnavlinks {
  color: #ea7125 !important;
}
.container-fluid.ebsco-bootstrap {
  margin-bottom: 200px !important;
}
@media (max-width: 770px) {
  .ebsco-bootstrap #tablist li.active a,
  .ebsco-bootstrap #tablist li a {
    width: 5.5rem !important;

    font-size: 0.9rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
}

/* Search box end */
.blog-featured {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
/* Below code is to fix the footer to the bottom of the page */
#g-footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 0px;
  width: 100%;
}
