html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
section {
  width: 100%;
  display: block;
  float: left;
}
footer.container {
  float: left;
  width: 100%;
}
button,
button svg,
button svg:not(:root) {
  overflow: visible;
  appearance: none;
  background: transparent;
  border: none;
}
#vive p, #vive h1, #vive h2, #vive h3, #vive h4, #vive h5 {
  opacity: 0;
  transition: opacity 1000ms ease;
}
#vive.loaded p, #vive.loaded h1, #vive.loaded h2, #vive.loaded h3, #vive.loaded h4, #vive.loaded h5 {
  opacity: 1;
}
/*#viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#scroll-container {
  overflow: hidden;
  // z-index: 10;
  // display: flex;
  // justify-content: center;
  // backface-visibility: hidden;
  // transform-style: preserve-3d;

  background-image:
    linear-gradient(rgba(255,255,255,.07) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.07) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
header {
    z-index: 99;
    position: relative;
}*/

#hero {
  background: url(./assets/Hero--background.jpg) center / cover;
}
section,
section.has-overlay > .overlay {
  padding: 30px;
}

#concierge-menu, #breathe-menu {
    position: fixed;}
@media(max-width: 1149px){
  #concierge-menu, #breathe-menu {
      display: none;
      background: #fff;
      width: 80%;
      top: 50%;
      transform: translateY(-50%);
      left: 10%;}
  .show-nav #concierge-menu, .show-breathe #breathe-menu {
      display: block;
      z-index: 999;}
  .form-half {
      padding: 15px 25px;
      text-align: center;}
  #concierge-menu img {
      float: left;}
  .form-half .subtitle {
      margin-top: 0;
      font-size: 1.75em;
      line-height: 1.25;}
  .close {
      padding: 10px 15px;
      text-align: right;}
  #breathe-menu .photo-half {
    display: none;}
  /* h2.newsletter-title {
      text-transform: uppercase;
      line-height: 1;}
  .newsletter-title .cursive {
      display: block;
      line-height: 1;
      color: #9c5d3a;} */
  h2.newsletter-title { display:none}
  #breathe-menu form {
      text-align: left;}
}

#concierge-menu p { margin: 10px 0; }

.close { letter-spacing: .05em; }
.close a { text-decoration: none; }
.form-half form { text-align: left; }
.form-half form input { border-color: #A6A19E; 
    margin-bottom: 30px;}
.form-half form label {
    color: #9c5d3a;
    font-size: .85em;
    transform: translateY(10px);
    text-transform: lowercase;
    }
.form-half form input[type=submit] {
  appearance: none;
  color:  #fff;
  background-color: #9c5d3a;
  text-transform: uppercase;
  border: none;
  padding: 7px 15px;
  font-size: .85em;
  letter-spacing: .05em;}
.submit-contain { text-align: center; }


/*NEW CONCIERGE TITLE*/
#concierge-menu .newsletter-title {
    position: relative;
    margin-top: 0;
    text-indent: -150px;
    letter-spacing: .2em;}
#concierge-menu .newsletter-title span {
    margin-left: 230px;
    margin-top: -5px;
    font-size: 1em;}
svg.vive-icon {
    position: absolute;
    right: 60px;
    width: 70px;
    top: 0;}


