 

/*-- foundation --*/
body{
    color:black;
}
figure{
    margin:0;
    padding:0;
    width:100%;
}
a {
    text-decoration: none;
    color: inherit;
}
img{
    width:100%;
    display:block;
}

[class^="icon-"]:before, 
[class*=" icon-"]:before, 
.demo-icon {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}
.alt {
    display: block;
    width: 0px;
    height: 0px;
    text-indent: -999999999px;
    overflow: hidden;
}
.btn, button[type="submit"] {
    margin: 2vw 0 0;
    padding: 22px 46px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Verlag Cond A", "Verlag Cond B";
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    border: none;
    text-decoration: none;
    display: inline-block;
    outline: none;
    background: transparent;
    border: 3px solid #9da543;
    position: relative;
    z-index: 1;
    -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);
}
.btn::after, 
button[type="submit"]::after, 
.btn.filled::before {
    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;
}
.btn.filled::before {
    background-color: #9da543;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.btn.filled::after {
    background-color: #1e2f27;
}
.btn.filled:hover {
    border-color: #1e2f27;
}
.btn:hover::after, button[type="submit"]:hover::after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.btn-box .btn {
    margin: 0 10px 10px 0;
}
#map-nav fieldset label,
#map-nav fieldset label span,
#map-nav fieldset fieldset legend,
.marker-info h2 {
    font-family: "Verlag Cond A", "Verlag Cond B";
    font-style: normal;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

/*-- flex grid --*/

.flex-wrap {
    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;
}
.flex-col{
    display:table;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex; 
    -ms-flex-direction: column;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
}
.thirty{
    width:30%;
}
.flex-wrap.gutter .thirty{
    width: calc(30% - 2vw);
    margin:0 0 4vw;
}

.one-third,
.third{
    width:33.333%;
}
.flex-wrap.gutter .one-third,
.flex-wrap.gutter .third{
    width: calc(33.333% - 2vw);
    margin:0 0 4vw;
}

.forty{
    width:40%;
}
.flex-wrap.gutter .forty{
    width: calc(40% - 2vw);
    margin:0 0 4vw;
}

.half{
    width:50%;
}
.flex-wrap.gutter .half{
    width: calc(50% - 2vw);
    margin:0 0 4vw;
}


.flex-wrap .flex-wrap.gutter .half{
    width: calc(50% - 1vw);
    margin:0 0 2vw;
}

.sixty{
    width:60%;
}
.flex-wrap.gutter .sixty{
    width: calc(60% - 2vw);
    margin:0 0 4vw;
}
.two-thirds{
    width:66.666%;
}
.flex-wrap.gutter .two-thirds{
    width: calc(66.666% - 2vw);
    margin:0 0 4vw;
}
.seventy{
    width:70%;
}
.flex-wrap.gutter .seventy{
    width: calc(70% - 2vw);
    margin:0 0 4vw;
}

/*-- On Property Pop-up on Page load --*/
#page-load {
    max-width:650px;
}
#page-load .flex-wrap {
  background: white;
  margin: 20px auto;
  border-radius:8px;
  overflow: hidden;
    box-shadow: 0 3px 20px #00000078;

}
#page-load .flex-wrap .text {
  padding: 5vw;
  width: 50%;
  box-sizing: border-box;
  text-align:center;
}
#page-load h2{
    font-family: "Verlag Cond A", "Verlag Cond B";
    font-style: normal;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
}
#page-load .flex-wrap .img-block {
  width: 50%;
    position: absolute;
    right: 0;
  height: 100%;
}


