  :root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #A3002E;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #c9c07b;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media (max-width: 768px) {
    #select2-program-search-container {
        text-align: left !important;
    }
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}


.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  clear: none;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  text-align: left;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
   color: #d0c781;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #A3002E;
  border-radius: 4px;
  outline: 2px solid #A3002E;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #d0c781;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #A3002E;
  border-radius: 5px;
  outline: 2px solid #A3002E;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #A3002E;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #d0c781;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  color: #A3002E;
  background-color: #d3c678;
  position: sticky;
  top: 0;
}

.navbar-2 {
  color: #fdfdfd;
  background-color: #A3002E;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 18px #0006;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
  color: #A3002E;
}

.nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10 {
  color: #fff;
}

.image {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;

  width: 199px !important;
  height: auto !important;
  max-width: none !important;
}
.nav {
  color: #fff;
  margin: 10px 5px 10px 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.nav:hover, .nav.hover {
  color: #d3c678;
}

.top_nav {
  color: #A3002E; /* default red text */
  padding-right: 30px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.top_nav:hover {
  color: white; /* turns white on hover */
}


.container-2 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 60px;
  margin-left: 0;
  padding-left: 700px;
  padding-right: 0;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 80px;
  padding-left: 100px;
  padding-right: 200px;
  display: flex;
}


/* Reset Webflow slider sizing */
.w-slider,
.w-slider-mask,
.w-slide {
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
}

/* Make fade-slider shrink to fit the active slide */


/* Each slide stacks naturally */


/* Show active slide and allow natural height */


/* Images fill width but dictate height naturally */




/* π± Mobile override: tighter spacing + image height control */
@media (max-width: 768px) {
  
  
}

/* π± Smaller phones (β€480px): tighten further */
@media (max-width: 480px) {
  
}






.form-block-3 {
  max-width: 520px !important;
  width: 100% !important;
  height: auto !important;
  padding: 20px !important;
  margin: 20px auto !important;
  box-shadow: -3px 10px 11px #00000042;
}

@media (max-width: 767px) {
  .form-block-3 {
    padding: 15px !important;
    border-radius: 16px !important;
  }
}


@media (max-width: 767px) {
  .fade-slider,
  .form-block-3 {
    margin-left: 0rem !important;
    margin-right: 1rem !important;
  }
}






















.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading {
  font-family: Inter, sans-serif;
}

.form-block {
  background-color: #A3002E;
}

.div-block {
  background-color: #A3002E;
  border-radius: 24px;
  width: 518px;
  min-width: 453px;
  height: 453px;
  padding: 20px 40px;
  position: relative;
  bottom: 116.734px;
  left: 400px;
  z-index: 2; /* Added z-index */
}

.heading-2 {
  color: #fff;
  padding-left: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.footer-section {
  background-color: #A3002E;
  height: 250px;
}

.dropdown_text {
  float: left;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.search {
  padding-left: 0;
  padding-right: 10px;
}

.form-block-2 {
  background-color: #A3002E;
  border-radius: 24px;
  width: 518px;
  height: 453px;
  margin-left: 0;
  padding: 20px 40px 40px;
  position: relative;
  bottom: 106px;
  left: 400px;
}

.heading-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.select {
  background-color: #fff;
  width: 97px;
}

.select-input {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-bottom: 20px;
  display: block;
}

.submit-button {
  color: #A3002E;
  background-color: #c2c2c2;
  border-radius: 5px;
  margin-top: 18px;
}

.heading-4 {
  float: left;
  color: #fff;
  font-size: 20px;
  display: block;
}

.image-2 {
  float: left;
  display: inline-block;
}

.container-5, .image-3, .div-block-2 {
  float: left;
}

.image-4 {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.heading-5 {
  float: left;
  padding-left: 10px;
}

.div-block-3 {
  background: white;
  padding: 30px;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

.paragraph {
  float: none;
}

.heading-6 {
  width: 600px;
  max-width: 100%;
  display: block;
  position: relative;
  bottom: 505px;
  left: 956px;
  overflow: visible;
}

.div-block-4 {
  position: relative;
}

.text-block {
  text-align: justify;
  width: 40%;
  position: relative;
  bottom: 371px;
  left: 956px;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.div-block-5 {
  float: none;
  text-align: justify;
  width: 40%;
  padding: 10px;
  position: relative;
  bottom: -38px;
  left: 962px;
}

.button {
  margin-right: 20px;
}

.button1 {
  border-radius: 20px;
}

.button-1 {
  background-color: #A3002E;
  border-radius: 24px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-7 {
  color: #A3002E;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}



.form-block-3 {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  width: 518px;
  height: 453px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #A3002E;
  box-shadow: rgba(0, 0, 0, 0.26) -3px 10px 11px 0px;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .form-block-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .form-block-3 {
    width: 100%;
    height: 51%;
  }
}

@media screen and (max-width: 425px) {
  .form-block-3 {
    width: 90%;
    height: 51%;
  }
}

@media screen and (max-width: 400px) {
  .form-block-3 {
    width: 90%;
    height: 51%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
}



.field-label {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}


/*For Go Buttons*/
.select-2 {
  color: #020202;
  border-radius: 6px;
  width: 300px;
  max-width: 310px;
  height: 40px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}

.text-field, .text-field-2 {
  width: 400px;
}

.submit-button-2 {
  color: #A3002E;
  background-color: #cfc57e;
  border-radius: 6px;
  width: 60px; /* increased for better legibility */
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Lay out select + button on one row */
.dropdown-wrapper {
  display: grid;
  grid-template-columns: 1fr auto; /* select fills, button hugs right */
  gap: 8px;
  align-items: center;
}

/* Force Select2 to fill its container */
.select-2,
.select2,
.select2-container {
  width: 100% !important;
  min-width: 0; /* prevents overflow in grid/flex */
}

/* Make Select2 heights consistent */
.select2-container .select2-selection--single {
  height: 44px;              /* pick your target height */
  border-radius: 6px;        /* optional: match your style */
}
.select2-container .select2-selection__rendered {
  line-height: 44px;
}
.select2-container .select2-selection__arrow {
  height: 44px;
}

/* Normalize both types of βGoβ controls */
.submit-button-2,
input.submit-button-2[type="submit"] {
  height: 44px;              /* matches the select height */
  line-height: 44px;         /* for <button> rendering */
  padding: 0 16px;           /* comfortable click target */
  border-radius: 6px;        /* match the select corners */
  white-space: nowrap;       /* keep 'Go' on one line */
  align-self: stretch;       /* optional: same height as select if you prefer */
}

/* If Webflowβs .w-button adds its own line-height, neutralize it */
.w-button.submit-button-2 {
  line-height: 44px;
}










.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}

.heading-8 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.field-label2 {
  margin-top: 62px;
  padding-left: 5px;
}

.field-label2:hover {
  color: #cdc175;
}

.collection-list-wrapper {
  padding-right: 0;
}

.div-block-6 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 69%;
  margin-top: 5px;
  padding: 10px;
  display: block;
  position: relative;
  bottom: 50px;
  left: auto;
}




/* Mobile layout adjustment */
@media (max-width: 768px) {
  .div-block-6 {
    position: static;          /* removes the bottom offset */
    width: 100%;              /* full width for mobile */
    margin-top: 1rem;         /* space below div-block-3 */
    padding: 0.5rem 0;        /* tighter padding for small screens */
    display: block;           /* let it stack naturally */
  }
}

.text-block-3 {
  text-align: left;       /* β fix */
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .text-block-3 {
    max-width: 100%;      /* let it fill the container */
    width: 100%;          /* force full width if needed */
    padding: 0 1rem;      /* add some horizontal breathing room */
    text-align: left;   /* optional: center text for nicer layout */
    font-size: 1rem;      /* slightly smaller text for mobile */
    line-height: 1.6;     /* good readability */
  }
}




.heading-9 {
  color: #A3002E;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}





.button-2 {
  color: #A3002E;
  background-color: #cecece;
  border-radius: 5px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-2:hover {
  background-color: #d3c678;
}

.button-3 {
  background-color: #A3002E;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-3:hover {
  color: #d3c678;
}

.div-block-7 {
  position: relative;
  top: -266px;
  left: -160px;
}

/* Base desktop container-6 */
.container-6 {
  display: flex;
  justify-content: center;
  align-items: end;
  max-width: 1040px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  margin-top: -290px;
  position: relative;
  z-index: 10; /* keeps it above the video */
}

/* Desktop overlap effect */
@media (min-width: 992px) {
  .video-section {
    position: relative;
  }

  .container-6 {
    /* top: -290px; */
    margin-bottom: -400px; /* closes extra gap below */
    background: transparent; /* keeps text readable */
    border-radius: 12px;
    padding: 2rem; /* more breathing room when over video */
  }
}


/* π± Mobile / Tablet adjustments */
/* π± Mobile / Tablet adjustments β override Webflow's container defaults */
@media (max-width: 768px) {
  /* Target Webflow's wrapper for container-6 */
  div.w-layout-blockcontainer.container-6.w-container {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;   /* β center horizontally */
    justify-content: flex-start;
    text-align: center !important;    /* β center text/buttons */
    gap: 1rem;
  }

  /* Ensure button rows inside container-6 are centered */
  div.w-layout-blockcontainer.container-6.w-container .button-row,
  div.w-layout-blockcontainer.container-6.w-container .uui-button-row {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  /* Make buttons behave nicely */
  div.w-layout-blockcontainer.container-6.w-container .button-row a,
  div.w-layout-blockcontainer.container-6.w-container .uui-button-row a {
    display: inline-flex;
    margin: 0 auto;
  }
}


/* Smaller phones (iPhone 12/13/14/15, Pixel 6 etc) */
@media (max-width: 428px) {
  .container-6 {
    padding: 0 0.75rem; /* tighter horizontal padding */
    gap: 1rem; /* ensure some space between stacked items */
  }
  .container-6 h2,
  .container-6 h3 {
    font-size: clamp(1.25rem, 6vw, 1.5rem); /* smaller headings */
  }
}

/* Very small phones (older devices, 320px) */
@media (max-width: 360px) {
  .container-6 {
    padding: 0 0.5rem;
  }
  .container-6 p {
    font-size: 0.9rem; /* slightly reduce text size */
  }
}


.section-2 {
  background-color: #cfc57e;
  background-image: url('/includes/images/confetti.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row; /* default desktop */
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  .section-2 {
    flex-direction: column !important; /* stack items */
    align-items: center;
    text-align: center;
    gap: 2rem; /* adds space between red box & text block */
    padding: 2rem 1rem;
  }

  .section-2 > * {
    max-width: 600px;
    width: 100%;
  }

  /* Style program box & controls for mobile */
  .section-2 .program-box select,
  .section-2 .program-box .select-2,
  .section-2 .program-box .submit-button-2 {
    width: 100%;
    margin-bottom: .75rem;
  }

  /* Center and size heading/text nicely */
  .section-2 h2, 
  .section-2 .heading-10 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .section-2 .text-wrapper,
  .section-2 .vision-text {
    max-width: 650px;
    margin-inline: auto;
  }
}







.heading-10 {
  color: #A3002E;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: flex;
}



.container-7 {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-image: url('/includes/images/IMG_1855.JPG');
  background-position: 0 0;
  background-size: auto;
  background-clip: padding-box;
  width: auto;
  min-width: 100%;
  height: 400px;
  max-height: none;
}








.container {
    max-width: 100%;
    padding: 0 10px;
}



.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 140px;
  padding-right: 5px;
  display: flex;
}

.div-block-8:hover {
  color: #cfc376;
}

.image-6 {
  width: 12px;
  height: 7px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  font-weight: 400;
  display: flex;
}

.dropdown-arrow {
  order: 0;
  width: 10px;
  max-width: 100%;
  height: 7px;
  margin-top: 2px;
  display: block;
}



.text-block-5, .icon {
  font-size: 18px;
  color: #fff;
}

.dropdown-link {
  color: #000;
}

.dropdown-link:hover {
  color: #A3002E;
  background-color: #e0d79c;
  border-radius: 2px;
}

.dr {
  color: #fff;
  border-radius: 2px;
  margin-top: 16px;
}

.dr:hover {
  color: #A3002E;
  background-color: #d3c678;
}

.dr.w--open {
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dr.w--open:hover {
  color: #000;
}

.dropdown-toggle {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-right: 20px;
  display: block;
  position: static;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
  max-width: 940px;
  padding: 10px;
}

.heading-11 {
  font-size: 15px;
}

.heading-12 {
  text-align: center;
  font-size: 15px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center {
  text-align: center;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary600);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: left;
  display: flex;
}

.uui-button-row.button-row-center {
  display: flex;
  justify-content: flex-start;
  gap: 10px; /* optional spacing between buttons */
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-layout75_item {
  background-color: var(--untitled-ui--gray50);
  text-align: center;
  border-radius: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.studentselection {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('/includes/images/joneshall.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  max-width: 1280px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.container-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  margin-top: 21px;
}

.smallbutton {
  color: #000;
  background-color: #A3002E00;
  border: 1.5px solid #A3002E;
  border-radius: 5px;
  margin-top: 20px;
}

.smallbutton:hover {
  color: #A3002E;
  background-color: #c1b36e;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary600);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-blogsection02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blogsection02_component {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-2 {
  color: var(--untitled-ui--primary600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection02_image {
  object-fit: cover;
  background-image: url('/includes/images/finee.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection02_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection02_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary600);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection02_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection02_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary600);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-6, .text-block-7, .text-block-8 {
  color: var(--untitled-ui--primary600);
}

.footer-subscribe {
  background-color: #6e0317;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-subscribe:hover {
  color: #d1c476;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #d1c476;
}


.footer-link-three:hover {
  color: #fff;
}

.footer-social-block-three {
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #d1c476;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  background-color: #A3002E;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #c9c07b;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #d3c678;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  color: #c9c07b;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  color: var(--untitled-ui--primary700);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.text-block-9 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--untitled-ui--primary700);
  object-fit: fill;
  width: 100%;
  max-width: 100%;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  color: var(--untitled-ui--primary700);
}

.image-7 {
  max-width: 20%;
  display: block;
  position: static;
}

.footer-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.footer-link {
  color: #d1c476;
  -webkit-text-stroke-color: #c7bd77;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.image-8 {
  max-width: 3%;
  margin-bottom: 20px;
}

.div-block-9 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-footer07_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_link {
  color: var(--untitled-ui--gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-9 {
  width: 150px !important;
  height: auto !important;
  max-width: none !important;
  padding-top: 10px !important;
}



@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .nav {
    text-align: center;
    margin-right: 0;
  }

  .container-2 {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-2 {
    width: auto;
    min-width: auto;
  }

  .form-block-2 {
    z-index: auto;
    width: 67%;
    bottom: 31px;
    left: 120px;
  }

  .div-block-6 {
    margin-top: 16px;
    padding-left: 20px;
  }

  .heading-9 {
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    display: flex;
  }

  .button-2 {
    margin-bottom: 14px;
    margin-right: 0;
    display: flex;
  }

  .button-3 {
    display: block;
  }

  .container-6 {
    max-width: 95%;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }


  .heading-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .container-7 {
    max-width: 97%;
    padding-right: 0;
    display: block;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-blogsection02_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    display: inline-block;
  }

  .nav {
    padding-right: 10px;
  }

  .container-2 {
    display: flex;
  }

  .hero-subscribe-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .menu-button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 40px;
  }

  .menu-button-2.w--open {
    background-color: #A3002E;
  }

  .form-block-3 {
    width: 100%;
  }

  .field-label2 {
    margin-top: 40px;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 0;
  }

  .button-2, .button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: block;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

.text-block-4 {
  font-family: Oswald, sans-serif;
  color: rgb(159, 28, 52);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;       /* β fix */
  letter-spacing: 0px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .text-block-4 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    justify-content: center;
    align-items: center;
    text-align: left;       /* β fix */
  }
}

@media screen and (max-width: 767px) {
  .text-block-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .text-block-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
}




  .text-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-10 {
    justify-content: center;
    align-items: center;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-menu {
    background-color: #A3002E;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-blogsection02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection02_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blogsection02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection02_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('/includes/images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.footer {
    height: 431.703px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
  }

  .image {
    margin-right: 18px;
    display: block;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

 .footer-section {
  background-color: #1a1a1a; /* darker to match OKState */
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

  .form-block-3 {
    width: 350px;
    height: 51%;
  }

  .field-label {
    display: block;
  }

  .select-2 {
    width: 80%;
  }

  .submit-button-2 {
    margin-left: 0;
  }

  .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    width: 100%;
  }

  .field-label2 {
    margin-top: 40px;
  }

  .button-2, .button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
  }

  .section-2 {
    display: flex;
  }

  .text-block-4 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .heading-10 {
    width: 100%;
    font-size: 24px;
  }

  .container-7 {
    width: 100%;
    max-width: 100%;
  }

  .section-3 {
    width: 100%;
    height: 100%;
    position: sticky;
  }

  .nav-menu {
    margin-left: 0;
  }

  .dr.w--open {
    margin-top: -170px;
  }

  .mask {
    width: 100%;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    display: block;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }


.footer-link-three {
  color: var(--untitled-ui--primary700);
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.footer-link-three:hover {
  color: var(--untitled-ui--primary100);
}


  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    justify-content: space-between;
    align-items: flex-start;
    width: 242.344px;
    max-width: 242.344px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

.footer-link-block {
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
  .text-block-15 {
    text-align: center;
    max-width: 80%;
    font-size: 16px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

}

/* Video Section */
.video-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 42.857%; /* 21:9 aspect ratio */
  height: 0;
  margin: 0;
  background: transparent;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  object-fit: cover; /* Optional: fills container without black bars */
}
/* Video Section END */




/* News  Section */

.news-section {
  background-color: #f9fafb; /* Light gray */
  padding: 1rem 0rem; /* Adds space above and below */
}


 .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 1rem;
}

.news-card {
  background-color: var(--untitled-ui--white);
  border-radius: 0rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.news-card-image {
  height: 220px;
  width: 100%;
  overflow: hidden;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.03);
}

.news-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-card-title {
  font-family: Oswald, sans-serif;
  color: #9c142d;
  font-size: 1.25rem;
  
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.news-card-date {
  font-size: 0.875rem;
  color: var(--untitled-ui--gray500);
  margin-bottom: 0.75rem;
}

.news-card-desc {
  font-size: 1rem;
  color: var(--untitled-ui--gray700);
  flex-grow: 1;
  margin-bottom: 1rem;
}

.news-card-link {
  color: var(--untitled-ui--primary600);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.news-card-link:hover {
  color: var(--untitled-ui--primary700);
}
/* π± Mobile Compact Version */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr 1fr; /* 2 columns on tablets/phones */
    gap: 1rem;
  }

  .news-card-image {
    height: 100px; /* much shorter image area */
  }

  .news-card-content {
    padding: 0.75rem; /* tighter padding */
  }

  .news-card-title {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    line-height: 1.2;
  }

  .news-card-date {
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
  }

  .news-card-desc {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-card-link {
    font-size: 0.9rem;
    margin-top: 0.25rem;
  }
}

@media (max-width: 480px) {
  .news-grid {
    grid-template-columns: 1fr; /* full-width on very small phones */
  }
}






/* Events  Section */

.events-section {
  position: relative;
  background-image: url('/includes/images/students3.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  background-color: #d3c678; /* fallback color */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 198, 120, 0.85); /* Vegas gold overlay */
  z-index: 1;
  pointer-events: none;
}


.events-container {
  position: relative;
  z-index: 2; /* Ensures cards sit above overlay */
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}


.events-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: #A3002E;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 2px;
}

.events-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.event-card {
  background-color: #fff;
  border-radius: 0px;
  display: flex;
  width: 100%;
  max-width: 292px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.event-date {
  background-color: #A3002E;
  color: #fff;
  padding: 16px;
  text-align: center;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-month {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-day {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.event-details {
  padding: 16px;
  color: #101828;
}

.event-details h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  color: #101828;
}

.event-details p {
  font-size: 14px;
  color: #475467;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}


.event-card {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}



/* CLEAN FOOTER SECTION */

.jcjc-footer {
  background-color: #790019;
  color: #d3c678;
  height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

.jcjc-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.jcjc-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 18px;
}

.jcjc-footer-links a {
  font-family: system-ui;
  color: #d3c678;
  text-decoration: none;
  font-weight: 500;
}

.jcjc-footer-links a:hover {
  text-decoration: underline;
}

.jcjc-footer-social {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 18px;
}

.jcjc-footer-social a {
  color: #d3c678;
  text-decoration: none;
}

.jcjc-footer-social a:hover {
  color: #fff;
}

.jcjc-footer-divider {
  width: 80%;
  height: 2px; /* Controls thickness */
  margin: 30px auto 0 auto; /* Top, Auto Left/Right, Bottom */
  border: none;
  background: linear-gradient(to right, transparent, #fff, transparent);
}


.jcjc-footer-bottom {
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  font-size: 12px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;             /* set a consistent height */
  text-align: center;
}

.jcjc-footer-bottom p {
  font-size: 16px;
  margin: 0;
  color: white;
}

.jcjc-footer-policy-links {
  display: flex;
  gap: 20px;
}

.jcjc-footer-policy-links a {
  color: white;
  text-decoration: none;
}

.jcjc-footer-policy-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .jcjc-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.jcjc-footer-logo {
  text-align: center;
  margin-bottom: 20px;
}

.jcjc-footer-logo img {
  max-width: 70px;
  height: auto;
}

.footer-img {
  max-width: 70px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 25px;
}

/* END CLEAN FOOTER SECTION */


/* New Grid Section */
.jcjc-mission-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.jcjc-mission-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #A3002E;
  text-align: left;
  margin-bottom: 40px;
}

.jcjc-mission-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  margin-bottom: 0;
}

.jcjc-mission-row.reverse {
  flex-direction: row-reverse;
}

.jcjc-mission-col {
  flex: 1;
}

.text-col h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #A3002E;
  margin-bottom: 16px;
}

.text-col {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #A3002E;
  margin-bottom: 16px;
}

.text-col ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #101828;
}

.text-col p {
  color: #101828;
  text-align: left;       /* β fix */
  letter-spacing: 0;
  column-count: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.image-col img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .jcjc-mission-row,
  .jcjc-mission-row.reverse {
    flex-direction: column;
    text-align: center;
  }

  .text-col ul,
  .text-col p {
    text-align: left;
  }

  .image-col img {
    height: auto;
  }
}

/* Targeted paragraph wrappers for layout control */
.vision-text {
  padding: 40px 20px;
  text-align: right;
}

.vision-text h2 {
  text-align: right;
  margin-right: 0;
}


.goals-text {
  padding: 40px 20px;
  text-align: left;
}

.jcjc-mission-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff url('../images/bobcats.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* π Creates the parallax effect */
  position: relative;
}

.jcjc-mission-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.85); /* 85% white overlay */
  z-index: 0;
}

.jcjc-mission-section > * {
  position: relative;
  z-index: 1;
}

.jcjc-mission-section p {
  text-transform: none !important;
}

.vision-text p {
  text-transform: none !important;
}

/* End New Grid Section */

/* New Visit Campus Section */
.visit-campus-section {
  position: relative;
  background-color: #f9fafb;
  padding: 60px 20px;
  z-index: auto;     /* let it flow naturally in stacking order */
  overflow: visible; /* allow next sections to be clickable */
}
.visit-campus-section::before {
  content: "";
  position: absolute;
  inset: 0; 
  background-size: cover;
  opacity: 0.2; /* β Only the background is 20% */
  z-index: 0;
}
.visit-campus-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.visit-campus-image {
  flex: 1;
  min-width: 280px;
}

.visit-campus-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.visit-campus-content {
  flex: 1;
  min-width: 280px;
  position: relative;
  z-index: 2;
}

.visit-campus-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #101828;
  margin-bottom: 20px;
}

.visit-campus-content p {
  font-size: 16px;
  color: #475467;
  line-height: 1.6;
  margin-bottom: 30px;
}

.visit-campus-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.visit-btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
}

.visit-btn.primary {
  background-color: #A3002E;
  color: white;
  border: 1px solid #A3002E;
  min-width: 100px; /* Ensures same width */
  text-align: center;
  justify-content: center;        /* Horizontal centering */
  align-items: center;            /* Vertical centering */
}

.visit-btn.primary:hover {
  background-color: #c22745;
  border-color: #c22745;
}

.visit-btn.outline {
  background-color: transparent;
  color: #A3002E;
  border: 1.5px solid #d3c678;
  min-width: 100px; /* Ensures same width */
  text-align: center;
  justify-content: center;        /* Horizontal centering */
  align-items: center;            /* Vertical centering */
}

.visit-btn.outline:hover {
  background-color: #f2f2f2;
}


/* β Desktop: left-align buttons with text-block-3 */
@media (min-width: 1025px) {
  .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left; /* left align */
    gap: 1rem;
    padding-left: 0rem; /* matches text-block-3 padding */
    flex-direction: row-reverse;
  }
}

/* π± Mobile & Tablet: center align buttons for better look */
@media (max-width: 1024px) {
  .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* center on smaller screens */
    gap: 0.75rem; /* slightly tighter spacing if desired */
    padding-left: 0; /* remove left padding on narrow screens */
  }
}

/* Links inside button row */
.button-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  .button-row {
    justify-content: center; /* center them on mobile if desired */
    padding-left: 0;
  }


  .visit-campus-content h2 {
    font-size: 26px;
  }

  .visit-campus-buttons {
    justify-content: center;
  }
}
/* End New Visit Campus Section */

/* Visually Hidden Class */
/* This class is used to hide elements visually but keep them accessible for screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* Visually Hidden Class END */







/* Campus Tour Video Section */
.visit-campus-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
}

.visit-campus-video {
  flex: 0 1 60%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
  width: 100%;
  position: relative;
  background: transparent;
}

.visit-campus-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.visit-campus-content {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

@media (max-width: 900px) {
  .visit-campus-container {
    flex-direction: column;
    align-items: stretch;
  }

  .visit-campus-video,
  .visit-campus-content {
    width: 100%;
  }
}

.video-controls {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.video-controls button {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
}


.visit-campus-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-controls-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.video-controls-overlay button {
  padding: 6px 12px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.visit-campus-video {
  flex: 0 0 60%;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-embed {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  aspect-ratio: 16 / 9; /* keeps video proportions */
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none; /* prevent blocking clicks */
}
/* Campus Tour Video Section END */


/* Apply Now Button */
.apply-now {
  background-color: #cfc57e;
  border-radius: 9px; /* β¬οΈ Rounded edges to match other buttons */
  padding: 8px 16px;
  display: flex; /* β Enables flexbox */
  justify-content: center; /* β Horizontally center the text */
  align-items: center;     /* β Vertically center the text */
  text-decoration: none;
  text-align: center;
}

/* Text inside the button */
.apply-now .text-block-5 {
  font-family: 'Oswald', sans-serif;
  color: #A3002E;
  font-weight: normal;
  transition: color 0.3s ease;
  width: 100%;            /* β Helps with responsive centering */
}

/* Apply Now Button END */



/* Seperator Image */

.section-divider {
  width: 100%;
  text-align: center;
  margin: -15px 0; /* adjust overlap/spacing as needed */
  position: relative;
  background: transparent;
  z-index: 1;
}

.seperator-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Seperator Image END */

@media screen and (max-width: 767px) {
  [style*="width: 400px"],
  .w-400,
  .width-400 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 420px"],
  .w-420,
  .width-420 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 460px"],
  .w-460,
  .width-460 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 518px"],
  .w-518,
  .width-518 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 600px"],
  .w-600,
  .width-600 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 940px"],
  .w-940,
  .width-940 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="width: 1030px"],
  .w-1030,
  .width-1030 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="padding-left: 100px"],
  [style*="padding-right: 100px"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="padding-left: 180px"],
  [style*="padding-right: 180px"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="padding-left: 200px"],
  [style*="padding-right: 200px"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="padding-left: 700px"],
  [style*="padding-right: 700px"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 62px"],
  [style*="top: 62px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 75px"],
  [style*="top: 75px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 100px"],
  [style*="top: 100px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 120px"],
  [style*="top: 120px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 150px"],
  [style*="top: 150px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 400px"],
  [style*="top: 400px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 700px"],
  [style*="top: 700px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 956px"],
  [style*="top: 956px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


@media screen and (max-width: 767px) {
  [style*="left: 962px"],
  [style*="top: 962px"] {
    left: 0 !important;
    top: auto !important;
    position: relative !important;
  }
}


/* Mobile navbar adjustments */
@media screen and (max-width: 767px) {
  .navbar-wrapper, .navbar-wrapper-2, .navbar-logo-left-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navbar-logo-left-container img,
  .navbar-logo img,
  .image {
    height: 40px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .nav-menu-wrapper {
    position: relative !important;
    margin-left: 0 !important;
  }

  /* Show hamburger on mobile */
  .w-icon-nav-menu,
  .hamburger {
    
    font-size: 28px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }

  /* Hide full menu on mobile until toggled */
  .nav-menu-two {
    display: none;
  }

  /* When menu is active */
  .nav-menu-two.active {
    display: block !important;
    width: 100%;
  }
}



/* Mobile navbar logo + hamburger alignment */
@media screen and (max-width: 767px) {
  .navbar-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-mobile-header img {
    height: 40px;
    width: auto;
  }

  .menu-button-2 {
    display: block !important;
    cursor: pointer;
  }
}



/* Mobile top navbar background color + centered hamburger */
@media screen and (max-width: 767px) {
  #top_navbar {
    background-color: #d3c678 !important;
    display: block;
    justify-content: center;
    align-items: center;
  }

  /* Hide nav links on mobile */
  #top_navbar .nav-menu-2 {
    display: none;
  }

  /* Hamburger icon default + open state */
  #top_navbar .menu-button-3,
  #top_navbar .menu-button-3.w--open {
    display: block !important;
    position: relative;
    margin: 0 auto;         /* Centers horizontally */
    left: 0;                /* Prevents shifting */
    right: 0;
    transform: none;        /* Removes accidental offsets */
  }
}

/* Ensure hamburger menu content centers when open on mobile */
@media screen and (max-width: 767px) {
  #top_navbar .menu-button-3 {
    display: block !important;
    position: relative;
    margin: 0 auto;
    z-index: 1001; /* stays on top */
  }

  /* Center the opened mobile menu */
  #top_navbar .nav-menu-2.w--open {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* Center nav links inside */
  #top_navbar .nav-menu-2.w--open a {
    text-align: center;
    width: 100%;
  }
}


/* Mobile hamburger menu centering + background fix for navbar and navbar-2 with animation */
@media screen and (max-width: 767px) {
  /* Set background color and center hamburger button */
  .navbar,
  .navbar-2 {
    background-color: #A3002E !important;
    display: block !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Center the hamburger button */
  .navbar .w-nav-button,
  .navbar-2 .w-nav-button {
    margin: 0 auto !important;
    float: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    
  }
/* Animate and center the dropdown menu when open (default hidden) */
.navbar [data-nav-menu-open],
.navbar-2 [data-nav-menu-open] {
  text-align: center !important;
  background-color: #d3c678 !important; /* Optional: pre-open color */
  overflow: visible;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* β Fully visible when open */
.navbar [data-nav-menu-open].w--nav-menu-open,
.navbar-2 [data-nav-menu-open].w--nav-menu-open {
  max-height: 100vh !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
  transform: none !important;
  background-color: #A3002E !important; /* ΒιΆΉΦ±²₯ red */
  z-index: 9999 !important;
}



  /* Expanded menu animation */
  .navbar [data-nav-menu-open].w--nav-menu-open,
  .navbar-2 [data-nav-menu-open].w--nav-menu-open {
    max-height: 500px; /* large enough for menu items */
    opacity: 1;
  }

  /* Ensure menu links display in the middle */
  .navbar [data-nav-menu-open] .w-nav-link,
  .navbar-2 [data-nav-menu-open] .w-nav-link {
    display: inline-block !important;
    float: none !important;
  }
}
/* --- RESPONSIVE FIXES ADDED --- */

/* Make all main containers fluid but constrained */
.navbar-logo-left-container,
.container,
.container-2,
.container-3,
.container-4,
.container-6,
.container-7,
.container-10 {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

/* Make sliders and hero sections full-width */





/* Ensure div-blocks and forms center nicely instead of using left offsets */
.div-block,
.form-block-2,
.form-block-3 {
  position: relative !important;
  left: auto !important;
  margin: 10px;
  max-width: 520px !important;
  width: 100% !important;
}

/* Responsive typography and container padding */
@media (max-width: 1200px) {
  .container-2, .container-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 991px) {
  h1 { font-size: 2rem !important; line-height: 1.2 !important; }
  p { font-size: 1rem !important; line-height: 1.5 !important; }
}

@media (max-width: 767px) {
  .navbar-logo-left-container,
  .container,
  .container-2,
  .container-3,
  .container-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
/* --- FINAL RESPONSIVE CLEANUP PATCH --- */
.container-2,
.container-3 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.div-block,
.form-block-2 {
  position: relative !important;
  left: auto !important;
  margin: 20px auto !important;
  max-width: 520px !important;
  width: 100% !important;
}

.text-block,
.div-block-5 {
  left: auto !important;
  margin: 20px auto !important;
  width: 90% !important;
  max-width: 800px !important;
  text-align: justify !important;
}
/* --- FINAL RESPONSIVENESS + TYPOGRAPHY SCALING PATCH --- */

/* Fix container-2 left padding */
.container-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  .container-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Center div-blocks & forms */
.div-block,
.form-block-2 {
  position: relative !important;
  left: auto !important;
  margin: 20px auto !important;
  max-width: 520px !important;
  width: 100% !important;
}

/* Reposition text-block and div-block-5 */
.text-block,
.div-block-5 {
  position: relative !important;
  left: auto !important;
  margin: 20px auto !important;
  width: 90% !important;
  max-width: 800px !important;
  text-align: justify !important;
}

/* Responsive typography scaling */
h1 {
  font-size: clamp(2rem, 4vw, 3rem) !important; /* scales from ~32px to ~48px */
  line-height: 1.2 !important;
}
p {
  font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
  line-height: 1.5 !important;
}


/* --- RESPONSIVE SLIDER FIX PATCH --- */








@media (max-width: 768px) {
  
}
/* --- LEFT ALIGN APPLY + VISIT BUTTONS PATCH --- */
.uui-button-row.button-row-center {
  justify-content: flex-start !important;
  text-align: left !important;
}

.uui-button-row.button-row-center a {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

/* Keep buttons centered on small screens if desired */
@media (max-width: 767px) {
  .uui-button-row.button-row-center {
    justify-content: center !important;
  }
}
/* --- SLIDER HEIGHT FIX --- */






/* Clean responsive slide image rules */
/* .slide img {
  width: 100% !important;
  height: auto !important;         
  object-fit: cover !important;
  display: block !important;
  max-height: 70vh;                 
} */

/* Mobile adjustments */
@media (max-width: 768px) {
  .slide img {
    max-height: 60vh;               /* β a little shorter on tablets/phones */
  }
}

@media (max-width: 480px) {
  .slide img {
    max-height: 50vh;               /* β even shorter on very small phones */
  }
}










/* --- FORCE LEFT ALIGNMENT FOR APPLY + VISIT BUTTONS --- */
.uui-button-row.button-row-center,
.uui-button-row.button-row-center.is-reverse-mobile-landscape {
  justify-content: flex-start !important;
  text-align: left !important;
}

@media (max-width: 768px) {
  .uui-button-row.button-row-center,
  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    justify-content: center !important;
  }
}




/* --- OVERIDE SLIDER --- *//* Custom overrides β always loaded last */
.w-slider,
.w-slider-mask,
.w-slide {
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
}



/* --- FORM 3 OVERRIDE */

/* Force form-block-3 to a fixed width on mobile */
@media (max-width: 767px) {
  .form-block-3 {
    max-width: 392px !important; /* β set a fixed max-width */
    width: 100% !important;      /* still respect responsive behavior */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* --- FIX div-block-6 LAYOUT --- */
.div-block-6 {
  width: 100% !important;        /* take full available width */
  max-width: 800px !important;   /* keep it from stretching too wide on desktop */
  margin: 10px 10px 10px 10px !important;     /* center it in its container */
  padding: 1rem !important;      /* consistent spacing inside */
  position: relative !important; /* normal flow */
  
  left: auto !important;
  display: block !important;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .div-block-6 {
    width: 100% !important;
    max-width: 95% !important;  /* slight margin inside screen edges */
    padding: 0.5rem 1rem !important;
    margin-top: 1rem !important;
  }
}


/* --- FINAL MOBILE SPACING FIX --- */

/* Remove unwanted space above/below slider and container-6 */
@media (max-width: 768px) {
  .container-6 {
    margin-top: -40px;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* First child inside container-6 should not push content down */
  .container-6 > *:first-child {
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  /* Reset div-block-6 extra margins */
  .div-block-6 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
  }
}

/* Optional: tighten gap between slider and following sections globally */
.fade-slider + .container-6,
.fade-slider + .section-2 {
  margin-top: 0 !important;
}

/* --- CLEAN, RESPONSIVE SEPARATOR IMAGE --- */
.section-divider {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.seperator-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* --- GENERAL MOBILE WIDTH RESET --- */
@media screen and (max-width: 767px) {
  [style*="width: 400px"],
  [style*="width: 420px"],
  [style*="width: 460px"],
  [style*="width: 518px"],
  [style*="width: 600px"],
  [style*="width: 940px"],
  [style*="width: 1030px"],
  .w-400, .w-420, .w-460, .w-518, .w-600, .w-940, .w-1030,
  .width-400, .width-420, .width-460, .width-518, .width-600, .width-940, .width-1030 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* --- CLEAN RESPONSIVE SLIDER --- */
@media (max-width: 768px) {
  
}

@media (max-width: 480px) {
  
}

/* --- FINAL SLIDER HEIGHT FIX --- */
.fade-slider {
  position: relative;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto 1rem auto;
  height: auto !important;      
  min-height: unset !important; 
  overflow: hidden;
  display: block;
}

/* .fade-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;                
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.fade-slider .slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.fade-slider .slide img {
  width: 100%;
  height: auto;                
  object-fit: cover;
  display: block;
  max-height: 70vh;
} */ */

/* Mobile adjustments */
@media (max-width: 768px) {
  .fade-slider .slide img {
    max-height: 80vh;
  }
}

@media (max-width: 480px) {
  .fade-slider .slide img {
    max-height: 60vh;
  }
}
/* --- END CLEAN RESPONSIVE SLIDER --- *//* --- RESPONSIVE FIXES ADDED --- */





/* --- MOBILE NAV FIX --- */

/* Ensure the hamburger menu opens correctly */
.w-nav[data-nav-menu-open],
.nav-menu-two.w--open,
.nav-menu-2.w--open {
  display: block !important;
  position: absolute !important;
  top: 100% !important;       /* β place directly under navbar */
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #d3c678 !important; /* match your gold bar color */
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Make sure closed menus stay hidden */
.w-nav[data-nav-menu-open]:not(.w--nav-menu-open),
.nav-menu-two:not(.w--open),
.nav-menu-2:not(.w--open) {
  display: none !important;
}

/* Bring hamburger button to the front */
.w-nav-button,
.menu-button-2,
.menu-button-3 {
  z-index: 10000 !important;
  position: relative !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Fix possible top/left overrides that broke positioning */
@media screen and (max-width: 767px) {
  /* Reset top/left only if needed, but keep absolute positioning */
  .nav-menu-two,
  .nav-menu-2 {
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    position: absolute !important; /* β keep absolute so it can drop down */
  }

  .nav-menu-two.w--open,
  .nav-menu-2.w--open {
    display: block !important;
  }
}

/* --- HAMBURGER VISIBILITY FIX --- */

/* Hide hamburger on desktop */
@media screen and (min-width: 992px) {
  .w-nav-button,
  .menu-button-2,
  .menu-button-3 {
    display: none !important;
  }
}



/* Show hamburger only on tablet/mobile */
@media screen and (max-width: 991px) {
  .w-nav-button,
  .menu-button-2,
  .menu-button-3 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10000 !important;
  }
}
/* --- MOBILE NAV MENU POSITION FIX --- */
@media screen and (max-width: 767px) {
  .nav-menu-two,
  .nav-menu-2 {
    position: absolute !important;  /* β overlay instead of pushing content down */
    top: 100% !important;           /* β place right below navbar */
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background-color: #d3c678 !important;
    z-index: 9999 !important;
  }

  /* β Make mobile dropdown box taller */
  .w-nav-menu.w--open,
  .nav-menu-two.w--open,
  .nav-menu-2.w--open {
    max-height: 100vh !important;  /* full screen height */
    overflow-y: visible;              /* scrollable if taller than viewport */
    transition: max-height 0.4s ease, opacity 0.4s ease; /* smooth open */
  }
} /* β CLOSE THIS MEDIA QUERY */


/* --- FINAL MOBILE MENU VISIBILITY FIX (desktop + fallback) --- */
.w-nav-menu.w--open,
.nav-menu-two.w--open,
.nav-menu-2.w--open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  /* πΈ removed the 500px height here β mobile now controls it */
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #d3c678 !important;
  z-index: 99999 !important;
}

/* --- OFFSET FIRST HAMBURGER DROPDOWN LOWER (optional tweak) --- */
.navbar:first-of-type .nav-menu-two.w--open,
.navbar:first-of-type .nav-menu-2.w--open,
.navbar:first-of-type .w-nav-menu.w--open,
.w-nav:first-of-type [data-nav-menu-open] {
  top: calc(100% + 20px) !important; /* β lowers dropdown a bit */
}


/* --- DESKTOP NAV & HAMBURGER FIX --- */
@media screen and (min-width: 992px) {
  /* Show top nav menus properly in desktop view */
  #top_nav .w-nav-menu,
  #top_nav .nav-menu-2,
  #top_nav .nav-menu-two,
  #top_navbar .w-nav-menu,
  #top_navbar .nav-menu-2,
  #top_navbar .nav-menu-two {
    display: flex !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    background: transparent !important;
    float: none !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  /* Reset [data-nav-menu-open] to normal flow on desktop */
  #top_nav [data-nav-menu-open],
  #top_navbar [data-nav-menu-open] {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Hide hamburger buttons on desktop */
  #top_nav .w-nav-button,
  #top_navbar .w-nav-button,
  #top_nav .menu-button-2,
  #top_navbar .menu-button-2,
  #top_nav .menu-button-3,
  #top_navbar .menu-button-3 {
    display: none !important;
  }
}


/* --- MOBILE OFFSET FOR TOP NAV MENU --- */
@media screen and (max-width: 767px) {
  #top_nav .nav-menu-two.w--open,
  #top_nav .nav-menu-2.w--open,
  #top_nav .w-nav-menu.w--open,
  #top_navbar .nav-menu-two.w--open,
  #top_navbar .nav-menu-2.w--open,
  #top_navbar .w-nav-menu.w--open {
    top: calc(100% + 85px) !important; /* β push lower so it's fully visible */
  }
}


/* π΄ Mobile-only: make ONLY the main nav's open dropdown red */
@media (max-width: 767px) {
  /* If the menu stays inside the navbar */
  #main_nav .w-nav-menu.w--open,
  #main_nav .nav-menu-2.w--open,
  #main_nav .nav-menu-two.w--open,
  #main_navbar .w-nav-menu.w--open,
  #main_navbar .nav-menu-2.w--open,
  #main_navbar .nav-menu-two.w--open {
    background-color: #ae0030 !important;
  }

  /* If Webflow moved the open menu into the overlay next to the navbar */
  #main_nav + .w-nav-overlay [data-nav-menu-open],
  #main_nav ~ .w-nav-overlay [data-nav-menu-open],
  #main_navbar + .w-nav-overlay [data-nav-menu-open],
  #main_navbar ~ .w-nav-overlay [data-nav-menu-open] {
    background-color: #ae0030 !important;
  }

  /* Optional: ensure link text is readable on red */
  #main_nav .w-nav-menu.w--open a,
  #main_navbar .w-nav-menu.w--open a,
  #main_nav + .w-nav-overlay [data-nav-menu-open] a,
  #main_nav ~ .w-nav-overlay [data-nav-menu-open] a,
  #main_navbar + .w-nav-overlay [data-nav-menu-open] a,
  #main_navbar ~ .w-nav-overlay [data-nav-menu-open] a {
    color: #ae0030 !important;
  }
}

/* π± Main nav hamburger turns into an "X" when open */
@media (max-width: 767px) {
  #main_nav .w-nav-button.w--open,
  #main_navbar .w-nav-button.w--open {
    position: relative;
  }

  /* Hide the default three bars */
  #main_nav .w-nav-button.w--open .w-icon-nav-menu,
  #main_navbar .w-nav-button.w--open .w-icon-nav-menu {
    opacity: 0;
  }

  /* Add a CSS "X" using pseudo-elements */
  #main_nav .w-nav-button.w--open::before,
  #main_nav .w-nav-button.w--open::after,
  #main_navbar .w-nav-button.w--open::before,
  #main_navbar .w-nav-button.w--open::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff; /* β white for contrast */
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  #main_nav .w-nav-button.w--open::before,
  #main_navbar .w-nav-button.w--open::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #main_nav .w-nav-button.w--open::after,
  #main_navbar .w-nav-button.w--open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}



/* π± Small-screen form adjustments */
@media screen and (max-width: 479px) {
    .form {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* β Left-align labels on very small screens */
    .field-label {
        display: block;
        text-align: left;
        margin-bottom: 0.10rem; /* optional, adjust spacing */
    }
}

/* β Smoothly morph hamburger to X for main nav */
.menu-button-2 .w-icon-nav-menu {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.menu-button-2 .w-icon-nav-menu.is-x::before,
.menu-button-2 .w-icon-nav-menu.is-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff; /* match your nav icon color */
  transform-origin: center;
}

.menu-button-2 .w-icon-nav-menu.is-x::before {
  transform: rotate(45deg);
}

.menu-button-2 .w-icon-nav-menu.is-x::after {
  transform: rotate(-45deg);
}

/* Hide the original hamburger background when showing X */
.menu-button-2 .w-icon-nav-menu.is-x {
  background: none;
}


/* --- MOBILE NAV MENU POSITION FIX --- */
@media screen and (max-width: 767px) {
  .nav-menu-two.w--open,
  .nav-menu-2.w--open,
  .w-nav-menu.w--open {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background-color: #d3c678 !important;
    z-index: 9999 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* β Base dropdown list styling (desktop) */
.w-dropdown-list {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.w-dropdown-list.w--open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* β MOBILE ONLY: Full-screen overlay dropdown for main_navbar */
@media screen and (max-width: 767px) {
  #main_navbar .w-dropdown-list.w--open,

  #main_navbar .dr.w--open {
    top: 40px !important; /* adjust to match the height of your main nav */
    left: 15px !important;
    right: 0 !important;
    width: 83% !important;
    max-height: calc(100vh - 60px);
    overflow-y: auto;

    background: #ffffff !important;
    z-index: 999999 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    margin: 0;
    padding: 0.5rem 1rem;
  }

  /* β Mobile link styling */
  #main_navbar .w-dropdown-list.w--open a,
  #main_navbar .dr.w--open a {
    display: block;
    color: #ae0030 !important;
    font-size: 1.1rem;
    text-align: left;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  #main_navbar .w-dropdown-list.w--open a:last-child,
  #main_navbar .dr.w--open a:last-child {
    border-bottom: none;
  }
}





/* β Underline effect on hover for main nav links */
#main_navbar .text-block-5,
#main_nav .text-block-5 {
  position: relative;
}

#main_navbar .text-block-5::after,
#main_nav .text-block-5::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #d3c678;
  transition: width 0.3s ease;
}

#main_navbar .text-block-5:hover::after,
#main_nav .text-block-5:hover::after {
  width: 100%;
}



/* β Match Quick Links dropdown position/alignment with other nav dropdowns */
@media screen and (min-width: 992px) {
  #main_navbar .quick-links-dropdown .w-dropdown-list {
    position: absolute !important;
    top: 100% !important; /* Aligns just below the toggle */
    left: 0 !important;   /* Flush left like the others */
    min-width: 180px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
  }

  /* Show on open */
  #main_navbar .quick-links-dropdown .w-dropdown-list.w--open {
    display: block !important;
    opacity: 1 !important;
  }
}

/* β Clean, readable text-block-4 styling */
.text-block-4 {
  font-family: "Oswald", sans-serif; /* β uses your already-loaded Google font */
  font-size: 1.125rem;  /* ~18px for body text */
  font-weight: 300;     /* Oswald can get heavy fast β light weight keeps it balanced */
  line-height: 1.6;     /* good readability */
  letter-spacing: 0.3px;/* slight tracking helps with Oswald's narrow characters */
  color: #A3002E;       /* matches your --untitled-ui--gray700 */
  max-width: 100%;      /* keeps line length comfortable */
  margin: 0 auto 2rem auto;
  text-align: left;       /* β fix */         /* β center all lines */
  text-align-last: left;          /* β but left-align the last line */
  -moz-text-align-last: left;     /* β Firefox support */
}


.video-section {
  position: relative; /* establishes positioning context */
}

.video-wrapper video {
  width: 100%;
  height: 80%;
  display: block;
}


/* π― VIDEO OVERLAY TEXT */
.video-overlay-text {
  position: absolute;
  top: 30%; /* β adjust as needed */
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem); /* β shrinks earlier to stay on one line */
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap; /* β¬οΈ forces single line */
  z-index: 10;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  max-width: 95%; /* β allow it to get close to edges */
  
  text-overflow: ellipsis; /* β just in case text is too long */
}

/* π Shrink font size progressively on smaller screens */
@media (max-width: 1750px) {
  .video-overlay-text {
    font-size: clamp(1.3rem, 4.5vw, 3.5rem);
    letter-spacing: 4px;
  }
}

@media (max-width: 1200px) {
  .video-overlay-text {
    font-size: clamp(1rem, 4vw, 3rem);
    letter-spacing: 3px;
  }
}

@media (max-width: 900px) {
  .video-overlay-text {
    font-size: clamp(0.8rem, 3.5vw, 2.5rem);
    letter-spacing: 2px;
  }
}
/* π± Hide on mobile */
@media (max-width: 1440px) {
  .video-overlay-text {
    display: none;
  }
}


/* π± Hide on mobile */
@media (max-width: 768px) {
  .video-overlay-text {
    display: none;
  }
}

/* View Full Calendar */
.events-calendar-link {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #A3002E; /* Jones red */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.events-calendar-link:hover {
  color: #c9c07b; /* gold hover effect to match brand */
}

/* New Footer Section */
.site-footer {
  background-color: #333333;
  color: #c9c07b;
  padding: 3rem 1rem 1rem;
  font-family: 'Oswald', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0rem;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 1rem;
}

.footer-social a {
  color: white;
  margin-right: 10px;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #c9c07b;
}

.footer-links {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* ensures they spread edge-to-edge */
  gap: 6rem; /* optional: add spacing between columns */
}

.footer-column {
  flex: 1;              /* makes each column equal width */
  min-width: 200px;     /* prevents columns from shrinking too small on smaller screens */
}

.footer-column h4 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 0.4rem 0;
}

/* Footer navigation links */
.footer-column ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;  
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #c9c07b;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 0.85rem;

  /* β NEW: Constrain to same width as footer and center it */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-bottom a {
  color: white;
  text-decoration: underline;
}

/* End New Footer Section */

/* Laptop layout adjustment */
@media screen and (max-width: 1440px) {
  .div-block-6 {
    position: static !important;
    width: 100% !important;
    margin-top: 2rem !important;
    margin-left: 2rem !important;
    padding: 0.5rem 0 !important;
    display: block !important;
  }
}

/* End Laptop layout adjustment */

/* Search bar in navbar */
.nav-search {
  position: relative;
  display: flex;
  align-items: center; /* β vertically centers icon + input */
  margin-left: 15px; /* space from last nav link */
}

.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #ae0030; /* match nav text color */
  padding: 5px;
  display: flex;
  align-items: center;
}

.search-toggle svg {
  width: 20px;
  height: 20px;
}

.search-input {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  margin-left: 8px;
  background: #fff;
  color: #000;
  height: 32px; /* β consistent height with nav items */
}

.nav-search.active .search-input {
  width: 180px;
  opacity: 1;
}

/* End Search bar in navbar */

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;        /* or your brand color */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 30px;
  color: #c9c07b;
  transition: background 0.3s ease;
}

.footer-social a:hover {
  background: #ae0030;     /* your accent gold */
}


/* π οΈ CRITICAL FIX: Ensures dropdowns are not clipped by parent containers */

/* Target the main navigation bar elements and force content to show */
.w-nav,
.navbar,
.navbar-2,
#main_navbar,
.container-3 {
    overflow: visible !important; 
    /* This overrides 'overflow: hidden' which is what cuts off the content. */
}


/* Smooth transition for navbar icons */
.w-nav-button img,
.menu-button-2 img,
.menu-button-3 img {
  transition: opacity 0.2s ease-in-out;
}

/* Make dropdowns display when open */
.w-dropdown-list.w--open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99999 !important;
  position: absolute !important;
}




/* π± Fix Webflow Mobile Nav */
@media (max-width: 991px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    width: 100%;
  }

  .nav-menu.w--open {
    display: flex;
  }

  .menu-button {
    display: block;
  }
}