@media(min-width: 1150px){
  #concierge-menu h2.subtitle {
      font-size: 2.5em;}
  #concierge-menu p { font-size: 1.5em; margin: 10px 0; }
  #locations { font-size: 1.5em;margin-bottom: 15vh; }
  #locations li { margin-bottom: 15px; }
  #contact { position: absolute; bottom: 60px;width: 100%;left: 0; }
  
  .casaimg08_phone{
    display: none !important;
  }
  .casaimg09_phone{
    display: none !important;
  }
  .casaimg04_phone{
    display: none !important;
  }
  .casaimg06_phone{
    display: none !important;
  }
  .casaimg05_phone{
    display: none !important;
  }

  body, #container, .ease, .fixed-left, .fixed-right, #breathe-menu, #concierge-menu {
      -webkit-transition: 0.75s ease all;
      transition: 0.75s ease all;
  }
  .show-breathe #container, .show-nav #container {
      opacity: .5;}
  .show-breathe, .show-nav {
      background: #4c4c4a;}
  #breathe-menu {
      width: 75vw;
      height: 100%;
      top: 0;
      left: -75vw;
      background: #F4F0EA;
      padding: 0;
      z-index: 99999;
  }
  #concierge-menu {
      width: 75vw;
      height: 100%;
      top: 0;
      right: -75vw;
      background: #F4F0EA;
      padding: 0;
      z-index: 99999;
  }
  #container,
  #site-wrapper,
  .comment {
      position: relative;
  }
  .gs-body-scroll, .header, .neon-logo {
      position: absolute;
  }
  .show-breathe .fixed-left {
     left: 75vw;}
  .show-breathe .fixed-right {
      right: auto;
      left: calc(175vw - 30px);}
  .show-nav .fixed-left {
      left:  auto;
      right: calc(175vw - 30px);}
  .show-nav .fixed-right {
      right: auto;
      left:  auto;
      right: calc(75vw + 30px);}
  .show-breathe #breathe-menu { left: 0; }
  .show-nav #concierge-menu { right: 0; }
  .show-breathe #breathe-menu, .show-nav #concierge-menu { position: fixed; }
  .form-half {
      padding: 60px;
      text-align: center;
      height: 100vh;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;}
  .photo-half {
      padding:  0;
      height: 100vh;
      background: url(assets/W2@2x.jpg) center / cover;}
  .photo-half img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
  }
  .close {
      z-index: 999;
      position: absolute;}
  #concierge-menu .close {
      left: 15px;
      top: 15px;
      z-index: 99999999999;}
  #breathe-menu .close {
      right: 15px;
      top: 15px;}
  #breathe-menu {
      padding: 0;}
  .form-half > div {
      max-width: 400px;}
  .form-half .subtitle { 
      line-height: 1.35; }

  .newsletter-title {
      text-transform: uppercase;
      font-size: 4em;
      letter-spacing: .15em;}
  .newsletter-title .cursive {
      color: #9c5d3a;
      font-size: .75em;
      clear: both;
      display: block;
      line-height: .25;
      text-transform: none;
      margin-left: 50px;
      margin-top: -20px;}


  .show-nav #container, .show-breathe #container {
      width: 100%;
      height: 100%;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  .show-nav #container {
      -webkit-transform: translateX(-75vw);
      transform: translateX(-75vw);
      transform: translate3d(-75vw, 0, 0);
      -webkit-transform: translate3d(-75vw, 0, 0);
  }
  .show-breathe #container {
      -webkit-transform: translateX(75vw);
      transform: translateX(75vw);
      transform: translate3d(75vw, 0, 0);
      -webkit-transform: translate3d(75vw, 0, 0);
  }
}
.darkbg {
  color: #fff;
}
.bg-tan {
  background: #9c5d3b;
  color: #fff;
  padding: 20vh 0;
}
section.has-overlay {
  padding: 0;
}
section.has-overlay > .overlay {
  background: rgb(56 55 55 / 60%);
}
.callout {
  max-width: 370px;
  display: inline-block;
  margin: 30px 0;
  float: none;
  text-align: left;
}
.image-contain {
  background: #414040;
  margin-bottom: 60px;
}
.image-right {
  float: right;
}
.image-contain img {
  float: left;
}
.detail {
  content: '';
  width: 3px;
  float: left;
  background: transparent;
  position: absolute;
  left: 0;
}
.detail span {
  width: 3px;
  height: 0px;
  float: left;
  background: #bab8b8;
}

/*NAVS*/
nav.fixed-right {
  z-index: 9999;
  width: 180px;
  height: 30px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: right;
  overflow: visible;
}

nav.fixed-right:hover {
  height: 155px;
}

nav.fixed-right:hover ul li {
  opacity: 1;
}

nav.fixed-right .container {
  position: relative;
  height: 100%;
}

nav.fixed-right ul {
  margin: 0;
}

nav.fixed-left {
  position: fixed;

  left: 0;
  top: 0;
}
nav.fixed-left a {
  transform: rotate(-90deg) translate(-60%, -25px);
  display: block;
  position: absolute;
  width: 160px;
  text-align: right;
  left: 0;
  top: 15px;
}

nav.fixed-left.light {
  color: #000;
}

nav.fixed-left.light a,
nav.fixed-left.light a:visited {
  color: #000;
}

nav a,
nav a:visited {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  color: #fff;
}
nav.fixed-right ul li {
  line-height: 1.75;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: bottom 0.5s, opacity 0.5s;
  opacity: 0;
}
nav.fixed-right ul li a {
  color: transparent;
  transition: color 0.5s;
}
nav.fixed-right ul li svg {
  width: 16px;
  margin-left: 2px;
  vertical-align: middle;
}
nav.fixed-right:hover a {
  color: #fff;
}
nav.fixed-right.light:hover a {
  color: #000;
}

nav.fixed-right:hover ul li:nth-child(4) {
  bottom: 35px;
}

nav.fixed-right:hover ul li:nth-child(3) {
  bottom: 70px;
}

nav.fixed-right:hover ul li:nth-child(2) {
  bottom: 105px;
}

nav.fixed-right:hover ul li:nth-child(1) {
  bottom: 140px;
}

nav.fixed-right ul li.active {
  opacity: 1;
}

nav.fixed-right ul li.active a {
  color: #fff;
}

nav.fixed-right.light ul li.active a {
  color: #000;
}

nav.fixed-right ul li.active svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

nav.fixed-right.light ul li.active svg path {
  stroke: #9c5d3b;
}

nav.fixed-right ul li:hover svg path {
  stroke: #9c5d3b;
}

nav.fixed-right ul li:hover svg path {
  fill: none;
  stroke: #9c5d3b;
  stroke-width: 2px;
}

nav.fixed-right ul li:hover a {
  color: #aaa;
}

