@font-face {
  font-family: 'GT Pressura Mono';
  src: url('/assets/fonts/gt-pressura/GT-Pressura-Mono-Regular.woff2') format('woff2'), 
       url('/assets/fonts/gt-pressura/GT-Pressura-Mono-Regular.woff') format('woff'),
       url('/assets/fonts/gt-pressura/GT-Pressura-Mono-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'GT Sectra Book';
  src: url('/assets/fonts/gt-sectra/files/GT-Sectra-Book.woff2') format('woff2'), 
       url('/assets/fonts/gt-sectra/files/GT-Sectra-Book.woff') format('woff'),
       url('/assets/fonts/gt-sectra/files/GT-Sectra-Book.ttf')  format('truetype');
}
@font-face {
  font-family: 'Cako';
  src: url('/assets/fonts/cako-regular.otf');
}


/*-- --*/
body{
    color:black;
}
h1{
    font-family:'Cako';
} 
h6, h6.xs {
    font-family: "GT Pressura Mono";
    letter-spacing: 0;
}
ul.lined-list, 
.flex-wrap .lined-list {
    border-top: none;
}
.lined-list li {
    padding: 15px 10px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    font-family: "GT Pressura Mono";
    font-size: 14px;
    text-transform: uppercase;
}
.subpage-intro .flex-wrap .half.pad-box {
    margin-top: 40px;
}
.detail-hero .half.pad-box,
.subpage-intro .half.pad-box{
    z-index:1;
}
.subpage-intro h2,
.detail-hero h2 {
    font-family: "Cako";
    font-size: 6.375vw;
    letter-spacing: 0.15vw;
    line-height: 1.15;
    width: calc(150% + 12.75vw);
    z-index:2;
    position:relative;
}
.supage-intro h1,
.detail-hero h1 {
    width: calc(140% + 12.75vw);
}

/*-- subpage intros --*/
.lines-callout {
    position: relative;
    z-index: 1;
        display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-color: black;
}
.lines-callout .text-center {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 12.75vw;
}
.subpage-intro h1 .flex-wrap {
    flex-wrap: nowrap;
    align-items:center;
}
.subpage-intro h1 {
    font-family: "Cako";
    line-height: 1.0;
    margin: 0 0 20px;
}
.subpage-intro h1 .dash {
    height: 2px;
    background: black;
    flex-grow: 1;
}
.subpage-intro h1 .line2{
    text-align:right;
    display:block;
}
.subpage-intro .half.pad-box {
    padding: 4.75vw 4.375vw;
}
.subpage-intro p {
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 16.5px;
    font-family: "GT Sectra Book";
}
.subpage-intro p.large-text,
p.large-text {
    font-size: 20px;
}
.mb-s{
    margin-bottom: 6.75vw;
}
.mb-m{
    margin-bottom: 9.75vw;
}
.mb-l{
    margin-bottom: 12.75vw;
}
.mt-s{
    margin-top: 6.75vw;
}
.mt-m{
    margin-top: 9.75vw;
}
.mt-l{
    margin-top: 12.75vw;
}
.subpage-intro .green-gradient,
.subpage-intro .orange-gradient,
.subpage-intro .blue-gradient,
.green-gradient .pad-box {
    position: relative;
}
.green-gradient .pad-box {
    z-index:1;
}
.subpage-intro .blue-gradient::after,
.subpage-intro .orange-gradient::after,
.subpage-intro .green-gradient::after {
    content: "";
    width: 60%;
    height: 0;
    padding: 0 0 60% 0;
    background: #aeb744;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
}
.subpage-intro .orange-gradient::after{
    background:#a44d16;
}
.subpage-intro .blue-gradient::after{
    background:#78a4cb;
}

/* -- scroll indicator --*/


  @-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(0deg) translate(0px, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px,0px);
    opacity: 0;
  }
}


.ind {
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    font-family:"GT Pressura Mono";
    text-transform:uppercase;
    font-size: 11px;
    animation: sdb05 3s infinite;
    color: white;
    color:#9da543;
    text-align:center;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 0 30px 10px 0;
}
.ind.hide{
    display:none;
}
.ind span{
    display:block;
    margin:0 0 20px;
}
.ind svg {
    animation: sdb05 3s infinite;
    display:block;
    fill: white;
    fill:#9da543;
    margin: 0 auto 20px;
    width: 50px;
}




