@charset "UTF-8";
/*
Theme Name: Uptown CPT
Text Domain: uptown-cpt
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Updated Uptown theme using Custom Post Types for Unit Availability integration
Version: 1.0.0
License: Proprietary, non-distributed
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 200;
  line-height: 1.25;
  margin-top: 0;
}

h1 {
  font-size: 2.625rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.25rem;
  font-weight: 200;
}

a {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 200;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

form {
  max-width: 1620px;
  margin: 0 auto;
}

.site-map-page {
  max-width: 1620px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.site-map-page h1 {
  color: #002f65;
  text-transform: uppercase;
}

.site-map-menu {
  columns: 3;
  column-gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-map-menu > li {
  break-inside: avoid;
  margin-bottom: 2rem;
}
.site-map-menu > li > a {
  color: #002f65;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
}
.site-map-menu .sub-menu {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.site-map-menu .sub-menu li {
  margin-bottom: 0.25rem;
}
.site-map-menu a:hover,
.site-map-menu a:focus {
  color: #3a6ea5;
}
@media screen and (max-width: 767px) {
  .site-map-menu {
    columns: 1;
  }
}

.no-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-narrow {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.site-header {
  position: relative;
  z-index: 1000;
  background-color: #002f65;
}

.nav-banner-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .nav-banner-bar {
    flex-wrap: nowrap;
    padding: 1.5rem 2rem;
  }
}

.nav-banner-bar.internal-banner {
  background-color: #ffffff;
}
.nav-banner-bar.internal-banner .top-menu-area a {
  color: #002f65;
}
.nav-banner-bar.internal-banner .top-menu-area a:hover {
  color: #1a4a7a;
}
.nav-banner-bar.internal-banner .primary-menu-area .menu-item a {
  color: #002f65;
}
.nav-banner-bar.internal-banner .primary-menu-area .menu-item a:hover {
  color: #1a4a7a;
}
.nav-banner-bar.internal-banner .main-menu-primary > .current-menu-item > a {
  border-bottom-color: #002f65;
}

.logo-area {
  flex: 0 0 auto;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .logo-area {
    max-width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .logo-area {
    max-width: 320px;
  }
}
.logo-area .logo {
  display: block;
  text-decoration: none;
}
.logo-area .logo--image img {
  display: block;
  width: auto;
  max-height: 60px;
}
@media screen and (min-width: 1024px) {
  .logo-area .logo--image img {
    max-height: 80px;
  }
}
.logo-area .logo--text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.top-menu-containers {
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.top-menu-containers.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #002f65;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .top-menu-containers {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    position: static;
    background: none;
    padding: 0;
    box-shadow: none;
  }
}

.internal-banner .top-menu-containers.is-open {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.top-menu-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  .top-menu-area {
    justify-content: flex-end;
    gap: 1rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.top-menu-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .top-menu-area a {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
  }
}
.top-menu-area a:hover {
  color: #3a6ea5;
  transform: scale(1.1);
}
.top-menu-area a .fa,
.top-menu-area a .fas {
  line-height: 1;
}
.top-menu-area .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.internal-banner .top-menu-area {
  border-bottom-color: #e5e5e5;
}
.internal-banner .top-menu-area a {
  color: #002f65;
}
.internal-banner .top-menu-area a:hover {
  color: #1a4a7a;
}

.primary-menu-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .primary-menu-area {
    width: auto;
  }
}

.main-menu-primary {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main-menu-primary {
    flex-direction: row;
    gap: 1rem;
  }
}
.main-menu-primary .menu-item {
  position: relative;
}
.main-menu-primary .menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 1024px) {
  .main-menu-primary .menu-item a {
    padding: 0.5rem 0;
  }
}
.main-menu-primary .menu-item a:hover {
  color: #3a6ea5;
}
.main-menu-primary > .current-menu-item > a,
.main-menu-primary > .current-menu-parent > a {
  border-bottom-color: #ffffff;
}
.main-menu-primary .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .main-menu-primary .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 0.5rem 0;
    background: #002f65;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
}
.main-menu-primary .sub-menu .menu-item a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-transform: none;
  border-bottom: none;
}
.main-menu-primary .sub-menu .menu-item a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1024px) {
  .main-menu-primary .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.internal-banner .main-menu-primary .menu-item a {
  color: #002f65;
}
.internal-banner .main-menu-primary .menu-item a:hover {
  color: #1a4a7a;
}
.internal-banner .main-menu-primary > .current-menu-item > a,
.internal-banner .main-menu-primary > .current-menu-parent > a {
  border-bottom-color: #002f65;
}
@media screen and (min-width: 1024px) {
  .internal-banner .main-menu-primary .sub-menu {
    background: #ffffff;
    border: 1px solid #e5e5e5;
  }
}
.internal-banner .main-menu-primary .sub-menu .menu-item a {
  color: #002f65;
}
.internal-banner .main-menu-primary .sub-menu .menu-item a:hover {
  background: #f5f5f5;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: all 0.3s ease;
}
.menu-toggle.is-active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.internal-banner .menu-toggle .hamburger-line {
  background-color: #002f65;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 3000;
  padding: 1rem;
  background: #002f65;
  color: #ffffff;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-link:focus {
  top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  position: relative;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  z-index: 1000;
}

.bottom-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1620px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .bottom-footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.footer-item-container {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .footer-item-container:last-child {
    text-align: right;
  }
}
.footer-item-container p {
  font-size: 0.875rem;
  color: #545454;
  margin: 0 0 0.25rem;
  line-height: 1.5;
}
.footer-item-container a {
  font-size: 0.875rem;
  color: #545454;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-item-container a:hover {
  color: #002f65;
}

.location-area {
  margin-bottom: 1rem;
}

.contact-area {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-area a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.contact-area a i {
  width: 16px;
  color: #002f65;
}

.office-hours {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 0.5rem;
}

.social-area {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .social-area {
    justify-content: flex-end;
  }
}
.social-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #002f65;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  transition: background-color 0.15s ease;
}
.social-area a:hover {
  background-color: #1a4a7a;
  color: #ffffff;
}

.affiliate-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .affiliate-area {
    justify-content: flex-end;
  }
}

.affiliate-area .partner-logo {
  display: inline-block;
  transition: opacity 0.15s ease;
}
.affiliate-area .partner-logo:hover {
  opacity: 0.7;
}

.affiliate-area .partner-logo img {
  max-height: 50px;
  width: auto;
  height: auto;
}

.copyright-area {
  margin-bottom: 0.5rem;
}
.copyright-area p {
  font-size: 0.875rem;
  color: #999999;
  margin: 0;
}

.main-menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .main-menu-footer {
    justify-content: flex-end;
  }
}
.main-menu-footer li {
  margin: 0;
}
.main-menu-footer a {
  font-size: 0.875rem;
  color: #545454;
  text-decoration: none;
  transition: color 0.15s ease;
}
.main-menu-footer a:hover {
  color: #002f65;
}

@media screen and (min-width: 1280px) {
  .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}
.has-branding-color {
  color: #3a6ea5;
}

.has-branding-background-color {
  background-color: #3a6ea5;
}

.has-primary-color {
  color: #002f65;
}

.has-primary-background-color {
  background-color: #002f65;
}

.uptown-accordion {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.uptown-accordion .accordion__heading {
  color: #002f65;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.uptown-accordion .accordion__list {
  border-top: 2px solid #002f65;
}
.uptown-accordion .accordion__item {
  border-bottom: 1px solid #e5e5e5;
}
.uptown-accordion .accordion__item-header {
  margin: 0;
}
.uptown-accordion .accordion__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #002f65;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  transition: background-color 0.15s ease;
}
.uptown-accordion .accordion__trigger:hover {
  background-color: #f5f5f5;
}
.uptown-accordion .accordion__trigger:focus-visible {
  outline: 2px solid #3a6ea5;
  outline-offset: -2px;
}
.uptown-accordion .accordion__trigger[aria-expanded=true] .accordion__icon-vertical {
  transform: rotate(90deg);
  opacity: 0;
}
.uptown-accordion .accordion__trigger[aria-expanded=true] .accordion__icon-horizontal {
  transform: rotate(90deg);
}
.uptown-accordion .accordion__title {
  flex: 1;
  padding-right: 1rem;
}
.uptown-accordion .accordion__icon {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}
.uptown-accordion .accordion__icon-horizontal,
.uptown-accordion .accordion__icon-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #002f65;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.uptown-accordion .accordion__icon-horizontal {
  width: 14px;
  height: 3px;
  margin-left: -7px;
  margin-top: -1.5px;
}
.uptown-accordion .accordion__icon-vertical {
  width: 3px;
  height: 14px;
  margin-left: -1.5px;
  margin-top: -7px;
}
.uptown-accordion .accordion__panel {
  overflow: hidden;
}
.uptown-accordion .accordion__panel[hidden] {
  display: none;
}
.uptown-accordion .accordion__content {
  padding: 0 0.5rem 2rem;
  color: #545454;
  line-height: 1.5;
}
.uptown-accordion .accordion__content > *:last-child {
  margin-bottom: 0;
}
.uptown-accordion .accordion__placeholder {
  padding: 3rem;
  text-align: center;
  color: #999999;
  font-style: italic;
  border: 2px dashed #e5e5e5;
  border-radius: 8px;
}

.uptown-anchor-name {
  display: block;
  height: 0;
  overflow: hidden;
}

.uptown-at-a-glance {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .uptown-at-a-glance {
    flex-direction: row;
    align-items: stretch;
  }
}
.uptown-at-a-glance .card-glance-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .uptown-at-a-glance .card-glance-header {
    text-align: left;
    padding-left: 3rem;
    flex: 1 1 auto;
  }
}
.uptown-at-a-glance .card-glance-header h1,
.uptown-at-a-glance .card-glance-header h2 {
  margin: 0;
  color: #ffffff;
  text-shadow: 3px 3px 15px #000000;
}
.uptown-at-a-glance .card-glance-header .title {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .uptown-at-a-glance .card-glance-header .title {
    width: 72%;
  }
}
.uptown-at-a-glance .card-glance-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  background-color: #002f65;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .uptown-at-a-glance .card-glance-container {
    max-width: 714px;
    flex: 0 0 auto;
    margin-left: -8em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-at-a-glance .card-glance-container {
    margin-left: -12em;
  }
}
.uptown-at-a-glance .card-glance-item {
  text-align: center;
  margin: 0;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .uptown-at-a-glance .card-glance-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .uptown-at-a-glance .card-glance-item {
    width: 28%;
    margin: 2rem 1rem;
    padding: 0;
  }
}
.uptown-at-a-glance .card-glance-item h2 {
  margin-bottom: 0;
  color: #ffffff;
}
.uptown-at-a-glance .card-glance-item h3 {
  font-weight: 200;
  margin-top: 0;
  color: #ffffff;
}

.uptown-banner-links {
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  z-index: 500;
}
.uptown-banner-links.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.uptown-banner-links .banner-links-title {
  font-size: 4rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 200;
  color: #002f65;
}
@media screen and (max-width: 1023px) {
  .uptown-banner-links .banner-links-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .uptown-banner-links .banner-links-title {
    font-size: 1rem;
  }
}
.uptown-banner-links .button-banner {
  display: flex;
  justify-content: center;
  background-color: #002f65;
}
@media screen and (max-width: 1023px) {
  .uptown-banner-links .button-banner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 499px) {
  .uptown-banner-links .button-banner {
    flex-direction: column;
  }
  .uptown-banner-links .button-banner .button-banner-container,
  .uptown-banner-links .button-banner .btn {
    width: 100%;
  }
}
.uptown-banner-links .button-banner-container {
  margin: 0.5rem 2rem;
  min-width: 195px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .uptown-banner-links .button-banner-container {
    margin: 0.25rem 2rem;
    text-transform: uppercase;
  }
}
.uptown-banner-links .btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.uptown-banner-links .btn:hover {
  opacity: 0.8;
}

.uptown-button-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uptown-button-banner .button-banner-container {
  margin: 0.5rem 1rem;
  min-width: 195px;
  text-align: center;
}
.uptown-button-banner .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-button-banner .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-button-banner .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-button-banner .btn:hover, .uptown-button-banner .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .uptown-button-banner {
    flex-direction: row;
    justify-content: center;
  }
  .uptown-button-banner .button-banner-container {
    margin: 2rem;
  }
}

.uptown-card-circle {
  position: relative;
  margin-bottom: 4rem;
  padding: 2rem 0;
}
.uptown-card-circle::before, .uptown-card-circle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #002f65;
  z-index: 0;
}
.uptown-card-circle::before {
  top: 0;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .uptown-card-circle::before {
    height: 120px;
  }
}
.uptown-card-circle::after {
  bottom: 0;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .uptown-card-circle::after {
    height: 270px;
  }
}
.uptown-card-circle .card-circle-section-title {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .uptown-card-circle .card-circle-section-title {
    width: 50%;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-card-circle .card-circle-section-title {
    font-size: 4rem;
  }
}
.uptown-card-circle .card-circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1620px;
  margin: 0 auto;
}
.uptown-card-circle .card-circle-item {
  width: 95%;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .uptown-card-circle .card-circle-item {
    width: 300px;
    margin: 1rem 2rem;
  }
}
.uptown-card-circle .card-circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  overflow: hidden;
}
.uptown-card-circle .card-circle-top img.object-fit {
  width: 225px;
  height: 225px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.uptown-card-circle .card-circle-top:hover img.object-fit {
  filter: grayscale(0%);
}
.uptown-card-circle .card-circle-bottom {
  margin-top: 3rem;
  padding: 1rem;
  text-align: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .uptown-card-circle .card-circle-bottom {
    margin-top: 0;
  }
}
.uptown-card-circle .card-circle-bottom p {
  margin: 0;
}
.uptown-card-circle .card-circle-title {
  font-weight: 700;
  text-transform: uppercase;
}

.uptown-circle-image-accordion {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.uptown-circle-image-accordion .accordion-item {
  display: block;
  margin: 2rem 0;
}
.uptown-circle-image-accordion .accordion-item:first-child {
  margin-top: 0;
}
.uptown-circle-image-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.uptown-circle-image-accordion .accordion-toggle {
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #002f65;
  position: relative;
  z-index: 1;
}
.uptown-circle-image-accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.3s ease;
}
.uptown-circle-image-accordion .accordion-title:hover {
  opacity: 0.8;
}
.uptown-circle-image-accordion .accordion-heading {
  margin: 1rem;
  text-decoration: none;
  color: #002f65;
  font-weight: 700;
}
.uptown-circle-image-accordion .circle-plus {
  height: 4em;
  width: 4em;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.uptown-circle-image-accordion .circle-plus .circle {
  position: relative;
  width: 1.55em;
  height: 1.5em;
  border-radius: 50%;
}
.uptown-circle-image-accordion .circle-plus .horizontal,
.uptown-circle-image-accordion .circle-plus .vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  background-color: #002f65;
}
.uptown-circle-image-accordion .circle-plus .horizontal {
  width: 13px;
  height: 3px;
  margin-left: -6.5px;
  margin-top: -1.5px;
}
.uptown-circle-image-accordion .circle-plus .vertical {
  width: 3px;
  height: 13px;
  margin-left: -1.5px;
  margin-top: -6.5px;
}
.uptown-circle-image-accordion .circle-plus.closed .horizontal {
  transition: all 0.5s ease ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.uptown-circle-image-accordion .circle-plus.closed .vertical {
  transition: all 0.5s ease ease-in-out;
  transform: rotate(-90deg);
}
.uptown-circle-image-accordion .circle-plus.opened {
  opacity: 1;
}
.uptown-circle-image-accordion .circle-plus.opened .horizontal {
  transition: all 0.5s ease ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.uptown-circle-image-accordion .circle-plus.opened .vertical {
  transition: all 0.5s ease ease-in-out;
  transform: rotate(90deg);
}
.uptown-circle-image-accordion .accordion-content {
  display: none;
  padding: 2rem;
  background-color: #ffffff;
  position: relative;
}
.uptown-circle-image-accordion .accordion-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uptown-circle-image-accordion .accordion-content-container .circle-item-wrap {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .uptown-circle-image-accordion .accordion-content-container .circle-item-wrap {
    flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-circle-image-accordion .accordion-content-container .circle-item-wrap {
    flex-basis: 25%;
  }
}
.uptown-circle-image-accordion .circle-item-wrap {
  position: relative;
  text-align: center;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uptown-circle-image-accordion .circle-item-wrap .circle-img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
  align-self: center;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.uptown-circle-image-accordion .circle-item-wrap .circle-img.position-top {
  object-position: top;
}
.uptown-circle-image-accordion .circle-item-wrap .circle-img.position-bottom {
  object-position: bottom;
}
.uptown-circle-image-accordion .circle-item-wrap .circle-img.position-center {
  object-position: center;
}
.uptown-circle-image-accordion .circle-item-wrap:hover .circle-img {
  filter: grayscale(0%);
}
.uptown-circle-image-accordion .circle-item-wrap .circle-content {
  padding: 2rem 0.5rem;
  margin: 1rem 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background-color: #ffffff;
  position: relative;
  flex: 1 1 auto;
}
.uptown-circle-image-accordion .circle-item-wrap .circle-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ffffff;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .uptown-circle-image-accordion .circle-item-wrap .circle-content {
    display: none;
    position: absolute;
    top: 183px;
    z-index: 100;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-circle-image-accordion .circle-item-wrap:hover .circle-content {
    display: block;
  }
}
.uptown-circle-image-accordion .circle-item-wrap h4 {
  margin: 0;
  font-weight: 700;
  width: 100%;
  padding: 0.25rem;
  font-size: 1.15em;
  color: #002f65;
}
.uptown-circle-image-accordion .circle-item-wrap .sub-head {
  color: #002f65;
  margin: 0;
}

.uptown-color-block-header {
  background-color: #002f65;
  margin-top: 4rem;
  padding: 0.5rem;
}
.uptown-color-block-header .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  margin-left: 0.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .uptown-color-block-header .title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-color-block-header .title {
    font-size: 4rem;
  }
}
.uptown-color-block-header a.color-block-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-color-block-header a.color-block-btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-color-block-header a.color-block-btn {
  background-color: #ffffff;
  color: #002f65;
  border-color: #002f65;
}
.uptown-color-block-header a.color-block-btn:hover, .uptown-color-block-header a.color-block-btn:focus {
  background-color: #f5f5f5;
  color: #002f65;
}
.uptown-color-block-header a.color-block-btn {
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  border-color: #ffffff;
}
.uptown-color-block-header a.color-block-btn:hover {
  background-color: #ffffff;
  color: #002f65;
}

.uptown-contact-us .card-overlay-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 1rem 3rem;
  margin: 0 2rem;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .uptown-contact-us .card-overlay-wrap {
    margin: 0;
    padding: 1rem;
  }
}
.uptown-contact-us .card-overlay-link {
  flex-basis: calc((100% - 2em) / 5);
  margin: 0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  color: rgba(255, 255, 255, 0.93);
  text-decoration: none;
  margin-top: -10em;
  font-weight: 200;
}
@media screen and (max-width: 1023px) {
  .uptown-contact-us .card-overlay-link {
    flex-basis: calc((100% - 2em) / 3);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .uptown-contact-us .card-overlay-link {
    flex-basis: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 499px) {
  .uptown-contact-us .card-overlay-link {
    flex-basis: 100%;
    height: 350px;
    overflow: hidden;
  }
}
.uptown-contact-us .card-img {
  width: 350px;
  max-width: 100%;
  height: 257px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
.uptown-contact-us .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uptown-contact-us .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.8);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.uptown-contact-us .card-overlay-link:hover .card-overlay {
  background-color: rgba(128, 128, 128, 0.95);
}
.uptown-contact-us .card-overlay-text {
  font-size: 1.25rem;
  position: absolute;
  z-index: 2;
  margin: 60px 10px;
  text-shadow: 2px 2px 12px #000000;
  font-weight: 200;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .uptown-contact-us .card-overlay-text {
    margin: 41px 10px;
  }
}
.uptown-contact-us .card-overlay-link:hover .card-overlay-text {
  text-shadow: none;
  font-weight: 500;
}
.uptown-contact-us .contact-summary-text {
  max-width: 1620px;
  margin: 0 auto;
  color: #6E7581;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .uptown-contact-us .contact-summary-text {
    font-size: 1.5rem;
    padding: 0 2rem;
  }
}
.uptown-contact-us .contact-buttons-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .uptown-contact-us .contact-buttons-container {
    flex-wrap: wrap;
  }
}
.uptown-contact-us .contact-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.25rem;
  margin-top: 3rem;
  border: 1px solid #002f65;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-decoration: none;
  color: #002f65;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.uptown-contact-us .contact-btn:hover {
  box-shadow: 0 1px 5px 5px rgba(75, 63, 63, 0.3);
  background-color: #545454;
  color: #ffffff;
}

.uptown-fixed-header #fixed-title {
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .uptown-fixed-header #fixed-title {
    position: fixed;
    top: 1.5rem;
  }
}
.uptown-fixed-header #fixed-moved-title {
  background: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -1px;
  width: 100%;
  z-index: 1000;
}
.uptown-fixed-header #fixed-moved-title h1 {
  margin-bottom: 0;
}
.uptown-fixed-header .fixed-title-bar {
  position: fixed;
  margin-top: 0;
}
.uptown-fixed-header .title {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-fixed-header .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-fixed-header .title {
    font-size: 2.625rem;
  }
}
.uptown-fixed-header .button-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #002f65;
}
@media screen and (min-width: 768px) {
  .uptown-fixed-header .button-banner {
    flex-direction: row;
    justify-content: center;
  }
}
.uptown-fixed-header .button-banner .button-banner-container {
  margin: 0;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .uptown-fixed-header .button-banner .button-banner-container {
    width: auto;
  }
}
.uptown-fixed-header .button-banner .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-fixed-header .button-banner .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-fixed-header .button-banner .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-fixed-header .button-banner .btn:hover, .uptown-fixed-header .button-banner .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.uptown-fixed-header .button-banner .btn {
  padding: 1rem;
  width: 100%;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  .uptown-fixed-header .button-banner .btn {
    width: auto;
  }
}

.uptown-full-width-slider {
  width: 100%;
  padding: 4rem 1rem;
  text-align: center;
}
.uptown-full-width-slider .content-container {
  max-width: 1320px;
  margin: 0 auto;
}
.uptown-full-width-slider .video-block {
  margin-bottom: 2rem;
}
.uptown-full-width-slider .video-block .rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.uptown-full-width-slider .video-block .rmwb_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uptown-full-width-slider .title {
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #002f65;
}
@media screen and (min-width: 768px) {
  .uptown-full-width-slider .title {
    font-size: 2.625rem;
  }
}
.uptown-full-width-slider p {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 1.5rem;
}
.uptown-full-width-slider .button-container {
  margin-top: 2rem;
}
.uptown-full-width-slider .button-container .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-full-width-slider .button-container .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-full-width-slider .button-container .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-full-width-slider .button-container .btn:hover, .uptown-full-width-slider .button-container .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.uptown-full-width-slider .button-container .btn {
  font-size: 1.25rem;
}
.uptown-full-width-slider .button-container .btn i {
  margin-left: 0.5rem;
}

.uptown-image-carousel {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-image-carousel {
    padding: 4rem 3rem;
  }
}
.uptown-image-carousel .image-carousel__track {
  width: 100%;
}
.uptown-image-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.uptown-image-carousel .owl-item {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
  transform: scale(0.82);
  opacity: 0.45;
  filter: saturate(0.3);
}
@media screen and (max-width: 767px) {
  .uptown-image-carousel .owl-item {
    transform: scale(0.88);
    opacity: 0.55;
  }
}
.uptown-image-carousel .owl-item.center {
  transform: scale(1);
  opacity: 1;
  filter: saturate(1);
  z-index: 2;
}
.uptown-image-carousel .owl-item.center .image-carousel__slide::after {
  opacity: 0;
}
.uptown-image-carousel .owl-item.center .image-carousel__slide img {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.uptown-image-carousel .image-carousel__slide {
  position: relative;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel .image-carousel__slide {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-image-carousel .image-carousel__slide {
    padding: 1.5rem;
  }
}
.uptown-image-carousel .image-carousel__slide::after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  transition: opacity 0.6s ease;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel .image-carousel__slide::after {
    inset: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-image-carousel .image-carousel__slide::after {
    inset: 1.5rem;
  }
}
.uptown-image-carousel .image-carousel__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  transition: box-shadow 0.6s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.uptown-image-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
}
.uptown-image-carousel .owl-nav .owl-prev,
.uptown-image-carousel .owl-nav .owl-next {
  position: absolute;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  color: #002f65;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}
.uptown-image-carousel .owl-nav .owl-prev:hover,
.uptown-image-carousel .owl-nav .owl-next:hover {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.08);
}
@media screen and (min-width: 1024px) {
  .uptown-image-carousel .owl-nav .owl-prev,
  .uptown-image-carousel .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }
}
.uptown-image-carousel .owl-nav .owl-prev span,
.uptown-image-carousel .owl-nav .owl-next span {
  display: none;
}
.uptown-image-carousel .owl-nav .owl-prev {
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel .owl-nav .owl-prev {
    left: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-image-carousel .owl-nav .owl-prev {
    left: 3rem;
  }
}
.uptown-image-carousel .owl-nav .owl-next {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel .owl-nav .owl-next {
    right: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-image-carousel .owl-nav .owl-next {
    right: 3rem;
  }
}
.uptown-image-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .uptown-image-carousel .owl-dots {
    margin-top: 3rem;
  }
}
.uptown-image-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e5e5;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.uptown-image-carousel .owl-dots .owl-dot:hover {
  background-color: #999999;
}
.uptown-image-carousel .owl-dots .owl-dot.active {
  width: 28px;
  border-radius: 4px;
  background-color: #002f65;
}

.uptown-image-slider {
  position: relative;
}
.uptown-image-slider #image-cards {
  max-width: 1320px;
  height: 612px;
  overflow: hidden;
  margin: 4rem auto;
}
.uptown-image-slider #image-cards .owl-item img {
  width: auto;
  height: 612px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .uptown-image-slider #image-cards {
    margin: 2rem auto;
    height: 350px;
  }
  .uptown-image-slider #image-cards .owl-item img {
    height: 350px;
  }
}
.uptown-image-slider .gray-bar {
  position: absolute;
  height: 270px;
  width: 100%;
  margin-top: -6em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1679px) {
  .uptown-image-slider .gray-bar {
    margin-top: -3em;
    height: 300px;
  }
}
.uptown-image-slider #thumbnail-cards {
  max-width: 1420px;
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.uptown-image-slider #thumbnail-cards .owl-item {
  height: 192px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .uptown-image-slider #thumbnail-cards .owl-item {
    height: auto;
  }
}

.uptown-job-postings {
  width: 100%;
  max-width: 1620px;
  margin: 3rem auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .uptown-job-postings {
    width: 95%;
  }
}
.uptown-job-postings .job-postings-title {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #002f65;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .uptown-job-postings .job-postings-title {
    font-size: 2.625rem;
  }
}
.uptown-job-postings .job-postings-content {
  width: 100%;
  margin: 0 auto;
}
.uptown-job-postings .job-postings-content iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}

.uptown-overlapping-header {
  background-color: #002f65;
  padding: 3rem 0;
}
.uptown-overlapping-header .max-width-section {
  max-width: 1420px;
  margin: 0 auto;
}
.uptown-overlapping-header .overlapping-header-div {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .uptown-overlapping-header .overlapping-header-div {
    padding: 4rem 0;
  }
}
.uptown-overlapping-header .oh-title,
.uptown-overlapping-header .oh-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  margin: -0.6em auto;
  line-height: 1;
  font-size: 4rem;
}
@media screen and (min-width: 500px) {
  .uptown-overlapping-header .oh-title,
  .uptown-overlapping-header .oh-subtitle {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .uptown-overlapping-header .oh-title,
  .uptown-overlapping-header .oh-subtitle {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-overlapping-header .oh-title,
  .uptown-overlapping-header .oh-subtitle {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-overlapping-header .oh-title,
  .uptown-overlapping-header .oh-subtitle {
    font-size: 10rem;
  }
}
.uptown-overlapping-header .oh-title {
  opacity: 0.6;
}
.uptown-overlapping-header .oh-subtitle {
  opacity: 0.3;
}
.uptown-overlapping-header .card-oh-content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uptown-overlapping-header .card-block-item {
  width: 90%;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .uptown-overlapping-header .card-block-item {
    width: 30%;
  }
}
.uptown-overlapping-header .card-block-item .oh-block-header {
  text-transform: uppercase;
  font-weight: 200;
}
.uptown-overlapping-header .card-block-item p {
  font-size: 1.125rem;
  margin-top: 0;
}

.uptown-social-media-feed {
  width: 100%;
  max-width: 1620px;
  margin: 3rem auto;
  padding: 0 1rem;
  text-align: center;
}
.uptown-social-media-feed .social-feed-title {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #002f65;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .uptown-social-media-feed .social-feed-title {
    font-size: 2.625rem;
  }
}
.uptown-social-media-feed .social-feed-image {
  width: 100%;
  max-width: 1320px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.uptown-testimonial-slider {
  display: flex;
  align-items: center;
  max-width: 1620px;
  justify-content: center;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media screen and (max-width: 1023px) {
  .uptown-testimonial-slider {
    flex-direction: column;
  }
}
.uptown-testimonial-slider h2 {
  text-transform: uppercase;
  padding: 0 1rem;
  font-size: 2.625rem;
  font-weight: 200;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  .uptown-testimonial-slider h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.uptown-testimonial-slider .testimonial-slider {
  width: 70%;
  padding: 0 3.5rem;
}
@media screen and (max-width: 1023px) {
  .uptown-testimonial-slider .testimonial-slider {
    width: 90%;
    margin: 0 auto;
    padding: 0 3rem;
  }
}
.uptown-testimonial-slider .testimonial {
  margin: 0 1rem;
}
.uptown-testimonial-slider .testimonial p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
}
.uptown-testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.uptown-testimonial-slider .owl-nav .owl-prev,
.uptown-testimonial-slider .owl-nav .owl-next {
  position: absolute;
  pointer-events: auto;
  z-index: 100;
}
.uptown-testimonial-slider .owl-nav .owl-prev img,
.uptown-testimonial-slider .owl-nav .owl-next img {
  width: 48px;
  height: auto;
}
.uptown-testimonial-slider .owl-nav .owl-prev span,
.uptown-testimonial-slider .owl-nav .owl-next span {
  display: none;
}
.uptown-testimonial-slider .owl-nav .owl-prev {
  left: 0;
}
.uptown-testimonial-slider .owl-nav .owl-next {
  right: 0;
}
.uptown-testimonial-slider .owl-nav {
  left: 0;
  right: 0;
  width: auto;
  margin-top: 0;
}
.uptown-testimonial-slider .owl-nav .owl-prev,
.uptown-testimonial-slider .owl-nav .owl-next {
  top: 0;
  width: 2.5rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: translateY(-50%);
}
.uptown-testimonial-slider .owl-nav .owl-prev img,
.uptown-testimonial-slider .owl-nav .owl-next img {
  width: 2rem;
  height: auto;
  margin: 0 auto;
}
.uptown-testimonial-slider .owl-nav .owl-prev {
  left: 0;
}
.uptown-testimonial-slider .owl-nav .owl-next {
  right: 0;
}

.uptown-text-and-image-color-block {
  max-width: 1620px;
  margin: 0 auto;
}
.uptown-text-and-image-color-block .text-and-image {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 1023px) {
  .uptown-text-and-image-color-block .text-and-image {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
.uptown-text-and-image-color-block .column-text {
  width: 55%;
  padding: 0 3rem;
}
@media screen and (max-width: 1023px) {
  .uptown-text-and-image-color-block .column-text {
    width: 95%;
    padding: 0 1rem;
  }
}
.uptown-text-and-image-color-block .column-text h1 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2.625rem;
  color: #002f65;
}
@media screen and (min-width: 1024px) {
  .uptown-text-and-image-color-block .column-text h1 {
    font-size: 4rem;
  }
}
.uptown-text-and-image-color-block .column-text h2 {
  color: #3a6ea5;
}
.uptown-text-and-image-color-block .column-with-image {
  width: 30%;
  max-height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .uptown-text-and-image-color-block .column-with-image {
    width: 50%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .uptown-text-and-image-color-block .column-with-image {
    overflow: visible;
  }
}
.uptown-text-and-image-color-block .colblock-image-div {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: -3rem;
  margin-left: -3rem;
}
@media screen and (max-width: 1023px) {
  .uptown-text-and-image-color-block .colblock-image-div {
    margin: 0;
  }
}
.uptown-text-and-image-color-block .colblock-image {
  width: 100%;
  height: auto;
  display: block;
}
.uptown-text-and-image-color-block .button-banner-container {
  margin: 1.5rem 0;
}
.uptown-text-and-image-color-block .button-banner-container .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-text-and-image-color-block .button-banner-container .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-text-and-image-color-block .button-banner-container .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-text-and-image-color-block .button-banner-container .btn:hover, .uptown-text-and-image-color-block .button-banner-container .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}

.uptown-three-col-slider {
  margin: 2rem auto;
  width: 90%;
}
.uptown-three-col-slider .layout-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.uptown-three-col-slider .columns3 {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .uptown-three-col-slider .columns3 {
    flex-direction: row;
  }
}
.uptown-three-col-slider .col {
  display: flex;
  flex-direction: column;
  max-width: none;
  margin: 0.25rem;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.uptown-three-col-slider .image-column {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.uptown-three-col-slider .video-column iframe {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.uptown-three-col-slider .text-column {
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #002f65;
  color: #ffffff;
}
.uptown-three-col-slider .text-column h2 {
  font-weight: 200;
  text-transform: uppercase;
}
.uptown-three-col-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.uptown-three-col-slider .owl-nav .owl-prev,
.uptown-three-col-slider .owl-nav .owl-next {
  position: absolute;
  pointer-events: auto;
  z-index: 100;
}
.uptown-three-col-slider .owl-nav .owl-prev img,
.uptown-three-col-slider .owl-nav .owl-next img {
  width: 48px;
  height: auto;
}
.uptown-three-col-slider .owl-nav .owl-prev span,
.uptown-three-col-slider .owl-nav .owl-next span {
  display: none;
}
.uptown-three-col-slider .owl-nav .owl-prev {
  left: 0;
}
.uptown-three-col-slider .owl-nav .owl-next {
  right: 0;
}
.uptown-three-col-slider .owl-nav .owl-prev,
.uptown-three-col-slider .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 4rem;
  border: 0;
  background: transparent;
  color: #002f65;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}
.uptown-three-col-slider .owl-nav .owl-prev:hover, .uptown-three-col-slider .owl-nav .owl-prev:focus,
.uptown-three-col-slider .owl-nav .owl-next:hover,
.uptown-three-col-slider .owl-nav .owl-next:focus {
  color: #3a6ea5;
  transform: scale(1.12);
}
.uptown-three-col-slider .owl-nav .owl-prev:focus,
.uptown-three-col-slider .owl-nav .owl-next:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 0.25rem;
}
.uptown-three-col-slider .owl-nav .owl-prev span,
.uptown-three-col-slider .owl-nav .owl-next span {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
}
.uptown-three-col-slider .owl-nav .owl-prev {
  left: -1.5rem;
}
.uptown-three-col-slider .owl-nav .owl-next {
  right: -1.5rem;
}

.uptown-two-callouts {
  position: relative;
  margin-bottom: 3rem;
}
.uptown-two-callouts .card-circle-section-title {
  width: 90%;
  margin: 0 auto 1.5rem;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .card-circle-section-title {
    width: 50%;
    font-size: 2.625rem;
  }
}
.uptown-two-callouts .card-circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .card-circle-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.uptown-two-callouts .card-circle-item {
  width: 95%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .card-circle-item {
    width: 30%;
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .left-card,
  .uptown-two-callouts .right-card {
    align-self: flex-start;
    width: 25%;
  }
}
.uptown-two-callouts .left-card .card-circle-bottom,
.uptown-two-callouts .right-card .card-circle-bottom {
  background-color: #002f65;
  color: #ffffff;
  padding: 1.5rem;
}
.uptown-two-callouts .left-card .card-circle-bottom h3,
.uptown-two-callouts .left-card .card-circle-bottom p,
.uptown-two-callouts .right-card .card-circle-bottom h3,
.uptown-two-callouts .right-card .card-circle-bottom p {
  color: #ffffff;
}
.uptown-two-callouts .card-circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.uptown-two-callouts .card-circle-top img.object-fit {
  width: 225px;
  height: 225px;
  object-fit: cover;
  border-radius: 50%;
}
.uptown-two-callouts .left-card .card-circle-top {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .left-card .card-circle-top {
    align-self: flex-end;
    position: relative;
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-two-callouts .left-card .card-circle-top {
    top: -30px;
    right: -76px;
  }
}
.uptown-two-callouts .right-card .card-circle-top {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .uptown-two-callouts .right-card .card-circle-top {
    align-self: flex-start;
    position: relative;
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-two-callouts .right-card .card-circle-top {
    top: -30px;
    left: -76px;
  }
}
.uptown-two-callouts .card-circle-bottom {
  margin-top: 0;
  padding: 1rem;
  text-align: center;
  flex: 1 1 auto;
}
.uptown-two-callouts .card-circle-title {
  font-weight: 200;
  text-transform: capitalize;
  margin-top: 0;
}
.uptown-two-callouts .middle-card .card-circle-title {
  color: #002f65;
  font-size: 2rem;
}
.uptown-two-callouts .button-container {
  text-align: center;
  margin-top: 2rem;
}
.uptown-two-callouts .button-container .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-two-callouts .button-container .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-two-callouts .button-container .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-two-callouts .button-container .btn:hover, .uptown-two-callouts .button-container .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.uptown-two-callouts .button-container .btn {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.uptown-two-column-content {
  max-width: 1620px;
  margin: 0 auto;
}
.uptown-two-column-content .text-and-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 4rem 1rem;
}
@media screen and (max-width: 1023px) {
  .uptown-two-column-content .text-and-image {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
}
.uptown-two-column-content .column-text {
  flex: 1 1 50%;
  max-width: 600px;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1023px) {
  .uptown-two-column-content .column-text {
    flex-basis: 100%;
    max-width: none;
    padding: 0 1rem;
  }
}
.uptown-two-column-content .column-text h1,
.uptown-two-column-content .column-text h2,
.uptown-two-column-content .column-text h3 {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.uptown-two-column-content .column-text h1 {
  font-size: 2.625rem;
  color: #002f65;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .uptown-two-column-content .column-text h1 {
    font-size: 2rem;
  }
}
.uptown-two-column-content .column-text h2 {
  font-size: 1.5rem;
  color: #3a6ea5;
  margin-bottom: 1rem;
}
.uptown-two-column-content .column-text h3 {
  font-size: 1.25rem;
  color: #545454;
  margin-bottom: 1rem;
}
.uptown-two-column-content .column-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1rem;
}
.uptown-two-column-content .column-text ul,
.uptown-two-column-content .column-text ol {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.uptown-two-column-content .column-with-image {
  flex: 1 1 45%;
  max-width: 550px;
}
@media screen and (max-width: 1023px) {
  .uptown-two-column-content .column-with-image {
    flex-basis: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 499px) {
  .uptown-two-column-content .column-with-image {
    max-width: 100%;
  }
}
.uptown-two-column-content .column-with-image img {
  width: 100%;
  height: auto;
  display: block;
}
.uptown-two-column-content > .text-and-image > h1,
.uptown-two-column-content > .text-and-image > h2 {
  flex: 1 1 40%;
  max-width: 450px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .uptown-two-column-content > .text-and-image > h1,
  .uptown-two-column-content > .text-and-image > h2 {
    flex-basis: 100%;
    max-width: none;
  }
}
.uptown-two-column-content > .text-and-image > h1 {
  font-size: 2.625rem;
  color: #002f65;
}
@media screen and (max-width: 767px) {
  .uptown-two-column-content > .text-and-image > h1 {
    font-size: 2rem;
  }
}
.uptown-two-column-content > .text-and-image > h2 {
  font-size: 1.5rem;
  color: #3a6ea5;
}
.uptown-two-column-content .button-banner-container {
  margin-top: 2rem;
  text-align: center;
}
.uptown-two-column-content .button-banner-container .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-two-column-content .button-banner-container .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-two-column-content .button-banner-container .btn {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.uptown-two-column-content .button-banner-container .btn:hover, .uptown-two-column-content .button-banner-container .btn:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}

.uptown-video-header {
  position: relative;
  overflow: hidden;
  background-color: #002f65;
}
.uptown-video-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #002f65;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .uptown-video-header::after {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-video-header::after {
    height: 60px;
  }
}
.uptown-video-header::after {
  bottom: 0;
}
.uptown-video-header .video-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.uptown-video-header .video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uptown-video-header .bannerOverlay {
  position: relative;
  z-index: 2;
}
.uptown-video-header .bannerOverlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.uptown-video-header #bannerText {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 350px;
  padding: 4rem 1rem;
  text-align: left;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 500px) {
  .uptown-video-header #bannerText {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .uptown-video-header #bannerText {
    min-height: 500px;
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-video-header #bannerText {
    min-height: 600px;
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-video-header #bannerText {
    min-height: 700px;
  }
}
.uptown-video-header .video-text {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-weight: 200;
  line-height: 1.25;
}
.uptown-video-header h1.subtitle {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .uptown-video-header h1.subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-video-header h1.subtitle {
    font-size: 1.5rem;
  }
}
.uptown-video-header h1:not(.subtitle) {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-video-header h1:not(.subtitle) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .uptown-video-header h1:not(.subtitle) {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .uptown-video-header h1:not(.subtitle) {
    font-size: 3.5rem;
  }
}

.uptown-video-w-text {
  background-color: #002f65;
  width: 100%;
}
.uptown-video-w-text .video-w-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .uptown-video-w-text .video-w-text-container {
    flex-direction: row;
    justify-content: space-evenly;
    padding: 3rem 0;
  }
}
.uptown-video-w-text .video-w-text-content {
  width: 100%;
  padding: 0 1rem;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .uptown-video-w-text .video-w-text-content {
    width: 30%;
    padding-top: 4rem;
  }
}
.uptown-video-w-text .video-w-text-title {
  width: 100%;
  font-size: 6rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  word-wrap: break-word;
  line-height: 1.25;
}
.uptown-video-w-text .video-w-text-subtitle {
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .uptown-video-w-text .video-w-text-subtitle {
    font-size: 2rem;
  }
}
.uptown-video-w-text .video-w-text-body {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}
.uptown-video-w-text .video-w-text-body p {
  color: #ffffff;
}
.uptown-video-w-text .video-w-text-button {
  margin: 1.5rem 0;
}
.uptown-video-w-text .video-w-text-button .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.uptown-video-w-text .video-w-text-button .btn:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.uptown-video-w-text .video-w-text-button .btn {
  background-color: #ffffff;
  color: #002f65;
  border-color: #002f65;
}
.uptown-video-w-text .video-w-text-button .btn:hover, .uptown-video-w-text .video-w-text-button .btn:focus {
  background-color: #f5f5f5;
  color: #002f65;
}
.uptown-video-w-text .video-w-text-button .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.uptown-video-w-text .video-w-text-button .btn:hover {
  background-color: #ffffff;
  color: #002f65;
}
.uptown-video-w-text .video-w-text-media {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .uptown-video-w-text .video-w-text-media {
    width: 55%;
    margin-top: 0;
  }
}
.uptown-video-w-text .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.uptown-video-w-text .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uptown-work-with-us {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .uptown-work-with-us {
    width: 95%;
    margin: 4rem 0;
  }
}
.uptown-work-with-us .bannerOverlay {
  position: relative;
}
.uptown-work-with-us #bannerText {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.uptown-work-with-us .work-with-us {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #002f65;
  font-weight: 200;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.btn-primary:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.btn-primary {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.btn-primary {
  text-transform: uppercase;
}

.btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.btn-secondary:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.btn-secondary {
  background-color: #ffffff;
  color: #002f65;
  border-color: #002f65;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #f5f5f5;
  color: #002f65;
}
.btn-secondary {
  text-transform: uppercase;
}

.property-map-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .property-map-list {
    flex-wrap: nowrap;
    min-height: 800px;
  }
}

.rmua-map-container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .rmua-map-container {
    width: 40%;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
  }
}

.rmua-map-canvas,
#map-canvas {
  width: 100%;
  height: 400px;
  background: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .rmua-map-canvas,
  #map-canvas {
    height: 100%;
  }
}

.listing-sort {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .listing-sort {
    width: 60%;
  }
}

.listing-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.results-count {
  margin-bottom: 1rem;
}
.results-count p {
  font-size: 1rem;
  color: #545454;
}

.no-results {
  text-align: center;
  padding: 3rem;
  color: #545454;
}

.list-item.property {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .list-item.property {
    flex-direction: row;
  }
}

.list-image-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .list-image-wrap {
    width: 35%;
    height: auto;
    min-height: 280px;
  }
}
.list-image-wrap a {
  display: block;
  height: 100%;
}
.list-image-wrap img,
.list-image-wrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.list-image-wrap:hover img {
  transform: scale(1.05);
}
.list-image-wrap.is-sold-out {
  background: #000000;
}
.list-image-wrap.is-sold-out::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.list-image-wrap.is-sold-out img,
.list-image-wrap.is-sold-out .image {
  filter: grayscale(100%) brightness(0.58);
}
.list-image-wrap.is-sold-out:hover img {
  transform: none;
}

.soldOutText {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #c62828;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
}

.specialsText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2e7d32;
  color: #ffffff;
  padding: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}

.specials-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(46, 125, 50, 0.9);
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  z-index: 10;
}

.specs-container {
  flex: 1;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .specs-container {
    padding: 1.5rem;
  }
}

.specs-header {
  margin-bottom: 0.5rem;
}

.specs-title-link {
  text-decoration: none;
  color: inherit;
}
.specs-title-link:hover .specs-title {
  color: #002f65;
}

.specs-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.15s ease;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.specs-column {
  flex: 1;
  min-width: 200px;
}

.spec-item {
  font-size: 1rem;
  margin: 0.25rem 0;
  color: #545454;
}
.spec-item .spec-title {
  font-weight: 700;
  color: #000000;
}
.spec-item .fa,
.spec-item .fa-solid {
  color: #002f65;
  margin-left: 0.25rem;
}

.amenities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenities-list li {
  font-size: 1rem;
  margin: 0.25rem 0;
  color: #545454;
}

.addt-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.button-box {
  flex: 1;
  min-width: 120px;
}
.button-box a {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.search-property-section {
  padding: 1.5rem;
  background-color: #545454;
}

.unit-search {
  max-width: 1620px;
  margin: 0 auto;
}

.field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .field-wrapper {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

.field-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .field-title {
    width: auto;
    margin-right: 1.5rem;
  }
}

.field-choices {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .field-choices {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.field {
  flex: 1;
  min-width: 150px;
}
.field label {
  display: none;
}
.field select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #545454;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.field select option {
  background-color: #545454;
  color: #ffffff;
}

.button-box-search {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .button-box-search {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.button-box-search .search-button {
  background-color: #ffffff;
  color: #545454;
  border: 2px solid #ffffff;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button-box-search .search-button:hover {
  background-color: #545454;
  color: #ffffff;
}

.sort-field {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  background-color: #545454;
}

.sort-listing {
  position: relative;
}
.sort-listing .search-button {
  background-color: #545454;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sort-listing .search-button:hover {
  background-color: #ffffff;
  color: #545454;
}

.sort-submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #545454;
  border: 1px solid #ffffff;
  z-index: 100;
  min-width: 180px;
}
.sort-listing:hover .sort-submenu {
  display: block;
}
.sort-submenu button {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.sort-submenu button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.map-key-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem;
  background: #ffffff;
}

.key-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.key-item img {
  width: 24px;
  height: auto;
}
.key-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.key-item p {
  color: #002f65;
}

.map-info-window {
  max-width: 280px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.map-info-window .info-image {
  margin-bottom: 0.5rem;
}
.map-info-window .info-image img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.map-info-window .info-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
}
.map-info-window .info-title a {
  color: #000000;
  text-decoration: none;
}
.map-info-window .info-title a:hover {
  color: #002f65;
}
.map-info-window .info-address,
.map-info-window .info-neighborhood,
.map-info-window .info-bedrange {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: #545454;
}
.map-info-window .info-buttons {
  margin-top: 0.5rem;
}
.map-info-window .info-button {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #002f65;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
}
.map-info-window .info-button:hover {
  background: rgb(0, 23.2673267327, 50);
}

.available-now-page .site-main,
.student-housing-page .site-main,
.conventional-housing-page .site-main {
  padding: 0;
}

.error-message {
  max-width: 1320px;
  margin: 3rem auto;
  padding: 1.5rem;
  background: rgb(243.5714285714, 198.4285714286, 198.4285714286);
  border-left: 4px solid #c62828;
}
.error-message p {
  margin: 0;
  color: rgb(113.1428571429, 22.8571428571, 22.8571428571);
}

@media screen and (max-width: 1023px) {
  .property-map-list {
    flex-direction: column;
  }
  .rmua-map-container {
    position: relative;
    height: 300px;
  }
  .rmua-map-canvas {
    height: 100%;
  }
  .listing-sort {
    width: 100%;
  }
  .list-item.property {
    flex-direction: column;
  }
  .list-image-wrap {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .search-property-section {
    padding: 1rem;
  }
  .field-title {
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .field-choices {
    width: 100%;
  }
  .field {
    width: 100%;
  }
  .button-box-search {
    width: 100%;
  }
  .button-box-search .search-button {
    width: 100%;
  }
  .sort-field {
    justify-content: center;
  }
  .addt-specs {
    flex-direction: column;
  }
  .button-box {
    width: 100%;
  }
}
.property-breadcrumb {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.property-breadcrumb .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #002f65;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.property-breadcrumb .back-link:hover {
  color: #1a4a7a;
}
.property-breadcrumb .back-link i {
  font-size: 0.875rem;
  transition: transform 0.15s ease;
}
.property-breadcrumb .back-link:hover i {
  transform: translateX(-2px);
}

.property-header {
  margin-bottom: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .property-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.property-header .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.property-header .back-link:hover {
  color: #f5f5f5;
}
.property-header .back-link i {
  font-size: 0.875rem;
  transition: transform 0.15s ease;
}
.property-header .back-link:hover i {
  transform: translateX(-2px);
}
.property-header .property-header-content {
  background-color: #002f65;
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .property-header .property-header-content {
    flex-basis: 40%;
    width: auto;
  }
}
.property-header .property-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 500px) {
  .property-header .property-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .property-header .property-title {
    font-size: 2.625rem;
  }
}
.property-header .property-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 500px) {
  .property-header .property-address {
    font-size: 1.25rem;
    align-items: center;
  }
}
.property-header .property-address i {
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (min-width: 500px) {
  .property-header .property-address i {
    margin-top: 0;
  }
}
.property-header .property-status {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.property-header .property-status.sold-out {
  background-color: #c62828;
  color: #ffffff;
}
.property-header .property-status.available {
  background-color: #2e7d32;
  color: #ffffff;
}
.property-header .property-specials-banner {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #f5a623;
  color: #000000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 500px) {
  .property-header .property-specials-banner {
    font-size: 1rem;
  }
}

.property-header-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: -webkit-fill-available;
}
@media screen and (min-width: 500px) {
  .property-header-buttons {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .property-header-buttons {
    flex-basis: 60%;
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.property-header-buttons .btn-primary,
.property-header-buttons .btn-secondary {
  text-align: center;
}
@media screen and (min-width: 500px) {
  .property-header-buttons .btn-primary,
  .property-header-buttons .btn-secondary {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .property-header-buttons .btn-primary,
  .property-header-buttons .btn-secondary {
    flex: none;
  }
}

.property-preleasing-mobile {
  background-color: #2e7d32;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .property-preleasing-mobile {
    display: none;
  }
}
.property-preleasing-mobile .preleasing-mobile__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
}
.property-preleasing-mobile .preleasing-mobile__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}
.property-preleasing-mobile .preleasing-mobile__title i {
  font-size: 0.875rem;
}
.property-preleasing-mobile .preleasing-mobile__text {
  font-size: 0.875rem;
  opacity: 0.95;
}

.property-gallery {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .property-gallery {
    margin-top: -50px;
  }
}
.property-gallery .owl-carousel {
  width: 100%;
}
.property-gallery .gallery-main {
  margin-bottom: 1.5rem;
}
.property-gallery .gallery-main a {
  display: block;
}
.property-gallery .gallery-main .gallery-main-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-main .gallery-main-image {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .property-gallery .gallery-main .gallery-main-image {
    height: 500px;
  }
}
.property-gallery .gallery-main .gallery-main-image.soldOut {
  filter: grayscale(100%);
  opacity: 0.7;
}
.property-gallery .gallery-main-carousel {
  margin-bottom: 1rem;
  position: relative;
}
.property-gallery .gallery-main-carousel .gallery-slide a {
  display: block;
}
.property-gallery .gallery-main-carousel .gallery-slide .gallery-main-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-main-carousel .gallery-slide .gallery-main-image {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .property-gallery .gallery-main-carousel .gallery-slide .gallery-main-image {
    height: 500px;
  }
}
.property-gallery .gallery-main-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-main-carousel .owl-nav {
    padding: 0 1rem;
  }
}
.property-gallery .gallery-main-carousel .owl-nav button {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-main-carousel .owl-nav button {
    width: 44px;
    height: 44px;
  }
}
.property-gallery .gallery-main-carousel .owl-nav button i {
  color: #002f65;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-main-carousel .owl-nav button i {
    font-size: 1.25rem;
  }
}
.property-gallery .gallery-main-carousel .owl-nav button:hover {
  background: #ffffff !important;
  transform: scale(1.1);
}
.property-gallery .gallery-main-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.property-gallery .gallery-thumbnails {
  position: relative;
}
.property-gallery .gallery-thumbnails .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.property-gallery .gallery-thumbnails .owl-nav button {
  pointer-events: auto;
  background: #ffffff !important;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-thumbnails .owl-nav button {
    width: 36px;
    height: 36px;
  }
}
.property-gallery .gallery-thumbnails .owl-nav button.owl-prev {
  margin-left: -14px;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-thumbnails .owl-nav button.owl-prev {
    margin-left: -18px;
  }
}
.property-gallery .gallery-thumbnails .owl-nav button.owl-next {
  margin-right: -14px;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-thumbnails .owl-nav button.owl-next {
    margin-right: -18px;
  }
}
.property-gallery .gallery-thumbnails .owl-nav button i {
  color: #002f65;
  font-size: 0.875rem;
}
.property-gallery .gallery-thumbnails .owl-nav button:hover {
  background: #f5f5f5 !important;
}
.property-gallery .gallery-thumbnails .gallery-thumb-item {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.15s ease;
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-thumbnails .gallery-thumb-item {
    border-width: 3px;
  }
}
.property-gallery .gallery-thumbnails .gallery-thumb-item:hover {
  border-color: rgba(0, 47, 101, 0.5);
}
.property-gallery .gallery-thumbnails .gallery-thumb-item.active {
  border-color: #002f65;
}
.property-gallery .gallery-thumbnails .gallery-thumb-item.active .gallery-thumb {
  opacity: 1;
}
.property-gallery .gallery-thumbnails .gallery-thumb {
  width: 100%;
  height: 50px;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease;
  opacity: 0.7;
}
@media screen and (min-width: 500px) {
  .property-gallery .gallery-thumbnails .gallery-thumb {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .property-gallery .gallery-thumbnails .gallery-thumb {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .property-gallery .gallery-thumbnails .gallery-thumb {
    height: 80px;
  }
}

.property-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}
.property-info > * {
  min-width: 0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .property-info {
    grid-template-columns: 1fr 1fr;
  }
  .property-info .property-highlights {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .property-info {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
  }
  .property-info .property-highlights {
    grid-column: auto;
  }
}

.section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #002f65;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.property-description .description-content {
  line-height: 1.5;
  color: #545454;
}
.property-description .description-content p {
  margin-bottom: 1rem;
}
.property-description .description-content p:last-child {
  margin-bottom: 0;
}

.property-highlights {
  background: #f5f5f5;
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .property-highlights {
    top: 1.5rem;
    align-self: flex-start;
  }
}
.property-highlights .highlight-notice-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}
.property-highlights .highlight-notice-link:hover {
  transform: scale(1.02);
}
.property-highlights .highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.property-highlights .highlight-list li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  color: #545454;
  border-bottom: 1px solid rgba(110, 117, 129, 0.2);
}
.property-highlights .highlight-list li:last-child {
  border-bottom: none;
}
.property-highlights .highlight-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-size: 0.875rem;
}
.property-highlights .highlight-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.property-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.property-highlights .highlight-item i {
  font-size: 1.5rem;
  color: #002f65;
  width: 32px;
  text-align: center;
  flex-shrink: 0;
}
.property-highlights .highlight-item .highlight-label {
  font-weight: 500;
  color: #333333;
}

.highlight-notice {
  padding: 1rem;
  border-radius: 4px;
  border-left: 4px solid #002f65;
  background: #ffffff;
  margin-bottom: 1rem;
}
.highlight-notice__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #002f65;
  margin: 0 0 0.25rem;
}
.highlight-notice__title i {
  font-size: 1rem;
  flex-shrink: 0;
}
.highlight-notice__text {
  margin: 0;
  font-size: 0.875rem;
  color: #545454;
  line-height: 1.5;
}
.highlight-notice--preleasing {
  border-left-color: #2e7d32;
}
@media screen and (max-width: 767px) {
  .highlight-notice--preleasing {
    display: none;
  }
}
.highlight-notice--preleasing .highlight-notice__title {
  color: #2e7d32;
}
.highlight-notice--available-now {
  border-left-color: #2e7d32;
}
.highlight-notice--available-now .highlight-notice__title {
  color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
}

.available-units {
  padding: 2rem 1rem;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .available-units {
    padding: 3rem 2rem;
  }
}
.available-units > .section-title {
  text-align: center;
  border-bottom: none;
  margin-bottom: 2rem;
}
.available-units .no-units-message {
  text-align: center;
  color: #6E7581;
  font-size: 1.25rem;
  padding: 3rem;
}

.units-tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.units-tabs .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 1rem;
}
.units-tabs .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.5rem;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #545454;
  cursor: pointer;
  transition: all 0.15s ease;
}
.units-tabs .tab-btn:hover {
  border-color: #002f65;
  color: #002f65;
}
.units-tabs .tab-btn.active {
  background: #002f65;
  border-color: #002f65;
  color: #ffffff;
}
.units-tabs .tab-btn.active .tab-count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.units-tabs .tab-btn .tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 0.25rem;
  background: #e5e5e5;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
}
.units-tabs .tabs-content .tab-panel {
  display: none;
}
.units-tabs .tabs-content .tab-panel.active {
  display: block;
}

.units-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.unit-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: box-shadow 0.15s ease;
}
.unit-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.unit-card.has-image {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .unit-card.has-image {
    flex-direction: row;
    align-items: stretch;
  }
}
.unit-card.has-image .unit-card-content {
  padding: 1.5rem;
  flex: 1;
  min-width: 0;
}
.unit-card .unit-card-image {
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .unit-card .unit-card-image {
    width: 220px;
    height: auto;
  }
}
.unit-card .unit-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.unit-card .unit-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.unit-card .unit-card-image-link:focus-visible {
  outline: 3px solid #002f65;
  outline-offset: -3px;
}
.unit-card .unit-card-gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  transition: height 0.3s ease, background 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.unit-card .unit-card-gallery-overlay__text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.unit-card .unit-card-gallery-overlay__text i {
  font-size: 1rem;
}
.unit-card .unit-card-image-link:hover .unit-card-gallery-overlay,
.unit-card .unit-card-image-link:focus-visible .unit-card-gallery-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.unit-card .unit-card-sold-out-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1rem;
  background: rgba(198, 40, 40, 0.92);
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.unit-card .unit-card-image-specials {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0.25rem 0.5rem;
  background: rgba(46, 125, 50, 0.92);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
}
.unit-card .unit-card-gallery-hidden {
  display: none;
}
.unit-card.unavailable {
  opacity: 0.7;
}
.unit-card.unavailable .unit-card-header,
.unit-card.unavailable .unit-card-details {
  opacity: 0.6;
}
.unit-card .unit-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 500px) {
  .unit-card .unit-card-header {
    align-items: center;
  }
}
.unit-card .unit-card-name {
  color: #333333;
  margin-bottom: 1rem;
}
.unit-card .unit-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .unit-card .unit-name {
    font-size: 1.5rem;
  }
}
.unit-card .unit-status {
  flex-shrink: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.unit-card .unit-status.available {
  background: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
}
.unit-card .unit-status.unavailable {
  background: rgba(110, 117, 129, 0.1);
  color: #6E7581;
}
.unit-card .unit-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.unit-card .unit-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.unit-card .unit-detail {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #545454;
  font-size: 0.875rem;
}
.unit-card .unit-detail i {
  color: #002f65;
  width: 16px;
  text-align: center;
}
.unit-card .unit-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-shrink: 0;
}
.unit-card .unit-price-block .price-label {
  font-size: 0.875rem;
  color: #6E7581;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.unit-card .unit-price-block .price-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002f65;
  line-height: 1.2;
}
.unit-card .unit-price-block .price-amount .price-period {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6E7581;
}
.unit-card .unit-card-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 500px) {
  .unit-card .unit-card-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.unit-card .unit-card-footer-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.unit-card .unit-card-footer-specials,
.unit-card .unit-available-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.unit-card .unit-card-footer-specials i,
.unit-card .unit-available-date i {
  flex-shrink: 0;
}
.unit-card .unit-card-footer-specials {
  color: rgb(35.0245614035, 95.1754385965, 38.0701754386);
  font-weight: 500;
}
.unit-card .unit-card-footer-specials__label {
  font-weight: 700;
}
.unit-card .unit-available-date {
  color: #6E7581;
}
.unit-card .unit-available-date i {
  color: #6E7581;
}
.unit-card .btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.nearby-properties-section {
  padding: 3rem 1rem;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nearby-properties-section {
    padding: 3rem 2rem;
  }
}
.nearby-properties-section > .section-title {
  text-align: center;
  border-bottom: none;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .nearby-properties-section > .section-title {
    margin-bottom: 3rem;
  }
}

.nearby-properties-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .nearby-properties-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.nearby-properties-wrapper > * {
  min-width: 0;
}

.nearby-map-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nearby-map-container .nearby-map-canvas {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 500px) {
  .nearby-map-container .nearby-map-canvas {
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .nearby-map-container .nearby-map-canvas {
    height: 450px;
  }
}
.nearby-map-container .map-key-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 4px;
}
.nearby-map-container .map-key-container .key-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nearby-map-container .map-key-container .key-item img {
  width: 24px;
  height: auto;
}
.nearby-map-container .map-key-container .key-item p {
  margin: 0;
  font-size: 0.875rem;
  color: #545454;
}
.nearby-map-container .map-key-container .key-item .key-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.nearby-map-container .map-key-container .key-item .key-marker.current-marker {
  background: #e74c3c;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.nearby-map-container .map-key-container .key-item .key-marker.current-marker::after {
  content: "★";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10px;
}

.nearby-info-window {
  max-width: 280px;
  font-family: inherit;
}
.nearby-info-window .info-image {
  margin-bottom: 0.5rem;
}
.nearby-info-window .info-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.nearby-info-window .info-content .info-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.nearby-info-window .info-content .info-title a {
  color: #002f65;
  text-decoration: none;
}
.nearby-info-window .info-content .info-title a:hover {
  text-decoration: underline;
}
.nearby-info-window .info-content .info-address {
  font-size: 0.875rem;
  color: #6E7581;
  margin: 0 0 0.25rem;
}
.nearby-info-window .info-content .info-distance {
  font-size: 0.875rem;
  color: #545454;
  margin: 0 0 0.5rem;
}
.nearby-info-window .info-content .info-current {
  font-size: 0.875rem;
  color: #e74c3c;
  margin: 0;
}
.nearby-info-window .info-content .info-buttons {
  margin: 0.5rem 0 0;
}
.nearby-info-window .info-content .info-buttons .info-button {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #002f65;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.15s ease;
}
.nearby-info-window .info-content .info-buttons .info-button:hover {
  background: #545454;
}

.you-may-like-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}
.you-may-like-container .carousel-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002f65;
  margin: 0 0 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .you-may-like-container .carousel-title {
    text-align: left;
  }
}

.nearby-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 1.5rem;
}
.nearby-carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 0.5rem 0 1.5rem;
}
.nearby-carousel.owl-carousel .owl-stage {
  display: flex;
}
.nearby-carousel.owl-carousel .owl-item {
  min-width: 0;
}
.nearby-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
.nearby-carousel.owl-carousel .owl-nav button {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.15s ease;
}
.nearby-carousel.owl-carousel .owl-nav button.owl-prev {
  margin-left: 0;
}
.nearby-carousel.owl-carousel .owl-nav button.owl-next {
  margin-right: 0;
}
.nearby-carousel.owl-carousel .owl-nav button i {
  color: #002f65;
  font-size: 1rem;
}
.nearby-carousel.owl-carousel .owl-nav button:hover {
  background: #ffffff !important;
  transform: scale(1.1);
}
.nearby-carousel.owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.nearby-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
.nearby-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 0.25rem;
}
.nearby-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e5e5;
  display: block;
  transition: all 0.15s ease;
}
.nearby-carousel.owl-carousel .owl-dots .owl-dot.active span, .nearby-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #002f65;
  transform: scale(1.2);
}

.nearby-property-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.15s ease;
}
.nearby-property-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.nearby-property-card .nearby-card-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .nearby-property-card .nearby-card-image {
    height: 200px;
  }
}
.nearby-property-card .nearby-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.nearby-property-card .nearby-card-image img.soldOut {
  filter: grayscale(100%);
  opacity: 0.7;
}
.nearby-property-card .nearby-card-image:hover img:not(.soldOut) {
  transform: scale(1.05);
}
.nearby-property-card .nearby-card-image .soldOutText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(198, 40, 40, 0.9);
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
}
.nearby-property-card .nearby-card-image .distance-badge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nearby-property-card .nearby-card-image .distance-badge i {
  font-size: 0.75rem;
}
.nearby-property-card .nearby-card-content {
  padding: 1rem;
}
.nearby-property-card .nearby-card-content .nearby-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.nearby-property-card .nearby-card-content .nearby-card-title a {
  color: #333333;
  text-decoration: none;
}
.nearby-property-card .nearby-card-content .nearby-card-title a:hover {
  color: #002f65;
}
.nearby-property-card .nearby-card-content .nearby-card-neighborhood {
  font-size: 0.875rem;
  color: #6E7581;
  margin: 0 0 0.5rem;
}
.nearby-property-card .nearby-card-content .nearby-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.nearby-property-card .nearby-card-content .nearby-card-details .detail-item {
  font-size: 0.875rem;
  color: #545454;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nearby-property-card .nearby-card-content .nearby-card-details .detail-item i {
  color: #002f65;
}
.nearby-property-card .nearby-card-content .nearby-card-details .detail-item.price {
  font-weight: 700;
  color: #002f65;
}
.nearby-property-card .nearby-card-content .btn-secondary {
  width: 100%;
  text-align: center;
}
.nearby-property-card .nearby-card-content .btn-secondary.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.filter-dropdown {
  position: relative;
  display: inline-block;
  min-width: 160px;
}
.filter-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
}
.filter-dropdown__toggle:hover {
  border-color: #999;
}
.filter-dropdown__toggle[aria-expanded=true] {
  border-color: var(--primary-color, #1a4d7c);
}
.filter-dropdown__label {
  flex: 1;
  text-align: left;
}
.filter-dropdown__count {
  background: var(--primary-color, #1a4d7c);
  color: #fff;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
}
.filter-dropdown__icon {
  font-size: 10px;
  transition: transform 0.2s;
}
.filter-dropdown__toggle[aria-expanded=true] .filter-dropdown__icon {
  transform: rotate(180deg);
}
.filter-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
  max-height: 280px;
  overflow-y: auto;
  min-width: 200px;
}
.filter-dropdown__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  cursor: pointer;
  margin: 0;
}
.filter-dropdown__option:hover {
  background: #f5f5f5;
}
.filter-dropdown__option input[type=checkbox] {
  margin: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.filter-dropdown__option-label {
  flex: 1;
}
.filter-dropdown__option-count {
  color: #666;
  font-size: 12px;
}

.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .filter-controls {
    flex-direction: column;
  }
  .filter-controls .filter-dropdown {
    width: 100%;
  }
}

.filter-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.filter-result-count {
  color: #e5e5e5;
  font-size: 14px;
}

.list-item.property.filtered-hidden {
  display: none !important;
}

.search-property-section #property-filters .field-choices.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.title-bar {
  background-color: #002f65;
  color: #ffffff;
  padding: 1.5rem 1rem;
  text-align: center;
}
.title-bar .title {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 200;
}

.blog-list {
  max-width: 1620px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .blog-list {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .categories-list {
    flex: 0 0 220px;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
  }
}
.categories-list h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002f65;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #002f65;
}
.categories-list a {
  display: block;
  padding: 0.25rem 0;
  font-size: 1rem;
  color: #545454;
  text-decoration: none;
  transition: color 0.15s ease;
}
.categories-list a:hover, .categories-list a:focus {
  color: #002f65;
}
.categories-list .current-cat > a {
  color: #002f65;
  font-weight: 700;
}

.all-blogs {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .all-blogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .all-blogs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.blog-card__image-link {
  display: block;
  overflow: hidden;
}
.blog-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card:hover .blog-card__image {
  transform: scale(1.03);
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}
.blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.blog-card__title a {
  color: #002f65;
  text-decoration: none;
  font-size: inherit;
}
.blog-card__title a:hover, .blog-card__title a:focus {
  color: #1a4a7a;
}
.blog-card__meta {
  font-size: 0.875rem;
  color: #6E7581;
  margin: 0 0 1rem;
}
.blog-card__meta a {
  color: #6E7581;
  font-size: inherit;
  text-decoration: none;
}
.blog-card__meta a:hover {
  color: #002f65;
}
.blog-card__excerpt {
  flex: 1;
}
.blog-card__excerpt p {
  font-size: 1rem;
  color: #333333;
  margin: 0;
}
.blog-card__read-more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #002f65;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-card__read-more:hover, .blog-card__read-more:focus {
  color: #1a4a7a;
  text-decoration: underline;
}

.blog-single-div {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.blog-item-image {
  margin-bottom: 2rem;
}
.blog-item-image .image {
  width: 100%;
  border-radius: 8px;
}

.blog-info .blog-details {
  font-size: 1rem;
  color: #6E7581;
  margin-bottom: 1.5rem;
}
.blog-info .content {
  font-size: 1.25rem;
  line-height: 1.5;
}

.back-button {
  display: inline-block;
  background: #002f65;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.5rem;
  margin: 1rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}
.back-button p {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}
.back-button:hover {
  background: #1a4a7a;
}

.wpcf7 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-form label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.25rem;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio):not(.wpcf7-checkbox) {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio):not(.wpcf7-checkbox)::placeholder {
  color: #999999;
  font-weight: 200;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio):not(.wpcf7-checkbox):focus {
  outline: none;
  border-color: #3a6ea5;
  box-shadow: 0 0 0 2px rgba(58, 110, 165, 0.2);
}
.wpcf7 textarea.wpcf7-form-control {
  min-height: 10rem;
  resize: vertical;
  line-height: 1.5;
}
.wpcf7 select.wpcf7-form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23545454' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 0.5rem;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-checkbox input[type=radio],
.wpcf7 .wpcf7-radio input[type=checkbox],
.wpcf7 .wpcf7-radio input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #002f65;
  cursor: pointer;
}
.wpcf7 .wpcf7-file {
  padding: 0.5rem;
  border: 1px dashed #e5e5e5;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.wpcf7 .wpcf7-file:focus {
  border-color: #3a6ea5;
}
.wpcf7 .wpcf7-submit {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.wpcf7 .wpcf7-submit:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.wpcf7 .wpcf7-submit {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.wpcf7 .wpcf7-submit {
  width: auto;
  min-width: 10rem;
}
@media screen and (max-width: 499px) {
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 200;
  color: #545454;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  margin-top: 0.2em;
  accent-color: #002f65;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #c62828;
}
.wpcf7 .wpcf7-not-valid:focus {
  box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.2);
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #c62828;
}
.wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid transparent;
}
.wpcf7.sent .wpcf7-response-output {
  color: #2e7d32;
  background-color: rgba(46, 125, 50, 0.08);
  border-color: #2e7d32;
}
.wpcf7.failed .wpcf7-response-output, .wpcf7.invalid .wpcf7-response-output {
  color: #c62828;
  background-color: rgba(198, 40, 40, 0.08);
  border-color: #c62828;
}
.wpcf7.spam .wpcf7-response-output {
  color: #f5a623;
  background-color: rgba(245, 166, 35, 0.08);
  border-color: #f5a623;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.nf-form-cont {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.nf-form-cont .nf-form-title h3 {
  margin-bottom: 1rem;
  color: #333333;
}
.nf-form-cont .nf-form-fields-required {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #545454;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 1.5rem;
}
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-label .nf-label-span {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
}
.nf-form-cont .nf-field-description {
  margin-bottom: 0.5rem;
  color: #545454;
}
.nf-form-cont .nf-field-description p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.nf-form-cont .nf-form-content .nf-field-element input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.nf-form-cont .nf-form-content .nf-field-element textarea,
.nf-form-cont .nf-form-content .nf-field-element select {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.nf-form-cont .nf-form-content .nf-field-element input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder,
.nf-form-cont .nf-form-content .nf-field-element textarea::placeholder,
.nf-form-cont .nf-form-content .nf-field-element select::placeholder {
  color: #999999;
  font-weight: 200;
}
.nf-form-cont .nf-form-content .nf-field-element input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.nf-form-cont .nf-form-content .nf-field-element textarea:focus,
.nf-form-cont .nf-form-content .nf-field-element select:focus {
  outline: none;
  border-color: #3a6ea5;
  box-shadow: 0 0 0 2px rgba(58, 110, 165, 0.2);
}
.nf-form-cont .nf-form-content .nf-field-element textarea {
  min-height: 10rem;
  resize: vertical;
}
.nf-form-cont .nf-form-content .nf-field-element select {
  appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23545454' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=checkbox],
.nf-form-cont .nf-form-content .nf-field-element input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #002f65;
  cursor: pointer;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=file] {
  max-width: 100%;
  padding: 0.5rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px dashed #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=file]:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.nf-form-cont .submit-container .ninja-forms-field {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.nf-form-cont .submit-container .ninja-forms-field:focus {
  outline: 2px solid #3a6ea5;
  outline-offset: 2px;
}
.nf-form-cont .submit-container .ninja-forms-field {
  background-color: #002f65;
  color: #ffffff;
  border-color: #002f65;
}
.nf-form-cont .submit-container .ninja-forms-field:hover, .nf-form-cont .submit-container .ninja-forms-field:focus {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
.nf-form-cont .submit-container .ninja-forms-field {
  min-width: 10rem;
}
.nf-form-cont .submit-container .ninja-forms-field:disabled {
  background-color: #002f65;
  border-color: #002f65;
  cursor: not-allowed;
  opacity: 0.6;
}
@media screen and (max-width: 499px) {
  .nf-form-cont .submit-container .ninja-forms-field {
    width: 100%;
  }
}
.nf-form-cont .ninja-forms-req-symbol,
.nf-form-cont .nf-error-msg {
  color: #c62828;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #c62828;
}
.nf-form-cont .nf-error .ninja-forms-field:focus {
  box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.2);
}
.nf-form-cont .nf-after-field .nf-error-msg {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.nf-form-cont .nf-form-errors .nf-error-msg,
.nf-form-cont .nf-response-msg {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid currentColor;
  border-radius: 4px;
}
.nf-form-cont .nf-form-errors .nf-error-msg p:last-child,
.nf-form-cont .nf-response-msg p:last-child {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-errors .nf-error-msg {
  background-color: rgba(198, 40, 40, 0.08);
}
.nf-form-cont .nf-response-msg {
  color: #2e7d32;
  background-color: rgba(46, 125, 50, 0.08);
}

@media print {
  .site-header,
  .site-footer,
  .navigation,
  .no-print {
    display: none !important;
  }
  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  img,
  figure,
  table {
    page-break-inside: avoid;
  }
}

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