/*!*****************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./production/src/style.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html.height-100 {
  height: 100%;
}

body {
  position: relative;
  background-color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.height-100 body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

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

.app {
  position: relative;
  width: 100%;
}
.height-100 .app {
  height: 100%;
}

.section {
  position: relative;
  width: 100%;
}

.section-light {
  background-color: #ffffff;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .column.has-tiles {
    padding-right: 0;
    padding-left: 0;
  }
}

.column-0,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-0 {
  max-width: 600px;
}

.column-1 {
  max-width: 750px;
}

.column-2 {
  max-width: 820px;
}

.column-3 {
  max-width: 1066px;
}

.column-4 {
  max-width: 1150px;
}

.column-5 {
  max-width: 1920px;
}

.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

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

.col-lg-12 {
  width: 100%;
  float: left;
}

.col-lg-10 {
  width: 83.333333%;
  float: left;
}

.col-lg-9 {
  width: 75%;
  float: left;
}

.col-lg-8 {
  width: 66.666667%;
  float: left;
}

.col-lg-7 {
  width: 58.333333%;
  float: left;
}

.col-lg-6 {
  width: 50%;
  float: left;
}

.col-lg-5 {
  width: 41.666667%;
  float: left;
}

.col-lg-4 {
  position: relative;
  width: 33.333333%;
  float: left;
}

.col-lg-3 {
  width: 25%;
  float: left;
}

.col-lg-2 {
  width: 16.666667%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .col-md-4 {
    width: 33.333333%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-8 {
    width: 66.666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .col-sm-12 {
    width: 100%;
    float: none;
  }
  .col-sm-4 {
    width: 33.333333%;
    float: left;
  }
}
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.table.table-100 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-reverse .table-cell:first-child {
  left: 50%;
}

.table-reverse .table-cell:last-child {
  left: -50%;
}

.cell-50 .table-cell {
  width: 50%;
}

.cell-txt {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}

.cell-txt-limit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .table-md-block {
    display: block;
  }
  .table-md-block .table-row, .table-md-block .table-cell {
    display: block;
  }
  .table-reverse .table-cell:first-child {
    left: auto;
  }
  .table-reverse .table-cell:last-child {
    left: auto;
  }
  .cell-50 .table-cell {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cell-txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cel-lg-1 {
  width: 8.333333%;
}

.cel-lg-2 {
  width: 16.666667%;
}

.cel-lg-3 {
  width: 25%;
}

.cel-lg-4 {
  width: 33.333333%;
}

.cel-lg-5 {
  width: 41.666667%;
}

.is-tablet {
  display: none;
}

.is-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .no-tablet {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .no-mobile {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex.flex-100,
.flex-inl.flex-100 {
  width: 100%;
}
.flex.flex-reverse,
.flex-inl.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.eq-cols,
.flex-inl.eq-cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-wrap,
.flex-inl.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.flex-justify-center,
.flex-inl.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-align-center,
.flex-inl.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex .cen-h,
.flex-inl .cen-h {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex .col,
.flex-inl .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex .col-fl-8,
.flex-inl .col-fl-8 {
  position: relative;
  width: 66.666666%;
}
.flex .col-fl-6,
.flex-inl .col-fl-6 {
  position: relative;
  width: 50%;
}
.flex .col-fl-4,
.flex-inl .col-fl-4 {
  position: relative;
  width: 33.333333%;
}
.flex.has-cols .col-fl-6,
.flex-inl.has-cols .col-fl-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .flex .col-fl-sd-12,
  .flex-inl .col-fl-sd-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-fl-md-6,
  .flex-inl .col-fl-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .flex.flex-reverse,
  .flex-inl.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex .col-fl-sm-12,
  .flex-inl .col-fl-sm-12 {
    width: 100%;
  }
}

h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.125em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 28px;
  }
}

.section-hero h1 {
  margin-bottom: 5px;
}

.home-video h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .home-video h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .home-video h1 {
    margin-bottom: 30px;
  }
}

h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h2.is-brow {
  display: inline-block;
  margin-bottom: 75px;
  padding-top: 10px;
  border-top: 1px solid rgb(153, 153, 153);
  font-weight: 600;
  font-size: 16px;
}
h2.has-rule {
  padding-top: 10px;
  border-top: 1px solid rgb(153, 153, 153);
}
@media only screen and (max-width: 768px) {
  h2.is-brow {
    margin-bottom: 50px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
  h2.is-brow {
    margin-bottom: 30px;
    font-size: 10px;
  }
}

.tiles h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}

.section-features h2 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.section-login h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.section-ev h2 {
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.section-ev .h2-activate {
  margin-bottom: 60px;
}

p {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3888888889em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
}
@media only screen and (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .column-hero-text p {
    font-size: 14px;
  }
}

p.intro {
  font-weight: 200;
  font-size: 30px;
}
p.intro.has-rule {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
p.intro.has-rule:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 190px;
  height: 1px;
  background-color: rgb(153, 153, 153);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  p.intro {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  p.intro {
    font-weight: 300;
    font-size: 18px;
  }
}

.tiles p {
  font-size: 16px;
}

.section-features p {
  margin-bottom: 10px;
}
.section-features p b {
  font-weight: 500;
}

.section-ev .activate p {
  font-weight: 500;
}

.section-ev .fees .subhead {
  text-transform: uppercase;
}
.section-ev .fees p b {
  font-weight: 500;
}

.section-ev .support p a {
  font-weight: 600;
}

p.team-role {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.section-login .column-0 p:not(.intro) {
  max-width: 495px;
  margin-right: auto;
  margin-left: auto;
}
.section-login .column-0 p:not(.intro):not(:last-child) {
  margin-bottom: 30px;
}
.section-login .column-4 .login {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.section-login .column-4 .qualifier {
  margin-bottom: 20px;
  font-size: 14px;
}
.section-login .column-4 .text {
  margin-bottom: 20px;
  font-size: 16px;
}
.section-login b {
  font-weight: 600;
}

.standard-section ul,
.section-features ul,
.col-text ul {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3888888889em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
}
.standard-section li,
.section-features li,
.col-text li {
  padding-left: 15px;
}
.standard-section li:before,
.section-features li:before,
.col-text li:before {
  content: "·";
  display: inline-block;
  width: 15px;
  margin-left: -15px;
}
.standard-section li:not(:last-child),
.section-features li:not(:last-child),
.col-text li:not(:last-child) {
  margin-bottom: 10px;
}
.standard-section li ul,
.section-features li ul,
.col-text li ul {
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .standard-section ul,
  .section-features ul,
  .col-text ul {
    font-size: 16px;
  }
}

.section-features ul:not(:last-child) {
  margin-bottom: 40px;
}

.lnk-blk {
  position: relative;
  display: inline-block;
  margin-right: 0.8403361345vw;
  margin-bottom: 25px;
  margin-left: 0.8403361345vw;
  padding-top: 0.8403361345vw;
  padding-right: 1.2605042017vw;
  padding-bottom: 0.8403361345vw;
  padding-left: 1.2605042017vw;
  background-color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 1.1764705882vw;
  line-height: 1.1764705882vw;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lnk-blk:first-child {
  margin-left: 0;
}
.lnk-blk:last-child {
  margin-right: 0;
}
.lnk-blk.is-active {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 1191px) {
  .lnk-blk {
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }
}

.amenities-nav .lnk-blk {
  min-width: 11.7647058824vw;
}
@media only screen and (min-width: 1191px) {
  .amenities-nav .lnk-blk {
    min-width: 140px;
  }
}

.amenities-floorplates .lnk-blk,
.section-login .lnk-blk {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

.amenities-floorplates .lnk-blk {
  margin-top: 20px;
}

.lnk-arrow {
  display: inline-block;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.lnk-arrow span {
  display: inline-block;
  vertical-align: middle;
}
.lnk-arrow img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.lnk-scroll {
  display: inline-block;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.lnk-scroll span {
  display: inline-block;
  margin-bottom: 10px;
}
.lnk-scroll img {
  display: inline-block;
}

.disclaimer {
  color: #000000;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.section-light h1,
.section-light h2,
.section-light p,
.section-light ul {
  color: #000000;
}
.section-light h2.is-brow {
  border-top: 1px solid rgb(204, 204, 204);
}

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

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

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

sup {
  position: relative;
  top: -0.75em;
  vertical-align: baseline;
  font-size: 50%;
  line-height: 0;
}

.no-touchevents .home-hero .column-hero-text img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.no-touchevents .home-hero .column-hero-text:hover img {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.no-touchevents .column-hero-text img,
.no-touchevents .location-scroll img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.no-touchevents .column-hero-text:hover img,
.no-touchevents .location-scroll:hover img {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.no-touchevents .link-blk span:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.no-touchevents .link-blk:hover span:after {
  -webkit-transform: translateX(100%) translateY(-50%) rotate(45deg);
          transform: translateX(100%) translateY(-50%) rotate(45deg);
}
.no-touchevents a ~ .tile-download span:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.no-touchevents a:hover ~ .tile-download span:after {
  -webkit-transform: translateX(100%) translateY(-50%) rotate(45deg);
          transform: translateX(100%) translateY(-50%) rotate(45deg);
}

.nav-logo {
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  width: 148px;
}
.nav-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .nav-logo {
    top: 10px;
    left: 10px;
  }
}

.nav-items {
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
}
.nav-items a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-items a:last-child {
  margin-right: 0;
}
.nav-items .nav-blk {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #000000;
}
@media only screen and (max-width: 900px) {
  .nav-items {
    display: none;
  }
}

.nav-icon {
  display: none;
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.nav-icon .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-icon .barre:nth-child(2) {
  top: 9px;
}
.nav-icon .barre:nth-child(3) {
  top: 18px;
}
.js-menu-nav .nav-icon .barre:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-menu-nav .nav-icon .barre:nth-child(2) {
  opacity: 0;
}
.js-menu-nav .nav-icon .barre:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 900px) {
  .nav-icon {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .nav-icon {
    top: 10px;
    right: 10px;
  }
}

.nav-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  text-align: center;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.nav-menu .flex {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.nav-menu .menu {
  position: relative;
}
.nav-menu ul {
  position: relative;
}
.nav-menu li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-menu li .nav-blk {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #ffffff;
  color: #000000;
}
.nav-menu li:not(:last-child) {
  margin-bottom: 40px;
}
.nav-menu .nav-menu-close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
.nav-menu .nav-menu-close .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.nav-menu .nav-menu-close .barre:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nav-menu .nav-menu-close .barre:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
  .nav-menu .nav-menu-close {
    top: 10px;
    right: 7px;
  }
}

.js-menu .nav-menu {
  /*transform: translate(0,0);*/
}

