
/* Hero Image Starts */
.hero-sec {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.hero-sec:before {
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(10, 43, 61, .8) 16.15%, rgba(10, 43, 61, 0) 39.75%);
}
.hero-sec > * {
  width: 100%;
  height: 100%;
  max-width: 100%;  
  object-fit: cover;
}
.portal-level-view.banner-curve .hero-sec {
    height: 100vh;
}
.portal-level-view.banner-curve .hero-sec:after {
    z-index: 2;
    content: '';
    height: 145px;
    bottom: -8px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center;
    background-image: url(https://assets.milestoneinternet.com/the-jenkins-organization/great-escapes-branson/image-noindex/property-hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1880px) {
    .portal-level-view.banner-curve .hero-sec:after {
        height: 120px;
        background-position: top;
    }
}
@media (max-width: 1350px) {
    .portal-level-view.banner-curve .hero-sec:after {
        height: 110px;
    }
}
@media (max-width: 1220px) {
    .portal-level-view.banner-curve .hero-sec:after {
        bottom: -20px;
    }
}
@media (max-width: 767.98px) {
  .hero-sec {
      height: 300px;
      background-size: cover!important;
      background-position: center center!important;
  }
  .hero-sec:before {
      background: linear-gradient(180deg, rgba(10, 43, 61, .8) 1.15%, rgba(10, 43, 61, 0) 44.75%);
  }
  body.banner-with-sub-image-template .hero-sec {
      height: 450px;
  }
  body.with-banner-temp .hero-sec {
      height: 450px;
  }
  .hero-sec > * {
      position: absolute;
      top: 0;
      left: 0;   
      transform: unset !important;
  }
}
/* Hero Image Ends */
/* H1 Headline Starts  */
.inner-intro-portal {
    position: relative;
    padding-bottom: 150px;
    margin-bottom: 70px;
    background-color: var(--primary-color);
}
.inner-intro-portal:after {
    content: '';
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-image: url(https://assets.milestoneinternet.com/great-escapes-rv-resorts/great-escapes-rv-resorts/image-noindex/innerpage-intro-bg.png);
    background-repeat: no-repeat;
}
.h1-headline-grid {
    align-items: center;
}
.h1-headline-grid .h1-headline-left {
    margin-bottom: -25px;
}
.h1-headline {
  max-width: 1312px;  
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.inner-intro-portal h1.h1-headline__title {
  color: var(--inverse-font-color);
  text-align: left;
}
.h1-headline-right {
  padding-left: 58px;
}
.h1-headline-grid.uk-grid {
  margin-top: -160px;
}
.h1-headline-media {
  top: -160px;
  position: relative;    
  margin-bottom: 25px;
  padding-right: 35px;
  text-align: right;
}
.h1-headline-media img {
  border-radius: 10px;
  border: 8px solid #fff;
}
.home-attaction-map .h1-headline-media img {
  border-radius: 10px;
}
.js-texttoggle {
  text-align: left;
}
.inner-intro-portal .h1-headline__content {
  color: var(--inverse-font-color);
}

.h1-headline__tagline {
  margin-bottom: 15px;
}

.h1-headline__title {
  font: var(--h1-title-fonts);
  margin-bottom: 30px;
  margin-top: 0;
}

.h1-headline__action {
  margin-top: 20px;
}
.h1-headline .button-readmore {
  color: var(--inverse-font-color);
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .h1-headline {
      padding: 40px 20px;
  }
}
@media (max-width: 959.98px){
  .inner-intro-portal {
     padding-bottom: 80px;
  }
  .h1-headline__title{
     font: var(--mob-h1-title-fonts);
  } 
  .h1-headline-grid .h1-headline-left {
      margin-bottom: 0;
  }
  .h1-headline-right {
      padding-left: 0;
  }
  .h1-headline-grid.uk-grid {
      margin-left: 0;
  }
  .h1-headline-grid.uk-grid > * {
      padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .inner-intro-portal {
      margin-bottom: 0;
  }
  .inner-intro-portal h1.h1-headline__title {
      font-size: 40px;
      line-height: 40px;
  }
  .h1-headline-right {
      margin-top: 20px !important;
  }
  .h1-headline__title {
      margin-bottom: 20px;
      
  }
  .h1-headline__action {
      margin-top: 10px;
  }
  body.banner-with-sub-image-template .h1-headline-media img {
      width: 140px;
      height: auto;
      border: 4px solid #fff;
  }
  body.banner-with-sub-image-template .h1-headline-media {
      top: -100px;
      position: relative;
      margin-bottom: 100px;
      padding-right: 35px;
      text-align: right;
  }
}

/* H1 Headline Ends  */
.block-actions.p-2.position-absolute.mt-2.ml-2.border.ng-star-inserted {
    position: absolute;
    top: 20%;
}

/* Home FAQs Starts  */

.home-faq {
    padding: 90px 0 240px 0;
    background-color: #F4F1EC; 
}
body.jellystoneproperty.home-page .home-faq {
    padding: 70px 0 70px 0;
    background-color: transparent; 
}
body.jellystone-innerpage .home-faq {
    padding: 70px 0 70px 0;
    background-color: #DCECF5; 
}
.home-faq-title {
    text-align: center;
    margin-bottom: 100px;
}
.home-faq-title h2 {
    font-size: 80px;
    line-height: 80px;
}
.jellystoneproperty .home-faq-title h2 {
    font-size: 48px;
    line-height: 50px;
}
ul.home-faq-grid li {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 15px;
    padding-left: 0;
    margin: 0 !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid var(--border-color);
    border-top: none !important;
}
ul.home-faq-grid.uk-accordion li:nth-child(even) {
    margin-left: 0 !important;
}
ul.home-faq-grid.uk-accordion li:nth-child(odd) {
    margin-right: 0 !important;
}
ul.home-faq-grid li a.uk-accordion-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
ul.home-faq-grid.uk-accordion {
    display: block;
    padding-left: 20px;
    justify-content: space-between;
}
ul.home-faq-grid li a:before {
    top: 0;
    right: 10px;
    transform: rotate(0deg);
}

ul.home-faq-grid .uk-open>.uk-accordion-title::before {
    transform: translateY(50%) rotate(180deg);
}
@media (min-width: 1024px) {
    .home-page .home-faq .uk-container {
        max-width: 960px;
    }
    .home-faq .uk-container {
        max-width: 960px;
    }
}
@media (max-width: 767px) {
  

  .home-faq {
      padding: 70px 0 150px 0;
  }
  .home-faq-title {
      text-align: center;
      margin-bottom: 50px;
  }
  .home-faq-title h2 {
      font-size: 60px;
      line-height: 60px;
  }
  ul.home-faq-grid li {
      width: 100%;
  }
  ul.home-faq-grid.uk-accordion li:nth-child(even) {
      margin-left: 0 !important;
  }
  ul.home-faq-grid.uk-accordion li:nth-child(odd) {
      margin-right: 0 !important;
  }
  ul.home-faq-grid li a.uk-accordion-title {
      font-size: 16px;
      font-weight: 500;
      padding-right: 30px;
      line-height: 25px;
  }
  body.jellystoneproperty.home-page .home-faq {
      padding: 0 0 70px 0;
      background-color: transparent;
  }
  .jellystoneproperty .home-faq-title h2 {
      font-size: 30px;
      line-height: 30px;
  }
}  
  ul.home-faq-grid.uk-accordion li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.home-faq-grid.uk-accordion li ul {
    padding-left: 20px;
      list-style-type: disc;
}
/* Home FAQs Ends  */
.home-banner:before {
  z-index: 1 !important;
}
.portal-level-view .inner-intro-two-column .h1-headline-grid.uk-grid {
  margin: 0;
}
.preview-none.section-col-full {
  padding-top: 70px;
  padding-bottom: 70px;
}
.inner-intro-two-column {
  background: linear-gradient(180deg, rgba(245, 242, 236, 0) 0%, rgba(245, 242, 236, 0.6) 100%);
}
.headline__date.headline__subtitle { letter-spacing: 3px;}
.property-only-content .image-block{
  margin-bottom: 25px;
}
@media (max-width:959.9px) {
  .inner-intro-two-column { padding:80px 0;}
  .inner-padding.three-block { padding:80px 0!important}
  .inner-padding.three-block .snippet-content .headline__subtitle { margin-top:0px;}
}

@media (max-width:767.9px) {
  .inner-intro-two-column { padding:50px 0;}
  .inner-padding.three-block { padding:50px 0!important}
  .inner-padding.three-block .snippet-content .headline__subtitle { margin-top:0px;}
}


.home-banner .home-banner-content .banner-title h2, .home-banner .home-banner-content .banner-title h1  {
  color: #fff;
  font: var(--h2-title-fonts);
  text-transform: var(--h2-title-fonts-text-transform);
}

/* Gallery Page Starts  */
.page-headline--gallery {
  padding-top: 112px;
  padding-bottom: 50px;
}
.gallery-filter {
  z-index: 2;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.gallery-filter:after {
    content: "\e908";
    width: 10px;
    height: 10px;
    font-size: 16px;
    display: inline-flex;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .4s ease;
    position: absolute;
    right: 20px;
    bottom: 22.5px;
    font-weight: normal;
    font-family: var(--icon-fonts) !important;
    line-height: 1;
}
.gallery-filter > select:not([multiple]):not([size]) {
  min-height: 50px;
  font-size: 17px;
  color: var(--text-color);
  padding-left: 15px;
  padding-right: 40px;  
  background-image: none;
  background-size: 14px;
  border: 1.2px solid rgba(120,114,109,.5);
  border-radius: 4px;
  font-family: var(--text-fonts);
  cursor: pointer;
}
.gallery-container {
  max-width: 1600px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-headline--gallery .page-headline__title {
  margin-bottom: 25px !important;
}
.gallery-grid {
    margin-left: -30px !important;
}
.gallery-media {
    padding-left: 30px;
}
.gallery-media.uk-grid-margin {
    margin-top: 30px;
}
.gallery-media > a {
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;  
}

.gallery-media > a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
  transition: all .4s ease;
}

.gallery-media > a:after {
  z-index: 2;
  content: "\e939";
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: var(--inverse-font-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);  
  display: flex;  
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;  
  text-align: center;  
  align-items: center;
  justify-content: center;
  transition: all .4s ease;  
  font-family: var(--icon-fonts);  
}
.gallery-media > a:before {
  
  
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: all .4s ease;
  background-color: rgba(10, 43, 61, 0.5);
}

.gallery-media > a:focus:before, .gallery-media > a:hover:before {
  opacity: 1;
  transition: all .4s ease;
}

.gallery-media > a:focus:after, .gallery-media > a:hover:after  {
  opacity: 1;
  transition: all .4s ease;
}

.gallery-media > a:hover > img, .gallery-media > a:focus > img {
  transform: scale(1.1);
}
.gallery-container.uk-container.uk-container-expand {
    position: relative;
    padding-bottom: 112px;
}
.page-headline--gallery {
    position: relative;
}
.page-headline--gallery:after {
    display: none;
}
@media (max-width: 1400px) {
  .page-headline--gallery:after {
     top: 100px;
  }
}

@media (max-width: 1024px) {
  
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .page-headline--gallery:after {
      z-index: 0;
      width: 438px;
      height: 178px;
      top: 134px;
  }
  
}
@media (max-width: 767.98px) {
  .gallery-container.uk-container.uk-container-expand {
      padding-bottom: 50px;
  }
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .gallery-filter > select:not([multiple]):not([size]) {
      font-size: 16px;
  }
  .gallery-container {
      padding: 10px;
  }
  .gallery-container .uk-grid {
      margin-left: -10px !important;
  }
  .gallery-container .uk-grid>* {
      padding-left: 10px;
  }
  .gallery-container .uk-grid-small>.uk-grid-margin {
      margin-top: 10px;
  }
  .page-headline--gallery .page-headline__title {
      font-size: 44px;
      line-height: 50px;
  }
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 10px;
  }
  .page-headline--gallery:after {
      width: 338px;
      height: 158px;
      top: 60px;
  } 
}

/* Gallery Page Ends  */