  :root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #AE0030;
  --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 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: #AE0030;
  border-radius: 4px;
  outline: 2px solid #AE0030;
}

.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: #AE0030;
  border-radius: 5px;
  outline: 2px solid #AE0030;
}

.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 #AE0030;
}

.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: #AE0030;
  background-color: #d3c678;
  position: sticky;
  top: 0;
}

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

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

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

.image {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
  overflow: hidden; /* or remove the overflow entirely if not needed */
}

.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: #AE0030;
  padding-right: 30px;
  font-size: 16px;
}

.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: 96px;
  padding-left: 100px;
  padding-right: 200px;
  display: flex;
}


/* Fade / Slider Styles */

.fade-slider {
  position: relative;
  width: 100%;
  max-width: 2400px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.fade-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 0;
}

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

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  max-width: 90%;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.slider-arrow.left {
  left: 20px;
}

.slider-arrow.right {
  right: 20px;
}

/* Responsive Heights */
@media (max-width: 1024px) {
  .fade-slider {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .fade-slider {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .fade-slider {
    height: 180px;
  }

  .slider-arrow {
    font-size: 24px;
    padding: 6px 10px;
  }
}
/* Slider Styles End */




.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: #AE0030;
}

.div-block {
  background-color: #AE0030;
  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: #AE0030;
  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: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.form-block-2 {
  background-color: #AE0030;
  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: #AE0030;
  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: #AE0030;
  border-radius: 24px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.form-block-3 {
  color: #fff;
  background-color: #AE0030;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 518px;
  height: 453px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: -3px 10px 11px #00000042;
}

.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: 300px;
  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: #AE0030;
  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;
}


.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: -152px;
  padding: 20px 20px 20px 40px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
}

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

.text-block-3 {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.button-2 {
  color: #AE0030;
  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: #AE0030;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-top: -161px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: 131px;
}

.section-2 {
  background-color: #cfc57e;
  background-image: url('/housing/images/confetti.png');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 168px;
  padding: 35px 10px;
  display: flex;
  position: static;
  bottom: -156px;
}





.text-block-4 {
  color: #AE0030;
  text-align: justify;
  letter-spacing: 0;
  column-count: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.heading-10 {
  color: #AE0030;
  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('/housing/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: 150px;
  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: #AE0030;
  background-color: #e0d79c;
  border-radius: 2px;
}

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

.dr:hover {
  color: #AE0030;
  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: center;
  display: flex;
}

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

.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('/housing/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: #AE003000;
  border: 1.5px solid #AE0030;
  border-radius: 5px;
  margin-top: 20px;
}

.smallbutton:hover {
  color: #AE0030;
  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('/housing/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: #AE0030;
  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: 100px;
  height: auto;
  padding-top: 8px;
  flex-shrink: 0;
  min-width: 80px;
}



@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;
  }

  .text-block-4 {
    text-align: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    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: #AE0030;
  }

  .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 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .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('/housing/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: 100%;
    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: 20px;
    padding-right: 20px;
  }

  .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: 100%;
  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(auto-fit, minmax(320px, 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);
}


/* Events  Section */

.events-section {
  position: relative;
  background-image: url('/housing/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: #AE0030;
  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: #AE0030;
  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: #AE0030;
  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: #AE0030;
  margin-bottom: 16px;
}

.text-col {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #AE0030;
  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: justify;
  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 {
  background-color: #f9fafb;
  padding: 60px 20px;
}

.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;
}

.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: #AE0030;
  color: white;
  border: 1px solid #AE0030;
  min-width: 200px; /* 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: #AE0030;
  border: 1.5px solid #d3c678;
  min-width: 200px; /* Ensures same width */
  text-align: center;
  justify-content: center;        /* Horizontal centering */
  align-items: center;            /* Vertical centering */
}

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


.button-row {
  display: flex;
  gap: 16px;
  justify-content: left;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .visit-campus-container {
    flex-direction: column;
    text-align: center;
  }

  .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 {
  background: transparent;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


.youtube-embed iframe {
  background: transparent;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Campus Tour Video Section END */


/* Apply Now Button */
.apply-now {
  background-color: #cfc57e;
  border-radius: 0px;
  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: #AE0030;
  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;
  z-index: 1;
}

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

/* Seperator Image END */

/* Housing Section */

.residence-highlight {
  background-color: #fff;
  padding: 20px 20px;
  text-align: center;
}

.residence-highlight .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.residence-highlight h2 {
  font-family: oswald, sans-serif;
  font-weight:normal;
  font-size: 2rem;
  color: #AE0030;
  margin-bottom: 20px;
}
AE0030
.residence-highlight p {
  font-size: 1.1rem;
  color: #333;
  margin: 10px auto;
  max-width: 1200px;
  line-height: 1.6;
  text-align: left; /* Aligns text to the left */
}

.button-row {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button-row a {
  width: 240px; /* ✅ Set to desired uniform width */
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}


.btn-primary,
.btn-secondary {
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 160px; /* ✅ sets consistent width */
  text-align: center;
  display: inline-block;
}

.btn-primary {
  background-color: #cfc57e;
  color: #AE0030;
}

.btn-primary:hover {
  background-color: #d6cd8a;
}

.btn-secondary {
  background-color: #f2f2f2;
  color: #AE0030;
  border: 1px solid #ccc;
}

.btn-secondary:hover {
  background-color: #e4e4e4;
}

.residence-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.residence-card {
  flex: 1 1 45%; /* ✅ side by side on desktop, flexible */
  max-width: 560px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  overflow: hidden;
  text-align: left;
}

.residence-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.residence-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 20px;
}

.card-body h3 {
  margin: 0 0 10px;
  color: #9f1c34;
  font-size: 1.25rem;
}

.card-body p {
  margin: 0;
  color: #555;
  font-size: 1rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .residence-cards {
    flex-direction: column;
    align-items: center;
  }

  .residence-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* Housing Section END */

/* Housing Information Section */
.residence-info-section {
  background-color: #eeeded;
  padding: 20px 20px;
  font-family: 'Inter', sans-serif;
}

.info-container {
  max-width: 1200px;
  margin: 0 auto;
  color: #1a1b1f;
  padding: 20px;
}

.info-heading {
  font-size: 2rem;
  color: #AE0030;
  margin-bottom: 40px;
  text-align: left;
}

/* Collapsible Info Items */
.info-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.info-item summary {
  font-size: 1.2rem;
  font-weight: 600;
  color: #AE0030;
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
}

.info-item[open] {
  background-color: #fff8f3;
}

.info-item summary::marker {
  display: none; /* Hide default arrow (Chrome/Firefox) */
}

.info-item p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

/* Static Contact Section */
.info-contact {
  margin-top: 40px;
}

.info-contact h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.info-contact a {
  color: #AE0030;
  text-decoration: none;
}

.info-contact a:hover {
  text-decoration: underline;
}

/* Hero Styles */
.hero-banner {
  width: 100%;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  display: block;
}



.accordion {
  border-top: 1px solid #ddd;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #AE0030;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.accordion-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg); /* turns + into × */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  padding: 0;
}

.accordion-content.open {
  padding-top: 10px;
}


/* New Dorm Section */
.mens-dorms-wrapper {
  padding: 20px 20px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.dorm-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.dorm-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  background: #f9f9f9;
  padding: 24px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Carousel */
.dorm-carousel {
  flex: 1 1 45%;
  position: relative;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.carousel-slide {
  display: none;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #AE0030;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* Info */
.dorm-info {
  flex: 1 1 50%;
}

.dorm-info h3 {
  margin-top: 0;
  color: #AE0030;
  font-size: 1.5rem;
}

.dorm-info ul {
  padding-left: 20px;
  list-style: disc;
  margin: 0;
}

.dorm-info ul li {
  margin-bottom: 10px; /* space between list items */
  line-height: 1.6;     /* increase line height for better readability */
}


/* Responsive: Stack image over text on small screens */
@media (max-width: 768px) {
  .dorm-card {
    flex-direction: column;
  }

  .dorm-carousel,
  .dorm-info {
    flex: 1 1 100%;
  }
}


/* Dorm Section END */


/* Studen Life Section */
/* Dean of Student Life Section */

.dean-highlight {
  background-color: #fff;
  padding: 60px 20px;
}

.dean-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.dean-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  flex-direction: row-reverse; /* ✅ Ensures image is on the right */
}

.dean-image {
  flex: 0 0 auto;
  max-width: 280px; /* Controls max image width */
  width: 100%;
}


.dean-image img {
  width: 100%;
  max-width: 280px;
  border-radius: 0px;
  display: block;
}
.dean-text {
  flex: 1 1 60%;
}

.dean-text h3 {
  color: #AE0030;
  margin-top: 0;
  font-weight: 600;
}

.dean-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}


/* Studen Life Section END */