/* ------------------------------------------
   1. Navbar Container & Layout
---------------------------------------------*/
.main-top-navbar {
  background: #492365;
  position: relative;
  z-index: 1001;
}

.main-top-navbar .row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

.main-top-navbar .text-right {
  text-align: center;
}

span.menu-text {
  font-size: 1em;
}

ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
  border: 0;
}

/* ------------------------------------------
   2. Top-Level Menu Links
---------------------------------------------*/
.main-top-navbar a {
  color: #fff;
  text-decoration: none;
}

.main-top-navbar .dropdown.menu li > a, .main-top-navbar .dropdown.menu li > button {
  background-color: transparent;
  color: white;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-top-navbar .dropdown.menu li > a:focus,
.main-top-navbar .dropdown.menu li > a:focus-visible,
.main-top-navbar .dropdown.menu li > a:hover,
.main-top-navbar .dropdown.menu li > button:focus,
.main-top-navbar .dropdown.menu li > button:focus-visible,
.main-top-navbar .dropdown.menu li > button:hover {
  /*    font-weight: 600;*/
  color: #fff;
  /*text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);*/
  text-shadow: 0.5px 0 0 currentColor, -0.2px 0 0 currentColor;
}

/* ------------------------------------------
   3. Small/Hamburger Menu Styles
---------------------------------------------*/
.hamburger-button {
  height: 45.375px;
  /* Matches the offset used */
  line-height: 1;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  color: inherit;
  margin: 0;
  font-size: 1.2rem;
}

button.hamburger-button.button:hover {
  background-color: #814d9d;
}

.hamburger-button .fa-bars {
  font-size: 1.2rem;
}

/* off-canvas menu */
.off-canvas {
  width: 80%;
  position: fixed;
  top: 45.375px;
  left: 0;
  height: calc(100vh - 45.375px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #492365;
  z-index: 1100;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .off-canvas {
    touch-action: pan-y; /* Allows vertical scrolling but prevents horizontal dragging */
    overflow-x: hidden; /* Hides any horizontal overflow */
  }
}
/* Optional: overlay that covers remaining screen for dismiss */
.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* or transparent */
}

/* first group background */
ul.vertical.menu.accordion-menu > li:nth-child(-n+8) {
  background: #492365;
}

a.stand-out-ham-icon {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
}

a.stand-out-ham-icon svg {
  margin-right: 8px;
}

/* Disable scroll by hiding overflow on body */
.body-scroll-lock {
  overflow: hidden;
  height: 100%;
}

html,
body {
  min-height: 100vh;
  /*height: 100%;*/
  /*    overflow-y: auto;
      scrollbar-gutter: stable;*/
  position: relative;
}

/* ------------------------------------------
   4. Dropdown Arrow Icon Styling
---------------------------------------------*/
#dropdown-icon,
#dropdown-icon-weather {
  color: #fff;
  margin-left: 3px;
  transition: transform 0.2s ease;
}

li:hover #dropdown-icon,
li:hover #dropdown-icon-weather {
  transform: rotate(180deg);
}

/* ------------------------------------------
   5. Submenu Dropdown Styles
---------------------------------------------*/
.main-top-navbar .dropdown.menu .menu {
  background-color: #492365;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  position: absolute;
  z-index: 999;
}

