/*
Theme Name: New England Ski Museum
Author: UpWithIt Interactive
Author URI: https://wordpress.org/
Description: Custom theme for New England Ski Museum
*/
/*$navier: #131D4F;*/
/*$slate: #254D70;*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5 {
  font-family: "Cal Sans", sans-serif;
}

header {
  padding: 1rem 4rem;
}
header .mobile-trigger {
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  margin-top: 2rem;
  margin-right: 1rem;
}
header .mark-logo {
  height: 100px;
  display: flex;
  align-items: center;
}
header .mark-logo .logo {
  z-index: 9999;
  max-width: 270px;
  display: inline;
  margin-right: 1.7rem;
}
header .mark-logo h1 {
  display: inline;
  font-family: "Cal Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
header a {
  display: inline-block;
  text-decoration: none;
  color: #090647;
}
header .nav-container {
  position: relative;
}
header nav {
  height: 100px;
  display: flex;
  font-family: "Cal Sans", sans-serif;
  position: relative;
  align-items: center;
}
header nav span {
  display: none !important;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header nav ul li {
  margin: 0;
  display: inline-flex;
  text-align: center;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  /*a:hover {
      background-color:#efefef;
  }*/
}
header nav ul li a {
  font-family: "Cal Sans", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
}
header nav ul li a i {
  transition: rotate ease-in-out 0.3s;
  margin-left: 0.5rem;
  font-size: 0.775rem;
}
header nav ul li a span {
  font-size: 0.975rem !important;
  padding-top: 3px;
}
header nav ul li .sub-menu {
  position: absolute;
  top: 75%; /* Ensures no gap between main nav and submenu */
  left: 0;
  width: 100%; /* Makes it span the full navigation width */
  background: #EFEFEF;
  visibility: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.5rem;
  z-index: 999999;
  border-radius: 0 10px 10px 10px;
  /* Third level */
}
header nav ul li .sub-menu li {
  /* display: grid; grid-template-columns: repeat(2, 1fr);*/
  width: 100%; /* Adjusts width dynamically */
  padding: 0;
  font-size: 0.875rem;
  text-align: left;
  /*a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px; 
      width: 0%;
      height: 2px; 
      background-color: $light-blue; 
      transition: width 0.3s ease-in-out;
  }

  a:hover::after {
      width: 100%;
  }*/
}
header nav ul li .sub-menu li a {
  font-weight: normal;
  /*font-family:$body-font;*/
  color: #090647;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  font-size: 0.977rem;
  text-transform: none;
  position: relative;
  transition: padding-left ease-in-out 0.3s;
  letter-spacing: normal;
}
header nav ul li .sub-menu li a:hover {
  color: #1A25AB;
  padding-left: 0.15rem;
}
header nav ul li .sub-menu .sub-menu {
  position: absolute;
  top: 100%; /* directly underneath parent li */
  left: 0;
  width: max-content;
  background: #EFEFEF;
  display: block;
  padding: 1rem;
  z-index: 1000000;
  border-radius: 0 0 10px 10px;
}
header nav ul li:has(> ul) {
  border-radius: 10px 10px 0 0;
}
header nav ul li:hover, header nav ul li:focus {
  /*background-color:#efefef;*/
  /* .sub-menu {
      visibility:visible;
  }*/
}
header nav ul li:hover a:focus, header nav ul li:hover:hover, header nav ul li:focus a:focus, header nav ul li:focus:hover {
  /*background-color: #efefef;*/
  /*.sub-menu {
    visibility: visible;
  }*/
}
header nav ul li:hover a:focus i, header nav ul li:hover:hover i, header nav ul li:focus a:focus i, header nav ul li:focus:hover i {
  rotate: 90deg;
}
header nav ul li:hover a i, header nav ul li:focus a i {
  rotate: 90deg;
}
header nav ul li.open {
  background-color: #efefef;
}
header nav ul li.open > a i {
  rotate: 90deg;
}
header nav ul li.open > .sub-menu {
  visibility: visible;
}
header nav ul li.nav-highlight {
  background: #1226AA;
  border-radius: 5rem;
  margin-left: 2rem;
  transition: background 0.3s ease-in-out;
}
header nav ul li.nav-highlight a {
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
header nav ul li.nav-highlight:hover {
  background: #BCE6FF;
  color: #FFFFFF;
}
header nav ul li.nav-highlight:hover a {
  color: #090647;
}

.hero {
  height: 100vh;
  /*background-image:url('images/067_SkiMuseum.jpg');*/
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
  /*.tagline::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.877); 
      z-index: 1;
      transition: background-color 0.5s ease-in-out;
    }/**/
}
.hero .row {
  overflow: visible;
}
.hero .tagline {
  vertical-align: bottom;
  position: relative;
  padding: 5rem;
  /* background-image:url('images/ski-bg.jpg');*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: rgba(255, 255, 255, 0.877); */
  color: #FFFFFF;
  height: 100vh;
}
.hero .tagline .tag-content {
  border-radius: 1rem;
  z-index: 9999;
  padding: 2rem 3rem;
  background-color: rgba(0, 0, 0, 0.477);
}
.hero .tagline .tag-content h1, .hero .tagline .tag-content h2, .hero .tagline .tag-content h3 {
  font-family: "Cal Sans", sans-serif;
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}
.hero .tagline .tag-content h2 {
  font-size: 1rem;
  text-transform: uppercase;
}
.hero .tagline .tag-content h3 {
  font-size: 4rem;
  line-height: 4rem;
  padding: 0;
  margin: 0;
}
.hero .tagline .tag-content .cta {
  background: #FFFFFF;
  padding: 1rem 1.7rem;
  color: #090647;
  border-radius: 5rem;
  font-family: "Funnel Display", serif;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.hero .tagline .tag-content .cta .fas {
  margin-left: 1rem;
  rotate: -90deg;
  transition: rotate ease-in-out 0.25s;
}
.hero .tagline .tag-content .cta .arrow {
  color: #FFFFFF;
}
.hero .tagline .tag-content .cta:hover {
  background: #090647;
  color: #FFFFFF;
}
.hero .tagline .tag-content .cta:hover .fas {
  rotate: 0deg;
}
.hero .hero-img {
  overflow: visible;
}
.hero .hero-img-inner {
  /*background-image:url('images/nconway.jpg');*/
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: bottom;
  position: sticky; /* Correct property */
  top: 0; /* Define the sticky offset */
}

.hero.bg1 {
  background-image: url("images/home-1.jpg");
}

.hero.bg2 {
  background-image: url("images/001_SkiMuseum.jpg");
}

.hero.bg6 {
  background-image: url("images/home-2.jpg");
}

.hero.bg3 {
  background-image: url("images/009_SkiMuseum.jpg");
}

.hero.bg4 {
  background-image: url("images/131_SkiMuseum.jpg");
}

.hero.bg5 {
  background-image: url("images/067_SkiMuseum.jpg");
}

.sticky-column {
  position: sticky;
}

.home-heading {
  padding: 7rem 0;
  /*background-image:url('images/ski-bg.jpg');*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: rgba(255, 255, 255, 0.877); */
  background: #090647;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.home-heading .content {
  position: relative;
  z-index: 9999;
}
.home-heading h2 {
  font-size: 2.3rem;
  line-height: 2.7rem;
  z-index: 9999;
  font-weight: normal;
}
.home-heading h2 a {
  color: #bce6ff;
}
.home-heading .learn-more a {
  background: #FFFFFF;
  padding: 1rem 1.7rem;
  color: #090647;
  border-radius: 5rem;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Cal Sans", sans-serif;
}
.home-heading .learn-more a .fas {
  margin-left: 1rem;
  rotate: -90deg;
  transition: rotate ease-in-out 0.25s;
}
.home-heading .learn-more a:hover {
  background: #BCE6FF;
}
.home-heading .learn-more a:hover .fas {
  rotate: 0deg;
}
.home-heading .container {
  position: relative;
  z-index: 9999;
}

.upcoming-events {
  padding: 2rem 0 3rem 0;
}
.upcoming-events .title {
  padding: 5rem 3rem;
  color: #090647;
}
.upcoming-events .title h3 {
  font-family: "Cal Sans", sans-serif;
  font-size: 2.7rem;
  padding: 0;
  margin: 0;
}
.upcoming-events .event {
  padding-top: 5.3rem;
  font-family: "Cal Sans", sans-serif;
}
.upcoming-events .event .date {
  font-family: "Cal Sans", sans-serif;
  font-size: 0.87rem;
}
.upcoming-events .event .event-title {
  font-size: 1.2rem;
}
.upcoming-events .news-toggle span {
  font-size: 4rem;
}

.navy-bg {
  background: #090647;
}

.cta {
  color: #FFFFFF;
}
.cta .content {
  padding: 10rem 20rem;
  font-family: "Cal Sans", sans-serif;
}
.cta .content h3 {
  font-size: 3rem;
}

.exhibits {
  background: #efefef;
  padding-bottom: 3rem;
  position: relative;
  padding-top: 5rem;
}
.exhibits h3 {
  font-size: 3.3rem;
  margin-top: 0;
  margin-bottom: 5rem;
  text-align: center;
  color: #090647;
  font-weight: 500;
}
.exhibits .card-wrap img {
  border-radius: 10px;
  max-width: 90%;
  transition: border-radius 0.4s ease-in-out;
}
.exhibits .card-wrap img:hover {
  border-radius: 25px;
}

.quad {
  padding-top: 7rem;
  position: relative;
  padding-bottom: 7rem;
  /*a h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px; 
      width: 0%;
      height: 2px; 
      background-color: $light-blue; 
      transition: width 0.3s ease-in-out;
  }
  a:hover h3::after {
      width: 100%;
  }*/
  /* .col-md-6:nth-child(even) {
       margin-top:-2rem;
   }
   .col-md-6:nth-child(0) {
       margin-left:-2rem;
   }*/
}
.quad img {
  border-radius: 15px;
  transition: all 0.225s ease-in-out;
  max-width: 100%;
  margin-bottom: 1rem;
}
.quad img:hover {
  border-radius: 50px;
}
.quad h3 {
  font-family: "Cal Sans", sans-serif;
  padding-top: 0;
  margin-top: 0;
  color: #007BC7;
  padding-left: 1.3rem;
  font-weight: normal;
  /*span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 0;
    height: 2px; 
    background-color: $light-blue; 
    transition: width 0.3s ease-in-out;
  }

  span:hover::after {
    width: 100%;
  }*/
}
.quad a {
  position: relative;
  color: #007BC7;
  text-decoration: none;
}
.quad a:hover {
  color: #090647;
}
.quad .col-md-6 {
  padding-bottom: 3rem;
  z-index: 9999;
  position: relative;
  padding: 3rem;
}
.quad .col-md-6 .arrow {
  display: inline;
  float: right;
  width: 20px;
  margin-right: 1rem;
  transition: margin-right 0.4s ease-in-out;
}
.quad .col-md-6:hover .arrow {
  margin-right: 0;
}

.spotlight h4 {
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  font-weight: normal;
}
.spotlight h4 a i {
  /*position:absolute;
  right:0;*/
  font-size: 1rem;
  margin-top: 10px;
  margin-left: 1rem;
  transition: margin-left 0.4s ease-in-out;
}
.spotlight .card-wrap a:hover i {
  margin-left: 1.5rem;
}
.spotlight .img-fluid {
  width: 100%;
  max-width: 100% !important;
}
.spotlight a {
  color: #007BC7;
  text-decoration: none;
}
.spotlight a i {
  color: #090647;
}

.locations {
  padding-top: 3rem;
}
.locations h2 {
  text-align: center;
  font-family: "Cal Sans", sans-serif;
  font-size: 3.3rem;
  /*text-transform: uppercase;
  color:#FFFFFF;*/
  color: #090647;
  font-weight: 400;
}
.locations h3 {
  font-size: 1.7rem;
  padding-left: 0;
}
.locations p {
  font-family: "Libre Franklin", sans-serif;
  padding-left: 1.3rem;
  margin: 0;
  padding: 0;
}
.locations p a {
  border-bottom: 1px solid #090647;
  color: #1A25AB;
}
.locations .l-m {
  margin-top: 1rem;
}
.locations h4 {
  color: #090647;
  font-size: 1.4rem;
  font-weight: normal;
}
.locations .wp-block-columns {
  position: relative;
  z-index: 9999;
}

.locations.quad img:hover {
  border-radius: 15px;
}

.home-bottom {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
}

.int-bottom {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 90vh;
  background-attachment: fixed;
  background-position: center;
}

.wave-container {
  width: 100%;
  height: 300px;
  background-color: #2196F3; /* Colored background */
  position: relative;
  overflow: hidden;
}

#wave-lines, #hero-wave-lines, #quad-wave-lines, #exhibits-wave-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 2.5s ease-out;
  z-index: 999;
}

#int-wave-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

#hero-wave-lines {
  margin-top: 25%;
}