/*-- navigation --*/
header > a {
     font-size: 2.25vw; 
}
header .btn.underline {
    font-size: 14px;
    letter-spacing: 1px;
}
header .btn {
    margin: 0 25px 0 0;
    padding: 12px 30px;
    background: transparent;
    border: 1px solid #f5f3e5;
    color: #f5f3e5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Verlag Cond A", "Verlag Cond B";
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
}
@media only screen and (max-width: 1250px){
    header > a {
        color:black;
         font-size: 3.15vw; 
    }

}
@media only screen and (max-width: 1024px){
    header > a {
         font-size: 3.5vw; 
    }

}
@media only screen and (max-width: 768px){
    header > a {
         font-size: 4.65vw; 
    }

}
@media only screen and (max-width: 650px){
    header > a {
         font-size: 5.65vw; 
    }

}
#map-nav{
    position:fixed;
    background-color:white;
    top:0;
    left:0;
    bottom:0;
    z-index:7;
    padding: 90px 20px 20px;
    box-shadow:0 0 20px rgb(0 0 0 / 40%);
    overflow-y:scroll;
}
.modal-open #map-nav {
    width: 150px;
}


#map-nav i.demo-icon.icon-exit {
    font-size: 32px;
    opacity:0.35;
    transition:0.35s ease;
}
#map-nav i.demo-icon.icon-exit:hover {
    opacity:1;
    transition:0.35s ease;
}
#map-nav .flex-wrap{
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}
#map-nav .explore {
    font-family:"GT Pressura Mono";
    text-transform:uppercase;
    font-size:11px;
}
#map-nav ul,
#map-nav fieldset{
    list-style:none;
    margin:0;
    padding:0;
     border:none;
     display:block;
}

#map-nav ul li,
#map-nav fieldset label{
    border:none;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 12px;
    padding: 0 0 12px;
    /*display:block;*/
}
#map-nav fieldset label:last-of-type,
#map-nav ul li:last-of-type{
    border:none;
    margin:0;
    padding:0;
}
#map-nav a{
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-family: "Verlag Cond A", "Verlag Cond B";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px; 
}
#map-nav a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #9da543;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(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: 0;
    transform-origin: left;
}
#map-nav .selected a::after,
#map-nav a:hover::after{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*#map-nav i.demo-icon.icon-right::before {
    transform: scaleX(-1);
    position: relative;
    transition: transform 0.25s cubic-bezier(1, 0, 0, 1);
}
*/
#map-nav i.demo-icon.icon-exit::before, 
#map-nav i.demo-icon.icon-exit {
    margin: 0;
    width: 25px;
}


#map-nav nav ul li,
#map-nav fieldset label {
    opacity: 1;
    transition: opacity 0.35s linear 0.2s;
}
#map-nav fieldset label:nth-of-type(2),
#map-nav nav ul li:nth-of-type(2){
    transition: opacity 0.35s linear 0.25s;
}
#map-nav fieldset label:nth-of-type(3),
#map-nav nav ul li:nth-of-type(3){
    transition: opacity 0.35s linear 0.3s;
}
#map-nav fieldset label:nth-of-type(4),
#map-nav nav ul li:nth-of-type(4){
    transition: opacity 0.35s linear 0.35s;
}
#map-nav{
    width: 250px;
    transform: translateX(0px);
    transition: transform 0.35s cubic-bezier(1, 0, 0, 1);
    transform-origin:left;
}

main.container{
    position:relative;
    z-index:0;
    padding: 0 0 0 290px;
    /* padding: 0 0 0 60px;*/
    transition: padding 0.35s cubic-bezier(1, 0, 0, 1);
}
.modal-open main.container {
  padding: 0 0 0 calc(190px + 40%);
}

.map-area {
    position: relative;
    height: 100vh;
    overflow:scroll;
}
.map-area > .bg-img{
    width:125vw;
    height:125vh;
}
#nav-toggle {
    display:none;
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 8px;
    cursor: pointer;
    transform:rotate(0);
    position: absolute;
}
#nav-open{
    display:none;
     position: absolute;
    z-index: 1;
    left: 18px;
    bottom: 18px;
    position: absolute;
}
@media only screen and (max-width:650px){
    
     
}




/*-- nav modals --*/
.modal-page{
    position:fixed;
    top:0;
    left: 0;
    transform:translateX(-100%);
    width:40%;
    bottom:0;
    overflow-y:scroll;
    z-index:1;
    background-color:#e7e3dc;
    box-shadow: 0 0 20px rgb(0 0 0 / 0%);
    transition: transform 0.35s cubic-bezier(1, 0, 0, 1), opacity 0.35s linear;
   
}
.modal-page.visible{
    opacity:1;
    transform:translateX(190px);
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}