.main-top-navbar .dropdown.menu li.is-dropdown-submenu-parent:hover > .menu,
.main-top-navbar .dropdown.menu li.is-dropdown-submenu-parent > .menu.js-dropdown-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Submenu Links */
.main-top-navbar .dropdown.menu .menu li a {
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-top-navbar .dropdown.menu .menu li a:focus-visible,
.main-top-navbar .dropdown.menu .menu li a:hover,
.main-top-navbar .dropdown.menu .menu li a:focus {
  background-color: #814d9d;
  color: #fff;
  text-shadow: 0.5px 0 0 currentColor, -0.2px 0 0 currentColor;
  border: none;
}

/* ------------------------------------------
   6. Icons (General & Hover Effects)
---------------------------------------------*/
.top-nav-icons {
  color: #fff;
  transition: color 0.1s ease-in, transform 0.1s ease-in;
  font-size: 1.1em;
}

li button {
  font-family: inherit;
  padding: 0.7em 1em;
  border: inherit;
}

.main-top-navbar li a:hover .top-nav-icons {
  color: #fff;
  transform: scale(1.15);
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

.main-top-navbar li a:hover span.eweber-wrap .top-nav-icons {
  color: #492365;
  transform: scale(1.15);
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

#liLogin {
  background-image: url("/ui/images/top-nav-svgs/eWeberLoginMobile.svg");
  background-repeat: no-repeat;
  background-position: 1.2em 0.8em;
  background-size: 1.1em;
  background-color: #814d9d;
  color: #fff !important;
  font-weight: 600;
  height: 48.17px;
}

#liLogin a {
  padding: 0.9em 1em 0.7em 3em;
}

#liLogin:hover {
  color: #492365;
  /*transform: scale(1.15);*/
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
  background-image: url("/ui/images/top-nav-svgs/eWeberLoginInvert.svg");
  background-repeat: no-repeat;
  background-position: 1.2em 0.6em;
  background-size: 1.265em;
  background-color: #fff;
}

#liLogin:hover a {
  color: #492365;
  /*transform: scale(1.15);*/
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

#main-content:target {
  padding-top: 100px; /* Adjust to your header's height */
  margin-top: -100px; /* Use a negative margin to prevent the page from jumping down */
}

/* ------------------------------------------
   7. eWeber Button (Stand-Out Style)
---------------------------------------------*/
li.stand-out {
  /*background: #814d9d;*/
  font-weight: bold;
  transition: background-color 0.1s ease-in;
  height: 47.18px;
}

li.stand-out-icon:hover {
  background: #814d9d;
  transition: background-color 0.1s ease-in;
}

