/* confirmation page sanitizing */
.confirmation-container {
  max-width: unset !important;
}
.confirmation-message,
.confirmation-screen {
  margin: 0 !important;
  padding-top: 0 !important;
}
.confirmation-container div[class="ng-scope"] #billing,
.confirmation-container div[class="ng-scope"] #tickets, 
.confirmation-container div[class="ng-scope"] #registrants {
  max-width: 1180px;
  margin: 0 auto !important;
  background-color: white;
  padding: 40px;
}
.confirmation-container div[class="ng-scope"] #tickets {
  border-radius: 24px 24px 0  0;
  padding-top: 50px !important;
}
.confirmation-container div[class="ng-scope"] #billing {
  text-align: center;
  border-radius:0 0 24px 24px;
  padding-bottom: 50px !important;
}
.confirmation-container div[class="ng-scope"] #tickets .ticket {
  border: none !important;
}
/* confirmation page sanitizing end */
#water-latern-nav {
  font-family: "Inter", serif;
}
#water-latern-nav a {
  font-family: "Inter", serif;
  text-decoration: none;
  color: inherit;
}
#water-latern-nav a:hover {
  color: #c56654 !important;
}

.water-latern-head {
  position: relative;
  font-family: "Inter", serif;
}
.water-latern-nav {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: white;
  align-items: center;
  height: 88px;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  left: 0;
  right: 0;
  border: 1px solid #e0dad3;
  border-radius: 0 0 24px 24px;
  color: #26384e;
  box-shadow: 0 2px 4px #00000014;
}
.watern-latern-nav__logo img {
  width: 100%;
}
.watern-latern-nav__menu {
  display: flex;
  list-style: none;
  align-items: center;
}
.watern-latern-nav__menu li {
  padding: 12px 16px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  position: relative;
  text-wrap-mode: nowrap;
}
.water-latern-caret-icon {
  position: relative;
  margin-left: 6px;
  margin-right: 24px;
}
.water-latern-caret-icon::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #26384e;
  width: 8px;
  display: block;
  transform: rotate(45deg);
}
.water-latern-caret-icon::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #26384e;
  width: 8px;
  display: block;
  transform: rotate(135deg);
  margin-left: 5px;
}
.watern-latern-nav__menu li p {
  display: flex;
  align-items: center;
  margin: 0;
}
.watern-latern-nav__menu li a {
  text-decoration: none !important;
  color: inherit !important;
}
.watern-latern-nav__menu li a button {
  background-color: #d49450;
  border: none;
  color: white;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}
.watern-latern-nav__menu li a button:hover {
  opacity: 0.8;
  margin-top: 5px;
}
.watern-latern-nav__menu li p:hover,
.watern-latern-nav__menu li a:hover {
  color: #c56654;
}
.watern-latern-nav__menu li p:hover > .water-latern-caret-icon::before,
.watern-latern-nav__menu li p:hover > .water-latern-caret-icon::after {
  border-bottom: 2px solid #c56654;
}
.menu-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  top: 60px;
  left: -40px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #a4afb5;
}
.menu-dropdown ul {
  padding-left: 0;
}
.open-menu {
  display: block;
}
.mobile-menu {
  display: none;
  padding: 8px;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  gap: 2px;
}
.menu-icon {
  /* border-bottom: 3px solid #26384e; */
  width: 15px;
  height: 3px;
  background-color: #26384e;
  border-radius: 5px;
}

