/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400,600&family=Open+Sans:wght@500;700&display=swap");
/* Body Styles */
body:not(.google-font-disabled) {
  font-weight: 300;
  letter-spacing: 0.32px;
  font-style: normal;
}
/* Font Family for Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Montserrat", sans-serif;
}
/* Header Layout */
.header-layout-10.header-default {
  display: flex;
  flex-direction: column;
}
.header-layout-10 .top-bar-wrapper {
  margin-inline: auto;
  width: 100%;
  height: auto;
}
.header-layout-10 .top-bar-wrapper .site-branding {
  justify-content: flex-start;
}
.header-layout-10 .main-nav-primary {
  justify-content: flex-end;
  grid-column: 2/9;
}
.header-layout-10-region.header-background-color-holder {
  display: none;
}
.header-layout-10 .top-bar-wrapper {
  margin-bottom: 0;
}
.header-layout-10 .stacks-search-bar {
  width: 100%;
}
/* Header Background */
.header-background-color-holder, .header-background-image-holder, .header-image-overlay {
  position: relative;
}
/* Main Navigation */
.main-nav nav {
  max-width: 100%;
}
.main-nav nav ul {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
.main-nav a {
  font-weight: 600;
}
.main-nav-primary .navigation > .menu {
  gap: 1.5em;
}
.menu-main a:hover, .menu-main button:hover {
  background-color: rgba(243, 243, 243, 0.7);
}
.main-nav a, .main-nav-primary > .menu-main > .menu > .menu-item:not(.has-expanded) > a {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  line-height: 1;
}
.main-nav-primary .has-expanded > .menu > .menu-item a, .nav-style .has-expanded > .menu > .menu-item a, .top-menu-nav .has-expanded > .menu > .menu-item a {
  padding: 1rem 1.5rem;
}
.main-nav-primary > .menu-main .has-expanded > .menu {
  border-radius: 6px;
}
.main-nav > .menu-main > .menu > .menu-item.has-child-menu > .menu-child > li {
  background-color: white !important;
}
.submenu-button {
  cursor: pointer;
}
/* My Wallet CTA */
.main-nav > .menu-main > .menu > .menu-item.last > a {
  background-color: #001e1a;
  border-radius: 6px;
  color: white !important;
}
.main-nav > .menu-main > .menu > .menu-item.last > a:hover {
  background-color: rgba(0, 30, 26, 0.9);
}
/* Search Bar */
.search-bar-container {
  flex: 1;
}
.search-form-base > .details-wrapper {
  display: flex;
  width: 100%;
  gap: 0.5em;
  align-items: center;
}
.search-form-base .search-bar-container {
  margin: 0;
}
.search-form-credential-engine > .details-wrapper {
  flex-direction: row-reverse;
}
.stacks-search-bar .form-select {
  background-color: #f8f9fc;
}
#edit-search-form-credential-engine-states {
  padding: 1em;
  height: auto;
  line-height: 1;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  appearance: revert;
  background-image: none;
  background-position: revert;
  background-size: revert;
}
#stacks-search-bar-block {
  box-shadow: 0 0 0 100vmax rgba(7, 43, 58, 0.9);
  clip-path: inset(0 -100vmax);
  background-color: rgba(7, 43, 58, 0.9);
  margin: 0;
  padding-block: 2em;
}
#stacks-search-bar .tooltip-link {
  color: white;
}
#edit-search-form-bento-search-bar-container-query {
  padding-left: 0.5rem;
}
#edit-search-form-bento-search-bar-container-actions-submit:hover, #stacks-search-bar-block .horizontal-tabs li a.tooltip-link:hover {
  background-color: rgba(7, 43, 58, 0.2);
}
#stacks-search-bar-block a.button-embed:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* Homepage Video */
video {
  display: block;
  max-height: calc(60vh - 80px);
}
#main-content, #main-content .layout {
  margin: 0;
}
/* Responsive Embed */
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
}
.responsive-embed.widescreen {
  padding-bottom: 53rem;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Homepage CTA Block */
.cta-block {
  justify-content: space-around;
  background-color: #F8F8F8;
}
.cta-block > .flex.flex-column {
  background-color: white;
}
.cta-block > .flex.flex-column:not(.cta-primary) {
  margin: 1rem;
}
.cta-block > .flex.flex-column.cta-primary {
  margin: 1rem 0;
}
@media (max-width: 40em) {
  .cta-block > .flex.flex-column.cta-primary {
    margin: 0 1rem;
  }
  .cta-block {
    flex-wrap: wrap;
  }
}
.cta-block article {
  display: flex;
  height: 8rem;
  object-fit: cover;
  align-items: end;
  max-width: 30rem;
}
.cta-block .cta-primary article {
  max-width: 20rem;
}
.cta-block > .flex {
  flex: 1 1 450px;
  justify-content: center;
  align-items: center;
  color: white;
  min-height: calc(40vh - 80px);
}
.button.cta-button {
  display: flex;
  align-self: flex-end;
  width: 7rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #dc1f26;
  font-weight: bold;
  border-radius: 6px;
}
.button.cta-button.button-secondary {
  background-color: #001e1a;
}
.button.cta-button.button-primary:hover {
  background-color: rgba(220, 31, 38, 0.8);
}
.button.cta-button.button-secondary:hover {
  background-color: rgba(0, 30, 26, 0.9);
}
/* Footer */
footer .flex {
  flex-direction: column;
}
footer .flex li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .flex ul {
  margin: 0;
}
.custom-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.custom-content .flex {
  flex: 1;
}
.custom-content h2 {
  font-weight: bold;
}
footer .main-nav-secondary {
  display: none;
}
#footer .copyright-wrapper {
  display: none;
}
footer {
  padding-block: 2em;
}
/* Copyright Text Styling */
.site-wide-protect .stacks-copyright a {
  font-size: 0;
}
.site-wide-protect .stacks-copyright a::after {
  content: "EBSCOed";
  font-size: 1rem;
}
.site-wide-protect .openid-connect-login-form {
  display: none;
}
/* Front Page Path */
.path-frontpage .main-inner-wrapper {
  padding: 0;
  display: block;
}
@media (min-width: 40em) {
  .path-frontpage .main-inner-wrapper {
    max-width: revert;
  }
}
.layout-content .block.block-container {
  margin: 0;
}
.path-frontpage .media .field > img {
  max-width: 80%;
  display: block;
  margin-block: 1em;
}
.path-frontpage #block-gateway-page-title {
  margin: 0;
}
/* My Account Path */
.path-my-account #block-gateway-page-title {
  display: none;
}
.path-my-account #stacks-search-bar-block {
  display: none;
}
.path-my-account .stacks-error {
  display: none;
}
.path-my-account #main-content > .region {
  display: flex;
  flex-direction: column;
}
/* Form */
.form-checkboxes > .form-item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.form-checkboxes > .form-item > input, .form-checkboxes > .form-item .option {
  margin: 0;
  line-height: 1;
}
.form-checkboxes > .form-item {
  align-items: flex-start;
  padding-block: 0.25em;
}
.filter-layout-1 label {
  white-space: revert !important;
}
/* Flex */
.flex.flex-row {
  display: flex;
  flex: 100%;
}
.flex.flex-column {
  flex-direction: column;
}
.flex img {
  display: block;
  margin-inline: auto;
}
.flex.center {
  justify-content: center;
  padding-block: 1em;
  border-block: 1px solid gainsboro;
}
/* Grid  */
.grid .video, .grid .grid-center {
  grid-column: 1/2;
  grid-row: 1/2;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.grid-center * {
  color: white;
  font-weight: bold;
}
/* WBL Boxes */
.flex-group {
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  background-color: #042830;
  margin-top: 1rem;
  flex: 100%;
  height: 30rem;
}
.image-container img {
  height: 30rem;
  object-fit: cover;
}
.text-container {
  width: 50%;
  justify-content: center;
  flex-direction: column;
  color: white;
  box-sizing: border-box;
}
.text-container a {
  margin: 0 !important;
  background-color: white;
  color: #042830;
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  white-space: nowrap;
}
.text-container a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.flex-group h2 {
  color: white;
  padding-bottom: 1.25rem;
  border-bottom: solid 2px white;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.wbl-h2-styled {
  font-weight: bold;
}
.text-container-right-half {
  align-items: flex-start;
  margin-left: 2rem;
}
.text-container-left-half {
  align-items: flex-end;
  margin-right: 2rem;
  text-align: right;
  box-sizing: border-box;
}
/* Image Container */
.image-container {
  width: 50%;
  position: relative;
  overflow: hidden;
}
/* Gradient Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.overlay-to-left {
  background: linear-gradient(to left, #042830 5%, transparent);
}
.overlay-to-right {
  background: linear-gradient(to right, #042830 5%, transparent);
}
@media (max-width: 64em) {
  .flex-group {
    flex-direction: column;
    height: 40rem;
    width: 100%;
    margin: 1rem 0;
  }
  .text-container {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .text-container a {
    font-size: 16px;
  }
  .image-container {
    width: 100%;
  }
  .overlay-to-left {
    background: linear-gradient(to top, #042830 5%, transparent);
  }
  .overlay-to-right {
    background: linear-gradient(to bottom, #042830 5%, transparent);
  }
}
/* Scroll to Top Link */
a.scroll-top {
  background-color: #df1e25 !important;
}
/* Reset Letter Spacing */
body:not(.google-font-disabled) {
  letter-spacing: initial;
}