.modal-page .pad-box{
    padding: 3.175vw;
}
.modal-page .exit{
    color:#8e8e8e;
    display:block;
    /*position:fixed;
    top:10px;
    right:10px;*/
    font-size:30px;
    z-index:1;
    cursor:pointer;
}
.modal-page[hidden]{
    opacity:0;
}
.modal-page .flex-wrap.title{
    flex-wrap:nowrap;
}
.modal-page .title h1{
    flex-grow:1;
    margin:0 0 15px;
    text-transform:uppercase;
}
.modal-page .btn-box{
    margin:10px 0 20px;
}
.modal-page p.sqft{
    font-family:"Verlag Cond A", "Verlag Cond B";
    margin:0;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}
.modal-page h2{
    font-family:"Verlag Cond A", "Verlag Cond B";
    margin:0;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 30px 0 0 0;
}
.flickity-button {
    background:transparent;

}
.slider .flickity-prev-next-button.previous{
    left: initial;
    right: 55px;
    display:none;
}
.slider .flickity-prev-next-button.next{
    left: initial;
    right: 35px;
    display:block;
}
.modal-page ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    border: none;
    position: relative;
}
.modal-page 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;
}


/*-- markers & modals --*/
.marker {
    cursor:pointer;
	z-index:1;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
    outline: none;
    border: none;
    padding: 0;
    background-color: black;
    border:3px solid white;
    width:19px;
    height:19px;
    border-radius:50%;
    font-family: "GT Pressura Mono";
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: normal;
   /* position:absolute;*/
   position:relative;
    transition: background-color 0.35s cubic-bezier(1, 0, 0, 1), color 0.35s cubic-bezier(1, 0, 0, 1), transform 0.35s cubic-bezier(1, 0, 0, 1);
}
.marker.adventure-marker,
.marker.adventure{
    background-color:#ccd927;
}
.marker.culinary-marker,
.marker.culinary{
    background-color:#ff8121;
}
.marker.wellness-marker,
.marker.wellness{
    background-color:#5bc5e6;
}
.marker.lodging-marker,
.marker.lodging{
    background-color:#2128ff;
}
.zoom {
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    margin: 20px;
    box-shadow: 0 0 10px #00000094;
    border-radius: 8px;
    background: transparent;
    overflow:hidden;
}

.zoom button {
    display:block;
    background: white;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    display: block !important;
    cursor:pointer;
    transition:0.35s ease;
}
.zoom button:hover{
    background: #9da543;
    color: white;
}
.minus {
    width: 13px;
    height: 1px;
    background: black;
    display: block;
    margin: 0 auto;
    transition:0.35s ease;
}
.zoom button:hover .minus{
    background:white;
}

 
/*
.marker:hover {
    background-color: #454e37;
    color: white;
}
.marker::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    transition: border-color 0.35s cubic-bezier(1, 0, 0, 1);
}
.marker:hover::after {
    border-top-color: #454e37;
}
.marker span {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #9da543;
}*/
.modal {
    z-index: 1;
    background: white;
    padding: 20px;
    position: absolute;
    width: 33.333%;
    max-width: 500px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgb(0 0 0 / 45%);
}
.modal > div {
    height: 80vh;
    overflow-y: scroll;
}

.modal figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position:relative;
}
.modal figure img {
    display: block;
    width: 100%;
}
.modal figcaption{
    position:absolute;
    display:block;
    bottom:-10px;
    left:0;
    padding:0 3.175vw;
}
.modal h1 {
    background: white;
    display: inline-block;
    margin: 0 0 0;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 2.175vw;
}
.modal .text {
    padding: 20px 3.175vw 20px;
}

.modal .exit {
    outline:none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 30px;
}

