/* Sections - Events */
.bg-events {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 0;
  aspect-ratio: 5 / 3;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container-events {
  width: 100%;
  position: relative;
  z-index: 1;
}
.panel-events {
  width: 100%;
  flex: 1 0 100%;
  position: relative;
  padding: 1.25rem;
  aspect-ratio: unset;
  background-size: unset;
  background-repeat: unset;
  background-position: unset;
}
.panel-events:first-of-type {
  margin-top: 14.5rem;
}
.events-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.panel-container-event, .panel-container-infographic {
  width: 96%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.panel-contents-box-txt {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 1.25rem 1.5rem;
  width: 100%;
  margin-bottom: 1.75rem;
  position: relative;
}
h4.content-header, p.content-txt, .infographic-txt p, p.content-txt a {
  font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5625;
  margin-bottom: 0.667em;
}
h4.content-header {
  font-weight: 600;
}
p.content-txt {
  font-style: normal;
  font-weight: 300;
}
p.content-txt a:hover, p.content-txt a:focus {
	outline: none;
}
p.content-txt a {
  font-style: normal;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  color: #ffa717;
}
p.content-txt:last-of-type {
  margin-bottom: 0;
}
p.content-txt a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffa717;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

p.content-txt a:hover:after, p.content-txt a:focus:after {
  height: 1.5px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Infographics */
.panel-container-infographic {
  max-width: 1200px;
  border-radius: 16px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.875);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.section-infographic {
  width: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.infographic-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
.infographic-wrapper.wrapper-2-1, .infographic-wrapper.wrapper-3-1, .infographic-wrapper.wrapper-3-2 {
  padding-bottom: 0;
}
.infographic-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  width: 90%;
}
.infographic-icon-bg {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.725rem;
}
.infographic-icon-img {
  width: 70%;
  height: auto;
}
.bg-apple-green {
  background-color: #7eb100;
}
.bg-princeton-orange {
  background-color: #ff8426;
}
.bg-wild-strawberry {
  background-color: #ff49a9;
}
h4.infographic-header {
  font-family: "Bw Gradual", Arial, sans-serif;
  font-size: clamp(1rem, 1.1rem + 5vw, 1.5rem);
  line-height: 1.5625;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  text-align: center;
}
.infographic-txt {
  min-width: 180px;
}
.infographic-txt p {
  font-size: 0.797rem;
  margin-bottom: 0;
}
.malachite-green {
  color: #68ff8c;
}
.princeton-orange {
  color: #ff8426;
}
.wild-strawberry {
  color: #ff49a9;
}
.wrapper-3-1 .infographic-box, .wrapper-3-2 .infographic-box {
  width: 40%;
}
.infographic-03 .infographic-box {
  flex-direction: column;
  justify-content: center;
}
.infographic-03 .infographic-icon-bg {
  margin-right: 0;
  margin-bottom: 0.75rem;
}
.infographic-03 .infographic-icon-img {
  width: 100%;
  height: auto;
}
.infographic-03 .infographic-txt p {
  text-align: center;
}

/* Events - Return to last section */
.events-content .interact-go-to-others {
  margin-top: 3em;
  margin-bottom: 5em;
}

/* Events - Edits for Hamburger Menu */
.wrapper-events #burger-menu-nav {
  position: fixed;
}

/* Events - Go Back button */
.go-back {
  position: fixed;
  top: 10%;
  left: 8%;
  border: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 450;
  line-height: 1.23;
  padding: 0.45rem 0.15rem;
  margin-top: 0.5rem;
  z-index: 3;
  cursor: pointer;
}
.arrow-back {
  width: 0.86rem;
  height: auto;
  position: relative;
  margin-right: 0.5rem;
}
.go-back:hover {
  text-decoration: underline;
}

/* Events - Sandwiching elements for transparency opaque scrolling effects */
.top-fixed-div {
  position: fixed;
  width: 100%;
  height: 25.5vh;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.01);
  pointer-events: none;
}
.top-fixed-div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* Must have a background to block events */
  opacity: 0; /* Keeps the element visually invisible */
  pointer-events: auto; /* Intercepts all mouse events */
}

