  @font-face {
    font-family: 'Noe Display';
    src: url('../fonts/NoeDisplay-Bold.woff2') format('woff2'),
      url('../fonts/NoeDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit-Light.woff2') format('woff2'),
      url('../fonts/Larsseit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit-Bold.woff2') format('woff2'),
      url('../fonts/Larsseit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'SFPro';
    src: url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'SFPro';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  p,
  span,
  a,
  h4,
  h5,
  td,
  th,
  li {
    font-family: 'SFPro';
    font-weight: 300;
    font-style: normal;
  }

  .intro-page {
    height: 100vh;
  }

  .flex-text-one h1 {
    text-align: center;
    font-size: 3.4rem;
    font-family: 'Noe Display';
    line-height: 1;
  }

  .flex-text-one,
  .flex-text-two {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  .flex-text-two {
    text-align: center;
    opacity: 0;
  }

  .flex-text-two img {
    width: 50%;
  }

  .active-link {
    font-weight: bold;
    font-style: normal;
  }

  .side-bar {
    background-color: #f0f5f4;
    color: #1e6b5e;
    text-align: center;
    position: relative;
  }

  .side-bar header {
    padding: 3rem 0;
  }

  .heading {
    padding: 2rem 0;
    width: 75%;
    margin: 0 auto;
  }

  h2 {
    font-family: 'Noe Display';
    line-height: 1;
    margin-bottom: 2rem;
  }

  .slick-container {
    display: block;
    position: relative;
  }

  .slick-dotted {
    margin: 0 !important;
  }

  /* .slick-dots {
    position: unset !important;
  } */

  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }

  .building-slider .slick-dots button {
    border: 1px solid #FFF !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
  }

  .building-slider .slick-active button {
    background-color: #FFF !important;
  }

  .location-slider .slick-dots button {
    border: 1px solid #1e6b5e !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
  }

  .location-slider .slick-active button {
    background-color: #1e6b5e !important;
  }

  .slick-dots {
    width: unset !important;
    bottom: 30px !important;
    left: 1rem !important;
    text-align: left !important;
  }

  .arrow-container {
    display: flex;
    justify-content: space-between;
    width: 60px;
    float: right;
    right: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
  }

  .arrow:hover {
    cursor: pointer;
  }

  .key-container {
    background-color: #f0f5f4;
    height: 90%;
  }

  .map-key {
    background-color: #f0f5f4;
    display: flex;
    padding: 1rem 0;
  }

  .map-key ul {
    list-style: none;
  }

  .key a {
    color: #1e6b5e;
    font-size: 0.8rem;
    cursor: default;
  }

  .position-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }

  .connectivity-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* width: 85%; */
    width: 90%;
  }

  .connectivity-flex {
    color: #1e6b5e;
  }

  .station-name {
    text-transform: uppercase;
  }

  .station strong img,
  .rail strong img {
    display: block;
    margin-bottom: 1rem;
  }

  .station ul {
    padding: 1rem 0;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #1e6b5e;
  }

  .bond-st {
    margin-top: 1rem;
  }

  .bond-st ul {
    border-bottom: 0px;
  }

  .station ul li span {
    font-size: 0.8rem;
  }

  .station ul li span:first-child {
    text-transform: uppercase;
  }

  .station-time {
    display: flex;
    justify-content: space-between;
  }

  .station-img {
    /* height: 800px; */
    height: auto;
    /* object-fit: cover; */
  }

  .rail img {
    width: 100% !important;
  }

  .floorplan-slider {
    text-align: center;
    color: #1e6b5e;
  }

  .floorplan p {
    font-size: 0.9rem;
    text-transform: uppercase;
  }

  .floorplan p span {
    font-size: 0.8rem;
  }

  .bg-color {
    background-color: #f0f5f4;
  }

  .middle-section {
    position: relative;
  }

  .floorplan-arrows .arrow-left {
    position: absolute;
    top: 50%;
    left: 1rem;
  }

  .floorplan-arrows .arrow-right {
    position: absolute;
    top: 50%;
    right: 1rem;
  }

  .flex-specs {
    display: flex;
    flex-flow: wrap;
  }

  .spec {
    flex: 1 0 33%;
    text-align: center;
    color: #1e6b5e;
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  .spec img {
    height: 75px;
  }

  .area-table {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }

  .area-table h5,
  .specification-list h5 {
    text-align: center;
    color: #1e6b5e;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .spec p {
    margin: 0;
    line-height: 1;
  }

  .area-table table tr {
    color: #1e6b5e;
    border-bottom: 1px solid #1e6b5e;
    font-size: 0.9rem;
    padding: 0.2rem 0;
    text-transform: uppercase;
  }

  .area-table table tr:first-child,
  .area-table table tr:last-child,
  .area-table table tr:nth-last-child(2) {
    border-bottom: 0;
  }

  .area-table table tr:last-child td {
    font-weight: bold;
    font-style: normal;
  }

  .area-table table td {
    padding: 0;
  }

  .area-table table th {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }

  .area-table table tr td:nth-child(2),
  .area-table table tr td:last-child {
    text-align: right;
  }

  .flex-table-spec {
    display: flex;
  }

  .contact-background,
  .intro-page {
    color: #FFF;
    background-image: url('../img/Green_Texture.jpg');
  }

  .flex-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 0 auto;
  }

  .downloads {
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .downloads h3,
  .downloads a {
    text-transform: uppercase;
  }

  .downloads h3 {
    font-family: 'SFPro';
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1rem;
  }

  .downloads a {
    border-bottom: 1px solid #FFF;
    margin-bottom: 1rem;
  }

  .flex-contact a,
  .downloads a {
    color: #FFF;
    display: block;
    width: fit-content;
  }

  .flex-contact h4 {
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
  }

  .flex-contact img {
    height: 90px;
    margin-bottom: 2rem;
  }

  .flex-leasing {
    display: flex;
    flex-wrap: wrap;
  }

  .smallprint {
    margin: 0 auto;
    font-size: 0.8rem;
    margin-top: 6rem;
  }

  .grid-item .name {
    position: relative;
  }

  .grid-item strong {
    color: #1e6b5e;
    font-family: 'Noe Display';
    /* position: absolute;
    bottom: 0; */
  }

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

  .map-container img {
    background-color: #FFF;
  }

  @media screen and (max-width: 640px) {
    .station-img {
      width: 100% !important;
      height: 100% !important;
    }

    header img {
      width: 50%;
    }

    .side-bar {
      height: 100%;
      width: 100%;
      border-bottom: 1px solid #1e6b5e;
    }

    .side-bar-content a {
      color: #1e6b5e;
      border-bottom: 1px solid #1e6b5e;
      display: block;
      text-transform: uppercase;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 1rem;
    }

    .smallprint,
    .downloads,
    .flex-contact {
      padding-left: 0.9rem;
      padding-right: 0.9rem;
    }

    .refurbished {
      padding-top: 3rem;
    }

    .smallprint {
      margin-bottom: 1.4rem !important;
      padding-bottom: 3rem;
    }

    .floorplan-slider {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .middle-section,
    .location-slider,
    .mobile-width {
      width: calc(100vw - (100vw - 100%));
    }

    /* .grid-item {
      width: 50%;
      height: 300px;
      object-fit: cover;
    } */
    .middle-section {
      padding: 3rem 0;
    }

    .contact-background {
      height: 100%;
    }

    .connectivity-flex {
      /* padding: 3rem 0; */
      padding: 1rem 0;
      flex-flow: wrap;
    }

    .underground,
    .rail {
      flex: 0 1 100%;
      padding: 0;
    }

    .rail {
      margin-top: 3rem;
    }

    .building-slider img {
      height: 75vh;
      object-fit: cover;
      object-position: center;
    }

    .side-bar-content {
      margin-bottom: 2rem;
    }

    .map-key {
      justify-content: space-around;
    }

    .grid-one {
      display: grid;
      grid-template-columns: 40% auto;
      grid-template-rows: 25% 40% 20% auto;
    }

    .grid-two {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 33% 33% 33%;
    }

    .grid-three,
    .grid-four {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 50% 50%;
    }

    .grid-item img {
      display: flex;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .grid-item strong {
      font-size: 2.6rem;
      margin-left: 1rem;
    }
  }

  @media screen and (min-width: 641px) {

    .station-img {
      width: 50% !important;
    }

    header img {
      width: 40%;
    }

    .side-bar-content a {
      color: #1e6b5e;
      border-bottom: 1px solid #1e6b5e;
      text-transform: uppercase;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 1rem;
    }

    .side-bar-content a {
      margin: 0 1rem;
    }

    .side-bar {
      height: 100%;
    }

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

    .lease:first-child {
      padding: 0 1rem 0 0;
    }

    .lease:last-child {
      padding: 0 0 0 1rem;
    }

    .smallprint,
    .downloads,
    .flex-contact {
      width: 75%;
    }

    .smallprint {
      padding-bottom: 3rem;
    }

    .floorplan-position {
      margin: 3rem 2rem;
    }

    /* .grid-item {
      width: 50%;
    } */
    /* .connectivity-flex {
      padding: 3rem 0;
    } */
    .underground,
    .rail {
      flex: 0 1 50%;
      padding: 0 1rem;
    }

    .grid-one {
      display: grid;
      grid-template-columns: 40% auto;
      grid-template-rows: 25% 40% 20% auto;
    }

    .grid-two {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 33% 33% 33%;
      height: 100vh;
    }

    .grid-three,
    .grid-four {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 50% 50%;
    }

    .larger-item {
      grid-area: 2 / 2 / last-line / 4;
    }

    .grid-item img {
      display: flex;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .grid-item strong {
      font-size: 3rem;
    }

    .map-key {
      justify-content: space-around;
    }

    .side-bar-content {
      margin-bottom: 4rem;
    }
  }

  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .map-key {
      width: 75%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 1023px) {
    .side-bar {
      border-bottom: 1px solid #1e6b5e;
    }

    #map {
      height: 500px;
    }

    .station-img {
      height: 100% !important;
    }

    .connectivity-flex {
      padding: 3rem 0;
    }

    /* .wrap-ul img {
      height: 80px;
    }
    .restaurant-icon {
      min-height: 220px !important;
    }

    .occupiers-icon {
      min-height: 90px !important;
    } */
  }

  @media screen and (min-width: 1024px) {
    body {
      overflow: hidden;
    }

    #map {
      height: 100%;
    }

    /* .station-img {
      height: calc(100vh - 4rem);
    } */
    header img {
      width: 70%;
    }

    .side-bar-content a {
      color: #1e6b5e;
      border-bottom: 1px solid #1e6b5e;
      display: block;
      text-transform: uppercase;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 1rem;
    }

    .side-bar,
    .image-slider {
      height: 100%;
    }

    .full-height {
      height: 100vh;
    }

    .middle-section {
      border-left: 1px solid #1e6b5e;
      border-right: 1px solid #1e6b5e;
    }

    .floorplan-position {
      margin-top: 50vh;
      transform: translateY(-50%);
    }

    .slick-list,
    .slick-track,
    .building-slider img {
      height: 100%;
      object-fit: cover;
    }

    .map-container img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .connectivity-image {
      height: 100%;
      object-fit: cover;
    }

    .position-container {
      width: 100%;
      height: 100%;
    }

    .contact-background {
      height: 100%;
    }

    .location-slider {
      max-height: 100vh !important;
    }

    .grid-item {
      /* width: 50%; */
      padding: 1rem;
    }

    .map-container {
      height: 60vh;
    }

    .map-key {
      height: 40%;
    }

    .grid-one {
      display: grid;
      grid-template-columns: 40% auto;
      grid-template-rows: 25% 40% 20% auto;
      height: 100vh;
    }

    .grid-two {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 33% 33% 33%;
      height: 100vh;
    }

    .grid-three,
    .grid-four {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 50% 50%;
      height: 100vh;
    }

    .grid-item {
      height: 100%;
      align-items: center;
    }

    .grid-item strong {
      font-size: 1.2rem;
    }

    .grid-item img {
      display: flex;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .larger-item {
      grid-area: 2 / 2 / last-line / 4;
    }

    .flex-table-spec {
      padding: 4rem 0 2rem 0;
      overflow-y: auto !important;
      overflow-x: hidden !important;
    }

    .map-key,
    .side-bar {
      padding-bottom: 2rem;
      overflow-y: auto !important;
      overflow-x: hidden !important;
    }

    .specification-list {
      margin-bottom: 1rem;
    }

    .map-key {
      flex-wrap: nowrap;
    }
  }

  @media screen and (min-width: 1024px) {
    .map-key {
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
    }

    .leisure {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-around;
    }

    .invisible-text {
      visibility: hidden;
    }
  }

  @media screen and (min-width: 1280px) {
    .wrap-ul img {
      min-height: 120px;
    }

    .map-key {
      justify-content: space-around;
      /* width: 70%; */
      width: 100%;
      margin: 0 auto;
    }

    .restaurant-icon {
      min-height: 300px !important;
    }

    .occupiers-icon {
      min-height: 130px !important;
    }

    .leisure {
      display: block;
      width: fit-content;
    }

    .invisible-text {
      display: none;
    }

    .grid-item strong {
      font-size: 1.4rem;
    }
  }

  .wrap-ul ul {
    margin-left: 2rem;
    margin-bottom: 0.6rem;
  }

  .retail {
    background-image: url('../img/retail.svg');
    background-repeat: no-repeat;
    background-size: 20px 80px;
    background-origin: border-box;
  }

  .restaurants {
    background-image: url('../img/restaurant.svg');
    background-repeat: no-repeat;
    background-size: 20px 220px;
    background-origin: border-box;
  }

  .leisure-ul {
    background-image: url('../img/leisure.svg');
    background-repeat: no-repeat;
    background-size: 20px 90px;
    background-origin: border-box;
  }

  .occupiers {
    background-image: url('../img/occupiers.svg');
    background-repeat: no-repeat;
    background-size: 20px 120px;
    background-origin: border-box;
  }