/*HERO*/
#hero {
  text-align: right;
}
#hero > .overlay {
  padding: 17vh 0;
  min-height: 100vh;
}
#hero .wrap {
  position: relative;
}
#hero h1 {
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-align: left;
  margin: 30px 0;
  z-index: 9;
}
h1 span.cursive {
  transform: translate(15%, -10px);
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  z-index: 9;
  line-height: 0.8;
}
#hero .scroll {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 10%);
  transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* ------------------------------------------------
   ------------------------------------------------
   ------------------------------------------------
   NEED to add transition for #hero .scroll to ease
   back after hover but not after .active is removed
   ------------------------------------------------
   ------------------------------------------------
   ------------------------------------------------ */

#hero .scroll:hover {
  top: 60%;
}
#hero .scroll:after {
  content: '';
  width: 3px;
  height: 1px;
  background: transparent;
  display: block;
  margin: 30px auto;
  transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
#hero .scroll.active {
  top: 60%;
}
#hero .scroll.active:after {
  height: 680px;
  background: #bab8b8;
}

@media (max-width: 1700px) {
  #hero .scroll.active:after {
    height: 650px;
  }
}

@media (max-height: 700px) {
  #hero .scroll.active:after {
    height: 600px;
  }
}

/* #hero .scroll.active:hover {
  bottom: -587px;
} */
#hero .scroll img {
  width: 120px;
}
#hero .image-right {
  width: 500px;
  position: absolute;
  top: -100px;
  right: -15%;
}
#hero .image-left {
  width: 700px;
  position: absolute;
  left: calc(-50vw + 600px);
  max-width: 40vw;
}

#hero .image-right img {
  opacity: 0.8;
}

/*SECTION 2*/
#wwa {
  text-align: right;
}
.callout-1 {
  max-width: 45%;
  transform: translate(60px, 90px);
  margin-top: 80px;
  margin-bottom: 250px;
}
.callout-1 blockquote {
  margin: 0;
}

#img02 {
  top: 22vh;
}
#img03 {
  width: 600px;
  margin-bottom: 0;
  margin-left: -60px;
}
#img04 {
  width: 600px;
}

.callout-left {
  float: left;
}
.callout-2 {
  position: relative;
  max-width: 560px;
  padding-left: 60px;
  margin-top: 120px;
}
/*.callout-2 > * {
    transform: translate(0, -35vh);}*/
.callout-2 p {
  margin-top: 0;
}
.callout-2 blockquote {
  margin-left: 0;
}

#img05 {
  width: 350px;
  margin-left: 60px;
  position: relative;
  float: left;
  margin-top: -80px;
}
#img05 img {
  position: absolute;
  min-width: 600px;
  left: 0;
}
#img06 {
  width: 500px;
  clear: both;
  position: relative;
  min-height: 500px;
  margin-top: 200px;
  margin-bottom: -500px;
}
#img06 img {
  position: absolute;
  top: 0;
  left: 0;
}

/*SECTION 3*/
#sea {
  background: url(./assets/s3-background@2x.jpg) center / cover;
}
#sea h2 {
  font-size: 7em;
  line-height: 1.1;
  text-align: left;
  margin: 30px 0;
  z-index: 9;
}
#sea .overlay {
  min-height: 80vh;
}
#sea .wrap {
  transform: translateY(65vh);
}

#concierge {
  background: url(./assets/concierge-background.jpg) center / cover;
  position: relative;
}
.vh2 {
  font-size: 8em;
  margin: 0;
}
#concierge .vh2 {
  transform: translateY(-140px);
}
.vh2 span.cursive {
  display: block;
  font-size: 1.25em;
  transform: translate(10%, -50px);
}
#img07 {
  width: 500px;
  margin: 0;
  position: relative;
  top: 100px;
}
#img07 img {
  position: absolute;
  min-width: 600px;
  right: 0;
  top: 0;
}
#concierge .detail {
  height: 600px;
  left: 50%;
  transform: translateX(-50%);
}
/*#concierge .detail span { height: 1px;background: transparent; }*/
#help,
#check {
  fill: #fff;
  font-size: 1.2em;
  letter-spacing: 0.0445em;
}
#check {
  font-size: 1.15em;
}
@media(min-width: 1150px){
  .btn:hover path {
    fill: #bab8b8;
  }
  .btn {
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    animation-play-state: paused;
  }
  .btn:hover {
    animation-play-state: running;
  }
}

#concierge .btn-1 {
  position: absolute;
  left: 39.25%;
  top: 46%;
}
#concierge .btn-2 {
  position: absolute;
  right: 5%;
  bottom: 8%;
}
#concierge .desc {
  visibility: hidden;
  width: 350px;
  position: absolute;
  left: 55%;
  top: 53.5%;
}
#concierge .overlay {
  min-height: 75vh;
}

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

#collaborators {
  text-align: center;
  padding: 35vh 30px;
  z-index: 9;
  position: relative;
}

/*section#collaborators {
  position: relative;
  height: 185vh;
  width: 100%;
  //border: solid 1px red;
  display: flex;
  justify-content: center;
  align-items: center;}
  */
#collaborators .wrap {
  position: relative;
}

#collaborators .btn_bio-1 {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}

#collaborators .btn_bio-1 path {
  visibility: hidden;
}

