*, *::before, *::after {
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: "arboria", sans-serif;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
a:not(.btn) {
  border-bottom: 2px solid transparent;
  color: #e72318;
  font-weight: bold;
}
a:not(.btn):hover {
  border-bottom: 2px solid;
}
blockquote {
  margin-left: 0;
  margin-right: 0;
}
details {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 0;
}
details:hover>summary::after,
details[open]>summary::after {
  background-color: #e72318;
  background-image: 
    linear-gradient(to right, #fff 100%, transparent 100%),
    linear-gradient(to bottom, #fff 100%, transparent 100%);
}
details+details {
  margin-top: 1.5rem;
}
details>summary {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  list-style: none;
  margin: -2rem -2rem 0 -2rem;
  padding: 1.5rem 2rem;
}
details>summary::-webkit-details-marker {
  display: none;
}
details>summary::after {
  align-items: center;
  background-color: #dedede;
  background-image: 
    linear-gradient(to right, #999 100%, transparent 100%),
    linear-gradient(to bottom, #999 100%, transparent 100%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: 9px 1.5px, 1.5px 9px; 
  border-radius: 50%;
  color: #999;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  line-height: 1;
  padding: 1.15rem;
  transition: all .25s ease;
}
details[open]>summary::after {
  background-size: 9px 1.5px, 0 9px;
}
header .nav>li {
  display: inline-block;
}
h1 {
  color: #fff;
  font-family: minion-3-display, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
  margin-bottom: 3rem;
  margin-top: 15rem;
  text-shadow: 5px 5px 5px rgba(32, 52, 76, .9);
}
h4 {
  margin-bottom: .5rem;
}
h4+p {
  margin-top: 0;
}
img, picture {
  display: block;
  max-width: 100%;
}

.bg-dark,
.bg-dark a,
.bg-dark .h2-sub {
  color: #fff;
}
.bg-hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-hero-2 {
  background-image: url('images/hero-2.jpg');
  background-position-y: 75%;
  background-color: #20344c;
  transition: all 1s ease;
}
.bg-hero-2:has(.trigger-hero-2-1:active),
.bg-hero-2:has(.trigger-hero-2-1:focus),
.bg-hero-2:has(.trigger-hero-2-1:hover) {
  background-image: url('images/hero-2-1.jpg');
  background-position-y: 40%;
}
.bg-hero-2:has(.trigger-hero-2-2:active),
.bg-hero-2:has(.trigger-hero-2-2:focus),
.bg-hero-2:has(.trigger-hero-2-2:hover) {
  background-image: url('images/hero-2-2.jpg');
  background-position-y: 5%;
}
.bg-hero-2:has(.trigger-hero-2-3:active),
.bg-hero-2:has(.trigger-hero-2-3:focus),
.bg-hero-2:has(.trigger-hero-2-3:hover) {
  background-image: url('images/hero-2-3.jpg');
  background-position-y: 50%;
}
.bg-hero-2:has(.trigger-hero-2-4:active),
.bg-hero-2:has(.trigger-hero-2-4:focus),
.bg-hero-2:has(.trigger-hero-2-4:hover) {
  background-image: url('images/hero-2-4.jpg');
  background-position-y: 25%;
}
.bg-hero-2:has(.trigger-hero-2-5:active),
.bg-hero-2:has(.trigger-hero-2-5:focus),
.bg-hero-2:has(.trigger-hero-2-5:hover) {
  background-image: url('images/hero-2-5.jpg');
  background-position-y: 40%;
}
.bg-hero-2:has(.trigger-hero-2-6:active),
.bg-hero-2:has(.trigger-hero-2-6:focus),
.bg-hero-2:has(.trigger-hero-2-6:hover) {
  background-image: url('images/hero-2-6.jpg');
  background-position-y: 17.5%;
}
.bg-hero-3 {
  background-image: url('images/hero-3.jpg');
  background-position-y: 25%;
}
.bg-light {
  color: #222;
}
.bg-light .h2-sub {
  color: #e72318;
}
.bg-overlay-1 {
  background-color: rgba(32, 52, 76, .85);
}
.bg-overlay-2 {
  background-color: rgba(0, 0, 0, .65);
}
.bg-primary-1 {
  background-color: #20344c;
}
.bg-primary-2 {
  background-color: #e2eaf3;
}
.bg-secondary-3 {
  background-color: #dbdbdb;
}
.bg-transparent-1 {
  background-color: rgba(225, 225, 225, .85);
}
.bg-transparent-2 {
  background-color: rgba(255, 255, 255, .25);
}
.btn {
  border: 1px solid transparent;
  border-radius: 2.5rem;
  text-align: center;
}
.btn-sm {
  padding: .75rem 2.5rem;
  padding-bottom: 1.125rem;
}
.btn-md {
  padding: 1.25rem 3.5rem;
  padding-bottom: 1.75rem;
}
.btn-md .material-icons {
  font-size: 2rem;
}
.btn-primary-1 {
  background-color: #e72318;
  color: #fff;
}
.btn-primary-2 {
  background-color: #20344c;
  color: #fff;
}
.btn-secondary-1 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.btn .material-icons {
  transition: transform .75s ease;
}
.btn .material-icons-right {
  margin-left: .5rem;
  margin-right: -.75rem;
}
.btn:hover .material-icons-right {
  transform: translateX(5px); 
}
.card {
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
  padding: 2rem;
}
.card>:last-child {
  margin-bottom: .5rem;
}
.card>img:first-child {
  margin: -2rem -2rem 2rem -2rem;
  max-width: calc(100% + 4.05rem);
}
.card-dark {
  background-color: #050505;
}
.card-light {
  background-color: #fff;
}
.color-accent-1 {
  color: #999;
}
.color-secondary-1 {
  color: #e72318;
}
.content {
  padding: 7.5rem 0;
}
.content+.content {
  padding-top: 0;
}
.display-5+.small {
  margin-top: .25rem;
}
.gallery img {
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.gallery img+img {
  margin-top: 1rem;
}
.gallery .span {
  height: 100%;
}
.h2 {
  font-family: minion-3-display, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}
.h2-sub {
  letter-spacing: .25rem;
  margin-bottom: .5rem;
  margin-top: 0;
  text-transform: uppercase;
}
.h2-sub+h3 {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.iframe iframe {
  pointer-events: none;
}
.iframe.active iframe {
  pointer-events: auto;
}
.list-steps {
  counter-reset: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2rem;
  position: relative;
}
.list-steps::before {
  background-color: #dedede;
  content: '';
  left: 20px;
  position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
  transform: translateX(-50%);
  width: 1px;
  z-index: 0;
}
.list-steps>li {
  box-sizing: border-box;
  counter-increment: list-counter;
  margin-bottom: 2rem;
  padding-top: 1rem;
  position: relative;
  text-align: left;
  width: 50%;
}
.list-steps>li::before {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e72318;
  border-radius: 50%;
  color: #e72318;
  content: counter(list-counter);
  display: flex;
  height: 40px;
  font-weight: bold;
  justify-content: center;
  padding-bottom: 2.5px;
  position: absolute;
    top: 50%;
  width: 40px;
  z-index: 2;
}
.list-steps>li:nth-child(even) {
  left: 50%;
  padding-left: 40px;
  text-align-last: left;
}
.list-steps>li:nth-child(even)::before {
  left: -20px;
}
.list-steps>li:nth-child(odd) {
  left: 0;
  padding-right: 40px;
  text-align: right;
}
.list-steps>li:nth-child(odd)::before {
  right: -20px;
}
.material-icons {
  vertical-align: middle;
}
.nav a {
  transition: all .375s ease;
}
.sans-serif {
  font-family: "arboria", sans-serif;
}
.serif {
  font-family: minion-3-display, serif;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social ul>li {
  display: inline-block;
  padding: 0;
}
.social ul>li+li {
  margin-left: 1rem;
}
.social .icn-x {
  max-height: 13.5px;
}
.when {
  border-radius: 2.5rem;
  display: inline-block;
  line-height: 1;
  margin: auto;
  padding: 1.5rem .05rem 1.25rem 2.725rem;
}
.when .date,
.when .time {
  margin-left: 1rem;
  margin-right: 2.5rem;
}
.when .icn {
  display: inline-block;
  vertical-align: middle;
}
.when .icn-calendar {
  font-size: 16px;
  margin-bottom: 2px;
}
.when .icn-clock {
  font-size: 18px;
  margin-bottom: 1px;
}

.splide__arrow {
  bottom: -3.25rem;
  top: auto !important;
  transition: all .1s ease;
}
.splide__arrow--prev {
  left: auto !important;
}

#header .logo {
  max-width: 225px;
}
#header .nav {
  color: #222;
  font-size: .9em;
  margin: 0;
  padding: 0;
}
#header .nav a:not(.btn) {
  color: #222;
}
#header .nav a,
#header .nav .btn span,
#hero .btn-secondary-1 span,
#footer .nav a {
  border-bottom: 2px solid transparent;
}
#header .nav a:not(.btn):hover,
#header .nav .btn:hover span,
#hero .btn-secondary-1:hover span,
#footer .nav a:not(.btn):hover {
  border-bottom: 2px solid;
}
#header .nav .btn span,
#hero .btn-secondary-1 span {
  transition: all .375s ease;
}

#hero {
  background: url('images/hero.jpg');
  background-color: #20344c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: min(calc(100vh - 92px), 1000px);
  margin-bottom: -5rem;
  padding: 5rem;
}
#hero,
#path {
  margin: auto;
  max-width: 2050px;
}
#hero+section {
  background-color: #fff;
}
#hero .bg-gradient-1 {
  height: min(calc(100vh - 92px), 950px);
  margin: 0 -5rem -5rem;
}