/* Events - A Meeting of Creative Minds */
.bg-events-minds {
  background-image: url("../img/img-bg/bg-10.jpg");
}
/* Events - The Power of Collaborative Synergy */
.bg-events-synergy {
  background-image: url("../img/img-bg/bg-11.jpg");
}
/* Events - A Showcase of Artistic Talents */
.bg-events-talents {
  background-image: url("../img/img-bg/bg-12.jpg");
  background-position: left center;
}
/* Events - A Celebration of Creative Excellence */
.bg-events-excel {
  background-image: url("../img/img-bg/bg-13.jpg");
}
/* Events - An Exchange of Ideas and Inspiration */
.bg-events-ii {
  background-image: url("../img/img-bg/bg-14.jpg");
  background-position: left center;
}
/* Events - A Journey of Continual Progress */
.bg-events-prog {
  background-image: url("../img/img-bg/bg-15.jpg");
  background-position: left center;
}
/* Events - Gifts of Opportunity */
.bg-events-opp {
  background-image: url("../img/img-bg/bg-16.jpg");
  background-position: left center;
}

/* Events - Section Titles */
#title-minds, #title-synergy, #title-talents, #title-excel, #title-ii, #title-prog, #title-opp {
  top: 16.5%;
  left: 8.8%;
}

/* Events - Fixed Position Mouse-scrollwheel (Custom) */
.fixed-scrolldown {
  position: fixed;
  z-index: 3;
}

@media (min-width: 600px) {
  h4.content-header, p.content-txt {
    margin-bottom: 0.9375em;
  }
}

@media (min-width: 700px) {
  h4.content-header, p.content-txt, .infographic-txt p {
    font-size: 1rem;
    margin-bottom: 1.25em;
  }
  .go-back {
    font-size: 1rem;
  }
  .infographic-txt p {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .go-back {
    top: 23%;
    left: unset;
    right: 6.06%;
  }
  .events-content {
    aspect-ratio: 5 / 3;
    height: fit-content;
  }
  .panel-14-a .panel-contents-box-txt, .panel-14-a .slider-wrapper, 
  .panel-15-a .panel-contents-box-txt, .panel-15-a .slider-wrapper {
    margin-top: 8.5rem;
  }
  .panel-14-c.events-content {
    aspect-ratio: 4 / 3;
  }
  .panel-events:first-of-type {
    margin-top: 3.5rem;
  }
  .panel-container-event {
    flex-direction: row;
    padding: 1.25rem 2rem;
  }
  .panel-container-infographic {
    padding: 49px 72px;
  }
  .panel-contents-box-txt {
    order: 2;
    padding: 2rem 3rem;
    width: 61.5%;
    margin-bottom: unset;
    z-index: 2;
  }
  h4.infographic-header {
    text-align: left;
  }
  .infographic-txt p {
    font-size: clamp(0.5925rem, 0.595rem + 0.3vw, 0.85rem);
  }
  .infographic-wrapper.wrapper-2-1, .infographic-wrapper.wrapper-3-1, .infographic-wrapper.wrapper-3-2 {
    padding-bottom: 2rem;
  }
  .infographic-box {
    justify-content: center;
    align-items: center;
    width: 48%;
  }
  .wrapper-1 {
    justify-content: space-between;
  }
  .wrapper-1 .infographic-box, .wrapper-3-1 .infographic-box {
    width: 32%;
  }
  #title-minds, #title-synergy, #title-talents, #title-excel, #title-ii, #title-prog, #title-opp {
    left: 6.06%;
  }
}

@media (min-width: 1200px) {
  .panel-14-a .panel-contents-box-txt, .panel-14-a .slider-wrapper, 
  .panel-15-a .panel-contents-box-txt, .panel-15-a .slider-wrapper {
    margin-top: 9.7rem;
  }
}