#collaborators h1 {
  font-size: 9em;
  margin: 0 0 30px;
  line-height: 1;
  transform: translate(55px, 30px);
  z-index: 9;
  position: relative;
}
.team {
  width: 400px;
  text-align: left;
}
.team img {
  filter: grayscale(1);
}
.team-1 img {
  /*transform: translateY(-50px);*/
  margin-bottom: 300px;
}
.team-1 {
  z-index: 5;
  margin: auto;
}
.team-2 {
  z-index: -1;
  position: absolute;
  left: 70px;
  bottom: 70px;
}
.team-3 {
  z-index: -3;
  position: absolute;
  right: 70px;
  bottom: -80px;
}
#bethany .btn {
  position: absolute;
  top: 210px;
  z-index: 8;
  left: 59%;
}
#bethbio {
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
.name {
  text-transform: uppercase;
}
.team h2 {
  font-size: 1.35em;
}
#collaborators .detail {
  left: 50%;
  bottom: -720px;
  transform: translateX(-50%);
  height: 1000px;
}

#casa {
  text-align: right;
  position: relative;
  /*height: 5150px;*/
  padding-bottom: 0;
}
#casa .wrap {
  position: relative;
}
#casa .wrap > * {
  text-align: left;
}
#casa h1 {
  z-index: 9;
  position: relative;
}
#imgF01,
#imgF02 {
  /*max-width: 590px;*/
  display: inline-block;
  margin-bottom: 0;
}
footer #imgF01 {
  max-width: 550px;
  top: -5vh;
  left: -10vw;
  position: relative;
}

.news-spacer {
  width: 100%;
  display: block;
  height: 1px;
  clear: both;
}
#casa .image-contain {
  display: inline-block;
  margin-bottom: 0;
}
#casa .image-center {
  margin: auto;
}
#casa blockquote {
  margin: 0 0 30px;
}
#casa .image-contain,
footer .image-contain {
  max-width: 500px;
}
#casa .image-wide {
  max-width: 700px;
}

.casa-1 {
  position: relative;
}
/*#casaimg01, #casaimg03 {
    position: absolute;
    top: 0;
    left: 0;}*/
.casa_callout-1.callout-right {
  float: right;
  max-width: 45%;
  position: absolute;
  top: -30px;
  right: 0;
}
#casa .detail,
#space .details {
  height: 500px;
  float: none;
  margin: auto;
  position: relative;
  clear: both;
}

#casa .break-2 {
  height: 400px;
  top: -30px;
}

#casaimg01 {
  margin-left: -100px;
  margin-top: -30px;
}
#casa #casaimg02 {
  margin-top: 100px;
  max-width: 530px;
  margin-right: 10px;
  margin-bottom: 0;
}
#casaimg03 {
  position: absolute;
  left: 0;
  top: 100vh;
}
#casaimg04 {
  position: absolute;
  left: -10vw;
  top: 180vh;
}
#casa #casaimg05 {
  display: block;
  margin-top: 40vh;
  float: left;
  margin-left: 6vw;
}
#casaimg06 {
  z-index: 999;
  position: relative;
  top: 50vh;
  right: 25vw;
}
#casa #casaimg07 {
  position: absolute;
  top: 320vh;
  right: 0;
  max-width: 650px;
  right: -10vw;
}
#casaimg08 {
  z-index: 999;
  position: relative;
  float: left;
  margin-top: 30vh;
  margin-left: -8vw;
}
#casa #casaimg09 {
  float: left;
  margin-top: 70vh;
  margin-left: -10vw;
}

.callout-wide {
  max-width: 530px;
}
.casa_callout-2 {
  position: absolute;
  width: 100%;
  right: 0;
  /*top: 150vh;*/
  top: 41%;
}
.casa_callout-3 {
  max-width: 500px;
  position: absolute;
  left: 0;
  /*top: 280vh;*/
  top: 73%;
}
.casa_callout-3 p {
  text-align: right;
}
.casa_callout-4 {
  max-width: 450px;
  position: absolute;
  bottom: -29vh;
  right: 0;
}
#casa .break-3 {
  top: 30vh;
}

#space {
  background: url(./assets/space-bg.jpg) center / cover;
}
#space .detail {
  left: 50%;
  margin-top: 30px;
}
#space .wrap {
  transform: translateY(-200px);
}
#space h2 {
  font-size: 3.65em;
}

footer {
  padding: 30px;
  text-align: center;
}
footer .cite p {
  margin: 0;
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.025em;
  text-align: left;
}
footer .cite p:last-child {
  text-align: right;
}
.float-end {
  text-transform: uppercase;
}
.float-end a {
  color: #000;
}
footer .detail {
  height: 170px;
  position: relative;
  left: 50%;
  margin: 60px 0;
  float: none;
}
#news {
  fill: #000;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  font-size: 1.175em;
}
#newsletter .vh2 span.cursive {
  color: #9c5d3a;
  display: block;
}

#newsletter .vh2 span.cursive {
  color: #9c5d3a;
  display: block;
  transform: translate(5.75%, -96px);
  font-size: 1.05em;
  margin-top: 35px;
}
#newsletter .amp {
  font-size: 0.45em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  margin-left: -20px;
  margin-top: 15px;
  font-style: italic;
}
#newsletter .vh2 {
  letter-spacing: 0.175em;
  line-height: 1;
}
#newsletter p {
  margin-top: 0;
}