#hero-content {
  color: #fff;
  position: relative;
  z-index: 1;
}
#hero-content h1::before {
  aspect-ratio: 1;
  background-image: radial-gradient(circle, rgba(32, 52, 76, .55) 35%, rgba(32, 52, 76, 0) 65%);
  content: '';
  margin-left: -250px;
  position: absolute;
    left: 50%;
    top: -100px;
  min-height: 500px;
  z-index: -1;
}
#hero-content .cta {
  margin-top: 6rem;
}
#hero-content .cta .btn {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
#hero-content .more {
  color: #fff;
  display: inline-block;
  margin-top: 7rem;
  padding: 1.5rem 3rem;
  transition: transform .75s ease;
}
#hero-content .more:hover {
  transform: translateY(10px); 
}
#hero-content .more .material-icons {
  font-size: 3.25rem;
}

#paths a {
  height: 100%;
}
#paths a:focus {
  outline: none;
}
#paths a:active .bg-transparent-2,
#paths a:focus .bg-transparent-2,
#paths a:hover .bg-transparent-2 {
  background-color: rgba(225, 225, 225, .85);
  color: #222;
}
#paths .card {
  transition: all .25s ease;
}
#paths .material-icons {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  color: #e72318;
  font-size: .9em;
  padding: .5rem;
}

