/*---------------  Front Page Search --------------- */
#front-page-search {
  position: relative;
  max-width: 1000px;
}

#front-page-search>ul>li>a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #696969;
  font-size: 1.15rem;
  padding: 2px 10px;
}

#front-page-search>ul>li>a {
  text-decoration: none !important;
}

#front-page-search>ul>li>a:after{
  background: -webkit-gradient(linear, left top, right top, from(#808080), to(#fff));
  background: linear-gradient(to right, #808080, #fff);
  bottom: -0.2em;
  content: "";
  display: block;
  height: 0.15em;
  position: relative;
  width: 100%;
  margin-top: -0.15em;
}

#front-page-search>ul>li>a:hover::after{
  background: -webkit-gradient(linear, left top, right top, from(#960018), to(#FF7883));
  background: linear-gradient(to right, #960018, #FF7883);
}

#front-page-search>ul>li>a.active {
  color: #C3142D;
}

#front-page-search>ul>li>a.active:after {
  background: -webkit-gradient(linear, left top, right top, from(#960018), to(#FF7883));
  background: linear-gradient(to right, #960018, #FF7883);
  bottom: -0.2em;
  content: "";
  display: block;
  height: 0.15em;
  position: relative;
  width: 100%;
  margin-top: -0.15em;
}

.gscho-button {
  border-radius: 0.25rem !important;
}

.ebsco-button, .gscho-button, .digColleSearchbutton {
  color: white !important;
  background-color: #C3142D !important;
}

.ebsco-button, .digColleSearchbutton, .gscho-button {
  width: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 35 35' fill-rule='evenodd'%3E%3Cpath fill='white' d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}

.input-group>.custom-select {
  flex: 0 !important;
}

.gsc-input input:focus{
  outline: auto 2px Highlight!important;
  outline: auto 5px -webkit-focus-ring-color!important;
}

button.gsc-search-button-v2:focus{
  outline: auto 2px Highlight!important;
  outline: auto 5px -webkit-focus-ring-color!important;
}

/* search type selector */
#front-page-search div.search-selector {
  float: left;
  position: relative;
  width: 12%;
  margin: 0.3em 0em 0em 5em;
}

#front-page-search div.search-selector select {
  background-color: #fff;
  color: #C3142D;
  font-size: 1.25em;
  margin: 0em 2em 0em 0;
  padding: 0.5em 1em;
}

/* search boxes global */
#front-page-search div.searchboxes {
  float: right;
  width: 65%;
  padding: 0;
  margin: 0.25em 0 0 0;
}

#front-page-search form {
  margin-top: 1.25em;
}

/* --- Article/Book Search --- */
input.ebsco-searchbox, input.searchbox {
  padding: 0.5em 1em 0.5em 1em;
  -moz-box-shadow: inset 1px 1px 2px #9999;
  -webkit-box-shadow: inset 1px 1px 2px #9999;
  box-shadow: inset 1px 1px 2px #9999;
}

select.ebsco-dropdown {
  min-width: 6em;
  background: #666;
  color: #fff;
  padding: 0.25rem !important;
  /* If you add too much padding here, the options won't show in IE */
  font-weight: 300;
}

/* Google Scholar */
input.gscho-searchbox {
  padding: 0.5em 1em 0.5em 1em;
  -moz-box-shadow: inset 1px 1px 2px #9999;
  -webkit-box-shadow: inset 1px 1px 2px #9999;
  box-shadow: inset 1px 1px 2px #9999;
}