li.stand-out-ham-icon * {
  color: #fff;
  font-weight: bold;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

li.stand-out-ham-icon:hover {
  background: #814d9d;
  transition: background-color 0.1s ease-in;
}

li.stand-out:hover {
  background: #814d9d;
}

span.eweber-wrap svg.top-nav-icons {
  margin-right: 5px;
}

.stand-out a:hover .eweber-wrap {
  color: #492365;
}

.stand-out a:hover .eweber-wrap .button-icon-svg {
  /* Swap to the purple SVG on hover */
  background-image: url("/ui/images/top-nav-svgs/eWeberLoginInvert.svg");
}

.eweber-wrap {
  display: inline-flex;
  align-items: center;
  transition: transform 0.1s ease, color 0.1s ease, text-shadow 0.1s ease;
  height: 48.17px;
}

.stand-out:hover a .eweber-wrap {
  color: #492365;
  transform: scale(1.05);
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

.main-top-navbar li a .eweber-wrap {
  color: #fff;
  transition: transform 0.1s ease, color 0.1s ease, text-shadow 0.1s ease;
}

.main-top-navbar li a:hover .eweber-wrap {
  transform: scale(1.02);
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

svg.top-nav-icons {
  width: 20px;
  height: 28px;
  fill: currentColor;
  transition: fill 0.3s ease;
}

img.top-nav-icons {
  width: 20px;
  height: 28px;
  fill: currentColor;
  transition: fill 0.3s ease;
}

svg.top-nav-icons,
#magnifying-glass-solid {
  color: #fff;
  width: 20px;
  height: 28px;
}

.button-icon-svg {
  width: 20px;
  height: 28px;
  display: inline-block; /* Make sure it takes up space */
  margin-right: 8px; /* Spacing */
  /* Default (white) SVG as background image */
  background-image: url("/ui/images/top-nav-svgs/eWeberLogin.svg");
  background-size: contain; /* or 100% 100% to fill exactly */
  background-repeat: no-repeat;
  background-position: center;
  /* Optional: Transition for the background image if you want a fade (more complex) */
  /* transition: background-image 0.3s ease; */
}

/* smooth the lines around the svg icons */
.cls-1 {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

/* ------------------------------------------
   8. Vertical Menu Styles
---------------------------------------------*/
ul.vertical.menu.accordion-menu {
  background: linear-gradient(to right, #492365, #814d9d);
  text-align: center;
  font-size: 1em;
  margin-bottom: 220px;
}

ul.vertical.menu.accordion-menu li button {
  color: #fff;
  display: block;
  padding: 1em 1.5em 1em 2.5em;
  /* Add horizontal padding */
  line-height: 1.5;
  text-align: left;
  /* Change alignment from center to left */
  transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  width: 100%;
}

ul.vertical.menu.accordion-menu li button:hover {
  background-color: #814d9d;
}

ul.vertical.menu.accordion-menu li:hover button {
  background-color: #814d9d;
}

ul.vertical.menu.accordion-menu li a {
  color: #fff;
  display: block;
  padding: 1em 1.5em 1em 2.5em;
  /* Add horizontal padding */
  line-height: 1.5;
  text-align: left;
  /* Change alignment from center to left */
  transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

ul.vertical.menu.accordion-menu li {
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  position: relative;
  border: none;
}

ul.vertical.menu.accordion-menu li:hover {
  background-color: #814d9d;
  color: #fff;
  font-weight: bold;
}

/*ul.vertical.menu.accordion-menu li.extra-padd-bottom {
    padding-bottom: .6rem;
}*/
ul.vertical.menu.accordion-menu li:first-of-type {
  padding-top: 4px;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

.rotate-icon.open {
  transform: rotate(90deg);
  /* rotate vertically */
}

.off-canvas.position-left {
  left: 0;
}

.off-canvas .vertical.menu {
  overflow: visible;
  max-height: none;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}

ul#ham-submenu li:hover {
  background: #814d9d;
  color: #fff;
  font-weight: 600;
}

li.is-submenu-item.is-accordion-submenu-item {
  font-size: 0.9em;
}

ul.vertical.menu.accordion-menu li:not(:last-child):not(:nth-child(8))::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #a275b3;
  margin: auto;
}

/* ------------------------------------------
   Skip Button Styles
---------------------------------------------*/
.skip-link {
  position: absolute;
  top: 35vh;
  left: 0;
  transform-origin: left bottom;
  /* Start hidden: translated fully to the left and invisible */
  transform: translateX(-100%) rotate(90deg);
  background-color: rgba(73, 35, 101, 0.85);
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  border-radius: 0.25rem 0.25rem 0 0;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
  /* Transition for sliding and fading */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1), overflow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.skip-link:focus,
.skip-link:active {
  /* Slide in: translate to original position, visible */
  transform: translateX(0) rotate(90deg);
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  overflow: visible;
  left: 0;
  top: 35vh;
  outline: 3px solid #a275b3;
  outline-offset: 2px;
  color: #fff !important;
  opacity: 1;
}

@media (max-width: 1024px) {
  .skip-link {
    display: none;
  }
}
/* ------------------------------------------
   Tab Focus Styles - Updated for Accessibility
---------------------------------------------*/
/* Remove ALL browser default focus styles */
*:focus {
  outline: none; /* Removes blue browser default */
}

/* Set default focus for light backgrounds */
*:focus-visible {
  outline: 2px solid #814d9d !important; /* Wildcat Purple */
  outline-offset: 2px;
  border-radius: 4px;
}

/* Override for dark backgrounds */
.main-top-navbar *:focus-visible,
.off-canvas *:focus-visible,
ul.vertical.menu.accordion-menu *:focus-visible,
.wsu-googleprogsearch *:focus-visible,
#notificationsDropdown *:focus-visible,
#alertsDropdown *:focus-visible,
.a-z-letters *:focus-visible,
.footer *:focus-visible,
.footer-section *:focus-visible,
.footer-bottom *:focus-visible,
.banner *:focus-visible,
.banner-overlay-left *:focus-visible,
.banner-overlay-right *:focus-visible,
.slanted-button:focus-visible,
.button:focus-visible,
#awards-section *:focus-visible,
.purple-section *:focus-visible {
  outline: 2px solid #a275b3; /* Light purple for dark backgrounds */
  outline-offset: 2px;
  border-radius: 4px;
}

/* Ensure buttons and links get proper styling */
button:focus,
a:focus,
input:focus {
  outline: none; /* Remove browser defaults */
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid #814d9d !important; /* Default for light backgrounds */
  outline-offset: 2px;
  border-radius: 4px;
}

/* Dark background overrides for specific elements */
.main-top-navbar button:focus-visible,
.main-top-navbar a:focus-visible,
.off-canvas button:focus-visible,
.off-canvas a:focus-visible {
  outline: 2px solid #a275b3; /* Light purple */
  outline-offset: 2px;
  border-radius: 4px;
}

/* Hamburger menu focus - ensure light purple only */
.off-canvas a:focus-visible,
.off-canvas button:focus-visible,
ul.vertical.menu.accordion-menu a:focus-visible,
ul.vertical.menu.accordion-menu button:focus-visible {
  outline: 2px solid #a275b3; /* Light purple */
  outline-offset: 0.5px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  background: none;
}

/* ------------------------------------------
   Search dropdown
---------------------------------------------*/
/* Topbar button toggler */
.main-top-navbar .topbar-button {
  padding: 0.6rem 0.9rem;
  border-color: transparent;
  background-color: transparent;
}

.vertical.menu.accordion-menu button#mobileSearchbarBtn {
  display: block;
  color: #fff;
  /*padding: 1em 1.5em 0.5em 2.5em;*/
  line-height: 1.5;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  font-weight: normal;
  font-family: "tradegothiclt", sans-serif;
  font-size: 1rem;
}

.vertical.menu.accordion-menu button#mobileSearchbarBtn:hover {
  font-weight: bold;
}

.vertical.menu.accordion-menu button#mobileSearchbarBtn:focus-visible {
  outline: 2px solid #a275b3;
  border-radius: 4px;
  box-shadow: none;
  width: calc(100% - 6px);
  margin: auto;
  padding-left: 37px;
}

.main-top-navbar .topbar-button:hover {
  border-color: transparent;
}

.main-top-navbar a:focus-visible {
  outline: 2px solid #a275b3;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: none;
}

.main-top-navbar .topbar-button.active-icon .top-nav-icons,
.main-top-navbar li .topbar-button:hover .top-nav-icons {
  color: #fff;
  transform: scale(1.15);
  text-shadow: 0 0 2px rgba(62, 30, 86, 0.3);
}

.stand-out-icon:has(button.active-icon) {
  background: #492365;
  transition: background-color 0.1s ease-in;
}

/* Topbar button (search icon) focus */
.main-top-navbar .topbar-button:focus-visible {
  outline: 2px solid #a275b3;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: none;
}

/* eWeber button focus - extended to include icon */
.main-top-navbar li.stand-out a:focus-visible {
  outline: 2px solid #a275b3;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: none;
  margin-left: -8px; /* Extend focus area to the left */
  padding-left: 8px; /* Add padding to compensate */
}

/* Hamburger button focus */
.hamburger-button:focus-visible {
  outline: 2px solid #a275b3;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: none;
}

/* Main Google Programmable Search control */
.header-dropdowns {
  position: relative;
}

.wsu-googleprogsearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  display: none;
}

