@import "globlets.css";
/*
*
*
*
  ABOVE THE FOLD
*
*
*
*/
body.checkout {
  background-image: none;
  background-color: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: var(--loveloBlk);
}
.pageHeaderWrap {
  width: 100%;
  aspect-ratio: 2/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
  position: relative;
}
.pageHeaderWrap.shortHeader{
  aspect-ratio: 3/2;
}
.pageHeaderWrapBlur {
  position: absolute;
  width: 100%;
  aspect-ratio: 2/3;
  backdrop-filter: blur(12px);
}
.pageHeaderWrap.shortHeader .pageHeaderWrapBlur {
  aspect-ratio: 3/2;
}
.pageHeaderContent {
  width: 100%;
  z-index: 500;
  text-align: center;
}
.pageHeaderContent h1 {
  font-size: 14vw;
  font-family: var(--loveloBlk);
  color: rgba(255,255,255,0.31);
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px #ffb912ba;
  text-shadow: 0 0 12px #f9c36c30;
}
.shortHeader .pageHeaderContent h1 {
  font-size: 13vw;
}
.pageHeaderWrap h1.textMask {
  filter: drop-shadow(5px 5px 12px #14203b9c);
}
.pageHeaderContent p {
  font-family: var(--loveloBlk);
  font-size: 20px;
  color: var(--whiteSmoke);
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 0 1rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}
.pageHeaderContent .stickyLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  width: 100%;
  padding: 0 .5rem;
  margin-top: 1rem;
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all .3s;
}
.pageHeaderContent .stickyLinks a.btn {
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 20px;
  text-wrap: nowrap;
  background-color: var(--trnslRoyalBlue)!important;
}
.pageHeaderContent .stickyLinks a.btn:last-of-type {
  margin-right: 0;
}
.pageHeaderContent .stickyLinks a.btn:hover {
  background-color: var(--jewelGoldDrk)!important;
}
.pageHeaderContent .stickyLinksFixed {
  position: fixed;
  z-index: 900;
  top: 60px;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-top: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: rgba(0, 0, 0, 0.43);
  background: linear-gradient(45deg, rgba(56, 16, 127, 0.58) 0.000%, rgba(15, 29, 71, 0.79) 50.000%, rgba(61, 7, 38, 0.82) 100.000%);
  box-shadow: 0 3px 8px rgba(20,20,20,.5);
  backdrop-filter: blur(12px);
}

.contentWrap {
  width: 100%;
  position: relative;
}
.leftColumn {
  width: 100%;
  background-color: var(--lofwCrimson);
  padding: 2rem;
  box-shadow: var(--wineInsetShadow);
}
.mainColumn {
  width: 100%;
  padding: 2rem;
}
.mainColumn.event {
  background-image: linear-gradient(to bottom, #fff1eb 0%, #ace0f9 100%);
}
.checkout .pageHeaderWrap, .checkout .pageHeaderWrapBlur, .sponsors .pageHeaderWrap, .sponsors .pageHeaderWrapBlur, .photos .pageHeaderWrap, .photos .pageHeaderWrapBlur {
  /* aspect-ratio:unset;
  height: 225px; */
}
.checkout .contentWrap, .photos .contentWrap {
  display: flex;
  flex-direction: column;
}
.checkout .leftColumn {
  background-color: transparent;
  box-shadow: none;
  padding: 2rem 1rem;
}
.checkout .rightColumn {
  width: 100%;
  padding: 2rem;
  background-color: var(--whiteSmoke);
}
.checkout .list-group.orderSummary span {
  font-size: 14px;
}
.leftColumn h2, .leftColumn p {
  color: var(--whiteSmoke);
  margin-bottom: .625rem;
}
.leftColumn h2 {
  font-family: var(--loveloBlk);
  margin-bottom: 2rem;
}
.leftColumn p {
  margin-bottom: .625rem;
}
.leftColumn p:not(p.heavy) {
  font-family: var(--sansSys);
  font-size: 15px;
}
.leftColumn p:last-of-type {
  margin-bottom: 0;
}
.checkout .leftColumn p {
  color: var(--bodyTextClr);
}
.checkout .leftColumn h2 {
  color: var(--bodyTextClr);
}

p.singleDate, p.multiDate {
  border-bottom: 1px solid var(--whiteSmoke);
}
p.singleDate {
  margin-bottom: .625rem;
}
p.multiDateTime {
  margin-bottom: .25rem;
}
p i.bi {
  margin-right: 5px;
}
p.multiDateTime i.bi {
  margin-right: 5px;
}
.eventTimeSimple {
  margin-bottom: .625rem;
}
.eventTimeSimple p {
  margin-bottom: .3125rem;
}
.eventTimeMultiple, .eventTimeDateMultiple {
  display: flex;
}
.eventTimeMultiple {
  flex-direction: column;
  margin-bottom: .625rem;
}
.eventTimeDateMultiple {
  flex-direction: column;
  margin-bottom: .625rem;
}
.eventDate {
  flex: 1;
  margin-bottom: .625rem;
}

.eventDate:last-of-type {
  margin-right: none;
  border-right: 1px solid transparent;
}
.timesInline {
  display: inline-block;
  margin-right: 18px;
}
.timesInline:last-of-type {
  margin-right: 0;
}
.indent10 {
  margin-left: 10px;
}
.indent32 {
  margin-left: 32px;
}
.ageReq {
 font-size: 14px;
 width: 100%;
}
.registrationReq {
  width: 100%;
}
.registrationReq span {
 font-size: 14px;
}
.registrationReq span a {
  color: var(--whiteSmoke);
}
.registrationReq span a:hover {
  color: var(--jewelGoldDrk);
}
.mainColumn .content {
  font-family: var(--esprit);
  margin-bottom: 1rem;
}
.mainColumn .content .eventTixLink {
  font-size: 13px;
  color: unset;
}
.mainColumn .content .sponsor {
  font-size: 14px;
}
.mainColumn .content .eventListInfo .sponsor {
  line-height: 1;
  padding: 6px 0 4px;
  border-top: 1px solid #B6C0C4;
  border-bottom: 1px solid #B6C0C4;
}
.mainColumn .content .accordion {
  margin-bottom: 1rem;
}

.mainColumn.eventsList, .mainColumn.ticketsListing, .mainColumn.participantsList {
  padding: 2rem 0;
}

.mainColumn .pageIntro {
  padding: 0 2rem 1.5rem;
}
.pageIntro p.cite {
  font-size: 14px;
  font-style: italic;
  text-align: right;
  margin-bottom: 8px;
}
.mainColumn.eventsList .pageIntro h2 {
  font-size: 2.5rem;
}
.pageIntro p:last-of-type {
  margin-bottom: 0;
}
.mainColumn .eventItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: rgba(255,255,255,.7);
  border: 1px solid lightgray;
  border-top-width: 5px;
}

