.promo.moonshot-promo {
  right: unset;
  left: -20px;
}

.promo.moonshot-promo.sm {
  right: unset;
  left: -60px;
}

.ms-pbc .price-box ul li:first-child {
  margin: 0;
}

.ms-pbc-mt {
  margin: 30px 0 0;
}

.ms-pbc .price-box.centered h3 {
  margin-top: auto;
}

.moonshot .order-first,
.page-intro.coming-soon,
.section-content.coming-soon {
  position: relative;
  overflow: hidden;
}

/*.moonshot .order-first:after,*/
/*.page-intro.coming-soon:after,*/
/*.section-content.coming-soon:after {*/
/*  content: 'Coming Soon!';*/
/*  position: absolute;*/
/*  color: #ffd500;*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  height: 100px;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  font-size: 50px;*/
/*  line-height: 1;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.moonshot .order-first:after {
  bottom: 20px;
  left: 33px;
  right: 0px;
  width: 92.5%;
}

.section-content.coming-soon:after {
    width: 1050px;
    bottom: 180px;
}

 .page-intro.coming-soon:after {
    width: 1050px;
    bottom: 215px;
}

.section-content.coming-soon:after {
  right: -15%;
  transform: rotate(-45deg);
}

.page-intro.coming-soon:after {
  left: -15%;
  transform: rotate(45deg);
}

.moonshot-img img:first-of-type {
  display: block;
  margin: 0 0 30px;
}

.section-content .moonshot {
  overflow: hidden;
}

.section-content .moonshot,
.section-content .moonshot .altitude {
  position: relative;
  display: flex;
  flex-direction: column;
}

.section-content .moonshot:before,
.section-content .moonshot:after {
  position: absolute;
  color: #ffd500;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 0 30px;
}

.section-content .moonshot:before {
  content: '3x the height of the CN tower in difference!*';
  top: 8px;
  left: 8px;
}

.section-content .moonshot:after {
  content: '*Difference between 9,250 ft. and 15,250 ft.';
  bottom: 8px;
  right: 8px;
}

.section-content .moonshot img:not(.altitude img) {
  position: absolute;
  left: 30px;
  height: 550px;
  width: auto;
  z-index: 99;
}

.section-content .moonshot img.cn-1 {
  bottom: 610px;
}

.section-content .moonshot img.cn-2 {
  bottom: 1170px;
}

.section-content .moonshot img.cn-3 {
  bottom: 1730px;
}

.section-content .moonshot img.cn-small {
  height: 370px !important;
  bottom: 0;
}

.section-content .moonshot .altitude img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content .moonshot .altitude h3 {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 90%;
  font-size: 40px;
  font-weight: 600;
  color: #ffd500;
  text-align: right;
}

.section-content .moonshot .altitude h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #FFD500;
}

.icon-arrow {
  background-image: url(../i/moonshot/icon-arrow.svg);
  width: 50px;
  height: 50px;
}

.section-content .moonshot .cn-indicator {
  position: absolute;
  bottom: 100px;
  left: 100px;
  font-size: 40px;
  font-weight: 600;
  color: #ffd500;
  z-index: 99;
}

.section-content .moonshot .cn-indicator i {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.ms-margin-fix .centered-content.centered-content-h {
  margin: 0;
}

.moonshot-content ul {
  margin: 0 0 30px 30px;
  list-style: disc;
}

.moonshot-content ul li {
  margin: 0 0 15px;
}

.moonshot-content ul li:last-of-type {
  margin: 0;
}

.price-box-container .col-lg-6 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.price-box-container {
    justify-content: center;
}

.pg-discounts .price-box.no-list-resize ul {
    display: flex;
    margin-top: auto;
    width: 100%;
    justify-content: space-between;
}

.pg-discounts .price-box:not(.pg-discounts .price-box.no-list-resize) h3 {
  margin-top: auto;
}

.pg-discounts .price-box h3 {
    font-size: 40px;
}

.pg-discounts .price-box h3 em {
    font-size: 35%;
}

@media (max-width: 1600px) {
  .section-content.coming-soon:after, .page-intro.coming-soon:after {
    width: 775px;
    bottom: 140px;
  }

  .pg-discounts .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pg-discounts .col-sm-3:nth-child(1),
  .pg-discounts .col-sm-3:nth-child(2) {
    margin-bottom: 30px;
  }

  .pg-discounts .price-box.no-list-resize ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 1367px) {

  .section-content.coming-soon:after,
  .page-intro.coming-soon:after,
  .moonshot .order-first:after {
    font-size: 40px;
  }

  .moonshot .order-first:after {
    width: 92%;
    bottom: 32px;
    left: 32px;
  }

  div#ccm-layout-column-157,
  div#ccm-layout-column-158 {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .promo h2 strong {
    font-size: 20px;
  }

  .section-content.coming-soon:after,
  .page-intro.coming-soon:after,
  .moonshot .order-first:after {
    height: 75px;
    font-size: 30px;
  }

  .moonshot .order-first:after {
    width: 91%;
    left: 28px;
    bottom: 14px;
  }

  .section-content.coming-soon:after, .page-intro.coming-soon:after {
    width: 545px;
    bottom: 90px;
  }

  .section-content .moonshot:before, .moonshot:after {
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }

  .section-content .moonshot img.cn-small {
    height: 270px !important;
  }

  .pg-discounts .price-box {
    display: flex;
  }

  .pg-discounts .price-box ul li {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .ms-pbc .price-box {
    margin: 0 0 30px;
  }

  .ms-pbc .col-lg-4:last-of-type .price-box,
  .ms-pbc .col-lg-6:last-of-type .price-box {
    margin: 0;
  }

  .ms-pbc .col-lg-6 {
    padding: 0 !important;
  }

  .moonshot .order-first:after {
    width: 93%;
    left: 35px;
    bottom: 55px;
  }

  .pg-moonshot-tandem .col-sm-4,
  .pg-moonshot-tandem .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-content.coming-soon:after, .page-intro.coming-soon:after {
    width: 450px;
    bottom: 75px;
  }

  .section-content .moonshot-img img {
    display: block;
    margin: 0 0 30px;
  }

  .section-content .moonshot:before, .section-content .moonshot:after {
    height: 30px;
    font-size: 11px;
    padding: 0 15px;
  }

  .section-content .moonshot img.cn-small {
    height: 170px !important;
  }

  .section-content .moonshot .altitude h3,
  .section-content .moonshot .cn-indicator {
    font-size: 25px;
  }

  .price-box-container .col-lg-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .pg-discounts .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pg-discounts .col-sm-3:nth-child(1),
  .pg-discounts .col-sm-3:nth-child(2),
  .pg-discounts .col-sm-3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .promo.moonshot-promo,
  .promo.moonshot-promo.sm {
    left: 10px;
    right: 10px;
    bottom: 80px;
  }

  .section-content.coming-soon:after,
  .page-intro.coming-soon:after,
  .moonshot .order-first:after {
    height: 45px;
    font-size: 20px;
  }

  .moonshot .order-first:after {
    left: 28px;
    width: 91%;
    bottom: 50px;
  }

  .section-content.coming-soon:after, .page-intro.coming-soon:after {
    width: 100%;
    bottom: 0;
    transform: unset;
    left: 0;
  }

  .page-intro.coming-soon {
    padding: 210px 0 60px;
  }

  .instagram-feed.pg-moonshot h2 {
    padding: 20px;
  }

  .section-content .moonshot:before {
    top: 55px;
  }

  .section-content .moonshot .cn-indicator {
    bottom: 70px;
    left: 70px;
  }

  .section-content .moonshot img.cn-small {
    height: 150px !important;
  }

  .copyright {
    padding-bottom: 200px;
  }
}

@media (max-width: 500px) {
  .section-content .moonshot:before, .section-content .moonshot:after {
    left: 0 !important;
    right: 0 !important;
  }

  .section-content .moonshot .altitude h3,
  .section-content .moonshot .cn-indicator {
    font-size: 20px;
  }

  .section-content .moonshot .cn-indicator i {
    bottom: -30px;
  }

  .icon-arrow {
    width: 35px;
    height: 35px;
  }

  .section-content .moonshot .cn-indicator {
    bottom: 60px;
    left: 60px;
  }

  .section-content .moonshot img.cn-small {
    height: 100px !important;
  }

  .moonshot .order-first:after {
    left: 25px;
    width: 90%;
    bottom: 45px;
  }

  .pg-discounts .price-box.no-list-resize ul {
    justify-content: unset;
    flex-direction: column;
  }

  .pg-discounts .price-box ul li {
    margin: 0 0 10px;
  }

  .pg-discounts .price-box ul li:last-child {
    margin: 0;
  }

}
