body {
  background-color: #f2f2f2;
  color: #000;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

a {
  color: #004065;
}

h2 {
  background-color: #004065;
  color: #fff;
  border-bottom: 2px solid #c8b18b;
  font-weight: normal;
  font-size: 1.25em;
  padding: 7px 0;
  text-align: center;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  color: #004065;
}

.bg-inverse {
  background-color: #004065!important;
}

.bg-inverse, .bg-inverse a, .bg-inverse label {
  color: #fff;
}

.link:hover {
    cursor: pointer;
}

.login-failed {
  font-weight:bold;
  color: red; 
}

.nav-link {
  color: #004065!important;
  padding: 0 1.5em;
  max-width: 12em;
  font-size: 1em;
}

.no-underline:hover{
    text-decoration: none;
}

.taglist-label {
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
}

.taglist-tag {
  margin: 0 10px 0 0;
  float: left;
  border: 2px solid #888;
  border-radius: 6px;
  background-color: #eee;
}

.taglist-tag-name {
  float: left;
  padding: 0 5px 0 5px;
}

.taglist-tag-delete {
  float: left;
  border: 1px solid #888;
  border-radius: 6px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  margin: -1px -1px -1px 0;
}

.taglist-tag-delete:after {
  content: "x";
  display: inline;
}

.searchbar {
  padding: 1.5em;
}

.searchbox input[type="text"] {
  -webkit-appearance: none;
  height: 60px;
  padding: 0;
  padding-left: 1em;
  width: 100%;
  border: #fff;
  border-radius: 3px;
}

.searchbutton {
  background:url(/images/magnify.svg) no-repeat;
  width: 40px;
  height: 40px;
  cursor:pointer;
  border:none;
  position: absolute;
  top: 10px;
  right: 20px;
}

.searchboxScope {
  position: absolute;
  top: 17px;
  right: 70px;
  border: 0;
}

.page-content {
  font-size: .9rem!important;
}

.page-content ul {
  padding-left: 16px;
}

.page-content ul li {
  list-style-type: none;
	text-indent: -10px;
	margin-left: 10px;
}

.shadowbox {
  background-color: #fff;
  -moz-box-shadow: 2px 2px 1px #888;
  -webkit-box-shadow: 2px 2px 1px #888;
  box-shadow: 2px 2px 1px #888;
}

#s-lg-guide-search {
  height: 39px!important;
}

.s-lg-embedded-search-widget button {
  margin-top: -4px!important;
}

#social-media-icons img {
  width:24px;
}

#guideList {
  width: 90%;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23004065' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23004065' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.blogPostWithImage {
    overflow: hidden;
    position: relative;
}
.blogPostWithImage img {
    position: relative;
    margin: -50% auto;
    width: 100%;
    height:auto;
    vertical-align:middle;
}
.blogPostImage {
    display:block;
    height:120px;
    line-height:120px;
    overflow:hidden;
}

#edb-widget h4 {
  font-size: 1rem!important;
}

#breadcrumbs, #footer {
  width:100%;
  background-color:#004065!important;
}

#footer ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px;
}

#breadcrumbs ul li, #footer ul li {
  font-size: .75rem;
  list-style-type: none;
  display: inline;
}

#breadcrumbs ul>li+li:before {
  content: " / ";
  color: #fff!important;
  display: inline;
}

#footer ul>li+li:before {
  content: " - ";
  color: #fff!important;
  display: inline;
}

#breadcrumbs ul li a, #footer ul li a {
  color: #fff!important;
}

#footer {
  color: #fff;
}

#footer a {
  text-decoration: underline;
}

.textual a {
  color: #0073aa;
  /* text-decoration: underline; */
}

#sitemap a {
  font-weight: normal;
}

.textual ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}

.textual ul li {
  list-style-type: disc;
}

.textual ul ul li, ol ul li { 
   list-style-type: circle; 
}

.textual ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}

.textual ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.textual ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.textual dd {
  margin-bottom: 12px;
  margin-left: 20px;
}

.dropdown-menu {
  font-size: .75rem;
}

.profile-image img {
  margin: 12px 0 12px 0;
}

.lcs_slide_out-r {
  top: 220px!important;
}

.emergency a {
  color:#d00!important;
  font-weight:bold;
}

#homepage-events {
  line-height:1.6em;
}

.homepage-events-entry {
  border: none !important;
  list-style-type: none !important;
}

.homepage-events-date {
  float:left;
  text-align:center;
  width:15%;
  font-family:Georgia,Times New Roman,Times,serif;
  margin-bottom: 5px;
  font-weight:bold;
  font-size:1.2em;
}

.homepage-events-date .month {
  color:#004065;
}

.homepage-events-date .day {
  color:#e31937;
}

.homepage-events-detail {
  float:right;
  width:80%;
  margin-bottom: 5px;
}

/* Research Guides revisions, Summer 2024 */
.libguides-list-container select.form-control {
  width: 80%;
  font-size: .9rem;
}

.libguides-list-container p {
  margin: 14px 0 14px 12px;
}

.libguides-list-container button {
  border: 1px solid #ced4da;
  font-size: .9rem;
}

.libguides-list-container .s-lg-form-control {
  display: inline-block;
  width: 70%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}