/* 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/e0d0a5ae367dedf/1920w/75727_R_9_7B8A5088.JPG");
}


.video {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/f5c9f7469d3c56b/75727_R_9_721A5214.JPG");
}




/*
* End of Background Images
*/

/*
* Colors
*/


:root {
--accent-color: #1779ba;
--accent-color-rgb: 23, 121, 186;
--accent-dark-color: #002e6f;
}
.button {
background-color: #1779ba!important;
}
.button:hover {
background-color: #002e6f!important;
}
a.is-active {
color: #1779ba!important;
}
.bg-accent{
background-color: #1779ba}
.color-accent{
color: #1779ba}
.link__text--hoveraccent:hover{
color: #1779ba}
.carousel__indicator--selected {
background-color: #1779ba!important;
border-color: #1779ba!important;
}

.section-title__separator {
background-color: #1779ba;
}

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

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

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

.more__line {
background-color: #1779ba;
}

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

.zoom-control {
background-color: #1779ba;
}

.availability-card {
background-color: #1779ba;
}
.availability-card__download-button {
background-color: #002e6f;
}

.gallery .overlay {
background-color: rgba(23,121,186,0.8)!important;
}
.gallery .overlay.solid {
background-color: #1779ba!important;
}
.hero__callout{

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
li.slick-active {
  display: none !important;
}

.management__tenant-services-text {
  background: white;
  padding: 20px 40px;
  box-shadow: 0 2px 8px 0 rgba(10, 11, 15, 0.1);
}

.slider .slider-section-slider .slider-item-image {
  padding: 0px;
}

.availability__row-title span {
  font-weight: bold;
  text-decoration: underline;
}