/*#imgF {
    width: 600px;
    margin: auto;
    display: inline-block;
    margin-bottom: 150px;}*/
#imgF03 {
  max-width: 700px;
  margin: auto;
  display: inline-block;
  clear: both;
  position: relative;
  /*margin-bottom: 60vh;*/
}

#imgF02 {
  top: -10vh;
  position: relative;
}

/*Animations*/
@media(min-width: 1150px){
  .btn svg,
  .btn text {
    transform-origin: 50% 50%;
    transition: all 200ms linear;
    position: relative;
  }
  .btn:hover svg {
    transform: scale(0.85);
    transition: all 500ms linear;
  }
  .btn:hover text {
    transform: scale(1.25);
    transition: all 500ms linear;
  }
  .btn .icon-center {
    transform-origin: -1645% -857% !important;
    transition: transform 200ms linear;
  }
  .btn:hover .icon-center {
    fill: #fff;
    opacity: 0.5;
    transform: scale(0.75);
    transition: transform 500ms linear;
  }
}

/* ---- LET SEA OVERLAP PINNED WE ---- */
#sea + .pin-spacer {
  z-index: -1 !important;
}

#we {
  min-height: 120vh;
}
#we .wrap {
  position: relative;
}
.cta {
  position: absolute;
  margin: 30px 0;
  padding: 60px 0;
}
.cta-1 {
  width: 1000px;
}
.cta-2 {
  width: 1120px;
  transform: translate(7vw, 30vh);
}
.cta-3 {
  width: 920px;
  transform: translate(26vw, 13vh);
}
.cta > div {
  display: inline-block;
}
.cta > div:first-child {
  width: auto;
  padding-right: 75px;
  padding-top: 30px;
}
.cta h3 {
  margin: 0;
  line-height: 1.25;
}

nav.fixed-left {
  z-index: 99;
}
.BethanyDeac_img {
  margin-bottom: 320px;
}
.team-1 img {
  margin-bottom: 320px;
}
.BethanyDeac_img_fp {
  margin-top: -320px !important;
  margin-bottom: 300px !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.mb_team {
  margin-bottom: -300px;
}

#collaborators h2 div {
  display: inline-block;
}

/*.cta-1 {
    margin-left: 150px;}
.cta_ctrl-2 {
    transform: translate(75vh, 45vh);}
.cta_ctrl-3 {
    transform: translate(110vh, 20vh);}*/

/*
[data-aos=example-anim1] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=example-anim1].aos-animate {
  transform: skewX(0);
  opacity: 1;
}

*/
#img04_phone{
  display: none;
}
#collaborators {
  padding: 35vh 30px 70vh;
}
@media (max-width: 1400px) {
  #hero h1 {
    font-size: 10em;
    padding-left: 100px;
  }
  .callout-1 {
    margin-right: 100px;
    max-width: 40%;
  }
  .team {
    widows: 320px;
  }
  .bg-tan {
    padding: 31vh 0;
  }
}

