html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

:focus {
  outline: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

::-moz-selection {
  background: #ddd;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ddd;
  color: #000;
  text-shadow: none; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic; }

.ie8 * {
  -webkit-filter: inherit;
  filter: inherit; }

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

@-webkit-keyframes zoom-in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zoom-in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes zoom-out {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom-out {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadein-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadein-from-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadein-from-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadein-from-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadein-from-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadein-from-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadein-from-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadein-scale-down {
  from {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadein-scale-down {
  from {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadein-scale-up {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadein-scale-up {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.gallery .slider:after {
  content: "";
  display: table;
  clear: both; }

.site-header .site-nav .nav-buttons li a span, .gallery .slider li img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.instructions, .home:after, .marker-pop-ups .text:before {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.instructions:before, .hero .video video, .gallery .btn-nav span, .marker-pop-ups .marker {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

html {
  font-size: 10px; }

body {
  font: 400 100% "proxima-nova", "Helvetica Nue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #e7e7e7; }

img {
  width: 100%; }

svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  fill: currentcolor; }

.main-content {
  position: relative;
  padding-top: 10em;
  overflow-x: hidden;
  background: #fff; }

.page-home .main-content {
  z-index: 0;
  padding-top: 0; }

.page-home .main-content:before {
  display: none; }

@media screen and (max-width: 37.5em) {
  .main-content {
    padding-top: 6em; } }

.main-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10em;
  background: rgba(31, 31, 31, 0.97); }

@media screen and (max-width: 37.5em) {
  .main-content:before {
    height: 6em; } }

.main-content > section {
  -webkit-animation: fadein-from-top 0.3s ease-out 0.2s backwards;
  animation: fadein-from-top 0.3s ease-out 0.2s backwards; }

.main-content > section:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.main-content > section:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.main-content > section:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.wrapper {
  width: 100%;
  max-width: 160em;
  padding: 10em 8em;
  margin: 0 auto; }

.wrapper.-no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0; }

.wrapper.-no-top-padding {
  padding-top: 0; }

.wrapper.-no-bottom-padding {
  padding-bottom: 0; }

@media screen and (max-width: 75em) {
  .wrapper {
    padding: 8em 6em; } }

@media screen and (max-width: 60em) {
  .wrapper {
    padding: 4em; } }

@media screen and (max-width: 31.25em) {
  .wrapper {
    padding: 4em 2em; } }

.-bg-blue {
  background-color: #00aeef; }

.-bg-grey {
  background-color: #e7e7e7; }

#menu-trigger {
  display: none; }

@media screen and (max-width: 68.75em) {
  #menu-trigger:checked ~ .site-header {
    position: fixed !important;
    top: 0 !important;
    bottom: 0; }
  #menu-trigger:checked ~ .site-header .menu-trigger .text .menu {
    display: none; }
  #menu-trigger:checked ~ .site-header .menu-trigger .text .close {
    display: inline; }
  #menu-trigger:checked ~ .site-header .menu-trigger .text:after {
    background-color: #00aeef; }
  #menu-trigger:checked ~ .site-header .site-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-animation: scale-in 0.2s 0.05s backwards;
    animation: scale-in 0.2s 0.05s backwards; }
  @-webkit-keyframes scale-in {
    from {
      opacity: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes scale-in {
    from {
      opacity: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } } }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  background: #1f1f1f; }

body:not(.page-home) .site-header.-shrink {
  -webkit-box-shadow: 0 2px 5px 1px rgba(68, 68, 68, 0.25);
  box-shadow: 0 2px 5px 1px rgba(68, 68, 68, 0.25); }

body:not(.page-home) .site-header.-shrink .wrapper {
  height: 7em; }

@media screen and (max-width: 68.75em) {
  body:not(.page-home) .site-header.-shrink .wrapper {
    height: 6em; } }

body:not(.page-home) .site-header.-shrink .prop-logo {
  font-size: 0.8em; }

body:not(.page-home) .site-header.-shrink .prop-logo svg {
  position: relative;
  left: -1em;
  width: auto;
  height: 5.5em; }

@media screen and (min-width: 68.8125em) {
  body:not(.page-home) .site-header.-shrink .prop-logo svg {
    top: 0.7em; } }

body:not(.page-home) .site-header.-shrink .prop-logo svg > *:nth-child(1) {
  display: none; }

body:not(.page-home) .site-header.-shrink .main-nav {
  padding: 0; }

@media screen and (min-width: 68.8125em) {
  body:not(.page-home) .site-header.-shrink .nav-buttons, body:not(.page-home) .site-header.-shrink .nav-social {
    opacity: 0; } }

.home .site-header {
  position: absolute;
  z-index: 1000;
  top: auto;
  left: 0;
  bottom: 0;
  background: #1f1f1f;
  -webkit-animation: fadein-from-bottom 0.3s ease-out 0s backwards;
  animation: fadein-from-bottom 0.3s ease-out 0s backwards; }

.home .site-header > * {
  -webkit-animation: fade-in 0.3s ease-out 2s backwards;
  animation: fade-in 0.3s ease-out 2s backwards; }

.site-header .site-nav .nav-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav .nav-buttons {
    display: block;
    max-width: 40em;
    margin: 2em auto 0 auto;
    padding: 2em 0;
    border-top: 1px solid rgba(231, 231, 231, 0.3);
    border-bottom: 1px solid rgba(231, 231, 231, 0.3); } }

.site-header .site-nav .nav-buttons li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav .nav-buttons li {
    font-size: 1em; } }

.site-header .site-nav .nav-buttons li:first-child {
  margin-bottom: .2em; }

.site-header .site-nav .nav-buttons li a {
  position: relative;
  dsiplay: block;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  border-radius: .2em;
  padding: .75em;
  -webkit-transition: background .2s;
  transition: background .2s; }

.site-header .site-nav .nav-buttons li a span {
  position: absolute;
  left: .75em;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  color: #00aeef; }

.site-header .site-nav .nav-buttons li a:hover {
  background: #363636; }

.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 10em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

@media screen and (max-width: 68.75em) {
  .site-header .wrapper {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 37.5em) {
  .site-header .wrapper {
    height: 6em; } }

.site-header .prop-logo {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  position: relative;
  z-index: 100;
  display: block;
  width: 12em;
  height: 100%;
  margin-right: 6em;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s; }

.site-header .prop-logo svg {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

@media screen and (max-width: 37.5em) {
  .site-header .prop-logo {
    font-size: 0.8em; }
  .site-header .prop-logo svg {
    position: relative;
    left: -1em;
    width: auto;
    height: 5.5em; }
  .site-header .prop-logo svg > *:nth-child(1) {
    display: none; } }

.site-header .prop-logo:hover svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.site-header .prop-logo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -3em;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 68.75em) {
  .site-header .prop-logo:after {
    display: none; } }

.site-header .menu-trigger {
  position: relative;
  z-index: 100;
  display: none; }

@media screen and (max-width: 68.75em) {
  .site-header .menu-trigger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 0.5em; }
  .site-header .menu-trigger .text {
    position: relative;
    cursor: pointer; }
  .site-header .menu-trigger .text .close {
    display: none; }
  .site-header .menu-trigger .text:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 0.06em;
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.3em;
    border-radius: 50%;
    border: 0.1em solid #00aeef;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
  .site-header .menu-trigger .text:hover:after {
    background: #00aeef; } }

.site-header .site-nav {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav {
    display: none;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: scroll;
    overflow-scrolling: touch; } }

@media screen and (max-width: 37.5em) {
  .site-header .site-nav {
    padding-top: 6em; } }

.site-header .site-nav .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 0.5em;
  padding-left: 1.1em;
  border-left: 1px solid rgba(231, 231, 231, 0.3);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav .nav-social {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 2em auto 0 auto;
    padding: 0;
    width: 11em;
    border-left: none;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

.site-header .site-nav .nav-social li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav .nav-social li {
    font-size: 1.25em; } }

.site-header .site-nav .nav-social li a {
  position: relative;
  dsiplay: block;
  text-decoration: none; }

@media screen and (max-width: 68.75em) {
  .site-header .site-nav .nav-social li a {
    display: inline-block; } }

.site-header .site-nav .nav-social li a span {
  display: block;
  width: 1.75em;
  height: 1.75em;
  color: rgba(255, 255, 255, 0.75); }

.site-header .site-nav .nav-social li a:hover span {
  color: #00aeef; }

.site-header .wrapper {
  padding: 15px; }

body:not(.page-home) .site-header.-shrink .site-nav .main-nav li {
  line-height: 40px; }
  body:not(.page-home) .site-header.-shrink .site-nav .main-nav li ul {
    top: 40px; }

body:not(.page-home) .site-header.-shrink .site-nav .social-tour {
  opacity: 0; }

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-nav .main-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px; }
    .site-nav .main-nav a {
      text-transform: uppercase;
      color: #fff;
      font-size: 13px;
      text-decoration: none;
      letter-spacing: .1em; }
      .site-nav .main-nav a:focus, .site-nav .main-nav a:hover {
        color: #00aeef; }
    .site-nav .main-nav li {
      position: relative;
      line-height: 70px; }
      .site-nav .main-nav li:hover ul {
        left: -20px; }
      .site-nav .main-nav li:hover > a {
        color: #00aeef; }
      .site-nav .main-nav li ul {
        position: absolute;
        top: 70px;
        left: -99999em;
        z-index: 20;
        width: 180px;
        padding: 20px;
        background-color: #000;
        border-top: 15px solid #1f1f1f; }
        .site-nav .main-nav li ul li {
          line-height: 1; }
        .site-nav .main-nav li ul a {
          display: block;
          padding: 5px 0; }
  .site-nav .social-tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1; }
    .site-nav .social-tour a {
      color: #fff;
      text-decoration: none; }
  .site-nav .tourlink {
    padding-right: 11px; }
    .site-nav .tourlink + .social-links {
      border-left: 1px solid rgba(231, 231, 231, 0.3); }
  .site-nav .social-links {
    margin: 0;
    padding-left: 11px; }
    .site-nav .social-links li {
      margin: 10px 0; }
      .site-nav .social-links li:first-child {
        margin-top: 0; }
      .site-nav .social-links li:last-child {
        margin-bottom: 0; }
    .site-nav .social-links a {
      display: block;
      width: 18px;
      height: 18px;
      color: rgba(255, 255, 255, 0.75); }
      .site-nav .social-links a:focus, .site-nav .social-links a:hover {
        color: #00aeef; }
  @media (max-width: 1280px) {
    .site-nav .main-nav a {
      font-size: 12px; }
    .site-nav .social-tour {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .site-nav .tourlink {
      padding: 0 0 10px; }
      .site-nav .tourlink + .social-links {
        border-left: none;
        border-top: 1px solid rgba(231, 231, 231, 0.3); }
    .site-nav .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0 0;
      border-left: none; }
      .site-nav .social-links li {
        margin: 0 5px; } }
  @media (max-width: 1100px) {
    .site-nav .main-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 23px; }
      .site-nav .main-nav li {
        line-height: 1; }
        .site-nav .main-nav li:hover ul {
          left: auto; }
        .site-nav .main-nav li ul {
          position: relative;
          left: auto;
          top: auto;
          width: auto;
          padding: 0;
          border: none;
          background: none; }
          .site-nav .main-nav li ul a {
            font-size: 14px;
            text-transform: none;
            color: #00aeef; }
      .site-nav .main-nav a {
        display: block;
        padding: 7px 10px;
        font-size: 20px; }
    .site-nav .social-tour {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      margin: 0 auto;
      padding: 14px 0; }
    .site-nav .tourlink {
      width: 100%;
      padding: 14px 0;
      border-top: 1px solid rgba(231, 231, 231, 0.3);
      text-align: center; }
    .site-nav .social-links {
      padding: 14px 0; }
      .site-nav .social-links a {
        width: 23px;
        height: 23px;
        margin: 5px; } }

.stacking-plan {
  max-width: 1280px;
  margin: 0 auto; }

.floors-7-8 {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .floors-7-8.visible {
    opacity: 1; }

.parking {
  fill: #333;
  font-family: "proxima-nova", "Helvetica Nue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
  .parking.ground-floor {
    font-size: 20px; }

.floor-group {
  cursor: pointer; }
  .floor-group .floor-shape {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .floor-group.residential .floor-shape {
    fill: #00AEEF;
    stroke: #979797;
    fill-opacity: .6;
    stroke-width: 2px; }
    .floor-group.residential .floor-shape.commercial {
      fill: #283975; }
  .floor-group.residential .floorsize {
    fill: #00AEEF; }
  .floor-group.commercial .floor-shape {
    fill: #283975;
    stroke: #B9BFC1;
    fill-opacity: 0.6;
    stroke-width: 2px; }
    .floor-group.commercial .floor-shape.residential {
      fill: #00AEEF; }
  .floor-group.commercial .floorsize {
    fill: #283975; }
  .floor-group .floornumber {
    fill: #333;
    font-family: "proxima-nova", "Helvetica Nue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-align: center; }
    .floor-group .floornumber.ground-floor {
      font-size: 20px; }
  .floor-group .floorsize {
    font-family: "proxima-nova", "Helvetica Nue", Helvetica, Arial, sans-serif;
    fill: #00AEEF;
    opacity: 0;
    font-size: 20px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .floor-group .floorsize.commercial {
      fill: #283975; }
    .floor-group .floorsize.graysize {
      fill: #666; }
    .floor-group .floorsize .lease-status, .floor-group .floorsize.leased {
      font-weight: bold; }
  .floor-group .download-tooltip {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    color: #fff; }
    .floor-group .download-tooltip .click-to-download tspan {
      color: #fff;
      fill: #fff;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.5px;
      padding: 10px;
      background-color: #333; }
  .floor-group:hover .floor-shape,
  .floor-group:hover .floornumber,
  .floor-group:hover .download-tooltip,
  .floor-group:hover .floorsize {
    opacity: 1; }

.site-footer {
  width: 100%;
  background: #fff; }
  body:not(.page-home) .site-footer {
    -webkit-animation: fadein-from-top 0.3s ease-out 0.2s backwards;
    animation: fadein-from-top 0.3s ease-out 0.2s backwards; }
  .site-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 56.25em) {
      .site-footer .wrapper {
        display: block; } }
  .site-footer .tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 56.25em) {
      .site-footer .tagline {
        text-align: center; } }
    .site-footer .tagline h2 {
      font-size: 1.7em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.25em;
      color: #00aeef;
      margin-bottom: 0.5em; }
    .site-footer .tagline p {
      font-size: 1.4em;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      color: #595959; }
  .site-footer .ackerberg-logo {
    display: block;
    width: 10em;
    height: 6.7em;
    color: #333;
    margin-right: 5em; }
    @media screen and (max-width: 56.25em) {
      .site-footer .ackerberg-logo {
        margin: 3em auto 0 auto; } }
  .site-footer .cbre-logo {
    display: block;
    width: 180px; }
    .site-footer .cbre-logo img {
      width: 180px;
      height: auto; }
    @media screen and (max-width: 56.25em) {
      .site-footer .cbre-logo {
        top: 0;
        margin: 2.5em auto 0 auto; } }
  .site-footer .copyright {
    width: 100%;
    margin-top: 6em;
    color: #aaa; }

.page-home .site-footer, .page-neighborhood .site-footer, .page-news .site-footer, .page-contact .site-footer {
  background: #e7e7e7; }

.type h1, .heading {
  position: relative;
  font-size: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.1em;
  color: #00aeef;
  -webkit-animation: fadein-from-bottom 0.3s ease-out 0.4s backwards;
  animation: fadein-from-bottom 0.3s ease-out 0.4s backwards; }

@media screen and (max-width: 62.5em) {
  .type h1, .heading {
    font-size: 3.5em; } }

@media screen and (max-width: 37.5em) {
  .type h1, .heading {
    font-size: 3em; } }

.type h1:not(.-no-border):after, .heading:not(.-no-border):after {
  content: '';
  display: block;
  width: 30%;
  height: 1px;
  margin: 1em 0;
  background: #283975;
  -webkit-animation: fadein-from-top 0.3s ease-out 0.4s backwards;
  animation: fadein-from-top 0.3s ease-out 0.4s backwards; }

.type h1.-no-border, .heading.-no-border {
  font-size: 3em; }

.page-contact .type h1, .page-contact .heading {
  font-size: 2em;
  margin-bottom: 1.5em; }

@media screen and (max-width: 43.75em) {
  .page-contact .type h1, .page-contact .heading {
    margin-bottom: 1em; } }

.type h2, .subhead {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #333; }
  .type h2.normal-case, .subhead.normal-case {
    text-transform: none; }

.type h2:not(:last-child), .subhead:not(:last-child) {
  margin-bottom: 1em; }

.type h2.-center, .subhead.-center {
  text-align: center; }

.type h2.-big, .subhead.-big {
  font-size: 2.8em; }

.callout {
  font-family: "source-serif-pro", "Times New Roman", serif;
  font-size: 4.2em;
  line-height: 1.1em;
  font-weight: 300;
  text-align: right;
  color: #283975; }

.callout.-uptown {
  font-size: 3vw; }

@media screen and (min-width: 100em) {
  .callout.-uptown {
    font-size: 5em; } }

@media screen and (max-width: 62.5em) {
  .callout.-uptown {
    font-size: 4.5vw; } }

@media screen and (max-width: 43.75em) {
  .callout.-uptown {
    font-size: 3em;
    text-align: center; } }

.callout-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 -6em 3em; }

@media screen and (max-width: 37.5em) {
  .callout-box {
    float: none;
    width: 85%;
    font-size: 0.8em; } }

.callout-box .callout {
  position: relative;
  z-index: 100;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: center;
  color: #fff;
  background: #00aeef;
  padding: 1.75em 1.25em 2em 1.25em; }

.callout-box .callout strong {
  display: block;
  font-size: 4.8em;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  margin-top: 0.15em; }

.callout-box .callout .icon {
  display: block;
  width: 3em;
  height: 3em;
  margin: 0 auto 0.3em auto; }

.callout-box .callout:after {
  content: '';
  position: relative;
  top: -10.5em;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(31, 31, 31, 0.125); }

.callout-box .callout.-walk {
  margin-left: 2em;
  background: #283975; }

.callout-box .callout.-bike .icon {
  width: 5.4em; }

@media screen and (max-width: 75em) {
  .callout-box .callout {
    font-size: 1.3em; } }

.instructions {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  text-align: center;
  color: #4e4e4e;
  margin-top: 6em; }

.instructions.-white {
  margin: 0 0 1.5em 0; }

.instructions.-white span {
  background: #fff; }

@media screen and (max-width: 37.5em) {
  .instructions {
    margin-top: 3em; } }

.instructions:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 150%;
  height: 1px;
  background: #b4b4b4; }

@media screen and (max-width: 43.75em) {
  .instructions:before {
    width: 125%; } }

@media screen and (max-width: 31.25em) {
  .instructions:before {
    display: none; } }

.instructions span {
  position: relative;
  display: inline-block;
  z-index: 100;
  padding: 0 1em;
  background: #e7e7e7; }

.btn {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #333;
  padding: 1em;
  border: 0.15em solid #666;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-animation: fadein-from-top 0.3s ease-out 0.4s backwards;
  animation: fadein-from-top 0.3s ease-out 0.4s backwards; }

.btn:hover {
  background: #00aeef; }

.page-availability .btn {
  margin-top: 3em; }

.page-accessibility .btn {
  max-width: 26em;
  padding: 1em; }

.page-building .grid .btn {
  margin-bottom: 2.5em; }

.type .-white {
  color: #fff; }

.type .-white:after {
  background: rgba(255, 255, 255, 0.8); }

.type .-white strong {
  color: #005170; }

.type p, .type li {
  font-size: 1.6em;
  line-height: 1.7em; }

.type p.intro, .type li.intro {
  font-size: 1.7em;
  line-height: 2.2em;
  max-width: 32em;
  -webkit-animation: fadein-from-top 0.3s ease-out 0.4s backwards;
  animation: fadein-from-top 0.3s ease-out 0.4s backwards; }

@media screen and (max-width: 62.5em) {
  .type p.intro, .type li.intro {
    max-width: none; } }

.type p.contact, .type li.contact {
  width: 12.5em;
  line-height: 1.4em;
  margin: 0 3em 2.5em 0; }

.type p a, .type li a {
  color: #00aeef;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

.type p a:hover, .type li a:hover {
  border-bottom: 1px solid #00aeef; }

.type p:not(:last-child) {
  margin-bottom: 1.5em; }

.type strong {
  font-weight: 600;
  color: #333; }

.type .bulleted-list {
  text-align: left; }

.type .bulleted-list:not(:last-child) {
  margin-bottom: 2em; }

.type .bulleted-list li {
  position: relative;
  padding: 0 0 1em 0.9em; }

.type .bulleted-list li:before {
  position: absolute;
  top: 0em;
  left: 0em;
  content: '\2022';
  font-size: 0.8em;
  font-weight: 700;
  color: #00aeef; }

.type .bulleted-list.-news {
  margin-top: 4em; }

.type .bulleted-list.-news li {
  color: #999;
  line-height: 1.3em; }

.type .bulleted-list.-news li:not(:last-child) {
  margin-bottom: 1.25em; }

.type .bulleted-list.-news li a {
  font-size: 1.15em; }

.type .bulleted-list.-news li a:after {
  content: '';
  display: block;
  width: 1em;
  height: 0.4em; }

.home {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 1px;
  margin-top: -1px;
  background-color: #1f1f1f; }

@media screen and (max-width: 64em) {
  .home {
    height: 96vh; } }

@media screen and (min-width: 81.25em) and (max-height: 64em) {
  .home {
    height: 97.9vh; } }

@media screen and (max-width: 48em) {
  .home {
    height: 97vh; } }

@media screen and (max-width: 46em) {
  .home {
    height: 90vh; } }

@media screen and (max-width: 25.875em) {
  .home {
    height: 90vh; } }

.home:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100% - 100px);
  background: url(/assets/img/homepage-header-bg.jpg) center no-repeat;
  background-size: cover; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home:before {
    -webkit-animation: none !important;
    animation: none !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home:after {
    -webkit-animation: none !important;
    animation: none !important; } }

.home .logo {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 15em;
  height: 15vh;
  margin-top: 12vh;
  margin-bottom: 3em;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(68, 68, 68, 0.25));
  filter: drop-shadow(2px 2px 2px rgba(68, 68, 68, 0.25));
  -webkit-animation: fadein-scale-up 0.5s ease-out 0.25s backwards;
  animation: fadein-scale-up 0.5s ease-out 0.25s backwards; }

.home .logo svg {
  height: 25vh; }

.home .logo svg > *:nth-child(1) {
  display: none; }

@media screen and (max-width: 37.5em) {
  .home .logo {
    height: 12em;
    height: 12vh;
    margin-bottom: 2em; }
  .home .logo svg {
    height: 20vh; } }

.home h2 {
  position: relative;
  z-index: 500;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  text-shadow: 1px 1px 2px rgba(68, 68, 68, 0.25);
  -webkit-animation: fadein-from-bottom 0.5s ease-out 1.25s backwards;
  animation: fadein-from-bottom 0.5s ease-out 1.25s backwards; }

@media screen and (min-width: 37.5625em) {
  .home h2 br {
    display: none; } }

@media screen and (max-width: 37.5em) {
  .home h2 {
    font-size: 1.6em; } }

@media screen and (max-width: 62.5em) {
  .home h2 {
    font-weight: 600; } }

.grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid.-gutters {
  margin: -6em 0 0 -6em; }

.grid.-gutters:not(:last-child) {
  margin-bottom: 6em; }

.grid.-gutters > .grid-cell {
  margin: 6em 0 0 6em; }

.grid .grid-cell {
  position: relative;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

.grid .grid-cell.-min-height {
  min-height: 50vh; }

.grid .grid-cell.-width-1-2 {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  -ms-flex-preferred-size: calc(50% - 6em);
  flex-basis: calc(50% - 6em); }

.grid .grid-cell.-width-2-3 {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  -ms-flex-preferred-size: calc(66.6666% - 6em);
  flex-basis: calc(66.6666% - 6em); }

.grid .grid-cell.-width-1-3 {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  -ms-flex-preferred-size: calc(33.3333% - 6em);
  flex-basis: calc(33.3333% - 6em); }

.grid .grid-cell.-width-1-4 {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  -ms-flex-preferred-size: calc(25% - 6em);
  flex-basis: calc(25% - 6em); }

.page-home .-home-photos {
  max-width: 160em;
  margin: 0 auto; }

.page-home .-home-photos .grid-cell {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  width: 25%; }

@media screen and (max-width: 43.75em) {
  .page-home .-home-photos .grid-cell {
    width: 50%; } }

.page-home .-home-photos .grid-cell:nth-child(1) {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.page-home .-home-photos .grid-cell:nth-child(1) .wrapper {
  padding-bottom: 2em; }

@media screen and (max-width: 43.75em) {
  .page-home .-home-photos .grid-cell:nth-child(1) {
    width: 100%;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
    height: 25vh; } }

@media screen and (min-width: 62.5625em) {
  .page-uptown-active .grid .grid-cell:nth-child(1) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; } }

@media screen and (max-width: 62.5em) {
  .page-uptown-active .grid .grid-cell {
    -ms-flex-preferred-size: calc(100% - 6em);
    flex-basis: calc(100% - 6em);
    min-height: 0; } }

.page-building #content-3 .grid .grid-cell > svg {
  width: 6em;
  height: 11em;
  margin: 0 0 3em 0; }

@media screen and (max-width: 62.5em) {
  .page-building #content-3 .grid .grid-cell {
    -ms-flex-preferred-size: calc(100% - 6em);
    flex-basis: calc(100% - 6em); } }

.page-building #content-4 .grid .grid-cell > svg {
  width: 10em;
  height: 10em;
  margin: 0 0 3em 0; }

@media screen and (min-width: 62.5em) {
  .page-building #content-4 .grid .grid-cell:nth-child(2) {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; } }

@media screen and (max-width: 62.5em) {
  .page-building #content-4 .grid .grid-cell {
    -ms-flex-preferred-size: calc(100% - 6em);
    flex-basis: calc(100% - 6em);
    min-height: 0; } }

.page-contact .wrapper > .grid {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.page-contact .wrapper > .grid .grid-cell {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none; }

.page-contact .wrapper > .grid .grid-cell:nth-child(1) {
  width: calc(55% - 4em); }

.page-contact .wrapper > .grid .grid-cell:nth-child(2) {
  width: calc(45% - 4em); }

@media screen and (max-width: 43.75em) {
  .page-contact .wrapper > .grid .grid-cell {
    width: 100% !important; }
  .page-contact .wrapper > .grid .grid-cell:nth-child(1) {
    margin-bottom: 4em; } }

.page-contact img {
  width: 29.4em;
  height: 4.6em; }

@media screen and (max-width: 50em) {
  .page-contact img {
    width: 22.05em;
    height: 3.45em; } }

@media screen and (max-width: 43.75em) {
  .page-contact img {
    width: 29.4em;
    height: 4.6em; } }

.hero {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 60em;
  min-height: 70vh; }

@media screen and (max-width: 62.5em) {
  .hero {
    display: block;
    min-height: none;
    height: auto; } }

.hero .photo {
  position: relative;
  width: 50%; }

.hero .photo.-right {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

@media screen and (max-width: 62.5em) {
  .hero .photo {
    width: 100%;
    height: 50vh; }
  .page-building .hero .photo {
    height: 60vh; } }

.hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero .video video {
  position: absolute;
  min-width: 103%;
  min-height: 103%; }

.hero .headline {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.hero .headline.-right {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.hero .headline .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 80em;
  margin: 0; }

@media screen and (max-width: 62.5em) {
  .hero .headline {
    width: 100%; }
  .hero .headline .wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
    max-width: none; } }

@media screen and (max-width: 37.5em) {
  .hero .headline .wrapper {
    padding-top: 4em;
    padding-bottom: 4em; } }

.photo-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee; }

.photo-box.-borders:before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 30%;
  height: 20%;
  border-top: 0.2em solid rgba(31, 31, 31, 0.125);
  border-left: 0.2em solid rgba(31, 31, 31, 0.125); }

.photo-box.-borders:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  right: -1em;
  width: 30%;
  height: 20%;
  border-bottom: 0.2em solid rgba(31, 31, 31, 0.125);
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.photo-box.-borders-2:before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  right: -1em;
  width: 30%;
  height: 20%;
  border-top: 0.2em solid rgba(31, 31, 31, 0.125);
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.photo-box.-borders-2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  left: -1em;
  width: 30%;
  height: 20%;
  border-bottom: 0.2em solid rgba(31, 31, 31, 0.125);
  border-left: 0.2em solid rgba(31, 31, 31, 0.125); }

.photo-box.-home-2 {
  padding-bottom: 90%;
  background-image: url("/assets/img/photo-box-home-2.jpg"); }

@media screen and (max-width: 62.5em) {
  .photo-box.-home-2 {
    padding-bottom: 140%; } }

@media screen and (max-width: 43.75em) {
  .photo-box.-home-2 {
    padding-bottom: 90%; } }

.photo-box.-home-3 {
  background-position: right center;
  background-image: url("/assets/img/photo-box-home-3.jpg"); }

.photo-box.-home-4 {
  background-position: right center;
  background-image: url("/assets/img/photo-box-home-4.jpg"); }

.photo-box.-home-5 {
  background-image: url("/assets/img/photo-box-home-5.jpg"); }

.photo-box.-home-6 {
  background-position: center top;
  background-image: url("/assets/img/photo-box-home-6.jpg"); }

.photo-box.-home-7 {
  background-image: url("/assets/img/photo-box-home-7.jpg"); }

.photo-box.-home-8 {
  background-position: center bottom;
  background-image: url("/assets/img/photo-box-home-8.jpg"); }

.photo-box.-home-9 {
  background-image: url("/assets/img/photo-box-home-9.jpg"); }

.photo-box.-home-10 {
  background-image: url("/assets/img/photo-box-home-10.jpg"); }

.photo-box.-home-11 {
  background-image: url("/assets/img/photo-box-home-11.jpg"); }

.photo-box.-home-12 {
  background-image: url("/assets/img/photo-box-home-12.jpg"); }

.photo-box.-home-13 {
  background-image: url("/assets/img/photo-box-home-13.jpg"); }

.photo-box.-home-14 {
  background-image: url("/assets/img/photo-box-home-14.jpg"); }

.photo-box.-home-15 {
  background-image: url("/assets/img/photo-box-home-15.jpg"); }

.photo-box.-home-16 {
  background-image: url("/assets/img/photo-box-home-16.jpg"); }

.photo-box.-neighborhood-hero {
  background-position: right bottom;
  background-image: url("/assets/img/photo-box-neighborhood-hero.jpg"); }

.photo-box.-building-hero {
  background-image: url("/assets/img/photo-box-building-hero.jpg"); }
  .photo-box.-building-hero.west {
    background-image: url("/assets/img/photo-box-building-west-hero.jpg"); }

.photo-box.-building-1 {
  height: auto;
  padding-bottom: 100%;
  background-image: url("/assets/img/photo-box-building-1.jpg"); }

@media screen and (max-width: 62.5em) {
  .photo-box.-building-1 {
    padding-bottom: 60%; } }

.photo-box.-building-2 {
  background-image: url("/assets/img/photo-box-building-2-upd.jpg"); }

@media screen and (max-width: 62.5em) {
  .photo-box.-building-2 {
    padding-bottom: 60%; } }

.photo-box.-amenities-hero {
  background-image: url("/assets/img/photo-box-amenities-hero.jpg"); }

.photo-box.-amenities-1 {
  height: auto;
  padding-bottom: 20vw;
  background-image: url("/assets/img/photo-box-amenities-1.jpg"); }

.photo-box.-amenities-west-1 {
  height: auto;
  padding-bottom: 20vw;
  background-image: url("/assets/img/photo-box-amenities-west-1.jpg"); }

@media screen and (min-width: 100em) {
  .photo-box.-amenities-1 {
    padding-bottom: 35em; } }

@media screen and (max-width: 62.5em) {
  .photo-box.-amenities-1 {
    padding-bottom: 30vw; } }

@media screen and (max-width: 43.75em) {
  .photo-box.-amenities-1 {
    padding-bottom: 100%; } }

@media screen and (max-width: 25em) {
  .photo-box.-amenities-1 {
    padding-bottom: 50vw; } }

.photo-box.-amenities-2 {
  height: auto;
  padding-bottom: 20vw;
  background-position: right center;
  background-image: url("/assets/img/photo-box-amenities-2.jpg"); }

@media screen and (min-width: 100em) {
  .photo-box.-amenities-2 {
    padding-bottom: 30em; } }

@media screen and (max-width: 62.5em) {
  .photo-box.-amenities-2 {
    padding-bottom: 25vw; } }

@media screen and (max-width: 43.75em) {
  .photo-box.-amenities-2 {
    padding-bottom: 100%; } }

@media screen and (max-width: 25em) {
  .photo-box.-amenities-2 {
    padding-bottom: 50vw; } }

.photo-box.-amenities-3 {
  height: auto;
  padding-bottom: 20vw;
  background-image: url("/assets/img/photo-box-amenities-3.jpg"); }
  @media screen and (min-width: 100em) {
    .photo-box.-amenities-3 {
      padding-bottom: 35em; } }
  @media screen and (max-width: 62.5em) {
    .photo-box.-amenities-3 {
      padding-bottom: 30vw; } }
  @media screen and (max-width: 43.75em) {
    .photo-box.-amenities-3 {
      padding-bottom: 100%; } }
  @media screen and (max-width: 25em) {
    .photo-box.-amenities-3 {
      padding-bottom: 50vw; } }

.photo-box.-amenities-security {
  height: auto;
  padding-bottom: 20vw;
  background-image: url("/assets/dist/img/content-image-security.jpg");
  background-position: center top; }
  @media screen and (min-width: 100em) {
    .photo-box.-amenities-security {
      padding-bottom: 35em; } }
  @media screen and (max-width: 62.5em) {
    .photo-box.-amenities-security {
      padding-bottom: 30vw; } }
  @media screen and (max-width: 43.75em) {
    .photo-box.-amenities-security {
      padding-bottom: 100%; } }
  @media screen and (max-width: 25em) {
    .photo-box.-amenities-security {
      padding-bottom: 50vw; } }

.photo-box.-amenities-4 {
  height: auto;
  padding-bottom: 20vw;
  background-image: url("/assets/img/photo-box-amenities-4.jpg"); }

@media screen and (min-width: 100em) {
  .photo-box.-amenities-4 {
    padding-bottom: 30em; } }

@media screen and (max-width: 62.5em) {
  .photo-box.-amenities-4 {
    padding-bottom: 25vw; } }

@media screen and (max-width: 43.75em) {
  .photo-box.-amenities-4 {
    padding-bottom: 100%; } }

@media screen and (max-width: 25em) {
  .photo-box.-amenities-4 {
    padding-bottom: 50vw; } }

.photo-box.-amenities-5 {
  margin-bottom: 6em;
  height: auto;
  padding-bottom: 70%;
  background-position: center bottom;
  background-image: url("/assets/img/photo-box-amenities-5.jpg"); }

@media screen and (max-width: 37.5em) {
  .photo-box.-amenities-5 {
    padding-bottom: 75%; } }

.photo-box.-accessibility-hero {
  background-image: url("/assets/img/photo-box-accessibility-hero.jpg"); }

.photo-box.-recruitment-hero {
  background-image: url("/assets/img/photo-box-recruitment-hero.jpg"); }

.slideshow {
  position: relative; }

.slideshow .slider-box {
  position: relative;
  width: 100%; }

.slideshow .slider-box .slider {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease; }

.slideshow .slider-box .slider.-done {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease; }

.slideshow .slider-box .slider .slide {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.slideshow .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.slideshow .nav a {
  position: relative;
  width: 2.6em;
  height: 2.6em;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.slideshow .nav a:hover {
  color: #00aeef; }

.slideshow .nav a:first-child {
  margin-right: 5em; }

.slideshow .nav a:first-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  right: -2.5em;
  background: #999; }

.slideshow .dot-nav {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 2em 1.5em 4em; }

@media screen and (max-width: 62.5em) {
  .slideshow .dot-nav {
    padding-left: 2em; } }

@media screen and (max-width: 43.75em) {
  .slideshow .dot-nav {
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 0 0.5em 0; } }

.slideshow .dot-nav li a {
  font-size: 3em;
  padding: 0.2em;
  text-decoration: none;
  color: #b3b3b3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.slideshow .dot-nav li a:hover, .slideshow .dot-nav li a.-active {
  color: #00aeef; }

.slideshow.-home {
  max-width: 160em;
  margin: -6em auto 0 auto;
  overflow: hidden; }

.slideshow.-home .slider-box {
  margin-top: 5em;
  width: 75%; }

@media screen and (max-width: 43.75em) {
  .slideshow.-home .slider-box {
    width: 100%; } }

.slideshow.-home .slider-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 99%;
  width: 34.3334%;
  height: 100%;
  background-size: cover;
  background-image: url("/assets/img/uptown_bg.jpg"); }

.slideshow.-home .slide {
  padding-bottom: 40vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: hidden;
  background: #fff; }

@media screen and (min-width: 81.25em) {
  .slideshow.-home .slide {
    padding-bottom: 55em; } }

@media screen and (max-width: 43.75em) {
  .slideshow.-home .slide {
    height: 35vh; } }

.slideshow.-home .slide:not(.-active) .photo-box {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%); }

.slideshow.-home .slide .photo-box {
  position: absolute;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease; }

.slideshow.-home .nav {
  position: absolute;
  right: 50%;
  top: 0;
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0 6em 2em 0; }

@media screen and (max-width: 62.5em) {
  .slideshow.-home .nav {
    padding-right: 4em; } }

@media screen and (max-width: 43.75em) {
  .slideshow.-home .nav {
    display: none; } }

.tabs {
  width: 100%; }

.tabs .tab-nav {
  background: #454545; }

.tabs .tab-nav .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

@media screen and (max-width: 100em) {
  .tabs .tab-nav .wrapper {
    padding: 0; } }

.tabs input {
  display: none; }

.tabs label {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid rgba(231, 231, 231, 0.1);
  border-right: 1px solid rgba(31, 31, 31, 0.5);
  padding: 2.5em 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.tabs label:hover {
  cursor: pointer;
  background: #009bd6; }

.tabs label span.large {
  display: inline; }

@media screen and (max-width: 43.75em) {
  .tabs label span.large {
    display: none; } }

.tabs label span.small {
  display: none; }

@media screen and (max-width: 43.75em) {
  .tabs label span.small {
    display: inline; } }

@media screen and (max-width: 43.75em) {
  .page-building .tabs label {
    padding: 1.25em 1em; }
  .page-building .tabs label:nth-child(2), .page-building .tabs label:nth-child(4) {
    display: none; } }

@media screen and (max-width: 43.75em) {
  .page-recruitment .tabs label {
    padding: 1.25em 1em; }
  .page-recruitment .tabs label:nth-child(4) {
    display: none; } }

.tabs #tab-1:checked ~ .tab-nav #label-1, .tabs #tab-2:checked ~ .tab-nav #label-2, .tabs #tab-3:checked ~ .tab-nav #label-3, .tabs #tab-4:checked ~ .tab-nav #label-4 {
  font-weight: 500;
  color: #00aeef;
  background: #e7e7e7; }

.page-amenities .tabs #tab-1:checked ~ .tab-nav #label-1, .page-amenities .tabs #tab-2:checked ~ .tab-nav #label-2, .page-amenities .tabs #tab-3:checked ~ .tab-nav #label-3, .page-amenities .tabs #tab-4:checked ~ .tab-nav #label-4 {
  background: #fff; }

.tabs #tab-1:checked ~ #content-1, .tabs #tab-2:checked ~ #content-2, .tabs #tab-3:checked ~ #content-3, .tabs #tab-4:checked ~ #content-4 {
  display: block; }

.tabs #tab-1:checked ~ #content-1 .wrapper, .tabs #tab-2:checked ~ #content-2 .wrapper, .tabs #tab-3:checked ~ #content-3 .wrapper, .tabs #tab-4:checked ~ #content-4 .wrapper {
  -webkit-animation: fade-in 0.4s 0.1s backwards;
  animation: fade-in 0.4s 0.1s backwards; }

@media screen and (max-width: 43.75em) {
  .page-building .tabs #tab-1:checked ~ #content-2, .page-recruitment .tabs #tab-1:checked ~ #content-2 {
    display: block; }
  .page-building .tabs #tab-1:checked ~ #content-2 .wrapper, .page-recruitment .tabs #tab-1:checked ~ #content-2 .wrapper {
    -webkit-animation: fade-in 0.4s 0.1s backwards;
    animation: fade-in 0.4s 0.1s backwards; }
  .page-building .tabs #tab-3:checked ~ #content-4, .page-recruitment .tabs #tab-3:checked ~ #content-4 {
    display: block; }
  .page-building .tabs #tab-3:checked ~ #content-4 .wrapper, .page-recruitment .tabs #tab-3:checked ~ #content-4 .wrapper {
    -webkit-animation: fade-in 0.4s 0.1s backwards;
    animation: fade-in 0.4s 0.1s backwards; } }

.tabs .tab-content {
  display: none;
  overflow: hidden;
  background-color: #e7e7e7; }

.page-amenities .tabs .tab-content {
  background: #fff; }

.icon-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.icon-list li {
  text-align: center; }

.icon-list li .icon {
  display: block;
  width: 7em;
  height: 7em;
  margin: 0 auto 2em auto; }

.icon-list li .text {
  display: block;
  font-size: 1.6em;
  line-height: 1.4em; }

.icon-list li .text strong {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.25em; }

@media screen and (max-width: 40.625em) {
  .icon-list li .text strong {
    font-size: 1.1em; } }

.icon-list.-building-specs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.icon-list.-building-specs li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: enter;
  -webkit-box-pack: enter;
  justify-content: enter;
  width: 33.3333%;
  padding: 4em;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece; }

.icon-list.-building-specs li .center-block {
  display: inline-block;
  text-align: left; }

.icon-list.-building-specs li a {
  position: relative;
  color: #00aeef;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

.icon-list.-building-specs li a:hover {
  border-bottom: 1px solid #00aeef; }

.icon-list.-building-specs li a:before {
  content: '';
  display: block;
  width: 1em;
  height: 0.5em; }

.icon-list.-building-specs li:nth-child(3n+3) {
  border-right: none; }

.icon-list.-building-specs li:nth-last-child(-n+3) {
  border-bottom: none; }

@media screen and (max-width: 62.5em) {
  .icon-list.-building-specs li {
    width: 50%;
    border-right: 1px solid #cecece !important;
    border-bottom: 1px solid #cecece !important; }
  .icon-list.-building-specs li:nth-child(2n+2), .icon-list.-building-specs li:nth-child(9) {
    border-right: none !important; }
  .icon-list.-building-specs li:nth-last-child(-n+1) {
    border-bottom: none !important; } }

@media screen and (max-width: 40.625em) {
  .icon-list.-building-specs li {
    padding: 2em; } }

@media screen and (max-width: 31.25em) {
  .icon-list.-building-specs li {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #cecece !important; }
  .icon-list.-building-specs li:last-child {
    border-bottom: none !important; } }

.icon-list.-building-specs li strong {
  color: #283975; }

.icon-list.-amenities li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 33.3333%;
  padding: 4em; }
  .icon-list.-amenities li.two-thirds {
    width: calc( 200% / 3); }

.icon-list.-amenities li .icon {
  width: 8.5em;
  height: 8.5em;
  color: #00aeef; }

.icon-list.-amenities li .text {
  max-width: 18em;
  margin: 0 auto; }

.icon-list.-amenities li:last-child .icon {
  height: 5em; }

@media screen and (max-width: 62.5em) {
  .icon-list.-amenities li {
    padding: 3em 2em; } }

@media screen and (min-width: 43.8125em) {
  .icon-list.-amenities li:nth-child(2), .icon-list.-amenities li:nth-child(7) {
    width: 66.6666%; }
  .icon-list.-amenities li:nth-child(4):after, .icon-list.-amenities li:nth-child(9):after {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    width: 0.2em;
    height: 60%;
    background: rgba(31, 31, 31, 0.125); } }

@media screen and (max-width: 43.75em) {
  .icon-list.-amenities li.two-thirds,
  .icon-list.-amenities li {
    width: 50%; }
  .icon-list.-amenities li:nth-child(8) {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; } }

@media screen and (max-width: 25em) {
  .icon-list.-amenities li {
    width: 100%;
    padding: 2em 0; }
  .icon-list.-amenities li:nth-child(3) {
    display: none; } }

.icon-list.-accessibility li {
  width: 33.333%;
  padding: 4em; }

.icon-list.-accessibility li:nth-child(1) {
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.icon-list.-accessibility li:nth-child(1) .icon {
  color: #283975; }

.icon-list.-accessibility li:nth-child(2) {
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.icon-list.-accessibility li:nth-child(2) .icon {
  width: 9em;
  color: #61933a; }

.icon-list.-accessibility li:nth-child(3) .icon {
  width: 9em;
  color: #00aeef; }

@media screen and (max-width: 43.75em) {
  .icon-list.-accessibility li {
    width: 100%;
    padding: 2em 1em;
    border-right: none !important; }
  .icon-list.-accessibility li:not(:last-child) {
    border-bottom: 0.2em solid rgba(31, 31, 31, 0.125); } }

.icon-list.-accessibility li .text {
  max-width: 28em;
  margin: 0 auto; }

.icon-list.-parking {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 130em;
  margin: 4em auto 0 auto; }

@media screen and (max-width: 62.5em) {
  .icon-list.-parking {
    margin-top: 2em; } }

.icon-list.-parking li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: calc(25% - 0.5em);
  padding: 2em 3em;
  background: #00aeef; }

.icon-list.-parking li .text {
  color: #fff; }

.icon-list.-parking li:nth-child(2) {
  background: #1f1f1f; }

.icon-list.-parking li:nth-child(3) {
  background: #283975; }

.icon-list.-parking li:nth-child(4) {
  background: #a7a7a7; }

@media screen and (max-width: 62.5em) {
  .icon-list.-parking li {
    width: 50%; } }

@media screen and (max-width: 37.5em) {
  .icon-list.-parking li {
    width: 100%;
    padding: 2em; } }

.icon-list.-recruitment {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }

.icon-list.-recruitment li {
  position: relative;
  width: 33.333%;
  padding: 8em 4em;
  background-color: rgba(40, 57, 117, 0.95); }

.icon-list.-recruitment li .icon {
  width: 6em;
  height: 6em;
  margin-bottom: 3em;
  color: #00aeef; }

.icon-list.-recruitment li .text {
  max-width: 14em;
  color: #fff;
  margin: 0 auto; }

.icon-list.-recruitment li .text strong {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0.4em; }

.icon-list.-recruitment li:nth-child(1) {
  top: 1em; }

.icon-list.-recruitment li:nth-child(1) .icon {
  width: 8em;
  height: 5em; }

.icon-list.-recruitment li:nth-child(2) {
  z-index: 100;
  margin: 0;
  background: rgba(0, 174, 239, 0.95); }

.icon-list.-recruitment li:nth-child(2) .icon {
  color: #283975; }

.icon-list.-recruitment li:nth-child(3) {
  top: 1em;
  background: rgba(57, 57, 57, 0.95); }

.icon-list.-recruitment li:nth-child(3) .icon {
  width: 9em;
  color: #b8b8b8; }

.icon-list.-recruitment li:nth-child(4) {
  z-index: 11;
  top: -1em;
  left: 2em;
  background: rgba(155, 155, 155, 0.95); }

.icon-list.-recruitment li:nth-child(4) .icon {
  width: 9em;
  color: #393939; }

.icon-list.-recruitment li:nth-child(5) {
  z-index: 12;
  margin: 0; }

.icon-list.-recruitment li:nth-child(5) .icon {
  width: 9em; }

.icon-list.-recruitment li:nth-child(6) {
  top: -1em;
  left: -2em;
  background: rgba(0, 174, 239, 0.95); }

.icon-list.-recruitment li:nth-child(6) .icon {
  color: #283975; }

@media screen and (max-width: 50em) {
  .icon-list.-recruitment li {
    width: 50%;
    padding: 4em;
    top: 0 !important;
    left: 0 !important; } }

@media screen and (max-width: 37.5em) {
  .icon-list.-recruitment li {
    width: 100%;
    padding: 2em; } }

.icon-list.-connectivity {
  display: block;
  margin: 2em 0 0 0; }

.icon-list.-connectivity li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: left; }

.icon-list.-connectivity li:not(:last-child) {
  margin-bottom: 2em; }

.icon-list.-connectivity li .icon {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  width: 5em;
  height: 5em;
  color: #283975;
  padding: 0 1.5em 0 0;
  margin: 0 1.5em 0 0;
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.icon-list.-connectivity li .text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.icon-list.-sustainability {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 2em; }

.icon-list.-sustainability li {
  width: calc(50% - 4em);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: left;
  margin-bottom: 2em; }

@media screen and (max-width: 37.5em) {
  .icon-list.-sustainability li {
    width: 100%; } }

.icon-list.-sustainability li .icon {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  width: 5em;
  height: 5em;
  color: #00aeef;
  padding: 0 1.5em 0 0;
  margin: 0 1.5em 0 0;
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.icon-list.-sustainability li .text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.stacking-plan {
  position: relative;
  margin-top: 4em; }

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

.qtip-default {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  background-color: rgba(31, 31, 31, 0.9);
  color: #fff;
  padding: 0.125em;
  -webkit-box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25);
  box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25); }

@media screen and (max-width: 31.25em) {
  .qtip-default {
    font-size: 0.7em; } }

.qtip-default .qtip-titlebar {
  background-color: #ffef93; }

.qtip-default .qtip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111; }

table.availability {
  width: 100%;
  margin-top: 3em; }

table.availability tr:not(:first-child):hover {
  background: rgba(231, 231, 231, 0.2); }

table.availability th, table.availability td {
  font-size: 1.7em;
  padding: 2em;
  text-align: center; }

@media screen and (max-width: 62.5em) {
  table.availability th, table.availability td {
    padding: 1em; } }

@media screen and (max-width: 43.75em) {
  table.availability th, table.availability td {
    font-size: 1.5em !important;
    padding: 1em !important; }
  table.availability th span, table.availability td span {
    display: none; } }

@media screen and (max-width: 29.6875em) {
  table.availability th:nth-child(3), table.availability td:nth-child(3) {
    display: none; } }

table.availability th:first-child, table.availability td:first-child {
  text-align: left; }

table.availability th a, table.availability td a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

table.availability th a:hover, table.availability td a:hover {
  color: #00aeef; }

table.availability th {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 500;
  border-bottom: 0.2em solid #1f1f1f;
  vertical-align: bottom; }

@media screen and (max-width: 43.75em) {
  table.availability th {
    font-size: 1.3em !important; } }

table.availability td:first-child {
  font-size: 2.2em;
  text-align: left;
  padding-left: 1.5em; }

@media screen and (max-width: 68.75em) {
  table.availability td:first-child {
    font-size: 2em; } }

@media screen and (max-width: 62.5em) {
  table.availability td:first-child {
    font-size: 1.7em; } }

table.availability tr:not(:last-child) td {
  border-bottom: 0.2em solid rgba(31, 31, 31, 0.125); }

.map {
  position: relative; }

.map.-amenities {
  display: block;
  max-width: 45em;
  margin: 0 auto; }

.map.-transportation {
  max-width: 110em;
  margin: 8em auto 0 auto; }

.map.-transportation #active > * {
  display: none; }

.map.-parking {
  max-width: 110em;
  margin: 6em auto 0 auto; }

.map.-parking #active > * {
  display: none; }

@media screen and (max-width: 62.5em) {
  .map.-parking {
    margin-top: 3em; } }

.map.-demo {
  max-width: 100em;
  margin: 0 auto; }

.map.-demo h2 {
  margin-bottom: 1.25em; }

.neighborhood-map .map-box {
  position: relative;
  margin-top: 4em; }

.neighborhood-map .map-box:before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 30%;
  height: 20%;
  border-top: 0.2em solid rgba(31, 31, 31, 0.125);
  border-left: 0.2em solid rgba(31, 31, 31, 0.125); }

.neighborhood-map .map-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  right: -1em;
  width: 30%;
  height: 20%;
  border-bottom: 0.2em solid rgba(31, 31, 31, 0.125);
  border-right: 0.2em solid rgba(31, 31, 31, 0.125); }

.neighborhood-map .map-box .map {
  position: relative;
  width: 100%;
  height: 60em;
  height: 65vh; }

@media screen and (max-width: 62.5em) {
  .neighborhood-map .map-box .map {
    height: 40vh; } }

.neighborhood-map .map-box .map-info {
  font-family: "proxima-nova", "Helvetica Nue", Helvetica, Arial, sans-serif;
  color: #333;
  padding: 0.25em; }

.neighborhood-map .map-box .map-info h2 {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.3em; }

.neighborhood-map .map-box .map-info p {
  font-size: 1em;
  line-height: 1.4em; }

.neighborhood-map .map-box .map-info p a {
  color: #00aeef;
  text-decoration: none;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

.neighborhood-map .map-box .map-info p a:hover {
  border-bottom: 1px solid #00aeef; }

.neighborhood-map .legend-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 1em 0 1.5em 0; }

.neighborhood-map .legend-nav li {
  margin: 0.125em;
  width: calc(20% - 0.25em); }

@media screen and (max-width: 81.25em) {
  .neighborhood-map .legend-nav li {
    width: calc(25% - 0.5em); } }

@media screen and (max-width: 65.625em) {
  .neighborhood-map .legend-nav li {
    width: calc(33.3333% - 0.5em); } }

@media screen and (max-width: 46.875em) {
  .neighborhood-map .legend-nav li {
    width: calc(50% - 0.5em); } }

.neighborhood-map .legend-nav li a {
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  color: #333;
  text-decoration: none;
  padding: 0.4em 1em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

@media screen and (max-width: 29.6875em) {
  .neighborhood-map .legend-nav li a {
    font-size: 1.3em; } }

.neighborhood-map .legend-nav li a:hover, .neighborhood-map .legend-nav li a.-active {
  background: rgba(231, 231, 231, 0.65); }

.neighborhood-map .legend-nav li a:not([href='#all']):before {
  position: relative;
  top: 0.15em;
  left: -0.3em;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 100%; }

.neighborhood-map .legend-nav li a[href='#Restaurants/Bars']:before {
  background-image: url("../../svg/marker-restaurantsbars.svg"); }

.neighborhood-map .legend-nav li a[href='#Health & Wellness']:before {
  background-image: url("../../svg/marker-healthwellness.svg"); }

.neighborhood-map .legend-nav li a[href='#Clothing']:before {
  background-image: url("../../svg/marker-clothing.svg"); }

.neighborhood-map .legend-nav li a[href='#Specialty Retail']:before {
  background-image: url("../../svg/marker-specialtyretail.svg"); }

.neighborhood-map .legend-nav li a[href='#Apartments/Hospitality']:before {
  background-image: url("../../svg/marker-apartmentshospitality.svg"); }

.neighborhood-map .legend-nav li a[href='#Services']:before {
  background-image: url("../../svg/marker-services.svg"); }

.neighborhood-map .legend-nav li a[href='#Banking']:before {
  background-image: url("../../svg/marker-banking.svg"); }

.neighborhood-map .legend-nav li a[href='#Grocery/Foods']:before {
  background-image: url("../../svg/marker-groceryfoods.svg"); }

.neighborhood-map .legend-nav li a[href='#Entertainment']:before {
  background-image: url("../../svg/marker-entertainment.svg"); }

.neighborhood-map .legend-nav li a[href='#Auto Repair/Gas']:before {
  background-image: url("../../svg/marker-autorepairgas.svg"); }

.neighborhood-map .legend-nav li a[href='#Schools/Day Care']:before {
  background-image: url("../../svg/marker-schoolsdaycare.svg"); }

.neighborhood-map .legend-nav li a[href='#Places of Worship']:before {
  background-image: url("../../svg/marker-placesof worship.svg"); }

.neighborhood-map .legend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2em;
  border-top: 1px solid #e7e7e7; }

.neighborhood-map .legend li {
  position: relative;
  width: calc(20% - 0.5em);
  margin: 0.25em;
  padding-left: 1.3em; }

@media screen and (max-width: 78.125em) {
  .neighborhood-map .legend li {
    width: calc(25% - 0.5em); } }

@media screen and (max-width: 53.125em) {
  .neighborhood-map .legend li {
    width: calc(33.3333% - 0.5em); } }

@media screen and (max-width: 37.5em) {
  .neighborhood-map .legend li {
    width: calc(50% - 0.5em); } }

.neighborhood-map .legend li:before {
  position: absolute;
  top: 0em;
  left: 0em;
  content: '\2022';
  font-size: 1.2em;
  font-weight: 700;
  color: #6c6c6c; }

.neighborhood-map .legend li a {
  font-size: 1.3em;
  color: #858585;
  text-decoration: none; }

.neighborhood-map .legend li a:hover {
  color: #00aeef; }

.gallery {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(31, 31, 31, 0.95); }

.gallery .wrapper {
  position: absolute;
  top: 8em;
  bottom: 8em;
  left: 10em;
  right: 10em;
  width: auto;
  height: auto;
  max-width: 160em;
  padding: 0;
  margin: 0 auto; }

.gallery .wrapper.-wide {
  left: 4em;
  right: 4em; }

@media screen and (max-width: 62.5em) {
  .gallery .wrapper {
    top: 6em;
    bottom: 6em;
    left: 2em !important;
    right: 2em !important; } }

.gallery .slider {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.gallery .slider.-done {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.gallery .slider li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.gallery .slider li.-active {
  opacity: 1; }

.gallery .slider li img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.gallery .slider li .video {
  position: relative;
  width: 100%;
  height: 100%; }

.gallery .slider li .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery h3 {
  display: none;
  position: absolute;
  z-index: 1500;
  top: 1.5em;
  left: 1.5em;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #fff; }

@media screen and (max-width: 62.5em) {
  .gallery h3 {
    top: 2em;
    padding-right: 4em;
    font-size: 1.4em; } }

.gallery .btn-close {
  display: block;
  position: fixed;
  z-index: 5000;
  top: 2em;
  right: 2em;
  width: 4em;
  height: 4em;
  text-decoration: none;
  color: #00aeef;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.gallery .btn-close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 62.5em) {
  .gallery .btn-close {
    font-size: 0.8em; } }

.gallery .btn-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10em;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

@media screen and (max-width: 62.5em) {
  .gallery .btn-nav {
    display: none; } }

.gallery .btn-nav span {
  display: block;
  position: absolute;
  width: 8em;
  height: 8em;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

@media screen and (max-width: 62.5em) {
  .gallery .btn-nav span {
    font-size: 0.5em; } }

.gallery .btn-nav:hover span {
  color: #00aeef; }

.gallery .btn-nav.-next {
  left: 100%; }

.gallery .btn-nav.-prev {
  right: 100%; }

.gallery .dot-nav {
  position: relative;
  z-index: 2000;
  width: 100%;
  text-align: center;
  padding: 0.5em 0 1em; }

.gallery .dot-nav li {
  display: inline;
  margin: 0 0.5em; }

.gallery .dot-nav li a {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.gallery .dot-nav li a:hover, .gallery .dot-nav li a.-active {
  color: #00aeef; }

.marker-pop-ups li {
  position: absolute;
  z-index: 100;
  width: 1px;
  height: 1px;
  background: red;
  cursor: pointer; }

.marker-pop-ups li:before, .marker-pop-ups li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8em;
  height: 8em;
  margin: -4em 0 0 -4em;
  border-radius: 50%;
  border: 0.3em solid #283975;
  opacity: 0;
  -webkit-animation: marker-pulse 3s ease-out infinite both;
  animation: marker-pulse 3s ease-out infinite both;
  pointer-events: none; }

@media screen and (max-width: 43.75em) {
  .marker-pop-ups li:before, .marker-pop-ups li:after {
    font-size: 0.8em; } }

@media screen and (max-width: 25em) {
  .marker-pop-ups li:before, .marker-pop-ups li:after {
    font-size: 0.4em; } }

.marker-pop-ups li:after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@-webkit-keyframes marker-pulse {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes marker-pulse {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.marker-pop-ups li:hover, .marker-pop-ups li.-active {
  z-index: 3000; }

.marker-pop-ups li:hover .text, .marker-pop-ups li.-active .text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.marker-pop-ups .marker {
  position: absolute;
  z-index: 1;
  display: block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  border: 0.6em solid #00aeef;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25);
  box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25);
  pointer-events: auto; }

@media screen and (max-width: 43.75em) {
  .marker-pop-ups .marker {
    font-size: 0.8em; } }

@media screen and (max-width: 25em) {
  .marker-pop-ups .marker {
    font-size: 0.6em; } }

.marker-pop-ups .text {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 9em;
  height: 9em;
  font-size: 1.5em;
  font-weight: 600;
  color: #00aeef;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 1em;
  border-radius: 60%;
  border: 0.3em solid #00aeef;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25);
  box-shadow: 0 1px 1px 1px rgba(68, 68, 68, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 0.5em);
  transform: translate(-50%, 0.5em);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media screen and (max-width: 31.25em) {
  .marker-pop-ups .text {
    font-size: 0.9em; } }

.marker-pop-ups .text strong {
  display: block;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.15em; }

.marker-pop-ups .text strong i {
  display: block;
  font-style: normal;
  font-size: 1.8em; }

.marker-pop-ups .text small {
  font-size: 0.7em; }

.marker-pop-ups .text .icon {
  display: block;
  width: 6em;
  height: 3em;
  margin: -0.75em auto 0 auto; }

.marker-pop-ups .text:before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: 100%;
  width: 0.3em;
  height: 1.7em;
  background: #00aeef; }

.marker-pop-ups.-transportation li:nth-child(1) {
  top: 19%;
  left: 71.5%; }

.marker-pop-ups.-transportation li:nth-child(2) {
  top: 36%;
  left: 71.5%; }

.marker-pop-ups.-transportation li:nth-child(3) {
  top: 76%;
  left: 3.2%; }

.marker-pop-ups.-transportation li:nth-child(4) {
  top: 76.5%;
  left: 86.5%; }

.marker-pop-ups.-parking li:nth-child(1) {
  top: 31%;
  left: 42%; }

.marker-pop-ups.-parking li:nth-child(2) {
  top: 34%;
  left: 51%; }

.marker-pop-ups.-parking li:nth-child(3) {
  top: 54%;
  left: 48%; }

.marker-pop-ups.-parking li:nth-child(4) {
  top: 77%;
  left: 48.5%; }

.marker-pop-ups.-parking li:nth-child(5) {
  top: 48%;
  left: 23.5%; }

.marker-pop-ups.-parking li:nth-child(6) {
  top: 61.4%;
  left: 59%; }

.marker-pop-ups.-parking li:nth-child(7) {
  top: 54%;
  left: 53.5%; }