#stories .container+.container {
  margin-top: -5rem;
}
#stories .splide {
  padding-bottom: 3rem;
}

#footer {
  color: #dbdbdb;
  font-size: 1.35rem;
  padding: 6rem 0 5.5rem 0;
}
#footer .legal {
  border-top: 1px solid rgba(255, 255, 255, .125);
  color: rgba(219, 219, 219, .5);
  font-size: .85em;
  margin-top: 2rem;
  padding-top: 2rem;
}
#footer .logo {
  margin-bottom: 2rem;
  max-width: 185px;
}
#footer .nav {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
#footer .nav a {
  color: rgba(219, 219, 219, .5);
  font-weight: normal;
}
#footer .nav>li+li {
  margin-top: .5rem;
}
#footer .nav .material-icons {
  color: #e72318;
  font-size: .9em;
  margin-right: .5rem;
}
#footer .social {
  margin-top: 2rem;
}
#footer .social img {
  opacity: .5;
  width: 15px;
}

@media screen and (min-width: 1140px) {
  .container-xl-overflow-right .splide__arrow--next {
    left: min(1140px, calc(100% - 4rem)) !important;
    margin-left: -36px;
    right: auto !important;
  }
  .container-xl-overflow-right .splide__arrow--prev {
    left: min(1140px, calc(100% - 4rem)) !important;
    margin-left: -76px;
    right: auto !important;
  }  
}

@media screen and (max-width: 1139px) {
  .container-xl-overflow-right .splide__arrow--next {
    right: 1.75rem !important;
  }
  .container-xl-overflow-right .splide__arrow--prev {
    right: 6rem;
  }  
}

@media screen and (min-width: 871px) and (max-width: 1099px) {
  #footer .email {
    font-size: .95em;
  }
  #footer .material-icons {
    display: none;
  }
}

@media screen and (min-width: 871px) {
  #campus iframe {
    aspect-ratio: 3 / 2;
  }

  #footer .legal .nav {
    margin-top: -.5rem;
  }
  #footer .legal .nav>li {
    display: inline-block;
  }
  #footer .legal .nav>li+li {
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 870px) {
  #why .container-sm+.container-xl {
    margin-top: -5rem;
  }

  #campus iframe {
    aspect-ratio: 1 / 2;
  }

  #footer {
    text-align: center;
  }
  #footer .legal .nav {
    margin-top: 1.25rem;
  }
  #footer .logo {
    margin: auto;
  }
}

@media screen and (max-width: 799px) {
  #header .nav>li:not(:last-child),
  #header .nav a:not(.btn) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
  #paths .col-2-md {
    width: calc(33.33% - var(--gap));
  }
}