@media (max-width: 1150px) {
  #collaborators .wrap{
    padding: 0;
  }
  .funky_bg_br, .casa_callout-1.callout-right{
    text-align: left;
  }
  #wwa *, .callout-1 blockquote{
    text-align:left;
  }
  #sea h2{
    padding-left: 0 !important;
    margin: 0;
    margin-top: 48px;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
  }
  #we .wrap{
    padding: 0;
  }
  #sea .overlay{
    padding-bottom: 0;
    min-height: unset;
  }
  #hero > .overlay {
    max-width: 450px;
    margin: auto;
    background: transparent;
  }
  #hero {
    /*background: rgb(56 55 55 / 60%);*/
  }
  #hero h1 {
    font-size: 3em;
    padding: 0;
    text-align: center;
  }
  .wrap {
    max-width: 450px;
    width: 100% !important;
  }
  #hero .image-right img {
    display: none;
  }
  h1 span.cursive {
    transform: unset;
    display: block;
    text-align-last: center;
    margin-top: 10px;
  }
  #hero > .overlay {
    padding-top: 5vh;
  }
  #hero .image-left {
    width: 100%;
    margin-top: 100px;
    left: unset;
    max-width: 100%;
  }
  .callout-1.callout-right {
    max-width: 0;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    position: relative;
    top: unset;
    right: unset;
    float: unset;
    max-width: 100%;
    transform: unset !important;
    background: #f3f0eb;
    padding-top: 20px;
  }
  .callout-1 blockquote {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 22px;
  }
  #img03 {
    width: 100%;
    margin: auto;
  }
  #img03 {
    margin-top: 160px;
  }
  #img04 {
    display: none;
  }
  .callout-2 blockquote {
    font-size: 22px;
  }
  #img05 {
    display: none;
  }
  #img06 {
    margin-top: 50px;
    background: transparent;
    width: 100%;
  }
  #img06 img {
    max-width: 100%;
    min-width: 100%;
  }
  #sea h2 {
    font-size: 33px;
    padding-left: 20px;
  }
  .cta-1 h3 {
    font-size: 1.5rem;
    margin-top: 33px;
  }
  .cta-2 h3,
  .cta-3 h3 {
    font-size: 1.5rem;
    margin-top: 33px;
  }
  .cta-2,
  .cta-1,
  .cta-3 {
    width: 100%;
    max-width: 450px;
    padding-top: 0;
    margin-top: 0;
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 60px;
    transform: unset !important;
    margin-top: 10px !important;
  }
  .cta-2 h3, .cta-3 h3{
    font-size: 1.4rem;
  }
  #we .detail{
    /*height: 100% !important;*/
  }
  #hero > .overlay{
    max-width: 100% !important;
  }
  #we{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100%;
  }
  .cta > div:first-child{
    position: absolute;
    left: -10px;
    top: 0;
    margin: 0;
  }
  .cta > div:first-child svg{
    max-width: 50px;
    height: 50px;
  }
  .cta-2 {
    margin-top: -120px;
    transform: translate(0, 30vh);
  }
  .cta-2 .d-1of4 {
    margin-left: 100px;
  }
  .cta-3 {
    margin-top: -120px;
    transform: translate(0, 30vh);
  }
  .cta-3 .d-1of4 {
    margin-top: -100px;
    margin-bottom: 100px;
    margin-left: 200px;
  }
  #concierge .vh2 {
    font-size: 3em;
    padding: 0;
    text-align: center;
  }
  #img07 img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #img07 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: 2;
    margin-top: -30px;
  }
  #collaborators h1 {
    font-size: 3em;
    transform: unset;
  }
  #concierge .btn-2 {
    display: none;
  }
  #bethany .btn {
    display: none;
  }
  .team {
    width: 100%;
    max-width: 450px;
    margin-bottom: unset;
    position: relative;
    margin-bottom: 50px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
  .team h2 {
    text-align: left;
    margin-top: 10px;
  }
  .team img {
    display: block;
    margin: auto;
  }
  .BethanyDeac_img_fp {
    position: relative;
    margin: unset !important; }
  .BethanyDeac_img_fp, .team h2 {
    margin-top: 15px !important;
  }
  #concierge .btn-1 {
    display: none;
  }
  #collaborators {
    padding-bottom: 100px;
  }
  #casa h1 {
    font-size: 3em;
  }
  .vh2 span.cursive {
    transform: unset;
    text-align: center;
  }
  #concierge .desc {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    text-align: center;
    margin: auto;
    margin-top: -120px;
  }
  .BethanyDeac_img_fp {
    margin: unset;
  }
  #casa {
    padding-top: 60px;
  }
  #casa h1 {
    text-align: center;
  }
  .casa_callout-1.callout-right {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    max-width: 100%;
    float: unset;
    font-size: 22px;
    margin-top: 0;
  }
  .casa_callout-1 .funky {
    font-size: 22px;
  }
  .casa_callout-1 p {
    font-size: 16px;
    margin-bottom: 100px;
  }
  .image-contain img {
    float: unset;
    max-width: 100%;
    margin: auto;
  }
  #casa .image-wide {
    max-width: 100%;
    margin-top: 120px !important;
    margin: auto;
    transform: unset !important;
  }
  #casa #casaimg03,
  #casa #casaimg09 {
    display: none !important;
  }
  #casaimg02 {
    display: none !important;
  }
  #casaimg04 {
    display: none !important;
  }
  .funky_bg_br {
    /*background: #9c5d3b;*/
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .funky_right{
    text-align: right !important;
  }
  #space .wrap{
    padding: 0;
  }
  #space h2{
    text-align: left;
  }
  #casa #casaimg05 {
    margin: auto;
    max-width: 100%;
  }
  #casa #casaimg07 {
    margin: auto;
    max-width: 100%;
  }
  .casa_callout-3 p {
    text-align: center;
    font-size: 22px;
  }
  #casaimg07 {
    display: none !important;
  }
  #casa .casaimg06 {
    display: block !important;
    position: relative !important;
    margin: auto !important;
    left: 0;
    transform: unset !important;
  }
  #imgF03 {
    max-width: 450px;
    width: 100%;
  }
  #imgF03 img {
    max-width: 100%;
  }
  .newsletter {
    max-width: 450px;
    width: 100%;
  }
  #casa .casaimg08 {
    display: none;
  }
  .yourspace_pc {
    text-align: center;
    font-size: 22px !important;
    transform: unset !important;
  }
  #imgF02,
  #imgF01 {
    display: none;
  }
  #space .wrap {
    transform: unset !important;
  }
  .detail span {
    display: none;
  }
  #casa .break-2 {
    display: none;
  }
  #casa #casaimg06 {
    display: none !important;
  }
  #casa .casaimg06_phone {
    display: block !important;
  }
  .vh2_bg {
    font-size: 3em;
    /*background: #F3F0EB;*/
    z-index: 2;
    position: relative;
    margin-top: 20px;
  }
  .amont-c {
    background: #f3f0eb;
    z-index: 2;
    position: relative;
    font-size: 22px;
    max-width: 450px;
    margin: auto;
    margin-top: 50px;
  }
  .float-end {
    display: none;
  }
  .btn-3_bg {
    background: #f3f0eb;
    position: relative;
    z-index: 2;
    margin: 25px;
    padding:  16px;
  }
  footer .cite p {
    float: unset;
    text-align: center;
    display: block;
    margin: unset;
    width: 100%;
    max-width: 100%;
  }
  footer .cite p:last-child {
    text-align: center;
    margin-top: 10px;
  }
  #newsletter .vh2 span.cursive {
    position: relative;
    transform: unset;
    margin-top: -18px;
  }
  nav.fixed-right {
    right: 10px;
  }
  footer .detail {
    display: none;
  }
  /*nav.fixed-left {
    left: -40px;
    position: absolute;
  }*/
  #we {
    padding-left: 40px;
    padding-right: 40px;
  }
  #sea .wrap {
    transform: translateY(40vh);
  }
  .callout {
    max-width: 100%;
    display: block;
    margin: unset;
    float: unset;
    text-align: center;
    position: relative;
  }
  #hero .scroll {
    transform: translate(-50%, 40%);
  }
  .casa_callout-4 {
    bottom: unset;
  }
  #casaimg05,
  .callout-wide.casa_callout-2 {
    display: none !important;
  }
  #space .details {
    display: none;
  }
  .vivevh2 {
    transform: unset !important;
  }
  #concierge .desc {
    margin-top: 70px;
  }
  #img07 img {
    top: 130px;
  }
  .callout-2 {
    padding-left: 10px;
    text-align: left;
    padding-top: 50px;
  }
  .casa_callout-1 p {
    margin-bottom: 0;
  }
  .dddnon {
    display: none !important;
  }
  section.has-overlay > .overlay {
    /*background: #82817f !important;*/
  }
  #img02{
    display: none;
  }
  .wrap{
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero > .overlay{
    min-height: unset;
    padding-bottom: 200px;
  }
  #wwa{
    padding-top: 50px !important;
  }
  .callout-1.callout-right{
    margin: 0 !important;
    padding-top: 30px !important;
  }
  #hero .scroll{
    margin-top: -50px !important;
    top: unset !important;
  }
  #hero .scroll:after{
    height: 100px !important;
    background: #BAB8B8;
    margin: 10px auto !important;
  }
  .callout-2{
    padding-left: 20px;
  }
  #img06{
    max-width: calc(100% - 20px);
    margin-top: 10px;
    transform: unset !important;
    float: unset !important;
    margin-left: 20px;
    margin-bottom: 0;
  }
  #img06 img{
    position: relative;
  }
  .callout-2 blockquote{
    margin-bottom: 0;
  }
  #img05{
    display: block;
    position: relative;
    margin: 0;
    width: calc(100% - 20px);
    float: right;
    transform: unset !important;
    float: unset !important;
    margin-left: 20px;
  }
  #img05 img{
    position: relative;
    min-width: 100%;
    left: unset;
    display: block;
  }
  #img04_phone{
    display: block;
    position: relative;
    margin: 0;
    width: calc(100% - 20px);
    float: right;
    transform: unset !important;
    margin-bottom: 10px;
    margin-top: -100px;
    float: unset !important;
    margin-left: 20px;
  }
  #img04_phone img{
    position: relative;
    min-width: 100%;
    left: unset;
    display: block;
  }
  #casa .casaimg05_phone{
    display: block !important;
    position: relative;
    margin: 0;
    width: calc(100% - 80px);
    float: right;
    transform: unset !important;
    margin-bottom: 10px;
    margin-top: -50px !important;
    float: unset !important;
    margin-left: 80px !important;
  }
  #casa .casaimg05_phone img{
    position: relative;
    min-width: 100%;
    left: unset;
    display: block;
  }
  #casa #casaimg07{
    display: block !important;
    position: relative;
    margin: 0;
    width: calc(100% - 80px);
    transform: unset !important;
    margin-bottom: 10px;
    float: unset !important;
    margin-left: 80px !important;
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
  }
  #casa #casaimg07 img{
    position: relative;
    min-width: 100%;
    left: unset;
    display: block;
  }
  .casa_callout-3{
    position: relative;
    transform: unset !important;
    top: 0;
  }
  .casa_callout-3 .dddnon{
    display: block !important;
  }
  #wwa{
    /*float: unset;*/
  }
  #wwa *{
    /*transform: unset !important;*/
    /*height: 100%;*/
    float: unset;
  }
  #sea .overlay{
    min-height: 150px;
  }
  #sea .wrap, #sea h2{
    transform: unset !important;
  }
  .vh2 span.cursive{
    margin-top: 0;
  }
  #img07 img{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  #concierge .btn-2{
    display: block;
    right: unset;
    left: 5%;
  }
  #wwa .wrap,#sea .wrap{
    padding-left: 0;
    padding-right: 0;
  }
  #concierge .overlay{
    padding-bottom: 620px;
  }
  #img07{
    margin-top: 150px;
    transform: unset !important;
    margin-bottom: -80px;
  }

  #concierge .btn-1{
    display: block;
    top: unset;
    left: unset;
    right: 5%;
    margin-top: 120px;
  }
  #casa .image-wide{
    margin-top: 30px !important;
    transform: unset !important;
  }
  .casa_callout-1.callout-right{
    transform: unset !important;
    margin-top: 20px;
  }
  #casa #casaimg02{
    transform: unset !important;
    display: block !important;
    margin-top: 50px !important;
    float: none;
    max-width: calc(100% - 80px);
    margin-left: 80px;
  }
  #casa #casaimg03{
    display: block !important;
    transform: unset !important;
    margin: 0;
    margin-top: -50px !important;
    float: none;
    max-width: calc(100% - 80px);
    top: unset;
    position: relative;
  }
  .casa_callout-4 {
    transform: unset !important;
  }
  .callout-wide.casa_callout-2{
    display: block !important;
    transform: unset !important;
    top: unset;
  }
  #casa  .casaimg04_phone{
    display: block !important;
    transform: unset !important;
    margin: 0;
    float: none;
    max-width: calc(100% - 80px);
    top: unset;
    position: relative;
    left: unset;
  }
  #casa  .casaimg04_phone img{
    display: block;
  }
  #casa .casaimg06_phone{
    display: block !important;
    transform: unset !important;
    margin: 0 !important;
    margin-top: -50px !important;
    float: none;
    max-width: calc(100% - 80px);
    top: unset;
    position: relative;
  }
  #casa  .casaimg06_phone img{
    display: block;
  }
  #casa .casaimg08_phone{
    display: block !important;
    transform: unset !important;
    margin: 0 !important;
    float: none;
    max-width: calc(100% - 80px);
    top: unset;
    position: relative;
  }
  #casa .casaimg08_phone img{
    display: block;
  }
  #casa img{
    display: block;
  }
  #casa .wrap{
    padding-bottom: 120px;
  }
  #space h2{
    margin-top: -100px;
    position: relative;
    z-index: 999;
  }
  #imgF03{
    display: none;
  }
  .float-end{
    display: block !important;
    text-decoration: none;
    margin-top: 70px !important;
    margin-bottom: 100px;
    position: relative;
  }
  .float-end:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 2px;
    background: #BAB8B8;
    margin: auto;
  }
  footer.container{
    position: relative;
  }
  #collaborators:after, footer.container:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 50px;
    top: -25px;
    left: 0;
    right: 0;
    width: 2px;
    background: #BAB8B8;
    margin: auto;
  }
  section.has-overlay > .overlay, #concierge .overlay, #sea .overlay, #hero > .overlay{
    background: rgba(56, 55, 55, 0.7) !important;
  }
  .float-end a{
    text-decoration: none;
  }
  #casa .casaimg09_phone{
    display: block !important;
    transform: unset !important;
    margin: 0 !important;
    float: none;
    max-width: calc(100% - 80px);
    margin-top: -50px !important;
    margin-left: 80px !important;
    top: unset;
    position: relative;
  }
  #casa .casaimg09_phone img{
    display: block;
  }
}
@media (max-width: 772px) {
  nav.fixed-left {
    display: block;
    font-size: 12px;
    left: -40px;
    top: -20px;
  }
  #collaborators h1 {
    font-size: 2.5rem;
    margin: 30px 0;
  }
  #collaborators {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#we .detail {
  left: 10%;
  height: 0px;
  background-color: rgb(186, 184, 184);
}

