/* custom styles */




/* custom styles */



  body{
  font-family: 'Lato', sans-serif !important;
  }
  .px-title-1,
  .px-title-2,
  .px-title-3,
  .px-title-4,
  .px-sub-head-1,
  .px-sub-head-3,
  .px-sub-head-2{
  font-family: 'Lato', sans-serif !important;

  
  
  
  }

      .font-nav,
    .button,
    .header__nav-more,
    .header__nav-more-dropdown,
    .header__nav-link a{
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    }
  


/*
* Hero Fontsize Scale
*/

@media (min-width: 320px){
.hero .hero__title {
font-size: calc(1.5rem + ((1vw - 3.2px) * 3.9286));
min-height: 0vw;
}
}

@media (min-width: 320px){
.hero .hero__sub-title {
font-size: calc(1.125rem + ((1vw - 3.2px) * 1.25));
min-height: 0vw;
}
}

/*
* Background Images
*/

.hero {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/8369a471a5d5d75/1920w/20250716_140658.jpg");
}


.video {
background-image: url("");
}



  .building, .management {
  background-image: url('/themes/all/img/background-03.jpg')
  }

/*
* End of Background Images
*/

/*
* Colors
*/


:root {
--accent-color: #ad373f;
--accent-color-rgb: 173, 55, 63;
--accent-dark-color: #620000;
}
.button {
background-color: #ad373f!important;
}
.button:hover {
background-color: #620000!important;
}
a.is-active {
color: #ad373f!important;
}
.bg-accent{
background-color: #ad373f}
.color-accent{
color: #ad373f}
.link__text--hoveraccent:hover{
color: #ad373f}
.carousel__indicator--selected {
background-color: #ad373f!important;
border-color: #ad373f!important;
}

.section-title__separator {
background-color: #ad373f;
}

.section-sub-title,
.section-description h2 {
color: #ad373f;
}

.team-member__line {
background-color: #ad373f!important;
}

.parcel-box__attribute-name {
color: #ad373f!important;
}

.more__line {
background-color: #ad373f;
}

.mobile-menu__line {
background-color: #ad373f!important;
}

.zoom-control {
background-color: #ad373f;
}

.availability-card {
background-color: #ad373f;
}
.availability-card__download-button {
background-color: #620000;
}

.gallery .overlay {
background-color: rgba(173,55,63,0.8)!important;
}
.gallery .overlay.solid {
background-color: #ad373f!important;
}
.hero__callout{

}

/*
* End of Colors
*/

/* ------------------------ client specific overrides ------------------------ */






  .header.header--black-opaque {
display: none;
}

.hero {
margin-top: 0;
}

.copyright {
display: none;
}

#menu-footer-menu {
padding: 0;
}

.links-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.links-wrap .link {
color: #fff;
font-weight: 600;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
margin: 0 2rem;
white-space: nowrap; }
.links-wrap .link svg {
margin-right: 1rem; }
.links-wrap .link:hover {
color: #979797; }

.site-footer {
height: 100%;
min-height: 33rem;
background-color: #c32323; }
.site-footer__top {
padding: 2rem 0; }
.site-footer__top .links-wrap {
flex-wrap: wrap; }
.site-footer__top .links-wrap a {
white-space: nowrap;
height: 3rem; }
.site-footer__bottom {
padding: 2rem 0;
background-color: #000; }
.site-footer__copyright {
font-weight: 600;
color: #fff;
font-size: 12px;
margin-bottom: 0;
white-space: nowrap;
margin-right: 2rem; }
@media screen and (max-width: 1024px) {
.site-footer__copyright {
margin: 2rem 0 0 0; } }
.site-footer .main-navigation .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap; }
.site-footer .main-navigation .menu-item {
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 1rem;
height: 3rem; }
.site-footer .main-navigation .menu-item:hover a {
color: #c32323; }
.site-footer .main-navigation .menu-item a {
font-weight: 600;
color: #fff;
text-transform: uppercase;
font-size: 12px;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
padding: 1rem 0.6rem;
white-space: nowrap;
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */ }

@media screen and (max-width: 633px) {
.site-footer {
min-height: 36rem;
}
}

@media screen and (max-width: 500px) {
#menu-footer-menu {
flex-direction: column;
}

.links-wrap {
flex-direction: column;
}

.site-footer {
min-height: 63rem;
}
}





/* ---------------------------- custom css ----------------------------------- */
.availability-card-modal {
align-items: start !important;
top: -80px !important;
}

.availability-modal-card {
max-height: calc(100vh - 200px) !important;
}