@media screen and (max-width: 767px) {
  .bg-hero-2 {
    background-position-x: 50%;
  }
  .bg-hero-2:has(.trigger-hero-2-1:active),
  .bg-hero-2:has(.trigger-hero-2-1:focus),
  .bg-hero-2:has(.trigger-hero-2-1:hover) {
    background-position-x: 30%;
  }
  .bg-hero-2:has(.trigger-hero-2-2:active),
  .bg-hero-2:has(.trigger-hero-2-2:focus),
  .bg-hero-2:has(.trigger-hero-2-2:hover) {
    background-position-x: 47.5%;
  }
  .bg-hero-2:has(.trigger-hero-2-3:active),
  .bg-hero-2:has(.trigger-hero-2-3:focus),
  .bg-hero-2:has(.trigger-hero-2-3:hover) {
    background-position-x: 45%;
  }
  .bg-hero-2:has(.trigger-hero-2-4:active),
  .bg-hero-2:has(.trigger-hero-2-4:focus),
  .bg-hero-2:has(.trigger-hero-2-4:hover) {
    background-position-x: 52.5%;
  }
  .bg-hero-2:has(.trigger-hero-2-5:active),
  .bg-hero-2:has(.trigger-hero-2-5:focus),
  .bg-hero-2:has(.trigger-hero-2-5:hover) {
    background-position-x: 50.5%;
  }
  .bg-hero-2:has(.trigger-hero-2-6:active),
  .bg-hero-2:has(.trigger-hero-2-6:focus),
  .bg-hero-2:has(.trigger-hero-2-6:hover) {
    background-position-x: 67.5%;
  }

  #paths .material-icons+h4 {
    display: inline;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 1.6rem;
    line-height: 1.525;
  }

  h1 {
    font-size: 9.25rem;
  }
  .h2 {
    font-size: 4.5rem;
  }
  .h2-sub {
    font-size: 1.25rem;
  }

  .display-2 {
    font-size: 4.5rem;
  }
  .display-4 {
    font-size: 2.25rem;
  }
  .display-5 {
    font-size: 1.85rem;
    line-height: 1.25;
  }
  .lead {
    font-size: 2rem;
    line-height: 1.65;
  }

  #hero {
    background-size: auto 1365px;
    background-position-y: -200px;
  }
  #hero .bg-gradient-1 {
    background: linear-gradient(to top, rgba(32, 52, 76, 1) 15%, rgba(32, 52, 76, .9) 45%, transparent);
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.425rem;
    line-height: 1.525;
  }

  h1 {
    font-size: 6.25rem;
  }
  .h2 {
    font-size: 3.25rem;
  }
  .h2-sub {
    font-size: 1rem;
  }

  .display-2 {
    font-size: 2.25rem;
  }
  .display-4 {
    font-size: 1.8rem;
  }
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .lead {
    font-size: 1.6rem;
    line-height: 1.425;
  }

  #hero {
    background-size: auto 775px;
    background-position-y: -70px;
  }
  #hero .bg-gradient-1 {
    background: linear-gradient(to top, rgba(32, 52, 76, 1) 35%, rgba(32, 52, 76, .9) 45%, transparent);
  }
}

@media screen and (min-width: 475px) {
  .br-xxs {
    display: none;
  }
}

@media screen and (max-width: 474px) {
  #hero .cta a:not(:first-child) {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  #header .logo {
    max-width: 150px;
  }
}

@media screen and (min-width: 350px) {
  .when {
    font-size: .9em;
  }

  #header {
    padding: 2.5rem 0;
  }
  header .nav>li {
    margin: 0 1rem;
  }
  header .nav>li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 349px) {
  .when {
    font-size: .75em;
  }

  #header {
    padding-bottom: 1.5rem;
    padding-top: 1.75rem;
  }
  #header,
  #header .text-right {
    text-align: center;
  }
  #header .btn,
  #header .nav>li:last-child {
    width: 100%;
  }
  #header .btn {
    display: block;
    font-size: 1.25rem;
    padding: .5rem 2rem;
    padding-bottom: .75rem;
  }
  #header .display-flex {
    display: block;
  }
  #header .display-flex>div {
    width: 100%;
  }
  #header .logo {
    margin: auto;
    margin-bottom: 2rem;
  }

  #hero-content .more {
    display: none;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  #hero {
    min-height: 850px;
  }
  #hero .bg-gradient-1 {
    min-height: 900px;
  }
}

@media (min-height: 429px) and (max-width: 429px) and (orientation: portrait) {
  #hero {
    min-height: 750px;
  }
  #hero .bg-gradient-1 {
    min-height: 675px;
  }
}