html {
    overflow-x: hidden !important;
}
@media (max-width: 576px) {
    h2, .h2 {
        font-size: 1.2rem;
    }
}
#field84690064_3 {
    display: none !important;
}
label[for="field84690064_3"] {
    display:none !important;
}
/*PRODUCT PAGE */
.page-header {
    height: 65vh !important;
    width: 100vw !important;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-top: -10px;
}

h1 .text-uppercase{
  color:#fff !important;
}

.page-header .header-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
  color:#fff !important;
}
#jump-bar {
  position: relative;
  z-index: 2000;
  top: 0;
  color: #424242;
  background-color:#fff;
  padding:0.5rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top:10px;

}
#jump-bar.stuck{
  position: fixed;
  top: 39px;
  left: 0;
}
#jump-bar a {
  padding:.5rem 1rem;
  color:#424242;
  font-size:12px;
  text-transform:uppercase;
}
#jump-bar a:first-child {
  padding-left:0.5rem;
}
#jump-bar a:hover {
  text-decoration:none;
}
.product-main .left-inner, .product-main .right-inner {
  width: calc(100% + 60px);
  position: relative;
  z-index: 1;
}
.product-main .right-inner {
  left:-60px;
}
.product-venue .left-inner, .product-venue .right-inner {
  width: calc(100% + 60px);
  position: relative;
  z-index: 1;
}
.product-venue .right-inner {
  left:-60px;
}
.product-rooms .row {
  margin-left:15px;
  margin-right:15px;
}
.product-content {
  white-space:pre-line;
}
.product-content p {
  font-size:1rem;
  font-weight:400;
}
.product-header {
  position: relative;
  top: -135px;
  margin-bottom: -135px;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position:center;
}
.product-header svg {
  position: absolute;
  bottom: 5%;
  left: calc(50% - 35px);
  width: 70px;
  filter: invert(1);
}
.product-header:before {
  content:'';
  display:block;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
}
.product-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 40%;
  max-width: 500px;
  min-width: 300px;
}
.product-title p {
  font-size:1.2rem;
}
.full-bleed {
    object-fit: cover !important;
    width: 100%;
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  	object-position: center;
}
.highlights-card .card-body {
    position: relative;
    top: -30px;
    z-index: 1;
    background-color: white;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
.highlights-card .card {
    background-color: transparent !important;
}
.highlights-card .card-text {
    padding: 10px;
}
.product-image {
    height: 300px;
    background-size: cover;
    position: relative;
    object-fit: cover;
}
.book-room {
  position:absolute;
  bottom:1.5rem;
  right:1.5rem;
  white-space:normal;
}
.view-product-gallery {
  position:absolute;
  bottom:30px;
  right:30px;
}
.product-gallery {
  position:relative;
}
.product-gallery:after {
  content: '';
  background: #f7f7f9;
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  z-index: 1;
  height: 23px;
}
.product-gallery .gallery-inner {
  column-count:3;
}
.product-gallery .gallery-img {
  width:100%;
  padding:7px 0;
}
.gallery-item-new {
    float: left;
}
.gallery-img-new {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center;
}
.product-faq {
  width:90%;
  margin:auto;
  max-width:800px;
}
.product-faq .collapse {
  padding-bottom:30px;
}
.product-faq .faq-container {
    padding: 10px;
    background-color: white;
}
.product-faq i {
  transform:rotate(180deg);
  transition:0.5s transform;
}
.product-faq .collapsed i {
  transform:none;
}
.product-faq a:hover {
  text-decoration:none;
  color: #25416e;
}
.fsSectionHeader {
    display: none;
}
#fsSubmitButton3655690 {
    background-color: #25416E !important;
    border: solid 1px #25416E;
    color: white;
    font-size: 13px;
    padding: 14px 28px;
    letter-spacing: 2px;
}
.fsRowBody input[type=checkbox], .fsRowBody input[type=radio] {
    top: 3px !important;
    height: auto !important;
}
@media screen and (min-width: 1200px) {
  img.product-image {
    height:250px;
    object-fit:cover;
  }
  #schedule .product-image {
    min-height:270px;
  }
}


@media (max-width:576px) {
  .custom-product .pt-5 {
    padding-top:0 !important;
  }
  h1, .h1 {
    font-size:1.5rem;
  }
  .product-header p {
    font-size:0.8rem;
    line-height:1.2;
  }
  .product-main .left-inner, .product-main .right-inner, .product-venue .left-inner, .product-venue .right-inner {
    width:100%;
    left:0;
    padding: 20px !important;
  }
  .product-magic, .product-teachers {
    flex-direction:column-reverse
  }
    .room-info {
    max-width:calc(100% - 25px);
    margin:auto;
    order:2;
  }
  .view-product-gallery {
    width: fit-content;
    right:16px;
    bottom:15px;
  }
  .product-gallery .gallery-inner {
    column-count:1;
  }
  .product-gallery img {
    max-width: 100% !important;
    width: 100%;
    max-height: 250px !important;
    padding-right: 0 !important;
  }
    .product-rooms .row {
    margin-left:-15px;
    margin-right:-15px;
  }
  .product-rooms .product-content {
    padding-bottom:50px;
  }
  .book-room {
    bottom:15px;
    right:15px;
  }
  #jump-bar.stuck {
    text-align:center;
    top: 39px !important;
    font-size:0.7rem;
    display:block;
  }
  #jump-bar a {
    padding:.5rem;
  }
  .page-header.shop-header {
    height: 100px !important;
}
}

.page-header.shop-header.cart-header {
    height: 200px !important;
}

.extra-list {
    border: solid 5px #f7f7f9;
}

#block-aqb {
    padding-bottom: 0;
}

.date-bar a {
    padding: .5rem 1rem;
    color: #424242;
    font-size: 12px;
    text-transform: uppercase;
}

.date-bar a:nth-of-type(1) {
	padding-left:0;
}

#instafeed .insta-img {
    margin: 15px 0;
    width: 100%;
    padding-top: 100%;
    background-size:cover;
    position:relative;
  }
  #instafeed .insta-hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.8);
    opacity:0;
    transition:0.5s opacity;
  }
  #instafeed .insta-img:hover .insta-hover {
    opacity:1
  }
  #instafeed i {
    padding-right:10px;
  }
  @media (max-width:576px) {
    #instafeed .col-6:last-child {
      display:none;
    }
  }

@media screen and (max-width: 800px) {
#jump-bar {
    display: none !important;
}
#included .col-12 {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
.product-cta-bar p {
    text-align: center !important;
}
.productbooknow {
    margin-top: 10px;
}
  .faq-answer {
    font-size: 14px;
}
}


.faq-item {
    border-bottom: solid 1px #fff;
    background-color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.faq-question {
    position: relative;
}
.faq-question:hover {
    text-decoration: none;
}
.faq-question:before {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #29478e;
    pointer-events: none;
    content: "+";
    transition: transform 0.5s ease;
}
.faq-question:not(.collapsed):before {
    transform: rotate(45deg);
}
.dateCard .btn-primary {
    margin-top: 0 !important;
}
.dates-swiper .swiper-controls {
    margin-bottom: -2.5rem;
    margin-top: 0;
    z-index: 100;
    position: relative;
}
.text-grey {
    color: #939393;
}
.label-small-uppercase, .label-small {
    font-size: 0.8rem;
    line-height: 1.33;
    text-transform: uppercase;
}