@media only screen and (max-width:850px){
    .subpage-intro .flex-wrap.gutter .half {
        width: 100%;
        margin: 0;
    }
    .subpage-intro h1 {
        display: inline-block;
    }

    .subpage-intro .half.pad-box {
        display: table;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .subpage-intro .blue-gradient::after, 
    .subpage-intro .orange-gradient::after, 
    .subpage-intro .green-gradient::after {
        right: initial;
        left: -16vw;
        /*width: 50%;
        padding: 0 0 50%;
        filter: blur(40px);*/
        top: 0;
    }
    .subpage-intro > .flex-wrap {
        display: block;
    }
    .subpage-intro .flex-wrap.gutter {
        display: block;
        padding-left: 5vw;
    }
    .subpage-intro .cols {
        padding-left: 5vw;
    }
    .subpage-intro > .flex-wrap .half{
        width: 100%;
    }
    .subpage-intro .half.lines-callout{
        min-height: 450px;
    }
}
@media only screen and (max-width:650px){
    .flex-wrap .half{
        width:100%;
        margin:0;
    }
    .flex-wrap.reverse-mobile{
        flex-direction:column-reverse;
    }
    .subpage-intro .flex-wrap .half{
        width:100%;
        margin:0;
    }
     .flex-wrap .half.relative.min-height{
        min-height: 450px;
    }
    .text-border{
         min-height: 450px;
    }
}
@media only screen and (max-width:550px){
    .subpage-intro .flex-wrap .half {
        display: block;
    }
    .subpage-intro .cols {
        padding-left: 0vw;
    }
.subpage-intro .flex-wrap .half.lines-callout {
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
    .subpage-intro .flex-wrap.gutter {
        padding-left: 0;
        margin: 0 0 5vw;
    }

    .subpage-intro .blue-gradient::after, 
    .subpage-intro .orange-gradient::after, 
    .subpage-intro .green-gradient::after {
        left: initial;
        
    }

    .subpage-intro h1 {
        display: block;
        font-size: 18vw;
    }
}
 



/*-- image blocks --*/
.image-blocks a{
    display:block;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
    height: 33.333vw;
    margin:0 0 6.375vw;
}
.image-blocks a.btn{
    display:inline-block;
    height: auto;
    margin: 20px 0 0; 
}
.image-blocks .half .pad-text a {
    height: auto;
    margin: 0;
    display: inline-block;
}
.image-blocks .text {
    background: white;
    z-index: 1;
    padding: 20px;
}
.image-blocks .text {
    margin: 0 -2.1875vw 3.375vw 50%;
}
.image-blocks.flex-wrap.gutter .third{
    width: calc(33.333% - 3.1875vw);
    margin:0 0 0vw;
}
[data-parent="parallax-block"] {
    transform: translateY(10vw);
     margin:0 0 -10vw;
}
[data-parent="parallax-block"].image-blocks.summary-text{
    transform:none;
}
.image-blocks.summary-text.pad-box[data-parent="parallax-block"] {
    margin: 0;
}
.pad-box[data-parent="parallax-block"] {
    transform: none;
    padding: 12.75vw 9.375vw 0;
    padding: 12.75vw 9.375vw;
}
.image-blocks.summary-text .text {
    position: absolute;
    margin: 0;
    top:60%;
    right: 4vw;
}

.img-blocks.flex-wrap.gutter .half {
    width: calc(50% - 3.1875vw);
    margin: 0 0 15vw 0;
    height:45vw;
}

.img-blocks .half .text,
.img-blocks .one-third .text {
    position: relative;
    background: white;
    padding: 20px;
    background: white;
    padding: 20px;
    z-index: 1;
    margin: 0;
    bottom: -8vw;
    right: -3.1875vw;
    width: 60%;
}
.bg-img.parallax-block.shadow {
    position: absolute;
}
.image-blocks.summary-text.pad-box {
    padding-bottom: 4.75vw;
}
.image-blocks.summary-text a{
    height:auto;
}
 .image-blocks.summary-text .half.text,
  .image-blocks.summary-text .one-third.text {
      position: relative;
      left: -3.1875vw;
      top: initial;
      bottom: -5vw;
      padding:6.75vw 6.375vw;
  }
  .image-blocks.summary-text .one-third.text{
        padding: 3.75vw 3.375vw;
  }
  .image-blocks.summary-text.pad-box + .image-blocks.summary-text.pad-box {
      padding-top: 0;
  }
  .image-blocks.summary-text .half .hover-scale {
      position: relative;
      height: 65vw;
      min-height: 450px;
      max-height: 650px;
  }
  .image-blocks.summary-text.careers-callout .two-thirds {
    min-height: 450px;
      max-height: 650px;
  }
  .image-blocks.summary-text.careers-callout .two-thirds .hover-scale{
    position:absolute;
    height:100%;
    transform:none;
  }
  .image-blocks.summary-text .relative.flex-wrap {
      align-items: center;
      justify-content: center;
      flex-direction:row;
  }
  .image-blocks.summary-text:nth-of-type(even) .half.text,
  .image-blocks.summary-text .one-third.text {
    left: initial;
    right: -3.1875vw;
    text-align: right;
  }
  .image-blocks.summary-text:nth-of-type(even) .relative.flex-wrap {
      flex-direction: row-reverse;
  }
  .image-blocks.summary-text.careers-callout .relative.flex-wrap{
    flex-direction:row-reverse;
  }

    .image-blocks.mob{
        display:none;
    }

.image-blocks .pad-text {
    padding: 0 6.375vw 0 0;
    margin: 0 0 9.375vw 0;
}

.image-blocks .half a, 
.image-blocks a.half {
    height: 55vw;
}
#super-natural.subpage-intro h2 {
    width: auto;
}
.image-blocks.indent {
    padding: 0 6.375vw;
}
.pad-text p {
    margin: 0;
}
.image-blocks .half:nth-of-type(odd) .text {
    margin: 0 50% 6.375vw -6.375vw;
}
.image-blocks .half:nth-of-type(even) .text {
    margin: 0  -6.375vw 6.375vw 50%;
}
.hide-desk{
    display:none;
}
.image-blocks.flex-wrap.gutter .half {
    width: calc(50% - 2vw);
    margin: 0 0 0vw;
}
@media only screen and (max-width:1250px){
    .pad-box[data-parent="parallax-block"] {
        transform: none;
        padding: 12.75vw 6.375vw 0;
        padding: 12.75vw 6.375vw;
    }
}
@media only screen and (max-width:950px){
    .image-blocks.summary-text .two-thirds {
        width: 75%;
        min-height: 55vw;
    }

    .image-blocks.summary-text .one-third {
        width: 25%;
    }
    .image-blocks .text {
        padding: 12px;
    }
    .image-blocks.indent {
        padding: 0;
    }

    .image-blocks .half:nth-of-type(odd) .text {
       margin: 0 40% 6.375vw -3.375vw;
    }

    .image-blocks .half:nth-of-type(even) .text {
        margin: 0  -3.375vw 6.375vw 40%;
    }
    .image-blocks .half .pad-text{
        display:none;
    }
    
    .hide-desk{
        display:block;
    }

    .no-touchevents .image-blocks.summary-text.pad-box[data-parent="parallax-block"] {
        margin-top: 14vw;
    }


}
@media only screen and (max-width:768px){
    .image-blocks .text{
        margin: 0 -2.1875vw -2.375vw 20%;
    } 
    /*.image-blocks.flex-wrap.gutter .third {
        width: calc(50% - 3.1875vw);
    }*/
    .image-blocks.flex-wrap.gutter .third {
        width: 100%;
    }
    [data-parent="parallax-block"] {
        transform: none;
        margin:0;
    }
    .image-blocks .text {
        margin: 0 -3.1875vw -3.375vw 60%;
        padding: 15px;
    }
    .image-blocks.desk{
        display:none;
    }
    .image-blocks.mob{
        display:block;
    }
    .image-blocks.mob.indent {
        position: relative;
        z-index: 1;
        display: table;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

}

@media only screen and (max-width:650px){
    
    .image-blocks.summary-text .two-thirds {
        width: 100%;
        min-height: 85vw;
    }
 
    .image-blocks.summary-text .one-third {
        width: 70%;
    }
    .image-blocks.summary-text .text{
        right: -4vw;
        top: 70%;
    }
    .image-blocks.summary-text:nth-of-type(even) .text {
        right:initial;
        left: -4vw;
    } 
    .image-blocks.summary-text .half.text, 
    .image-blocks.summary-text:nth-of-type(even) .half.text {
        left: initial;
        right: 6.375vw;
        text-align: left;
        bottom: 12vw;
        width: calc(100% - 12.75vw);
        margin: 0 0 0 auto;
    }
    .image-blocks.flex-wrap.gutter .half {
        width: 100%;
        margin: 0 0 4vw;
    }
    .image-blocks.flex-wrap.gutter .half:nth-of-type(odd) .text,
    .image-blocks.flex-wrap.gutter .half:nth-of-type(even) .text{
       /* margin:0 auto; */
    }
    .image-blocks .half a, 
    .image-blocks a.half {
        height: 85vw;
    }



    .image-blocks .half a.shadow, 
    .image-blocks a.half.shadow {
        height: auto;
        box-shadow: none;
    }

    .image-blocks .half:nth-of-type(even) .text, 
    .image-blocks .half:nth-of-type(odd) .text {
        margin: -50px auto 0;
        order: 2;
        width: 80%;
    }

    .image-blocks .half .hover-scale {
        height: 75vh;
        position: relative;
        order: 1;
        box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
    }


    .image-blocks.summary-text.careers-callout .relative.flex-wrap {
       display:block;
    }

    .image-blocks.summary-text:nth-of-type(even) .text {
        left: initial;
        right: initial;
        top: -4vw;
        bottom: initial;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }


}
@media only screen and (max-width:600px){
    
}




/*-- half width callouts with lines --*/
.half.lines-callout .text-center {
    margin: 0 12.75vw;
    padding: 0 2vw;
}


.lines-callout .line-wrap {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.half.lines-callout .left-line, 
.half.lines-callout .right-line {
    width: auto;
    height: 100%;
}

.half.lines-callout .circle {
    margin: auto;
    top: 0;
    transform: none;
}
.half.lines-callout .line-wrap svg.circle {
    position: relative;
    top: 0;
    transform: none;
    margin: auto;
    padding: 12.375vw 9.375vw;
    height: 100%;
    width: 100%;
}
.lines-callout .line-wrap svg {
    position: absolute;
}
 
.half.lines-callout .line-wrap .left-line {
    left: 9.375vw;
}

.half.lines-callout .line-wrap .right-line {
    right: 9.375vw;
    left:initial;
}

.half.lines-callout .line-wrap .top-line {
    top: 12.375vw;
}

.half.lines-callout .line-wrap .bottom-line {
    bottom: 12.375vw;
    top: initial;
}
.half.lines-callout .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}

[class^="pad-"] .pad-box, [class*=" pad-"] .pad-box{
    padding:6.75vw 6.375vw;
}

/*-- full width callouts with lines ---*/
.lines-callout .line-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lines-callout .line-wrap svg {
    position: absolute;
}

.lines-callout .line-wrap svg.top, 
.lines-callout .line-wrap svg.bottom {
    width: 100%;
}

.lines-callout .line-wrap svg.circle {
    padding: 9.375vw;
    height:100%;
}

.lines-callout .line-wrap svg.left, 
.lines-callout .line-wrap svg.right {
    width: auto;
    height: 100%;
}

.lines-callout.full-width .pad-box {
    padding: 14.375vw 9.375vw;
    z-index: 2;
}

.lines-callout.full-width hr.vertical-line {
    height: 50px;
}

.lines-callout .line-wrap svg.left {
    left: 9.375vw;
}
.lines-callout .line-wrap svg.right {
    right: 9.375vw;
    left: initial;
}
.lines-callout .line-wrap svg.top {
    top: 9.375vw;
}
.lines-callout .line-wrap svg.bottom {
    bottom: 9.375vw;
    top: initial;
}
.lines-callout .line-wrap svg.small1, 
.lines-callout .line-wrap svg.small2, 
.lines-callout .line-wrap svg.small3, 
.lines-callout .line-wrap svg.small4 {
    height: 9.375vw;
    width:auto;
}
.lines-callout .line-wrap svg.small1 {
    left: 33.333%;
}
.lines-callout .line-wrap svg.small2 {
    left: 66.666%;
}
.lines-callout .line-wrap svg.small3 {
    top: initial;
    bottom: 0;
    left: 33.333%;
}
.lines-callout .line-wrap svg.small4 {
    top: initial;
    bottom: 0;
    left: 66.666%;
}
.relative.callout-overlap > .pad-box {
    z-index: 3;
    position: relative;
    padding-bottom: 0;
}
.relative.callout-overlap > .hover-scale, 
.relative.callout-overlap > .bg-img {
    top: 30%;
    height: auto;
    bottom: 0;
}
.relative.callout-overlap > .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 25%);
}








/*-- rotated text border over image --*/
.text-border {
    z-index: 1;
    position: relative;
    color: white;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    overflow:hidden;
}

.text-border h1 {font-family: "Cako";position: relative;}

.text-border.right span.rotate {
    transform: rotate(-90deg) translate3D(93%, -5vw, 0);
    display: block;
    position: absolute;
    right: 0;
    transform-origin: right;
    bottom: 0;
    bottom: initial;
    top: 0;
}

.text-border h1 span {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
}

.text-border.right h1 span {
    padding: 0 10vw 0 0;
}

.text-border.left {
    align-items: flex-start;
}
.text-border.left span.rotate {
    transform: rotate(90deg) translate3D(25px, 150%, 0);
}

.text-border.left h1 {
    padding-left: 10px;
}





/*-- stay page intro --*/
#super-natural.subpage-intro h1 .dash {
    max-width: 25%;
}

#super-natural.subpage-intro h1 .flex-wrap {
    justify-content: flex-start;
    flex-grow: 1;
}

#super-natural.subpage-intro h1 {
    max-width: 75%;
    margin: 20px auto 30px auto;
}

#super-natural.subpage-intro p {
    max-width: 35%;
    margin: 0 auto;
}

p > a {
  text-decoration: underline;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap; 
  word-wrap: break-word; 
  display: initial;
}

p > a::before, 
p > a::after {
    display: none;
}
p > a {
    background: transparent;
    color: inherit;
    transition: 0.35s cubic-bezier(1, 0, 0, 1);
}
p > a:hover {
    background: #9da543;
    color: white;
    transition: 0.35s cubic-bezier(1, 0, 0, 1);
}


.page-wrap {
    overflow-x: unset;
}

#super-natural figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:0;
    transform:translateY(0vw);
}

#super-natural {
    position: relative;
}

