@charset "UTF-8";
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.manhatten-skyline.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the *_subsetted.html file in the root directory of this package.
 *
 */
/* Complete */
@font-face {
  font-family: "Akkurat-Pro-Regular";
  src: url("../fonts/lineto-akkurat-pro-regular.eot");
  src: url("../fonts/lineto-akkurat-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-regular.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Pro-Bold";
  src: url("../fonts/lineto-akkurat-pro-bold.eot");
  src: url("../fonts/lineto-akkurat-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bold.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Pro-Italic";
  src: url("../fonts/lineto-akkurat-pro-italic.eot");
  src: url("../fonts/lineto-akkurat-pro-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-italic.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Pro-Lightitalic";
  src: url("../fonts/lineto-akkurat-pro-lightitalic.eot");
  src: url("../fonts/lineto-akkurat-pro-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-lightitalic.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-lightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Pro-Light";
  src: url("../fonts/lineto-akkurat-pro-light.eot");
  src: url("../fonts/lineto-akkurat-pro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-light.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Pro-Bolditalic";
  src: url("../fonts/lineto-akkurat-pro-bolditalic.eot");
  src: url("../fonts/lineto-akkurat-pro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bolditalic.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?99677187");
  src: url("../fonts/fontello.eot?99677187#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?99677187") format("woff2"), url("../fonts/fontello.woff?99677187") format("woff"), url("../fonts/fontello.ttf?99677187") format("truetype"), url("../fonts/fontello.svg?99677187#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?99677187#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
  content: '\e800';
}

/* '' */
.icon-th:before {
  content: '\e801';
}

/* '' */
.icon-down-open-big:before {
  content: '\e802';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-facebook:before {
  content: '\f300';
}

/* '' */
.icon-twitter-bird:before {
  content: '\f303';
}

/* '' */
.icon-linkedin:before {
  content: '\f31a';
}

/* '' */
.mta {
  height: 1.4rem;
  width: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.3rem;
}

@media (min-width: 48em) {
  .mta {
    margin-right: 0rem;
    margin-left: 0.3rem;
  }
}

.mta-1 {
  background-image: url("../../images/mta/1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-2 {
  background-image: url("../../images/mta/2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-3 {
  background-image: url("../../images/mta/3.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-4 {
  background-image: url("../../images/mta/4.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-5 {
  background-image: url("../../images/mta/5.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-6 {
  background-image: url("../../images/mta/6.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-7 {
  background-image: url("../../images/mta/7.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-a {
  background-image: url("../../images/mta/a.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-b {
  background-image: url("../../images/mta/b.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-c {
  background-image: url("../../images/mta/c.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-d {
  background-image: url("../../images/mta/d.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-e {
  background-image: url("../../images/mta/e.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-f {
  background-image: url("../../images/mta/f.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-g {
  background-image: url("../../images/mta/g.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-j {
  background-image: url("../../images/mta/j.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-l {
  background-image: url("../../images/mta/l.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-m {
  background-image: url("../../images/mta/m.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-n {
  background-image: url("../../images/mta/n.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-q {
  background-image: url("../../images/mta/q.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-r {
  background-image: url("../../images/mta/r.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-s {
  background-image: url("../../images/mta/s.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-sir {
  background-image: url("../../images/mta/sir.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-w {
  background-image: url("../../images/mta/w.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.mta-z {
  background-image: url("../../images/mta/z.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.pta {
  font-size: 1rem;
  margin-right: 0.3rem;
  font-family: "Akkurat-Pro-Bold";
}

@media (min-width: 48em) {
  .pta {
    margin-right: 0rem;
    margin-left: 0.3rem;
  }
}

.transport {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 48em) {
  .transport {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.transport:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.transport__hub {
  box-sizing: border-box;
  width: 100%;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

@media (min-width: 48em) {
  .transport__hub {
    width: 50%;
    padding-bottom: 0rem;
  }
}

.transport__options {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  right: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 48em) {
  .transport__options {
    width: 50%;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.hide-desktop {
  display: inherit;
}

@media (min-width: 48em) {
  .hide-desktop {
    display: none;
  }
}

.hide-mobile {
  display: none;
}

@media (min-width: 48em) {
  .hide-mobile {
    display: inherit;
  }
}

.padding-bottom {
  padding-bottom: 3rem;
}

.padding-bottom-lg {
  padding-bottom: 6rem;
}

.padding-bottom-sm {
  padding-bottom: 1rem;
}

.padding-top {
  padding-top: 3rem;
}

.padding-top-lg {
  padding-top: 6rem;
}

.padding-top-sm {
  padding-top: 1rem;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-bottom-lg {
  margin-bottom: 6rem;
}

.margin-bottom-sm {
  margin-bottom: 1rem;
}

.margin-top {
  margin-top: 3rem;
}

.margin-top-lg {
  margin-top: 6rem;
}

.margin-top-sm {
  margin-top: 1rem;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background: white;
  overflow-x: hidden;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

blockquote before, blockquote after, q before, q after {
  content: '';
}

a img {
  border: none;
}

sup {
  font-size: 40%;
  vertical-align: super;
  padding-left: 2px;
  padding-right: 2px;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}

.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  position: relative;
}

.container {
  width: 96%;
  max-width: 71rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-lg {
  width: 96%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
}

.row--seamless {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-seamless {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}

html {
  font-size: 3.2vw;
}

@media (min-width: 48em) {
  html {
    font-size: 1.4vw;
  }
}

@media (min-width: 64em) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 75em) {
  html {
    font-size: 1vw;
  }
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

html.modal--open {
  overflow-y: hidden;
}

body {
  max-width: 100%;
}

.icon__block {
  height: 12rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icon__block--concierge {
  height: 16rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icon__block--concierge img {
  max-width: 100%;
  width: 10rem;
  /* 160/16 */
}

.icon__block--bg {
  height: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("/images/icon-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon__block--bg img {
  max-width: 10rem;
  width: 60%;
  /* 160/16 */
}

.icon__copy {
  width: 80%;
  margin: 0 auto;
}

.icon__title {
  color: white;
  font-family: "Akkurat-Pro-Bold";
  text-align: center;
  font-size: 1rem;
}

.icon__title--black {
  color: #1e1e1e;
  font-family: "Akkurat-Pro-Bold";
  text-align: center;
  font-size: 1rem;
}

.icon__title sup {
  font-size: 40%;
  vertical-align: super;
  padding-left: 2px;
}

popup-wrapper #popupClose img {
  display: none;
}

body #onetrust-consent-sdk #onetrust-banner-sdk {
  font-family: "Akkurat-Pro-Regular";
}

body #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
  display: -ms-flexbox;
  display: flex;
}

body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #7377f2;
  border-color: #7377f2;
}

body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link:focus {
  outline: 2px solid #7377f2;
}

body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #7377f2;
  border-color: #7377f2;
}

body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus {
  outline: 2px solid #7377f2;
}

body footer.footer .ot-exercise-button {
  border-radius: 0;
  padding: 12px 12px 8px;
  min-width: 210px;
  text-align: right;
  margin-top: 30px;
  margin-left: 0;
  background: #1a1a1a;
  border: 2px solid #fff;
  display: block;
}

body footer.footer .ot-exercise-button img {
  display: none;
}

body footer.footer .ot-exercise-button .ot-text-container {
  color: #fff;
}

body footer.footer .ot-exercise-button.ot-exercise-button-light .ot-powered-by-text {
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  position: relative;
  top: -1px;
}

body footer.footer .ot-dont-sell-button {
  border-radius: 0;
  padding: 5px 12px 8px;
  min-width: 210px;
  text-align: right;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  background: #1a1a1a;
  border: 2px solid #fff;
}

body footer.footer .ot-dont-sell-button img {
  display: none;
}

body footer.footer .ot-dont-sell-button .ot-text-container,
body footer.footer .ot-dont-sell-button .ot-subtext {
  color: #fff;
}

body footer.footer .ot-dont-sell-button .ot-powered-by-text {
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  position: relative;
  top: -1px;
}

body footer.footer #ot-sdk-btn.ot-sdk-show-settings,
body footer.footer #ot-sdk-btn.optanon-show-settings {
  background-color: #7377f2;
  border-color: #7377f2;
  color: #fff;
  width: 210px;
}

body footer.footer #ot-sdk-btn.ot-sdk-show-settings:focus, body footer.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
body footer.footer #ot-sdk-btn.optanon-show-settings:focus,
body footer.footer #ot-sdk-btn.optanon-show-settings:hover {
  background-color: #fff;
  border-color: #fff;
  color: #7377f2;
}

body #onetrust-banner-sdk #onetrust-close-btn-container {
  top: 0;
  transform: none;
  right: 0;
}

body #onetrust-banner-sdk #onetrust-close-btn-container button {
  top: 0 !important;
  right: 0 !important;
}

@media screen and (max-width: 1023px) and (min-width: 551px) {
  body #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    -ms-flex-align: center;
        align-items: center;
  }
  #onetrust-banner-sdk #onetrust-button-group {
    margin-top: 35px;
  }
}

@media screen and (max-width: 550px) {
  body #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    display: block;
    margin-top: 32px;
  }
  body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
    margin-top: 0px;
    margin-bottom: -10px;
  }
  body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-close-btn-container {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

.z-map {
  z-index: 1;
}

.z-map-overlay {
  z-index: 2;
}

.z-bottom-sheet {
  z-index: 4;
}

.z-bottom-sheet.overlap-top .block:nth-of-type(1) {
  padding-top: 4.125rem;
}

.z-top-sheet {
  z-index: 5;
}

.z-top-nav {
  z-index: 10;
}

.z-top-subnav {
  z-index: 7;
}

.z-nav-open {
  z-index: 11;
}

.z-modal {
  z-index: 12;
}

.z-footer {
  z-index: 9;
}

.z-main {
  z-index: 3;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media (min-width: 48em) {
  .hamburger {
    top: 1.2rem;
  }
}

@media (min-width: 64em) {
  .hamburger {
    top: 1.4rem;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger:focus {
  outline: none;
}

.hamburger.collapsed {
  top: 0.2rem;
  margin: -0.5rem;
}

@media (min-width: 48em) {
  .hamburger.collapsed {
    top: 0.4rem;
  }
}

@media (min-width: 64em) {
  .hamburger.collapsed {
    top: 0.6rem;
  }
}

.hamburger-box {
  width: 23px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.nav--open .hamburger-inner, .nav--open .hamburger-inner::before, .nav--open .hamburger-inner::after {
  background-color: #1e1e1e;
}

.collapsed .hamburger-inner, .collapsed .hamburger-inner::before, .collapsed .hamburger-inner::after {
  background-color: #1e1e1e;
}

body.secondary .hamburger-inner, body.secondary .hamburger-inner::before, body.secondary .hamburger-inner::after {
  background-color: #1e1e1e;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  background-color: #1e1e1e;
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  background-color: #1e1e1e;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  background-color: #1e1e1e;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button {
  font-family: "Akkurat-Pro-Bold";
  box-sizing: content-box;
  font-size: 0.8125rem;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0rem;
  padding-left: 0rem;
  position: relative;
  text-align: center;
  border: 0px solid transparent;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0%);
}

.button__disabled {
  background: #E6E6E6 !important;
}

.button__disabled span i {
  color: #BEBEBE !important;
}

.button__disabled:hover {
  border: 0px solid #383737;
}

.button__disabled:hover:before {
  left: -150%;
  top: -100%;
}

.button__disabled:hover span i {
  color: #ffffff !important;
}

.button__small {
  display: inline-block;
  width: auto;
  font-size: 0.8rem;
  text-transform: capitalize;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.button__small span i {
  font-size: 1rem;
}

.button__black {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 0px solid #1e1e1e;
}

.button__black:before {
  content: " ";
  display: block;
  position: absolute;
  top: -100%;
  left: -475%;
  width: 200%;
  height: auto;
  padding: 175%;
  transform: rotate(45deg);
  background-color: #383737;
  z-index: 1;
  transition: all 440ms cubic-bezier(0, 0, 0.21, 0.96);
}

.button__black span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.button__black:hover {
  border: 0px solid #383737;
}

.button__black:hover:before {
  left: -150%;
  top: -100%;
}

.button__white {
  background: #ffffff;
  color: #1e1e1e;
  border: 0px solid #ffffff;
}

.button__white:before {
  content: " ";
  display: block;
  position: absolute;
  top: -100%;
  left: -475%;
  width: 200%;
  height: auto;
  padding: 175%;
  transform: rotate(45deg);
  background-color: #e6e5e5;
  z-index: 1;
  transition: all 640ms cubic-bezier(0, 0, 0.21, 0.96);
}

.button__white span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.button__white:hover {
  border: 0px solid #e6e5e5;
}

.button__white:hover:before {
  left: -150%;
  top: -100%;
}

.button__purple {
  background: #7277f9;
  color: #ffffff;
  border: 0px solid #7277f9;
}

.button__purple:before {
  content: " ";
  display: block;
  position: absolute;
  top: -100%;
  left: -475%;
  width: 200%;
  height: auto;
  padding: 175%;
  transform: rotate(45deg);
  background-color: #4148f7;
  z-index: 1;
  transition: all 640ms cubic-bezier(0, 0, 0.21, 0.96);
}

.button__purple span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.button__purple:hover {
  border: 0px solid #4148f7;
}

.button__purple:hover:before {
  left: -150%;
  top: -100%;
}

.button__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.button__group:not(:last-child) {
  margin-right: 0.5rem;
}

.button__group .button {
  display: inline-block;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.button__group .button:not(:last-child) {
  margin-right: 0.5rem;
}

.block {
  width: auto;
  height: 10rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.block--white {
  background: #ffffff;
  margin-left: -1rem;
  margin-right: -1rem;
}

.block--concrete {
  background: #F5F5F5;
  margin-left: -1rem;
  margin-right: -1rem;
}

.block--tall {
  width: auto;
  height: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.block--full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  min-height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
}

.block--left {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 64em) {
  .block--left {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
}

.heading--center {
  font-family: "Akkurat-Pro-Bold";
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  display: block;
  color: #1e1e1e;
  text-decoration: none !important;
  padding-top: 2rem;
}

.heading--center:after {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 3.125rem;
  background: #4910cc;
  margin: 1rem auto;
}

.heading--center sup {
  font-size: 40%;
  vertical-align: super;
  padding-left: 2px;
}

.heading--center-big {
  font-family: "Akkurat-Pro-Bold";
  font-size: 2.5rem;
  text-transform: uppercase;
  text-decoration: none !important;
}

.heading--left {
  font-family: "Akkurat-Pro-Bold";
  font-size: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  display: block;
  color: #1e1e1e;
  padding-top: 2rem;
}

.heading--left:after {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 3.125rem;
  background: #4910cc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading--left {
  font-family: "Akkurat-Pro-Bold";
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #1e1e1e;
  padding-top: 2rem;
}

.heading--left:after {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 3.125rem;
  background: #4910cc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading--white {
  color: #ffffff;
}

.heading--white:after {
  background: #ffffff;
}

.heading--white-purple {
  color: #ffffff;
}

.heading--white-purple:after {
  background: #4910cc;
}

.image {
  width: 100%;
  height: auto;
}

.image--padding-inline {
  padding-right: 1px;
  padding-bottom: 1px;
}

.copy {
  font-family: "Akkurat-Pro-Regular";
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  height: auto;
}

.copy--white {
  color: #ffffff;
}

.copy--center {
  text-align: center;
}

.copy--left {
  text-align: left;
  padding-top: 2rem;
}

.copy--detail {
  font-size: 0.875rem;
  /* 14/16 */
}

.copy--list {
  list-style-type: none;
}

.copy--list li {
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.875rem;
  line-height: 1.6;
  width: 100%;
  height: auto;
  margin-left: 1rem;
}

.copy--list-triple {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.copy--list-triple li {
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

@media (min-width: 48em) {
  .copy--list-triple li {
    width: 48%;
  }
}

@media (min-width: 64em) {
  .copy--list-triple li {
    width: 32%;
  }
}

.blocklink {
  display: block;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.blocklink:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(73, 16, 204, 0);
  transition: background 120ms ease;
}

.blocklink .content {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blocklink .content .homepage__regions {
  font-family: "Akkurat-Pro-Bold";
  position: relative;
  top: 0;
  font-size: 3.125rem;
  /* 50/16 */
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: top 560ms cubic-bezier(0.25, 0.1, 0, 1.03);
  z-index: 3;
}

.blocklink__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blocklink__bg--uptown {
  background-image: url("../images/uptown.jpg");
}

.blocklink__bg--midtown {
  background-image: url("../images/midtown.jpg");
}

.blocklink__bg--downtown {
  background-image: url("../images/downtown.jpg");
}

.blocklink:hover:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(73, 16, 204, 0.7);
}

.blocklink:hover .homepage__regions {
  top: -1rem;
}

.blocklink:hover .diamond__animated {
  transform: translateX(-50%) rotateZ(0) scale(1);
  opacity: 1;
}

@keyframes spinner {
  from {
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg) rotateX(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg) rotateX(180deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg) rotateX(360deg);
  }
}

@keyframes spinner-reverse {
  from {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg) rotateY(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg) rotateY(-360deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg) rotateY(-720deg);
  }
}

.diamond__animated {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 60%;
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  transform: translateX(-50%) rotateZ(0deg) scale(0.5);
  transition: all 420ms ease;
  z-index: 1;
}

.card--borderless .diamond__animated {
  top: 40% !important;
}

.diamond__animated--outer {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4.5rem;
  width: 4.5rem;
  transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  animation-name: spinner-reverse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3600ms;
}

.diamond__animated--outer:after {
  content: '';
  display: block;
  height: 4.5rem;
  width: 4.5rem;
  border: 0.125rem solid #ffffff;
  /* 2/16 */
  transform: rotate(-45deg);
}

.diamond__animated--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2rem;
  width: 2rem;
  transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1200ms;
}

.diamond__animated--inner:after {
  content: '';
  display: block;
  height: 2rem;
  width: 2rem;
  border-left: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  transform: rotate(135deg);
  transform-origin: 50% 50%;
}

.overlap-bottom {
  margin-bottom: -4.125rem !important;
}

.overlap-top {
  top: -4.125rem !important;
  position: relative;
}

.overlap-top.z-top-sheet {
  margin-top: -4.125rem;
  position: relative;
}

#parallaxOne, #parallaxTwo, #parallaxThree {
  transform: translateY(10%) scale(0.96);
}

.checkbox-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.field-group--button-group .checkbox-buttons {
  -ms-flex-pack: center;
      justify-content: center;
}

.checkbox-buttons__button {
  width: 100%;
}

.field-group--button-group .checkbox-buttons__button:first-child label {
  border-left: 0.031rem solid #BEBEBE;
}

.checkbox-buttons__button label {
  width: 100%;
  font-family: "Akkurat-Pro-Regular";
  display: block;
  box-sizing: border-box;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  white-space: nowrap;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-right: 0.2rem;
}

.field-group--button-group .checkbox-buttons__button label, .filter__bedrooms .checkbox-buttons__button label, .filter__bathrooms .checkbox-buttons__button label {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0;
  box-sizing: border-box;
  border-top: 0.063rem solid #BEBEBE;
  /* 1/16 */
  border-bottom: 0.063rem solid #BEBEBE;
  /* 1/16 */
  border-left: 0.031rem solid #BEBEBE;
  /* 0.5/16 */
  border-right: 0.031rem solid #BEBEBE;
  /* 0.5/16 */
}

.checkbox-buttons__button label.clear-all-button {
  background: #4813c9 !important;
  color: white !important;
}

.checkbox-buttons__button input {
  position: absolute;
  left: -6000px;
}

.checkbox-buttons__button input:checked + label {
  background: #7277f9;
  color: white;
}

.field-group--button-group .checkbox-buttons__button input:checked + label, .filter__bedrooms .checkbox-buttons__button input:checked + label, .filter__bathrooms .checkbox-buttons__button input:checked + label {
  background: #1e1e1e;
  border-top: 0.063rem solid #1e1e1e;
  /* 1/16 */
  border-bottom: 0.063rem solid #1e1e1e;
  /* 1/16 */
  border-left: 0rem solid #1e1e1e;
  /* 0.5/16 */
  border-right: 0.031rem solid #1e1e1e;
  /* 0.5/16 */
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
  transform: rotate(-45deg);
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #7277f9;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 3px solid #ffffff;
  border-radius: 0px;
  background: #7277f9;
  cursor: default;
  box-shadow: 0 3px 6px -3px rgba(30, 30, 30, 0.2);
}

.noUi-active {
  background: #4910cc;
}

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #f00;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.rangeslider {
  height: auto;
  padding-top: 1rem;
}

.rangeslider h4 {
  font-family: "Akkurat-Pro-Regular";
  line-height: 2;
  font-size: 0.85rem;
}

.rangeslider h4:before {
  display: inline-block;
  line-height: 2;
  width: 0.6rem;
}

.link {
  text-decoration: none;
}

.link--with-arrow {
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.85rem;
  transition: color 20ms ease;
}

.link--with-arrow:after {
  content: "\00A0\276F";
  font-size: inherit;
  line-height: 1;
}

.link--with-arrow:hover {
  color: #7277f9;
}

.link--blank {
  text-decoration: none;
}

.link--blank:hover {
  text-decoration: none;
}

.jumplink > * {
  pointer-events: none;
}

.checkbox {
  width: 0px;
  height: 0px;
  position: relative;
  left: -400000;
}

.checkbox + label {
  position: relative;
}

.checkbox + label:before {
  display: block;
  content: "";
  position: absolute;
  left: -2rem;
  top: 0rem;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0px 0px 1px rgba(30, 30, 30, 0.2);
}

.checkbox:checked + label:before {
  display: block;
  content: "";
  position: absolute;
  left: -2rem;
  top: 0rem;
  width: 1rem;
  height: 1rem;
  background-color: #7277f9;
  border: 3px solid #ffffff;
  box-shadow: 0 0px 0px 1px rgba(30, 30, 30, 0.2);
}

hr {
  border-top: 1px solid #E6E6E6;
}

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

.loader svg path,
.loader svg rect {
  fill: #7277f9;
}

.loader p {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  display: block;
  color: #BEBEBE;
  text-decoration: none !important;
  padding-top: 2rem;
}

.loader--form {
  z-index: 8;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.67);
}

.loader--map {
  z-index: 8;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 20%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}

.nav {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  height: 5.625rem;
  margin-bottom: -5.625rem;
  background-color: rgba(255, 255, 255, 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  z-index: 10;
}

body.secondary .nav {
  background-color: #ffffff;
  margin-bottom: 5.625rem;
}

.nav__logo {
  position: absolute;
  width: 100%;
  top: 1.6rem;
  height: auto;
  width: 13rem;
  max-width: 14.625rem;
}

.nav__logo--white {
  opacity: 1;
}

.nav--open .nav__logo--white {
  opacity: 0;
}

body.secondary .nav__logo--white {
  opacity: 0;
}

.nav__logo--black {
  opacity: 0;
}

.nav--open .nav__logo--black {
  opacity: 1;
}

body.secondary .nav__logo--black {
  opacity: 1;
}

.nav__logo--wrap {
  -ms-flex-positive: 3;
      flex-grow: 3;
  position: relative;
  height: 5.625rem;
  width: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.nav .nav__wrap {
  width: auto;
  height: auto;
  -ms-flex-positive: 2;
      flex-grow: 2;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-pack: between;
      justify-content: between;
}

.nav .nav__wrap .nav__primary {
  display: none;
}

@media (min-width: 64em) {
  .nav .nav__wrap .nav__primary {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.nav .nav__wrap .nav__primary li {
  display: inline-block;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.nav .nav__wrap .nav__primary li a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-family: "Akkurat-Pro-Bold";
}

.nav .nav__wrap .nav__primary li.active a {
  color: #7277f9;
}

body.secondary .nav .nav__wrap .nav__primary li a {
  color: #1e1e1e;
}

body.secondary .nav .nav__wrap .nav__primary li.active a {
  color: #7277f9;
}

.nav .nav__wrap .nav__secondary {
  display: none;
}

.nav .nav__wrap .nav__tertiary {
  display: none;
}

.nav.nav--collapsed {
  background-color: #ffffff;
  height: 3rem;
  margin-bottom: 3rem;
}

body.secondary .nav.nav--collapsed {
  margin-bottom: 0rem;
}

.nav.nav--collapsed .nav__wrap .nav__primary a {
  color: #1e1e1e;
}

.nav.nav--collapsed .nav__logo--white {
  opacity: 0;
}

.nav.nav--collapsed .nav__logo--black {
  opacity: 1;
}

.nav.nav--open, .nav.nav--collapsed.nav--open {
  background-color: #ffffff;
  height: 100vh;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-pack: between;
      justify-content: between;
}

.nav.nav--open .nav__logo, .nav.nav--collapsed.nav--open .nav__logo {
  position: absolute;
  width: 100%;
  top: 1.6rem;
  height: auto;
  width: 13rem;
}

.nav.nav--open .nav__logo--white, .nav.nav--collapsed.nav--open .nav__logo--white {
  opacity: 0;
}

.nav.nav--open .nav__logo--black, .nav.nav--collapsed.nav--open .nav__logo--black {
  opacity: 1;
}

.nav.nav--open .nav__logo--wrap, .nav.nav--collapsed.nav--open .nav__logo--wrap {
  display: block;
  position: relative;
  height: 5.625rem;
  width: 14.625rem;
}

.nav.nav--open .nav__wrap, .nav.nav--collapsed.nav--open .nav__wrap {
  width: 100%;
  height: 90vh;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 64em) {
  .nav.nav--open .nav__wrap, .nav.nav--collapsed.nav--open .nav__wrap {
    height: 80vh;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.nav.nav--open .nav__wrap .nav__primary, .nav.nav--collapsed.nav--open .nav__wrap .nav__primary {
  width: 100%;
  height: 50vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 64em) {
  .nav.nav--open .nav__wrap .nav__primary, .nav.nav--collapsed.nav--open .nav__wrap .nav__primary {
    width: 33%;
    height: 60%;
    padding-right: 12rem;
  }
}

.nav.nav--open .nav__wrap .nav__primary > li a, .nav.nav--collapsed.nav--open .nav__wrap .nav__primary > li a {
  display: inline-block;
  font-size: 2.813rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: none;
  font-family: "Akkurat-Pro-Bold";
  -ms-flex-positive: 1;
      flex-grow: 1;
  cursor: pointer;
  transition: color 0.1s ease;
}

.nav.nav--open .nav__wrap .nav__primary > li a:hover, .nav.nav--collapsed.nav--open .nav__wrap .nav__primary > li a:hover {
  color: #7277f9;
}

.nav.nav--open .nav__wrap .nav__secondary, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary {
  display: table;
  width: 100%;
  font-size: 0.8125rem;
  line-height: 3;
  position: absolute;
  bottom: 0;
  left: -2.5rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.nav.nav--open .nav__wrap .nav__secondary li, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li {
  display: block;
  height: 16vh;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.nav.nav--open .nav__wrap .nav__secondary li a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li a {
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.1s ease;
}

.nav.nav--open .nav__wrap .nav__secondary li a:hover, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li a:hover {
  color: #7277f9 !important;
}

.nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(1), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(1) {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #ffffff;
  font-family: "Akkurat-Pro-Regular";
  font-size: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 2.5rem;
  background-image: url(../images/pattern-black.svg);
  background-repeat: repeat;
  background-size: 60%;
  min-width: 100%;
}

.nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(1) a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(1) a {
  color: #ffffff;
}

.nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(2), .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(3), .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(4), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(2), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(3), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(4) {
  width: 33%;
  display: table-cell;
  float: left;
  text-align: center;
  line-height: 16vh;
  font-size: 1.6rem;
  text-transform: none;
  font-family: "Akkurat-Pro-Regular";
  margin-left: -0.6rem;
}

@media (min-width: 64em) {
  .nav.nav--open .nav__wrap .nav__secondary, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary {
    display: inline-block;
    font-size: 1rem;
    width: auto;
    position: relative;
    line-height: 3;
    font-family: "Akkurat-Pro-Bold";
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .nav.nav--open .nav__wrap .nav__secondary li, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li {
    display: block;
    font-size: 1rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: auto;
  }
  .nav.nav--open .nav__wrap .nav__secondary li a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #1e1e1e;
    text-decoration: none;
    transition: color 0.1s ease;
  }
  .nav.nav--open .nav__wrap .nav__secondary li a:hover, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li a:hover {
    color: #7277f9;
  }
  .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(1), .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(2), .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(3), .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(4), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(1), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(2), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(3), .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(4) {
    display: block;
    background-image: none;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
    font-family: "Akkurat-Pro-Regular";
    min-width: auto;
    height: auto;
    text-align: left;
    line-height: 3;
    width: 100%;
    font-size: 0.8125rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-decoration: none;
    transition: color 0.1s ease;
  }
  .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(1) a, .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(2) a, .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(3) a, .nav.nav--open .nav__wrap .nav__secondary li:nth-of-type(4) a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(1) a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(2) a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(3) a, .nav.nav--collapsed.nav--open .nav__wrap .nav__secondary li:nth-of-type(4) a {
    color: #1e1e1e;
    text-transform: none;
  }
}

.nav.nav--open .nav__wrap .nav__tertiary, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary {
  display: none;
  font-size: 1rem;
  line-height: 3;
  font-family: "Akkurat-Pro-Bold";
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (min-width: 64em) {
  .nav.nav--open .nav__wrap .nav__tertiary, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary {
    display: inline-block;
  }
}

.nav.nav--open .nav__wrap .nav__tertiary > h3, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary > h3 {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.938rem;
  color: #1e1e1e;
  line-height: 2.313rem;
  text-transform: uppercase;
}

.nav.nav--open .nav__wrap .nav__tertiary li, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary li {
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.nav.nav--open .nav__wrap .nav__tertiary li a, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary li a {
  font-size: 1rem;
  font-family: "Akkurat-Pro-Regular";
  text-transform: none;
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.1s ease;
}

.nav.nav--open .nav__wrap .nav__tertiary li a:hover, .nav.nav--collapsed.nav--open .nav__wrap .nav__tertiary li a:hover {
  color: #7277f9;
}

.subnav {
  background-color: #F5F5F5;
  position: fixed;
  box-sizing: border-box;
  top: 5.625rem;
  height: 3.75rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  z-index: 7;
}

.subnav__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.subnav__left--back {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
}

.subnav__left--back:before {
  content: "\2190";
}

@media (min-width: 48em) {
  .subnav__left--back {
    margin-right: 4rem;
  }
}

.subnav__left--neighborhood {
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-transform: capitalize;
  text-decoration: none;
}

.subnav__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.subnav__right--jumplink {
  margin-left: 4rem;
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-transform: capitalize;
  text-decoration: none;
}

.subnav.subnav--collapsed {
  top: 3rem;
  height: 3rem;
}

.subnav--regions {
  height: 5.625rem;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  color: #1e1e1e;
}

.subnav--regions--left {
  display: none;
  -ms-flex-positive: 3;
      flex-grow: 3;
  padding-left: 2rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: flext-start;
      justify-content: flext-start;
}

@media (min-width: 48em) {
  .subnav--regions--left {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .subnav--regions--left {
    padding-left: 4.5rem;
  }
}

.subnav--regions--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 2rem;
  padding-left: 2rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (min-width: 64em) {
  .subnav--regions--right {
    padding-right: 4.5rem;
  }
}

.subnav--regions--right ul {
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 64em) {
  .subnav--regions--right ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.subnav--regions--right ul li {
  display: block;
  cursor: pointer;
}

.subnav--regions--right ul li.active {
  color: #7277f9;
}

.subnav--regions--right ul li:hover {
  color: #7277f9;
}

.subnav--regions--right ul li a {
  text-decoration: none;
  color: #1e1e1e;
}

.subnav--regions--right ul li a:hover {
  color: #7277f9;
}

.hero {
  height: 36.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero--full {
  height: 100vh;
}

.hero--short {
  height: 36vh;
  min-height: 37.5rem;
}

.hero--multi-image {
  height: 25rem;
}

@media (min-width: 64em) {
  .hero--multi-image {
    height: 30rem;
    padding-top: 6rem;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: transparent;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 48em) {
  .hero__video {
    display: block;
  }
}

.hero__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .hero__poster {
    display: none;
  }
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.hero__copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.hero__copy--wrap {
  position: relative;
  margin: 0 auto;
  width: 60vw;
  line-height: 1.1;
}

.hero__copy--wrap h1 {
  font-family: "Akkurat-Pro-Bold";
  display: inline-block;
  font-size: 4rem;
  color: #ffffff;
}

@media (min-width: 64em) {
  .hero__copy--wrap h1 {
    font-size: 7rem;
  }
}

.hero__copy--wrap h1 sup {
  font-size: 20%;
  vertical-align: super;
  padding-left: 2px;
}

.hero__copy--wrap p {
  font-family: "Akkurat-Pro-Regular";
  font-size: 2rem;
  color: #ffffff;
  padding-top: 1rem;
}

.hero__copy--small {
  font-size: 1rem !important;
  line-height: 1.4;
}

.hero__form {
  position: absolute;
  max-width: 68rem;
  width: 90%;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -100%;
  bottom: 3rem;
}

.hero__form--group {
  text-align: left;
  display: inline-block;
  padding-bottom: 1rem;
}

.hero__form--label {
  font-size: 1.2rem;
  color: #ffffff;
  font-family: "Akkurat-Pro-Regular";
}

@media (min-width: 64em) {
  .hero__form--label {
    font-size: 1.8rem;
  }
}

.hero__form--input {
  font-size: 1.2rem;
  color: #ffffff;
  min-width: 29rem;
  width: auto;
  font-family: "Akkurat-Pro-Regular";
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  white-space: normal;
  line-height: inherit;
  background: none;
}

@media (min-width: 64em) {
  .hero__form--input {
    font-size: 1.8rem;
  }
}

.hero__form--input:focus {
  outline: none;
  border: none;
}

.hero__form--input span {
  opacity: 0;
}

.hero--contact h2 {
  font-family: "Akkurat-Pro-Regular";
  display: inline-block;
  font-size: 1rem;
  color: #1e1e1e;
}

@media (min-width: 64em) {
  .hero--contact h2 {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}

.hero--contact address, .hero--contact a {
  font-family: "Akkurat-Pro-Regular";
  display: inline-block;
  font-size: 1rem;
  color: #1e1e1e;
}

@media (min-width: 64em) {
  .hero--contact address, .hero--contact a {
    text-align: left;
    font-size: 1.2rem;
  }
}

.hero--contact a {
  font-family: "Akkurat-Pro-Regular";
  text-decoration: none;
  font-size: 1rem;
  display: block;
  color: #1e1e1e;
}

@media (min-width: 48em) {
  .hero--contact a {
    display: inline-block;
  }
}

@media (min-width: 64em) {
  .hero--contact a {
    font-size: 1.2rem;
    display: inline-block;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .hero__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .hero__video {
    width: 300%;
    left: -100%;
  }
}

.image-grid {
  width: 100%;
}

.image-grid img {
  box-sizing: border-box;
  float: left;
  border: 1px solid #ffffff;
  width: 100%;
  height: auto;
}

.image-row {
  width: 200%;
  height: 25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 64em) {
  .image-row {
    height: 30rem;
  }
}

.image-row img {
  display: inline-block;
  float: left;
  height: inherit;
  width: auto;
  border-right: 2px solid #ffffff;
}

.image-row .modal-buttons {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
}

@media (min-width: 64em) {
  .image-row .modal-buttons {
    transform: translateX(0%);
    left: 1rem;
  }
}

.image-row .modal-buttons .button {
  position: relative;
  float: left;
  margin-right: 1rem;
}

.image-slider {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 12;
}

.image-slider--photos {
  background: #1e1e1e;
}

.image-slider--floorplans {
  background: #ffffff;
}

.image-slider__logo {
  position: absolute;
  width: 100%;
  top: 1.6rem;
  height: 3rem;
  width: 13rem;
  max-width: 14.625rem;
  margin-left: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .image-slider__logo {
    display: none;
  }
}

.image-slider--photos .image-slider__logo {
  background-image: url("../images/msky_logo-white.png");
}

.image-slider--floorplans .image-slider__logo {
  background-image: url("../images/msky_logo.png");
}

.image-slider__logo--wrap {
  -ms-flex-positive: 3;
      flex-grow: 3;
  position: relative;
  height: 5.625rem;
  width: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.image-slider__view-toggle {
  -ms-flex-pack: center !important;
      justify-content: center !important;
  position: absolute;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 50;
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .image-slider__view-toggle {
    display: none;
  }
}

.image-slider__floorplan-controls {
  vertical-align: top;
  background-color: #ffffff;
}

.image-slider__download-floorplan {
  vertical-align: top;
  display: inline-block;
}

.image-slider__download-floorplan .button {
  text-transform: uppercase;
}

.image-slider__bedrooms {
  vertical-align: top;
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.8rem;
  display: inline-block;
  width: 13rem;
  z-index: 11;
  margin-right: 1.5rem;
}

.image-slider__bedrooms__label {
  text-align: left;
}

.image-slider__bedrooms__buttons .checkbox-buttons__button {
  border-left: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  text-transform: uppercase;
}

.image-slider__bedrooms__buttons .checkbox-buttons__button:last-child {
  border-right: 1px solid #BEBEBE;
}

.image-slider__bedrooms__buttons .checkbox-buttons__button label {
  font-family: "Akkurat-Pro-Bold";
}

.image-slider__images {
  width: 80%;
  height: auto;
}

.image-slider__images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  max-height: 80vh;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 691px) and (max-width: 768px) {
  .image-slider__images img {
    max-height: 60vh;
  }
}

.image-slider__close {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 11;
  background-position: center;
  background-repeat: no-repeat;
}

.image-slider--photos .image-slider__close {
  background-image: url("../images/close-white.png");
}

.image-slider--floorplans .image-slider__close {
  background-image: url("../images/close.png");
}

.image-slider--next {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
}

.image-slider--next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-slider--floorplans .image-slider--next {
  background: #4910cc;
}

.image-slider--prev {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  left: 1rem;
  top: 50%;
  cursor: pointer;
}

.image-slider--prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.image-slider--floorplans .image-slider--prev {
  background: #4910cc;
}

.image-slider__footer {
  bottom: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.image-slider__count {
  font-family: "Akkurat-Pro-Regular";
}

.image-slider--photos .image-slider__count {
  color: #ffffff;
}

.image-slider--floorplans .image-slider__count {
  color: #1e1e1e;
}

.video-slider {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 12;
}

.video-slider--photos {
  background: #1e1e1e;
}

.video-slider__view-toggle {
  -ms-flex-pack: center !important;
      justify-content: center !important;
  position: absolute;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 50;
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .video-slider__view-toggle {
    display: none;
  }
}

.video-slider__floorplan-controls {
  vertical-align: top;
  background-color: #ffffff;
}

.video-slider__videos {
  width: 80%;
  height: auto;
}

.video-slider__videos iframe, .video-slider__videos object, .video-slider__videos embed {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  max-height: 80vh;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

@media (min-width: 691px) and (max-width: 768px) {
  .video-slider__videos iframe, .video-slider__videos object, .video-slider__videos embed {
    max-height: 60vh;
  }
}

.video-slider__close {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 12;
  background-position: center;
  background-repeat: no-repeat;
}

.video-slider--photos .video-slider__close {
  background-image: url("../images/close-white.png");
}

.video-slider--floorplans .video-slider__close {
  background-image: url("../images/close.png");
}

.video-slider--next {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
}

.video-slider--next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-slider--floorplans .video-slider--next {
  background: #4910cc;
}

.video-slider--prev {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  left: 1rem;
  top: 50%;
  cursor: pointer;
}

.video-slider--prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.video-slider--floorplans .video-slider--prev {
  background: #4910cc;
}

.video-slider__footer {
  bottom: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.video-slider__count {
  font-family: "Akkurat-Pro-Regular";
}

.video-slider--photos .video-slider__count {
  color: #ffffff;
}

.video-slider--floorplans .video-slider__count {
  color: #1e1e1e;
}

#floorplansListing {
  min-height: 470px;
}

.filter--homepage {
  display: none;
  height: 30rem;
  background: #F5F5F5;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: bottom 500ms ease;
}

.filter h3 {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-top: 1rem;
}

@media (min-width: 64em) {
  .filter h3 {
    font-size: 1.063rem;
  }
}

.filter--close {
  cursor: pointer;
}

.filter__form {
  padding: 2rem 3rem;
  padding-bottom: 6rem;
}

.filter ul {
  list-style-type: none;
  padding-left: 1rem;
  padding-top: 1rem;
}

.filter li, .filter label {
  font-family: "Akkurat-Pro-Regular";
  line-height: 4;
}

@media (min-width: 48em) {
  .filter li, .filter label {
    line-height: 2;
  }
}

.filter__bedrooms label input {
  height: 0px;
  width: 0px;
  position: absolute;
  left: -625rem;
}

.filter__buildings label input {
  height: 0px;
  width: 0px;
  position: absolute;
  left: -625rem;
}

.filter__neighborhoods {
  font-family: "Akkurat-Pro-Regular";
}

.filter__neighborhoods--all {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
}

.filter__listings {
  position: relative;
  top: 5.63rem;
  margin-bottom: 5.63rem;
  left: 0;
  background: #F5F5F5;
  display: none !important;
  z-index: 7;
  left: auto !important;
  width: 100%;
}

@media (min-width: 48em) {
  .filter__listings {
    display: block !important;
  }
}

.listings--map-view .filter__listings {
  width: 100%;
  height: 9rem;
}

@media (min-width: 48em) {
  .listings--map-view .filter__listings {
    width: 60%;
  }
}

.listings--map-view .filter__listings--top {
  box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #EBEBEB;
}

.listings--map-view .filter__listings--bottom {
  box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 2rem;
}

.listings--grid-view .filter__listings {
  width: 100%;
  height: 4.5rem;
}

.listings--grid-view .filter__listings--top {
  box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #EBEBEB;
}

@media (min-width: 64em) {
  .listings--grid-view .filter__listings--top {
    box-sizing: border-box;
    width: 50%;
    height: 4.5rem;
    padding: 0.5rem 2rem;
    display: inline-block;
    float: left;
  }
}

.listings--grid-view .filter__listings--bottom {
  box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 2rem;
}

@media (min-width: 64em) {
  .listings--grid-view .filter__listings--bottom {
    box-sizing: border-box;
    width: 50%;
    height: 4.5rem;
    padding: 0.5rem 2rem;
    display: inline-block;
    float: left;
  }
}

.filter__listings--bedrooms--group {
  display: block;
  position: relative;
  width: calc(50% - 1rem);
  height: 100%;
  float: left;
}

.filter__listings--bedrooms--group .filter__listings--bedrooms {
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

.filter__listings--bedrooms--group .filter__listings--bedrooms--label {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline;
  padding-right: 3rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.filter__listings--bedrooms--group .filter__listings--bedrooms--buttons {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.filter__listings--buildings--group {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.filter__listings--buildings--group .filter__listings--buildings {
  /*width:100%;
        position:absolute;
        display:flex;
        flex-direction:row;
        align-items:center;
        left:0rem;
        top:50%;
        transform:translateY(-50%);
        */
  width: calc(100% - 40px);
  margin: 0 20px;
}

.filter__listings--buildings--group .filter__listings--buildings--label {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline;
  padding-right: 3rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.filter__listings--buildings--group .filter__listings--buildings--buttons {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons__button {
  margin: 4px;
  width: calc(50% - 8px);
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 48em) {
  .filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons__button {
    width: calc(20% - 8px);
  }
}

@media (min-width: 64em) {
  .filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons__button {
    width: calc(17% - 8px);
    margin: 4px 2px;
  }
}

.filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons__button label {
  background: #e2e2e2;
  white-space: normal;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.filter__listings--buildings--group .filter__listings--buildings .checkbox-buttons__button input:checked + label {
  background: #555555;
  color: #fff;
}

.filter__listings--neighborhoods--group {
  display: block;
  position: relative;
  width: calc(50% - 1rem);
  height: 100%;
  float: left;
}

.filter__listings--neighborhoods--group .filter__listings--neighborhoods {
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

.filter__listings--neighborhoods--group .filter__listings--neighborhoods--label {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline;
  padding-left: 3rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.listings--grid-view .filter__listings--neighborhoods--group .filter__listings--neighborhoods--label {
  display: none;
}

.filter__listings--neighborhoods--group .filter__listings--neighborhoods--button {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.filter__listings--range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: calc(50% - 1rem);
  height: 100%;
  float: left;
}

.filter__listings--range--label {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.filter__listings--range--rangeslider {
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.filter__listings--buttons {
  width: calc(50% - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: cener;
      align-items: cener;
  -ms-flex-pack: end;
      justify-content: flex-end;
  float: left;
}

.mobile-filter-modal-button {
  position: fixed;
  bottom: 1rem;
  z-index: 7;
  width: 100%;
  transition: opacity 200ms ease;
}

@media (min-width: 48em) {
  .mobile-filter-modal-button {
    opacity: 0;
  }
  .mobile-filter-modal-button.button-show {
    opacity: 1;
  }
  .mobile-filter-modal-button .row {
    -ms-flex-align: center;
        align-items: center;
  }
  .listings--grid-view .mobile-filter-modal-button .row {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .listings--map-view .mobile-filter-modal-button .row {
    width: 60%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

body .multiselect {
  display: block;
  width: calc(100% - 3.2rem);
  margin: 0 1.6rem;
  font-family: "Akkurat-Pro-Regular";
}

@media (min-width: 48em) {
  body .multiselect {
    display: none;
  }
}

body .multiselect .multiselect__tag {
  background: #4f20d3;
  margin-bottom: 2px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body .multiselect .multiselect__tag-icon:after {
  color: #ffffff;
}

body .multiselect .multiselect__option {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body .multiselect .multiselect__option--highlight {
  background: #4f20d3;
}

@media only screen and (max-width: 64em) {
  .filter__listings--neighborhoods--group .filter__listings--neighborhoods--label {
    display: none !important;
  }
}

.carousel--image {
  display: inline-block;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.carousel--next {
  z-index: 9;
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
}

.carousel--next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel--prev {
  z-index: 9;
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  left: 1rem;
  top: 50%;
  cursor: pointer;
}

.carousel--prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.carousel--button-disabled, .carousel--button-hidden {
  display: none;
}

.hero--multi-image {
  position: relative;
}

.hero--multi-image .swiper-container {
  height: 100%;
}

.hero--multi-image .modal-buttons {
  z-index: 9;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
}

@media (min-width: 64em) {
  .hero--multi-image .modal-buttons {
    transform: translateX(0%);
    left: 1rem;
  }
}

.hero--multi-image .modal-buttons .button {
  position: relative;
  float: left;
  margin-right: 1rem;
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex: auto;
      flex: auto;
  border-right: 2px solid #fff;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.accordion {
  display: block;
  list-style-type: none;
}

.accordion__block {
  display: block;
  height: auto;
  border-bottom: 1px solid #BEBEBE;
  transition: height 130ms ease;
  box-sizing: border-box;
}

.accordion__block--open .accordion__content {
  height: auto;
  max-height: 300rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.accordion__block--open .accordion__label {
  display: inline;
  line-height: 0;
}

.accordion__block--open .accordion__label:after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-align: left;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #1e1e1e;
  font-family: "Akkurat-Pro-Regular";
  padding-right: 2rem;
  cursor: pointer;
}

.accordion__label:after {
  display: block;
  font-family: "Akkurat-Pro-Regular";
  position: absolute;
  font-size: 2rem;
  right: 0rem;
  top: 55%;
  content: url(../../images/arrow.svg);
  color: #555555;
  width: auto;
  height: 1rem;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 120ms ease;
}

.accordion__content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  font-family: "Akkurat-Pro-Regular";
  text-align: left;
  line-height: 1.2;
  padding-top: 0rem;
  padding-bottom: 0rem;
  transition: max-height 220ms ease, padding-top 220ms ease, padding-bottom 220ms ease;
}

.fixed-cta {
  background: #F5F5F5;
  padding: 1rem;
  width: 100%;
  height: auto;
  z-index: 6;
  opacity: 1;
  box-sizing: border-box;
}

@media (min-width: 64em) {
  .fixed-cta {
    position: relative;
    width: 22.2rem !important;
  }
}

.card {
  display: block;
  position: relative;
  top: 0rem;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  font-family: "Akkurat-Pro-Regular";
  margin-bottom: 2rem;
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0);
  transition: all 220ms cubic-bezier(0, 0, 0.27, 0.98);
  transform: translateY(10%) scale(0.96);
  text-decoration: none;
}

.card:hover {
  box-shadow: -2px 3px 10px 2px rgba(30, 30, 30, 0.1);
}

.card--borderless {
  border: 0px solid transparent !important;
}

.card__image--profile {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  repeat: no-repeat;
}

.card__image--leasing {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center bottom;
  repeat: no-repeat;
}

.card__image--leasing .button {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  margin-left: -30%;
}

.card__images {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  height: auto;
  padding-top: 63%;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: hidden;
}

.card__images--wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card__images--wrap > .card__images--landscape {
  border-left: none;
  border-bottom: none;
}

.card__images--col {
  width: 50%;
  height: 100%;
  position: absolute;
}

.card__images--col:nth-of-type(1) {
  top: 0;
  left: 0;
}

.card__images--col:nth-of-type(2) {
  top: 0;
  right: 0;
}

.card__images--landscape {
  position: relative;
  border-bottom: 1px solid #ffffff;
  /* 1/16 */
  border-left: 1px solid #ffffff;
  /* 1/16 */
}

.card__images img {
  width: 100%;
  height: 100%;
}

.card__images:nth-of-type(1) {
  top: 0;
  right: 0;
}

.card__images:nth-of-type(2) {
  bottom: 0;
  right: 0;
}

.card--portrait {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #ffffff;
  /* 1/16 */
  top: 0;
  bottom: 0;
  left: 0;
}

.card--portrait img {
  height: 100%;
  width: 100%;
}

.card__incentive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: rgba(30, 30, 30, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__incentive h6 {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  /* 12/16 */
}

.card__info {
  color: #1e1e1e;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  position: relative;
  font-family: "Akkurat-Pro-Regular";
  padding-bottom: 1rem;
}

.card__info a {
  color: inherit;
  text-decoration: none;
}

.card--borderless .card__info {
  min-height: 4.8rem !important;
}

.card__info--top {
  padding-top: 0.4rem;
}

.card__info--neighborhood {
  font-size: 0.8125rem;
  padding: 0.8rem 0.5rem 0.5rem 0.5rem;
}

.card__info--price {
  font-size: 1.125rem;
  padding-bottom: 0.6rem;
}

.card__info--price--no-fee:after {
  content: "no fee";
  text-transform: uppercase;
  font-family: "Akkurat-Pro-Bold";
  color: #BEBEBE;
  font-size: 0.8125rem;
  padding-left: 0.3rem;
  line-height: inherit;
  position: relative;
  bottom: 0.08rem;
}

.card__info--size {
  padding-bottom: 0.6rem;
}

.card__info--bed {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.card__info--bed:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8D8D8;
  margin: 0.1rem 0.2rem 0.1rem 0.4rem;
}

.card__info--bath {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.card__info--address {
  font-size: 0.8125rem;
}

.card__info--building {
  font-size: 0.8125rem;
}

.card__info--feature {
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.813rem;
  padding-bottom: 0.6rem;
}

.card__info--sf {
  font-size: 0.813rem;
}

.card__info--class {
  font-size: 0.813rem;
  padding-left: 1rem;
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  color: #BEBEBE;
}

.card__availability {
  font-family: "Akkurat-Pro-Bold";
  display: block;
  height: 3rem;
  width: 100%;
  font-size: 0.8125rem;
  line-height: 3rem;
  border-top: 1px solid #F5F5F5;
}

.unit-list {
  width: 100%;
}

.js-team-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 280ms ease;
}

.js-team-toggle.open {
  max-height: 40000px;
  height: auto;
}

#floorplansListing .card__images {
  padding-top: 0;
}

.map__side {
  position: absolute;
  height: auto;
  width: 38.3rem;
  background: transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.map__viewer {
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 30rem;
  float: left;
  background: #ffffff;
  padding-bottom: 3rem;
}

.map__viewer ul {
  list-style-type: none;
  width: 100%;
  padding: 2rem 4rem 0rem 4rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.map__viewer ul li {
  display: inline-block;
  float: left;
  width: 50%;
  padding-top: 0rem;
  padding-bottom: 0.1rem;
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.8rem;
  color: #1e1e1e;
  text-decoration: none;
}

.map__viewer ul li.active {
  color: #7277f9;
  position: relative;
}

.map__viewer ul li.active:before {
  content: "";
  height: 1px;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: -2.1rem;
  display: inline-block;
  background: #7277f9;
  z-index: 100;
}

.map__viewer--next {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  right: -1rem;
  top: 50%;
}

.map__viewer--next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map__viewer--prev {
  background: #1e1e1e;
  height: 2.875rem;
  /* 46/16 */
  width: 2.875rem;
  /* 46/16 */
  position: absolute;
  left: -1rem;
  top: 50%;
}

.map__viewer--prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.map__viewer .card {
  box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0);
}

.map__viewer .card:hover {
  top: 0rem;
  box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0);
}

.map__listings {
  height: calc(100% - 3rem);
  position: fixed;
  top: 3rem;
  background-color: #4910cc;
}

.listings--map-view .map__listings {
  right: 100%;
}

@media (min-width: 48em) {
  .listings--map-view .map__listings {
    width: 40%;
    right: 0%;
  }
}

.listings--grid-view .map__listings {
  right: 100%;
}

.map__listings--map {
  width: 100%;
  height: 100%;
}

.map__tooltip {
  position: absolute;
  width: 15rem;
  top: 0;
  left: 2rem;
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0);
}

.map__tooltip:hover {
  box-shadow: -2px 3px 10px 2px rgba(30, 30, 30, 0.1);
}

.map__tooltip_content {
  background: #fff;
  position: relative;
  padding-top: 20px;
  border: 1px solid #e6e6e6;
}

.map__tooltip_content .card {
  transform: scale(0.96);
  border: none;
}

.map__tooltip_content .card:hover {
  box-shadow: none;
}

.map__tooltip_close {
  background: url(../images/map_tooltip_close.png) no-repeat left top;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 5px;
  overflow: hidden;
  text-indent: -100vw;
}

.vue-map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 63rem;
}

.map-background {
  display: none;
}

@media (min-width: 48em) {
  .map-background {
    display: block;
    width: 100%;
    height: 425px;
  }
}

.detail__img {
  width: 100%;
  padding-right: 1rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.detail__info--header {
  font-family: "Akkurat-Pro-Regular";
  font-size: 1.25rem;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
}

.detail__info--copy, .detail__info--list {
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-align: left;
  padding-bottom: 1rem;
}

.detail__info--subheader {
  font-family: "Akkurat-Pro-Bold";
  font-size: 1rem;
  color: #1e1e1e;
  text-align: left;
  padding-bottom: 0.6rem;
}

.detail__info--list {
  list-style-type: none;
  padding-bottom: 2rem;
}

.detail__info--trans {
  float: right;
}

.detail__info--station {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.detail__info--double-list {
  display: block;
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-align: left;
  padding-bottom: 1rem;
  list-style-type: none;
  clear: both;
  width: 100%;
}

.detail__info--double-list li {
  width: 50%;
  display: inline-block;
  float: left;
}

.detail__info--phone-wrap {
  margin-left: 8.333%;
  text-align: left;
}

.detail__info--phone {
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.813rem;
  color: #1e1e1e;
  text-align: center;
  padding-bottom: 1rem;
}

.modal .detail__info--phone {
  text-align: left;
}

.detail__info--phone a {
  color: #1e1e1e;
  text-decoration: none;
}

.detail__map {
  padding-top: 3rem;
  width: 100%;
  min-height: 75px;
}

.detail__map--lg {
  height: auto;
}

@media (min-width: 64em) {
  .detail__map--lg {
    width: 100%;
  }
}

address.detail__info--copy {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1rem;
}

address.detail__info--copy a {
  text-decoration: none;
  color: #4910cc;
  text-transform: uppercase;
  font-size: 0.688rem;
  /* 11/16 */
}

@media (min-width: 64em) {
  address.detail__info--copy {
    border-bottom: 0px solid transparent;
    margin-bottom: 0;
  }
}

.job-listing {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  font-family: "Akkurat-Pro-Regular";
  margin-bottom: 2rem;
}

.job-listing__left {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.125rem;
  padding: 1.4rem 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.8rem;
}

.job-listing__left > div {
  height: 1.8rem;
}

.job-listing__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 4;
      flex-grow: 4;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 1.4rem;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
}

.job-listing__right a {
  text-transform: uppercase;
  font-family: "Akkurat-Pro-Bold";
  text-decoration: none;
  color: #1e1e1e;
  line-height: 1.6;
  transition: color 160ms ease;
}

.job-listing__right a:hover {
  color: #7277f9;
}

.field-group {
  text-align: left;
  width: 100%;
  height: 4.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin-top: 1rem;
}

.field-group__label {
  width: 100%;
  display: block;
  text-align: left;
  font-family: "Akkurat-Pro-Bold";
  color: #BEBEBE;
  position: relative;
  top: 1.8rem;
  size: 1rem;
  transition: all 0.3s;
  pointer-events: none;
  -ms-flex-order: 1;
      order: 1;
  bottom: 0;
}

.field-group__label-checkbox {
  text-align: left;
  font-family: "Akkurat-Pro-Regular";
  color: #1e1e1e;
}

.field-group input[type="text"], .field-group input[type="email"], .field-group input[type="tel"] {
  -ms-flex-order: 2;
      order: 2;
  height: 2.6rem;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  bottom: 0;
  background: transparent;
  position: absolute;
  margin-bottom: 0.6rem;
}

.field-group input[type="text"]:focus, .field-group input[type="email"]:focus, .field-group input[type="tel"]:focus {
  outline: none;
  border-bottom: solid 2px #969696;
  padding-bottom: 10px;
}

.field-group input[type="text"]:focus + .field-group__label, .field-group input[type="email"]:focus + .field-group__label, .field-group input[type="tel"]:focus + .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: #1e1e1e;
}

.field-group input[type="text"]:focus:valid + .field-group__label, .field-group input[type="email"]:focus:valid + .field-group__label, .field-group input[type="tel"]:focus:valid + .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: #1e1e1e;
}

.field-group--textarea {
  text-align: left;
  width: 100%;
  margin-top: 1rem;
  height: 8rem;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.field-group--textarea .field-group__label {
  width: 100%;
  display: block;
  text-align: left;
  font-family: "Akkurat-Pro-Bold";
  color: #BEBEBE;
  position: relative;
  top: 0.8rem;
  font-size: 1rem;
  transition: all 0.3s;
  pointer-events: none;
  -ms-flex-order: 1;
      order: 1;
  bottom: 0;
}

.field-group--textarea .field-group__errors {
  list-style-type: none;
}

.field-group--textarea .field-group__errors li {
  font-family: "Akkurat-Pro-Bold";
  color: red;
  font-size: 0.85rem;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  right: 0rem;
  width: auto;
  bottom: -0.6rem;
}

.field-group--textarea textarea {
  -ms-flex-order: 2;
      order: 2;
  height: 6rem;
  resize: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  box-shadow: none;
  border-radius: none;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  display: block;
  padding: 10px;
  transition: border 0.3s;
  top: 0rem;
  bottom: 0;
  background: transparent;
  margin-bottom: 1rem;
}

.field-group--textarea textarea:focus {
  outline: none;
  border-bottom: solid 2px #969696;
  padding-bottom: 0px;
  bottom: 0;
}

.field-group--textarea textarea:focus + .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: #1e1e1e;
}

.field-group--textarea textarea:focus:valid + .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: #1e1e1e;
}

.field-group--button-group {
  width: 100%;
  padding-bottom: 2rem;
}

.field-group--button-group > label {
  display: block;
  text-align: left;
  font-family: "Akkurat-Pro-Bold";
  color: #BEBEBE;
  position: relative;
  font-size: 1rem;
  transition: all 0.3s;
  pointer-events: none;
  bottom: 0;
  top: 2rem;
  padding-bottom: 2rem;
}

.field-group--error .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: red;
}

.field-group__errors {
  list-style-type: none;
}

.field-group__errors li {
  font-family: "Akkurat-Pro-Bold";
  color: red;
  font-size: 0.85rem;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  right: 0rem;
  width: auto;
  bottom: -0.75rem;
}

.field-group--filled .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
}

.field-group--error input[type="text"], .field-group--error input[type="email"], .field-group--error input[type="tel"], .field-group--error textarea {
  border-bottom: solid 2px red;
}

.field-group--error input[type="text"]:focus, .field-group--error input[type="email"]:focus, .field-group--error input[type="tel"]:focus, .field-group--error textarea:focus {
  outline: none;
  border-bottom: solid 2px #969696;
}

.field-group--error input[type="text"]:focus + .field-group__label, .field-group--error input[type="email"]:focus + .field-group__label, .field-group--error input[type="tel"]:focus + .field-group__label, .field-group--error textarea:focus + .field-group__label {
  font-size: 0.85rem;
  top: 0rem;
  color: #1e1e1e;
}

.field-group.field-group--button-group.field-group--filled .field-group__label {
  display: block !important;
  text-align: left !important;
  font-family: "Akkurat-Pro-Bold" !important;
  color: #BEBEBE !important;
  position: relative !important;
  font-size: 1rem !important;
  transition: all 0.3s !important;
  pointer-events: none !important;
  top: 2rem !important;
  bottom: 0 !important;
  padding-bottom: 2rem !important;
}

#leadForm > img {
  width: 39px;
  height: 40px;
  position: absolute;
  left: -54px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  #leadForm > img {
    width: 28px;
    height: 28px;
    left: -21px;
  }
}

img.vert-move {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.tabs__group {
  transition: 0.3s box-shadow ease;
  border-radius: 0px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 10px 0 40px;
}

.tabs {
  display: none;
}

.tabs:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}

.tabs:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tabs:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}

.tabs:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}

.tabs + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 0px 0px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.85rem;
  text-transform: uppercase;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.tabs + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tabs__content {
  padding-top: 1em;
  background-color: transparent;
  width: 100%;
  left: 0;
  transform: translateY(-3px);
  border-radius: 0px;
  opacity: 1;
  position: relative;
  top: 0;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.timeline {
  background: #111;
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
}

.timeline--decades {
  width: 100%;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  font-family: "Akkurat-Pro-Regular";
  color: #ffffff;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.timeline--years {
  border-bottom: 1px solid #7277f9;
  width: 100%;
  height: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.timeline--years li {
  position: absolute;
  display: block;
  top: -0.33rem;
  margin-left: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #7277f9;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: width 120ms ease, height 120ms ease, margin-left 120ms ease, top 120ms ease;
}

.timeline--years li.active {
  top: -0.69rem;
  margin-left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
}

.timeline--years--total {
  font-family: "Akkurat-Pro-Regular";
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
}

.timeline--date {
  position: absolute;
  top: -5.2rem;
  left: 2rem;
  font-size: 12rem;
  font-family: "Akkurat-Pro-Bold";
  color: rgba(190, 190, 190, 0.2);
}

.timeline__slide-container {
  margin-bottom: 8rem;
}

.timeline__slide {
  position: relative;
  list-style: none;
}

.timeline__slide img {
  width: 100%;
}

.timeline__slide--data {
  font-family: "Akkurat-Pro-Regular";
  width: 100%;
  height: auto;
  position: absolute;
}

.timeline__slide--data-block {
  background: #F5F5F5;
  padding: 1.2rem 1.6rem;
  margin-bottom: 0.25rem;
}

.timeline__slide--data-block a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.timeline__building-name {
  font-size: 1.25rem;
}

.timeline__address {
  font-size: 0.95rem;
}

.timeline__details {
  font-size: 0.85rem;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
}

.timeline__details span {
  position: relative;
  padding: 0 1.5rem;
}

.timeline__details span:nth-of-type(1):after, .timeline__details span:nth-of-type(2):after {
  display: inline-block;
  position: absolute;
  height: 0.3rem;
  background-color: #1e1e1e;
  width: 0.3rem;
  content: '';
  font-size: inherit;
  margin-left: 1.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
}

.timeline__description {
  font-size: 0.95rem;
}

.timeline__previous {
  position: absolute;
  font-size: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  left: -1.5rem;
  top: 50%;
  display: block;
  height: 3.3rem;
  width: 3rem;
  background-color: #F5F5F5;
  cursor: pointer;
}

.timeline__previous:hover {
  color: #7277f9;
}

.timeline__next {
  position: absolute;
  font-size: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  right: -1.5rem;
  top: 50%;
  display: block;
  height: 3.3rem;
  width: 3rem;
  background-color: #F5F5F5;
  cursor: pointer;
}

.timeline__next:hover {
  color: #7277f9;
}

.article__headline {
  font-family: "Akkurat-Pro-Bold";
  font-size: 3.375rem;
  /* 54/16 */
}

.article__author {
  /* By: First Lastname: */
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.75rem;
  /* 12/16 */
  color: #1e1e1e;
  letter-spacing: 0;
}

.article__date {
  /* October, 22 2015: */
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.688rem;
  /* 11/16 */
  color: #555555;
  letter-spacing: 0;
}

.article__image {
  max-width: 100%;
  padding-bottom: 1rem;
}

.article h1 {
  font-size: 2.2rem;
}

.article h2 {
  font-size: 1.8rem;
}

.article h3 {
  font-size: 1.4rem;
}

.article h1, .article h2, .article h3, .article p, .article ul li, .article a {
  font-family: "Akkurat-Pro-Regular";
}

.article h1, .article h2, .article h3, .article p, .article ul {
  font-family: "Akkurat-Pro-Regular";
  padding-bottom: 1rem;
}

.article a {
  color: #7277f9;
  text-decoration: none;
}

.article a:hover {
  color: #4910cc;
}

.layer-group {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

@media (min-width: 64em) {
  .layer-group {
    padding-top: 30%;
    margin-top: 6rem;
  }
}

.layer-group__image {
  z-index: 4;
}

@media (min-width: 64em) {
  .layer-group__image {
    position: absolute;
    width: 40%;
    top: 0;
  }
}

.layer-group__image img {
  width: 100%;
  height: auto;
}

.layer-group--right .layer-group__image {
  right: 18%;
}

.layer-group--left .layer-group__image {
  left: 18%;
}

.layer-group__info {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 1rem 4rem 2rem 4rem;
  height: auto;
  z-index: 5;
}

@media (min-width: 64em) {
  .layer-group__info {
    position: absolute;
    top: 20%;
    width: 25%;
  }
}

.layer-group--right .layer-group__info {
  left: 18%;
}

.layer-group--left .layer-group__info {
  right: 18%;
}

.layer-group__info li {
  padding-bottom: 0.6rem;
}

.listings-sort {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 5.6rem;
  padding-bottom: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: transparent;
  font-family: "Akkurat-Pro-Bold";
  font-size: 0.85rem;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .listings-sort {
    padding-top: 1.6rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.listings--map-view .listings-sort {
  width: auto;
}

@media (min-width: 64em) {
  .listings--map-view .listings-sort {
    width: 51%;
    background-color: #ffffff;
  }
}

@media (min-width: 64em) {
  .listings--grid-view .listings-sort {
    background-color: #ffffff;
  }
}

.listings-sort__options a {
  border: none;
  background: transparent;
  margin-left: 1rem;
  text-decoration: none;
  color: #1e1e1e;
  cursor: pointer;
}

.listings-sort__options a:hover {
  color: #7277f9;
}

.listings-sort__options a.active {
  border-bottom: 2px solid #7277f9;
}

.listings-grid {
  box-sizing: border-box;
  min-height: 80vh;
  height: auto;
  position: relative;
  clear: both;
}

.listings-grid:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.listings--map-view .listings-grid {
  width: 100%;
}

@media (min-width: 48em) {
  .listings--map-view .listings-grid {
    width: 60%;
  }
}

.listings--grid-view .listings-grid {
  width: 100%;
}

.listings-grid__unit {
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  float: left;
}

.listings--map-view .listings-grid .listings-grid__unit {
  width: 100%;
}

@media (min-width: 64em) {
  .listings--map-view .listings-grid .listings-grid__unit {
    width: 50%;
    max-width: 920px;
  }
}

.listings--grid-view .listings-grid .listings-grid__unit {
  width: 100%;
}

@media (min-width: 48em) {
  .listings--grid-view .listings-grid .listings-grid__unit {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .listings--grid-view .listings-grid .listings-grid__unit {
    width: 33%;
  }
}

.footer {
  background: #1e1e1e;
  color: white;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer__logo {
  max-width: 40%;
}

.footer__social {
  text-decoration: none;
  padding-right: 1rem;
  color: #ffffff;
}

.footer__social--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 50%;
  padding-top: 1rem;
}

.footer__social:hover {
  color: #7277f9;
}

.footer .nav__primary, .footer .nav__secondary, .footer .nav__tertiary {
  font-family: "Akkurat-Pro-Regular";
  list-style-type: none;
}

.footer .nav__primary li a, .footer .nav__secondary li a, .footer .nav__tertiary li a {
  cursor: pointer;
  font-family: "Akkurat-Pro-Regular";
  color: #ffffff;
  text-decoration: none;
}

.footer .nav__primary li a:hover, .footer .nav__secondary li a:hover, .footer .nav__tertiary li a:hover {
  color: #7277f9;
}

.footer__block {
  font-family: "Akkurat-Pro-Regular";
  font-size: 0.625rem;
  /* 10/16 */
  color: #ffffff;
  padding-top: 4rem;
}

.footer__right-bottom {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 48em) {
  .footer__right-bottom {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.footer__org-logo {
  width: auto;
  max-height: 3rem;
  padding-top: 1rem;
}

@media (min-width: 48em) {
  .footer__org-logo {
    padding-top: 0rem;
    margin-left: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: -20px;
  bottom: 0;
  z-index: 12;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal:-webkit-scrollbar {
  display: none !important;
}

.modal__close {
  display: block;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 13;
}

.modal__close img {
  width: 100%;
  height: auto;
}

.modal__content {
  max-height: 3000px;
  height: 100%;
  padding-right: 1500px;
  margin-bottom: 4rem;
}

@media (min-width: 64em) {
  .modal__content {
    padding-left: 10%;
  }
}

.modal__content form {
  padding-bottom: 4rem;
}

.modal ul.share-buttons {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
}

.modal ul.share-buttons li {
  display: block;
  width: 100%;
  height: 4rem;
}

.modal ul.share-buttons li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Akkurat-Pro-Bold";
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e1e1e;
}

.modal ul.share-buttons li a:hover {
  color: #7277f9;
}

#popupModal .modal.modal-centered {
  background-color: rgba(51, 51, 51, 0.67);
}

#popupModal .modal.modal-centered .modal__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#popupModal .modal.modal-centered .modal__content .popup-content {
  display: -ms-flexbox;
  display: flex;
  background: #7377f2;
  width: 60%;
  height: auto;
  position: relative;
  border: 6px solid #000;
}

@media (max-width: 620px) {
  #popupModal .modal.modal-centered .modal__content .popup-content {
    height: auto;
    display: block;
    padding-bottom: 12px;
  }
}

#popupModal .modal.modal-centered .modal__content .popup-content .image-popup {
  width: 60%;
}

@media (max-width: 620px) {
  #popupModal .modal.modal-centered .modal__content .popup-content .image-popup {
    width: 100% !important;
    display: block;
  }
}

#popupModal .modal.modal-centered .modal__content .popup-content .image-popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#popupModal .modal.modal-centered .modal__content .popup-content .text-popup {
  font-family: "Akkurat-Pro-Regular";
  color: #fff;
  text-transform: uppercase;
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
}

@media (max-width: 620px) {
  #popupModal .modal.modal-centered .modal__content .popup-content .text-popup {
    width: auto !important;
    display: block;
  }
}

#popupModal .modal.modal-centered .modal__content .popup-content .text-popup h2 {
  font-size: 33px;
  line-height: 1.2;
}

#popupModal .modal.modal-centered .modal__content .popup-content .text-popup p, #popupModal .modal.modal-centered .modal__content .popup-content .text-popup a {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-top: 20px;
  line-height: 24px !important;
}

@media (max-width: 920px) {
  #popupModal .modal.modal-centered .modal__content .popup-content .text-popup p, #popupModal .modal.modal-centered .modal__content .popup-content .text-popup a {
    font-size: 18px;
    margin-top: 18px;
    line-height: 22px !important;
  }
}

@media (max-width: 800px) {
  #popupModal .modal.modal-centered .modal__content .popup-content .text-popup p, #popupModal .modal.modal-centered .modal__content .popup-content .text-popup a {
    font-size: 16px;
    margin-top: 18px;
    line-height: 20px !important;
  }
}

@media (max-width: 720px) {
  #popupModal .modal.modal-centered .modal__content .popup-content .text-popup p, #popupModal .modal.modal-centered .modal__content .popup-content .text-popup a {
    font-size: 14px;
    margin-top: 16px;
    line-height: 18px !important;
  }
}

#popupModal .modal.modal-centered a.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

#popupModal .modal.modal-centered a.modal__close:before {
  content: '\2573';
  color: #fff;
  font-size: 17px;
}

#popupModal .modal.modal-centered a.modal__close img {
  display: none;
}

@media screen and (max-width: 63.999em) {
  .modal__content {
    width: 90%;
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #popupModal .modal.modal-centered a.modal__close {
    right: 5px;
    top: 5px;
  }
  #popupModal .modal.modal-centered a.modal__close:before {
    font-size: 12px;
  }
}

.main {
  max-width: 100%;
  background: #F5F5F5;
}

.main__residents {
  background: #ECECEC;
}

.sheet {
  width: 100%;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  background: #ffffff;
  box-sizing: border-box;
}

.sheet--padded {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sheet--white {
  background-color: #ffffff;
  overflow: hidden;
}

.bg__faderblock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/pattern-black.svg);
  opacity: 1;
  z-index: -1;
}

.bg__pattern {
  background-repeat: repeat;
  background-image: url(../images/pattern-purple.svg);
}

.bg__pattern--small {
  background-size: 20%;
}

.bg__pattern--dots {
  background-color: #fafafa;
  background-image: radial-gradient(#BEBEBE 12%, transparent 13%), radial-gradient(#BEBEBE 12%, transparent 13%);
  background-size: 1rem 1rem;
  background-position: 0 0, 1rem 1rem;
}

.bg__image {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg__image--purple {
  background-image: url(../images/subfooter.svg);
}

.bg__image--purple-big {
  background-image: url(../images/bg-purple-big.svg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.bg__image--arial-building {
  background-image: url(../images/arial-building.jpg);
}

.bg__color--concrete {
  background-color: #F5F5F5;
}

.bg__color--alabaster {
  background-color: #fafafa;
}

.bg__color--purple {
  background-color: #4910cc;
  color: #ffffff;
}
