@import url("https://use.typekit.net/szp3lpf.css");
/* @mixin font-awesome($icon: '') {
	content: vars.$icon;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
}
*/
footer#footer-bg {
  background-image: url('/media/usca/site-assets/2025-rebrand/images/bg-pattern-tile.png'), linear-gradient(#b2ddff, #00bed6, #002341 99%, #ff0039 99%);
  background-repeat: repeat;
  background-size: 30px;
  background-attachment: fixed;
  background-color: #002341;
  color: #ffffff;
  border-radius: 70px 0 0 0;
  margin-top: 100px;
  box-shadow: inset 2px 3px 8px rgba(35, 31, 32, 0.3);
  transition: padding-bottom 0.2s ease-out; /* Add smooth transition */
}
footer#footer-bg #usca-footer {
  border-radius: 70px 0 70px 0;
  margin: 0 auto 30px;
  transform: translateY(-50px);
  padding: 20px;
  background-image: linear-gradient(#002341, rgba(0, 35, 65, 0.6));
  backdrop-filter: blur(8px);
  filter: drop-shadow(1px 2px 2px rgba(35, 31, 32, 0.1)) drop-shadow(1px 2px 8px rgba(35, 31, 32, 0.4));
  -webkit-text-stroke-color: rgba(0, 35, 65, 0.3);
  -webkit-text-stroke-width: 2px;
  paint-order: stroke fill;
  width: 95%;
  max-width: 1400px;
  z-index: 100;
  position: relative;
}
footer#footer-bg #footer-logo {
  max-width: 200px;
  margin-bottom: 40px;
}
footer#footer-bg .footer-menu-list {
  height: 100%;
}
footer#footer-bg .footer-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer-bg .footer-menu-list ul li {
  padding-bottom: 0.5em;
}
footer#footer-bg .footer-menu-list a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
  text-decoration-line: none;
}
footer#footer-bg .footer-menu-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer#footer-bg .footer-menu-list a.tel-police {
  color: #ff0039;
  font-weight: 700;
}
footer#footer-bg .footer-menu-list a.tel-police:hover {
  color: #ff0039;
}
footer#footer-bg ul.footer-social {
  margin-top: 1em;
  list-style-type: none;
  padding-left: none;
  display: flex;
  gap: 1ch;
  margin-bottom: 0;
}
footer#footer-bg ul.footer-social li {
  padding-left: 0px;
}
footer#footer-bg ul.footer-social li:before {
  content: none;
}
footer#footer-bg ul.footer-social li svg path {
  fill: #FFB500;
}
footer#footer-bg .hours-status-wrapper {
  position: relative;
  margin-left: -1rem;
  display: inline-block;
  padding: 0 20px;
}
footer#footer-bg #status-container {
  border-radius: 15px 0 15px 0;
  filter: drop-shadow(1px 1px 5px rgba(35, 31, 32, 0.3));
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 16px;
  transition: all 0.3s ease;
  border: none;
}
footer#footer-bg #status-container:hover {
  filter: brightness(95%);
}
footer#footer-bg #status-container.active .caret-icon {
  transform: rotateX(180deg);
}
footer#footer-bg #status-container.open-bg {
  background-color: #00bed6;
}
footer#footer-bg #status-container.closed-bg {
  background-color: #ff0039;
}
footer#footer-bg #status-container.closing-soon-bg, footer#footer-bg #status-container.opening-soon-bg {
  background-color: rgb(153, 108.6, 0);
}
footer#footer-bg #status-container .status-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer#footer-bg #status-container .status-content .clock-icon,
footer#footer-bg #status-container .status-content #status,
footer#footer-bg #status-container .status-content .caret-icon {
  color: #ffffff;
}
footer#footer-bg #status-container .status-content .caret-icon {
  transition: transform 0.3s ease;
}
footer#footer-bg #hours-dropdown {
  border-radius: 15px 0 15px 0;
  filter: drop-shadow(1px 1px 12px rgba(35, 31, 32, 0.3));
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  position: absolute;
  overflow: hidden;
  transition: 0.2s ease-out;
  min-width: 250px;
  transform: scale(0);
  
  top: 55px;
  left: 15px;
  transform-origin: 50% top;
}
@media (min-width: 768px) {
  footer#footer-bg #hours-dropdown {
    top: 0;
    left: 100%;
    margin-left: 15px;
    transform-origin: left center;
  }
}
footer#footer-bg #hours-dropdown.active {
  transform: scale(1);
  max-height: 400px;
}
footer#footer-bg #hours-dropdown .hours-content {
  padding: 15px;
}
footer#footer-bg #hours-dropdown .hours-content .hours-list {
  color: #002341;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#footer-bg #hours-dropdown .hours-content .hours-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer#footer-bg #hours-dropdown .hours-content .hours-list li:last-child {
  margin-bottom: 0;
}
footer#footer-bg #hours-dropdown .hours-content .hours-list li .day-label {
  font-weight: bold;
  min-width: 100px;
  flex-shrink: 0;
}
footer#footer-bg:has(#hours-dropdown.active) {
  padding-bottom: 300px;
}
@media (min-width: 768px) {
  footer#footer-bg:has(#hours-dropdown.active) {
    padding-bottom: 100px;
  }
}
footer#footer-bg .subfooter {
  display: flex;
  font-size: 14px;
  color: #b2ddff;
  padding: 0 20px;
}
@media (max-width: 600px) {
  footer#footer-bg .subfooter {
    flex-direction: column;
    padding: 0;
  }
}
footer#footer-bg .subfooter .copyright-limit {
  display: flex;
  align-items: center;
  gap: 1ch;
  flex: 1;
  line-height: 1em;
}
footer#footer-bg .subfooter .copyright-limit a.t4Edit-page {
  color: #b2ddff;
  font-size: 18px;
  text-decoration: none;
}
footer#footer-bg .subfooter .desktop-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 600px) {
  footer#footer-bg .subfooter .desktop-footer-links {
    margin-top: 20px;
    gap: 10px;
    justify-content: space-between;
  }
}
footer#footer-bg .subfooter .desktop-footer-links a {
  color: #b2ddff;
  text-decoration: none;
  margin: 0 5px;
}
