@import url("http://hello.myfonts.net/count/40060d");
@import url(reset.css);
@import url(text.css);
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
  height: 100%;
}
body {
  font:
    12px/18px "PlutoRegular",
    Arial,
    sans-serif;
  color: #1e1e1e;
  background: #fff url(http://localhost:8000/img/ui/bg.gif) repeat-x top center;
  height: 100%;
}

.animatein {
  visibility: hidden;
}
.resizeimg {
  max-width: 100%;
  height: auto;
}

h1 {
  font-weight: normal;
  font-size: 4vw;
  line-height: 1.2em;
}
h2 {
  font-weight: normal;
  font-size: 3vw;
  line-height: 1.2em;
}
h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

b {
  font-weight: normal;
  font-family: "PlutoBold";
}
.plutom {
  font-weight: normal;
  font-family: "PlutoMedium";
}

.pagesection {
  height: 100vh;
  width: 100%;
  position: relative;
  background-attachment: fixed;
}

.aura-video {
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  background-color: #000;
  video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.pic {
  background: 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.icon,
.plan {
  background: 50% 50% no-repeat;
  background-size: contain;
  position: relative;
}
.caption {
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bigpic {
  text-align: center;
}
.bigpic img {
  display: block;
  margin: 0 auto;
}

.blackbg {
  background: #1e1e1e;
}
.greybg {
  background: #efeeee;
}

.gradtext {
  background: linear-gradient(90deg, #664528 0%, #c7ab92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/**** nav ****/
.homelink {
  position: fixed;
  top: 20px;
  left: 40%;
  width: 20%;
  height: 40px;
  background: 50% 50% no-repeat url(../img/content/logowhite.svg);
  background-size: contain;
  z-index: 9000;
}
.navbutton {
  display: block;
  position: fixed;
  width: 23px;
  height: 16px;
  padding: 20px;
  top: 0px;
  right: 0px;
  z-index: 9000;
  cursor: pointer;
  transition: background 0.5s;
  background: #fff;
}
.navbutton .navicon {
  position: relative;
  width: 100%;
  height: 100%;
}
.navbutton .navicon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #1e1e1e;
  position: absolute;
  transition:
    top 0.5s 0.5s,
    transform 0.5s,
    opacity 0.5s,
    background 1s;
}
.navbutton .navicon span:nth-child(1) {
  top: 0px;
}
.navbutton .navicon span:nth-child(2) {
  top: 7px;
  transform-origin: 50% 50%;
}
.navbutton .navicon span:nth-child(3) {
  top: 14px;
  transform-origin: 50% 50%;
}

.navhide {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5500;
  height: 100vh;
  color: #fff;
  text-align: center;
  transition: width 0.5s;
  width: 0;
}
.navholder {
  background: rgba(30, 30, 30, 0.9);
  width: 420px;
  height: 100vh;
  position: relative;
}
.navmain {
  height: 100vh;
  padding: 200px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navholder a:hover {
  text-decoration: underline;
}
.navholder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  text-align: center;
}
.navholder ul li {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  line-height: 25px;
}
.navholder ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.navfooter {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 2.5vh;
  text-align: center;
  width: 420px;
}
.navfooter p:last-child {
  margin: 0;
}
.navfooter a {
  color: #ccb8a6;
}

.navopen .navbutton {
  background: transparent;
}
.navopen .navbutton .navicon span {
  transition:
    top 0.5s,
    transform 0.5s 0.5s,
    opacity 0s 0.5s,
    background 1s;
  background: #fff !important;
}
.navopen .navbutton .navicon span:nth-child(1) {
  top: 7px;
  opacity: 0;
}
.navopen .navbutton .navicon span:nth-child(2) {
  top: 7px;
  transform: rotate(-45deg);
}
.navopen .navbutton .navicon span:nth-child(3) {
  top: 7px;
  transform: rotate(45deg);
}
.navopen .navbar .navbutton .showmenu {
  margin-left: -100%;
}
.navopen .navhide {
  width: 420px;
}

/**** footer ****/
.footer {
  background: #1e1e1e;
  color: #fff;
  box-sizing: border-box;
  padding: 5vw 2.5vw 2.5vw 2.5vw;
  display: flex;
  flex-wrap: wrap;
}
.footer a {
  color: #fff;
}
.footercol {
  flex: 1 1 50%;
}
.social {
  display: flex;
  margin: 40px 0 60px 0;
}
.social a {
  flex: 0 0 40px;
  height: 40px;
  background: 50% 50% no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.social .instagram {
  background-image: url(../img/content/footer/instagram.svg);
}
.social .linkedin {
  background-image: url(../img/content/footer/linkedin.svg);
}
.agentlogo {
  display: inline-block;
  background: left center no-repeat;
  background-size: contain;
  width: 160px;
  height: 80px;
  margin-bottom: 20px;
}
.agents {
  display: flex;
}
.agency {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.misrep {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 10vw 0 0 0;
  font-size: 11px;
  line-height: 15px;
  font-family: "PlutoLight";
}

/* #Page Styles
================================================== */

/**** home ****/
.homeintro {
  width: 100%;
  height: 100vh;
  position: relative;
}
.homeintroinner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intrologo {
  width: 45vw;
  margin-bottom: 2.5vw;
}
.homeintro p {
  background: linear-gradient(90deg, #664528 0%, #c7ab92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 32px;
}
.downarrow {
  background: url(../img/ui/downarrow.svg) bottom center no-repeat;
  background-size: auto 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.downarrow.whitearrow {
  background-image: url(../img/ui/downarrowwhite.svg);
}
.uparrow {
  background: url(../img/ui/uparrow.svg) bottom center no-repeat;
  background-size: auto 40px;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 40px;
  animation: gentlePulse 1s ease-in-out infinite;
}

@keyframes gentlePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.uparrow:hover {
  cursor: pointer;
}

.picsection {
  color: #fff;
  background: 50% 50% no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picsection:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.picsection.retail-hero:before {
  display: none;
}
.picsection .text {
  position: relative;
}
.picsection .bottomtext {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

.historysection {
  display: flex;
}
.historysection .text {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  padding: 10vw;
}
.historysection .pic {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  padding: 10vw;
  position: relative;
}
.historygallery {
  width: 28vw;
  height: calc(100vh - 20vw);
  margin: 0 auto;
  position: relative;
}
.historygallery .slide {
  width: 100%;
  height: calc(100vh - 20vw);
  background: 50% 50% no-repeat;
  background-size: contain;
}
.historygallery .slick-next {
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../img/ui/rightarrowwhite.svg) right center no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  bottom: -34px;
  left: calc(50% + 30px);
  cursor: pointer;
}
.historygallery .slick-prev {
  display: none !important;
}
.historygallery .slick-dots {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.historygallery .slick-dots li {
  margin: 0 5px;
  padding: 0;
}
.historygallery .slick-dots li button {
  border: 0;
  margin: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
}
.historygallery .slick-dots li.slick-active button {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0;
}

.plaza {
  display: flex;
  box-sizing: border-box;
  padding: 5vw 2.5vw;
}
.plaza > .pic {
  flex: 1 1 50%;
}
.plaza > .text {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plaza .text .pic {
  flex: 1 1 100%;
  width: 60%;
  margin-bottom: 5vw;
}
.plaza .gradtext {
  text-align: center;
}

/**** building ****/
.spec {
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 2.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.specitem {
  box-sizing: border-box;
  padding: 2.5vw;
  text-align: center;
  flex: 0 0;
  flex-basis: calc(100% / 6);
}
.specitem .icon {
  width: 8vw;
  height: 8vw;
  margin: 0 auto 20px auto;
}

.plansection {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plansection .plan {
  flex: 80vw;
  height: 80vh;
}
.plansection .text {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 2.5vw;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plansection.elevation {
  flex-direction: column;
  min-height: 100vh;
  height: auto;
}
.plansection .plan {
  flex: 80vh;
  height: 80vh;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
}
.plansection.elevation .text {
  position: relative;
  flex: 1 1;
  text-align: center;
}

.spacetable td {
  border-bottom: 1px solid #977557;
  padding: 4px;
}

.floorgallery {
  width: 100%;
  height: 100%;
}

.floorgallery .slick-list,
.floorgallery .slick-track {
  height: 100%;
}
.floorgallery .slide {
  width: 100%;
  height: 100%;
}
.floorgallery .slick-arrow,
.locationgallery .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.9) 50% 50% no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  border: 0;
  z-index: 2000;
  overflow: hidden;
  text-indent: -9999px;
  transition: background 0.2s;
}

.floorgallery,
.remove-nav {
  .slick-arrow {
    display: none !important;
  }
}
.floorgallery .slick-arrow:hover {
  background-color: #664528;
}
.floorgallery .slick-arrow.slick-prev,
.locationgallery .slick-arrow.slick-prev {
  left: 2.5vw;
  background-image: url(../img/ui/leftarrowwhite.svg);
}
.floorgallery .slick-arrow.slick-next,
.locationgallery .slick-arrow.slick-next {
  right: 2.5vw;
  background-image: url(../img/ui/rightarrowwhite.svg);
}

/**** location ****/
.locationheading {
  padding: 10vw;
  text-align: center;
}
.locationheading h2 {
  margin: 0;
}

.locationgallery {
  height: 40vw;
  margin: 5vw 0 10vw 10vw;
}
.locationgallery .slide {
  height: 40vw;
  width: 60vw;
  margin-left: 5vw;
}
.locationgallery .slide.thinslide {
  width: 25vw;
}
.locationgallery .slick-arrow {
  top: calc(20vw - 20px);
}

.connections {
  box-sizing: border-box;
  padding: 10vw;
}
.sectionheading {
  box-sizing: border-box;
  padding: 5vw;
  text-align: center;
}

.connectiontables {
  display: flex;
  width: 100%;
}
.connectiontable {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 2.5vw;
}
.connectiontable td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.connectionspic {
  padding: 0 10vw;
}

/**** events ****/
.eventsintro {
  text-align: center;
  padding: 5vw 20vw;
  font-size: 26px;
  line-height: 1.3em;
  font-family: "PlutoMedium";
}
hr {
  width: 50%;
  margin: 40px auto;
}
.upcoming a {
  color: #664528;
}
.eventsintrosmall {
  text-align: center;
  padding: 0vw 20vw 2.5vw 20vw;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "PlutoMedium";
}
.future {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 auto 30px auto;
  text-align: center;
}
.upcoming .slideholder {
  position: relative;
  width: 100%;
}
.upcoming .cycle-slideshow {
  width: 70vw;
  margin: 0 auto;
}
.upcoming .slide {
  width: 70vw;
}
.upcoming .pic {
  width: 100%;
  height: 40vw;
  background: 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.upcoming .slideintro {
  text-align: center;
  padding: 0 5vw 2.5vw 5vw;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "PlutoMedium";
}
.buttonholder {
  padding-bottom: 5vw;
  text-align: center;
}
.buttonlink {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: "PlutoMedium";
  text-decoration: none;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background 0.2s;
}
.buttonlink:hover {
  background-color: #664528;
}
.cycle-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.9) 50% 50% no-repeat;
  background-size: 50% auto;
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px);
  cursor: pointer;
  transition:
    background 0.2s,
    opacity 0.2s;
}
.cycle-arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cycle-arrow:hover {
  background-color: #664528;
}
.cycle-prev {
  background-image: url(../img/ui/leftarrowwhite.svg);
}
.cycle-next {
  background-image: url(../img/ui/rightarrowwhite.svg);
}
.upcoming .cycle-prev {
  left: 5vw;
}
.upcoming .cycle-next {
  right: 5vw;
}
.eventsgallery {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 5vw;
  width: 100%;
  cursor: grab;
}
.pastslide {
  width: 65vw;
  margin: 0 1vw;
  transition: opacity 0.2s;
  opacity: 0.5;
}
.pastslide .pic {
  width: 100%;
  height: 40vw;
  margin: 0 0 20px 0;
}
.pastslide.slick-current {
  opacity: 1;
}
.eventvideo {
  width: 80vw;
  max-width: 1000px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 40px auto;
}
.eventsgallery .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  cursor: pointer;
}
.eventsgallery .slick-dots li {
  background: #d2d2d2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 5px;
  transition: background 0.2s;
}
.eventsgallery .slick-dots li.slick-active {
  background: #1e1e1e;
}

.services {
  padding: 0 15px 5vw 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service {
  margin: 0 15px 40px 15px;
  flex: 0 0;
  flex-basis: calc(25% - 30px);
}
.service .pic {
  width: 100%;
  height: 20vw;
  margin-bottom: 15px;
  background-color: #aaa;
}

/**** giveaway ****/
.giveaway {
  background: #977557;
  color: #fff;
  padding: 200px 10vw 10vw 10vw;
}
.giveawayinner {
  max-width: 800px;
  margin: 0 auto;
}
.giveaway p {
  padding-left: 20px;
}
.giveaway p:last-child {
  padding: 0;
  margin-top: 30px;
}
.giveaway h4 {
  margin-top: 30px;
}
.giveaway a {
  color: #fff;
}

.art-description {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #1e1e1e;

  p {
    max-width: 750px;
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .art-description {
    height: auto;
    padding: 100px 40px;
    p {
      font-size: 14px;
      max-width: unset;
    }
  }
}

.art-section {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 100px;
  .art-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    .art-item {
      width: 50%;
      aspect-ratio: 16/9;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      .art-caption {
        padding: 10px;
        background-color: #f3eee8;
        text-align: center;
        z-index: 1;
        h3 {
          margin: 0;
          color: black;
          font-size: 14px;
          line-height: 100%;
        }
      }
    }
  }
  .art-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
    padding-bottom: 120px;
    font-size: 14px;
    line-height: 140%;
    h3 {
      margin: 0;
      font-size: 32px;
      text-align: center;
    }
    p {
      max-width: 780px;
      text-align: center;
    }
  }
}
.art-pic {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  .art-caption {
    padding: 10px;
    margin: 0;
    background-color: #f3eee8;
    h3 {
      margin: 0;
      color: black;
      font-size: 14px;
      line-height: 100%;
    }
  }
}

.gallery-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-title {
    h2 {
      font-size: 50px;
      line-height: 110%;
    }
  }
}

.art-footer-copy {
  max-width: 75%;
  p {
    color: white;
  }
}

@media screen {
  .art-footer-copy {
    margin-bottom: 40px;
  }
}

.aura-video-hero {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-attachment: fixed;
  @media screen and (max-width: 1024px) {
    aspect-ratio: 3/4;
  }
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.art-gallery {
  background-color: #1e1e1e;
  padding: 124px;
  gap: 85px;
  display: flex;
  align-items: center;
  .copy-wrapper {
    width: 50%;
    h2 {
      color: white;
      text-transform: uppercase;
      font-size: 40px;
    }
  }
  .half-gallery {
    width: 50%;
    aspect-ratio: 1/1;
    .gallery-caption {
      display: flex;
      align-items: flex-end;
      background-position: center;
      .caption {
        all: unset;
        background-color: #f3eee8;
        padding: 8px;
        h3 {
          margin: 0;
          font-size: 14px;
          line-height: 100%;
          color: black;
        }
      }
    }
  }
}

.art-header-copy {
  padding: 110px;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  h3 {
    text-align: center;
    font-size: 24px;
  }
  p {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .art-description {
    height: auto;
    padding: 100px 40px;
    p {
      font-size: 14px;
      max-width: unset;
    }
  }
  .art-section {
    gap: 40px;
    .art-items {
      flex-direction: column;
      .art-item {
        width: 100%;
        .art-caption {
          padding: 8px;
          h3 {
            font-size: 10px;
            line-height: 120%;
          }
        }
      }
    }
    .art-copy {
      padding: 20px 20px;
      gap: 20px;
      width: auto;
      h3 {
        font-size: 20px;
      }
      p {
        line-height: 120%;
        font-size: 14px;
      }
    }
  }
  .art-gallery {
    padding: 40px 20px 20px;
    flex-direction: column;
    gap: 20px;
    .copy-wrapper {
      width: 100%;
      h2 {
        color: white;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 120%;
      }
    }
    .half-gallery {
      width: 100%;
    }
  }

  .art-header-copy {
    padding: 40px 20px;
  }
  .art-pic {
    width: 100%;
    aspect-ratio: 4/3;
    .art-caption {
      padding: 8px;
      h3 {
        font-size: 10px;
        line-height: 100%;
      }
    }
  }
}

/****************************************************
* Misc
****************************/
/*hide social stuff and headings on prettyphoto*/
.ppt {
  display: none !important;
}
.pp_social {
  display: none !important;
}
.pp_description {
  display: none !important;
}

.smallText {
  font-size: 11px;
}
.smallprint {
  font-size: 11px;
  color: #bbbdc0;
}
.smallprint a {
  color: #bbbdc0;
}
.padTop {
  margin-top: 30px;
}
.largeText {
  font-size: 13px;
}

.superscript {
  vertical-align: baseline;
  font-size: 0.6em;
  position: relative;
  top: -0.4em;
}
.subscript {
  vertical-align: baseline;
  font-size: 0.6em;
  position: relative;
  top: 0.4em;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.caps .lower {
  text-transform: lowercase;
}
.num {
  text-align: right;
}

/* #Media Queries
================================================== */

/* biggest desktop */
@media only screen and (max-width: 1230px) {
}

/* bigger desktop */
@media only screen and (min-width: 1100px) and (max-width: 1229px) {
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1099px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /**** home ****/
  .historysection {
    flex-direction: column;
  }
  .historysection .pic {
    padding-top: 0;
  }
  .historygallery,
  .historygallery .slide {
    width: 100%;
    height: calc(50vh - 10vw);
  }

  .plaza {
    flex-direction: column;
  }
  .plaza > .text {
    justify-content: center;
    padding-bottom: 0;
  }
  .plaza h3 {
    margin: 0;
  }

  /**** building ****/
  .specitem {
    flex-basis: 25%;
  }
  .specitem .icon {
    width: 12vw;
    height: 12vw;
  }

  .plansection {
    flex-direction: column;
  }
  .plansection .text {
    position: relative;
    height: auto;
    width: 100%;
    background: none;
  }
  .plansection .plan {
    width: 80vw;
  }

  /**** location ****/
  .aerial {
    height: 65vh;
    display: flex;
    align-items: center;
    text-align: center;
    overflow-x: scroll;
  }
  /*.aerial:before {content:'';min-width:150vw;height:75vh;background:50% 50% no-repeat url(/img/content/location/aerial.jpg);background-size:cover;display:block;position:relative;margin:0 auto}*/

  /**** events ****/
  .eventsintro {
    padding: 5vw 10vw;
    font-size: 24px;
    line-height: 1.3em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .homelink {
    left: 30%;
    width: 40%;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  /**** nav ****/
  .navopen .navhide,
  .navholder,
  .navfooter {
    width: 100vw;
  }

  /**** home ****/
  .intrologo {
    width: 80vw;
  }
  .homeintro p {
    font-size: 18px;
  }

  /**** building ****/
  .specitem {
    flex-basis: 50%;
  }
  .specitem .icon {
    width: 25vw;
    height: 25vw;
  }

  /**** location ****/
  .connectiontables {
    flex-direction: column;
  }
  .connectiontable {
    margin-bottom: 40px;
  }
  .connectionspic {
    padding: 0;
  }

  /**** events ****/
  .eventsintro {
    font-size: 18px;
    line-height: 1.3em;
  }

  .upcoming .slideintro {
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 0 20px 0;
  }
  .upcoming .cycle-prev {
    left: 10px;
  }
  .upcoming .cycle-next {
    right: 10px;
  }
  .pastslide {
    width: 80vw;
  }
  .pastslide .pic {
    height: 60vw;
  }
  .service {
    flex-basis: calc(50% - 30px);
  }
  .service .pic {
    height: 30vw;
  }

  /**** footer ****/
  .agents {
    flex-direction: column;
  }
  .agency {
    margin-bottom: 40px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
  font-family: "PlutoBold";
  src:
    url("../webfonts/PlutoBold/font.woff2") format("woff2"),
    url("../webfonts/PlutoBold/font.woff") format("woff");
}
@font-face {
  font-family: "PlutoRegular";
  src:
    url("../webfonts/PlutoRegular/font.woff2") format("woff2"),
    url("../webfonts/PlutoRegular/font.woff") format("woff");
}
@font-face {
  font-family: "PlutoMedium";
  src:
    url("../webfonts/PlutoMedium/font.woff2") format("woff2"),
    url("../webfonts/PlutoMedium/font.woff") format("woff");
}
@font-face {
  font-family: "PlutoLight";
  src:
    url("../webfonts/PlutoLight/font.woff2") format("woff2"),
    url("../webfonts/PlutoLight/font.woff") format("woff");
}

.upcoming-events {
  display: flex;
  flex-direction: column;
  padding: 5vw 2.5vw 2.5vw 2.5vw;
  justify-content: space-between;
}

.upcoming-events .single-event {
  width: 100%;
  /* width: 31.3333%; */
  margin-bottom: 30px;
}

.upcoming-events .single-event .event-date:last-child {
  margin-bottom: 0;
}
.upcoming-events .single-event img {
  max-width: 100%;
}

.upcoming-events .single-event .event-title p {
  font-size: 18px;
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 767px) {
  .upcoming-events .single-event {
    margin-bottom: 0;
  }
  .upcoming-events .single-event .event-title p {
    font-size: 22px;
    padding: 30px 0 0 0;
  }
  .upcoming-events {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .upcoming-events .single-event {
    width: 31.3333%;
  }
}

.hero-swiper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}

:root {
  --swiper-pagination-color: #846245;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 12px;
  --swiper-pagination-bottom: 12px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.mid-swiper {
  height: 100%;
  width: 100%;
  max-height: 90vh;
}

.tc-2 {
  padding: 5vw 10vw;
  background-color: #ffffff;
}

.tc-2 h6 {
  color: #846245;
}

.mid-swiper-wrapper {
  padding: 10vw 10vw !important;
  aspect-ratio: 4 / 3;
  margin-bottom: 10vw;
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.downarrow {
  position: absolute;
  z-index: 10;
}
.retail-hero {
  color: #fff;
  background: 50% 50% no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retail-hero .text {
  position: absolute;
  z-index: 10;
  max-width: 80vw;
  .title {
    font-size: 80px !important;
    line-height: 1.2em;
    @media screen and (max-width: 767px) {
      font-size: 32px !important;
    }
  }
}

.retail-success {
  background: url(../img/content/retail2/pattern-3.png) lightgray 50% / cover no-repeat;
  background-position: bottom;
  position: relative;
  .success-back {
    background: var(--beige, #f3eee8);
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .success-wrapper {
    padding: 40px;
    z-index: 10;
    position: relative;
    @media screen and (max-width: 767px) {
      padding: 20px;
    }
  }
  h2 {
    color: var(--slate, #4b5f77);
    font-size: 64px;
    font-style: normal;
    font-family: "PlutoLight";
    font-weight: 300;
    line-height: 100%; /* 64px */

    @media screen and (max-width: 767px) {
      font-size: 32px;
    }
  }
  .success-box {
    display: flex;
    gap: 40px;
    @media screen and (max-width: 767px) {
      flex-direction: column;
      gap: 20px;
    }
    .success-content {
      padding-top: 20px;
      width: 50%;
      display: flex;
      flex-direction: column;
      @media screen and (max-width: 767px) {
        width: 100%;
      }
      .row {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-bottom: 20px;
        .column {
          display: flex;
          flex-direction: column;
          gap: 10px;
          width: 150px;
          justify-content: flex-start;
          @media screen and (max-width: 767px) {
            width: 100%;
          }
          h3 {
            color: var(--dark-green, #006650);
            font-family: "PlutoLight";
            font-size: 42px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            border-bottom: 1px solid #fad2c8;
            margin-bottom: 5px;
            font-family: "PlutoLight";
          }
          p {
            color: var(--dark-green, #006650);
            font-family: "PlutoLight";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            font-family: "PlutoLight";
          }
        }
      }
    }
    .success-image {
      width: 50%;
      @media screen and (max-width: 767px) {
        width: 100%;
      }
    }
  }
}

.around-corner {
  background: url(../img/content/retail2/pattern-3.png) lightgray 50% / cover no-repeat;
  position: relative;
  padding: 0 !important;
  .background-wrapper {
    background: var(--beige, #f3eee8);
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .wrapper {
    position: relative;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 10;
    @media screen and (max-width: 767px) {
      padding: 40px 20px;
    }
  }
}
.art-form {
  position: absolute;
  bottom: 40px;
  h3 {
    @media screen and (max-width: 767px) {
      font-size: 18px;
      line-height: 22px;
    }
  }
}
.retail-wrapper {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media screen and (max-width: 767px) {
    padding: 40px 20px;
  }

  .retail-title {
    color: var(--slate, #4b5f77);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    font-family: "PlutoLight";
    @media screen and (max-width: 767px) {
      font-size: 32px;
    }
  }
  .retail-fit {
    display: flex;
    gap: 20px;
    width: 100%;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
    .image-wrapper {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-end;
      @media screen and (max-width: 767px) {
        width: 100%;
      }
      .image {
        aspect-ratio: 16 / 9;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;

        .text-caption {
          background-color: #f3eee8;
          color: #1e1e1e;
          padding: 10px;
          font-size: 14px;
          margin-bottom: 0;
          font-family: "PlutoLight";
        }
      }
      .image-text {
        width: 50%;
        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
    }
  }
  .occupiers {
    display: flex;
    flex-direction: column;
    .top {
      background-color: #bbddcf;
      display: flex;
      justify-content: center;
      border-radius: 30px 30px 0 0;

      h4 {
        padding: 24px;
        margin-bottom: 0;
        font-family: "PlutoLight";
      }
    }
    .section-wrapper {
      display: flex;
      @media screen and (max-width: 767px) {
        flex-direction: column;
      }
    }
    .section {
      display: flex;
      width: 33.3333%;
      gap: 20px;
      background-color: #fcfbf9;
      border-right: 10px solid #f3eee8;
      padding: 20px;
      &:nth-child(2) {
        border-right: 10px solid #fad2c8;
        background: #fef4f1;
      }
      &:nth-child(3) {
        border-right: 10px solid #5997bf;
        background: #d5e5ef;
      }
      @media screen and (max-width: 767px) {
        width: calc(100% - 40px);
        border-right: none;
        border-bottom: 10px solid #f3eee8;
        &:nth-child(2) {
          border-bottom: 10px solid #fad2c8;
          border-right: none;
        }
        &:nth-child(3) {
          border-right: none;
          border-bottom: 10px solid #5997bf;
        }
      }
      .title {
        width: 50px;
        h4 {
          color: #4b5f77 !important;
          writing-mode: vertical-rl;
          transform: rotate(180deg);
          text-wrap: nowrap;
          font-family: "PlutoLight";
        }
      }
      .full-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        p {
          width: 100%;
          border-bottom: 1px solid #4b5f77;
          font-size: 16px;
          color: #4b5f77 !important;
          font-family: "PlutoLight";
        }
        .list {
          width: 50%;
        }
      }
    }
  }
}

.retail-footer {
  padding: 180px 40px;
  display: flex;
  gap: 40px;
  background-image: url(../img/content/retail2/pattern-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background:
    linear-gradient(0deg, rgba(106, 179, 203, 0.39) 0%, rgba(106, 179, 203, 0.39) 100%),
    url(../img/content/retail2/pattern-3.png) lightgray 50% / cover no-repeat;

  @media screen and (max-width: 767px) {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .retail-footer-wrapper {
    width: 55%;
    @media screen and (max-width: 767px) {
      width: 100%;
    }
    .text {
      margin-bottom: 0;
      border-bottom: 2px solid white;
      color: white;
      font-family: "PlutoLight";
    }
    .logos {
      display: flex;
      border-bottom: 2px solid white;
      margin-top: 40px;
      padding-bottom: 20px;
      .logo-wrapper {
        width: 50%;
        display: flex;
      }
    }
  }
  .conditions {
    background: var(--beige, #f3eee8);
    width: 40%;
    padding: 40px;
    @media screen and (max-width: 767px) {
      width: calc(100% - 40px);
      padding: 20px;
    }
    h5 {
      color: #006650;
      padding-bottom: 10px;
      font-family: "PlutoLight";
    }
    p {
      color: #006650;
      font-family: "PlutoLight";
    }
    .title {
      border-bottom: 1px solid #fad2c8;
      padding-bottom: 4px;
    }
    .small-copy {
      width: 50%;
    }
    .service-row {
      width: 50%;
      h3 {
        color: #006650;
      }
    }
    .new-copy-wrapper {
      display: flex;
      gap: 20px;
    }
  }
  .agents-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 10px;
    .agents {
      display: flex;
      @media screen {
        gap: 20px;
      }
      .agent {
        width: 50%;
        @media screen and (max-width: 767px) {
          width: 100%;
        }
        p {
          margin-bottom: 0;
          margin-bottom: 2px;
          font-family: "PlutoLight";
          color: white;
          font-size: 14px;
        }
      }
    }
  }
  .misrepresentation {
    padding-top: 20px;
    p {
      color: white;
    }
  }
}

.retail-floorplan {
  padding: 80px;
  display: flex;
  gap: 20px;
  background-color: #f3eee8;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    padding: 20px;
  }
  .section {
    width: 50%;
    &:last-child {
      display: flex;
      justify-content: flex-end;
    }
    .image-wrapper {
      width: 75%;
      img {
        width: 100%;
      }
    }
    @media screen and (max-width: 767px) {
      width: 100%;
    }
    .text {
      display: flex;
      align-items: center;
      gap: 20px;
      h2 {
        margin-bottom: 0;
        color: var(--slate, #4b5f77);
        font-family: "PlutoLight";
      }
    }
    .copy-wrapper {
      display: flex;
      flex-direction: column;
      .green-block {
        border-top: 2px solid var(--slate, #4b5f77);
        background: var(--light-green, #bbddcf);
        margin-left: 40px;
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        gap: 80px;
        @media screen and (max-width: 767px) {
          margin-left: 0;
          margin-top: 10px;
          padding: 10px 20px;
        }

        h2 {
          color: #4b5f77;
          font-family: "PlutoLight";
          @media screen and (max-width: 767px) {
            font-size: 24px;
            line-height: 26px;
          }
        }
        h3 {
          color: #4b5f77;
          font-family: "PlutoLight";
          span {
            font-weight: bold;
          }
          @media screen and (max-width: 767px) {
            font-size: 18px;
            line-height: 22px;
          }
        }
      }
      .pts {
        margin-left: 40px;
        margin-top: 20px;
        @media screen and (max-width: 767px) {
          margin-left: 0;
        }
        p {
          color: var(--slate, #4b5f77);
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          font-family: "PlutoLight";
          line-height: 150%; /* 11px */
          @media screen and (max-width: 767px) {
            font-size: 12px;
          }
        }
      }
    }
  }
}

.icons-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  padding: 60px 120px;
  gap: 40px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, auto);
    padding: 20px;
    gap: 20px;
  }

  .icons-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    @media screen and (max-width: 767px) {
      max-width: none;
    }
  }

  .icons-wrapper:nth-child(1) {
    grid-column: span 1;
  }
  .icons-wrapper:nth-child(2) {
    grid-column: span 1;
  }
  .icons-wrapper:nth-child(3) {
    grid-column: span 1;
  }
  .icons-wrapper:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: 50%;
    justify-self: center;
  }
  .icons-wrapper:nth-child(5) {
    grid-column: 3 / 4;
    margin-right: 50%;
    justify-self: center;
  }
  @media screen and (max-width: 1024px) {
    .icons-wrapper {
      grid-column: span 1 !important;
      justify-self: auto;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }
  p {
    color: var(--slate, #4b5f77);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    @media screen and (max-width: 1024px) {
      font-size: 16px;
    }
  }
  .icon {
    display: flex;
    gap: 10px;
    p {
      font-size: 18px;
      @media screen and (max-width: 1024px) {
        font-size: 16px;
      }
    }
    svg {
      width: 200px;
    }
  }
}

.retail-copy-section {
  display: flex;

  position: relative;

  .retail-cover {
    position: absolute;
    background: var(--beige, #f3eee8);
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
  }
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/content/retail2/pattern-3.png);

  .retail-copy-section-wrapper {
    width: 50%;
    padding: 80px 40px;
    z-index: 2;
    @media screen and (max-width: 767px) {
      width: 100%;
      padding: 20px;
      &:nth-child(2) {
        display: none;
      }
    }

    .text {
      display: flex;
      gap: 20px;
      height: 150px;
      align-items: center;
      @media screen and (max-width: 767px) {
        height: auto;
        padding: 20px 0;
      }
      h2 {
        line-height: 1em;
        color: var(--slate, #4b5f77);
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 150% !important; /* 46.8px */
        letter-spacing: 7.92px;
        margin-bottom: 0;
        text-decoration: underline;
        text-underline-offset: 24px;
        font-family: "PlutoLight";
        @media screen and (max-width: 767px) {
          font-size: 24px;
          letter-spacing: 0;
          text-decoration: none;
          text-underline-offset: 0;
        }
      }
    }
    .text-two {
      margin-left: 100px;
      @media screen and (max-width: 767px) {
        margin-left: 0;
      }
      p {
        color: var(--black, #1e1e1e);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
        font-family: "PlutoLight";
      }
    }
  }
}

.copy-section {
  padding: 10vw;
}

.copy-section-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.logo-section {
  padding: 10vw;
}

.logo-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-section-wrapper .logo {
  width: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}

.logo-section-wrapper .logo img {
  max-width: 80%;
  max-height: 60px;
}

.retailmap {
  width: 100%;
}

.retail-tandc {
  padding: 5vw 10vw;
  background-color: #846245;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.retail-tandc > div {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
}

.retail-tandc > div:last-child {
  background-color: rgb(255 255 255 / 3%);
  padding: 20px;
  margin-top: 30px;
}

.retail-tandc h6 {
  font-size: 14px;
  line-height: 1.8;
}

.retail-tandc hr {
  width: 100%;
  margin: 10px auto;
}

.retail-footer {
  background-color: #efeeee !important;
  color: black !important;
}

.retail-footer a {
  color: black !important;
}

.instagram.retail {
  background-image: url(../img/content/retail/brands/retail_instagram_icon.svg) !important;
}
.linkedin.retail {
  background-image: url(../img/content/retail/brands/retail_linkedin_icon.svg) !important;
}

.retail .spec {
  padding: 10vw 10vw 0 !important;
}

@media only screen and (min-width: 767px) {
  .retail .spec {
    padding: 10vw !important;
  }

  .retail-tandc {
    flex-direction: row;
    justify-content: space-between;
  }

  .retail-tandc > div {
    width: 45%;
    /* background-color: rgb(255 255 255 / 3%); */
    padding: 50px;
  }

  .retail-tandc > div:last-child {
    background-color: rgb(255 255 255 / 3%);
    padding: 50px;
    margin-top: 0;
  }

  .mid-swiper-wrapper {
    padding: 0 10vw 0 !important;
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .logo-section-wrapper .logo img {
    max-width: 60%;
    max-height: 60px;
  }

  .logo-section-wrapper .logo {
    width: 25%;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .logo-section-wrapper {
    flex-wrap: wrap;
  }

  .retail-hero .text h1 {
    font-size: 3vw !important;
  }

  .copy-section-wrapper {
    flex-direction: row;
  }

  .copy-section-wrapper h2 {
    width: 35%;
    padding-right: 20px;
  }

  .split-text {
    width: 65%;
  }

  .copy-section-wrapper .gradtext {
    width: 50%;
    padding-left: 20px;
  }

  .split-text h3 {
    width: 500px;
  }

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

  .split div {
    width: calc(50% - 20px);
  }

  .split p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1024px) {
  .copy-section-wrapper h2 {
    width: 30%;
    padding-right: 20px;
  }

  .split-text {
    width: 70%;
  }

  .tc-2 p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* Aura Page Styles
================================================== */

.aura-hero-section {
  background-image: url(../img/content/aura/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.aura-logo-container {
  width: 375px;
  @media screen and (max-width: 1024px) {
    width: 250px;
  }
}

.aura-logo-container img {
  width: 100%;
}

.aura-above-beyond-container {
  width: 310px;
  @media screen and (max-width: 1024px) {
    width: 250px;
  }
}

.aura-above-beyond-container img {
  width: 100%;
}

.aura-hero-description {
  max-width: 375px;
  text-align: center;
  @media screen and (max-width: 1024px) {
    max-width: 300px;
  }
}

.aura-video-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.aura-video-play-text {
  color: #a15e41;
  font-size: 15px;
  margin: 0;
}

.aura-floors-section {
  background-image: url(../img/content/aura/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 100px;
  @media screen and (max-width: 1024px) {
    padding: 40px;
    height: auto;
  }
}

.aura-floors-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
    gap: 20px;
  }
}

.aura-floor-info {
  display: flex;
  flex-direction: column;
  /* margin-left: 5%; */
}

.aura-floor-title {
  margin: 0;
  color: #a15e41;
}

.aura-floor-size {
  font-size: 20px;
  color: #a15e41;
  font-family: "PlutoLight";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
}

.aura-floor-plan {
  width: 100%;
}

.aura-specifications-section {
  background-image: url(../img/content/aura/copper.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 100px 100px;
  @media screen and (max-width: 1024px) {
    padding: 40px;
    height: auto;
  }
}

.aura-specifications-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}

.aura-specifications-title {
  align-self: flex-start;
  color: white;
}

.aura-specifications-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 100px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

.aura-specification-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.aura-specification-icon-container {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  &.towel {
    img {
      height: 50px;
      width: 100%;
    }
  }
}

.aura-specification-icon {
  height: 100%;
  display: block;
}

.aura-specification-text {
  color: white;
  text-align: center;
  font-size: 14px;
}

.aura-contact-section {
  background-image: url(../img/content/aura/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 150px;
  @media screen and (max-width: 1024px) {
    padding: 40px 20px;
    height: auto;
  }
}

.aura-contact-container {
  height: 100%;
  display: flex;
  gap: 150px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
    gap: 40px;
  }
}

.aura-contact-left {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.aura-misrep {
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
.aura-misrep-2 {
  display: none;
  @media screen and (max-width: 1024px) {
    display: block;
    margin-top: 40px;
  }
}

.aura-contact-title {
  color: #a15e41;
  font-size: 20px;
}

.aura-contact-links-container {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.aura-contact-links {
  display: flex;
  gap: 50px;
  text-decoration: none;
}

.aura-contact-link {
  display: flex;
  gap: 20px;
  align-items: center;
}

.aura-contact-link-text {
  margin: 0;
  font-size: 18px;
  color: #a15e41;
  text-decoration: underline;
}

.aura-contact-right {
  display: flex;
  gap: 50px;
  @media screen and (max-width: 1024px) {
    gap: 20px;
    flex-direction: column;
  }
}

.aura-contact-agent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aura-contact-agent-logo {
  height: 60px;
  display: flex;
  align-items: start;
  align-self: start;
}

/* Gallery Images
================================================== */

.slide.pic.gallery-1 {
  background-image: url(../img/content/building/gallery/1.jpg);
}

.slide.pic.gallery-2 {
  background-image: url(../img/content/building/gallery/2.jpg);
}

.slide.pic.gallery-3 {
  background-image: url(../img/content/building/gallery/3.jpg);
}

.slide.pic.gallery-4 {
  background-image: url(../img/content/building/gallery/4.jpg);
}

.slide.pic.gallery-5 {
  background-image: url(../img/content/building/gallery/5.jpg);
}

.slide.pic.gallery-6 {
  background-image: url(../img/content/building/gallery/6.jpg);
}

.slide.pic.gallery-7 {
  background-image: url(../img/content/building/gallery/7.jpg);
}

.slide.pic.gallery-8 {
  background-image: url(../img/content/building/gallery/8.jpg);
}

.slide.pic.gallery-9 {
  background-image: url(../img/content/building/gallery/9.jpg);
}

.slide.pic.gallery-10 {
  background-image: url(../img/content/building/gallery/10.jpg);
}

.slide.pic.aura-1 {
  background-image: url(../img/content/aura/gallery/1.jpg);
}
.slide.pic.aura-2 {
  background-image: url(../img/content/aura/gallery/2.jpg);
}
.slide.pic.aura-3 {
  background-image: url(../img/content/aura/gallery/3.jpg);
}
.slide.pic.aura-4 {
  background-image: url(../img/content/aura/gallery/4.jpg);
}

/* Additional Aura Styles
================================================== */

.aura-video-hero h3 span {
  display: inline-block;
}

.aura-video-overlay {
  position: absolute;
  bottom: 80px;
  z-index: 5;
  color: #f3eee8;
  width: 100%;
  text-align: center;
  @media screen and (max-width: 1024px) {
    bottom: 40px;
  }
  h3{
    span{
      opacity: 0;
    }
  }
}

.aura-video-overlay h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  line-height: 26px;
  @media screen and (max-width: 1024px) {
    font-size: 14px;
    max-width: 350px;
    line-height: 16px;
  }
}

.pagesection-overlay {
  position: absolute;
  z-index: 5;
  top: 40px;
  left: 40px;
}

.pagesection-overlay h2 {
  color: white;
}