.wsu-googleprogsearch.active {
  display: block;
}

.wsu-googleprogsearch table.gsc-search-box,
.wsu-googleprogsearch form.gsc-search-box {
  margin-bottom: 0;
}

/* Search DDL */
.gstl_50.gssb_c tbody,
.gstl_50.gssb_c td,
.wsu-googleprogsearch tbody,
.wsu-googleprogsearch td,
.wsu-googleprogsearch .gsc-input-box {
  border: none;
  background-color: transparent;
  padding: 0;
}

.gstl_50.gssb_c tbody tr:nth-child(even) {
  background-color: white;
}

.gstl_50.gssb_c tbody tr.gsc-completion-selected,
.gstl_50.gssb_c tbody tr.gsc-completion-selected:nth-child(even) {
  background: #eee;
}

.gstl_50.gssb_c table.gsc-completion-container .gsq_a td span {
  padding: 2px 6px;
}

/* Search Input */
.wsu-googleprogsearch input.gsc-input {
  font-size: 16px;
  box-shadow: none;
  line-height: 28px;
}

.wsu-googleprogsearch .gsc-input-box {
  border: 1px solid #BBBBBB;
  padding: 4px;
  background-color: white;
}

.wsu-googleprogsearch .gsc-search-button-v2,
.wsu-googleprogsearch table {
  margin: 0;
  padding: 9px 8px 9px 11px;
}