.eventItem .eventListInfo {
  width: 100%;
  height: auto;
  padding: 1rem 1rem .5rem;
  overflow: hidden;
}
.eventItem .eventListImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.eventDetail, .eventDetail i.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: 14px;
  font-weight: bold!important;
  line-height: 1;
  margin-bottom: .5rem;
}
.eventTicketPrice i.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-weight: bold!important;
}
p.tiXUpcomingRelease{
  font-size: 14px;
  color: var(--whiteSmoke);
  padding: 3px 8px;
  background-color: var(--deepRoyalBlue);
}


/*
*
*
  EVENT SINGLE-ENTRY ADD TO CART
*
*
*/

form.eventATFAddToCart input, form.eventAddToCart input{
  border-radius: 0;
}
input.minus, input.plus {
  width: 36px;
  height: 36px;
  font-family: var(--loveloBlk);
  font-size: 16px;
  font-weight: bold;
  color: var(--bodyTextClr);
  line-height: 1;
  border: 1px solid #b3b3b3;
  border-radius: 50%!important;
  transition: all .3s;
}
input.minus:hover, input.plus:hover {
  color: var(--whiteSmoke);
  background-color: #204A6E;
}
    /* ATF ADD TO CART */
form.eventATFAddToCart {
  text-align: center;
}
.atfAddToCartWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 325px;
  padding: 1rem;
  margin-top: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(160, 136, 116, 0.7);
  /* background-color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.7); */
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all .3s;
}
.atfAddToCartWrap fieldset {
  display: inline-block;
  margin-right: 10px;
}
.atfAddToCartWrap p {
  font-family: var(--loveloBlk);
  font-size: 15px;
  color: var(--whiteSmoke);
}
.atfAddToCartWrap input.minus, .atfAddToCartWrap input.plus, input.plus, input.minus {
  border: 2px solid #fff;
}
.atfAddToCartWrap input.qty, input.qty {
  font-size: 20px;
  color: var(--whiteSmoke);
  font-family: var(--loveloBlk);
  display: inline-block;
  width: 60px;
  height: 36px;
  text-align: center;
  padding: 0px 3px;
  background-color:transparent;
  border-color: transparent;
  border-bottom: 1px solid var(--whiteSmoke);
  text-shadow: 1px 1px 2px #000;
}
input.qty {
  color: var(--bodyTextClr);
  text-shadow: none;
  border-bottom: 1px solid var(--bodyTextClr);
}
.atfAddToCartWrap input.btn-addToCart {
  display: inline;
}
.atfAddToCartWrap.atcFixed {
  position: fixed;
  z-index: 900;
  top: 62px;
  width: 100%;
  margin-top: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: rgba(0, 0, 0, 0.43);
  background: linear-gradient(45deg, rgba(56, 16, 127, 0.58) 0.000%, rgba(32, 21, 0, 0.63) 50.000%, rgba(102, 5, 96, 0.58) 100.000%);
  box-shadow: 0 3px 8px rgba(20,20,20,.5);
  backdrop-filter: blur(12px);
}
    /* FEATURED LINK ADD TO CART */

