@charset "UTF-8";
/* Slider */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

a {
  color: #000;
  touch-action: manipulation;
  transition: 0.2s;
}

a:link,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

a:visited {
  color: rgba(0, 0, 0, 0.5);
}

a:hover,
a:active,
a:focus {
  opacity: 0.5;
}

.skip {
  position: absolute;
  z-index: -999;
  top: auto;
  left: -999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.skip:focus,
.skip:active {
  z-index: 999;
  top: auto;
  left: auto;
  overflow: auto;
  width: 30%;
  height: auto;
  text-align: center;
}

.honeypot {
  display: none;
}

.center {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .break {
    display: block;
  }
}
button,
.button,
a.button {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 1.5rem 5rem;
  cursor: pointer;
  transition: 0.2s;
  font-family: inherit;
  font-size: inherit;
  font-weight: 100;
  white-space: nowrap;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
a.button:hover,
a.button:active,
a.button:focus {
  opacity: 0.8;
}
button--black,
.button--black,
a.button--black {
  background: #000;
}
button--grey,
.button--grey,
a.button--grey {
  background: #707070;
}
button--outline,
.button--outline,
a.button--outline {
  font-size: 110%;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
button--outline:hover, button--outline:active, button--outline:focus,
.button--outline:hover,
.button--outline:active,
.button--outline:focus,
a.button--outline:hover,
a.button--outline:active,
a.button--outline:focus {
  color: #fff;
  background-color: #000;
}

input,
textarea,
select {
  overflow: visible;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: inherit;
  vertical-align: bottom;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-fill-color: #fff;
}

input,
textarea,
select {
  border: 1px solid currentColor;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: #fff !important;
  box-shadow: 0 0 0 1000px #fff inset;
  text-fill-color: currentColor;
  -webkit-text-fill-color: currentColor;
}

button::-moz-focus-inner,
input:-moz-focus-inner,
select:-moz-focus-inner,
*:focus-inner {
  padding: 0;
  border: none;
}

@media (max-width: 768px) {
  button,
.button,
a.button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
[class*="--"]:not([class*=" "]) {
  position: relative;
  outline: 1px solid red;
}
[class*="--"]:not([class*=" "]):after {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "ERROR: Cannot have a Modifier (i.e. `." attr(class) "`) without a Block.";
  font-family: monospace;
  white-space: nowrap;
  color: red;
  background-color: white;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-book-webfont.eot");
  src: url("../fonts/gotham/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-book-webfont.woff") format("woff"), url("/public/ui/fonts/gotham/gotham-book-webfont.ttf") format("truetype");
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 200%;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 3.75rem;
  font-weight: 600;
  font-style: inherit;
  line-height: 5.0625rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: inherit;
  line-height: 3.375rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 1.6875rem;
  font-weight: 600;
  font-style: inherit;
  line-height: 1.6875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: inherit;
  line-height: 1.6875rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: inherit;
  line-height: 1.6875rem;
}

h1 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h2 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h3 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h4 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h5 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h6 {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0rem;
  margin-bottom: 1.6875rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin: -1px 0;
  border: 1px solid;
}

b,
strong,
em,
small,
code {
  line-height: 1;
}

b,
strong {
  font-weight: 700;
  font-style: inherit;
}

i,
em {
  font-weight: inherit;
  font-style: italic;
}

sup {
  position: relative;
  top: -0.5em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

.sans-serif {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif !important;
  letter-spacing: 0.3rem;
}

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

.Wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  transition: transform 0.7s;
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}
.Wrapper--isactive {
  transform: translateX(-330px);
}

@media (max-width: 768px) {
  .Wrapper--isactive {
    transform: translateX(-280px);
  }
}
.Hero {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5rem;
}
.Hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  pointer-events: none;
}
.Hero-logo {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  max-width: 110rem;
  padding: 2rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.Hero-logo img {
  width: 100%;
}

.Residents {
  display: flex;
  margin: 25rem 0 0 0;
  align-items: center;
}
.Residents-content {
  min-width: 40rem;
  max-width: 40rem;
  margin-right: 2rem;
  padding-top: 2rem;
}
.Residents-buttons {
  margin: 5rem 0;
}
.Residents-buttons a {
  margin-bottom: 1rem;
  font-size: 90%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.Residents-image {
  min-width: 40rem;
  text-align: center;
  flex-grow: 1;
}

@media (max-width: 900px) {
  .Residents {
    display: block;
    margin-top: 15rem;
  }
  .Residents-content {
    min-width: initial;
    max-width: initial;
    margin-right: 0;
    padding-top: 0;
  }
  .Residents-image {
    min-width: initial;
  }
}
.Brokerage {
  margin: 15rem 0 0 0;
}
.Brokerage-content {
  margin-top: 4rem;
  display: flex;
}
.Brokerage-info {
  margin-right: 4rem;
}
.Brokerage-image {
  float: right;
}

@media (max-width: 900px) {
  .Brokerage-content {
    display: block;
  }
}
.Commercial {
  margin: 25rem 0 0 0;
}
.Commercial-showcase {
  display: flex;
  flex-wrap: wrap;
}
.Commercial-showcase figure {
  position: relative;
  width: calc(50% - 4rem);
  margin: 2rem;
}
.Commercial-showcase figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.Commercial-showcase img {
  display: block;
}
.Commercial-showcase figcaption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 2rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #fff;
}
.Commercial h2 {
  margin-bottom: 2rem;
}
.Commercial-hero {
  margin: 4rem auto;
  display: block;
  text-align: center;
}
.Commercial-property {
  display: flex;
}
.Commercial-gallery {
  display: flex;
  align-items: center;
}
.Commercial-gallery figure {
  min-width: 40%;
  max-width: 70%;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .Commercial-showcase figure {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  .Commercial-showcase figcaption {
    font-size: 1.5rem;
  }
  .Commercial-gallery figure {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  .Commercial-gallery figcaption {
    font-size: 1.5rem;
  }
}
.Services {
  margin: 25rem 0 0;
}
.Services-intro, .Services-header {
  margin-bottom: 10rem;
}
.Services-people, .Services-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.Services-person, .Services-service {
  position: relative;
  width: 30%;
  margin-bottom: 5rem;
  text-align: left;
}
.Services-person h4, .Services-service h4 {
  margin-bottom: 0;
}
.Services-person h5, .Services-service h5 {
  color: #707070;
}
.Services-service {
  width: 48%;
}
.Services h2 {
  margin-bottom: 5rem;
}

.Services-person {
  cursor: pointer;
}
.Services-person:hover .Services-person-photo :first-child {
  opacity: 0;
}
.Services-person:hover .Services-bio {
  opacity: 1;
  z-index: 10000;
}

.Services-person-photo {
  aspect-ratio: 4/5;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  transition: opacity 0.2s ease-in-out;
  background-color: #000;
  width: 100%;
}
.Services-person-photo img {
  display: block;
  width: 100%;
}
.Services-person-photo :first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.Services-bio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  left: calc(100%);
  pointer-events: none;
}

.Services-person:nth-child(3n+3) .Services-bio {
  left: calc(-100%);
}

.Services-check {
  display: none;
  width: 100%;
}

.Services-check:checked {
  background-color: green;
}

@media (max-width: 768px) {
  .Services {
    margin-top: 15rem;
  }
  .Services-people, .Services-set {
    display: block;
  }
  .Services-person, .Services-service {
    width: auto;
    padding: 0;
  }

  .Services-bio {
    background: #000000b3;
    left: 0 !important;
  }

  .Services-person {
    display: block;
    width: 100%;
  }

  .Services-person input[type=checkbox] ~ .Services-bio {
    opacity: 0;
  }

  .Services-person input[type=checkbox]:checked ~ .Services-bio {
    opacity: 1;
  }

  .Services-person input[type=checkbox] ~ .Services-person-photo :first-child {
    opacity: 1;
  }

  .Services-person input[type=checkbox]:checked ~ .Services-person-photo :first-child {
    opacity: 0;
  }
}
.Availability {
  margin: 25rem 0 0;
  text-transform: uppercase;
}
.Availability-listing {
  clear: left;
  margin-bottom: 4rem;
}
.Availability-listing figure {
  float: left;
  max-width: 40%;
  position: relative;
}
.Availability-listing figure .slick-dots li button:before {
  font-size: 20px;
}
.Availability-listing:after {
  content: "";
  display: table;
  clear: both;
}
.Availability-info {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 60%;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 4rem;
}
.Availability-info h1 {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.Availability-info h2 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.Availability-info ul li {
  display: inline-block;
  margin-right: 4rem;
}
.Availability-desc {
  width: 60%;
  float: left;
  text-align: left;
  padding-left: 4rem;
}
.Availability-desc h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.Availability-desc .button {
  display: inline-block;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .Availability {
    margin-top: 15rem;
  }
  .Availability-listing figure {
    max-width: 100%;
  }
  .Availability-info {
    width: 100%;
    padding-left: 0;
  }
  .Availability-desc {
    width: 100%;
    padding-left: 0;
  }
}
.Journal {
  display: flex;
  margin-top: 25rem;
}
.Journal-content {
  max-width: 40rem;
  margin-right: 2rem;
}
.Journal-categories {
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.Journal-categories li:first-child {
  margin-bottom: 2rem;
}
.Journal-categories li:first-child a {
  color: #000;
}
.Journal-categories li a {
  color: rgba(112, 112, 112, 0.7);
}
.Journal-categories li.active a {
  color: #000 !important;
}
.Journal-feed {
  min-width: 40rem;
  flex-grow: 1;
}
.Journal-image {
  margin: 0 0 3rem;
}
.Journal-article {
  max-width: 85rem;
  margin: 0 auto 10rem;
}
.Journal-article h4 {
  margin-bottom: 0;
}
.Journal-article h5 {
  color: #707070;
}
.Journal-body {
  max-width: 60rem;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .Journal {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .Journal {
    display: block;
    margin-top: 15rem;
  }
  .Journal-feed {
    min-width: initial;
  }
}
.Portfolio {
  margin: 25rem 0 0;
}
.Portfolio-property {
  margin: 0 0 15rem;
}
.Portfolio-images {
  display: flex;
  margin: 0 auto;
}
.Portfolio-content {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.Portfolio p {
  margin: 0 0 5rem;
}

@media (max-width: 768px) {
  .Portfolio {
    margin-top: 15rem;
  }
  .Portfolio-property {
    margin: 0 0 10rem;
  }
}
.Property {
  margin: 25rem 0 0;
}
.Property-toggle {
  display: none;
  font-size: 2rem;
}
.Property-wrapper {
  display: flex;
  justify-content: space-between;
}
.Property-information {
  max-width: 40rem;
  margin-right: 2rem;
  padding-top: 2rem;
}
.Property-gallery {
  position: relative;
  top: 0;
  left: 0;
  min-width: 40rem;
  max-width: 70%;
  padding-left: 4rem;
  text-align: center;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-width: 50%;
       column-width: 50%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.Property-image {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transition: opacity 0.2s;
  transform: translateZ(0);
  border-bottom: 4rem solid transparent;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.Property-image img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.Property-neighborhood {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 70%;
  padding-left: 4rem;
}
.Property-neighborhoodimages {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-width: 33.333333%;
       column-width: 33.333333%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (max-width: 1024px) {
  .Property {
    margin: 15rem 0 0 0;
  }
  .Property-gallery {
    -moz-columns: 1;
         columns: 1;
  }
  .Property-neighborhoodimages {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 50%;
         column-width: 50%;
  }
}
@media (max-width: 768px) {
  .Property-wrapper {
    display: block;
  }
  .Property-information {
    max-width: initial;
    margin: 0 0 5rem;
  }
  .Property-gallery, .Property-neighborhood, .Property-neighborhoodinfo {
    min-width: initial;
    max-width: initial;
    padding: 0;
    -moz-columns: 1;
         columns: 1;
  }
  .Property-neighborhoodimages {
    -moz-columns: 3;
         columns: 3;
    -moz-column-width: 33.3333%;
         column-width: 33.3333%;
  }
}
@media (max-width: 600px) {
  .Property-toggle {
    display: block;
    cursor: pointer;
  }
  .Property-collapse {
    position: relative;
    overflow: hidden;
    max-height: 4.3rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: max-height 1.5s;
  }
  .Property-collapse:after, .Property-collapse:before {
    position: absolute;
    top: 18px;
    right: 10px;
    display: block;
    width: 10px;
    height: 2px;
    content: "";
    transform: rotate(45deg);
    background: #000;
    transition: 0.2s;
  }
  .Property-collapse:before {
    right: 16px;
    transform: rotate(-45deg);
  }
  .Property-collapse--isactive {
    max-height: 200rem;
  }
  .Property-collapse--isactive:after {
    transform: rotate(-45deg);
  }
  .Property-collapse--isactive:before {
    transform: rotate(45deg);
  }
  .Property-neighborhoodimages {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 50%;
         column-width: 50%;
  }
}
.Contact {
  height: 100%;
}
.Contact-header {
  height: 100%;
  max-height: 60rem;
  margin-bottom: 10rem;
  overflow: hidden;
}
.Contact-header img {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.Clients {
  margin-top: 25rem;
}
.Clients-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Clients-clients:hover a:not(:hover) {
  opacity: 0.3;
}
.Clients a {
  position: relative;
  display: block;
  margin: 4rem;
  opacity: 1;
}
.Clients a:hover img, .Clients a:active img, .Clients a:focus img {
  opacity: 1;
  filter: grayscale(0%);
}
.Clients a:hover .Clients-info, .Clients a:active .Clients-info, .Clients a:focus .Clients-info {
  display: block;
}
.Clients img {
  max-height: 8rem;
  filter: grayscale(100%);
  opacity: 0.5;
}
.Clients-info {
  position: absolute;
  top: calc(100% + 2rem);
  width: 100rem;
  max-width: 30rem;
  font-family: Gotham, Century Gothic, HelveticaNeue, arial, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.4s;
  display: none;
}

.Layout {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2rem;
}
.Layout--small {
  max-width: 700px;
}
.Layout--medium {
  max-width: 1000px;
}
.Layout--large {
  max-width: 1400px;
}
.Layout--center {
  text-align: center !important;
}

@media (min-width: 1700px) {
  .Layout {
    padding: 0 15rem;
  }
  .Layout--small {
    padding: 0 2rem;
  }
  .Layout--medium {
    padding: 0 2rem;
  }
  .Layout--large {
    padding: 0 2rem;
  }
}
.Header {
  position: absolute;
  width: 100%;
  padding: 5rem 0;
  text-align: left;
}
.Header a {
  display: inline-block;
  max-width: 23rem;
  transition: opacity 0.2s;
}
.Header--light {
  filter: invert(100%);
}
.Home-page .Header {
  display: none;
}

@media (max-width: 768px) {
  .Header {
    padding: 2rem 0 2rem;
  }
  .Header a {
    max-width: 18rem;
  }
}
.Nav {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.7s;
  transform: translateX(100%);
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.Nav--isactive {
  transform: translateX(0);
}
.Nav-button {
  position: absolute;
  top: 2rem;
  left: -7.6rem;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000;
  z-index: 2;
}
.Nav-hamburger {
  position: relative;
  top: 1;
  display: block;
  width: 2.2rem;
  height: 2px;
  margin: 0 auto;
  transition: 0.5s;
  transition-property: background, top, bottom, transform, opacity;
  background: #fff;
}
.Nav-hamburger:before, .Nav-hamburger:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
  background-color: #fff;
}
.Nav-hamburger:before {
  top: -0.8rem;
  transition-property: top, transform;
}
.Nav-hamburger:after {
  bottom: -0.8rem;
  transition-property: bottom, transform;
}
.Nav--isactive .Nav-hamburger {
  background: none;
}
.Nav--isactive .Nav-hamburger:before {
  top: 0;
  transform: rotate(45deg);
}
.Nav--isactive .Nav-hamburger:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.Nav--isactive .Nav-hamburger:before, .Nav--isactive .Nav-hamburger:after {
  transition-delay: 0s, 0.3s;
}
.Nav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 4rem;
  justify-content: space-around;
}
.Nav ul,
.Nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
.Nav li:first-child {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.Nav li:first-child:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 0.2rem;
  margin: 0 auto;
  content: "";
  background: #fff;
}
.Nav a {
  display: inline-block;
  padding: 0.9rem;
  line-height: 100%;
  color: #fff;
}
.Nav-tools {
  font-size: 1rem;
  align-self: flex-end;
}

@media (max-height: 500px) {
  .Nav ul {
    margin-bottom: 2rem;
  }
  .Nav li:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .Nav li:first-child:after {
    display: none;
  }
  .Nav a {
    padding: 0.4rem;
  }
}
@media (max-width: 768px) {
  .Nav-container {
    padding: 1rem;
  }
}
.Form {
  position: relative;
  display: flex;
  margin: 5rem 0 0;
  text-align: left;
  flex-wrap: wrap;
}
.Form input,
.Form textarea {
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 1.4rem;
}
.Form button,
.Form .button,
.Form a.button {
  width: auto;
  margin-top: 2rem;
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  background: #000;
}
.Form label {
  display: block;
  margin-bottom: 1rem;
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.Form-inputgroup {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
}
.Form-inputgroup--half {
  width: 50%;
}

@media (max-width: 768px) {
  .Form {
    margin: 5rem 0 0 0;
  }
  .Form-input {
    display: block;
    margin-bottom: 1.6875rem;
  }
  .Form input,
.Form button,
.Form textarea,
.Form .button,
.Form a.button {
    display: block;
    width: 100%;
  }
  .Form-inputgroup {
    width: 100%;
    padding-right: 0;
  }
  .Form-inputgroup--half {
    width: 100%;
  }
}
.Gallery {
  display: flex;
  margin-bottom: 2rem;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
}
.Gallery--single .Gallery-image {
  min-width: 40%;
  max-width: 100%;
}
.Gallery--double .Gallery-image {
  min-width: 20%;
  max-width: 80%;
}
.Gallery-image {
  min-width: 20%;
  max-width: 80%;
  margin: 0 2rem 4rem;
  position: relative;
}
.Gallery-image img {
  display: block;
}
.Gallery-image h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.Gallery a.Gallery-image {
  display: block;
}
.Gallery a.Gallery-image:hover {
  opacity: 1;
}
.Gallery a.Gallery-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .Gallery {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .Gallery {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .Gallery--single .Gallery-image, .Gallery--double .Gallery-image {
    width: 100%;
    max-width: 100%;
  }
  .Gallery-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}
.Slider {
  position: relative;
  margin-bottom: 5rem;
}
.Slider-image {
  height: 100vh;
  min-height: 40rem;
  max-height: 90vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.Slider-image img {
  display: none;
}
.Hero .Slider-image {
  max-height: 70vh;
}
.Slider .slick-dots {
  bottom: 1rem;
  z-index: 11;
}
.Slider .slick-dots li {
  width: 0.7rem;
  height: 0.7rem;
  font-size: 0;
  color: #fff;
  border: none;
  outline: none;
}
.Slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.3);
}
.Slider .slick-dots button {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #fff;
}
.Slider .slick-dots button:before {
  display: none;
}

@media (max-width: 768px) {
  .Slider-image {
    height: 70vh;
    min-height: 30rem;
    max-height: 70vh;
  }
}
.Lightbox {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.5s, visibility 0.5s;
  transition-timing-function: linear, step-end;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-touch-callout: none;
}
.Lightbox--active {
  visibility: visible;
  transition-timing-function: linear, step-start;
  opacity: 1;
}
.Lightbox-image {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  text-align: center;
}
.Lightbox img {
  display: block;
  width: auto;
  max-width: 95vw;
  height: auto;
  max-height: 95vh;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.Block-copy {
  margin-bottom: 10rem;
}
.Block-copy p {
  margin-bottom: 5rem;
}
.Block-images {
  margin-bottom: 0rem;
}
.Block-features {
  display: flex;
}
.Block-features img {
  display: block;
}
.Block-features a {
  display: block;
  position: relative;
  width: calc(50% - 4rem);
  margin: 2rem;
  color: #fff;
}
.Block-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .Block {
    margin-bottom: 5rem;
  }
  .Block-features {
    display: block;
  }
  .Block-features img {
    width: 100%;
  }
  .Block-features a {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.Footer {
  margin: 10rem auto;
  text-align: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-family: "Gotham", "Century Gothic", "HelveticaNeue", arial, sans-serif;
  font-size: 1.1rem;
}
.Footer > div {
  display: inline-block;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  vertical-align: top;
}
.Footer-social {
  margin-bottom: 4rem;
}
.Footer-social li {
  display: inline-block;
}
.Footer-social a {
  display: inline-block;
  padding: 2rem;
}

@media (max-width: 900px) {
  .Footer > div {
    display: block;
    width: 96%;
  }
}