.wsu-googleprogsearch .gsc-search-button-v2 {
  border: none;
  background-color: #814d9d;
}

.wsu-googleprogsearch .gsc-search-button-v2:hover,
.wsu-googleprogsearch .gsc-search-button-v2:focus {
  border: none;
  background-color: #fff;
}

.wsu-googleprogsearch .gsc-search-button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.wsu-googleprogsearch .gsc-search-button-v2:hover svg,
.wsu-googleprogsearch .gsc-search-button-v2:focus svg {
  fill: #492365;
}

.wsu-googleprogsearch .gsc-control-cse {
  background-color: #492365;
  border: none;
  padding: 22px 18px 22px 26px;
}

.wsu-googleprogsearch table.gsc-input {
  padding: 0;
}

.wsu-googleprogsearch .gsc-results-wrapper-overlay {
  width: 90%;
  left: 5%;
}

@media screen and (min-width: 1024px) {
  .wsu-googleprogsearch .gsc-results-wrapper-overlay {
    width: 70%;
    left: 15%;
  }
}
/* ------------------------------------------
    A-Z Styles
---------------------------------------------*/
.az-button-list {
  display: none;
  background-color: transparent;
}

.a-z-dropdown az-button-list {
  background-color: #492365;
  border: none;
  padding: 22px 5px 22px 5px;
  z-index: 1001;
}

.a-z-letters {
  background-color: #492365;
  z-index: 1001;
  position: absolute;
  padding: 10px 20px 15px 20px;
  margin: 0px 15px 0px 0px;
  left: 15px;
  /*    @media (min-width: 1025px) {
          margin: 0 20px 0 7px;
          left: auto;
      }*/
}

.a-z-letters ul {
  margin: 20px 5px;
}

.a-z-list {
  color: white;
  list-style: none;
  column-count: 2;
  column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

.a-z-list li {
  padding-bottom: 10px;
}

.a-z-list li a {
  color: white;
}

.a-z-list li {
  padding-bottom: 10px;
}

.a-z-letters button {
  padding: 0.5em 0.9em;
  margin: 0;
}

.active-letter {
  background-color: #814d9d;
}

/* ---------------------------------------------
   Alerts and System Messages dropdowns
---------------------------------------------*/
#notificationsDropdown {
  display: none; /* Initially hide the dropdowns */
  position: absolute;
  top: 100%; /* Position below the top bar */
  right: 0; /* Align to the right side */
  z-index: 1001; /* Ensure the dropdown appears above other content */
  color: white;
  background-color: #492365; /* Add a background color */
  margin-top: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
  min-width: 300px; /* Set a minimum width for the dropdowns */
  max-width: 500px;
}