[data-modal-open] > span{
    pointer-events: none;
}
[data-modal-x]:after {
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    width: 100%;
    background-color:black;
}
[data-modal-x] {
    bottom: 0;
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: relative;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 2px;
    background-color:black;
}
.modal-page [data-modal-x],
.modal-page [data-modal-x]:after{
    background-color:white;
}
.is-icon-btn {
    cursor:pointer;
    background: none;
    border: none;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
}
.alt{
    display:block;
    width:1px;
    height:1px;
    text-indent:-999999999px;
    overflow: hidden;
}
fieldset input[type="checkbox"]{
    display:inline-block;
    margin:0 10px 0 0;
    webkit-appearance:none;
    appearance:none;
    background-color:transparent;
    width:15px;
    height:15px;
    border:1px solid #d8d8d8;
    transition:background-color 0.35s ease;
}

fieldset input[value="adventure"]:checked{
    background-color:#ccd927;
}
fieldset input[value="culinary"]:checked{
    background-color:#ff8121;
}
fieldset input[value="wellness"]:checked{
    background-color:#5bc5e6;
}
fieldset input[value="lodging"]:checked{
    background-color:#2128ff;
}
fieldset input[value="roads"]:checked{
    background-color:#8e8e8e;
}
fieldset input[value="hiking"]:checked{
    background-color:#c90e7b;
}
fieldset input[value="biking"]:checked{
    background-color:#832be0;
}
fieldset input[value="all"]:checked{
    background-color:#3f3f3e;
}
fieldset fieldset label img {
    width: 60px;
    margin: 0 0 0 15px;
}
fieldset fieldset label:first-of-type img {
    margin: 0 0 0 25px;
}
#map-nav fieldset label.flex-wrap {
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
}

#map-nav fieldset fieldset label.flex-wrap, 
#map-nav fieldset fieldset label.flex-wrap span {
    font-family: "GT Pressura Mono";
    font-size: 16px;
    margin: 0;
    border: none;
}

#map-nav fieldset fieldset legend {
    margin: 0 0 12px 24px;
}

#map-nav fieldset fieldset {
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 12px;
    padding: 0 0 12px;
}
.modal-open #map-nav fieldset fieldset label img {
  width: 50px;
}
.relative{
    position:relative;
}

