@font-face {
  font-family: "Graphik Extralight";
  src: url("../fonts/GraphikExtralight.woff") format("woff");
}
@font-face {
  font-family: "Graphik Regular";
  src: url("../fonts/GraphikRegular.woff") format("woff");
}
@font-face {
  font-family: "Graphik Medium";
  src: url("../fonts/GraphikMedium.woff") format("woff");
}
@font-face {
  font-family: "Graphik Bold";
  src: url("../fonts/GraphikBold.woff") format("woff");
}
@font-face {
  font-family: "Albra Book TRIAL TRIAL";
  src: url("AlbraBookTRIAL-Regular.woff2") format("woff2"),
    url("AlbraBookTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Book TRIAL Semi TRIAL";
  src: url("AlbraBookTRIAL-Semi.woff2") format("woff2"),
    url("AlbraBookTRIAL-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Book TRIAL Light TRIAL";
  src: url("AlbraBookTRIAL-Light.woff2") format("woff2"),
    url("AlbraBookTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Book TRIAL Black TRIAL";
  src: url("AlbraBookTRIAL-Black.woff2") format("woff2"),
    url("AlbraBookTRIAL-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Book TRIAL Medium TRIAL";
  src: url("AlbraBookTRIAL-Medium.woff2") format("woff2"),
    url("AlbraBookTRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Book TRIAL Bold TRIAL";
  src: url("AlbraBookTRIAL-Bold.woff2") format("woff2"),
    url("AlbraBookTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#pum-lightbox {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pum-lightbox button {
  position: absolute;
  top: 5%;
  right: 5%;
  background-image: url(../img/btn-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
}
.stats {
  text-align: center;
}
.force-break {
  display: none;
}
@media (min-width: 1920px) {
  .force-break {
    display: block;
  }
}
.pum {
  cursor: pointer;
}
.pum.selected .pum-bubble {
  opacity: 0.3;
}
.pum.selected h6 {
  text-decoration: underline;
}
.filter {
  padding-top: 20px;
}
.filter select {
  border-color: #c1c0c0;
  color: #5c5d5d;
  font-family: "Graphik Regular";
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/btn-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97% center;
}
@media (min-width: 768px) {
  .filter {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .filter {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-gap: 20px;
  }
  .filter select {
    font-size: 20px;
  }
}
.btn-floorplan {
  background-image: url(../img/btn-floorplan.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-floorplan:hover {
  background-image: url(../img/btn-floorplan-hover.svg);
}
.results table thead {
  display: none;
}
@media (min-width: 1024px) {
  .results table thead {
    display: revert;
  }
}
.results table thead tr th {
  font-family: "Graphik Extralight";
  font-size: 14px;
  border: 0 !important;
  top: 90px;
  position: sticky;
  background-color: #fff;
}
.results table thead tr th:nth-of-type(2),
.results table thead tr th:nth-of-type(3) {
  text-align: left;
}
.results table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.results table tbody tr:nth-child(odd) > td {
  background-color: #f1f1f1;
}
.results table tbody tr:nth-child(odd):hover > td {
  background-color: #d8d8d8;
}
.results table tbody tr:nth-child(even):hover > td {
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  .results table tbody tr {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .results table tbody tr {
    display: revert;
  }
}
.results table tbody tr td {
  border: 0;
  font-family: "Graphik Light";
  font-size: 14px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.results table tbody tr td:first-of-type {
  padding-top: 15px;
  order: 0;
}
.results table tbody tr td:first-of-type:before {
  content: "Suite: ";
}
.results table tbody tr td:nth-of-type(2) {
  order: 3;
}
.results table tbody tr td:nth-of-type(2):before {
  content: "";
}
.results table tbody tr td:nth-of-type(3) {
  order: 5;
}
.results table tbody tr td:nth-of-type(3):before {
  content: "";
}
.results table tbody tr td:nth-of-type(4) {
  order: 4;
}
.results table tbody tr td:nth-of-type(4):before {
  content: "Bedroom(s): ";
}
.results table tbody tr td:nth-of-type(5) {
  order: 7;
}
.results table tbody tr td:nth-of-type(5):before {
  content: "Den: ";
}
.results table tbody tr td:nth-of-type(6) {
  order: 5;
}
.results table tbody tr td:nth-of-type(6):before {
  content: "Bath(s): ";
}
.results table tbody tr td:nth-of-type(7) {
  order: 6;
}
.results table tbody tr td:nth-of-type(7):before {
  content: "";
}
.results table tbody tr td:nth-of-type(8) {
  padding-top: 15px;
  order: 2;
  white-space: nowrap;
}
.results table tbody tr td:nth-of-type(8):before {
  content: "Available: ";
}
.results table tbody tr td:nth-of-type(9) {
  order: 8;
  padding-bottom: 15px;
  padding-top: 13px;
}
.results table tbody tr td:nth-of-type(9):before {
  content: "";
}
.results table tbody tr td:nth-of-type(10) {
  order: 9;
  padding-bottom: 15px;
}
.results table tbody tr td:nth-of-type(10):before {
  content: "";
}
.results table tbody tr td:nth-of-type(11) {
  order: 9;
  padding-bottom: 15px;
}
.results table tbody tr td:nth-of-type(11):before {
  content: "";
}
@media (min-width: 768px) {
  .results table tbody tr td:first-of-type {
    order: 0;
  }
  .results table tbody tr td:first-of-type:before {
    content: "Suite: ";
  }
  .results table tbody tr td:nth-of-type(2) {
    padding-top: 15px;
    order: 1;
  }
  .results table tbody tr td:nth-of-type(2):before {
    content: "";
  }
  .results table tbody tr td:nth-of-type(3) {
    padding-top: 15px;
    order: 2;
  }
  .results table tbody tr td:nth-of-type(3):before {
    content: "";
  }
  .results table tbody tr td:nth-of-type(4) {
    order: 6;
  }
  .results table tbody tr td:nth-of-type(4):before {
    content: "Bedroom(s): ";
  }
  .results table tbody tr td:nth-of-type(5) {
    order: 7;
  }
  .results table tbody tr td:nth-of-type(5):before {
    content: "Den: ";
  }
  .results table tbody tr td:nth-of-type(6) {
    padding-top: 5px;
    order: 5;
  }
  .results table tbody tr td:nth-of-type(6):before {
    content: "Bath(s): ";
  }
  .results table tbody tr td:nth-of-type(7) {
    padding-top: 15px;
    order: 3;
  }
  .results table tbody tr td:nth-of-type(7):before {
    content: "";
  }
  .results table tbody tr td:nth-of-type(8) {
    padding-top: 15px;
    order: 4;
    text-align: right;
  }
  .results table tbody tr td:nth-of-type(8):before {
    content: "Available: ";
  }
  .results table tbody tr td:nth-of-type(9) {
    order: 8;
  }
  .results table tbody tr td:nth-of-type(9):before {
    content: "";
  }
  .results table tbody tr td:nth-of-type(10) {
    order: 9;
    text-align: right;
  }
  .results table tbody tr td:nth-of-type(10):before {
    content: "";
  }
  .results table tbody tr td:nth-of-type(11) {
    order: 10;
  }
  .results table tbody tr td:nth-of-type(11):before {
    content: "";
  }
}
@media (min-width: 1024px) {
  .results table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: revert;
  }
  .results table tbody tr td:before {
    content: none !important;
  }
  .results table tbody tr td:not(:nth-of-type(2)):not(:nth-of-type(3)) {
    text-align: center;
  }
}
.results table tbody tr td:first-of-type {
  font-family: "Graphik Medium";
  font-size: 14px;
}
@media (min-width: 768px) {
  .results table tbody tr td:first-of-type {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .results table tbody tr td:first-of-type {
    font-size: 24px;
  }
}
.results table tbody tr td img {
  vertical-align: middle;
}
.parameter {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .parameter {
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .parameter {
    padding-bottom: 50px;
  }
}
.parameter .showing {
  font-family: "Graphik Light";
  font-size: 16px;
}
.parameter .showing strong {
  font-family: "Graphik Semibold";
}
.parameter .sort {
  justify-self: right;
}
.parameter .sort select {
  width: auto;
  border: 0;
  font-family: "Graphik Light";
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/btn-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 30px;
  background-position: 97% center;
}
.blue-box {
  background-color: #093d5f;
  border: 2px solid #093d5f !important;
}
.blue-box a {
  color: #fff !important;
}
@media (hover: hover) {
  .blue-box:hover {
    background-color: transparent;
  }
  .blue-box:hover a {
    color: #093d5f !important;
  }
}
@media (min-width: 1280px) {
  .blue-box {
    margin-left: 20px !important;
  }
}
.blue-box.current_page_item {
  background-color: transparent;
}
.blue-box.current_page_item a {
  color: #093d5f !important;
}
.blue-box.current_page_item:hover {
  background-color: #093d5f;
}
.blue-box.current_page_item:hover a {
  color: #fff !important;
}
.pum-loop {
  transform-origin: top left;
}
.pum-loop div[data-elementor-type="loop-item"]:last-of-type .border-line {
  background-image: none;
}
@media (min-width: 1280px) {
  .pum-loop {
    transform: scale(1.3);
  }
}
@media (min-width: 1920px) {
  .pum-loop {
    transform: scale(1.4);
  }
}
@media (min-width: 2560px) {
  .pum-loop {
    transform: scale(1.5);
  }
}
.hide-new-build {
  display: none;
}
#property-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #property-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#property-gallery li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  cursor: pointer;
}
.carousel-heading ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
}
.carousel-heading ul li {
  font-family: "Agenda Light";
}
.carousel-heading ul li:first-of-type {
  font-size: 50px;
  line-height: 50px;
}
.carousel-heading ul li:last-of-type {
  font-size: 18px;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .carousel-heading ul li:last-of-type {
    border-left: 2px solid #fff;
    margin-left: 40px;
    padding-left: 20px;
    width: auto;
  }
}
.carousel i {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.7));
}
.carousel i:before {
  content: "";
}
.carousel .shadow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(34, 65, 138, 0.7) 0%,
    rgba(34, 65, 138, 0) 100%
  );
}
.carousel .shadow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(34, 65, 138, 0) 0%,
    rgba(34, 65, 138, 0.7) 100%
  );
}
.carousel .slide-control {
  width: 50px;
  height: 50px;
}
.carousel .slide-control.prev {
  left: 20px;
  background-image: url("../img/carousel-arrow-left.svg");
}
.carousel .slide-control.next {
  right: 20px;
  background-image: url("../img/carousel-arrow-right.svg");
}
.carousel .showcase {
  padding: 0;
}
.carousel .showcase li {
  position: relative;
}
.carousel .showcase li a {
  position: absolute;
  display: table;
  bottom: 30px;
  right: 20px;
  color: #fff;
  padding: 9px 10px 6px;
  z-index: 1;
  font-size: 14px;
  font-family: "Agenda Bold";
  background-color: #003595;
  line-height: 1em;
  text-transform: uppercase;
}
.carousel .showcase li div {
  background-color: #fff;
  font-size: 1em;
  font-family: "Agenda Regular";
}
.carousel .showcase li div h2 {
  font-family: "Agenda Semibold";
  font-size: 1.1em;
  color: #003595;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.carousel .showcase li div p {
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
  line-height: 1em;
}
.carousel .carousel-filter {
  clear: both;
  text-align: center;
}
.carousel .carousel-filter button {
  color: #b6b6b6;
  font-family: "Agenda Light";
  font-size: 1em;
  padding: 0.5rem 0.25rem;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .carousel .carousel-filter button {
    padding: 0.5rem 0.5rem;
    letter-spacing: 0;
  }
}
.carousel .carousel-filter button.active {
  color: #fff;
}
.carousel .carousel-filter button:hover {
  border-bottom: 1px solid #b6b6b6;
}
@media (min-width: 1024px) {
  .carousel .carousel-filter button {
    padding: 0.5rem 1rem;
  }
}
.years-of-excellence a {
  margin-left: auto;
  margin-right: auto;
  display: table;
  color: #fff !important;
  font-family: "Agenda Semibold";
  background-size: auto 56%;
  background-position: right 65%;
}
.mapboxgl-ctrl-zoom-out,
.mapboxgl-ctrl-zoom-in {
  background-color: #fff !important;
  outline: none !important;
}
.mapboxgl-ctrl-zoom-out:active,
.mapboxgl-ctrl-zoom-in:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#properties-map {
  width: 100%;
  height: 468px;
}
#properties-list {
  overflow: hidden;
  height: 275px;
  padding-right: 20px;
  overflow-y: auto;
}
#properties-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 1px 4px 9px -6px;
  width: calc(100% - 17px);
}
#properties-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 1px -4px 9px -6px;
  width: calc(100% - 17px);
}
#properties-list::-webkit-scrollbar {
  width: 8px;
}
#properties-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
#properties-list::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 5px;
}
#properties-list::-webkit-scrollbar-thumb:hover {
  background: #777;
}
#properties-list ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  #properties-list ul {
    grid-template-columns: 50% 50%;
  }
}
#properties-list ul li {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  font-size: 12px;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
#properties-list ul li.active,
#properties-list ul li.inactive {
  background-color: transparent;
}
#properties-list ul li img {
  padding-right: 10px;
  float: left;
}
#properties-list ul li h3 {
  font-family: "Agenda Bold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  padding-top: 0px;
}
#properties-list ul li span {
  display: table;
  float: left;
}
#properties-map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.mapboxgl-popup {
  width: 230px;
}
.mapboxgl-popup-tip {
  align-self: start !important;
  border-style: solid !important;
  border-width: 0 20px 20px 0 !important;
  border-color: transparent #fff transparent transparent !important;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.1)) !important;
  margin-top: -1px !important;
}
.mapboxgl-popup-content {
  display: block;
  border-radius: 0 !important;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.1));
  box-shadow: none !important;
  line-height: 1em;
  font-family: "Graphik Light";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  text-align: left;
}
.mapboxgl-popup-content span {
  display: table;
}
.mapboxgl-popup-content h2 {
  font-family: "Graphik Bold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  padding-bottom: 5px;
}
.mapboxgl-popup-content button {
  display: none;
}
.mapboxgl-popup-content img.thumb {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.mapboxgl-popup-content img.marker {
  float: left;
  padding-right: 10px;
  width: 40px;
  height: auto;
} /*# sourceMappingURL=home.css.map */
