#info-menu {
    position: relative;
}

#info-menu-btn {
    font-size: 1rem;
    border: none;
    background: #F38C1D;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    padding: 1rem;
	position:relative;
    -webkit-appearance: none;
    appearance: none;
	z-index: 50;
}

#info-menu-btn img {
    display: inline;
    width: 15px;
    height: 9px;
    margin-left: 6px;
    top: -1px;
    position: relative;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.is-showingNav #info-menu-btn img {
    transform: rotate(180deg);
}

.info-menu-list {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    top: -230px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.is-showingNav .info-menu-list {
    top: 50px;
}

.info-menu-list a,
.info-menu-list button{
	background:transparent;
    color: #312B28;
    text-decoration: underline;
    padding: 1rem;
    display: block;
    width: 100%;
    border: none;
	-webkit-appearance: none;
    appearance: none;
}

.info-menu-list li {
    background: #fff;
}

.info-menu-list li:nth-child(even) {
    background: #f4f4f4;
}

.header__logo {
    margin: 0 auto 20px;
}

.header__nav-menu, 
.navButtonWrapper {
    display: none;
}

#our-program-intro {
    padding: 20px;
}

#trustpilot {
    padding: 0;
}

.lp-video {
    margin: 1em auto;
}

.lp-video-section {
    padding: 2.6em 1em;
    background: #F4F4F4;
    margin: 2.6em 0;
}

.lp-video .play-btn {
    width: 100%;
}

.lg-callout__features {
    margin: 0 auto;
}

#weekly-schedule {
    padding: 0 0 30px;
}

.week-day {
    width: 100%;
    margin-bottom: 24px;
}

#weekly-schedule .day-schedule__wrap {
    margin: 10px auto 20px;
}

.day-schedule__list {
    padding: 20px 10px;
}

.day-schedule__list li {
    font-size: 14px;
}

.acc-title {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0;
    padding: 0.5em 1.25em;
}

.acc-title:after {
    content: "+";
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.acc-title.opened:after {
    content: "—";
    font-size: 14px;
	font-weight: bold;
    position: absolute;
	right: 11px;
    top: 50%;
    transform: translateY(-60%);	
}

.acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.schedule-note {
    margin: auto;
	max-width: 90%;
}

#lp-plan-your-stay {
    padding: 30px 20px;
    background: transparent;
}

.sm-hero-title {
    width: 100%;
}

.plan-week {
    padding: 0;
	max-width: 100%;
}

.plan-week:nth-child(even) {
    background: initial;
}

.plan-week__head {
    padding-top: 20px;
}

#testimonial-slider{
	background: #f7f7f7;
}

.success__client{
	margin: 0 auto;
}

.slick-dots {
    position: static;
	background: #f7f7f7;
	padding-bottom: 20px;
}

.slick-dots li button {
    border: 1px solid #D1D1D1;
	background: #D1D1D1;
}

.slick-dots li.slick-active button {
    border: 1px solid #F9B81D;
	background: #F9B81D;
}

#email-us-modal {
    background: hsl(0deg 0% 0% / 50%);
	display: flex;
    position: fixed;
	height: 100vh;
	opacity: 0;
	overflow: scroll;
    width: 100%;
    top: 0;
    transition: opacity 1s ease-in, visibility 1s ease-in, transform 1s ease-in;
	visibility: hidden;
	z-index: 99999999;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

#email-us-modal.show{
	opacity: 1;
	visibility: visible;
}

#email-us-modal::-webkit-scrollbar {
    display: none;
}

#email-us-modal.show #contact-form-box {
    transform: translateY(0);
}

.footer-nav-container {
    display: none;
}