.highlight1 {
  background-image: url('/assets/images/map/raodsmap.svg');
  width: 640px;
  height: 427px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.highlight2 {
  background-image: url('/assets/images/map/bikingmap.svg');
  width: 640px;
  height: 427px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.highlight3 {
  background-image: url('/assets/images/map/hikingmap.svg');
  width: 640px;
  height: 427px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.whitemapfade{
  background-image: url('/assets/images/map/white_map_overlay.png');
  width: 640px;
  height: 427px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;

}

/*-- elevation --*/
/*.elevation {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

span.elevation .dash{
    width: 20px;
    height: 1.5px;
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    z-index:2;
}

span.elevation {
    padding: 0 30px 0 0;
    display: block;
    position: fixed !important;
    left:initial !important;
    right:0;
    font-family: "GT Pressura Mono";
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
/*-- marker info --*/
.marker-parent{
    position:absolute;
    z-index:3;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.marker-parent:hover{
    z-index: 9999;
}
.marker-parent.hidden{
    cursor: none;
    opacity:0;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.marker-parent.hidden:hover{
    cursor: pointer;
    }
#cottages.marker-parent{
    top:50%;
    left:72%;
}
.marker-info{
    position:absolute;
    background-color:white;
    box-shadow:0 1px 15px rgb(0 0 0 / 50%);
    opacity:0;
    transform-origin: top left;
    transform:scale(0);
    padding:20px;
    width:150px;
    top: 8px;
    left: 8px;
    transition: transform 0.35s ease 0.15s, opacity 0.35s ease 0.15s;
}
.marker-info > *{
    opacity:0;
    transition: opacity 0.25s ease;
}
.marker-parent:hover .marker-info{
    opacity:1;
    transform:scale(1);
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.marker-parent:hover .marker-info > *{
    opacity:1;
    transition: opacity 0.35s ease 0.25s;
}
.marker-parent.hidden:hover .marker-info{
    opacity:0;
    transform:scale(0);
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.marker-parent.top-left .marker-info,
.marker-parent.topleft .marker-info{
   top: initial;
    right: 8px;
    bottom: 16px;
    left: initial;
    transform-origin: bottom right;
}
.marker-parent.top-right .marker-info,
.marker-parent.topright .marker-info{
   top: initial;
    left: 8px;
    bottom: 16px;
    transform-origin: bottom left;
}
.marker-parent.bottom-right .marker-info,
.marker-parent.bottomright .marker-info{
    left: 8px;
    transform-origin: top left;
}

.marker-info h2{
    text-transform:uppercase;
}
.marker-parent.lodging .btn{
    border-color: #1e25ed;
}
.marker-parent.lodging .btn::after{
    background-color: #1e25ed;
}
.marker-parent.adventure .btn{
    border-color: #ccd927;
}
.marker-parent.adventure .btn::after{
    background-color: #ccd927;
}
.marker-parent.culinary .btn{
    border-color: #ff8121;
}
.marker-parent.culinary .btn::after{
    background-color: #ff8121;
}
.marker-parent.wellness .btn{
    border-color: #5bc5e6;
}
.marker-parent.wellness .btn::after{
    background-color: #5bc5e6;
}
.marker-parent.roads .btn{
    border-color: #8e8e8e;
}
.marker-parent.roads .btn::after{
    background-color: #8e8e8e;
}
.marker-parent.hiking .btn{
    border-color: #c90e7b;
}
.marker-parent.hiking .btn::after{
    background-color: #c90e7b;
}
.marker-parent.biking .btn{
    border-color: #832be0;
}
.marker-parent.biking .btn::after{
    background-color: #832be0;
}

.marker-info h2 + p {
    font-family: "GT Pressura Mono";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: #767676;
    margin: 0 0 12px 0;
}
.marker-info .accord .content p{
    font-size: 14px;
    font-style:italic;
    margin:0 0 0;
}
.marker-info .accord{
    margin:0 0 6px;
    cursor:pointer;
}
.marker-info .accord .title {
    font-size: 12px;
    font-family: 'GT Pressura Mono'; 
    text-transform: uppercase; 
    margin:0px 0 20px; 
    letter-spacing: 0.5px;
}
.marker-info .accord .content{
    display:none;
}
.marker-info .accord .title span.plus {
    display: block;
    width: 11px;
    height: 11px;
    background: #bababa;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
}

.marker-info .accord .title {
    position: relative;
    padding: 0 0 0 16px;
}
.marker-info .accord .title span.plus::after ,
.marker-info .accord .title span.plus::before {
    content: "";
    width: 5px;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.marker-info .accord .title span.plus::after {
    content: "";
    width: 1px;
    height: 5px;
    transition: opacity 0.35s linear;
    opacity:1;
}
.marker-info .accord.open .title span.plus::after{
    transition: opacity 0.35s linear;
    opacity:0;
}


/*-- page content --*/

.hero{
    position:relative;
    margin:0;
    padding:0;
    height:300px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex; 
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    align-items:flex-end;
}
.hero h1{
    text-transform: uppercase;
    margin: 0px 3.175vw -15px 0vw;
    background: white;
    z-index: 1;
    position: relative;
    padding: 1.175vw;
    display: inline-block;
    font-size: 45px;
    font-weight: 400;
}
.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);
}
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;
}
.btn.underline.white, 
.color-white .btn.underline {
    color: white;
}
.image-blocks a {
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 350px;
    margin: 0 0 6.375vw;
}
.shadow {
    box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
    position: relative;
}
.image-blocks .text {
    background: white;
    z-index: 1;
    padding: 20px;
    margin: 0 1.75vw -2.375vw;
} 
.hover-scale, 
.featured-blocks .hover-scale {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
}
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: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);
}


/*-- rotated text border over image --*/


.text-border {
    z-index: 1;
    position: relative;
    color: white;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    height: 350px;
    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;
}

.text-border .relative.min-height {
   height: 350px;
}
.text-border.right h1 span {
    padding: 0 10vw 0 0;
}



/*-- lodging page --*/

.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: 400px;
    width: 100%;
    margin: 0 0; 
    overflow:hidden;
    position:relative;
}
.lined-list{
    margin:0;
    padding:0;
    list-style:none;
}
.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;
    }
}