/*--- nav end -----*/
/* Elements  */
.form-header {
  min-height: 0 !important;
}
.banner__background {
  border-radius: 0 0 88px 88px;
}
.water-latern-hero-title {
  margin-top: 170px;
}
.water-latern-hero-title > h1 {
  font-size: 64px !important;
  color: white !important;
}
.water-latern-hero-title > p {
  font-size: 24px;
  color: white;
}
/* confirmation page */
.hero {
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #b98874;
  background-image: url("https://s3.amazonaws.com/uploads.webconnex.com/168%2F1741831340028-water-lantern-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 88px 88px;
  margin-bottom: 100px;
  margin-top: -10px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top:200px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero .hero-content h1 {
  font-size: 74px !important;
  margin-bottom: 1rem;
  color: white;
  font-family: "Rufina", serif;
}

.hero p {
  font-size: 24px;
  margin-bottom: 48px;
  color: white;
  font-family: "Inter", serif;
}
.registrants-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}
/* next steps */
.next-steps {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
  max-width: 1200px;
}
.next-steps h2 {
  font-size: 48px;
  font-family: "Rufina", serif;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 0;
  background: url("https://s3.amazonaws.com/uploads.webconnex.com/168%2F1741836744965-underline.png") no-repeat bottom center;
  background-size: 100% 10px;
  padding-bottom: 10px;
}
.next-steps-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 100px;
}
.next-steps-steps-icon {
  display: flex;
  justify-content: start;
}
.next-steps-steps-icon > img {
  margin: 0 !important;
  margin-bottom: 16px !important;
}
.next-steps-steps-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  border-radius: 8px;
  gap: 16px;
  max-width: 377px;
  width: 100%;
  height: 330px;
}
.next-steps-steps-item > .next-steps-steps-item-content > h3, 
.next-steps-steps-item > .next-steps-steps-item-content > p {
  font-size: 16px;
  font-family: "Inter", serif;
}
.next-steps-steps-item > .next-steps-steps-item-content > p {
  font-weight: 400;
}
.next-steps-steps-item > a {
  font-size: 16px;
  font-family: "Inter", serif;
  font-weight: 400;
  color: white !important;
  border: 1px solid white;
  background-color: transparent;
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  text-decoration: none !important;
  width: fit-content;
}
.next-steps-steps-item > a:hover {
  background-color: white;
  color: #26384e !important;
  margin-top: 5px;
}

