@charset "utf-8";
/* CSS Document */
/* define colow variables */ :root {
  --main-brand-blue: #0057b8; /* Headlines */
  --main-accessible-blue: #0e4a7d; /* Headlines and body text */
  --main-accessible-gray: #657581; /* Headlines and body text */
  --main-accessible-orange: #C15324; /* Headlines */
  --secondary-brand-red: #C8102E; /* Headlines */
  --secondary-brand-blue: #0cb7e1; /* miscellaneous */
  --white: #ffffff;
  --black: #25282B;
  --font-family-Open-Sans: 'Open-Sans', Helvetica, Arial, 'sans-serif';
  --font-family-Merriweather: 'Merriweather', 'serif';
  --responsive-column-divider: #ADD8E6;
  --heading-font-family: 'Radley', serif;
  --body-font-family: Roboto, sans-serif;
}
body {
  font-family: var(--body-font-family);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family);
}
/* Apply styles to all links within #contentContainer */
#contentContainer a:link, #contentContainer a:visited {
  color: var(--main-accessible-blue); /* Blue */
  background-color: transparent; /* Transparent background */
  text-decoration: none; /* No underline for link and visited states */
}
#contentContainer a:hover, #contentContainer a:active {
  color: var(--main-accessible-orange); /* Orange */
  background-color: transparent; /* Transparent background */
  text-decoration: underline; /* Underline for hover and active states */
}
/* Specific styles for #subjects */
#contentContainer #subjects a {
  background: #585757;
  border-radius: 4px;
  padding: 0.875rem;
  box-shadow: 0 0 6px #bdbdbd;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
}
#contentContainer #subjects a:hover {
  color: #FFA374;
  text-decoration: none;
  cursor: pointer;
}
/* Override styles for links within #featured and items with .fa-duotone.fa-arrow-right-long */
#contentContainer #featured a, #contentContainer a .fa-duotone.fa-arrow-right-long {
  /* Reset or define new styles for these links and items here */
  /* Example: Resetting to a specific style or leaving as is for custom styles elsewhere */
}
#full-span-banner {
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
section {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 5px;
}
#newpubs img {
  max-width: 200px;
}
.image-container {
  position: relative;
}
.overlay-text {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-text h1 {
  color: #ffa374;
}
.card a img {
  max-width: 350px;
}
#newpubs {
  margin-bottom: 35px;
}
.h1sectionhead {
  margin-bottom: 5px;
  color: var(--main-accessible-orange);
}
.fa-arrow-right-long {
  color: var(--main-accessible-orange);
}
#browsemore {
  font-family: var(--body-font-family);
  font-size: 1em;
  margin-top: 25px;
}
/* Styles for New and Upcoming Publications book jackets and descriptive text */
.card-img-top.jacket {
  max-width: 280px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 16px -3px rgba(0, 0, 0, 0.75);
  transition: all .1s ease-in;
}
.card-img-top.jacket:hover {
  transform: translateY(-3px);
}
#author {
  font-size: 0.9em;
}
/* Styles for #specialpromoarea items and descriptive text */
.card-img-top.saleitem {
  margin-bottom: 15px;
  transition: all .1s ease-in;
}
.card-img-top.saleitem:hover {
  transform: translateY(-3px);
}
/* Styles for links with class .itemtitle */
.itemtitle {
  font-family: var(--heading-font-family);
  color: var(--black);
  background-color: transparent;
  font-size: 1.1em;
  line-height: normal;
}
.itemtitle:hover {
  color: var(--main-accessible-orange);
}
.list-unstyled {
  padding-top: 10px;
}
.btn.btn-primary.btn-lg {
  font-size: 1.3em;
  margin: 10px;
}
/* Set hyperlink color to #0057b8 */
.slickContainer a {
  color: var(--main-accessible-blue);
  text-decoration: none;
  margin-top: -5px;
}
section a:hover {
  color: var(--main-accessible-orange);
  background-color: transparent;
  text-decoration: underline;
}
h1.horizontalLine {
  padding: 0px 15px;
  color: var(--main-accessible-blue);
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 2vw; /* Responsive size */
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
}
h1.horizontalLine:before {
  content: "";
  display: block;
  border-top: solid 4px var(--main-accessible-blue);
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.productBrowseContent {
  display: flex;
  margin-top: -40px;
}
/* subjects section */
#subjects .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #585757;
}
#subjects .card {
  border: 0px;
  border-radius: 0 rem;
}
#subjects h3 {
  padding-left: 20px;
  font-size: 1.1em;
  margin: 0;
}
/*
#subjects a {
  background: #585757;
  border-radius: 4px;
  padding: 0.875rem;
  box-shadow: 0 0 6px #bdbdbd;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
}
#subjects a:hover {
  color: #FFA374;
  text-decoration: none;
  cursor: pointer;
}*/
/* spotlight section */
#spotlight .btn {
  margin-right: 10px;
  padding: 8px 16px;
  background-color: #ffa374 !important;
}
/* email section TEMPORARY */
#signup {
  margin-top: 45px;
  color: var(--white) !important;
  background-color: #585757 !important;
}
/* accessibility accomodation */
@media (prefers-reduced-motion: reduce) {
  /* Styles for New and Upcoming Publications book jackets and descriptive text */
  .card-img-top.jacket:hover {
    transform: none; /* Removes movement for users who prefer reduced motion */
  }
  /* Styles for #specialpromoarea items and descriptive text */
  .card-img-top.saleitem:hover {
    transform: none; /* Removes movement for users who prefer reduced motion */
  }
}