#quad-wave-lines-int {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: stroke-dashoffset 2.5s ease-out;
  z-index: 999;
  overflow: hidden;
}

#locations-wave-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: stroke-dashoffset 2.5s ease-out;
  z-index: 199;
  overflow: hidden;
}

.interior-hero {
  height: 70vh;
  /*background-attachment: fixed;
  background-size: cover;*/
  /* background-position: center;*/
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}
.interior-hero .pagetitle {
  vertical-align: bottom;
  position: relative;
  padding: 5rem;
  /* background-image:url('images/ski-bg.jpg');*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 50%;
  margin: 3rem 0;
  /* background-color: rgba(255, 255, 255, 0.877); */
  color: #FFFFFF;
  border-radius: 1rem;
  z-index: 999;
  position: relative;
  padding: 2rem 3rem;
  background-color: rgba(0, 0, 0, 0.477);
  transition: background-image 1s ease-in-out;
}
.interior-hero .pagetitle h1, .interior-hero .pagetitle h2, .interior-hero .pagetitle h3 {
  font-family: "Cal Sans", sans-serif;
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}
.interior-hero .pagetitle h2 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #BCE6FF;
  font-weight: normal;
}
.interior-hero .pagetitle h2 a {
  color: #BCE6FF;
  text-decoration: none;
}
.interior-hero .pagetitle h2 .arrow {
  width: 10px;
  filter: invert(1);
}
.interior-hero .pagetitle h3 {
  font-size: 5rem;
  line-height: 5rem;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.main-content {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  padding: 4rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}
.main-content a {
  color: #1A25AB;
  border-bottom: 1px solid #954C2E;
  text-decoration: none;
}
.main-content a:hover {
  color: #090647;
}
.main-content h3 {
  font-size: 2rem;
  color: #007BC7;
  margin-top: 0;
  padding-top: 0;
  /*color:$navier;*/
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.main-content h2 {
  font-size: 2.7rem;
  /*color:$braun;*/
  color: #090647;
  font-weight: 500;
}
.main-content h4 {
  font-size: 1.77rem;
  color: #007BC7;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.main-content .home-heading {
  margin-bottom: 3rem;
}
.main-content .home-heading h2, .main-content .home-heading h3, .main-content .home-heading h4, .main-content .home-heading p {
  color: #FFFFFF;
}
.main-content .int-banner {
  background: #EFEFEF;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*margin-top:3rem; margin-bottom:3rem;*/
}
.main-content .int-banner h2, .main-content .int-banner h4 {
  color: #007BC7;
}
.main-content .int-banner h3 {
  color: #090647;
}
.main-content .int-banner a {
  color: #090647;
}
.main-content .int-banner .wp-block-separator {
  color: #FFFFFF !important;
}
.main-content .bod-col {
  padding-right: 5rem;
}
.main-content p, .main-content ul, .main-content li {
  line-height: 1.7rem;
  margin-top: 0.5rem;
}
.main-content .img-fluid {
  max-width: 100%;
  border-radius: 10px;
}
.main-content .staggered-images {
  padding-top: 3rem;
}
.main-content .staggered-images img {
  border-radius: 10px;
}
.main-content .mission-list {
  /* list-style:none;*/
}
.main-content .mission-list li {
  padding: 0.5rem 2rem;
  border-left: 5px solid #FFFFFF;
  margin-bottom: 1rem;
}
.main-content .callout {
  background-color: #090647;
  /*background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 20 100 50' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M -10 50 Q 25 20, 50 50 T 110 50' stroke='rgba(255,255,255,0.1)' stroke-width='2' fill='none'/><path d='M -10 60 Q 25 30, 50 60 T 110 60' stroke='rgba(255,255,255,0.1)' stroke-width='2' fill='none'/></svg>");/**/
  color: #FFFFFF;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
  padding: 0;
}
.main-content .callout h2, .main-content .callout h3, .main-content .callout h4 {
  color: #BCE6FF;
  margin-top: 0;
}
.main-content .callout .interior {
  padding: 3rem;
  position: relative;
}
.main-content .callout .interior img {
  margin: 2rem;
}
.main-content .callout h3 {
  font-size: 2.3rem;
}
.main-content .callout figure {
  margin: 0 !important;
  padding: 0 !important;
}
.main-content .callout a {
  color: #BCE6FF;
}
.main-content .callout a:hover {
  color: #FFFFFF;
}
.main-content .callout .container {
  --bs-gutter-x: 0;
}
.main-content .callout .wp-block-column.image-column {
  padding: 0; /* Remove padding that might prevent edge alignment */
  display: flex;
}
.main-content .callout .wp-block-column.image-column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-content .callout .wp-block-columns {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-content .callout .interior .wp-block-gallery img {
  margin: 0 !important;
}
.main-content .cta-btn a {
  display: inline-block;
  background-color: #090647;
  color: #FFFFFF;
  border: none;
  font-family: "Cal Sans", sans-serif;
  padding: 0.877rem 1.3rem;
  font-size: 1rem;
  border-radius: 5rem;
  text-decoration: none;
  transition: 0.5s background-color ease-in-out;
}
.main-content .cta-btn a:hover {
  background: #007BC7;
}
.main-content .wp-block-aab-group-accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-heading.interior {
  padding: 3rem 0;
}
.home-heading.interior h2 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

/* Timeline */
.timeline {
  position: relative;
  z-index: 9999;
  max-width: 77rem;
}
.timeline :where(.wp-block-columns) {
  margin-bottom: 0;
}
.timeline div, .timeline h3 {
  position: relative;
  z-index: 9999;
}
.timeline h3 {
  padding: 0 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #954C2E;
}
.timeline p.description {
  background: #FFFFFF;
  padding: 20px;
  font-size: 1.3rem;
  margin: 0;
}
.timeline .date {
  margin: 5rem auto;
}
.timeline .date strong {
  color: #FFF;
  background: #007BC7;
  width: 3rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
  width: 125px;
  height: 125px;
  display: inline-flex; /* Use flex instead of inline-block */
  align-items: center; /* Vertical centering */
  justify-content: center;
  position: relative;
  z-index: 9999;
}

/*.timeline-date::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color:$light-blue;
  transform: translateX(-50%);
  z-index:100;
}*/
.timeline-date {
  position: relative;
}

/* These are your double lines */
.timeline-date:first-of-type::before,
.timeline-date:first-of-type::after {
  top: 50%;
}

.timeline-date:last-of-type::before,
.timeline-date:last-of-type::after,
.timeline-date.last::before,
.timeline-date.last::after {
  height: 50%; /* only extend halfway down */
  bottom: auto; /* cancel full extension if previously defined */
}

.timeline-date::before,
.timeline-date::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: lightblue;
  width: 3px;
  z-index: 0;
  transform: translateX(-50%);
  transition: height 3s ease-out;
  left: 50%;
}

.three-columns {
  column-count: 3;
  column-gap: 2rem; /* optional spacing between columns */
}

.wp-block-separator {
  color: #f2f1ea !important;
}

footer {
  background: #FFFFFF;
  padding: 6rem 0;
  font-family: "Cal Sans", sans-serif;
  margin-top: auto;
}
footer .email-signup label {
  font-family: "Cal Sans", sans-serif;
  display: block;
  color: #090647;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
footer .email-signup input {
  background: #f2f1ea;
  display: inline-block;
  padding: 0.877rem;
  border: none;
  border-radius: 5rem;
  width: 190px;
}
footer .email-signup .btn {
  display: inline-block;
  background: #090647;
  color: #FFFFFF;
  border: none;
  font-family: "Cal Sans", sans-serif;
  padding: 0.877rem;
  font-size: 0.77rem;
  border-radius: 5rem;
  width: 80px;
}
footer .social-icons {
  margin-top: 2rem;
  font-size: 2rem;
}
footer .social-icons a {
  color: #090647;
}
footer .address {
  font-family: "Libre Franklin", sans-serif;
}
footer .address h4 {
  font-family: "Cal Sans", sans-serif;
  font-size: 1rem;
  color: #090647;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: normal;
}
footer .address p {
  margin: 0;
  padding: 0;
  font-size: 0.777rem;
}
footer .nav {
  text-align: center;
  font-size: 0.877rem;
}
footer .nav ul {
  list-style: none;
}
footer .nav ul a {
  color: #090647;
  padding: 0 1rem;
}
footer .kbm {
  margin-top: 2rem;
  font-size: 0.87rem;
}
footer .kbm img {
  max-width: 170px;
  display: block;
}

@keyframes fadeInUpTitle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up-title {
  opacity: 0; /* Ensures it starts invisible */
  animation: fadeInUpTitle 1s ease-out forwards;
}

@media (max-width: 1511px) {
  header nav ul li {
    padding: 1rem 1rem;
  }
}
@media (max-width: 1380px) {
  header {
    padding: 1rem 1rem;
  }
  .interior-hero .pagetitle {
    padding: 1rem 2rem;
    max-width: 70%;
  }
  .interior-hero .pagetitle h3 {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
}
@media (max-width: 1270px) {
  header {
    position: relative;
  }
  header .mark-logo h1 {
    width: 170px;
    font-size: 1.2rem;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 320px;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    align-items: normal;
    overflow: scroll;
  }
  header nav ul {
    flex-direction: column;
    padding: 2rem 1rem;
  }
  header nav ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  header nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }
  header nav ul li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
  }
  header nav ul li .sub-menu .sub-menu {
    padding-left: 2rem;
  }
  header nav ul li.open > .sub-menu {
    display: block;
  }
  header nav ul li.nav-highlight {
    margin-left: 0rem;
  }
  header nav ul li.nav-highlight a {
    border-bottom: none;
  }
  header nav.nav-open {
    transform: translateX(0);
  }
  header .mobile-trigger {
    cursor: pointer;
    display: block;
    z-index: 9999;
  }
  .hero {
    overflow: hidden;
    background-attachment: scroll;
    background-position: top;
  }
  .hero .tagline {
    overflow: hidden;
  }
  .hero .tagline .tag-content {
    overflow: hidden;
    padding: 1.7rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .tagline .tag-content h3 {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
  .home-heading {
    padding: 2rem;
  }
  .home-heading h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .home-heading .learn-more {
    display: block;
  }
  .quad .container {
    --bs-gutter-x: 0;
  }
  #quad-wave-lines {
    rotate: 90deg;
  }
  .exhibits .title h3 {
    font-size: 2.7rem;
  }
  section {
    overflow: hidden;
  }
  .interior-hero .pagetitle {
    padding: 1rem 2rem;
    max-width: 70%;
  }
  .interior-hero .pagetitle h3 {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
  footer {
    background: #FFFFFF;
    padding: 6rem 0;
    font-family: "Cal Sans", sans-serif;
    margin-top: auto;
    overflow: hidden;
    text-align: center;
  }
  footer .email-signup label {
    font-family: "Cal Sans", sans-serif;
    display: block;
    color: #090647;
    margin-bottom: 0.5rem;
  }
  footer .email-signup input {
    background: #f2f1ea;
    display: inline-block;
    padding: 0.877rem;
    border: none;
    border-radius: 5rem;
    width: auto;
  }
  footer .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer .address {
    margin-top: 2rem;
  }
  #wave-lines, #hero-wave-lines, #quad-wave-lines, #exhibits-wave-lines {
    display: none;
  }
  .locations {
    padding: 1rem;
  }
  .home-bottom, .int-bottom {
    background-attachment: scroll;
    background-size: cover !important;
  }
  .main-content .callout {
    background-image: none;
  }
  footer .container, footer .container-fluid, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl {
    --bs-gutter-x: 0;
  }
  div#n2-ss-3 .n2-font-9ea38242ab18ec8e99bc3434ff237237-paragraph,
div#n2-ss-3 .n2-font-9ea38242ab18ec8e99bc3434ff237237-paragraph,
div#n2-ss-3 .n2-font-d6633b809c5814e76a6d7fdfc77c17c9-paragraph,
div#n2-ss-3 .n2-font-d6633b809c5814e76a6d7fdfc77c17c9-paragraph {
    font-size: 300% !important;
  }
}

/*# sourceMappingURL=style.css.map */