/*-- global responsive --*/ 

@media only screen and (max-width:950px){
    #map-nav {
        width:150px;
    }
    #map-nav fieldset fieldset label img {
      width: 50px;
    }
    
    .modal-page, 
    .collapse-nav.is-hover .modal-page{
        width:50%;
        z-index:8;
    }
    .modal-open main.container {
      padding: 0 0 0 50%;
    }
    main.container{
        padding: 0 0 0 190px;
    }
    .modal-page.visible {
        transform: translateX(0px);
    }
}  
@media only screen and (max-width:768px){
    .relative .overlay-slider + .pad-box {
        padding-top: 4.75vw;
    }
}
@media only screen and (max-width:650px){
    #nav-exit{
        display:block;
    }
    .modal-open #map-nav {
        transform: translateX(0%);
        box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    }
    .modal-page{
        z-index:10;
        width:100%;
        height:100vh;
        top:0;
        left:0;
    } 
    #map-nav fieldset label, 
    #map-nav fieldset label span, 
    #map-nav fieldset fieldset legend, 
    .marker-info h2{
        font-size:18px;
    }
    #map-nav fieldset fieldset label.flex-wrap, 
    #map-nav fieldset fieldset label.flex-wrap span{
        font-size: 13px;
    }
    #map-nav fieldset fieldset label img{
        width: 35px;
        margin: 0 0 0 8px;
    }
    #map-nav fieldset fieldset label:first-of-type img {
        margin: 0 0 0 16px;
    }
    #map-nav {
        width: 120px;
    }
    main.container,
    .modal-open main.container{
        padding: 0 0 0 160px;
    }
    .collapse-nav main.container{
        padding:0;
    }
    #nav-toggle{
        display:block;
    }
    .collapse-nav #nav-toggle{
        transform:rotate(180deg);
    }
    .collapse-nav #map-nav{
        transform:translateX(-100%);
        box-shadow:0 0 20px rgb(0 0 0 / 0%);
    }
    #nav-open svg {
        display: block;
        width: 30px;
        transition:fill 0.35s ease;
    }
    #nav-open svg path{
        transition: 0.35s ease;
    }
    #nav-open:hover svg path{
        transition: 0.35s ease;
        color:white;
        fill:white;
    }
    #nav-open {
        display:block;
        outline: none;
        border-radius: 8px;
        border: none;
        padding: 8px 8px;
        cursor: pointer;
        box-shadow: 0 0 10px #00000094;
        transition:background-color 0.35s ease;
    }
    #nav-open:hover {
        transition:background-color 0.35s ease;
        background-color:#9da543;
    }

}
 
 .touchevents .modal-page .pad-box {
    margin-bottom: 80px;
}
/*-- mtn icon --*/
header{
    width:auto;
    left:initial;
    justify-content: initial;
}
header .mtn-icon{
    display:none;
}
#logo-icon {
    text-decoration: none;
    /* font-size: 2.25vw; */
    color: black;
    margin: 0vw 0 0 0;
    padding: 1.015vw 0 0 2.1875vw;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 2.25vw;
    position:fixed;
    top:0;
    left:0;
    z-index:8;
}
@media only screen and (max-width: 1250px){
    #logo-icon {
        color: black;
        font-size: 3.15vw;
    }
}

@media only screen and (max-width: 1024px){
    #logo-icon {
            font-size: 3.5vw;
    }
}

@media only screen and (max-width: 768px){
    #logo-icon {
        font-size: 4.65vw;
    }
}

@media only screen and (max-width: 650px){
    #logo-icon {
        font-size: 5.65vw;
    }

}


/* issues with nav menu */
.nav-blocks .text h4 {
    text-transform: uppercase;
}
.nav-blocks .text h5 {
    margin: 0;
}
.menu__header{
    box-sizing: border-box;
}