.next-steps-steps-item:nth-child(1) {
  background-color: #B4C0B5;
}
.next-steps-steps-item:nth-child(2) {
  background-color: #D89082;
}
.next-steps-steps-item:nth-child(3) {
  background-color: #CFC5BA;
}
/* end confirmation page */
.holds-tickets {
  display: flex;
  font-family: "Inter", serif !important;
  flex-direction: column;
  background-color: #708889;
  border: none;
  padding: 40px 40px 24px 40px;
  border-radius: 24px !important;
}
.holds-tickets > thead {
  display: none;
}
.holds-tickets > tbody {
  display: flex;
  flex-direction: column;
  border: none !important;
  gap: 24px;
}
.holds-tickets > tfoot {
  display: flex;
  justify-content: flex-end;
  color: white;
}
.ticket-type {
  background-color: white;
  display: flex;
  border-radius: 8px !important;
}
.ticket-type > td > div > h4 {
  font-family: "Inter", serif;
  font-weight: 500;
}
.ticket-type > td {
  flex: 1;
}
.ticket-level-divider {
  display: none;
}
.price-info-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ticket-fields > td > h5 {
  color: white;
  font-family: "Inter", serif !important;
}
#ticketBlock .field-area > .description,
#ticketBlock .field-area > label,
#ticketBlock .ticket-field-item > div > label,
#ticketBlock .ticket-field-item > .sub-field > label,
#ticketBlock .field-area > label > p > a {
  color: white !important;
}
.ticket-block tr.ticket-type td.description {
  width: 65%;
  flex: none;
}
.cost-fee-info-wrapper {
  width: unset !important;
}
.water-lantern-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.water-lantern-section-wrapper > p,
.water-lantern-tickets-wrapper > p {
  text-align: center;
  width: 100%;
}
.water-lantern-section-title {
  font-size: 48px !important;
}
.water-lantern-section-title > span {
  background: url("https://s3.amazonaws.com/uploads.webconnex.com/168%2F1739899378854-decoration-02.png");
  padding: 20px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
}
.water-lantern-tickets-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 82px;
}
.water-lantern-tickets-title {
  background: url("https://s3.amazonaws.com/uploads.webconnex.com/168%2F1739899484258-decoration-01.png");
  padding: 10px 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-flex;
  font-size: 48px !important;
}
.upgrades {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: auto;
  gap: 32px;
}
.upgrade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #c8bdb1;
  /* max-width: 300px; */
  border-radius: 16px;
  overflow: hidden;
  margin: 0 !important;
}
.upgrade >  .line-break {
  display: none;
}
.product-thumbnail {
  width: 100%;
  height: 300px;
  object-fit: cover !important;
  border-radius: 0 0 16px 16px;
  max-height: none !important;
  max-width: none !important;
}
/* .line-break {
  display: none;
} */
.field-lineBreak  {
  padding-top: 32px !important;
}
.variant-info {
  width: 100%;
  margin-top: 0 !important;
}
.variant-info:last-child {
  width: 100%;
  padding: 0 8px;
}
.variant-info:last-child > .btn-primary {
  width: 100%;
}
.product-details {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
}
.variant-name {
  text-align: center;
}
.variant-info > div > .btn-primary {
  width: 100% !important;
  background: #baac9d !important;
  border-radius: 12px;
}
.field-registrant-2 {
  border-radius: 20px 20px 0 0;
  margin-top: 80px;
  padding-top: 24px !important;
}
.field-registrant-2 > .form-width {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.support-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.support-text > span > img {
  width: 100px;
}

.field-registrant-4 {
  border-radius: 0 0 20px 20px;
  margin-bottom: 80px;
  padding-bottom: 24px !important;
}
.holds-amounts {
  display: flex;
  flex-direction: column;
}
.holds-amounts > label {
  font-weight: 700;
}
.water-lantern-billing-wrapper {
  display: flex;
  justify-content: center;
}

.water-lantern-billing-title {
  font-size: 48px !important;
  background: url(https://s3.amazonaws.com/uploads.webconnex.com/168%2F1739910721857-decoration-03.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
  padding: 15px 0;
}
#billing-section .water-lantern-billing-wrapper {
  display: none;
}
.ambassador {
  margin: 0 !important;
}
div[ng-switch-when="##billing"] > .ng-scope {
  display: flex;
  flex-direction: column-reverse
}
.ambassador > .ng-scope {
  max-width: 1178px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: white !important;
}

.field-registrant-2,
.field-registrant-3,
.field-registrant-4,
.field-registrant-6,
.field-registrant-7,
.field-registrant-9,
.field-registrant-10,
.field-registrant-11,
.field-registrant-15 {
  background-color: white !important;
}
#billing-section > div.field-registrant-9 {
  border-radius: 0;
}
.field-registrant-9,
.field-registrant-6 {
  padding-top: 42px !important;
  border-radius: 24px 24px 0 0;
}
.field-registrant-7 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-radius: 0 0 24px 24px;
}
.field-registrant-8 {
  padding-top: 80px !important;
  padding-bottom: 60px !important;
}
.field-registrant-6 > div {
  display: flex;
  flex-direction: column;
}
.field-registrant-6 > div > p {
  display: flex;
  justify-content: flex-end;
}
.field-registrant-6 > div > p > img {
  margin: 0 !important;
  width: 75%;
}
.must-show {
  color: inherit !important;
}
.field-textHeading {
  display: none;
}
#billing-section > .registrant-field {
  background: white;
}
.holds-coupon-code {
  flex-direction: column;
}
.holds-coupon-code > .multi-field {
  max-width: none !important;
}
.holds-coupon-code > .multi-field > input {
  max-width: none !important;
}
.holds-coupon-code > .multi-field > button {
  background-color: #516071 !important;
  color: white;
  font-weight: 700;
  border-radius: 8px;
}
.field-registrant-12,
.field-registrant-13,
.field-registrant-14 {
  display: none;
}
.submit-row {
  background-color: white !important;
  border-radius: 0 0 24px 24px;
}
.submit-row > button {
  width: 100%;
  background-color: #da9f5f !important;
  border-radius: 8px;
}
#billing-section > .registrant-field > div {
  flex-direction: column;
}
.holds-address > div {
  flex-direction: column;
}
.offset {
  padding-left: 0 !important;
}
label {
  font-family: "Inter", serif !important;
  font-weight: 500 !important;
}
p {
  font-family: "Inter", serif !important;
}
#billing-section > .holds-subtotal > .label-like,
#billing-section > .holds-subtotal > .field-area {
  font-family: "Inter", serif;
  font-size: 25px;
  font-weight: 600;
}
#billing-section > .lineItem > .field-area,
#billing-section > .holds-subtotal > .field-area {
  width: 100%;
  text-align: right;
}
#billing-section > .lineItem,
#billing-section > .holds-subtotal {
  justify-content: space-between;
}
#billing-section > .registrant-field::after {
  content: unset;
}
.banner__background[style="background-color:#26384E"] {
  border-radius: 0;
}
/* footer */
#confirmation-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: unset;
  margin: 0;
}
#confirmation-footer > .footer-lantern-footer-wrapper {
  max-width: 1200px;
  width: 100%;
}
.footer-lantern-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #26384E;
}
.footer-latern-footer-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  flex-wrap: wrap;
}
.footer-latern-footer-navigation div h3 {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: "Inter", serif !important;
  color: white !important;
  margin-bottom: 16px;
}
.footer-latern-footer-navigation div ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-latern-footer-navigation div ul li a {
  color: white !important;
  font-family: "Inter", serif !important;
  opacity: 60%;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.footer-latern-footer-navigation div ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-latern-footer-navigation div a button {
  background-color: transparent;
  font-family: "Inter", serif !important;
  border: 1px solid white;
  padding: 14px 16px;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
}
.footer-latern-footer-navigation div a:hover > button {
  background-color: white;
  color: #26384e;
  margin-top: 3px;
}
.footer-latern-footer-navigation > figure {
  margin-top: 0;
}
.footer-latern-footer-navigation > figure > a:hover {
  opacity: 0.8;
}
.footer-latern-footer-navigation > figure > a > img {
  width: 200px;
}
.footer-lantern-footer-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  opacity: 0.6;
  margin-top: 42px;
}
.footer-lantern-footer-social-media p {
  color: white !important;
}
.footer-lantern-footer-social-media ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 32px;
  padding-left: 0;
  margin-left: 0;
}
.footer-lantern-footer-social-media ul li a {
  opacity: 1;
}
.footer-lantern-footer-social-media ul li a:hover {
  opacity: 0.8;
}
.footer-lantern-footer-social-media div {
  width: 100%;
  border-bottom: 1px solid white;
}
.footer-lantern-footer-logo > .holds-wc-logos {
  padding: 0 !important;
  filter: hue-rotate(60deg) brightness(1000%);
  -webkit-filter: brightness(1000);
  opacity: 0.6;
}