#alertsDropdown {
  display: none; /* Initially hide the dropdowns */
  position: absolute;
  top: 100%; /* Position below the top bar */
  right: 0; /* Align to the right side */
  z-index: 1001; /* Ensure the dropdown appears above other content */
  color: white;
  background-color: #492365; /* Add a background color */
  margin-top: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
  min-width: 300px; /* Set a minimum width for the dropdowns */
  padding: 15px 30px 15px 30px;
  max-width: 500px;
}

.lnkAllMessages a {
  color: #fff !important;
  font-weight: bold;
}

.lnkAllMessages a:hover {
  color: #492365 !important;
}

.lnkAllMessages:hover a {
  color: #492365 !important;
}

.notification-desktop .date {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
  text-decoration: none;
}

.date:hover {
  display: block;
  font-size: 12px;
  color: #444444;
}

#alertsDropdown a {
  color: #fff;
  font-weight: bold;
  /*font-size: 17px !important;*/
  text-decoration: underline;
}

#notificationsDropdown a {
  color: #fff;
  text-decoration: underline;
}

#notificationsDropdown ul {
  list-style-type: none;
  margin: initial;
}

#notificationsDropdown li {
  padding: 25px;
  min-height: 60px;
  border-bottom: #a275b3 1px solid;
}

#notificationsDropdown li:hover {
  background-color: #fff;
  color: #492365;
}

#notificationsDropdown li:hover .date {
  color: #444;
}

#notificationsDropdown li:hover a {
  background-color: #fff;
  color: #492365;
}

#notificationsDropdown a:hover {
  background-color: #fff;
  color: #492365;
}

#date:hover {
  color: #444;
}

.active-icon-li {
  background-color: #814d9d;
}

#notificationsCount {
  font-size: 1.2rem;
  margin-left: 5px;
}

ul.menu.align-middle li {
  margin-left: 5px;
  margin-right: 5px;
}

#aEWeber,
#searchButton {
  height: 48.17px;
}

button#notificationsButton {
  padding-right: 0.55em;
}

/* Slanted Button */
.slanted-button {
  background-color: #814d9d;
  font-family: "tradegothiclt-bold", sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0.5rem 0 0 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border: none;
  text-shadow: none;
  width: fit-content;
  transition: color 0.3s ease;
  padding: 0.6em 2.25em;
}

.slanted-button:hover,
.slanted-button:focus {
  background-color: #fff;
  color: #814d9d !important;
}

.slanted-button.light-button:hover,
.slanted-button.light-button:focus {
  background-color: #e5e0ee;
  color: #814d9d;
}

.button-container {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 2.5em 0;
}

/*footer classes*/
.footer {
  position: relative;
  width: 100%;
}

/*footer logo classes*/
.footer-logo {
  width: 220px;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.footer-arch {
  overflow: hidden;
}

.footer-arch svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.footer-section {
  background-color: #532B6F;
}

.footer-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 140px;
}

.footer-ul {
  margin: 0;
}

.footer-mountains {
  position: absolute;
  bottom: 151px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 3;
  max-width: 1600px;
  margin: 0 auto;
}

.footer-header {
  text-align: center;
  margin-bottom: 0px;
}

.footer-main {
  align-items: center;
}

.footer-section h3 {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 800;
  color: white;
  text-align: center;
  font-family: "tradegothicltstd-boldext", sans-serif;
}

.footer-section ul {
  list-style: none;
  line-height: 1.4;
  margin-left: 0;
}

.left-align ul {
  text-align: center;
}

.right-align ul {
  text-align: center;
}