.featureLink.ticketQTY {
  background-color: #fff;
  text-align: center;
  border-bottom:2px dotted grey;
}
.featureLink.ticketQTY p {
  font-family: var(--loveloBlk);
  font-size: 14px;
}
.featureLink.ticketQTY a {
  text-decoration: underline;
}

.featureLink input.qty {
  font-size: 15px;
  display: inline-block;
  width: 35px;
  height: 30px;
  text-align: right;
  padding: 3px;
  background-color:transparent;
  border-color: transparent;
  border-bottom: 1px solid gray;
}



/*
*
*
  CART
*
*
*/
.cartContents {
  padding: 0 1rem;
}
.cartItem {
  background-color: #fff;
  padding: 1rem;
  border-bottom: 1px solid var(--bodyTextClr);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.cartControl {
  flex-direction: row;
  justify-content: space-between;
}
.cartControl .itemTitle {

}
.cartControl .removeItemWrap {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.cartControl .removeItemWrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.col-12.form-floating > label {
  left: 1rem;
}
ul.orderSummary li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}







/*
*
*
  UTILITES
*
*
*/
.heavy {
  font-family: var(--loveloBlk);
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.whitesmoke {
  color: var(--whiteSmoke);
}
.highlightTextClr {
  color: var(--highlightTextClr);
}
.bodyTextClr {
  color: var(--bodyTextClr);
}
.utl_strong {
  font-weight: bold;
}
.whitesmoke-BG {
  background-color: var(--whiteSmoke);
}
.jewelGoldDrk-BG {
  background-color: var(--jewelGoldDrk);
}
.utl_d-none {
  display: none;
}
.utl_mt-1 {
  margin-top: .25rem;
}
.utl_mt-2 {
  margin-top: .5rem;
}
.utl_mt-3 {
  margin-top: 1rem;
}
.utl_mb-1 {
  margin-bottom: .25rem;
}
.utl_mb-2 {
  margin-bottom: 1rem;
}
.utl_ms-auto {
  margin-left: auto;
}
.utl_me-auto {
  margin-right: auto;
}
.utl_py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.utl_pt-1 {
  padding-top: .25rem;
}
.utl_pt-2 {
  padding-top: .5rem;
}
.utl_pt-3 {
  padding-top: 1rem;
}
.utl-textLeft {
  text-align: left;
}
hr {
  padding: .125rem;
  border: none!important;
  background: linear-gradient(#9FA7AB, #9FA7AB) no-repeat center/100% 2px;
}


.btn {
  font-size: 16px;
  font-family: var(--loveloBlk);
  color: whitesmoke;
  padding: 8px 12px 6px;
  text-shadow: unset;
}
.btn-addToCart {
  padding: 6px 12px;
  background-color: #739157;
}
.btn-transparentDarkBG {
  background-color: rgba(76, 85, 89, 0.3);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.3);
  transition: all .3s;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: var(--bodyTextClr);
  border-color: background-color: var(--bodyTextClr);
}
.btn-transparentDarkBG:hover {
  color: whitesmoke;
  box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
  background-color: rgba(76, 85, 89, 0.5);
  border: 1px solid rgba(255,255,255,0.7);
}
.btn-primary {
  background-color: var(--lofwCrimson);
  border: 1px solid transparent;
  border-radius: 0;
  transition: all .3s;
}
.btn-primary:hover {
  background-color: var(--jewelGoldDrk);
  border: 1px solid var(--whiteSmoke);
}
.sans {
  font-family: var(--sansSys);
}
.esprit {
  font-family: var(--esprit);
}
.alert {
  font-size: 15px;
}



/*
*
*
  ATF 400px BreakPoint
*
*
*/
@media (min-width: 400px) {
  .pageHeaderContent {
    padding: 0 15px;
  }
}




/*
*
*
  ATF 428px BreakPoint
*
*
*/
@media (min-width: 428px) {
  .pageHeaderContent {
    padding: 0;
  }
}



/*
*
*
  ATF MD BreakPoint
*
*
*/

@media (min-width: 768px) {
  .pageHeaderWrap, .pageHeaderWrapBlur {
    aspect-ratio: 3/2;
  }
  .pageHeaderContent .stickyLinks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .shortHeader .pageHeaderContent h1 {
    font-size: 10.5vw;
    letter-spacing: -5px;
  }
  .eventTimeDateMultiple {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}







/*
*
*
  ATF LG BreakPoint
*
*
*/

@media (min-width: 992px) {
  .checkout .contentWrap {
    flex-direction: row;
  }
  .checkout .leftColumn {
    width: 62.5%;
  }
  .checkout .rightColumn {
    width: 37.5%;
  }
  .pageHeaderWrap, .pageHeaderWrapBlur {
    aspect-ratio: 3/2;
  }
  .atfAddToCartWrap.atcFixed {
    top: 69px;
  }
  .pageHeaderContent .stickyLinks {
    padding: 0 60px;
  }
  .pageHeaderContent .stickyLinksFixed{
    top: 70px;
    padding: .75rem 60px;
  }


/*
*
*
  UTILITES
*
*
*/
  .utl_d-none-xl {
    display: none;
  }
  .utl_d-xl-block {
    display: block;
  }
}




/*
*
*
  ATF XL BreakPoint
*
*
*/

@media (min-width: 1200px) {
  .pageHeaderWrap {
    aspect-ratio: 16/5;
    background-position: center top;
    background-size: 100%;
  }
  .pageHeaderWrapBlur {
    aspect-ratio: 16/5;
  }
  .pageHeaderWrap.shortHeader{
    aspect-ratio: 16/4;
  }
  .pageHeaderWrap.shortHeader .pageHeaderWrapBlur {
    aspect-ratio: 16/4;
  }
  .pageHeaderContent h1 {
    font-size: 93px;
  }
  .pageHeaderContent {
    position: relative;
    top: 15px;
  }
  .pageHeaderContent .stickyLinks {
    padding: 0 160px;
  }
  .pageHeaderContent .stickyLinksFixed{
    padding: .5rem 120px;
  }
  .atfAddToCartWrap {
    width: 550px;
    flex-direction: row;
  }
  .atfAddToCartWrap p {
    max-width: 200px;
    margin-bottom: 0;
  }
  .atfAddToCartWrap.atcFixed p {
    margin-left: auto!important;
  }
  .atfAddToCartWrap.atcFixed form.eventATFAddToCart {
    margin-left: 12px !important;
    margin-right: auto !important;
  }
  .atfAddToCartWrap.atcFixed a.register {
    margin-right: auto !important;
  }
  .contentWrap {
    display: flex;
  }
  .mainColumn.eventsList, .mainColumn.ticketsListing, .mainColumn.participantsList {
    padding: 100px 0 0;
  }
  .mainColumn .pageIntro {
    padding: 0 3rem 100px;
  }
  .mainColumn .pageIntro p {
    line-height: 1.75;
  }
  .leftColumn {
    width: 40%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .eventDate {
    padding-right: 20px;
  }
  .eventDate:last-of-type {
    padding-right: 0;
  }
  .leftColumn p:not(p.heavy) {
    font-size: 14px;
  }
  /* EVENT LIST */
  .eventsList .container-fluid.content {
    padding: 0;
  }
  .mainColumn .eventItem {
    flex-direction: row;
    border: none;
    border-top: 6px solid var(--bodyTextClr);
  }
  .eventItem .eventListImg {
    display: flex;
  }
  .eventItem .eventListImg, .eventItem .eventListInfo {
    width: 50%;
  }
  .eventItem .eventListInfo {
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
    justify-content: space-around;
  }

  .eventDateOne, .eventDateTwo, .eventDateThree, .eventDateFour {
    margin-right: 15px;
    border-right: 1px dotted whitesmoke;
    margin-bottom:0;
  }
  .mainColumn.event {
    width: 60%;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
  }
  .mainColumn.event .content {
    display: flex;
    flex-direction: column;
    flex:1;
    min-width: 75%;
  }
  .mainColumn.event .features .featureLinks {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainColumn.event .features .featureLinks .featureLink {
    flex-basis: calc(33.3% - 30px);
    max-width: calc(33.3% - 30px);;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }


/* CHECKOUT */
  .checkout .contentWrap {
    padding:  0 90px;
  }



  /*
  *
  *
    UTILITES
  *
  *
  */

  .utl_d-xl-none {
    display: none;
  }
  .utl_d-xl-block {
    display: block;
  }
  .utl_mb-xl-0 {
    margin-bottom: 0;
  }
} /* END ATF XL BreakPoint */



/*
*
*
  ATF XXL BreakPoint
*
*
*/

@media (min-width: 1440px) {
  .pageHeaderContent h1 {
    font-size: 112px;
  }
  .pageHeaderContent p {
    font-size: 22px;
  }
  .pageHeaderContent .stickyLinks a.btn {
    font-size: 17px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
  }
  .leftColumn, .mainColumn.event {
    padding: 3rem;
  }
  .eventTimeSimple, .eventTimeMultiple {
    padding-left: 60px;
    padding-right: 60px;
  }

  .featureLink.eventEntertainer .eventEntertainerTease {
    max-width: 175px;
  }
  .mainColumn .pageIntro {
    padding: 0 10rem 1.5rem;
  }
  /* EVENTS LIST */
  .eventItem .eventListImg {
    display: inline-block;
  }
  .eventItem .eventListInfo {
    padding: 2rem 4rem;
  }

  /* CHECKOUT */
  .checkout .contentWrap {
    padding:  0 150px;
  }
}  /* END ATF XXL BreakPoint */





/*
*
*
  ATF 1920pxW BreakPoint
*
*
*/

@media (min-width: 1920px) {
  .pageHeaderContent h1 {
    font-size: 200px;
    line-height: 1;
  }
  .eventTimeSimple, .eventTimeMultiple {
    padding-left: 90px;
    padding-right: 90px;
  }
  .eventTimeDateMultiple {
    flex-direction: row;
  }
  .eventDateOne, .eventDateTwo, .eventDateThree, .eventDateFour {
    flex: 1;
  }
  .mainColumn .pageIntro {
    padding: 0 15rem 100px;
  }
  .mainColumn.event {
    padding: 3rem 120px;
  }
  .eventItem .eventListInfo {
    padding: 3rem 90px;
  }
  h3 {
    font-size: 2rem;
  }
  .pageHeaderContent .stickyLinks {
    padding: 0 450px;
  }
  .pageHeaderContent .stickyLinksFixed {
    padding: 1rem 450px;
  }
  /* CHECKOUT */
  .checkout .contentWrap {
    padding:  0 250px;
  }
}  /* END ATF 1920px BreakPoint */



/*
*
*
  ATF 2400pxW BreakPoint
*
*
*/
@media (min-width: 2400px) {
  .eventTimeSimple, .eventTimeMultiple {
    padding-left: 150px;
    padding-right: 150px;
  }
}




/*
*
*
*
  END ABOVE THE FOLD
*
*
*
*/



section {
  scroll-margin-top: 200px;
}
.mainColumn.event .features {
  width: 100%;
  position: relative;
}
.featureLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: .5rem 0;
}
.featureLink {
  padding: 1rem .5rem;
  position: relative;
  text-align: center;
  flex: 1;
  background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,0));
}
.featureLink:last-of-type {
  border-bottom: none;
}
.featureLink.stretched-link, .featureLink p, .featureLink a {
  font-family: var(--loveloBlk);
  font-size: 14px;
  color: var(--bodyTextClr);
  transition: color .3s;
}
.featureLink p.featureTitle {
  font-size: 16px;
  border-bottom: 1px solid var(--bodyTextClr);
  margin-bottom: .875rem;
  transition: color .3s;
}
.featureLink.eventEntertainer {
  transition: all .3s
}
.featureLink.eventEntertainer .eventEntertainerTease {
  max-width: 200px;
  padding: .5rem;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
  position: relative;
  margin: 0 auto 8px;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  width: 125px;
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transform: none;
  transition: all .5s;
}
.featureLink.eventEntertainer .eventEntertainerTease p {
  font-family: var(--esprit);
  font-size: 13px;
  margin-top: 6px;
  transition: color .3s;
}
.featureLink.eventEntertainer:hover p, .featureLink.eventEntertainer:hover a {
  color: var(--hoverColor);
}
.featureLink.eventEntertainer:hover .eventEntertainerTease {
  transform: scale(1.0650) rotate(-4deg);
  top: -5px;
  box-shadow: 5px 5px 8px rgba(40,40,40,0.35);
  filter: grayscale(0);
}
.galleryTease {
  transition: all .5s;
}
.featureLink .galleryTeaseTmbs {
  margin-bottom: 1rem;
}
.featureLink .galleryTeaseTmbs .galleryTease {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  padding: .5rem;
  box-shadow: 3px 3px 7px rgba(0,0,0,0.35);
  background-color: white;
  display: inline-block;
  position: relative;
  filter: grayscale(1);
}
.featureLink .galleryTeaseTmbs .galleryTease:first-of-type {
  transform: rotate(-5deg);
  margin-right: -3px;
  top: 0;
}
.featureLink .galleryTeaseTmbs .galleryTease:last-of-type {
  transform: rotate(5deg);
  margin-left: -3px;
}
.galleryTease .galleryTeaseBgrnd {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.galleryTease:hover p, .galleryTease:hover a {
  color: var(--jewelGoldDrk);
}
.galleryTease:hover .galleryTeaseTmbs {
  filter: grayscale(0);
}
.galleryTease:hover .galleryTeaseTmbs .galleryTease:first-of-type {
  transform: scale(1.25) rotate(-5deg);
  top: -5px;
  filter: grayscale(0);
}
.galleryTease:hover .galleryTeaseTmbs .galleryTease:last-of-type {
  transform: scale(1.25) rotate(5deg);
  filter: grayscale(0);
}
.sectionTitleLrg {
  font-size: 31px;
}
.participantsList h3.sectionTitle {
  font-size: 48px;
}
.eventChefs .eventChef {
  text-align: center;
  background-color: var(--whiteSmoke);
  flex-basis: calc(50% - 1rem);
  position: relative;
  box-shadow: 0 0 0 transparent;
  transition: all .35s;
}
.eventChefs .eventChef a img {
  margin-bottom: 8px;
}
.eventChefs .eventChef a p {
  font-family: var(--loveloBlk);
  font-size: 14px;
}
.eventChefs .eventChef:hover {
  box-shadow: 3px 3px 12px rgba(30,30,30,.5);
}


/*
*
  PARTICIPANTS PAGE
*
*/
.chefCardsWrap {
  justify-content: center;
}
.chefCardsWrap .eventChef {
  position: relative;
  border: 1px solid transparent;
}
.chefCardInner {
  width: 100%;
  height: 100%;
  padding-bottom: 12px;
  background-color: var(--whiteSmoke);
  transition: box-shadow .3s;
}
.chefCardInner:hover {
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.chefCardsWrap .eventChef img {
  margin-bottom: 8px;
}
.chefCardsWrap .eventChef button h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.chefCardsWrap .eventChef button {
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
}
.chefCardsWrap .eventChef button p {
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: none!important;
}
.chefCardInner {
  text-align: center;
}

section#beverages {
  background-image: linear-gradient(90deg, transparent, white 15px, white calc(100% - 15px), transparent);
  padding-top: 32px;
  padding-bottom: 32px;
}
.beverageArea .beverageLogosWrap {
}
.beverageLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}

.chefModal {
  background-color: rgba(0, 0, 0, 0.625);
}
.chefModal .modal-content {
  border-radius: 0;
}
.chefModal .modal-header {
  padding: 0;
  flex-direction: column;
  border-radius: 0;
  background-color: #1a364e;
}
.modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: .625;
  filter: invert(1);
  transition: filter .3s, opacity .3s;
}
.modalHeader button.btn-close:hover {
  opacity: .875;
  filter: brightness(1.25);
}
.modalHeaderInfo {
  color: #4C5559;
  background-color: #492740;
  padding: 15px;
  width: 100%;
}
.chefModal .modal-header h5 {
  font-size: 30px;
  color: #F4A422;
  line-height: 1;
  position: relative;
  top: -4px;
}
.chefModal .modal-body img {
  margin-bottom: 15px;
}
.chefModal .modal-header p {
  font-size: 14px;
  color: #ECC47E;
  line-height: 1;
  margin-bottom: 2px;
}
.chefModal .modal-body p {
  font-family: var(--esprit);
  font-size: 14px;
  color: var(--bodyTextClr);
  line-height: 1.625;
  margin-bottom: .75rem;
}
.chefModal .modal-footer {
  color: #492740;
  justify-content: center;
  text-align: center;
  background-color: #f4a422;
  border-radius: 0;
}
.modal-footer p, .modal-footer a {
  font-size: 14px;
  color: #492740;
}
.modal-footer a {
  text-decoration: none;
  margin-left: 6px;
  margin-right: 6px;
  padding: 2px 10px;
  border: 1px solid #492740;
  background-color: transparent;
  transition: all .3s;
}
.modal-footer a:hover {
  background-color: var(--whiteSmoke);
}
.modal-footer p {
  font-family: var(--loveloBlk);
  width: 100%;
}
.modal-footer a:last-of-type {
  margin-right:0;
}


/*
*
*
Buttons
*
*
*/
.eventItemBtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eventItemBtns .btn {
  width: 100%;
  margin-bottom: 12px;
}
.eventItemBtns .btn:last-of-type {
  margin-bottom: 0;
}
a.globletBtn-Crimson {
  text-decoration: none;
}
.globletBtn-Crimson {
  font-family: var(--loveloBlk);
  font-size: 1rem;
  color: var(--whiteSmoke);
  display: inline-block;
  background-color: var(--lofwCrimson);
  outline: none;
  border: none;
  border-radius: 26px;
  padding: 16px 20px 11px;
  box-shadow: inset 1px 2px 8px rgb(251, 132, 250), inset -2px -5px 2px rgba(98, 5, 97, 0.5), inset 0 0 15px #e5191900, 3px 3px 6px rgba(0, 0, 0, 0.25), 3px 2px 8px rgba(0, 0, 0, 0.025);
  transition: 0.4s ease-in-out;
}
.globletBtn-Crimson:hover {
  color: var(--whiteSmoke);
  box-shadow: inset 1px 2px 8px rgb(251, 132, 250), inset -2px -5px 2px rgba(98, 5, 97, 0.5), inset 0 0 15px #e51919, 5px 5px 8px rgba(0, 0, 0, 0.40), 5px 4px 10px rgba(0, 0, 0, 0.025);
}





/*
*
*
PARALLAX AREA
*
*
*/
.plaxWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.plaxBgrd {
  width: 100%;
  height: 150%;
  position: absolute;
  top: -60px;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plaxWrap .title {
  font-size: 32px;
  font-weight: bold;
  z-index: 500;
}
.plaxWrap .subTitle {
  font-size: 16px;
  z-index: 500;
}





/*
*
*
ACCORDIONS
*
*
*/
.accordion {
  --bs-accordion-border-radius: 0;
  margin-bottom: 30px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item {
  color: var(--bodyTextClr);
  background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
  background-color: unset;
}
.accordion-button {
  color: var(--whiteSmoke);;
  background-color: #204A6E;
  box-shadow: inset 0 0 35px #46063f;
}
.accordion-button:not(.collapsed) {
  color: var(--whiteSmoke);
  background-color: #204A6E;
  box-shadow: inset 0 0 35px #46063f;
}
.accordion-button:focus {
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 1px;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23A7C8D8' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}
.accordion-body p {
  font-size: 16px;
}
.accordion-body img.eventSponsorLogo {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.accordion-body .presenterSocials {
  position: relative;
  width:100%;
  padding-top: 12px;
  border-top: 2px dotted lightgrey;
}
.accordion-body .presenterSocials .presenterSocialLinks {
  position: relative;
  width:100%;
  justify-content: space-evenly;
}
.accordion-body .presenterSocials .presenterSocialLinks .socialItem{
  position: relative;
  margin: 0 6px;
  text-align: center;
  transition: all .3s;
}
.accordion-body .presenterSocials .presenterSocialLinks .socialItem i.bi {
  font-size: 32px;
}
.accordion-body .presenterSocials .presenterSocialLinks .socialItem a {
  font-size: 13px;
  font-family: var(--sans);
  display: block;
}
.accordion-body .presenterSocials .presenterSocialLinks .socialItem:hover {
  color: var(--hoverColor);
}


/*
*
Header Cards
*
*/
.headerCards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 60px;
  grid-auto-rows: 1fr;
}
.headerCard {
  padding: 0 16px 16px;
  border: 1px solid var(--slateBlueGray);
  background-color: var(--whiteSmoke);
}
.headerCard .content {
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 16px;
}
.accordion .content {
  margin: 0;
}
.accordion.headerCard {
  background-color: transparent;
  border: 0 solid transparent;
}
.accordion.headerCard .content {
  padding-left: 0;
}
.accordion.headerCard .content .heading h4{
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
}
.accordion.headerCard .accordion-item.content {
  margin-bottom: 16px;
}
.accordion.headerCard .accordion-item.content:last-of-type {
  margin-bottom: 0;
}
.accordion.headerCard .accordion-item.content .body {
  padding: 30px 15px;
}
.accordion-item.content .body ol li, .accordion-item.content .body ul li {
  margin-bottom: 8px;
}
.accordion-item.content .body ul {
  list-style-type: square;
}
.headerCard .content .heading {
  padding: 12px 0 12px 16px;
  background-color: var(--slateBlueGray);
  margin: 0 0 16px -16px;
}
.accordion .content .heading {
  padding: 0;
  margin: 0;
}
.headerCard .content .heading h3 {
  color: var(--whiteSmoke);
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.headerCard .content .body {
  padding-right: 16px;
}
.headerCard .content p {
  font-size: 16px;
  line-height: 1.2;
}
.headerCard .bullets ul li {
  font-size: 14px;
}
.headerCard .bullets ul li i {
  margin-right: 8px;
}
.headerCard .bottom a {
  font-size: 13px;
  text-align: right;
  display: block;
}




/*
*
FORMS
*
*/
form .formError {
  font-size: 14px;
  color: red;
  padding: 5px 0 2px 0;
  display: block;
  wdth: 100%;
}
form .error {
  font-size: 14px;
  color: red;
  padding: 5px 0 2px 0;
  display: block;
  wdth: 100%;
  margin-top: -7px;
}
form .form-label {
  font-size: 15px;
}
form fieldset h4 {
  border-bottom: 1px solid var(--bodyTextClr);
}
.instructions.form-text {
  font-size: 14px;
  margin-top: -12px;
  padding-left: 15px;
}
.contactFormWrap form [class*=" bi-"]::before {
  font-size: 20px;
  color: #4C5559;
  margin-bottom: 0;
}
.checkout form legend {
  font-size: 16px;
  font-weight: bold;
}
.applicationWrap {
  padding: 30px 15px;
  background-color: var(--whiteSmoke);
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}





/*
*
ABOUT PAGE
*
*/
/* .about .pageIntro {
  padding: 0 0 1.5rem;
} */
.about .contentWrap {
  flex-direction: column;
}
.about .mainColumn .aboutSections .row {
  padding: 64px 32px;
}
.about .mainColumn:has(.aboutSections) {
  padding-bottom: 0;
}
.about .mainColumn .aboutSections .row:nth-of-type(odd) {
  background-color: aliceblue;
}
.about .mainColumn .aboutSections .row:nth-of-type(even) {
  background-color: var(--whiteSmoke);
}
.aboutSections .row .col-12 {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutSections .row .col-12:first-of-type h3 {
  font-size: 13vw;
}
.aboutSections .row .col-12:first-of-type p {
  font-size: 15px;
  padding: 8px 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.beneficiaryRow {
  padding-top: 1rem;
  border-bottom: 2px dotted #4C5559;
  margin-bottom: 8px;
}
.aboutSections .row .col-12:nth-of-type(even) p:nth-of-type(even) {
  font-size: 15px;
}
.aboutSections .row .col-12 p.boardMember {
  font-size: 17px;
}
.aboutSections .row .col-12 p.boardTitle {
  font-size: 15px;
}

.accommodationItem {
  border-top: 4px solid var(--jewelGoldDrk);
}
.accommodationInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.accommodationInfo .content {

}
.accommodationInfo .heading {
  color: var(--whiteSmoke);
  padding: 14px 0 10px 24px;
  background-color: var(--slateBlueGray);
  margin-bottom: 16px;
}
.accommodationInfo .body {
  padding: 0 24px;
}
.accommodationInfo .body ul {
  list-style-type: square;
}
.accommodationInfo .body li {
  font-size: 15px;
  font-family: var(--sysSans);
}
.accommodationInfo .bottom .btn {
  margin-left: auto;
  margin-right: 0;
}





/*
*
*
  MD BreakPoint
*
*
*/

@media (min-width: 768px) {

  /* Event Item Buttons*/
  .eventItemBtns {
  flex-direction: row;
  }
  .eventItemBtns .btn {
    margin-bottom: 0;
    margin-left: 12px;
  }
  .eventItemBtns .btn:first-of-type {
    margin-left: 0;
  }
  .featureLinks {
    flex-direction: row;
  }
  /*
    ACCORDIONS
  *
  */
  .accordion-body img.eventSponsorLogo {
    width: 45%;
    margin-right: 15px;
  }
}



/*
*
*
  LG BreakPoint
*
*
*/

@media (min-width: 992px) {



/*
*
Header Cards
*
*/
  .headerCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-auto-rows: 1fr;
  }
  .headerCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .participantsList h3.sectionTitle {
      font-size: 64px;
  }
}



/*
*
*
  XL BreakPoint
*
*
*/

@media (min-width: 1200px) {
  .eventChefs {
    padding: 0 60px;
  }
  .eventChefs .eventChef {
    flex-basis: calc(20% - 1rem);
  }

  .participantsList h3.sectionTitle {
      font-size: 80px;
  }

  .chefModal .modal-header {
    flex-direction: row;
  }
  .modal-header .btn-close {
    transition: filter .3s, opacity .3s;
  }
  .chefModal .modal-header img {
    max-width: 200px;
    margin-right: 12px;
  }
  .chefModal .modal-body {
    padding: 3rem;
  }
  .chefModal .modal-body p {
    font-size: 15px;
  }
  .chefModal .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }



/*
*
Header Cards
*
*/
  .headerCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-auto-rows: 1fr;
  }



/*
*
FORMS
*
*/
  .applicationWrap {
    padding: 30px;
  }


  /*
  *
  *
    PARALLAX AREA
  *
  *
  */
  .plaxWrap {
    aspect-ratio: 16/4;
  }
  .plaxWrap .title {
    font-size: 63px;
  }
  .plaxWrap .subTitle {
    font-size: 20px;
  }
  .plaxBgrd {
    top: -130px;
  }

/*
*
 ACCORDIONS
*
*/
  .accordion-body img.eventSponsorLogo {
    width: 250px;
    height: auto;
    margin-bottom: 15px;
  }
  .accordion.headerCard .accordion-item.content .body {
    padding: 30px;
  }



/*
*
ABOUT PAGE
*
*/
  .aboutSections .row {
    margin-bottom: 0;
  }
  .aboutSections .row .col-12:first-of-type h3 {
    font-size: 7vw;
  }
  .aboutSections .row .col-12:first-of-type p {
    text-align: center;
  }
  .aboutSections .row .col-12 {
    padding: 32px;
    justify-content: start;
  }
  .aboutSections .row .col-12.beneficiaries .stickyBox, .aboutSections .row .col-12.history .stickyBox, .aboutSections .row .col-12.leadership .stickyBox {
    position: sticky;
    top: 70px;
  }



}




/*
*
*
  XXL BreakPoint
*
*
*/
@media (min-width: 1440px) {
    .eventChefs {
    padding: 0 120px;
  }



/*
*
Header Cards
*
*/
  .headerCards {
    grid-template-columns: repeat(6, 1fr);
  }
  .headerCard:nth-of-type(odd) {
    grid-column: 2 /span 2;
  }
  .headerCard:nth-of-type(even) {
    grid-column: 4 /span 2;
  }
  .headerCard .content .heading h3 {
    font-size: 1.5rem;
  }


/*
*
FORMS
*
*/
  .applicationWrap {
    padding: 30px 60px;
  }


/*
*
ACCORDIONS
*
*/
  .accordion.headerCard .accordion-item.content .body {
    padding: 30px 60px;
  }

}





@media (min-width: 1920px) {
  .eventItem .eventListInfo {
    padding: 3rem 90px;
  }
  .aboutSections .row .col-12.infoColumn {
    padding: 32px 64px;
  }
}



@media (min-width: 2400px) {
  .eventItem .eventListInfo {
    padding: 3rem 180px;
  }
}