/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
body.single .siteMain table {
  width: 100%;
  max-width: 100%;
}
body.single .siteMain table th,
body.single .siteMain table td {
  vertical-align: middle;
  height: 74px;
}
body.single .siteMain table thead th {
  vertical-align: bottom;
}
body.single .siteMain table {
  text-align: left;
}
body.single .siteMain table tr {
  border-top: 1px solid #dddddd;
}
body.single .siteMain table tr:first-child {
  border: none;
}
body.single .siteMain table th {
  padding: 0 0 0 30px;
  width: 145px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #888888;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1200px) {
  body.single .siteMain table th {
    padding: 0 0 0 20px;
  }
}
body.single .siteMain table td {
  padding: 23px 30px 23px 30px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  body.single .siteMain table td {
    padding: 0 20px 0 20px;
  }
}

body.single-residential_leasing .siteMain,
body.single-commercial_for_lease .siteMain {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .siteMain,
  body.single-commercial_for_lease .siteMain {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .siteMain,
  body.single-commercial_for_lease .siteMain {
    padding-top: 130px;
  }
}
body.single-residential_leasing .sectionPropertyDetails,
body.single-commercial_for_lease .sectionPropertyDetails {
  padding: 30px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyDetails,
  body.single-commercial_for_lease .sectionPropertyDetails {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyDetails,
  body.single-commercial_for_lease .sectionPropertyDetails {
    padding: 76px 0 120px;
  }
}
body.single-residential_leasing .sectionPropertyDetails .container,
body.single-commercial_for_lease .sectionPropertyDetails .container {
  position: relative;
}
body.single-residential_leasing .propertyNav,
body.single-commercial_for_lease .propertyNav {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyNav,
  body.single-commercial_for_lease .propertyNav {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyNav,
  body.single-commercial_for_lease .propertyNav {
    margin-bottom: 60px;
  }
}
body.single-residential_leasing .propertyNav .lnk--backSearchResults,
body.single-commercial_for_lease .propertyNav .lnk--backSearchResults {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
body.single-residential_leasing .propertyNav .lnk--backSearchResults:before,
body.single-commercial_for_lease .propertyNav .lnk--backSearchResults:before {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-prev-red.svg") no-repeat left center;
  background-size: auto 16px;
}
body.single-residential_leasing .propertyHeader,
body.single-commercial_for_lease .propertyHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyHeader,
  body.single-commercial_for_lease .propertyHeader {
    margin-bottom: 55px;
    margin-right: 700px;
  }
}
body.single-residential_leasing .propertyDetails__title,
body.single-commercial_for_lease .propertyDetails__title {
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyDetails,
  body.single-commercial_for_lease .propertyDetails {
    display: flex;
    justify-content: space-between;
  }
}
body.single-residential_leasing .propertyGallery,
body.single-commercial_for_lease .propertyGallery {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallery,
  body.single-commercial_for_lease .propertyGallery {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyGallery,
  body.single-commercial_for_lease .propertyGallery {
    width: 49.4%;
    margin-bottom: 20px;
  }
}
body.single-residential_leasing .propertyGallery .tns-outer,
body.single-commercial_for_lease .propertyGallery .tns-outer {
  position: relative;
}
body.single-residential_leasing .propertyGallery button[data-controls=prev],
body.single-residential_leasing .propertyGallery button[data-controls=next],
body.single-commercial_for_lease .propertyGallery button[data-controls=prev],
body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  background: no-repeat center;
  background-size: auto 54px;
  z-index: 50;
  border: none;
  text-indent: -9999px;
  padding: 0;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallery button[data-controls=prev],
  body.single-residential_leasing .propertyGallery button[data-controls=next],
  body.single-commercial_for_lease .propertyGallery button[data-controls=prev],
  body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
    width: 65px;
  }
}
body.single-residential_leasing .propertyGallery button[data-controls=prev],
body.single-commercial_for_lease .propertyGallery button[data-controls=prev] {
  background-image: url("../images/icon-prev-white.svg");
  left: 0;
}
body.single-residential_leasing .propertyGallery button[data-controls=next],
body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
  background-image: url("../images/icon-next-white.svg");
  right: 0;
}
body.single-residential_leasing .propertyGallery__labels,
body.single-commercial_for_lease .propertyGallery__labels {
  display: flex;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
body.single-residential_leasing .propertyGallery__label,
body.single-commercial_for_lease .propertyGallery__label {
  color: #ffffff;
  text-transform: uppercase;
}
body.single-residential_leasing .propertyGallery__label--sold,
body.single-commercial_for_lease .propertyGallery__label--sold {
  background: #b5131b;
  line-height: 48px;
  padding: 0 35px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8px;
}
body.single-residential_leasing .propertyGallery__label--listingType,
body.single-commercial_for_lease .propertyGallery__label--listingType {
  right: 0;
  bottom: 0;
  line-height: 28px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.64px;
  background: #003652;
}
body.single-residential_leasing .propertyGallery__label--type2,
body.single-commercial_for_lease .propertyGallery__label--type2 {
  background-color: #5f8b00;
}
body.single-residential_leasing .propertyGallery__label--full,
body.single-commercial_for_lease .propertyGallery__label--full {
  background: #b5131b;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
body.single-residential_leasing .propertyGallery__label--furnished,
body.single-commercial_for_lease .propertyGallery__label--furnished {
  background: #003652;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
body.single-residential_leasing .propertyGallerySlider__imageContainer,
body.single-commercial_for_lease .propertyGallerySlider__imageContainer {
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
  background: #EAEAEA;
}
body.single-residential_leasing .propertyGallerySlider__image,
body.single-commercial_for_lease .propertyGallerySlider__image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
body.single-residential_leasing .propertyGallerySlider__link--video:before,
body.single-commercial_for_lease .propertyGallerySlider__link--video:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/icon-play-white.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallerySlider__link--video:before,
  body.single-commercial_for_lease .propertyGallerySlider__link--video:before {
    width: 100px;
    height: 100px;
  }
}
body.single-residential_leasing .propertyGalleryThumbs,
body.single-commercial_for_lease .propertyGalleryThumbs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-residential_leasing .propertyGalleryThumbs__item,
body.single-commercial_for_lease .propertyGalleryThumbs__item {
  width: 70px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGalleryThumbs__item,
  body.single-commercial_for_lease .propertyGalleryThumbs__item {
    width: 90px;
    margin-right: 23px;
    margin-top: 21px;
  }
}
body.single-residential_leasing .propertyGalleryThumbs__item.tns-nav-active,
body.single-commercial_for_lease .propertyGalleryThumbs__item.tns-nav-active {
  opacity: 1;
  cursor: default;
}
body.single-residential_leasing .propertyGalleryThumbs__image,
body.single-commercial_for_lease .propertyGalleryThumbs__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
body.single-residential_leasing .propertySpecs,
body.single-commercial_for_lease .propertySpecs {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertySpecs,
  body.single-commercial_for_lease .propertySpecs {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertySpecs,
  body.single-commercial_for_lease .propertySpecs {
    width: 49.4%;
    padding: 28px 3% 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertySpecs,
  body.single-commercial_for_lease .propertySpecs {
    padding: 28px 7.3% 0;
  }
}
body.single-residential_leasing .propertySpecs .amount,
body.single-commercial_for_lease .propertySpecs .amount {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.75px;
}
body.single-residential_leasing .propertySpecs__buttons,
body.single-commercial_for_lease .propertySpecs__buttons {
  margin-top: 0;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertySpecs__buttons,
  body.single-commercial_for_lease .propertySpecs__buttons {
    padding: 0;
    margin-top: 15px;
  }
}
body.single-residential_leasing .propertySpecs__buttons .btn,
body.single-commercial_for_lease .propertySpecs__buttons .btn {
  margin-top: 15px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertySpecs__buttons .btn,
  body.single-commercial_for_lease .propertySpecs__buttons .btn {
    margin-top: 20px;
  }
}
body.single-residential_leasing .propertySpecs__buttons .btn:last-child,
body.single-commercial_for_lease .propertySpecs__buttons .btn:last-child {
  margin-right: 0;
}
body.single-residential_leasing .propertyCTA,
body.single-commercial_for_lease .propertyCTA {
  position: relative;
  background: #eeeeee;
  padding: 40px 0 30px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA,
  body.single-commercial_for_lease .propertyCTA {
    display: flex;
    padding: 35px 30px 25px;
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyCTA,
  body.single-commercial_for_lease .propertyCTA {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 30px 15px 15px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA,
  body.single-commercial_for_lease .propertyCTA {
    margin-top: 45px;
  }
}
body.single-residential_leasing .propertyCTA__link,
body.single-commercial_for_lease .propertyCTA__link {
  position: relative;
  display: block;
  color: #383838;
  padding-left: 110px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link,
  body.single-commercial_for_lease .propertyCTA__link {
    padding-left: 82px;
  }
}
body.single-residential_leasing .propertyCTA__link--tel,
body.single-commercial_for_lease .propertyCTA__link--tel {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel,
  body.single-commercial_for_lease .propertyCTA__link--tel {
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA__link--tel,
  body.single-commercial_for_lease .propertyCTA__link--tel {
    margin-right: 83px;
  }
}
body.single-residential_leasing .propertyCTA__link--tel:before,
body.single-commercial_for_lease .propertyCTA__link--tel:before {
  content: "";
  height: 50px;
  width: 35px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-tel-purple.svg") no-repeat center;
  background-size: contain;
  margin-top: -5px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel:before,
  body.single-commercial_for_lease .propertyCTA__link--tel:before {
    height: 75px;
    left: 26px;
  }
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel:after,
  body.single-commercial_for_lease .propertyCTA__link--tel:after {
    content: "";
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: -5px;
    bottom: 10px;
    right: -40px;
  }
}
body.single-residential_leasing .propertyCTA__link--online:before,
body.single-commercial_for_lease .propertyCTA__link--online:before {
  content: "";
  height: 50px;
  width: 52px;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-envelop-open-purple.svg") no-repeat center;
  background-size: contain;
  margin-top: -5px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--online:before,
  body.single-commercial_for_lease .propertyCTA__link--online:before {
    height: 75px;
    left: 10px;
  }
}
body.single-residential_leasing .propertyCTA__label,
body.single-commercial_for_lease .propertyCTA__label {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__label,
  body.single-commercial_for_lease .propertyCTA__label {
    font-size: 20px;
    line-height: 30px;
  }
}
body.single-residential_leasing .propertyCTA__value,
body.single-commercial_for_lease .propertyCTA__value {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__value,
  body.single-commercial_for_lease .propertyCTA__value {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA__value,
  body.single-commercial_for_lease .propertyCTA__value {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA:after,
  body.single-commercial_for_lease .propertyCTA:after {
    content: "";
    background: #eeeeee;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 10000px;
  }
}
body.single-residential_leasing .sectionPropertyScores,
body.single-commercial_for_lease .sectionPropertyScores {
  background: #f1f5fa;
  padding: 0;
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores,
  body.single-commercial_for_lease .sectionPropertyScores {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores,
  body.single-commercial_for_lease .sectionPropertyScores {
    margin-top: 90px;
  }
}
body.single-residential_leasing .sectionPropertyScores .container,
body.single-commercial_for_lease .sectionPropertyScores .container {
  padding: 0;
}
body.single-residential_leasing .sectionPropertyScores .propertyScores,
body.single-commercial_for_lease .sectionPropertyScores .propertyScores {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScores,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScores {
    justify-content: center;
  }
}
body.single-residential_leasing .sectionPropertyScores .owl-stage-outer,
body.single-commercial_for_lease .sectionPropertyScores .owl-stage-outer {
  overflow: visible;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 60px 55px 35px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
    padding: 80px 55px 70px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
    width: 33.3%;
    padding: 110px 50px 130px;
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__label,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__label {
  line-height: 28px;
  background: #b5131b;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.64px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__title,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore__title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__title,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore__title {
    font-size: 25px;
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__amount,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__icon,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__icon {
  max-width: 70px;
  max-height: 64px;
  margin-right: 20px;
  width: auto;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__number,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__number {
  font-size: 70px;
  line-height: 1;
  color: #003652;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__number,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore__number {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore:after,
  body.single-commercial_for_lease .sectionPropertyScores .propertyScore:after {
    content: "";
    width: 1px;
    height: 132px;
    background: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore:last-child:after,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore:last-child:after {
  display: none;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev,
body.single-residential_leasing .sectionPropertyScores .owl-next,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev,
body.single-commercial_for_lease .sectionPropertyScores .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
  width: 60px;
  height: 80px;
  background: no-repeat center;
  background-size: auto 54px;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev.disabled,
body.single-residential_leasing .sectionPropertyScores .owl-next.disabled,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev.disabled,
body.single-commercial_for_lease .sectionPropertyScores .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev {
  left: 0;
  background-image: url("../images/icon-prev-grey.svg");
}
body.single-residential_leasing .sectionPropertyScores .owl-next,
body.single-commercial_for_lease .sectionPropertyScores .owl-next {
  right: 0;
  background-image: url("../images/icon-next-grey.svg");
}
body.single-residential_leasing .propertyMapSection,
body.single-commercial_for_lease .propertyMapSection {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection,
  body.single-commercial_for_lease .propertyMapSection {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection .container,
  body.single-commercial_for_lease .propertyMapSection .container {
    padding: 0;
    max-width: none;
    width: auto;
  }
}
body.single-residential_leasing .propertyMapSection .propertyMap,
body.single-commercial_for_lease .propertyMapSection .propertyMap {
  height: 400px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyMapSection .propertyMap,
  body.single-commercial_for_lease .propertyMapSection .propertyMap {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection .propertyMap,
  body.single-commercial_for_lease .propertyMapSection .propertyMap {
    height: 600px;
  }
}
body.single-residential_leasing .sectionAvailableUnits .section__text,
body.single-commercial_for_lease .sectionAvailableUnits .section__text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionAvailableUnits .section__text,
  body.single-commercial_for_lease .sectionAvailableUnits .section__text {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionAvailableUnits .section__text,
  body.single-commercial_for_lease .sectionAvailableUnits .section__text {
    margin-bottom: 30px;
  }
}
body.single-residential_leasing .availableApartments,
body.single-commercial_for_lease .availableApartments {
  display: flex;
  justify-content: center;
  min-width: 1px;
}
body.single-residential_leasing .availableApartments__header,
body.single-commercial_for_lease .availableApartments__header {
  width: 180px;
  display: none;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__header,
  body.single-commercial_for_lease .availableApartments__header {
    display: block;
  }
}
body.single-residential_leasing .availableApartments__carousel,
body.single-commercial_for_lease .availableApartments__carousel {
  display: block;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__carousel,
  body.single-commercial_for_lease .availableApartments__carousel {
    display: flex;
    flex-wrap: wrap;
  }
}
body.single-residential_leasing .availableApartments__listing,
body.single-commercial_for_lease .availableApartments__listing {
  position: relative;
  min-width: 1px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__listing,
  body.single-commercial_for_lease .availableApartments__listing {
    margin-left: 0;
    margin-right: 0;
  }
}
body.single-residential_leasing .availableApartments__listing .owl-prev,
body.single-residential_leasing .availableApartments__listing .owl-next,
body.single-commercial_for_lease .availableApartments__listing .owl-prev,
body.single-commercial_for_lease .availableApartments__listing .owl-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 74px;
  background: no-repeat center;
  background-size: auto 25px;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s;
}
body.single-residential_leasing .availableApartments__listing .owl-prev.disabled,
body.single-residential_leasing .availableApartments__listing .owl-next.disabled,
body.single-commercial_for_lease .availableApartments__listing .owl-prev.disabled,
body.single-commercial_for_lease .availableApartments__listing .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
body.single-residential_leasing .availableApartments__listing .owl-prev,
body.single-commercial_for_lease .availableApartments__listing .owl-prev {
  left: -20px;
  background-image: url("../images/icon-prev-red.svg");
}
body.single-residential_leasing .availableApartments__listing .owl-next,
body.single-commercial_for_lease .availableApartments__listing .owl-next {
  right: 0;
  background-image: url("../images/icon-next-red.svg");
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr:first-child th, body.single-residential_leasing .availableApartments__table tr:first-child td,
  body.single-commercial_for_lease .availableApartments__table tr:first-child th,
  body.single-commercial_for_lease .availableApartments__table tr:first-child td {
    height: 70px;
  }
}
body.single-residential_leasing .availableApartments__table tr:last-child,
body.single-commercial_for_lease .availableApartments__table tr:last-child {
  border-top-width: 3px;
}
body.single-residential_leasing .availableApartments__table tr:last-child th, body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child th,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
  min-height: 55px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__table tr:last-child th, body.single-residential_leasing .availableApartments__table tr:last-child td,
  body.single-commercial_for_lease .availableApartments__table tr:last-child th,
  body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    min-height: 100px;
    padding-right: 15px;
  }
}
body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__table tr:last-child td,
  body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr:last-child td,
  body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    padding: 25px 30px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr th,
  body.single-commercial_for_lease .availableApartments__table tr th {
    padding-right: 30px;
  }
}
body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
body.single-commercial_for_lease .availableApartments__table tr th,
body.single-commercial_for_lease .availableApartments__table tr td {
  width: 50%;
  height: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
  body.single-commercial_for_lease .availableApartments__table tr th,
  body.single-commercial_for_lease .availableApartments__table tr td {
    padding-left: 10px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
  body.single-commercial_for_lease .availableApartments__table tr th,
  body.single-commercial_for_lease .availableApartments__table tr td {
    width: auto;
    height: 74px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table td,
  body.single-commercial_for_lease .availableApartments__table td {
    padding: 0 15px 0 30%;
  }
}
body.single-residential_leasing .availableApartments__apartment,
body.single-commercial_for_lease .availableApartments__apartment {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__apartment,
  body.single-commercial_for_lease .availableApartments__apartment {
    width: 48%;
    margin-right: 4%;
  }
  body.single-residential_leasing .availableApartments__apartment:nth-child(2n),
  body.single-commercial_for_lease .availableApartments__apartment:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__apartment,
  body.single-commercial_for_lease .availableApartments__apartment {
    width: auto;
    margin: 0;
  }
}
body.single-residential_leasing .availableApartments__apartment:last-child,
body.single-commercial_for_lease .availableApartments__apartment:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__apartment th,
  body.single-commercial_for_lease .availableApartments__apartment th {
    display: none;
  }
}
body.single-residential_leasing .availableSpaces__table,
body.single-commercial_for_lease .availableSpaces__table {
  table-layout: fixed;
}
body.single-residential_leasing .availableSpaces__table tr,
body.single-commercial_for_lease .availableSpaces__table tr {
  border: none;
}
body.single-residential_leasing .availableSpaces__table th, body.single-residential_leasing .availableSpaces__table td,
body.single-commercial_for_lease .availableSpaces__table th,
body.single-commercial_for_lease .availableSpaces__table td {
  padding: 0 20px;
  vertical-align: middle;
}
body.single-residential_leasing .availableSpaces__table th:last-child, body.single-residential_leasing .availableSpaces__table td:last-child,
body.single-commercial_for_lease .availableSpaces__table th:last-child,
body.single-commercial_for_lease .availableSpaces__table td:last-child {
  width: 240px;
  text-align: right;
  border: none;
  padding-right: 0;
}
@media (min-width: 1600px) {
  body.single-residential_leasing .availableSpaces__table th:last-child, body.single-residential_leasing .availableSpaces__table td:last-child,
  body.single-commercial_for_lease .availableSpaces__table th:last-child,
  body.single-commercial_for_lease .availableSpaces__table td:last-child {
    width: 290px;
  }
}
body.single-residential_leasing .availableSpaces__table th,
body.single-commercial_for_lease .availableSpaces__table th {
  width: auto;
  height: 52px;
}
body.single-residential_leasing .availableSpaces__table td,
body.single-commercial_for_lease .availableSpaces__table td {
  border-top: 1px solid #dddddd;
}
body.single-residential_leasing .availableSpaces__table tbody tr:last-child td,
body.single-commercial_for_lease .availableSpaces__table tbody tr:last-child td {
  border-bottom: 3px solid #dddddd;
}
body.single-residential_leasing .availableSpaces__table tbody tr:last-child td:last-child,
body.single-commercial_for_lease .availableSpaces__table tbody tr:last-child td:last-child {
  border-bottom: none;
}
body.single-residential_leasing .sectionBuildingAreaHighlights,
body.single-commercial_for_lease .sectionBuildingAreaHighlights {
  padding-bottom: 10px;
}
body.single-residential_leasing .sectionCTA,
body.single-commercial_for_lease .sectionCTA {
  padding: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionCTA,
  body.single-commercial_for_lease .sectionCTA {
    padding: 80px 0 0;
  }
}
body.single-residential_leasing .sectionOtherProperties .section__text,
body.single-commercial_for_lease .sectionOtherProperties .section__text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionOtherProperties .section__text,
  body.single-commercial_for_lease .sectionOtherProperties .section__text {
    margin-bottom: 55px;
  }
}

body.single-neighbourhoods .sectionListing {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-neighbourhoods .sectionListing {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  body.single-neighbourhoods .sectionListing {
    padding-bottom: 54px;
  }
}
body.single-neighbourhoods .sectionNeighbourhoodsInfo {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.single-neighbourhoods .sectionNeighbourhoodsInfo {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  body.single-neighbourhoods .sectionNeighbourhoodsInfo {
    padding-top: 54px;
  }
}

@media (min-width: 1200px) {
  body.single-commercial_for_lease .availableApartments {
    display: none;
  }
}
body.single-commercial_for_lease .availableSpaces {
  display: none;
}
@media (min-width: 1200px) {
  body.single-commercial_for_lease .availableSpaces {
    display: block;
  }
}

body.page-template-residential-student-rentals .sectionListing {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-template-residential-student-rentals .sectionListing {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  body.page-template-residential-student-rentals .sectionListing {
    padding-bottom: 54px;
  }
}
body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
    padding-top: 54px;
  }
}

body.page-template-commercial .blockListing {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-commercial .blockListing {
    display: block;
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  body.page-template-commercial .blockListing {
    margin-top: 116px;
  }
}
@media (min-width: 768px) {
  body.page-template-commercial .blockListing .section__text {
    margin-bottom: 50px;
  }
}
body.page-template-commercial .blockLocations {
  margin-bottom: 0;
}
body.page-template-commercial .locationsMap {
  margin-bottom: 0;
}
body.page-template-commercial .locationsMap__filters {
  display: none;
}
body.page-template-commercial .locationsToolbar {
  display: none;
}
body.page-template-commercial .locationsTeasers {
  display: none;
}

body.page-template-commercial-for-sale .blockLocations {
  margin-top: 45px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  body.page-template-commercial-for-sale .blockLocations {
    margin-top: 75px;
    margin-bottom: 85px;
  }
}
body.page-template-commercial-for-sale .blockCTA {
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.page-template-commercial-for-sale .blockCTA {
    margin-top: 120px;
  }
}
body.page-template-commercial-for-sale .ui-slider:before {
  content: "SQ.FT.";
  font-size: 12px;
  right: 100%;
  left: auto;
  width: auto;
  margin-right: 12px;
}
body.page-template-commercial-for-sale .ui-slider:after {
  content: "";
}

body.page-template-commercial-for-lease .ui-slider:before {
  content: "SQ.FT.";
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 24px;
  right: 100%;
  left: auto;
  width: auto;
  margin-right: 12px;
}
body.page-template-commercial-for-lease .ui-slider:after {
  content: "";
}

body.page-template-contact .sectionContact {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  body.page-template-contact .sectionContact {
    padding: 80px 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .sectionContact {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
}
body.page-template-contact .contactMapContainer {
  height: 260px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapContainer {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .contactMapContainer {
    height: auto;
    width: 50%;
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapContainer .contactMapInfoboxContainer {
  display: block !important;
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .contactContentContainer {
    width: 50%;
    padding: 6.75vw 7.25vw;
    min-height: 1000px;
  }
}
body.page-template-contact .contactContentContainer .section__text {
  text-align: left;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer .section__text {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer .section__text h2 {
    margin-bottom: 20px;
  }
}
body.page-template-contact .contactMapInfoboxContainer {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer {
    display: none;
    width: 500px;
    padding: 35px 45px;
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapInfoboxContainer__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__col {
    width: 47%;
  }
}
body.page-template-contact .contactMapInfoboxContainer__colTitle {
  font-weight: 500;
  margin-bottom: 15px;
}
body.page-template-contact .contactMapInfoboxContainer__contacts {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__contacts {
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapInfoboxContainer__contacts a {
  color: #383838;
}
body.page-template-contact .contactMapInfoboxContainer__contacts .label {
  font-weight: 500;
}
body.page-template-contact .gfield {
  width: 100%;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  body.page-template-contact .gfield {
    margin-bottom: 60px;
  }
}

.siteFooter {
  position: relative;
  background: #000000;
  background-size: cover;
  color: white;
  font-size: 18px;
  font-weight: 300;
  min-height: 400px;
  padding-bottom: 39px;
}
@media (min-width: 1200px) {
  .siteFooter {
    padding-bottom: 24px;
  }
}
.siteFooter__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.siteFooter::before {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.siteFooter .container {
  position: relative;
  z-index: 30;
}
.siteFooter a {
  color: white;
}
.siteFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteFooter h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .siteFooter h4 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .siteFooter h4 {
    margin-bottom: 15px;
  }
}
.siteFooter h5 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
}
.siteFooter__cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .siteFooter__cols {
    padding-top: 87px;
  }
}
.siteFooter__cols > div {
  margin-top: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__cols > div {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteFooter__cols > div:nth-child(odd) {
    padding-right: 15px;
  }
  .siteFooter__cols > div:nth-child(even) {
    padding-left: 15px;
  }
  .siteFooter__cols > div:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__cols > div {
    margin-top: 0;
    width: 24%;
  }
}
.siteFooter {
  /*
  &__col {
    width: 17vw;
    &--follow {
      width: 17vw;
    }
    &--district {

    }
  }
  */
}
.siteFooter__socialCols {
  display: flex;
}
.siteFooter__socialCols > div {
  flex-shrink: 0;
  max-width: 91px;
}
.siteFooter__socialCols > div:not(:first-child) {
  margin-left: 12%;
}
@media (min-width: 1200px) {
  .siteFooter__socialCols > div:not(:first-child) {
    margin-left: 11%;
  }
}
.siteFooter__socialButtons {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  max-width: 130px;
}
.siteFooter__socialButtons li {
  display: block;
  height: 22px;
  margin: 6px 12px 0 0;
  width: 22px;
}
@media (min-width: 1200px) {
  .siteFooter__socialButtons li {
    margin: 9px 12px 0 0;
  }
}
.siteFooter__socialButtons li:last-child {
  margin: 6px 12px 0 0;
}
@media (min-width: 1200px) {
  .siteFooter__socialButtons li:last-child {
    margin: 9px 12px 0 0;
  }
}
.siteFooter__socialButtons li:nth-child(3n) {
  margin-right: 0;
}
.siteFooter__socialButtons a {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.siteFooter__socialButtons a:before {
  content: "";
  background: currentColor;
  mask: no-repeat center;
  mask-size: contain;
  width: 20px;
  aspect-ratio: 1;
}
.siteFooter__socialButtons a[href*="facebook.com"]:before {
  mask-image: var(--icon-facebook-square);
}
.siteFooter__socialButtons a[href*="x.com"]:before {
  mask-image: var(--icon-x);
}
.siteFooter__socialButtons a[href*="twitter.com"]:before {
  mask-image: var(--icon-x);
}
.siteFooter__socialButtons a[href*="instagram.com"]:before {
  mask-image: var(--icon-instagram);
}
.siteFooter__socialButtons a[href*="youtube.com"]:before {
  mask-image: var(--icon-youtube);
  width: 24px;
  aspect-ratio: 24/20;
}
.siteFooter__socialButtons a[href*="pinterest.com"]:before {
  mask-image: var(--icon-pinterest);
}
.siteFooter__socialButtons a[href*="linkedin.com"]:before {
  mask-image: var(--icon-linkedin-square);
}
.siteFooter__socialButtons a[href*="tiktok.com"]:before {
  mask-image: var(--icon-tiktok);
}
.siteFooter__socialButtons a[href*="pinterest.com"]:before {
  mask-image: var(--icon-pinterest-p);
}
.siteFooter__socialButtons a[href*="houzz.com"]:before {
  mask-image: var(--icon-houzz);
}
.siteFooter__contacts li {
  margin-bottom: 0.5em;
}
.siteFooter__submitButton {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 38px;
  margin-top: 12px;
  padding: 0 1em;
}
.siteFooter .siteFooter__inputText {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  height: 38px;
  margin-top: 12px;
  width: 100%;
}
.siteFooter hr {
  background-color: #b5131b;
  border: none;
  height: 5px;
  margin: 60px auto 0;
  width: 50px;
}
@media (min-width: 1200px) {
  .siteFooter hr {
    margin: 80px auto 0;
  }
}
.siteFooter__copyrightRow {
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .siteFooter__copyrightRow {
    margin-top: 30px;
  }
}
.siteFooter__copyrightRow span {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .siteFooter__copyrightRow span {
    display: inline;
    margin-top: 0;
  }
}

.fancybox-slide--iframe {
  padding: 0;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  .fancybox-slide--iframe .fancybox-content {
    max-height: 90%;
  }
}
.fancybox-slide--iframe .fancybox-content .fancybox-close-small {
  right: 0;
  top: 0;
}

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