.footer-section ul li a {
  color: white;
  align-items: center;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1.1;
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.footer-bottom {
  background-color: #3c1d5a;
}

.footer-center {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-section ul li a:hover {
  color: white !important;
  text-shadow: 0.5px 0 0 currentColor, -0.2px 0 0;
  font-weight: 525;
}

.footer-section ul li a:focus {
  color: white !important;
  text-shadow: 0.5px 0 0 currentColor, -0.2px 0 0 !important;
  font-weight: 550 !important;
  outline: 2px solid #d3c2df !important;
  outline-offset: 1px;
  border-radius: 4px;
}

.contact-info {
  font-size: 1rem;
  white-space: normal;
  margin-bottom: 25px;
  color: white !important;
  -webkit-text-fill-color: white !important;
  display: block;
  text-align: center;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}

.center-section {
  grid-column: 3;
  text-align: center;
}

/* Slanted buttons */
.slant-btn {
  display: inline-block;
  color: rgb(74, 44, 84);
  font-weight: bold;
  font-family: "tradegothiclt-bold", sans-serif;
  position: relative;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  cursor: pointer;
  font-size: 19px;
  background: white;
  padding: 2px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
}

.slant-btn span {
  white-space: nowrap;
}

.contact-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
}

.footer-spanish-button {
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) skew(-10deg);
  transform: translate(-50%, 0%) skew(-10deg);
  z-index: 10;
  white-space: nowrap;
}

.slant-btn:hover {
  background-color: #e5e0ee;
  color: #814d9d !important;
}

.slant-btn:focus {
  background-color: #e5e0ee;
  color: #814d9d !important;
}

.footer-legal {
  font-size: 0.8rem;
  opacity: 0.9;
  line-height: 1.4;
  color: white;
  text-align: center;
}

.footer-legal a {
  color: white;
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.footer-width {
  max-width: 80rem;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  color: #3c1d5a;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.desktop-footer-alignment {
  margin-top: -235px;
  color: white;
}

footer .directories-resources {
  margin-bottom: 110px;
}

/* Responsive Styles */
@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-header {
    padding-top: 20px;
  }
  .footer-mountains {
    width: 315px;
    bottom: 150px;
  }
  .footer-center {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-spanish-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) skew(-10deg);
    transform: translate(-50%, 0%) skew(-10deg);
  }
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .footer-right {
    gap: 8px;
  }
  .footer-bottom {
    margin: 0 -15px;
  }
  .footer-legal {
    font-size: 0.8rem;
    text-align: center;
  }
}
@media (min-width: 641px) {
  .footer-logo {
    width: 220px;
    top: 40px;
  }
  .desktop-footer-alignment {
    margin-top: calc(-3.875rem + (1vw - 6.41px) * -25.469);
    min-height: 0vw;
    background-color: #532a6f;
  }
  .left-align ul {
    white-space: wrap;
    padding-bottom: 1em;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .footer-right {
    gap: 8px;
  }
  .footer-legal {
    font-size: 0.8rem;
    text-align: center;
  }
  .footer-spanish-button {
    top: -60px;
  }
  .footer-mountains {
    width: 380px;
    bottom: 150px;
  }
  .footer-center {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-container {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .footer-logo {
    width: 300px;
    top: 60px;
  }
  .footer-section h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: white;
    font-family: "tradegothicltstd-boldext", sans-serif;
  }
  .left-align ul {
    text-align: center;
    white-space: nowrap;
    padding-bottom: 1em;
  }
  .right-align ul {
    text-align: center;
  }
  .footer-legal {
    font-size: 1rem;
    opacity: 1;
    text-align: center;
    line-height: 1.2;
    grid-column: span 12;
    order: 2;
  }
  .social-icon {
    display: flex;
    align-items: right;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  .slant-btn {
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  .footer-spanish-button {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) skew(-10deg);
    transform: translate(-50%, 0%) skew(-10deg);
  }
  .spanish-button-container {
    grid-column: span 12;
    position: relative;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
  .center-section {
    grid-column: 2;
  }
  .footer-right {
    justify-content: center;
    grid-column: span 12;
    order: 1;
  }
  .footer-mountains {
    width: 550px;
    bottom: 163px;
  }
  .footer-width {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }
  .footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer-container {
    padding-bottom: 200px;
  }
}

/*# sourceMappingURL=index.css.map */