#concierge .we-detail {
  content: '';
  width: 3px;
  float: left;
  background: transparent;
  position: absolute;
  left: 10%;
  top: 0;
  height: 0px;
  background-color: rgb(186, 184, 184);
}

.placeforimgandcard {
  position: relative;
}
.placeforimgandcard img {
  z-index: 2;
  position: relative;
}
.placeforimgandcard .card_c {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 604.5px;
  padding: 25px;
  /*overflow: hidden;*/
  overflow-y: auto;
  z-index: 0;
}
.placeforimgandcard .card_c h4 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 15px;
}
.placeforimgandcard .card_c p {
  font-size: 0.7em;
}
.placeforimgandcard .card_c .close {
  font-family: 'MaghfireaRegular', 'Kavivanar', cursive;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
.active .placeforimgandcard .card_c {
  left: 20px;}

@media (max-width: 1150px) {
  .placeforimgandcard .card_c {
    padding: 15px;
    margin: auto;
    top: 0;
    height: unset;
    position: relative;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .placeforimgandcard .card_c p {
    font-size: 0.75em;
  }
  .placeforimgandcard .card_c h4 {
    margin-bottom: 5px;
    text-align: left;
    font-size: 1em;
    display: none;
  }
  .placeforimgandcard .card_c .close {
    display: none;
  }
  .team h2 {
    margin-bottom: 0;
  }
}

.team-3,
.team-2 {
  z-index: 1;
}

.btn_bio-1-container {
  position: relative;
  width: 172px;
  height: 172px;
}
.btn_bio-1-text {
}

/* .btn_bio-1-char {
  visibility: hidden;
} */

.btn_bio-1 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  overflow: hidden;
}

.char-space {
  visibility: hidden !important;
}

.team-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
}
@media (min-width: 1150px) {
  #casaimg01,
  #casaimg08 {
    margin-left: -10vw;
  }
  #imgF01 {
    float: left !important;
    margin-left: -30px !important;
    left: 0 !important;
  }
}