#super-natural figure img {
    width: 33.333%;
    position:absolute;
}
#super-natural figure img.left-flower{
    left:0;
    bottom:0;
}
#super-natural figure img.right-flower{
    right:0;
    top:0;
}
[data-parent="parallax-block"][data-start="top top"] {
    transform: none;
}
#super-natural h1,
#super-natural p,
#super-natural h4{
    position:relative;
    z-index:1;
}
#super-natural h1 span.line2{
    margin: 0 0 0 auto;
}
.center-flower{
    position:absolute;
    width: 30%;
    left:0;
    right:0;
    margin:0 auto;
    top:0;
}
.stay-list .image-blocks .text {
    width: 80%;
    margin: 0 0 3.375vw 30%;
}
.subpage-intro .scroll-to ul.flex-wrap.gutter,
 .scroll-to ul {
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .scroll-to ul li {
      margin: 0 15px 15px;
  }

  .scroll-to ul li a {
      display: block;
      margin:0;
  }
  .lines-callout svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
  @media only screen and (max-width:950px){
    #super-natural.subpage-intro p{
        max-width: 60%;
    }
    #super-natural figure img.left-flower {
        bottom: initial;
        top: 20%;
    }
    .scroll-to ul li {
        margin: 0 8px 10px;
    }
  }
  @media only screen and (max-width:650px){
    #super-natural.subpage-intro p {
        max-width: 80%;
    }
    
  }
  @media only screen and (max-width:550px){
        #super-natural.subpage-intro h1 {
            max-width: 100%;
            font-size: 16vw;
                font-size: 12.375vw;
        }
         #super-natural.subpage-intro p {
            max-width: 100%;
        }
       /* #super-natural.subpage-intro h1 .dash {
            max-width: 18%;
        }
        #super-natural h1 span.line2 {
            text-align: left;
        }
        */
  }




/*-- zoom scene --*/

#zoom-scene,
#video-scene {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
}

#zoom-scene {
    z-index: 1;
    background: rgb(109, 126, 181);
    background: -moz-linear-gradient(top, rgba(109, 126, 181, 1) 8%, rgba(181, 189, 216, 1) 30%, rgba(215, 220, 234, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(109, 126, 181, 1) 8%, rgba(181, 189, 216, 1) 30%, rgba(215, 220, 234, 1) 100%);
    background: linear-gradient(to bottom, rgba(109, 126, 181, 1) 8%, rgba(181, 189, 216, 1) 30%, rgba(215, 220, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7eb5', endColorstr='#d7dcea', GradientType=0);
}

section#opening-scene {
    height: 100vh;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 4;
    text-align: center;
    transform: translate3d(0,0,0);
} 

#zoom-scene img,
#zoom-scene .bg-img.sky {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    transform-origin: 50%;
    left:0;
}

#zoom-scene img.sky,
#zoom-scene .bg-img.sky {
    z-index: 0;
    top: 0;
    bottom: initial;
}

#zoom-scene img.background2 {
    z-index: 1;
}

#zoom-scene img.background {
    z-index: 2;
    width: 104%;
}

#zoom-scene img.foreground {
    z-index: 2;
}

#zoom-scene img.tower {
    z-index: 3;
    left: -4vw;
}

#zoom-scene .zoom-logo {
    position: absolute;
    display: block;
    z-index: 4;
    /*opacity:0;*/
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    color: white;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30%;
    color: #52574F;
}
#zoom-scene .zoom-logo svg{
     width: 250px;
     display:block;
     transform:translateZ(0);
     position:static;
     margin:0 auto;
}
.perspective-body.desk {
    display: block;
}

.perspective-body.mob {
    display: none;
}

.perspective-body {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#video-scene .text-wrap {
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    color: white;
    text-align: center;
    position: relative;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container .dark-overlay{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
.touchevents .video-container .dark-overlay{
    background: rgba(0, 0, 0, 0.35);
}
.scroll-indicator {
    position: absolute;
    z-index: 2;
    bottom: 6.25vw;
    width: 6.5vw;
    height: 6.5vw;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 4px solid #3e3e3e;
    text-align: center;
}

.draw-circle {
    position: absolute;
    z-index: 3;
    width: 6.5vw;
    height: 6.5vw;
    bottom: 6.25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scroll-indicator span {
    font-size: 0.8125vw;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15vw;
    display: block;
    position: relative;
    top: 2.5vw;
    font-family: "Verlag";
}

.scroll-indicator .icon-down-double {
    font-size: 1.0625vw;
    color: #c7b8b6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1vw;
}



/*-- homepage only --*/
.angle-top .pad-box {
    padding: 18.75vw 9.375vw 13.75vw;
}

.angle-both .pad-box, 
.angle-both.pad-box {
    padding: 18.75vw 9.375vw 18.75vw;
}

 

/*-- footer --*/
#footer .content{
    padding:0px;
   background-size:cover;
    background-position: 50% 50%;
    background-image:url('https://blackberrymtn.s3.amazonaws.com/assets/images/footer-lines.svg');
    background-color: #454e37;
}

#footer .flex-wrap ul {
    list-style: none;
    margin: 0 5vw 0 0;
    padding: 0;
}
#footer .flex-wrap ul:last-of-type{
    margin:0;
}

#footer .flex-wrap.gutter {
    justify-content: flex-end;
    margin: 0 0;
    border:none;
    padding: 4vw 6vw;
}


#footer .flex-wrap ul li.list-label a,
#footer .list-label,
#footer .signup h4.list-label {
    text-transform: uppercase;
    font-family: "Verlag Cond A", "Verlag Cond B";
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0 0 5px;
    color:white;
}

#footer .flex-wrap ul li a {
    display: block;
    font-family: "GT Sectra Book";
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    font-weight: 400;
    color: white;
    margin: 0;
}

#footer a.flex-wrap.gutter.logo-bar {
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 4vw 6vw 0;
}

#footer a.flex-wrap.gutter.logo-bar h4 {
    margin: 0;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 400;
}
#footer .legal {
    border: none;
    padding: 0 20px 20px;
}
#footer .legal p {
    color: #a9a08f;
    color: #ffffff; 
}
#footer i.demo-icon.icon-bmtn {
    margin: 0 20px;
    font-size: 26px;
}
#footer li + li.list-label {
    margin: 23px 0 0 0;
}
#footer li + li.list-label {
    margin: 23px 0 0 0;
}

#footer .signup {
    text-align: left;
    margin: 0 0 0 0vw;
}

#footer .contact-info {
    text-align: left;
    font-family: "GT Pressura Mono";
}

#footer .contact-info a {
    text-align: left;
}
#footer .contact-info a.email, 
#footer .contact-info a.tel,
#footer .contact-info address {
    font-family: "GT Sectra Book";
    color: white;
} 
#footer .flex-wrap > div {
    display: block;
    padding: 0;
    text-align:left;
}
 #footer .content > .flex-wrap{
 	    padding: 4vw 6vw;
 }
footer form input[type="text"], 
footer form input[type="email"], 
footer form textarea, 
footer form select {
    background: transparent;
    font-family: "GT Pressura Mono";
    font-size: 16px;
    letter-spacing: 0;
    color:white;
}
footer ::-webkit-input-placeholder { 
  color: white;
}
footer ::-moz-placeholder { 
  color: white;
}
footer :-ms-input-placeholder { 
  color: white;
}
footer :-moz-placeholder { 
  color: white;
}
footer form textarea, 
footer form input[type="text"], 
footer form input[type="email"], 
footer form select{
    border-color:white;
}
#footer .contact-info a.btn.underline {
    display: inline-block;
    float: none;
    margin: 0 0 0;
    font-size:13px;
    letter-spacing:1px;
    font-weight:400;
    color:white;
}
#footer .flex-wrap {
    border: none;
}
#footer .contact-info {
    margin: 0;
}
#footer .flex-wrap > div {
    border: none;
}
#footer .flex-wrap > div.signup:first-of-type{
	display:block;
	margin: 0 5vw 0 0vw;
}
#footer .content > .flex-wrap {
    justify-content: flex-start;
}
#footer ul.social{
	margin:20px 0 0;
	justify-content:flex-start;
}
#footer .flex-wrap ul.social li a {
    font-size: 28px;
}
#footer .contact-info address {
    margin: 10px 0 5px;
}
#footer .flex-wrap > div:last-of-type {
    border: none;
}
#footer .social li {
    margin: 0 30px 0 0;
}

.lexus img[alt="Lexus"] {
    max-width: 80px;
    margin: 0 50px 0 0;
}
#footer .flex-wrap ul.social:first-of-type{
    margin:20px 0 0;
}
#footer .signup h4{
    text-align:left;
}
#footer .lexus {
    margin: 0;
    color:white;
    text-align:center;
}
#footer .flex-wrap.secondary{
    justify-content:space-between;
}
#footer .flex-wrap.partners {
    align-items: center;
}
#footer .flex-wrap > div:first-of-type{
    display:block;
}
#footer .content > .flex-wrap:first-of-type {
    flex-wrap: nowrap;
}
#footer .signup{
    flex-grow:unset;
}
#footer .flex-wrap > div.links.flex-wrap{
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: flex-start;
    width:auto;
    justify-content: flex-start;
}
#footer .links li {
    padding: 0;
    margin: 0 0 5px;
}
#footer .flex-wrap > div.signup {
    border-right: 1px solid white;
    padding-right: 5vw;
}
@media only screen and (max-width:900px){

}
@media only screen and (max-width:768px){
    .lexus i.demo-icon.icon-relais {
        margin: 0;
    }

    #footer .flex-wrap > div.links.flex-wrap {
        width: 100%;
        justify-content: center;
        order: 1;
    }

    #footer .content > .flex-wrap.gutter:first-of-type {
        flex-wrap: wrap;
        justify-content: center;
    }
    #footer .content > .flex-wrap.gutter.logo-bar:first-of-type {
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    text-align: center;
}

    #footer .flex-wrap > div.signup:first-of-type {}

    #footer .flex-wrap > div.signup:first-of-type {
        text-align: center;
        order: 2;
        margin: 5vw 0 0;
    }

    #footer .signup h4.list-label {
        text-align: center;
    }

    #footer .contact-info {
        text-align: center;
    }

    #footer .contact-info a {
        text-align: center;
    }

    #footer .flex-wrap ul.social:first-of-type {
        justify-content: center;
    }

    #footer .flex-wrap > div:first-of-type {
        width: 80%;
        margin: 0 auto 30px;
    }

    #footer .flex-wrap.secondary {
        display: block;
    }

    #footer .flex-wrap.secondary {
        padding-top: 0;
    }
    #footer .flex-wrap > div.signup {
        border-right: none;
        padding-right: 0;
    } 
}


