/* Minification failed. Returning unminified contents.
(187,2): run-time error CSS1030: Expected identifier, found '-'
(187,2): run-time error CSS1019: Unexpected token, found '-'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.25em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.25em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a.btn-navy, a.btn-red, a.btn-fill, a.btn, button {
  font-size: 1.1rem;
  padding: 0.7em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2em;
  white-space: nowrap;
}

html {
  font-size: 12px;
}

.container {
  background: #F2EAE5;
}

.content {
  position: relative;
}
.content .watermark-logo {
  position: absolute;
  bottom: -7em;
  right: 10%;
  width: 16em;
  z-index: 1;
}
@media (max-width: 1000px) {
  .content .watermark-logo {
    right: 50%;
    transform: translateX(50%);
  }
}

a, button, span, label {
  color: #dfd4ce;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

a, button, label {
  font-family: "Assemblage-SansBold";
}

span {
  font-family: "Assemblage-SansRegular";
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background: #ed4b49;
  color: #fff;
  border-color: #ed4b49;
  cursor: pointer;
}

a.btn-fill {
  background: #dfd4ce;
  color: #121e34;
  border-color: #dfd4ce;
}

a.btn-red {
  background: #ed4b49;
  color: #fff;
  border-color: #ed4b49;
}

a.btn-navy {
  color: #121e34;
  border-color: #121e34;
}

a.btn-lg-p {
  padding: 1.5em 3em;
}

p {
  font-family: "Assemblage-SansRegular";
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1.2em;
}

ul {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  list-style-type: disc;
  list-style-position: inside;
}

li {
  line-height: 2.3em;
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  max-height: calc(100% - 91px) !important;
}

#popup {
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 1.4em;
  line-height: 1.5em;
}

.message-bar {
  padding: 16px;
  background: rgba(0, 100, 237, 0.8);
  color: white;
  font-size: 1.2em;
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
}

.validation-summary-errors ul {
  list-style: none;
  color: red;
}

.--bg {
  background: #dfd4ce;
}

.manhattan--bg {
  background: #d4b483;
}

.queens--bg {
  background: #121e34;
}

.bronx--bg {
  background: #ed4b49;
}

.longisland--bg {
  background: #CAB2A3;
}

.california--bg {
  background: #74d835;
}

.florida--bg {
  background: #df681c;
}

.illinois--bg {
  background: #d0ec6a;
}

.washington--bg {
  background: #57b6e2;
}

.manhattan--bg-img {
  background-image: url(/Content/manhattan.jpg);
}

.queens--bg-img {
  background-image: url(/Content/queens.jpg);
}

.bronx--bg-img {
  background-image: url(/Content/thebronx.jpg);
}

.longisland--bg-img {
  background-image: url(/Content/longisland.jpg);
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 3px solid #f2eae5;
  cursor: pointer;
}
input[type=radio]:checked + label:before {
  background: #ed4b49;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 3px solid #121e34;
  cursor: pointer;
}
input[type=checkbox]:checked + label:after {
  background: #ed4b49;
}
.header {
  background-image: url(/Content/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header__content {
  padding: 15em 0;
}
@media (max-width: 1400px) {
  .header__content {
    padding: 15em 0;
  }
}
@media (max-width: 1200px) {
  .header__content {
    padding: 15em 0 10em;
  }
}
@media (max-width: 950px) {
  .header__content {
    padding: 12em 0;
  }
}
.header__content-title {
  font-family: Moret-Semibold;
  font-size: 4rem;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 550px) {
  .header__content-title {
    font-size: 3.5rem;
  }
}

.container-residential .header {
  background-image: url(/Content/bg6.jpg);
}
.container-residential .header .nav__logo {
  align-items: center;
}
.container-residential .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-residential .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-residential .header .nav__logo-text {
    display: none;
  }
}
.container-residential .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-retail .header {
  background-image: url(/Content/bg6.jpg);
}
.container-retail .header .nav__logo {
  align-items: center;
}
.container-retail .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-retail .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-retail .header .nav__logo-text {
    display: none;
  }
}
.container-retail .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-office .header {
  background-image: url(/Content/bg7.jpg);
}
.container-office .header .nav__logo {
  align-items: center;
}
.container-office .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-office .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-office .header .nav__logo-text {
    display: none;
  }
}
.container-office .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-details .header {
  height: 8em;
  margin-bottom: 2em;
}
.container-details .header__content {
  display: none;
}
.container-details .header .nav__logo {
  align-items: center;
}
.container-details .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-details .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-details .header .nav__logo-text {
    display: none;
  }
}
.container-details .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-contact .header {
  background-image: url(/Content/bg8.jpg);
}
.container-contact .header .nav__logo {
  align-items: center;
}
.container-contact .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-contact .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-contact .header .nav__logo-text {
    display: none;
  }
}
.container-contact .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-applications .header {
  background-image: url(/Content/bg8.jpg);
}
.container-applications .header .nav__logo {
  align-items: center;
}
.container-applications .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-applications .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-applications .header .nav__logo-text {
    display: none;
  }
}
.container-applications .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}

.container-static .header {
  height: 8em;
}
.container-static .header__content {
  display: none;
}
.container-static .header .nav__logo {
  align-items: center;
}
.container-static .header .nav__logo img {
  width: 7em;
  height: 7em;
  top: initial;
}
.container-static .header .nav__logo-text {
  display: block;
}
@media (max-width: 1200px) {
  .container-static .header .nav__logo-text {
    display: none;
  }
}
.container-static .header .nav__logo-text .text-harlington {
  margin-right: 0.4em;
}
.footer {
  background: #121e34;
}
.footer__inner {
  padding: 6em 0 3em;
  margin: auto;
}
@media (max-width: 1000px) {
  .footer__inner {
    padding: 10em 0 3em;
    box-sizing: border-box;
  }
}
@media (min-width: 1801px) {
  .footer__inner {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .footer__inner {
    width: 90%;
  }
}
.footer__contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6em;
}
.footer__contact-tel {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.2rem;
  color: #ed4b49;
  margin-right: 1em;
}
.footer__contact > div {
  flex-basis: 50%;
}
.footer__social-links {
  text-align: right;
}
.footer__social-links img {
  width: 20px;
  margin-left: 1em;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer__bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 1000px) {
  .footer__links {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
  }
}
.footer__links a {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-right: 2.2em;
}
@media (max-width: 1000px) {
  .footer__links a {
    margin-bottom: 1.5em;
    margin-right: 0;
  }
  .footer__links a:last-child {
    margin-bottom: 0;
  }
}
.footer__copyright {
  text-align: right;
}
.footer__copyright span {
  font-family: "Open Sans";
  text-transform: none;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}
.validation-summary-errors ul {
  margin: 0 !important;
  list-style: none;
  color: red; }

@media (min-width: 759px) {
  .mnav {
    display: none !important; } }

.mnav {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1220px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding-top: 8px;
  padding-bottom: 3px;
  z-index: 100;
  box-sizing: border-box; }
  .mnav__links {
    display: none; }
    .mnav__links > a {
      display: block;
      color: #fff;
      line-height: 2em; }
  .mnav__logo > img {
    max-width: 100px;
    max-height: 2rem; }
  .mnav__toggle {
    float: right;
    display: block;
    color: #fff;
    font-size: 20px; }

.nav {
  position: sticky;
  top: 0;
  width: 100%;
  height: 8em;
  z-index: 1000;
  background: #001B39;
}
.nav__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: auto;
}
@media (min-width: 1801px) {
  .nav__inner {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .nav__inner {
    width: 90%;
  }
}
.nav-home {
  height: 8em;
  background: #001B39;
  position: absolute;
  bottom: -8em;
  width: 100%;
  z-index: 1;
}
@media (max-width: 950px) {
  .nav-home {
    display: none;
  }
}
.nav-mobile {
  display: none;
}
@media (max-width: 950px) {
  .nav {
    display: none;
  }
  .nav-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-mobile a {
    margin: 0.5em 2em;
  }
  .nav-mobile img {
    width: 50px;
    height: 70px;
    margin-right: 2em;
  }
  .nav-mobile span {
    color: #fff;
  }
  .nav-mobile .text-harlington {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .nav-mobile .text-realty {
    font-size: 1.7rem;
    letter-spacing: 0.5em;
  }
  .nav-mobile__menu {
    position: absolute;
    top: 114px;
    right: 0;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    background: #001B39;
    padding: 0.8em 0;
    z-index: 2;
  }
  .nav-mobile__menu a {
    margin: 0.8em 2em;
  }
  .nav-mobile__menu--item-selected {
    border-bottom: 2px solid #c1262c;
    padding-bottom: 0.3em;
  }
}
.nav__logo {
  display: flex;
}
.nav__logo img {
  position: relative;
  top: -3em;
  width: 14em;
  height: 14em;
  margin-right: 2.5em;
}
.nav__logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .nav__logo-text {
    display: none;
  }
}
.nav__logo-text .text-harlington {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.nav__logo-text .text-realty {
  font-size: 1.7rem;
  letter-spacing: 0.5em;
}
.nav__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__links a {
  margin-left: 2em;
  white-space: nowrap;
}
.nav__links .btn-red {
  margin-left: 1.2em;
}
.nav__links--selected {
  position: relative;
  top: 1px;
  border-bottom: 2px solid #c1262c;
}
.page {
  margin: 13em 0 6.4em; }
  @media (max-width: 1000px) {
    .page {
      padding-top: 4em; } }
  .page h1 {
    font-family: "Moret-Semibold";
    font-size: 4em;
    text-align: center;
    margin-bottom: 1.2em;
    color: #121e34; }
    @media (max-width: 1000px) {
      .page h1 {
        margin-bottom: 1em; } }

.home__about {
  background: #fff;
}
.home__about--inner {
  padding: 6em 12em 12em;
  box-sizing: border-box;
  margin: auto;
}
@media (min-width: 1801px) {
  .home__about--inner {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .home__about--inner {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .home__about--inner {
    padding: 5em 5em 10em;
  }
}
@media (max-width: 1200px) {
  .home__about--inner {
    padding: 5em 0 10em;
  }
}
@media (max-width: 1000px) {
  .home__about--inner {
    padding: 5em 3em 12em;
  }
}
@media (max-width: 800px) {
  .home__about--inner {
    padding: 3em 2em 10em;
  }
}
.home__about h1 {
  font-family: "Moret-Semibold";
  font-size: 4rem;
  color: #121e34;
  padding-bottom: 1em;
  border-bottom: 2px solid #d4b483;
  margin-bottom: 1.6em;
}
@media (max-width: 1000px) {
  .home__about h1 {
    text-align: center;
    margin-bottom: 1em;
  }
}
.home__about--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .home__about--content {
    flex-direction: column;
  }
}
.home__about--content > div {
  width: 45%;
}
@media (max-width: 1000px) {
  .home__about--content > div {
    width: 100%;
  }
}
.home__about--content > div > p {
  font-family: "Open Sans";
  line-height: 1.5em;
  font-size: 1.4rem;
}
.home__about--content > div > ul {
  list-style-type: none;
}
.home__about--content > div > ul > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ed4b49;
  transform: rotate(45deg);
  margin-right: 1.7em;
}
.home__about--companies {
  margin-bottom: 3em;
}
.home__about--companies li {
  margin-bottom: 0.5em;
}
.search__type {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2em;
}
.search__type > div + div {
  margin-left: 4em;
}
@media (max-width: 650px) {
  .search__type > div + div {
    margin-left: 3em;
  }
}
@media (max-width: 550px) {
  .search__type > div + div {
    margin-left: 2em;
  }
}
.search__type > div label {
  font-size: 1.2rem;
}
@media (max-width: 650px) {
  .search__type > div label {
    letter-spacing: 0;
  }
}
@media (max-width: 550px) {
  .search__type > div label {
    font-size: 1rem;
  }
}
.search__inner {
  display: grid;
  background: #F2EAE5;
  border: 2px solid #aaa;
  position: relative;
  margin: auto;
}
.search__inner .selectize-control.single .selectize-input {
  border: none;
  box-shadow: none;
  background: #F2EAE5;
}
.search__inner .selectize-control.single .selectize-input.input-active {
  background: #F2EAE5;
}
.search__inner .selectize-control.single .selectize-input.full .item {
  color: #1b9dec;
}
.search__inner .selectize-control .selectize-dropdown .selectize-dropdown-content {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121e34;
}
.search__inner .selectize-control .selectize-dropdown .active {
  background: #1b9dec;
  color: #fff;
}
.search__inner .selectize-input {
  border: none;
  box-shadow: none;
  background: #F2EAE5;
  padding: 1.5em 2em;
  overflow: visible;
}
.search__inner .selectize-input > input {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121e34;
  background: none;
  border: none;
}
.search__inner .selectize-input > input:focus {
  border: none;
}
.search__inner .selectize-input > input:focus-visible {
  border: none;
}
.search__inner .selectize-input > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #121e34;
  opacity: 1; /* Firefox */
}
.search__inner .selectize-input > input::-webkit-input-placeholder { /* Edge */
  color: #121e34;
}
.search__inner .selectize-input .item {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121e34;
}
.search__inner .selectize-input.focus {
  box-shadow: none;
}
@media (min-width: 1801px) {
  .search__inner {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .search__inner {
    width: 90%;
  }
}
.search__res {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.search__com {
  grid-template-columns: 1fr 1fr 1fr 0.2fr;
  grid-template-rows: 1fr;
}
.search__com .search__e--submit {
  justify-content: flex-end;
}
.search__com .search__e--submit:before {
  border-left: none;
}
@media (max-width: 1400px) {
  .search__res {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .search__res .search__e:before {
    height: 91%;
  }
  .search__res .search__e:nth-child(1) {
    border-bottom: 1px solid #aaa;
  }
  .search__res .search__e:nth-child(2) {
    border-bottom: 1px solid #aaa;
  }
  .search__res .search__e:nth-child(3) {
    border-bottom: 1px solid #aaa;
  }
  .search__res .search__e:nth-child(4):before {
    height: 0;
  }
}
@media (max-width: 1000px) {
  .search__res {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .search__res .search__e:before {
    height: 0;
  }
  .search__res .search__e:nth-child(1) {
    grid-column: 1/span 2;
  }
  .search__res .search__e:nth-child(2) {
    grid-column: 1/span 2;
  }
  .search__res .search__e:nth-child(4) {
    border-bottom: 1px solid #aaa;
  }
  .search__res .search__e:nth-child(4):before {
    height: 16%;
    top: 42%;
  }
  .search__res .search__e:nth-child(5) {
    grid-column: 1/span 2;
    border-bottom: 1px solid #aaa;
  }
  .search__res .search__e:nth-child(6) {
    grid-column: 1/span 2;
  }
  .search__res .search__e--submit-button {
    width: 20%;
  }
  .search__com {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .search__com .search__e:before {
    height: 0;
  }
  .search__com .search__e:nth-child(1) {
    grid-column: 1/span 2;
    border-bottom: 1px solid #aaa;
  }
  .search__com .search__e:nth-child(2) {
    border-bottom: 1px solid #aaa;
  }
  .search__com .search__e:nth-child(3) {
    border-bottom: 1px solid #aaa;
  }
  .search__com .search__e:nth-child(3):before {
    height: 27%;
    top: 36%;
  }
  .search__com .search__e:nth-child(4) {
    grid-column: 1/span 2;
  }
  .search__com .search__e--submit {
    justify-content: center;
  }
  .search__com .search__e--submit-button {
    width: 20%;
  }
}
.search__e:before {
  content: "";
  height: 84%;
  border-left: 1px solid #aaa;
  position: absolute;
  top: 5px;
  z-index: 100;
}
.search__e:nth-child(1):before {
  height: 0;
}
.search__e--submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__e--submit > label {
  color: #000;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-left: 1em;
}
.search__e--submit > label > input {
  margin-right: 0.5em;
}
.search__e--submit-button {
  padding: 0.4em 0.5em;
  margin: 0 0.4em;
}
.search__e--submit-button > img {
  width: 1.3em;
}
.search .selectize-control.multi .selectize-input > div {
  border-radius: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.result {
  margin: -12em auto 0;
}
@media (max-width: 1400px) {
  .result {
    margin-top: -12em;
  }
}
@media (max-width: 1200px) {
  .result {
    margin-top: -7em;
  }
}
@media (max-width: 1000px) {
  .result {
    margin-top: 0;
  }
}
.result__top {
  margin: auto;
}
@media (min-width: 1801px) {
  .result__top {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .result__top {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .result__top {
    display: none;
  }
}
.result__map {
  height: 750px;
}
@media (max-width: 1400px) {
  .result__map {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .result__map {
    height: 500px;
  }
}
.result__boroughs {
  margin: 3.5em 0 5em;
}
.result__boroughs--title {
  font-family: "Assemblage-SansBold";
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #121e34;
  margin-bottom: 2em;
}
.result__boroughs--items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .result__boroughs--items {
    flex-direction: column;
  }
}
.result__boroughs--item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 7em 5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.result__boroughs--item > div {
  width: 70%;
  font-family: "Assemblage-SansSemibold";
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1.5em 0.5em;
}
@media (max-width: 1700px) {
  .result__boroughs--item {
    padding: 6em 4em;
  }
}
@media (max-width: 1500px) {
  .result__boroughs--item {
    padding: 5em 3em;
  }
  .result__boroughs--item > div {
    font-size: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .result__boroughs--item {
    padding: 4em 2em;
  }
  .result__boroughs--item > div {
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) {
  .result__boroughs--item {
    width: 100%;
    padding: 2em 4em;
  }
  .result__boroughs--item + a {
    margin-top: 2em;
  }
  .result__boroughs--item > div {
    font-size: 1.5em;
    padding: 2em 0;
  }
}
.result__info {
  font-family: "Assemblage-SansSemibold";
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
}
.result__info a {
  color: #ed4b49;
}
.result__buildings {
  background: #fff;
}
.result__buildings--items {
  padding: 4.5em 0 11.8em;
  margin: auto;
}
@media (min-width: 1801px) {
  .result__buildings--items {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .result__buildings--items {
    width: 90%;
  }
}
.result__building {
  padding: 2.5em 0;
}
.result__building-content--top {
  display: flex;
}
@media (max-width: 900px) {
  .result__building-content--top {
    flex-direction: column;
  }
}
.result__building-content--bottom {
  display: none;
}
@media (max-width: 600px) {
  .result__building-content--bottom {
    display: flex;
    flex-direction: column;
  }
  .result__building-content--bottom a {
    font-size: 1.5rem;
    text-align: center;
  }
  .result__building-content--bottom a + a {
    margin-top: 0.5em;
  }
}
.result__building + .result__building {
  border-top: 2px solid #d4b483;
}
.result__building:last-child {
  border-bottom: 2px solid #d4b483;
}
.result__building-neighborhood {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.3em 1em;
}
.result__building-image {
  margin-right: 2.3em;
}
.result__building-image img {
  width: 30em;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .result__building-image img {
    width: 20em;
  }
}
.result__building-info {
  width: 100%;
}
.result__building-info--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
.result__building-info--bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .result__building-info--bottom {
    flex-direction: column;
  }
  .result__building-info--bottom > div {
    margin-bottom: 2em;
  }
}
.result__building--title {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  color: #d4b483;
  margin-bottom: 0.8em;
}
.result__building--table th {
  font-family: "Assemblage-SansBold";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4b483;
  text-align: left;
}
.result__building--table td {
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: 700;
  color: #121e34;
  padding: 1.2em 0;
}
.result__building--info {
  font-family: "Open Sans";
  font-size: 1.8rem;
  letter-spacing: 0;
  text-transform: initial;
  color: #121e34;
}
.result__building--info b {
  color: #ed4b49;
  font-weight: 600;
}
.result__building--dates {
  margin-bottom: 1em;
}
.result__building-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .result__building-buttons {
    display: none;
  }
}
.result__building-buttons .btn-red {
  font-size: 1rem;
  padding: 1em 1.5em;
  margin-left: 0.5em;
}
.result__building-addresses {
  display: flex;
  flex-direction: column;
}
.result__building-addresses a {
  font-family: "Moret-Semibold";
  font-size: 3.3rem;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: initial;
  color: #121e34;
}
.result__building-avail {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
.result__building-agent {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
}
.result__building-openhouse {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
}
.result__building-openhouse-info {
  font-size: 1.2rem;
}
.result__building-openhouse .addeventatc {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ed4b49;
  margin-left: 0.5em;
}

.container-office .result__boroughs--item {
  width: 24%;
  padding: 5em;
}
.container-office .result__boroughs--item > div {
  font-size: 1.4rem;
  padding: 2em;
}
@media (max-width: 1800px) {
  .container-office .result__boroughs--item {
    padding: 6em 4em;
  }
  .container-office .result__boroughs--item > div {
    font-size: 1.3rem;
  }
}
@media (max-width: 1700px) {
  .container-office .result__boroughs--item {
    padding: 5em 3em;
  }
  .container-office .result__boroughs--item > div {
    font-size: 1.2rem;
  }
}
@media (max-width: 1500px) {
  .container-office .result__boroughs--item {
    padding: 4em 2em;
  }
  .container-office .result__boroughs--item > div {
    padding: 1.8em;
  }
}
@media (max-width: 1300px) {
  .container-office .result__boroughs--item {
    padding: 4em 2em;
  }
  .container-office .result__boroughs--item > div {
    font-size: 1.1rem;
    padding: 1.5em;
  }
}
@media (max-width: 800px) {
  .container-office .result__boroughs--item {
    width: 100%;
  }
  .container-office .result__boroughs--item + a {
    margin-top: 2em;
  }
  .container-office .result__boroughs--item > div {
    font-size: 1.5em;
    padding: 2.5em 0;
  }
}
/* AddEvent theme CSS
---------------------------------------------------------------------- */
/* The button */
.addeventatc {
  display: inline-block;
  position: relative;
  font-family: Roboto, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-weight: 300;
  color: #4085c2;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.addeventatc:hover {
  color: #4085c2;
  text-decoration: underline;
}

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method {
  display: none !important;
}

/* The drop down */
.addeventatc_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  padding: 9px 10px 9px 40px;
}

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
}

.addeventatc_dropdown .frs {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc_dropdown .frs:hover {
  color: #999 !important;
}

.addeventatc_dropdown .ateappleical {
  background-image: url(/Content/public/gfx/dropdown-apple-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .ateoutlook {
  background-image: url(/Content/public/gfx/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .ateoutlookcom {
  background-image: url(/Content/public/gfx/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .ategoogle {
  background-image: url(/Content/public/gfx/dropdown-google-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .ateyahoo {
  background-image: url(/Content/public/gfx/dropdown-yahoo-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .atefacebook {
  background-image: url(/Content/public/gfx/dropdown-facebook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

.addeventatc_dropdown span {
  font-family: "Segoe UI", Arial;
}
.amenities {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}
.amenities__item {
  line-height: 1.4em;
  padding-bottom: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column;
}
.amenities__item .fa {
  padding-right: 5px;
}
.avl__group {
  margin-bottom: 2em;
}
.avl__group-title {
  font-family: "Assemblage-SansBold";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #d4b483;
  padding: 0.7em 1.3em;
  margin-bottom: 2em;
}
.avl__apt {
  border-bottom: 2px solid #121e34;
  margin-bottom: 3em;
}
.avl__apt > div {
  margin-bottom: 2.5em;
}
.avl__apt-photos a {
  margin-right: 0.2em;
}
.avl__apt-photos img {
  width: 78px;
  height: 78px;
}
.avl__apt-links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .avl__apt-links {
    flex-direction: column;
  }
}
.avl__apt-links .avl__apt-urls {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1800px) {
  .avl__apt-links .avl__apt-urls {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  .avl__apt-links .avl__apt-urls {
    flex-direction: row;
    margin-top: 1em;
  }
}
.avl__apt-links .avl__apt-urls a {
  margin-left: 1em;
  margin-bottom: 1em;
}
.avl__apt-available {
  display: flex;
  align-items: baseline;
}
.avl__apt-name {
  font-family: "Open Sans";
  font-size: 1.8rem;
  font-weight: 700;
  color: #121e34;
  margin-right: 1em;
}
.avl__apt-date {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ed4b49;
}
.avl__apt-rooms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6em 1.7em;
  border-top: 2px solid #d4b483;
  border-bottom: 2px solid #d4b483;
}
@media (max-width: 600px) {
  .avl__apt-rooms {
    flex-direction: column;
    align-items: flex-start;
  }
  .avl__apt-rooms > div + div {
    margin-top: 1em;
  }
}
.avl__apt-rooms > div {
  font-family: "Assemblage-SansBold";
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #121e34;
}
.avl__apt-rooms .avl__apt-price {
  font-family: "Open Sans";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
  color: #ed4b49;
}
.avl__apt-amenities {
  display: flex;
}
@media (max-width: 1400px) {
  .avl__apt-amenities {
    flex-direction: column;
  }
}
.avl__apt-amenities ul {
  list-style-type: none;
  font-family: "Open Sans";
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: initial;
  flex-basis: 50%;
}
.avl__apt-amenities ul > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ed4b49;
  transform: rotate(45deg);
  margin-right: 1em;
}
.avl__apt-notes p {
  font-family: "Open Sans";
  font-size: 1.2rem;
}
.avl__apt-request {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #d4b483;
  padding-top: 3em;
}
@media (max-width: 600px) {
  .avl__apt-request {
    flex-direction: column;
  }
  .avl__apt-request span {
    margin-bottom: 1em;
  }
}
.avl__apt-contact {
  font-family: "Open Sans";
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: initial;
  color: #121e34;
}
.avl__apt-contact b {
  font-weight: 700;
}
.avl__spaces table {
  width: 100%;
}
.avl__space th {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: #d4b483;
  padding: 0.5em 1em;
}
.avl__space th:first-child {
  text-align: left;
}
.avl__space th:last-child {
  text-align: right;
}
.avl__space th:nth-child(2) {
  text-align: left;
}
.avl__space th:nth-child(3) {
  text-align: right;
}
.avl__space th:nth-child(4) {
  text-align: right;
}
.avl__space td {
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: 700;
  color: #121e34;
  padding: 1.2em 1em;
}
.avl__space td:first-child {
  padding: 1.2em 1em 0.5em 0;
  text-align: left;
}
.avl__space td:last-child {
  padding: 1.2em 0 0.5em 1em;
  text-align: right;
}
.avl__space td:nth-child(2) {
  text-align: left;
}
.avl__space td:nth-child(3) {
  text-align: right;
}
.avl__space td:nth-child(4) {
  text-align: right;
}
.avl__space td.avl__space-rent {
  color: #ed4b49;
}
.avl__space-details td {
  padding: 2em 0;
  border-bottom: 2px solid #121e34;
}
.avl__space-details td > div {
  margin-bottom: 2.5em;
}
.avl__message {
  font-family: "Assemblage-SansBold";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ed4b49;
}
.details {
  margin: 0 4.3em;
  padding-bottom: 15em;
}
@media (max-width: 1800px) {
  .details {
    padding-bottom: 10em;
  }
}
@media (max-width: 1000px) {
  .details {
    margin: 0 3em;
  }
}
.details__back {
  margin-bottom: 3.6em;
}
.details__back a {
  font-family: "Assemblage-SansBold";
  color: #ed4b49;
}
.details__back a span {
  color: #ed4b49;
  font-size: 2.5rem;
  margin-right: 0.3em;
  position: relative;
  top: 5px;
}
.details__content {
  display: flex;
  justify-content: space-between;
}
.details__building {
  flex-basis: 50%;
  position: relative;
}
@media (max-width: 1200px) {
  .details__building {
    flex-basis: 100%;
  }
}
.details__building--edit {
  margin-bottom: 2em;
}
.details__building-addresses {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.1em;
  border-bottom: 2px solid #d4b483;
  margin-bottom: 3.5em;
}
.details__building-address-1 {
  font-family: "Moret-Semibold";
  font-size: 3.3rem;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: initial;
  color: #121e34;
}
.details__building-address-2 {
  font-family: "Open Sans";
  font-size: 1.8rem;
  letter-spacing: 0;
  text-transform: initial;
  color: #121e34;
}
.details__building--section {
  margin-bottom: 3.2em;
}
.details__building--section-title {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4b483;
  margin-bottom: 1em;
}
.details__building--section-info {
  font-family: "Open Sans";
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #121e34;
  position: relative;
}
.details__building--section-info b {
  font-weight: 700;
}
.details__building--section-info .addeventatc {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ed4b49;
  margin-left: 0.5em;
}
.details__building--section-date {
  font-family: "Open Sans";
  font-size: 1.8rem;
  letter-spacing: 0;
  text-transform: initial;
  color: #121e34;
}
.details__building--section-flex {
  display: flex;
  justify-content: space-between;
}
.details__building--section-flex > div {
  flex-basis: 50%;
}
.details__building--list {
  display: flex;
}
@media (max-width: 1400px) {
  .details__building--list {
    flex-direction: column;
  }
}
.details__building--list ul {
  list-style-type: none;
  font-family: "Open Sans";
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: initial;
  flex-basis: 50%;
}
.details__building--list ul > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ed4b49;
  transform: rotate(45deg);
  margin-right: 1em;
}
.details__building--buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.details__building--buttons a {
  margin-left: 0.5em;
}
.details__building-avail {
  margin-bottom: 5em;
}
.details__building-avail-title {
  font-family: "Open Sans";
  font-size: 2rem;
  color: #121e34;
  margin-bottom: 0.7em;
}
.details__right {
  flex-basis: 45%;
}
.details__right--mobile {
  display: none;
}
.details__right--mobile .right__photos {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 2em;
}
.details__right--mobile .right__photos > a {
  display: none;
}
.details__right--mobile .right__map {
  margin-bottom: 2em;
}
@media (max-width: 1200px) {
  .details__right--mobile {
    display: block;
  }
}
@media (max-width: 1200px) {
  .details__right {
    display: none;
  }
}
.details__contact {
  color: #ed4b49;
}
.details__agent-phone {
  font-family: inherit;
  color: inherit;
}

#swipebox-title {
  line-height: 3em;
}

#swipebox-container #swipebox-slider .slide .swipebox-video-container {
  padding: 0;
}

.right__photos {
  padding-bottom: 4.3em;
  margin-bottom: 4.8em;
  border-bottom: 2px solid #d4b483;
}
.right__photos-main {
  width: 40em;
  height: 40em;
  object-fit: cover;
}
.right__photos-other {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7em;
}
.right__photos-other a {
  margin-right: 1em;
  margin-bottom: 1em;
}
.right__photos-other a img {
  width: 12em;
}
@media (max-width: 1000px) {
  .right__photos-other a img {
    width: 10em;
  }
}
@media (max-width: 600px) {
  .right__photos-other a img {
    width: 8em;
  }
}
.right__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 20px 0 0;
}
.right__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right__map {
  height: 600px;
}
@media (max-width: 1400px) {
  .right__map {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .right__map {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .right__map {
    height: 300px;
  }
}
.featured {
  padding: 12em 0 5em;
}
@media (max-width: 950px) {
  .featured {
    padding-top: 5em;
  }
}
.featured__title {
  font-family: "Moret-Semibold";
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.2em;
  color: #121e34;
}
@media (max-width: 1400px) {
  .featured__title {
    margin-bottom: 1em;
  }
}
.featured__items {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 600px) {
  .featured__items {
    display: none;
  }
}
@media (min-width: 1801px) {
  .featured__items {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .featured__items {
    width: 90%;
  }
}
.featured__item {
  display: flex;
  flex-direction: column;
  width: 23%;
}
@media (max-width: 1400px) {
  .featured__item {
    width: 31%;
  }
  .featured__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 900px) {
  .featured__item {
    width: 47%;
  }
  .featured__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .featured__item {
    width: 60%;
  }
  .featured__item:nth-child(3) {
    display: inline;
  }
  .featured__item:nth-child(4) {
    display: inline;
  }
}
.featured__item--image {
  height: 65%;
}
@media (max-width: 1200px) {
  .featured__item--image {
    height: 60%;
  }
}
@media (max-width: 600px) {
  .featured__item--image {
    height: 65%;
  }
}
.featured__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__item--neighborhood {
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  font-size: 1.1rem;
}
.featured__item--info {
  padding: 1.3em 0;
  background: #fff;
  color: #121e34;
}
.featured__item--info-title {
  font-family: "Moret-Semibold";
  font-size: 2.1rem;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1800px) {
  .featured__item--info-title {
    font-size: 2rem;
  }
}
.featured__item--info-description {
  font-family: "Assemblage-SansBold";
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.4em;
}
@media (max-width: 1800px) {
  .featured__item--info-description {
    font-size: 1.1rem;
  }
}
.featured__item--info-description .rent {
  font-family: "Assemblage-SansBold";
  color: #d4b483;
}
.featured__bottom {
  text-align: center;
  margin-top: 3em;
}
.featured__bottom img {
  vertical-align: middle;
  margin-left: 1em;
}
.featured__bottom span {
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  left: 15px;
  top: 5px;
}
.recent {
  padding-top: 6em;
  background: #121e34;
  border-bottom: 3px solid #121e34;
}
@media (max-width: 1000px) {
  .recent {
    display: none;
  }
}
.recent__inner {
  margin: auto;
  border-bottom: 2px solid #d4b483;
}
@media (min-width: 1801px) {
  .recent__inner {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .recent__inner {
    width: 90%;
  }
}
.recent__title {
  font-family: "Assemblage-SansSemibold";
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #dfd4ce;
  margin-bottom: 1em;
}
.recent__content {
  display: flex;
  justify-content: space-between;
}
.recent__item {
  display: flex;
  flex-direction: column;
  width: 23%;
}
@media (max-width: 1400px) {
  .recent__item {
    width: 31%;
  }
  .recent__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 900px) {
  .recent__item {
    width: 47%;
  }
  .recent__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .recent__item {
    width: 60%;
  }
  .recent__item:nth-child(3) {
    display: inline;
  }
  .recent__item:nth-child(4) {
    display: inline;
  }
}
.recent__item--image {
  height: 70%;
}
@media (max-width: 1200px) {
  .recent__item--image {
    height: 65%;
  }
}
@media (max-width: 600px) {
  .recent__item--image {
    height: 70%;
  }
}
.recent__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent__item--neighborhood {
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  font-size: 1.1rem;
}
.recent__item--info {
  padding: 1.3em 0;
  background: #fff;
  color: #121e34;
}
.recent__item--info-title {
  font-family: "Moret-Semibold";
  font-size: 2.1rem;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1800px) {
  .recent__item--info-title {
    font-size: 2rem;
  }
}
.recent__item--info-description {
  font-family: "Assemblage-SansBold";
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.4em;
}
@media (max-width: 1800px) {
  .recent__item--info-description {
    font-size: 1.1rem;
  }
}
.recent__item--info-description .rent {
  font-family: "Assemblage-SansBold";
  color: #d4b483;
}
.validation-summary-errors ul {
  margin: 0 !important;
  list-style: none;
  color: red; }

.brokers__submit {
  font-size: 1.1rem;
  padding: .7em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: .2em;
  white-space: nowrap; }

.brokers__label {
  text-transform: uppercase; }

.brokers__input {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  background: #f5f5f5; }
  .brokers__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 100; }
  .brokers__input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 100; }
  .brokers__input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 100; }
  .brokers__input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 100; }
  .brokers__input:focus, .brokers__input.focus {
    border-bottom: solid 2px #84a8ff;
    outline: none; }

.brokers__form {
  max-width: 450px; }

.brokers__radio {
  display: inline-block;
  margin-right: 20px; }

.brokers__submit {
  margin-top: 50px;
  margin-bottom: 100px; }

.brokers__success {
  margin: 20px 0 100px;
  color: green;
  background: #defdbb;
  padding: 40px;
  line-height: 1.5em; }

.applications {
  padding: 5em 15em 12em;
  box-sizing: border-box;
  color: #121e34;
  margin: auto;
}
@media (min-width: 1801px) {
  .applications {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .applications {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .applications {
    padding: 5em 10em 12em;
  }
}
@media (max-width: 1200px) {
  .applications {
    padding: 5em 5em 12em;
  }
}
@media (max-width: 1000px) {
  .applications {
    padding: 3em 3em 12em;
  }
}
.applications__title {
  font-family: "Moret-Semibold";
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.applications p {
  font-family: "Open Sans";
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.applications p a {
  font-family: "Open Sans";
  font-weight: 800;
  color: #121e34;
  text-transform: initial;
  letter-spacing: 0;
  text-decoration: underline;
}
.applications ul {
  list-style-type: none;
  font-family: "Open Sans";
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: initial;
  flex-basis: 50%;
  margin-left: 2em;
  margin-bottom: 0.8em;
}
.applications ul > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ed4b49;
  transform: rotate(45deg);
  margin-right: 1em;
}
.applications__info {
  font-family: "Open Sans";
  font-size: 1.1rem;
  font-style: italic;
}
.applications__info img {
  width: 75px;
  margin-bottom: 1em;
}
.applications .result__map {
  height: 500px;
  margin-bottom: 3em;
}
@media (max-width: 1400px) {
  .applications .result__map {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .applications .result__map {
    height: 300px;
  }
}
.applications .properties {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .applications .properties {
    flex-direction: column;
  }
}
.applications .properties > div {
  width: 45%;
}
@media (max-width: 1000px) {
  .applications .properties > div {
    width: 100%;
  }
}
.applications .properties__type-name {
  font-family: "Moret-Semibold";
  font-size: 2rem;
}
.applications .properties__neighborhood {
  margin: 1em 0;
}
.applications .properties__neighborhood-name {
  font-family: "Assemblage-SansSemibold";
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.3em 1em;
}
.applications .properties__building-link {
  margin-top: 0.3em;
}
.applications .properties__building-link a {
  font-family: "Open Sans";
  color: #121e34;
  text-transform: initial;
  letter-spacing: 0;
}
.applications .properties__building-link a:hover {
  text-decoration: underline;
}
.contact {
  padding: 6.4em 10em 12em;
  box-sizing: border-box;
  color: #121e34;
  margin: auto;
}
@media (min-width: 1801px) {
  .contact {
    width: 1700px;
  }
}
@media (max-width: 1800px) {
  .contact {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .contact {
    padding: 5em 5em 12em;
  }
}
@media (max-width: 1200px) {
  .contact {
    padding: 5em 0 12em;
  }
}
@media (max-width: 1000px) {
  .contact {
    padding: 3em 3em 12em;
  }
}
.contact__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact__content > div {
  width: 43%;
}
@media (max-width: 1000px) {
  .contact__content > div {
    width: 100%;
  }
  .contact__content > div + div {
    margin-top: 2em;
  }
}
.contact__title {
  font-family: "Moret-Semibold";
  font-size: 2.4rem;
  margin-bottom: 0.6em;
  line-height: 1em;
}
.contact__hint {
  font-family: "Open Sans";
  font-size: 1.3rem;
  line-height: 1.5em;
}
.contact__fields {
  border: 1px solid #aaa;
  background: #F6F1EE;
  margin: 3em 0 2.6em;
}
.contact__fields > div {
  padding: 1.8em;
}
.contact__fields > div + div {
  border-top: 1px solid #aaa;
}
.contact__fields .contact-field {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121e34;
  background: none;
  border: none;
  width: 33em;
  outline: none;
}
.contact__fields .contact-field:focus {
  border: none;
}
.contact__fields .contact-field:focus-visible {
  border: none;
}
.contact__fields .contact-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #121e34;
  opacity: 1; /* Firefox */
}
.contact__fields .contact-field::-webkit-input-placeholder { /* Edge */
  color: #121e34;
}
.contact__fields textarea {
  height: 8.3em;
  resize: none;
  line-height: 1.2em;
}
.contact button {
  padding: 1.4em 3em;
}
.contact label {
  color: #121e34;
}
.contact__q {
  font-family: "Assemblage-SansBold";
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121e34;
  margin-bottom: 1em;
}
.contact__a {
  display: flex;
  justify-content: space-evenly;
}
.contact__a input {
  margin-right: 1em;
}
.contact__info {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5em;
  border-top: 2px solid #d4b483;
  padding-top: 4.6em;
}
@media (max-width: 1000px) {
  .contact__info {
    flex-direction: column;
  }
}
.contact__info > div {
  width: 40%;
}
@media (max-width: 1000px) {
  .contact__info > div {
    width: 100%;
  }
  .contact__info > div + div {
    margin-top: 2em;
  }
}
.contact__info-text {
  font-family: "Open Sans";
  font-size: 1.1rem;
  font-style: italic;
}
.contact__info-text img {
  width: 75px;
  margin-bottom: 1em;
}
.contact__address {
  margin-bottom: 2em;
}
.contact__tel {
  display: flex;
  font-family: "Open Sans";
  font-size: 1.3rem;
}
.contact__tel-type {
  font-family: "Moret-Semibold";
  font-size: 1.5rem;
  line-height: 1.1em;
  margin-right: 0.5em;
}
.contact__message {
  font-family: "Assemblage-SansSemibold";
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