.page-building .nav-items .nav-building:before,
.page-location .nav-items .nav-location:before,
.page-amenities .nav-items .nav-amenities:before,
.page-offices .nav-items .nav-offices:before,
.page-team .nav-items .nav-team:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 1px;
  height: 1px;
  background-color: #ffffff;
}

.page-building .nav-menu .nav-building,
.page-location .nav-menu .nav-location,
.page-amenities .nav-menu .nav-amenities,
.page-offices .nav-menu .nav-offices,
.page-team .nav-menu .nav-team {
  color: rgb(153, 153, 153);
}

.no-touchevents .nav-blk {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.no-touchevents .nav-blk:hover {
  background-color: #ffffff;
  color: #000000;
}

footer {
  padding-bottom: 20px;
  background-color: rgb(204, 204, 204);
}
footer .footer-leasing {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
  /*.flex {
  	margin-right: auto;
  	margin-left: auto;
  }*/
}
footer .footer-leasing .flex-inl {
  text-align: left;
}
footer .footer-leasing .col:first-child {
  padding-right: 75px;
}
footer .footer-leasing .col-border {
  padding-left: 75px;
  border-left: 1px solid rgb(153, 153, 153);
}
footer .footer-leasing .col-border p {
  margin-bottom: 10px;
}
footer .footer-leasing .col:last-child {
  padding-left: 50px;
}
footer .footer-leasing .col:last-child a {
  display: inline-block;
}
footer .footer-leasing .col:last-child a:first-child {
  margin-right: 15px;
}
footer .footer-leasing .col:last-child a:last-child {
  margin-left: 15px;
}
footer .footer-leasing h2 {
  color: #000000;
  font-weight: 500;
}
footer .footer-leasing p {
  color: #000000;
}
footer .footer {
  padding-top: 20px;
}
footer .column-5 {
  margin-bottom: 30px;
}
footer .footer-nav {
  text-align: right;
}
footer .footer-items {
  margin-bottom: 10px;
}
footer .footer-items a {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-items a:last-child {
  margin-right: 0;
}
footer .footer-credit {
  color: rgb(53, 53, 53);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
}
footer .footer-disclaimer {
  text-align: center;
  color: rgb(53, 53, 53);
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  footer .footer-leasing .col:first-child {
    padding-right: 30px;
  }
  footer .footer-leasing .col-border {
    padding-left: 30px;
  }
  footer .footer-leasing .col:last-child {
    padding-left: 25px;
  }
  footer .footer-leasing .col:last-child a:first-child {
    margin-right: 10px;
  }
  footer .footer-leasing .col:last-child a:last-child {
    margin-left: 10px;
  }
  footer .footer-items a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-leasing {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  footer .footer-leasing .flex-inl {
    text-align: center;
  }
  footer .footer-leasing .col:first-child {
    margin-bottom: 30px;
    padding-right: 0;
  }
  footer .footer-leasing .col:first-child h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  footer .footer-leasing .col:first-child p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .footer-leasing .col:first-child p br {
    display: none;
  }
  footer .footer-leasing .col-border {
    margin-bottom: 30px;
    padding-left: 0;
    border-left: 0;
  }
  footer .footer-leasing .col-border p {
    margin-bottom: 10px;
  }
  footer .footer-leasing .col:last-child {
    padding-left: 0;
  }
  footer .column-5 {
    margin-bottom: 20px;
  }
  footer .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer-nav {
    text-align: center;
  }
  footer .footer-items {
    margin-bottom: 30px;
  }
  footer .footer-items a {
    line-height: 2em;
  }
  footer .footer-items a:last-child {
    margin-right: 10px;
  }
}

.page-building .footer-items .nav-building,
.page-location .footer-items .nav-location,
.page-amenities .footer-items .nav-amenities,
.page-offices .footer-items .nav-offices,
.page-team .footer-items .nav-team {
  color: rgb(153, 153, 153);
}

.no-touchevents .footer-icons a path,
.no-touchevents .leasing-icons a path {
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.no-touchevents .footer-icons a:hover path,
.no-touchevents .leasing-icons a:hover path {
  fill: #bb564c;
}

.section-hero {
  position: relative;
  padding-bottom: 56.25%;
  background-position: 50% 50%;
  background-size: cover;
}
.section-hero .column-hero-text {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .section-hero {
    padding-bottom: 150%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container .hero-video,
.video-container .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .hero-video iframe,
.video-container .video-poster iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .video-container .video-icon {
    width: 30%;
  }
}

.floorplates .col-plates {
  position: relative;
}
.floorplates .col-plates .image + img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.floorplates .col-plates .image {
  position: relative;
}
.floorplates .col-plates .image a,
.floorplates .col-plates .image img {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.floorplates .col-plates .image a:not(:first-child),
.floorplates .col-plates .image img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.floorplates .col-plates .image a.is-active,
.floorplates .col-plates .image img.is-active {
  opacity: 1;
}
.floorplates .col-text {
  position: relative;
}
.floorplates .col-text .text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.floorplates .col-text .text:not(.is-rel) {
  position: absolute;
  top: 0;
  left: 20%;
}
@media only screen and (max-width: 900px) {
  .floorplates .col-text .text:not(.is-rel) {
    left: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .floorplates .col-text .text:not(.is-rel) {
    left: 0;
  }
}

.no-touchevents .video-icon {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.no-touchevents .video-icon:hover {
  opacity: 1;
}

.register-select-hidden {
  position: relative;
  height: 0;
  overflow: hidden;
}

.register-select {
  position: relative;
  white-space: nowrap;
}

.register-select-field {
  position: relative;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #000000;
  background-color: #000000;
  cursor: pointer;
}
.register-select-field:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 17px;
  right: 14px;
  width: 0;
  height: 0;
  border-width: 7px 5px 0;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
}
.register-select-field.error {
  background-color: #aa0000;
  border-color: #aa0000;
}
.register-select-field.error:after {
  border-color: #ffffff transparent transparent transparent;
}

.register-select-label {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.has-value .register-select-label {
  opacity: 0;
}

.register-select-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 200px;
  background-color: #000000;
  overflow: auto;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.register-select-item {
  height: 40px;
  padding-right: 10px;
  padding-left: 17px;
  background-color: #000000;
  border-bottom: 1px solid rgb(153, 153, 153);
  cursor: pointer;
}
.register-select-item.is-selected {
  color: rgb(128, 128, 128);
}

.register-select-label,
.register-select-item,
.register-select-detail {
  height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.error .register-select-label,
.error .register-select-item,
.error .register-select-detail {
  color: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next,
.project-hero-thumbs-prev,
.project-hero-thumbs-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.project-hero-thumbs-prev:hover,
.project-hero-thumbs-prev:focus,
.project-hero-thumbs-next:hover,
.project-hero-thumbs-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.project-hero-thumbs-prev.slick-disabled:before,
.project-hero-thumbs-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before,
.project-hero-thumbs-prev:before,
.project-hero-thumbs-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.slick-prev,
.project-hero-thumbs-prev {
  left: 20px;
}
.slick-prev:before,
.project-hero-thumbs-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .project-hero-thumbs-prev {
    left: 15px;
  }
}

.slick-next,
.project-hero-thumbs-next {
  right: 20px;
}
.slick-next:before,
.project-hero-thumbs-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .slick-next,
  .project-hero-thumbs-next {
    right: 15px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .slick-dots {
    bottom: 5px;
  }
}

.section-standard {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 900px) {
  .section-standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section-standard {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-standard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-building .flex .col-text {
  padding-right: 30px;
  padding-left: 50px;
}
.section-building .flex .col-text .text {
  max-width: 350px;
  margin-left: auto;
}
.section-building .flex.flex-reverse .col-text {
  padding-right: 50px;
  padding-left: 30px;
}
.section-building .flex.flex-reverse .col-text .text {
  margin-right: auto;
  margin-left: 0;
}
.section-building .flex .col-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section-building .flex .col-text {
    padding-right: 10px;
    padding-left: 30px;
  }
  .section-building .flex.flex-reverse .col-text {
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .section-building .flex .col-text {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-building .flex .col-text .text {
    max-width: 100%;
  }
  .section-building .flex.flex-reverse .col-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.tiles {
  overflow: hidden;
}
.tiles .flex {
  margin-right: -25px;
  margin-left: -25px;
}
.tiles .col-fl-4 {
  margin-bottom: 100px;
  padding-right: 25px;
  padding-left: 25px;
}
.tiles .col-fl-4 img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  .tiles .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .tiles .col-fl-4 {
    margin-bottom: 75px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .tiles .col-fl-4 {
    margin-bottom: 50px;
  }
  .tiles .col-fl-4 img {
    margin-bottom: 30px;
  }
  .tiles .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tiles .col-fl-4:last-child {
    margin-bottom: 0;
  }
}

.home-hero {
  background-image: url(images/production/src/images/home/hero-icon.jpg);
}
.home-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-hero .column-hero-text {
  top: 19.53125%;
  left: 15%;
}
.home-hero .column-hero-text .lnk-arrow img {
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (min-width: 1350px) {
  .home-hero .column-hero-text {
    left: 20%;
  }
}
@media only screen and (max-width: 1150px) {
  .home-hero .column-hero-text {
    left: 10%;
  }
}
@media only screen and (max-width: 990px) {
  .home-hero .column-hero-text {
    top: 35%;
    left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .home-hero {
    background-image: url(images/production/src/images/home/hero-icon-mobile.jpg);
  }
  .home-hero .column-hero-text {
    top: 18%;
    right: 10%;
    left: 10%;
  }
}

.home-video {
  padding-bottom: 100px;
  text-align: center;
}
.home-video .column-0 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .home-video {
    padding-bottom: 75px;
  }
  .home-video .column-0 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .home-video {
    padding-bottom: 50px;
  }
  .home-video .column-0 {
    margin-bottom: 50px;
  }
}

.building-hero {
  background-image: url(images/production/src/images/building/320_Granville_Street-1.jpg);
}
.building-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.building-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.building-hero .column-hero-text {
  top: 39.0625%;
  left: 9.1508052709%;
}

.section-building .flex:not(:last-child) {
  margin-bottom: 200px;
}
.section-building h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .section-building .flex:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section-building .flex:not(:last-child) {
    margin-bottom: 75px;
  }
  .section-building h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-building {
    padding-top: 0;
  }
  .section-building .flex:not(:last-child) {
    margin-bottom: 50px;
  }
  .section-building h2 {
    margin-bottom: 20px;
  }
}

.location-hero {
  background-image: url(images/production/src/images/location/hero.jpg);
}
.location-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.location-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.location-hero .column-hero-text {
  top: 50%;
  left: 9.1508052709%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-location {
  padding-bottom: 50px;
}
.section-location .column-1 {
  margin-bottom: 200px;
}
.section-location .col-fl-4:last-child {
  padding-top: 30px;
  text-align: center;
}
.section-location .location-scroll {
  display: inline-block;
  text-align: left;
  color: rgb(153, 153, 153);
  font-weight: 300;
  font-size: 40px;
  line-height: 1.125em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .section-location .column-1 {
    max-width: 600px;
    margin-bottom: 100px;
  }
  .section-location .location-scroll {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .section-location .column-1 {
    margin-bottom: 75px;
  }
  .section-location .col-fl-4:last-child {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .section-location {
    /*.location-scroll {
    	font-size:40px;
    }*/
  }
  .section-location .column-1 {
    margin-bottom: 50px;
  }
  .section-location .col-fl-4:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.section-transit {
  position: relative;
}
.section-transit .transit-ani {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.3352855051%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-transit .transit-icon {
  position: relative;
  padding-bottom: 100.1960784314%;
}
.section-transit .transit-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-map .location-map {
  /*border-bottom:1px solid rgb(153,153,153);*/
}
.section-map .col-map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 63.0434782609%;
}
.section-map .col-map .map-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-map .col-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 80.5555555556%;
}
.section-map .col-map .map-location,
.section-map .col-map .map-bosa,
.section-map .col-map img,
.section-map .col-map svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-map .col-map svg .is-active {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.section-map .col-map .map-location {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.section-map .col-map .map-location.is-active {
  opacity: 1;
}
.section-map .col-legend {
  width: 250px;
  padding-left: 30px;
  overflow: hidden;
}
.section-map .col-legend .legend:not(:last-child) {
  border-bottom: 1px solid rgb(53, 53, 53);
}
.section-map .col-legend .legend-title {
  position: relative;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.section-map .col-legend .legend-title:after {
  content: "";
  position: absolute;
  top: 44%;
  right: 2px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.section-map .col-legend .is-active .legend-title:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.section-map .col-legend .legend-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: middle;
}
.section-map .col-legend .legend-design .legend-color {
  background-color: #008bae;
}
.section-map .col-legend .legend-dining .legend-color {
  background-color: #bb564c;
}
.section-map .col-legend .legend-entertaiment .legend-color {
  background-color: #7b6ea0;
}
.section-map .col-legend .legend-hotel .legend-color {
  background-color: #cdaf71;
}
.section-map .col-legend .legend-transportation .legend-color {
  background-color: #004a8e;
}
.section-map .col-legend .legend-name {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.section-map .col-legend .legend-lists {
  height: 0;
  overflow: auto;
}
.section-map .col-legend .legend-list {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0em;
}
.section-map .col-legend .legend-list .table-cell {
  padding-bottom: 5px;
  vertical-align: top;
}
.section-map .col-legend .legend-list .table-cell .list {
  cursor: pointer;
}
.section-map .col-legend .legend-list .table-cell:first-child {
  padding-right: 8px;
}
.section-map .col-legend .legend-design .is-active {
  color: #008bae;
}
.section-map .col-legend .legend-dining .is-active {
  color: #bb564c;
}
.section-map .col-legend .legend-entertaiment .is-active {
  color: #7b6ea0;
}
.section-map .col-legend .legend-hotel .is-active {
  color: #cdaf71;
}
.section-map .col-legend .legend-transportation .is-active {
  color: #336ea5;
}
.section-map .map-mobile {
  display: block;
}
@media only screen and (min-width: 1920px) {
  .section-map {
    /*.col-map {
    	padding-bottom: 50%;
    }*/
  }
}
@media only screen and (max-width: 900px) {
  .section-map .location-map {
    border-bottom: 0;
  }
  .section-map .col-map {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-bottom: 80.5555555556%;
  }
  .section-map .col-legend {
    width: 100%;
    padding-left: 0;
  }
  .section-map .col-legend .legend-lists {
    overflow: hidden;
  }
  .section-map .map-mobile {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .section-map .col-map .map {
    width: 200%;
    padding-bottom: 161.1111111111%;
  }
}
@media only screen and (max-width: 480px) {
  .section-map {
    /*.col-map {

    	.map {
    		width:250%;
    		padding-bottom: percentage(725/900)*2.5;
    	}
    }*/
  }
}

.amenities-hero {
  background-image: url(images/production/src/images/amenities/BosaDev_320Granville_1885.jpg);
}
.amenities-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
}
.amenities-hero .column-hero-text {
  top: 13.0208333333%;
  right: 10.980966325%;
}
.amenities-hero .column-hero-text .lnk-scroll span br {
  display: none;
}
@media only screen and (max-width: 900px) {
  .amenities-hero .column-hero-text {
    top: 13.0208333333%;
    right: 3.6603221083%;
  }
}
@media only screen and (max-width: 640px) {
  .amenities-hero .column-hero-text {
    top: 75px;
    right: 10px;
  }
  .amenities-hero .column-hero-text .lnk-scroll span br {
    display: inline;
  }
}

@media only screen and (max-width: 900px) {
  .section-standard-amenities .column-0 {
    max-width: 450px;
  }
}

.section-rendering {
  position: relative;
}
.section-rendering:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.section-rendering .caption {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50px;
  max-width: 450px;
  padding-left: 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-rendering .caption:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .section-rendering .caption {
    bottom: 20px;
    left: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .section-rendering .caption {
    bottom: 10px;
    left: 0;
    max-width: 280px;
    padding-left: 10px;
    font-size: 10px;
  }
  .section-rendering .caption:before {
    content: none;
  }
}

.section-amenities {
  padding-bottom: 100px;
}
.section-amenities .column-1 {
  max-width: 720px;
  margin-bottom: 100px;
}
.section-amenities .amenites-nav {
  margin-bottom: 50px;
  text-align: center;
}
.section-amenities .amenites-dropdown {
  display: none;
}
.section-amenities .col-plates {
  width: 60.8695652174%;
}
.section-amenities .col-text {
  width: 39.1304347826%;
  padding-left: 7.8260869565%;
}
.section-amenities .col-text p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .section-amenities .column-1 {
    max-width: 570px;
  }
  .section-amenities .col-text {
    padding-left: 3.9130434783%;
  }
}
@media only screen and (max-width: 768px) {
  .section-amenities {
    padding-bottom: 75px;
  }
  .section-amenities .column-1 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-amenities {
    padding-bottom: 50px;
  }
  .section-amenities .column-1 {
    margin-bottom: 50px;
  }
  .section-amenities .amenites-nav {
    display: none;
  }
  .section-amenities .amenites-dropdown {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .section-amenities .col-plates {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-amenities .col-text {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
}

.offices-hero {
  background-image: url(images/production/src/images/offices/320_Granville_Street-18.jpg);
}
.offices-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.offices-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.offices-hero .column-hero-text {
  top: 31.9010416667%;
  left: 17.2035139092%;
}
@media only screen and (max-width: 640px) {
  .offices-hero:before {
    height: 100px;
  }
  .offices-hero .column-hero-text {
    top: 75px;
    right: 75px;
    left: auto;
  }
}

.section-offices .offices-plates {
  position: relative;
}
.section-offices .col-plates {
  width: 57.3913043478%;
}
.section-offices .col-building {
  width: 42.6086956522%;
  padding-left: 7.8260869565%;
}
.section-offices .col-building .subtitle {
  margin-bottom: 50px;
}
.section-offices .col-building img {
  width: 370px;
  max-width: 100%;
  height: auto;
}
.section-offices .column-4 h2 {
  margin-bottom: 10px;
  font-size: 35px;
}
.section-offices .subtitle {
  margin-bottom: 30px;
  color: rgb(153, 153, 153);
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-offices .offices-nav {
  margin-bottom: 50px;
  text-align: center;
}
.section-offices .offices-dropdown {
  display: none;
}
@media only screen and (max-width: 900px) {
  .section-offices .column-1 {
    max-width: 600px;
  }
  .section-offices .column-4 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-offices .column-1 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-offices .column-1 {
    margin-bottom: 50px;
  }
  .section-offices .column-4 h2 {
    font-size: 28px;
  }
  .section-offices .col-plates {
    width: 100%;
    margin-bottom: 50px;
  }
  .section-offices .col-building {
    width: 100%;
    padding-left: 0;
  }
  .section-offices .offices-nav {
    display: none;
  }
  .section-offices .offices-dropdown {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    text-align: left;
  }
}

.offices-leasing {
  padding-top: 0;
}
.offices-leasing .column-0 {
  /*margin-bottom: 50px;*/
}
.offices-leasing h1 {
  margin-bottom: 20px;
  font-size: 35px;
}
.offices-leasing a {
  text-decoration: underline;
}
.offices-leasing .flex {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
.offices-leasing .leasing-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.offices-leasing .leasing-text {
  display: inline-block;
  vertical-align: top;
}
.offices-leasing .leasing-text h2 {
  font-weight: 500;
}
.offices-leasing .col:last-child {
  padding-left: 50px;
}
.offices-leasing .col:last-child a {
  display: inline-block;
}
.offices-leasing .col:last-child a:first-child {
  margin-right: 15px;
}
.offices-leasing .col:last-child a:last-child {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .offices-leasing .column-0 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .offices-leasing h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .offices-leasing .column-0 {
    margin-bottom: 30px;
  }
  .offices-leasing .col:first-child {
    margin-bottom: 30px;
    text-align: center;
  }
  .offices-leasing .leasing-text {
    text-align: left;
  }
  .offices-leasing .col:last-child {
    padding-left: 0;
    text-align: center;
  }
  .offices-leasing .col:last-child a:first-child {
    margin-right: 10px;
  }
  .offices-leasing .col:last-child a:last-child {
    margin-left: 10px;
  }
}

.section-views .view {
  position: relative;
}
.section-views .view:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.section-views .gallery {
  position: relative;
}
.section-views .gallery:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.section-views .caption {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 15px;
  max-width: 450px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-views .views-nav {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-views .views-nav .view-nav {
  position: relative;
  padding-bottom: 300%;
}
.section-views .views-nav svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-views .views-nav svg > g {
  cursor: pointer;
}
.section-views .views-nav g rect {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.section-views .views-nav path {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.section-views .views-nav .is-active rect {
  opacity: 1;
}
.section-views .views-nav .is-active path {
  fill: #000000;
}
@media only screen and (max-width: 640px) {
  .section-views .caption {
    left: 10px;
    font-size: 10px;
  }
  .section-views .views-nav {
    right: 0;
    width: 10.41667%;
  }
  .section-views .views-nav g rect {
    fill: rgb(204, 204, 204);
  }
}

.section-features .column-features {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.section-features h1 {
  margin-bottom: 100px;
  text-align: center;
}
.section-features .col-fl-6:first-child {
  padding-right: 7.0356472795%;
}
.section-features .col-fl-6:last-child {
  padding-left: 7.0356472795%;
}
@media only screen and (max-width: 768px) {
  .section-features h1 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-features .column-features {
    padding-right: 0;
    padding-left: 0;
  }
  .section-features h1 {
    margin-bottom: 50px;
  }
  .section-features .col-fl-6:first-child {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .section-features .col-fl-6:last-child {
    padding-left: 0;
  }
}

.team-hero {
  background-image: url(images/production/src/images/team/BosaDev_320Granville_1767.jpg);
}
.team-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.team-hero .column-hero-text {
  top: 50%;
  left: 9.1508052709%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-team .column-3 {
  max-width: 1024px;
  margin-bottom: 200px;
}
.section-team .column-3 .col-fl-6:first-child .text {
  padding-right: 16.8855534709%;
}
.section-team .column-3 .col-fl-6:first-child .text p:not(:last-child) {
  margin-bottom: 20px;
}
.section-team .column-3 .col-fl-6:first-child .team-logo {
  margin-bottom: 40px;
}
.section-team .column-3 .col-fl-6:last-child {
  position: relative;
}
.section-team .column-3 .col-fl-6:last-child .captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.section-team .col-fl-4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .section-team .column-3 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section-team .column-3 {
    margin-bottom: 75px;
  }
  .section-team .column-3 .flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (max-width: 640px) {
  .section-team .column-3 .col-fl-6:first-child .text {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .section-team .column-3 .col-fl-6:first-child .team-logo {
    margin-bottom: 40px;
  }
  .section-team .col-fl-4:not(:last-child) {
    margin-bottom: 50px;
  }
}

.login-hero {
  background-image: url(images/production/src/images/login/hero.jpg);
}
.login-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 182, 213, 0.7)), to(rgba(149, 182, 213, 0)));
  background: linear-gradient(180deg, rgba(149, 182, 213, 0.7) 0%, rgba(149, 182, 213, 0) 100%);
}
.login-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgb(118, 166, 214) 0%, rgba(118, 166, 214, 0) 40%);
}
.login-hero .column-hero-text {
  top: 15.625%;
  left: 62.2254758419%;
}
.login-hero .column-hero-text h1 {
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .login-hero .column-hero-text {
    top: 75px;
  }
}

.section-login .column-0 {
  margin-bottom: 100px;
}
.section-login .column-4 .col-fl-8,
.section-login .column-4 .col-fl-6,
.section-login .column-4 .col-fl-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-login .column-4 .has-lnk {
  margin-top: auto;
}
.section-login .column-4 .col-fl-8:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: rgb(153, 153, 153);
}
.section-login .column-4 .col-fl-6 {
  padding-right: 40px;
  padding-left: 40px;
}
.section-login .column-4 .col-fl-4 {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .section-login .column-4 {
    max-width: 300px;
  }
  .section-login .column-4 .col-fl-8 {
    margin-bottom: 100px;
  }
  .section-login .column-4 .col-fl-8:after {
    content: none;
  }
  .section-login .column-4 .col-fl-6 {
    padding-right: 0;
    padding-left: 0;
  }
  .section-login .column-4 .col-fl-6:first-child {
    margin-bottom: 40px;
  }
  .section-login .column-4 .col-fl-4 {
    padding-right: 0;
    padding-left: 0;
  }
}

.ev-hero {
  background-image: url(images/production/src/images/evcharging/hero.jpg);
}
.ev-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 182, 213, 0.9)), to(rgba(149, 182, 213, 0)));
  background: linear-gradient(180deg, rgba(149, 182, 213, 0.9) 0%, rgba(149, 182, 213, 0) 100%);
}
.ev-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgb(118, 166, 214) 0%, rgba(118, 166, 214, 0) 40%);
}
.ev-hero .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgb(118, 166, 214) 0%, rgba(118, 166, 214, 0) 25%);
}
.ev-hero .column-hero-text {
  top: 33.8541666667%;
  left: 63.6896046852%;
}
.ev-hero .column-hero-text h1 {
  color: #000000;
}
@media only screen and (max-width: 1150px) {
  .ev-hero .column-hero-text {
    left: 59.2972181552%;
  }
}
@media only screen and (max-width: 640px) {
  .ev-hero .column-hero-text {
    top: 75px;
    left: auto;
    right: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .ev-hero {
    background-position: 55% 50%;
  }
  .ev-hero .column-hero-text {
    right: 10px;
  }
}
@media only screen and (max-width: 440px) {
  .ev-hero {
    background-position: 60% 50%;
  }
}
@media only screen and (max-width: 390px) {
  .ev-hero {
    background-position: 70% 50%;
  }
  .ev-hero .column-hero-text {
    top: 100px;
  }
}

.section-ev .activate {
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: left;
}
.section-ev .activate .table-row:not(:last-child) .table-cell {
  padding-bottom: 30px;
}
.section-ev .activate .table-cell:last-child {
  padding-left: 20px;
}
.section-ev .activate img,
.section-ev .activate p {
  display: inline-block;
  vertical-align: middle;
}
.section-ev .fees {
  margin-bottom: 100px;
}
.section-ev .fees .intro {
  margin-bottom: 40px;
}
.section-ev .fees .subhead {
  margin-bottom: 15px;
}
.section-ev .fees p:not(.intro):not(.equals) {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
.section-ev .fees .icon {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-ev .fees .equals {
  margin-top: 10px;
  margin-bottom: 40px;
}
.section-ev .fees .col:first-child {
  padding-right: 50px;
}
.section-ev .fees .col:last-child {
  padding-left: 50px;
}
.section-ev .fees h3 {
  margin-bottom: 15px;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.section-ev .fees .fee {
  margin-bottom: 10px;
  color: #000000;
  font-weight: 200;
  font-size: 40px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
.section-ev .fees .qualifier {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  font-family: aaux-next, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
.section-ev .support p {
  max-width: 450px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.section-ev .support .logo-unico img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .section-ev .activate,
  .section-ev .fees {
    margin-bottom: 75px;
  }
  .section-ev .fees .col:first-child {
    padding-right: 15px;
  }
  .section-ev .fees .col:last-child {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 340px) {
  .section-ev .fees .col {
    width: 100%;
  }
  .section-ev .fees .col:first-child {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .section-ev .fees .col:last-child {
    padding-left: 0;
  }
}