@media only screen and (max-width:580px){
	#footer .flex-wrap > div.links.flex-wrap {
	    display: block;
	    text-align: center;
	}

	#footer .flex-wrap ul {
	    margin: 0 0 40px 0;
	}
}

/*-- responsive --*/



@media only screen and (max-width:1024px) {

    #video-scene .text-wrap {
        width:70%;
        text-align: center;
    }

    .draw-circle {
        width: 10.5vw;
        height: 10.5vw;
    }
    .scroll-indicator {
        width: 10.5vw;
        height: 10.5vw;
    }
    .scroll-indicator span {
        font-size: 1.25vw;
        letter-spacing: 0.15vw;
        top: 3.75vw;
    }
    .scroll-indicator .icon-down-double {
        font-size: 1.625vw;
        bottom: 2vw;
    }


}

@media only screen and (max-width:768px) {
    
    #zoom-scene .zoom-logo {
        top: 30%;
    }
    
    #video-scene .text-wrap{
        width:66.666%;
    }
    .scroll-indicator span {
        display: none;
    }
    .draw-circle, 
    .scroll-indicator {
        width: 8vw;
        height: 8vw;
    }
    #video-scene path#svg_5 {
        stroke-width: 7px !important;
    }


}


@media only screen and (max-width:580px){

    .home .section{
        height: 116vw;
    }
    
}


@media only screen and (max-width:450px){

    #zoom-scene .zoom-logo svg{
           width: 200px;
    }

}
 @media only screen and (orientation:portrait){
    .perspective-body.desk {
        display: none;
    }
    .perspective-body.mob {
        display: block;
    }
 }


/*-- touchevents zoom scene --*/

 /*
@keyframes zoomTower {
    from {
        transform: translate3d(-9.61196%, -9.61196%, 0px) scale(1.4806);
    }
    to {
        transform: translate3d(0px, 0px, 0px) scale(1);
    }
}

@keyframes zoomBackground {
    from {
        transform: translate3d(-3.45646%, -3.45646%, 0px) scale(1.34565, 1.34565);
    }
    to {
        transform: translate3d(0px, 0px, 0px) scale(1);
    }
}

@keyframes zoomBackground2 {
    from {
        transform: translate3d(0%, 7.22255%, 0px) scale(1.27085, 1.27085);
    }
    to {
        transform: translate3d(0px, 0px, 0px) scale(1);
    }
}

@keyframes zoomSky {
    from {
        transform: translate3d(0%, 0.722255%, 0px) scale(1.09028, 1.09028);
    }
    to {
        transform: translate(0%, 0%) translate3d(0px, 0px, 0px) scale(1);
    }
}

@keyframes zoomLogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@media screen and (orientation:portrait){
    @keyframes zoomTower {
        from {
            transform: translate3d(-16.8911%, -28.8911%, 0px) scale(2.44455, 2.44455);
        }
        to {
            transform: translate3d(-26.04994%, -8.04994%, 0) scale(1.4025, 1.4025);
        }
    }

    @keyframes zoomBackground{
        from {
            transform: translate3d(-2.66354%, -9.66354%, 0px) scale(1.96635, 1.96635);
        }
        to {
            transform: translate3d(-9.91597%, -2.91597%, 0) scale(1.2916, 1.2916);
        }
    }

    @keyframes zoomBackground2 {
        from {
            transform: translate3d(-1.84128%, 9.68257%, 0) scale(1.72619, 1.72619);
        }
        to {
            transform: translate3d(-4.52982%, 3.05964%, 0) scale(1.22947, 1.22947);
        }
    }

    @keyframes zoomSky {
        from {
            transform: translate3d(0%, -1.93651%, 0px) scale(1.24206, 1.24206);
        }
        to {
            transform: translate3d(0%, -0.611928%, 0px) scale(1.07649, 1.07649);
        }
    }


}



.touchevents #zoom-scene.animate img.tower {
    animation: zoomTower 2.5s forwards;
}

.touchevents #zoom-scene.animate img.background {
    animation: zoomBackground 2.5s forwards;
}

.touchevents #zoom-scene.animate img.background2 {
    animation: zoomBackground2 2.5s forwards;
}

.touchevents #zoom-scene.animate .bg-img.sky {
    animation: zoomSky 2.5s forwards;
}

.touchevents #zoom-scene .zoom-logo {
    opacity: 0;
}

.touchevents #zoom-scene.animate .zoom-logo {
    animation: zoomLogo 1s 1.5s forwards;
}

*/


/*-- unstack video and zoom scene --*/


/*
.touchevents #zoom-scene,
.touchevents #video-scene {
    position: relative;
}

.touchevents section#opening-scene {
    height: auto;
}

.touchevents .draw-circle,
.touchevents .scroll-indicator {
    display: none;
}

.touchevents #video-scene {
    margin: -3vw 0 0;
}



 @media screen and (orientation:landscape) and (max-width:768px){
        .touchevents #zoom-scene .zoom-logo svg{
            width: 100px;
        }

 }


*/

















 /*-- !!!!! new 2021 homepage styles !!!!! --*//

   #zoom-scene .zoom-logo {
        color: white;
        top: 50%;
    }
    #zoom-scene img.background {
        width: 102%;
    }
    #zoom-scene img.tower {
        left: -14vw;
        width: 120%;
        bottom: -14vw;
    }
    #zoom-scene .bg-img.sky {
        transform-origin: left;
        width: 115%;
        left: -7.5%;
        background-position:0 0;
    }
    #opening-scene a.logo {
        z-index: 3;
        color: white;
        font-size: 10vw;
        position: absolute;
        left:0;
        right:0;
    }



    /* -- lines --*/
    .perspective-body.desk{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
   
    .lines.horizontal .fade-text {
        padding: 0;
        width: 24.75vw;
        margin: 0.25vw  12.99vw  0 auto;
    }

    #zoom-scene .zoom-logo {
        position: relative;
        transform: none;
        padding: 0;
        margin: 0 auto;
        top: 0.25vw;
    }
    .lines.horizontal .line-wrap {
        position: relative;
        max-height: 1px;
        width: 100%;
    }

    .lines.horizontal .line-wrap svg {
        position: absolute;
    }
    #zoom-scene .zoom-logo svg {
        position: relative;
        width: 24.5vw;
    }
    
    .lines {
        z-index: 4;
        width: 100%;
        height: 100vh;
    }
    .lines.vertical{
        position: absolute;
        top:0;
        left: 12.75vw;
        width: calc(100% - 25.5vw);
    }
    .lines.horizontal{
        position: relative;
        height: auto;
        padding: 8.75vw 0 4.75vw;
    }
    .lines.horizontal svg.circle1 {
        width: 24.333%;
        position: absolute;
        margin: 0 auto;
        top: 6.75vw;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .lines svg {
        position: absolute;
    }
    .lines.vertical svg{
        height: 100%;
    }
    .lines.horizontal svg{
        width: 100%;
        position:relative;
    }
    .vertical1 {
        left: 0;
        bottom:0;
    }
    .vertical2 {
        left: 33.333%;
        top:0;
    }
    .vertical3 {
        right: 33.333%;
        bottom:0;
    }
    .vertical4 {
        right: 0;
        top:0;
    }
    .horizontal1 {
        right: 0;
        top:0;
    }
    .horizontal2 {
        left: 0;
    }
    .horizontal3 {
        right: 0;
        bottom:0;
    }


@media only screen and (max-width:768px){
    #opening-scene a.logo {
        font-size: 18vw;
    }
}

@media only screen and (orientation:portrait){
    #opening-scene a.logo {
        font-size: 18vw;
    }
    #zoom-scene img, #zoom-scene .bg-img.sky {
        width: 180%;
    }
    #zoom-scene img.background {
        width: 182%;
    }
    #zoom-scene img.tower {
        left: -50vw;
        width: 200%;
        bottom: -12vw;
    }
}







    /*-- choose path section --*/
    .page-wrap, 
    .bg-creme {
        background-color: #e7e3dc;
    }
    .color-white{
       color: #e7e3dc;
    }
    .choose-path {
        margin: 6.375vw 0 14vw;
        padding: 0;
        list-style: none;
        position:relative;
    }
    .choose-path li a {
        display:block;
        transition: filter 0.35s ease;
        padding:0 9.375vw;
    }
    .choose-path li a:hover{
        color:white;
    }
    .choose-path h1 {
        font-family: "Cako";
        position:relative;
        z-index:0;
    }
    .choose-path .path-hover {
        position: absolute;
        height: 40vw;
        width: 45%;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        opacity:0;
        pointer-events: none;
        margin:-2vw 0 0;
    }
    .choose-path .path-hover{
        /*transform:scaleX(0);*/
        z-index:-1;
        transform-origin:left;
        transition: opacity 0.25s ease;
    }
    .choose-path a:hover .path-hover{
        /*transform:scaleX(1);*/
        opacity:1;
    }
    #wellness {
        top: 0;
        left: initial;
        right:10%;
    }
    #culinary{
        top:calc(-100%);
        left:40%;
    }
    #adventure{
        top:calc(-200%);
        left:10%;
    }
    .choose-path .path-hover .bg-img::before{
        content:'';
        display:block;
        width:100%;
        height:100%;
        z-index:1;
        top:0;
        left:0;
        position:absolute;
        background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    }
    .choose-path .path-hover .btn{
        color:white;
    }
    .choose-path li{
        z-index:0;
        position:relative;
    }
     .choose-path li:hover{
        z-index:2;
     }
    
    .choose-path .path-hover .text{
        z-index:1;
        position:relative;
        color:white;
        padding:30px;
        text-align:left;
    }
    .choose-path #adventure .text{
        text-align:right;
    }
    .choose-path:hover a {
        filter: blur(4px);
          transition: initial;
    }
    .choose-path li a:hover {
        filter: blur(0px);
          transition: initial;
    }
    [data-parent="cursor"] {
        position: relative;
    }
    .cursor {
        position: absolute;
        padding: 0 0 40%;
        height:0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width:40%;
        background: rgb(174, 183, 68);
        border-radius: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
        opacity: 0;
        filter: blur(100px);
        z-index:0;

    }
    .btn.underline.blue{
        border-color:#78a4cb;
    }
    .btn.underline.orange{
        border-color:#a44d16;
    }
    .btn.underline.green{
        border-color:#aeb744;
    }
    .btn.underline:hover{
        color:white;
    }
    .lines-callout .btn.underline{
        color:white;
    }
    @media only screen and (max-width:800px){
        .choose-path {
            margin: 12.375vw 0 24vw;
        }
        .choose-path .path-hover{
            width:55%;
            height: 58vw;
            margin: 0;
        }
        #wellness {
            left: initial;
            right:0;
            top: -10.375vw;
        }
        #culinary {
            left: 25%;
            top: calc(-100% + -10.375vw);
        }
        #adventure {
            left: 0%;
            top: calc(-200% + -10.375vw);
        }
        .choose-path .path-hover .text{
            padding:25px;
        }
    }




    /* -- choose path on touch devices -- */

    
    .touchevents .choose-path .path-hover {
        position: relative;
        opacity: 1;
    }

    .touchevents .choose-path:hover a{
        filter:none;
    }
    .touchevents .choose-path #wellness, 
    .touchevents .choose-path #culinary, 
    .touchevents .choose-path #adventure {
        top:0;
        left:0;
        right:0;
        margin:0 auto;
    }

    .touchevents .choose-path h1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 5vw;
    }
    .touchevents .choose-path li{
        margin:0 0 7vw;
    }
    .touchevents .choose-path [data-color="#78a4cb"]::before,
    .touchevents .choose-path [data-color="#a44d16"]::before,
    .touchevents .choose-path [data-color="#aeb744"]::before{
        content: '';
        display: block;
        width: 55vw;
        height: 100%;
        filter: blur(80px);
        position: absolute;
        height: 45vw;
        z-index: -1;
        left: 0;
        border-radius: 50%;
        right: 0;
        margin: 0 auto;
        top: -5vw;
    }
    .touchevents .choose-path [data-color="#78a4cb"]::before{
        background:#78a4cb;
    }
    .touchevents .choose-path [data-color="#a44d16"]::before{
        background:#a44d16;
    }
    .touchevents .choose-path [data-color="#aeb744"]::before{
        background:#aeb744;
    }
    .touchevents .choose-path li a:hover, 
    .touchevents .choose-path a {
        color: white;
    }