/* --- footer end -- */
@media screen and (max-width: 992px) {
  /* confirmation page */
  .hero {
    padding-top: 150px;
    padding-bottom: 100px;
    border-radius: 0 0 48px 48px;
  }
  .hero > .hero-content > h1 {
    font-size: 54px !important;
    line-height: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }
  .hero > .hero-content > p {
    margin-left: 24px;
    margin-right: 24px;
  }
  .next-steps {
    padding: 32px;
    margin: 50px auto;
  }
  .next-steps-steps {
    flex-direction: column;
    padding: 24px;
  }
  .next-steps-steps-item {
    max-width: unset;
    width: 100%;
    height: unset;
  }
  #billing,
  #tickets, #registrants {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* end confirmation page */
  .campaign-form:not(.legacy-form) 
  .field-membershipField 
  .member-manager .field-area.multi-field {
    width: 100% !important;
  }
  .field-registrant-6 > div > p > img {
    width: 100%;
  }
  .ticket-block tr.ticket-type td.description {
    width: auto;
    flex: 1;
  }
  #footer-lantern-footer h3 {
    font-size: 14px !important;
  }
  #registrants {
    padding-left: 16px;
    padding-right: 16px;
  }
  #billing-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .submit-row {
    margin-left: 16px;
    margin-right: 16px;
    width: auto !important;
  }
  .field-merchandise {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .water-latern-nav {
    margin-right: 24px;
    margin-left: 24px;
  }
  .watern-latern-nav__menu {
    flex-direction: column;
    position: absolute;
    top: -1000px;
    transition: 0.3s;
    background-color: white;
    left: 0;
    right: 0;
    align-items: flex-start;
    border-radius: 20px;
    padding: 24px;
    z-index: -1;
  }
  .watern-latern-nav__menu > li:last-child {
    align-items: center;
  }
  .watern-latern-nav__menu li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .watern-latern-nav__menu li p {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .watern-latern-nav__menu li p,
  .watern-latern-nav__menu li a {
    padding-left: 16px;
  }
  .watern-latern-nav__menu li .menu-dropdown {
    width: 100%;
  }
  .watern-latern-nav__menu li .menu-dropdown ul li a {
    padding-left: 10px;
  }
  .mobile-menu {
    display: flex;
    margin-left: 30px;
  }
  .water-latern-caret-icon {
    margin-right: 32px;
  }
  .menu-dropdown {
    margin-top: 16px;
    position: static;
    background-color: #f8f5f2;
    padding: 6px 0;
  }
  .open-menu {
    display: flex;
  }
  .open-mobile-nav {
    top: 95px;
  }
  .upgrades {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .ambassador {
    margin: 0 !important;
  }
  .ambassador a {
    font-size: 12px !important;
  }
  div[ng-switch-when="##billing"],
  div[ng-switch-when="##registrants"] {
    margin-left: 24px;
    margin-right: 24px;
  }
  #root h2 > span,
  #root h2 {
    font-size: 40px !important;
  }
  #root .water-latern-hero-title > h1 {
    font-size: 48px !important;
    line-height: 100%;
  }
  #billing-section > .lineItem,
  #billing-section > .holds-subtotal {
    flex-direction: row !important;
    align-items: flex-start;
  }
  #billing-section > .registrant-field > .label-like,
  #billing-section > .registrant-field > .fieldLabel {
    max-width: unset;
    min-width: unset;
  }
  #ticketBlock .ticket-fields > td[colspan="4"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #ticketBlock .field-area > .description {
    width: auto;
  }
}
@media screen and (max-width: 690px) {
  #billing-section > .holds-subtotal > .label-like,
  #billing-section > .holds-subtotal > .field-area {
    font-size: 20px;
  }
  .banner__background {
    border-radius: 0 0 48px 48px;
  }
  .footer-latern-footer-navigation {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .footer-latern-footer-navigation h3 {
    text-align: center;
  }
  .footer-latern-footer-navigation ul {
    align-items: center;
  }
  .footer-lantern-footer-social-media {
    text-align: center;
  }
  .footer-lantern-footer-social-media ul {
    gap: 16px;
  }
  .water-lantern-tickets-title,
  .water-lantern-section-title,
  .water-lantern-billing-title {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .upgrades {
    grid-template-columns: repeat(1, auto);
  }
  .holds-tickets {
    padding: 20px 20px 24px 20px;
  }
}
@media screen and (max-width: 479px) {
  .water-latern-hero-title {
    margin-top: 140px;
  }
  .water-lantern-section-wrapper > p,
  .water-lantern-tickets-wrapper > p {
    text-align: center;
  }
  .water-latern-nav {
    height: 72px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .open-mobile-nav {
    top: 78px;
  }
  .price-info-wrapper > div {
    flex-direction: column;
    align-items: flex-end;
  }
  .water-lantern-billing-title {
    background-position: bottom center;
  }
}
