@font-face {
  font-family: "Arrows";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/OpenArrow-Regular.woff2") format("woff2"), url("/fonts/OpenArrow-Regular.woff") format("woff");
}
.fh-img {
  height: 100%;
  z-index: 1;
}
.fh-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.google-map-wrapper iframe {
  aspect-ratio: 16/9;
}
@media (min-width: 960px) {
  .google-map-wrapper iframe {
    aspect-ratio: 16/10;
  }
}

[data-theme=dark] .google-map-wrapper iframe {
  filter: invert(1) hue-rotate(180deg);
}

.staff-article {
  height: 55vh;
  overflow-y: scroll;
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  .staff-article {
    height: auto;
  }
}

/* Ultra-smooth, subtle animation */
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Apply a softer easing */
.animate-effect-in {
  animation: myAnim 1s cubic-bezier(0.24, 1, 0.5, 1) 1 normal forwards;
}

.alert {
  margin-bottom: 0.3rem;
  border: 1px solid transparent;
  padding: 17px 30px 17px 17px;
  color: var(--constblack);
}
.alert svg {
  width: 12px;
  margin: 12px;
}
.alert.warning {
  background-color: rgb(243, 219, 219);
  border-color: rgb(168, 49, 49);
}
.alert.info {
  background-color: rgb(230, 249, 253);
  border-color: rgb(220, 244, 250);
}

.scrolling-up .jumplinks,
.scrolling-down .jumplinks {
  opacity: 1;
  margin-top: 0;
}

.parallax-image img {
  object-fit: cover !important;
  height: 130% !important;
}

.award-table {
  transition: all 0.2s linear;
}
.award-table:last-child {
  border-bottom: none;
}
.award-table img.award-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: -2rem;
  left: 1rem;
  width: 140px;
}
@media (min-width: 960px) {
  .award-table img.award-img {
    top: -5rem;
    left: 1.5rem;
    width: 240px;
  }
}

.parallax-content {
  will-change: transform;
}

.transition-container {
  transition: none;
  will-change: transform, opacity;
}

.fade-slide-out {
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.Page_Filters li {
  transition: all 0.2s linear;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.animate-text span {
  display: inline-block;
  will-change: transform, opacity;
}

.parallax-img {
  height: 100%;
  overflow: hidden;
}
.parallax-img img {
  object-fit: cover;
  will-change: transform;
}

.avatar {
  background-color: white;
  width: 80px;
  height: 80px;
}
@media (min-width: 960px) {
  .avatar {
    width: 110px;
    height: 110px;
  }
}
.avatar {
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hide-filters .filters-scroll-container {
  display: none;
}

.footer-share a:hover {
  color: var(--brand-primary);
}
.footer-share svg {
  height: fit-content;
  width: 14px;
  height: 14px;
  margin-top: -3px;
}
@media (min-width: 960px) {
  .footer-share svg {
    width: 22px;
    height: 22px;
    margin-top: -4.5px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filters-scroll-track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filters-scroll-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .filters-scroll-track {
    -webkit-overflow-scrolling: touch;
  }
}

.filter-children {
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}
.filter-children.show {
  opacity: 1;
  pointer-events: auto;
}
.filter-children.hide {
  opacity: 0;
  pointer-events: none;
}
.filter-children.expanded {
  opacity: 1;
  max-height: 100px; /* Set high enough for expected child height */
  transform: translateY(0);
  pointer-events: auto;
}

.child-filters-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.child-filters-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .child-filters-scroll {
    -webkit-overflow-scrolling: touch;
  }
}

.fade-slide-out {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Project Navigation Styles */
.nav-link {
  transition: all 0.3s ease;
}
.nav-link:hover {
  transform: translateY(-4px);
}

.featured-post img, .post-item img {
  transition: all 0.2s linear;
  filter: brightness(0.8);
}
.featured-post:hover img, .post-item:hover img {
  filter: brightness(0.6);
}

#project-map {
  z-index: 9999999999 !important;
}

.filter-map {
  padding-left: 18px !important;
  margin-left: 0.2rem;
}
@media (min-width: 640px) {
  .filter-map {
    margin-left: 1.4rem;
  }
}
.filter-map svg {
  height: 22px;
  left: -32px;
}
@media (min-width: 640px) {
  .filter-map svg {
    height: 42px;
    left: -39px;
  }
}

hr {
  border-top-width: 2px;
}

.inline-text {
  font-size: 0.7em;
}

.blog-image {
  margin: 0 0 2rem 0;
}
@media (min-width: 640px) {
  .blog-image {
    width: 30vw;
    float: left;
    margin: 0 1.75rem 0.75rem 0;
  }
}
@media (min-width: 960px) {
  .blog-image {
    width: 20vw;
  }
}

#section_45 nav {
  display: block;
}