.touchevents .choose-path #wellness {
    margin: 0 0 0 auto;
}

.touchevents .choose-path #culinary {
    margin: 0 auto 0 0;
}

.touchevents .choose-path #adventure {
    margin: 0 0 0 auto;
}

.touchevents .choose-path #wellness, 
.touchevents .choose-path #culinary, 
.touchevents .choose-path #adventure{
    width: 66.666%;
}

.touchevents .choose-path [data-color="#78a4cb"]::before, 
.touchevents .choose-path [data-color="#a44d16"]::before, 
.touchevents .choose-path [data-color="#aeb744"]::before{
    width: 60%;
    filter: blur(40px);
    height: auto;
    padding: 0 0 60%;
    left: 0vw;
    right: initial;
}

.touchevents .choose-path [data-color="#a44d16"]::before {
    left: initial;
    right: 0;
}

.touchevents .choose-path #adventure .text {
    text-align: left;
}

.touchevents .choose-path #culinary .text {
    text-align: right;
}





    /*-- featured blocks --*/

    .orange-gradient,
    .blue-gradient{
        position:relative;
    }
    .orange-gradient::after,
    .blue-gradient::after{
        content:'';
        bottom: 0;
        right:0;
        width:100%;
        height:100%;
        position:absolute;
        z-index:0;
        display:block;
        background: -moz-linear-gradient(bottom,  rgba(164,77,22,1) 0%, rgba(164,77,22,0.5) 16%, rgba(164,77,22,0) 30%, rgba(164,77,22,0) 100%);
        background: -webkit-linear-gradient(bottom,  rgba(164,77,22,1) 0%,rgba(164,77,22,0.5) 16%,rgba(164,77,22,0) 30%,rgba(164,77,22,0) 100%);
        background: linear-gradient(to top,  rgba(164,77,22,1) 0%,rgba(164,77,22,0.5) 16%,rgba(164,77,22,0) 30%,rgba(164,77,22,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a44d16', endColorstr='#a44d16',GradientType=0 );
    }
    .blue-gradient::after{
        background: -moz-linear-gradient(bottom,  rgba(120, 164, 203, 1) 0%, rgba(120, 164, 203,0.5) 16%, rgba(120, 164, 203, 0) 30%, rgba(120, 164, 203, 0) 100%);
        background: -webkit-linear-gradient(bottom,  rgba(120, 164, 203, 1) 0%,rgba(120, 164, 203, 0.5) 16%,rgba(120, 164, 203, 0) 30%, rgba(120, 164, 203, 0) 100%);
        background: linear-gradient(to top,  rgba(120, 164, 203,1) 0%,rgba(120, 164, 203, 0.5) 16%,rgba(120, 164, 203, 0) 30%,rgba(120, 164, 203, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a4cb', endColorstr='#78a4cb',GradientType=0 );
    }
    .orange-gradient.featured-blocks::after{
        bottom:-8vw;
    }
    .featured-blocks .text {
        background: white;
        z-index: 1;
        padding: 20px;
    }
    .featured-blocks .flex-wrap {
        /*transform:translateY(14vw);*/
            margin: 0 0 14vw;
    }
    .btn.underline,
    button[type="submit"] {
        padding: 0;
        border: none;
        border-bottom: 3px solid #9da543;
        color: #52574F;
        color:black;
        letter-spacing: 1px;
        display:inline-block;
        position:relative;
        font-family: "GT Pressura Mono";
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    button[type="submit"]::after{
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }
    button[type="submit"]:hover::after{
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    .btn.underline.white,
    .color-white .btn.underline{
        color:white;
    }
    .featured-blocks .one-third .text{
        margin:0 0 0vw;
        position:relative;
        bottom: 0;
        left:-3vw;
    }
    .featured-blocks .two-thirds a:last-of-type .text{
        margin:0 auto 0vw 0;
        position: relative;
        bottom: 0%;

        left:-2vw;
    }
    .featured-blocks .two-thirds a:first-of-type .text{
        margin:0 0 0 auto;
        position: relative;
        right: -3vw;
        bottom:1vw;
    }

    .featured-blocks a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        position:relative;
    }

    .featured-blocks .bg-img {
        position: absolute;
        width: 100%;
    }
    .featured-blocks .one-third a {
        height: 35vw;
    }

    .featured-blocks .two-thirds a:first-of-type {
        height: 50vw;
        margin: 0 0 6vw;
    }
    .featured-blocks .two-thirds a:last-of-type {
        height: 40vw;
        margin-right: 8vw;
    }
    .featured-blocks .flex-wrap.gutter {
        align-items: center;
    }
    .featured-blocks .two-thirds .text {
        width: 50%;
    }
    .featured-blocks .two-thirds a:last-of-type .text{
        width: 66.666%;
        width: 7;
    }
    .featured-blocks .text.shadow {
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
    }
   
    .featured-blocks .bg-img.shadow {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }
    .featured-blocks .text p {
        font-family: "GT Pressura Mono";
        letter-spacing: 0;
        line-height: 1.5;
        font-family:"GT Sectra Book";
    }
    .hover-scale,
    .featured-blocks .hover-scale {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor:pointer;
        top:0;
        left:0;
    }
    a:hover .hover-scale .bg-img,
    .featured-blocks a:hover .hover-scale .bg-img {
        transform: scale(1);
        transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1);
        transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
    }
    a .hover-scale .bg-img,
    .featured-blocks a .hover-scale .bg-img {
        transform: scale(1.05);
        transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1);
        transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
    }
	a h4{
		transition: color 0.35s ease;
	}
	a:hover h4{
		color:#9da543;
		transition: color 0.35s ease;
	}
	.featured-blocks .two-thirds a:last-of-type,
	.featured-blocks .one-third a {
	    display: block;
	}
	.featured-blocks .two-thirds a:last-of-type .hover-scale,
	.featured-blocks .one-third .hover-scale {
	    display: block;
	    position: relative;
	}

    @media only screen and (max-width:950px){
        .featured-blocks .one-third a,
        .featured-blocks .two-thirds a:last-of-type,
        .featured-blocks .two-thirds a:first-of-type{
            height: auto;
            flex-direction:column-reverse;
            margin-right:0;
            margin-bottom:0;
            justify-content: flex-start;
        }
        .featured-blocks a .bg-img{
            position:relative;
            height:100%;
        }
        .flex-wrap.gutter .two-thirds,
        .flex-wrap.gutter .one-third, 
        .flex-wrap.gutter .third {
            width: 100%;
        }
        .featured-blocks .flex-wrap.gutter .two-thirds,
        .featured-blocks .flex-wrap.gutter .one-third, 
        .featured-blocks .flex-wrap.gutter .third{
            margin:0;
        }

        .featured-blocks .text.shadow, 
        .featured-blocks .two-thirds a:last-of-type .text.shadow,
        .featured-blocks .two-thirds a:first-of-type .text {
            left: initial;
            right: 6.375vw;
            text-align: left;
            bottom: 12vw;
            width: calc(100% - 12.75vw);
            margin: 0 0 0 auto;
            transform: none;
        }
        .featured-blocks .one-third .text {
            transform: none;
        }
        .featured-blocks .flex-wrap {
            transform: none;
            margin:0 0 8vw;
        }
        .featured-blocks .hover-scale {
            position: relative;
            height: 65vw;
            min-height: 450px;
            max-height: 650px;
        }
    }






  /*-- image overlap sections --*/
  a.overlap-left,
  a.overlap-top{
    display:block;
  }
  .overlap-left h1{
    color:white;
    position:absolute;
    bottom:0;
    right:0;
    font-family:"Cako";
    z-index:1;
  }
    .overlap-left {
        width: calc(100% - 12.75vw);
        margin: 0 0 0 auto;
    }

    .overlap-left .flex-wrap .half.text-center {
        padding-left: 6.375vw;
        padding-right: 0;
    }

    .overlap-left .pad-box.flex-wrap {
        padding-left: 0;
    }

    .overlap-left .half.shadow {
        transform: translateX(-6.375vw);
    }
      .overlap-left {
        width: calc(100% - 12.75vw);
        margin: 0 0 0 auto;
    }

    .overlap-left .flex-wrap .half.text-center {
        padding-left: 6.375vw;
        padding-right: 0;
    }

    .overlap-left .pad-box.flex-wrap {
        padding-left: 0;
    }

    .overlap-left .half.shadow {
        transform: translateX(-6.375vw);
    }
 
  
    hr.vertical-line {
        height: 7vw;
        width: 1px;
        border: none;
        background: #52574F;
        background:black;
        margin: 2vw auto;
    }
    .color-white hr.vertical-line,
    hr.vertical-line.white,
    .lines-callout hr.vertical-line{
        background:white;
    }
    .overlap-top {
        margin-top: 8vw;
    }
    .overlap-top,
    .overlap-left {
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.3);
        background: white;
        position:relative;
    }

    .overlap-top .bg-img,
    .overlap-left .bg-img {
        box-shadow: 0 -2px 15px rgb(0 0 0 / 25%);
        
    }
    .overlap-top .bg-img,
    .overlap-top .hover-scale {
        height: calc(100% + 14vw);
        transform: translateY(-14vw);
    }
    p {
        font-family: "GT Pressura Mono";
        letter-spacing: 0;
        line-height: 1.5;
        font-size: 16.5px;
        font-family:"GT Sectra Book";
        margin:0 0 20px;
    }
    .choose-path p {
        font-family: "GT Pressura Mono";
    }
    h4 {
        letter-spacing: 1px;
        font-size: 28px;
        line-height: 1.3;
    }

    .overlap-top .flex-wrap .half.text-center,
    .overlap-left .flex-wrap .half.text-center {
        margin: 0vw 0;
        padding-left:0; 
        padding-top:0;
        padding-bottom:0;
        margin:3vw 0;
    } 
    .pad-box > .overlap-left {
        width: 100%;
        margin: 0 auto;

    }
    .overlap-top .pad-box.flex-wrap, 
    .overlap-left .pad-box.flex-wrap {
        padding-top: 4.75vw;
        padding-bottom: 4.75vw;
    }


.overlap-left[data-parent="parallax-block"] .bg-img.parallax-block.half {
    left: -12.75vw;
    height: 60%;
    top: initial;
    bottom: 0;
}
 
.overlap-left[data-parent="parallax-block"] .half.shadow {
    transform: translateX(-3.375vw);
}





  @media only screen and (max-width:1250px){
      .pad-box > .overlap-left {
        width: calc(100% - 6vw);
        padding: 0 0 0 3vw;
        margin: 0 auto;

    }
    .pad-box > .overlap-left .half.shadow {
        width: calc(50% + 6.375vw);
        transform: none;
        margin: 0 0 0 -6.375vw;
    }

    .pad-box > .overlap-left .flex-wrap .half.text-center {
        padding-left: 6.375vw;
    }
  }

    @media only screen and (max-width:768px){
        .overlap-top .half, 
        .overlap-left .half {
            width: 100%;
            margin: 0 0 10vw;
        }
        .overlap-top .bg-img, 
        .overlap-left .bg-img,
        .overlap-top .hover-scale, 
        .overlap-left .hover-scale {
            min-height: 350px;
            display: block;
            position: relative;
        }
        .overlap-left .flex-wrap .half.text-center {
            padding-left: 12.75vw;
            padding-right: 6.375vw;
            padding-bottom: 0;
        }
        .overlap-top .flex-wrap {
            flex-direction: column-reverse;
            transform: translateY(-14vw);
        }
        .overlap-top .flex-wrap .half.text-center {
            padding-left: 6.375vw;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        /*.overlap-top .bg-img {
            height: 350px;
            transform: translateY(0);
        }*/
        .overlap-top .bg-img,
        .overlap-top .hover-scale{
                transform: translateY(0);
        }
        .overlap-left .pad-box.flex-wrap {
            padding-bottom: 0;
        }
        .pad-box > .overlap-left {
            width: calc(100% - 6vw);
            padding: 0 0 0 0vw;
            margin: 0 auto;

        }
        .overlap-left {
            width: 100%;
            padding: 0 0 0 0vw;
            margin: 0 auto;

        }
        .overlap-left .half.shadow,
        .pad-box > .overlap-left .half.shadow {
            width: 100%;
            transform: none;
            margin: -9.375vw 0 0;
        }
        .overlap-left .pad-box.flex-wrap,
        .pad-box > .overlap-left .pad-box.flex-wrap{
            padding-left:6.375vw;
        }
        .overlap-left .flex-wrap .half.text-center,
        .pad-box > .overlap-left .flex-wrap .half.text-center{
            padding-left:6.375vw;
            padding-right:6.375vw;
        }

    }
    @media only screen and (max-width:650px){
        .pad-box > .overlap-left .half.shadow {
            width: 100%;
            margin: -10.375vw 0 0 0;
            box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
        }

        .pad-box > .overlap-left .pad-box.flex-wrap {
            padding-left: 6.375vw;
        }

        .pad-box > .overlap-left {
            width: 100%;
            padding: 0;
        }
    }


    /*- marquee --*/
    .marquee{
        padding:0 0 0;
        cursor:grab;
        max-width: 100%;
        overflow: hidden;
    }
    .marquee ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .marquee ul li {
        position:relative;
        white-space: nowrap;
    
        text-align: center;
        display: block;
    }
    .marquee ul li a {
        display: block;
        font-family: "Verlag Cond A", "Verlag Cond B";
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 22px;
        text-decoration:none;
        position:relative;
        border-bottom:2px solid;
        -webkit-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        -moz-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        -ms-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        transition: 0.35s cubic-bezier(1, 0, 0, 1);
    }
    .marquee ul li a:hover {
        border-color:#9da543;
        color:white;
    }

    .marquee ul li a::after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #9da543;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        -moz-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        -ms-transition: 0.35s cubic-bezier(1, 0, 0, 1);
        transition: 0.35s cubic-bezier(1, 0, 0, 1);
        z-index: -1;
        transform-origin: bottom;
    }
    .marquee ul li a:hover::after{
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    .marquee ul li.dot{
        font-family: "Verlag Cond A", "Verlag Cond B";
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        font-size: 22px;
        line-height: 1.0;
        color:#52574F;
        display:block;
        margin:0 20px;
    }
    




header[role="banner"] {

    padding: 0;
    background: transparent;
}
header > a{
    color:black;
    padding:0 0 0 2.1875vw;
}
header .banner-bg{
    padding: 1.5625vw 2.1875vw;
    background: rgb(255 255 255 / 90%);
     transition: background 0.3s ease;
}
header .banner-bg.hide {
    background: transparent;
    transition: background 0.3s ease;
}
header[role="banner"] .action--open span{
    background-color:black;
}
header .btn.underline {
    font-size: 14px;
    letter-spacing: 1px;
}
 .mtn-icon{
 	opacity:1;
 	transition: opacity 0.3s ease;
 }
 
 .mtn-icon.hide{
 	opacity:0;
 	transition: opacity 0.3s ease;
 }




/*-- new carousel --*/
.page-wrap{
    overflow-x:hidden;
}
.carousel-wrap{
    width:100%;
}
.carousel{
    min-height: 32vw;
    height:auto;

   
}
.carousel .slide {
    width: 33.333%;
    margin: 0 10%;
    height: 32vw;
    overflow:hidden;
    position:relative;
    transition: transform 0.3s;
}
.carousel .slide.is-selected {
    transform: translateY(-10vw);
    transition: transform 0.3s;
}
.carousel-wrap {
    margin: 10vw 0 -10vw 0;
}
.carousel-text{
    max-width: 66.666%;
    margin: 0 auto;
     transform: translateY(-12.75vw);
}
.carousel-wrap .bg-img{
        width: 120%;
    margin: 0 0 0 -10%;
}
.carousel-wrap .button-row {
    position: absolute;
    left: 70%;
    z-index: 8;
    right:15%;
}

.carousel-wrap .button-row .button {
    background: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    margin:0;
}

.carousel-wrap .button-row .button-group.button-group--cells {
    font-family: "Cako";
    font-size: 9.375vw;
    letter-spacing: 0.3125vw;
    text-align:center;
}
.carousel-wrap .button-row button.button.is-selected {
    text-align: center;
    margin: 0 auto;
}
.carousel-wrap .button.button--next,
.carousel-wrap .button.button--prev {
    font-size: 6.375vw;
    border: none;
    line-height: 1.0;
    padding:0;
    transition:color 0.35s ease;
    display:block;
}

.carousel-wrap .button.button--next {
    margin:0 0 0 auto;
    float:right;
}
.carousel-wrap .button.button--next:hover,
.carousel-wrap .button.button--prev:hover{
    color:white;
    color:#9da543;
}



.draw-circle.btn {
    position: relative;
    width: auto;
    height: auto;
    border: none;
    bottom: initial;
    text-align: center;
    margin:20px 0 0;
    color:black;
}
.draw-circle.btn:hover{
    color:black;
}
.draw-circle.btn::after {
    display: none;
}
 
.btn.draw-circle span {
    display: inline-block;
    padding: 16px 24px;
}
.draw-circle.btn svg{
    width:100%;
    position:absolute;
    top:-5px;
    left:0;
}
.draw-circle.btn svg path{
   /* stroke-dasharray: 1;
    stroke-dashoffset: 1;*/
    fill:black;
    transition:stroke-dashoffset 0.3s cubic-bezier(0.7, 0, 0.3, 1), fill 0.3s ease;
}
.draw-circle.btn:hover svg path{
    /*stroke-dashoffset: 0;*/
    transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
    transition-duration: 0.3s;
    fill:#9da543;
} 

@media only screen and (max-width:700px){
    .carousel-text {
        max-width: 90%;
        transform: none;
    }

    .carousel .slide {
        width: 75%;
        margin: 0px 2.5%;
        height: 60vw;
    }

    .carousel-wrap {
        margin: 10vw 0 4vw;
    }

    .carousel-wrap .carousel {
        min-height: 50vw;
    }

    .carousel-wrap .button-row {
        padding: 10px;
        background: white;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
        left: initial;
        right: 5%;
    }
}



.menu .right {
    background: white;
}

.menu__link:hover, .menu__link:focus {
    background: rgb(231 227 220 / 0.5);
}

.menu .contact {
    background: white;
    border-color: #e7e3dc;
}

.menu .resources a {
    border-color: #e7e3dc;
}



/*-- adventure detail pages --*/
.crumb {
    font-size: 1.75vw;
    font-family: "GT Pressura Mono";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 0 20px;
    top:initial;
    display: inline-block;
    position: relative;
    padding-left: calc(6.375vw + 8px);
    text-align: left;
    transition: color 0.35s ease 0s;
    width:auto;
}

.crumb i.demo-icon.icon-long-arrow-l {
    font-size: 6.25vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.35s ease 0s;
    margin: 2px 0 0;

}
.crumb:hover,
.crumb:hover i.demo-icon.icon-long-arrow-l,
.crumb i.demo-icon.icon-long-arrow-l {
    color:#9da543;
    transition: color 0.35s ease 0s;
}
.green-gradient::after{
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    background: -moz-linear-gradient(bottom, rgb(157 165 67 / 100%) 0%, rgba(157,165,67,0.5) 16%, rgba(157,165,67,0) 30%, rgba(157,165,67,0) 100%);
    background: -webkit-linear-gradient(bottom, #9da543 0%,rgb(157 165 67 / 50%) 26%,rgb(157 165 67 / 0%) 40%,rgb(157 165 67 / 0%) 100%);
    background: linear-gradient(to top, #9da543 0%,rgb(157 165 67 / 50%) 26%,rgba(157,165,67,0) 40%,rgba(157,165,67,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9da543', endColorstr='#009da543',GradientType=0 );
} 
.green-gradient, 
.blue-gradient-left{
	position:relative;
}
.blue-gradient-left::after,
.green-gradient-left::after{
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    background: -moz-linear-gradient(left, rgb(157 165 67 / 100%) 0%, rgba(157,165,67,0.5) 16%, rgba(157,165,67,0) 30%, rgba(157,165,67,0) 100%);
    background: -webkit-linear-gradient(left, #9da543 0%,rgb(157 165 67 / 50%) 26%,rgb(157 165 67 / 0%) 40%,rgb(157 165 67 / 0%) 100%);
    background: linear-gradient(to right, #9da543 0%,rgb(157 165 67 / 50%) 26%,rgba(164,77,22,0) 40%,rgba(164,77,22,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009da543', endColorstr='#9da543',GradientType=0 );
}
.blue-gradient-left::after{
    background: -moz-linear-gradient(left, rgb(120 164 203 / 100%) 0%, rgb(120 164 203 / 50%) 16%, rgb(120 164 203 / 0%) 30%, rgb(120 164 203 / 0% ) 100%);
    background: -webkit-linear-gradient(left, rgb(120 164 203) 0%,rgb(120 164 203 / 50%) 26%,rgb(157 165 67 / 0%) 40%,rgb(157 165 67 / 0%) 100%);
    background: linear-gradient(to right, #78a4cb 0%,rgb(120 164 203 / 50%) 26%,rgb(120 164 203 / 0) 40%,rgb(120 164 203 / 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00#78a4cb', endColorstr='##78a4cb',GradientType=0 );
}
.carousel-wrap.orange-gradient::after {
    bottom: 0;
}

.body-copy ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    border:none;
    position:relative;
}
.body-copy ul li {
    padding: 15px 10px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    font-family: "GT Pressura Mono";
    font-size: 14px;
    text-transform: uppercase;
     
}
.video-block {
    display: block;
    position: relative;
    height: 70vh;
    max-height: 650px;
    min-height: 400px;
}

.video-block .hover-scale {
    top: 0;
    left: 0;
    z-index: 0;
}

.video-block i.demo-icon.icon-play {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.pad-box.pad-m{
	padding: 6.75vw 6.375vw;
}

.flex-wrap.reverse{
	flex-direction:row-reverse;
}
.fitness-schedule .activity-block .details:nth-of-type(odd) {
    background: transparent;
    border-color: black;
}

.fitness-schedule .activity-block .details:nth-of-type(even) {
    background: transparent;
    border-color: black;
}

.activity-block {
    border-color: black;
    color: black;
}

.activity-block .details li {
    border-color: black;
}

.fitness-schedule .activity-block .desc {
    background: transparent;
    color: black;
}

.activity-block h4 {
    color: black;
}
.activity-block .details {
    background: transparent;
    border-color: black;
    flex-wrap:nowrap;
}
.activity-block .details li h6 {
    font-family: "GT Pressura Mono";
    letter-spacing: 0;
}
.fitness-schedule .details h6.xs {
    font-family: "GT Pressura Mono";
}

/*.fitness-sort.flex-wrap {
    justify-content: center;
}*/

.fitness-sort button {
    font-family: "GT Pressura Mono";
    color: black;
}

.fitness-sort h6.xs {
    font-family: "GT Pressura Mono";
    color: black;
}
.orange-gradient-left::after{
	content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    background: -moz-linear-gradient(left, rgb(164 77 22 / 100%) 0%, rgba(164,77,22,0.5) 16%, rgba(164,77,22,0) 30%, rgba(164,77,22,0) 100%);
    background: -webkit-linear-gradient(bottom, rgb(164,77,22) 0%,rgba(164,77,22,0.5) 26%,rgba(164,77,22,0) 40%,rgba(164,77,22,0) 100%);
    background: linear-gradient(to right, rgb(164 77 22) ,rgba(164,77,22,0.5) 26%,rgba(164,77,22,0) 40%,rgba(164,77,22,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a44d16', endColorstr='#a44d16',GradientType=0 );
}
.bio{
	color:black;
}
.cols{
	columns: 2 200px;
}
.cols p {
    margin-top: 0;
}
.btn-box.desk,
.desk-text {
    display: block;
}
.btn-box.mob,
.mob-text {
    display: none;
}
.body-copy.mob-text p:first-of-type {
    margin-top: 0;
}
.mb-desk {
    margin-bottom: 6.75vw;
}
@media only screen and (max-width:850px){
	.bio .one-third, 
	.bio .third{
		width: 40%;
	}
	.bio .two-thirds{
		width:60%;
	}
}
@media only screen and (max-width:768px){
	.bio .one-third, 
	.bio .third{
		width: 100%;
		min-height:450px;
	}
	.bio .one-third .bg-img, 
	.bio .third .bg-img{
		background-position: 50% 20%;
	}
	.bio .two-thirds{
		width:100%;
	}
}
@media only screen and (max-width:650px){
	.flex-wrap.body-copy.mb-s {
	    margin-bottom: 0;
	}
	.mt-s.flex-wrap.body-copy.mb-s {
	    margin-top: 0;
	}
	.flex-wrap.detail-hero .half.relative {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    min-height:0;
	}

	.detail-hero .crumb, 
	.detail-hero h1, 
	.detail-hero .btn.underline, 
    .detail-hero h2,
    .detail-hero p {
	    color: white;
	}
    .supage-intro h1,
    .subpage-intro h2,
    .detail-hero h1, 
    .detail-hero h2 {
        width: 100%;
        font-size: 9.375vw;
        letter-spacing: 0.375vw;
    }
    .crumb i.demo-icon.icon-long-arrow-l {
        color: #ffffff;
    }
    .crumb:hover, 
    .crumb:hover i.demo-icon.icon-long-arrow-l {
        color: #000000;
    }
    
    .btn-box.desk,
    .desk-text {
        display: none;
    }
    .btn-box.mob,
    .mob-text {
        display:block;

    }
    .detail-hero .half.pad-box {
        padding: 14.75vw 6.375vw 6.75vw;
    }
    .mob-text + .body-blocks,
    .btn-box.mob + .body-blocks {
        margin-top: 12.75vw;
    }
    .mb-desk {
        margin-bottom: 0;
    }

}





.overlay-slider .text {
    background: white;
    width: 25%;
    padding: 20px;
    position: absolute;
    z-index: 1;
    right: 9.375vw;
    top: 6.75vw;
}
.overlay-slider .text.left{
    right:initial;
    left: 9.375vw;
}

.overlay-slider .text h2 {
    font-family: 'Cako';
    font-size: 3.75vw;
    line-height: 1.15;
    letter-spacing: 0.125vw;
    margin: 0 0 10px;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
    font-size: 2.75vw;
}

.overlay-slider .slider .slide {
    height: 85vh;
    width: calc(75% - 10px);
    margin: 0 5px;
    overflow:hidden;
    position:relative;
}

.overlay-slider .slider {
   /* height: 80vh; */
}
.overlay-slider .text.shadow {
    box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
}
@media only screen and (max-width:1250px){
    .overlay-slider .text{
        right:6.375vw;
    }
    .overlay-slider .text.left{
        right:initial;
        left: 6.375vw;
    }
} 
@media only screen and (max-width:900px){
    .overlay-slider .text {
        width: 33.333%;
    }
}

@media only screen and (max-width:650px){
    .overlay-slider .text {
        width: 45%;
    }
    .overlay-slider .text h2 {
        font-size: 5.75vw;
    }
}




/*-- event detail -- */
.event-image {
    position: relative;
    width: 75%;
    min-height: 85vh;
    /* margin: 0 0 0 auto; */
}

.event-detail .overlay-slider .text {
    width: 25%;
    position:relative;
    right:6.375vw;
    top:initial;
}

.event-detail .pad-box.intro {
    padding-bottom: 4.375vw;
    z-index: 1;
    position: relative;
}
.event-detail h2 {
    font-family: "Cako";
    font-size: 4.75vw;letter-spacing: 0.15vw;line-height: 1.15;}

.event-detail .overlay-slider + .pad-box {
    padding-top: 4.375vw;
}
.event-detail .pad-box {
    position: relative;
    z-index: 1;
}
.event-detail .crumb:hover, 
.event-detail .crumb:hover i.demo-icon.icon-long-arrow-l, 
.event-detail .crumb i.demo-icon.icon-long-arrow-l {
    color: white;
}
.event-detail .overlay-slider.flex-wrap {
    justify-content: flex-start;
    align-items: center;
}
.event-detail .text.shadow.right.parallax-block {
    /*box-shadow: 0 20px 40px rgb(0 0 0 / 25%);*/
    box-shadow: 0 15px 30px rgb(0 0 0 / 15%);
}
.body-copy ul li ul {
    margin: 0 0 10px;
    padding: 0 10px;
}

.body-copy ul li ul li:last-of-type {
    border-bottom: none;
}
.dates.flex-wrap > *{
    border-color: rgb(0 0 0 / 45%);
}
.body-copy ul li.time {
    border-bottom: none;
    border-color: rgb(0 0 0 / 45%);
}

.dates.flex-wrap {
    background: transparent;
    border-color: rgb(0 0 0 / 45%);
}

.schedule-block {
    border-color: rgb(0 0 0 / 45%);
}
.schedule-block .desc .flex-wrap {
    margin: 10px 0 0;
    padding: 0 0 10px;
    align-items: flex-start;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
}
.schedule-block .desc .flex-wrap:last-of-type{
    border-bottom:none;
    padding:0;
}
.schedule-block .desc .flex-wrap p {
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.schedule-block .desc .flex-wrap > div:last-child h4.xs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.75px;
    font-weight: 400;
    color: black;
}
.event-detail .date {
    margin: 10px 0 15px;
    font-family: "GT Pressura Mono";
    font-size: 14px;
}

.fee h4.xs {
    color: black;
}

.event-detail .fee p {
    margin: 0 0 12px;
}
.body-copy .text.parallax-block ul li {
    text-transform: none;
}
.slider .flickity-prev-next-button::after {
    content: "\e804";
    font-family: "Fontello";
    display: block;
    font-size: 70px;
    line-height: 1.0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;
    transiton:color 0.35s ease; 
}
.slider .flickity-prev-next-button:hover::after {
    color: #aeb744;
}

.slider .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.slider .flickity-prev-next-button {
    border: none;
    position: absolute;
    top: initial;
    bottom: 45px;
    left: 35px;
    transform: none;
    width: 72px;
    height: 14px;
    overflow: hidden;
}

.slider .flickity-prev-next-button.next {
    left: 55px;
    bottom: 31px;
}

.slider .flickity-prev-next-button.next::after {
    content: '\e806';
}
.slider .flickity-prev-next-button:hover {
    background: transparent;
}
.relative .overlay-slider + .pad-box {
    padding-top: 4.75vw;
}
.slider.left .flickity-prev-next-button {
    left: initial;
    right: 35px;
}
.slider.left .flickity-prev-next-button.next {
    left: initial;
    right: 55px;
}
 .slider .slide.is-selected .bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity:0.75;
    transition:opacity 0.35s ease;
    background: -moz-linear-gradient(45deg, rgb(0 0 0 / 65%) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgb(0 0 0 / 65%) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgb(0 0 0 / 65%) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.slider.left .slide.is-selected .bg-img::after{
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );

}
.slider .flickity-prev-next-button{
    transform:translateX(0);
    transition:transform 0.35s ease;
}
.slider .flickity-prev-next-button:hover{
    transform:translateX(5px);
    transition:transform 0.35s ease;
}
.slider .flickity-prev-next-button.previous:hover{
    transform:translateX(-5px);
}
.event-detail .circle-gradient{
    position:relative;
    z-index:1;
}
.event-detail .circle-gradient::after{
    content: "";
    width: 40%;
    height: 0;
    padding: 0 0 40% 0;
    background: #aeb744;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;  
}
@media only screen and (max-width:768px){
    .event-detail .circle-gradient::after {
        width: 60%;
        padding: 0 0 60% 0;
        filter: blur(40px);
    }
}
.event-detail .green-gradient::after {
    z-index: -1;
}
.event-detail .schedule-block{
    margin-bottom:50px;
}
.schedule-block .dates.flex-wrap > *:first-child {
    margin: 0;
}

.cards .bg-img::after{
    border:none;
}
.cards.hover a:hover .pad .text-wrap, .cards.hover a .pad .text-wrap {
    transform: none;
}

.cards a .btn.underline {
    color: white;
}

.cards >*:hover .bg-img.dark::before {
    background: rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width:950px){
    .event-detail .overlay-slider .text {
        width: 33.333%;
    }
    .event-image {
        width: 66.666%;
    }
}
@media only screen and (max-width:768px){
    .event-detail .overlay-slider .text {
        width: 80%;
        right: initial;
        left: 4.75vw;
        top: -6.75vw;
    }

    .event-image {
        width: 100%;
    }

    .relative .overlay-slider + .pad-box {
        padding-top: 0;
    }
}
@media only screen and (max-width:650px){
    .crumb i.demo-icon.icon-long-arrow-l {
        font-size: 10.25vw;
        top: 45%;
    }

    .crumb {
        font-size: 2.75vw;
        padding-left: calc(11.375vw + 8px);
    }

    .event-detail h2 {
        font-size: 7.75vw;
        letter-spacing: 0.35vw;
    }
}




/*-- forms --*/
form textarea, 
form input[type="text"], 
form input[type="email"], 
form select {
    background: transparent;
    box-shadow: none;
    border: 1px solid black;
    color: black;
    font-family:'GT Pressura Mono';
    font-weight:400;
    letter-spacing:0;
    line-height: 1.5;
    font-size: 15px;
}
form input[type="text"]:focus, 
form input[type="text"]:focus, 
form input[type="email"]:focus, 
form textarea:focus, 
form select:focus {
    box-shadow: none;
}
::-webkit-input-placeholder { 
  color: black;
}
::-moz-placeholder { 
  color: black;
}
:-ms-input-placeholder {
  color: black;
}
:-moz-placeholder {
  color: black;
}




/*-- search page --*/



ul.pagination {
    font-family: "GT Pressura Mono";
    text-transform: uppercase;
}

.pag-holder {
    border-color: black;
}

li.pag-next a, 
li.pag-prev a {
    color: black;
}






/*-- schedule blocks --*/
.schedule-block .desc .flex-wrap p {
    font-family: "GT Pressura Mono";
    text-transform: none;
    line-height: 1.47;
    font-size: 0.9vw;
}
@media only screen and (max-width: 1150px){
    .schedule-block .desc .flex-wrap p {
        font-size:1.15vw;
    }
}
@media only screen and (max-width: 850px){
    .schedule-block .desc .flex-wrap p {
        font-size:1.45vw;
    }
}
@media only screen and (max-width: 768px){
    .schedule-block .desc .flex-wrap p {
        font-size:1.75vw;
    }
}
@media only screen and (max-width: 600px){
    .schedule-block .desc .flex-wrap p {
        font-size:11px;
    }
}


/*-- pagination --*/

    ul.pagination {
    margin: 0px 0 0;
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  
  li.pag-number,
  li.pag-current {
      margin: 0 20px;
  }
 li.pag-current,
 li.pag-number a:hover {
     /* color: #9da543;*/
         opacity: 0.45;
  }
  li.pag-number a {
      color: black;
      transition: color 0.35s ease;
  }

  li.pag-next {
      padding: 0;
      margin:0 0px 0 20px;
  }

  li.pag-next a, li.pag-prev a {
      color: black;
  }

  .pagination i.demo-icon.icon-right {
      margin: 0 0 0 3px;
      font-size: 75%;
  }

  .pagination em {
      font-weight: 300;
      font-size: 13px;
      font-style:normal;
  }


  li.pag-prev {
      padding: 0;
       margin:0 20px 0 0px;
  }
.sharing {
    border: none;
    margin: 40px 0 0 0;
    text-align: left;
    padding: 0;
}

.at-resp-share-element .at-share-btn.at-svc-facebook {
    margin-left: -8px !important;
    padding-left: 0 !important;
}


/*-- IE11 --*/
@media all and (-ms-high-contrast:none){
	.cursor{
		background-image:url(https://blackberrymtn.s3.amazonaws.com/assets/images/green-circle.png) !important;
		background-color:transparent !important;
		background-size:contain !important;
	}
}





/*-- nav menu --*/

.menu__breadcrumbs a {
    font-family: "GT Pressura Mono";
    font-family: "GT Sectra Book";
 }

.nav-blocks h5 {
    font-family: "Cako";
    color: white;
    line-height: 1.15;
    font-size: calc(28px + (35 - 28) * ((100vw - 768px) / (1600 - 768)));
 }

.nav-blocks .text h4{
    color:white;
    letter-spacing:1px;
    margin:0 0 5px;
    font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1600 - 768)));
}

.nav-blocks .bg-img::after {
    transform: none;
    opacity: 0.5;
}

.nav-blocks a:hover .bg-img::after {
    transform: none;
    opacity: 1;
}


/*-- new plain callout (see live stream callout on adventure overview page) --*/





.callout{
    position: relative;
    z-index: 1;
    color: white;
    overflow:hidden;
}
.callout .pad-box{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 100px 9.375vw;
}
.callout .hover-scale {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
}

.callout .hover-scale .bg-img {
    transform: scale(1.05);
    transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}

.callout:hover .hover-scale .bg-img {
    transform: scale(1);
    transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}


