/* Navigation & Slick */
.slick-dots {
    bottom: -31px;
  }
  
  /* Email Tile */
  .emailTile iframe {
    height: 200px;
  }
  
  /* Headings */
  .youh3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  /* YouMay Section */
  #youMay {
    background-color: #fff;
    margin-bottom: 0rem;
    padding-top: 0rem;
    margin-top: 0rem;
  }
  
  /* Element Items */
  .element-item {
    padding: 0.5rem;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0rem 0.5rem;
    z-index: 111111111;
  }
  
  /* News Tiles */
  .newsImg {
    min-height: auto;
    max-height: 142px;
    overflow: hidden;
  }
  
  .newsCopy {
    padding: 1rem 10px;
    background: #fff;
  }
  
  .newsCopy h2 {
    font-size: 17px;
    min-height: 46px;
    max-height: 46px;
    overflow: hidden;
  }
  
  .newsCopy .ghostB {
    line-height: 54px;
  }
  
  /* HP Body */
  #hpBody {
    margin-top: 0rem;
  }
  
  /* Hero Sections */
  #bonHero #lordeHero {
    background-position: 80% 0px;
  }
  
  #bonHero .heroText {
    top: 8rem;
  }
  
  #bonHero .heroText h1 {
    font-size: 52px;
    line-height: 1;
  }
  
  #bonHero .heroText h3 {
    margin-top: 12px;
    color: #fbd300;
  }
  
  #lordeHero {
    height: 600px;
  }
  
  /* Upcoming Header */
  .upComingHp {
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    color: #fff;
    border-bottom: 4px solid yellow;
    width: max-content;
    margin: 4rem auto;
    font-size: 2.4rem;
  }
  
  /* Premium Hero */
  #premiumHero .heroCopy {
    background-image: url(https://assets.prucenter.com/misc/anglehero-suites-use.png);
  }
  
  #premiumHero h2 {
    font-weight: 100;
    color: #0a0a0a;
    margin-top: 4rem;
  }
  
  #premiumHero .heroText h3 {
    color: #000000;
  }
  
  #premiumHero .heroText p {
    color: #2f2f2f;
  }
  
  #premiumHero .heroText button {
    background: transparent;
    color: #000;
    font-weight: 500;
    border: 2px solid #000;
  }
  
  /* Second Search */
  #secondSearch {
    display: block !important;
    height: auto;
    width: 100%;
    background: #ffffff;
    color: #555;
    text-align: center;
    padding-top: 2rem;
  }
  
  #secondSearch h4 {
    color: #242424;
    font-weight: 900;
    letter-spacing: 0;
    font-size: 17px;
  }
  
  #secondSearch form {
    padding: 1rem 2rem;
    position: relative;
  }
  
  #secondSearch form .button {
    position: absolute;
    top: 15px;
    right: 2rem;
    background: #000;
    height: 47px;
    width: 50px;
    font-weight: 900;
    color: #fbd200;
  }
  
  #secondSearch form .searchHeight {
    height: 46px;
    border: 1px solid #636363;
  }
  
  /* Circ Search */
  #circSearch h2 {
    font-size: 24px !important;
  }
  
  #circSearch {
    background: transparent !important;
    border: none;
    width: 100%;
    left: 0 !important;
    padding: 2rem !important;
  }
  
  /* Yellow HP */
  .yellowHP {
    width: 37% !important;
    display: block !important;
  }
  
  /* Copy Header Wrap */
  .copyHWrap {
    position: absolute;
    bottom: 8rem;
    left: 3rem;
    width: 80%;
  }
  
  .copyHWrap button {
    padding: 1rem 3rem;
    margin-top: 1rem;
    transition: all 0.2s ease-in-out;
    background: var(--primary);
    color: var(--primary-text);
    text-transform: uppercase;
    font-family: 'GT-America Condensed Black';
    letter-spacing: 0.15em;
  }

  .copyHWrap .heroCtas {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: min(100%, 640px);
  }

  .copyHWrap .heroCtas.heroCtas--triple {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    align-items: stretch;
  }

  .copyHWrap .heroCtas.heroCtas--triple > a {
    min-width: 0;
  }

  .copyHWrap .heroCtas.heroCtas--triple > a:first-child {
    grid-column: 1 / -1;
  }

  .copyHWrap .heroCtas.heroCtas--stacked {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: min(100%, 420px);
  }

  .copyHWrap .heroCtas.heroCtas--stacked > a,
  .copyHWrap .heroCtas.heroCtas--stacked.heroCtas--triple > a,
  .copyHWrap .heroCtas.heroCtas--stacked.heroCtas--triple > a:first-child {
    width: 100%;
    min-width: 0;
    grid-column: auto;
  }

  .copyHWrap .heroCtas a {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 180px;
    box-sizing: border-box;
  }

  .copyHWrap .heroCtas button {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    overflow: hidden;
  }

  .copyHWrap .heroCtas button.heroPrimary {
    justify-content: space-between;
    font-weight: 900;
    opacity: 1;
  }

  .copyHWrap .heroCtas button .heroCtaLabel {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .copyHWrap .heroCtas button.heroPrimary > .heroCtaArrows {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    flex: 0 0 auto;
    pointer-events: none;
  }

  .copyHWrap .heroCtas button.heroCta--hide-arrows > .heroCtaArrows {
    display: none;
  }

  .copyHWrap .heroCtas button.heroSecondary {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.95;
  }

  .copyHWrap .heroCtas button.heroSecondary:hover,
  .copyHWrap .heroCtas button.heroSecondary:focus {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

  .copyHWrap button:hover {
    transition: all 0.2s ease !important;
    transform: scale(1.03);
  }
  
  .copyHWrap h1 {
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 6rem;
    text-transform: capitalize;
    position: relative !important;
    top: auto !important;
    line-height: 1.1;
  }
  
  .copyHWrap h2 {
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative !important;
    top: auto !important;
    margin-top: 0.5rem;
    text-transform: capitalize;
    font-family: 'GT-America';
  }
  
  .copyHWrap h2 span {
    color: #FFF629;
    margin-left: 0.4rem;
  }
  
  .copyHWrap h3 {
    font-size:1.2rem;
    text-transform:uppercase;
    color: var(--primary);
  }
  
  /* Services Slider */
  .services-slider {
    display: block;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-height: 700px;
    border-radius: 8px;
  }
  
  /* Slider Main */
  slider-main {
    width: 100%;
  }
  
  /* Wrap Color */
  .wrapColor {
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 100%;
    z-index: 2;
  }
  
  /* Slider */
  .slider {
    background-color: transparent !important;
  }

  .slider-main > div {
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  /* Main Container */
  .main-container {
    width: 100%;
  }
  
  .main-container .slider {
    height: auto !important;
    clip-path: none;
    margin-top: 0;
  }
  
  /* Services Slider - Slick Track & Dots */
  .services-slider .slick-track {
    margin-left: 0;
    top: 0 !important;
  }
  
  .slick-dots {
    bottom: 20px;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    max-width: 80px;
    height: 3px;
    border-radius: 66px;
    overflow: hidden;
  }
  
  .slick-dots li button {
    font-size: 23px;
    line-height: 0;
    display: inline-block;
    width: 30%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    /* color: #f1f1f1; */
    border: 0;
    outline: none;
    background: transparent;
    overflow: hidden;
  }
  
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 100px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.75;
    color: white;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--primary);
    width: 86px;
    height: 6px;
    border-radius: 75px;
  }
  
  /* Responsive Styles */
  /* --- Media: max-width 1200px --- */
  @media screen and (max-width: 1200px) {
    #bonHero #lordeHero {
      background-position: 0%;
    }
    #lordeHero {
      height: 575px;
    }
  }
  
  /* --- Media: max-width 1000px --- */
  @media screen and (max-width: 1000px) {
    #bonHero .heroText h1 {
      font-size: 35px;
    }
    #lordeHero {
      height: 505px;
    }
    #bonHero .heroText {
      top: 6rem;
    }
    #bonHero #lordeHero {
      background-position: 84%;
    }
  }
  
  /* --- Media: max-width 639px --- */
  @media screen and (max-width: 639px) {
    .upComingHp {
      font-size: 1.9rem;
      margin-top: 2.4rem;
      margin-bottom: 1rem;
      border-bottom: none;
    }
    .newsCopy .ghostB {
      line-height: 42px;
    }
    #bonHero #lordeHero {
      height: 440px;
      background-position: 61%;
    }
    #bonHero .heroText {
      top: 6rem;
      min-width: 227px;
      left: 23rem;
    }
    .heroText time {
      font-size: 14px;
    }
    .heroText button {
      width: 175px;
      margin-top: 1rem;
    }
    #bonHero .heroText h1 {
      font-size: 28px;
      line-height: 1.1;
      margin-bottom: 4px;
    }
    #bonHero .heroText h3 {
      display: block;
      margin-top: 5px;
    }
    #premiumHero h2 {
      font-size: 24px;
    }
    #premiumHero .premiumIcon {
      width: 146px;
    }
    #premiumHero .heroText button {
      background: #000;
      color: #fff;
      font-weight: 500;
      border: 2px solid #000;
      height: 44px;
    }
    #baseHP {
      max-width: 250px;
      margin: 0 auto 3rem;
      display: block;
      height: 54px;
    }
    /* Search Mobile adjustments */
    #secondSearch {
      background: #ffffff;
    }
    #secondSearch h4 {
      font-size: 17px;
    }
    #circSearch h2 {
      font-size: 24px !important;
    }
    #circSearch {
      background: transparent !important;
      border: none;
      width: 100%;
      left: 0 !important;
      padding: 2rem !important;
    }
  }
  
  /* --- Media: max-width 1139px --- */
  @media screen and (max-width: 1139px) {
    .copyHWrap h1 {
      font-size: 3.2rem;
    }
    .slideA,
    .slideB,
    .slideC {
      background-position: 50%;
      min-height: 610px;
      height: 100vh;
    }
    .copyHWrap {
      position: absolute;
      bottom: 9rem;
      left: 2rem;
      width: 90%;
    }
    .main-container .slider {
      height: auto !important;
      /* clip-path: polygon(1% 4%, 96% 7%, 91% 100%, 3% 100%); */
    }
  }
  
  /* --- Media: max-width 739px --- */
  @media screen and (max-width: 739px) {
    .ticki {
      display: none;
    }

    .copyHWrap button {
      padding: 0.82rem 0.9rem;
      font-size: 0.84rem;
      letter-spacing: 0.08em;
    }

    .copyHWrap .heroCtas,
    .copyHWrap .heroCtas.heroCtas--triple,
    .copyHWrap .heroCtas.heroCtas--stacked {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      max-width: min(100%, 340px);
    }

    .copyHWrap .heroCtas a {
      width: 100%;
      min-width: 0;
    }

    .copyHWrap .heroCtas button {
      gap: 0;
      justify-content: center;
      padding-left: 0.9rem;
      padding-right: 0.9rem;
    }

    .copyHWrap .heroCtas button .heroCtaLabel {
      display: block;
      width: 100%;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      line-height: 1.05;
    }
    
    .yellowHP {
      width: 75% !important;
      display: block !important;
      top: 33rem;
      z-index: -1;
    }
    .eventCard p {
      display: none;
    }
    .services-slider .slick-dots {
      bottom: 3px;
    }
    .services-slider {
      min-height: 604px;
      margin-top: -2rem;
    }
    .copyHWrap .heroCtas {
      gap: 0.5rem;
    }
    .copyHWrap .heroCtas.heroCtas--stacked {
      max-width: 100%;
    }
    .copyHWrap .heroCtas button.heroPrimary > .heroCtaArrows {
      display: none;
    }
    .slideA {
      min-height: 96px; background-position: 50%;
    }
    .slideB {
    
      background-position: 50%;
    }
    .slideC {
   
      background-position: 50%;
    }
    .copyHWrap {
      bottom: 9rem;
      left: 1rem;
    }
    .main-container .slider {
      height: auto !important;
      clip-path: none;
      min-height: 566px;
      position: relative;
      overflow: hidden;
    }
    .copyHWrap h1 {
      font-size: 3rem;
      line-height: 3rem;
    }
    .copyHWrap h2 {
      display: none;
    }
  }

  

#upcominDevs {
    margin-right: auto;
    margin-left: auto;
    color: var(--alt-text);
    font-weight: 900;
    /*transform: rotate(270deg);*/

}

#catPru{
         width: 100%;
    background: #202020;
    padding: 1rem;
    margin-top: 3rem;
    max-width: 100%;
    }
    .catPruWrap{
        max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 0% 1%;
    width: 98%;
    }
    .catPruWrap img{
        width: 18%;
    display: inline-block;
    margin-left: 1%;
    min-width: 163px;
    }


@media screen and (max-width: 1039px){

 #catPru{
        overflow: scroll;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
    max-width: 100%;
    }
    .catPruWrap{
    min-width: 1028px;
    padding: 0% 0%;
    width: 100%;
    overflow: scroll;
    min-width: 1028px;
}
  .catPruWrap img{
    min-width: 112px;
    max-width: 138px;

}
}
@media screen and (max-width: 739px){
#upcominDevs {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem;
    padding-left: .8rem;

    }
     .catPruWrap{
    min-width: 800px;
  }
}

.premBlockWrapi{
  width: 100%;
    background-color: #7a7a7a;
    padding: 2rem 0rem;
}
#premEdp {
    width: 100%;
    padding: 1%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.premCopy {
    width: 27%;
    display: inline-block;
    float: left;
    padding-top: 7rem;
    margin-right: 2%;
}
.premCopy p{
  color: #fff;
  margin-top: 1rem;
}
.premProd{
    /* width: 31%; // temporarily 2 columns; */
    width: 47% ;
    display: inline-block;
    margin: 1%;
    overflow: hidden;
}
.premCarosel{
    max-height: 282px;
    }
.premBlock{
    background-color: #4d4d4d;
    margin-top: -5rem;
    position: relative;
    color: #fff;
    padding: 2em;

}
.premBlock h4{
      text-transform: capitalize;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-weight: 900;
}
.premBlock p{
  color: #ababab;
    padding-top: 0rem;
    margin-bottom: 1rem;
}
/* .linkPrem{
    width: 100%;
    padding-top: 0.3rem;
}
.linkPrem button{
    background: #121212;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-weight: 700;
    line-height: 3rem;
    padding-left:1em;
    padding-right:1em;
}

.linkPrem button:hover{
 transition: all 0.2s ease !important;
  transform: scale(1.05); 
  background-color: var(--primary);
  color: var(--primary-text);
  } */
.explore{
  width: 39%;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 1%;
}
.reserve{
  width: 48%;
    letter-spacing: 1px;
    font-weight: 700;
}
  .premCarosel .slick-slide img {
    display: inline-block;
    width: 100%;
}

.premCarosel .slick-prev {
    left: 12px;
    z-index: 1;
    }

.premCarosel  .slick-next {
    right: 12px;
}

.upcomingEvents  {
  color: var(--alt-text);
  padding: 5px;
  width:100%;
  max-width:1368px;
  margin-left:auto;
  margin-right:auto;
}




.newsletter-form-box {
    background-color: #242424;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 4px;
}



.newsletter-form-box p {
  color:#fff;
}

.newsletter-form-box h3 {
  color:#002d71;
}

.newsletter-form-box .legal {
  font-size: 0.8rem;
  color:#002d71;
  font-style: italic;
}

  @media screen and (max-width: 1020px){
.premCopy {
    width: 100%;
    display: inline-block;
    float: none;
    padding-top: 0rem;
    margin-right: 2%;
    
}
.premCopy {
    max-width: 342px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 4rem;
}
.premCopy p {
    display: none;
}
.premProd {
    width: 47.5%;
}
}
@media screen and (max-width: 739px){
  .premProd {
    width: 98% !important;
    padding: 1% !important;
}
#loftyy{
  display: none;
}
.premCopy{
    margin-bottom: 1rem !important;
    max-width: 280px;
    margin-top: 1rem;
}
.eventCard h3 {
    background: transparent;
    top: auto;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 10px;
    line-height: 1.3rem;
    bottom: -1rem;
}
.eventCard p {
  display: none;
}


#hpBody .cardImg {
    height: 169px;
}
#hpBody .eventCard time {
    font-size: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 0px;
    height: 72px;
    width: 72px;
    padding-left: 4px;
    padding-right: 4px;
}
#hpBody .eventday {
    font-size: 2.12rem;
    margin-top: -0.58rem;
    margin-bottom: -0.64rem;
    letter-spacing: 0;
    
}
#hpBody .eventdayRange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0.84;
    letter-spacing: 0;
}
#hpBody .eventdayRange--tight {
    font-size: 1.66rem;
}
#hpBody .eventdayRange .ampersand {
    display: inline-block;
    margin: 0 0.05em;
    font-size: 0.42em;
    line-height: 1;
    transform: translateY(-0.02em);
}
#hpBody .eventCard h3 {
    background: transparent;
    top: auto;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 10px;
    line-height: 1.3rem;
    bottom: -1.5rem;
    padding-top: initial;
    padding-bottom: inherit;
    height: auto;
}
}

  .eventCard {
    
    overflow: hidden;
}
.eventCard time {
  
    font-size: 12px;
    background: var(--primary);
    color: var(--primary-text);
    padding-bottom: 5px;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 900;
    border: none !important;
    height: 84px;
    width: 66px;
    z-index: 3 !important;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px 0px #00000030;
    }
    .eventday {
    font-size: 38px;
    margin-top: -12px;
    margin-bottom: -12px;
    letter-spacing: 1px;
    font-family: 'GT-America Condensed Black';
    font-weight:900;
    
}
.eventCard h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 0;
}


@media screen and (max-width: 639px){
  
.EventStuff .overlay {
    opacity: 1;
}
#eventContain .element-item {
    width: 50%;
    }
    .eventCard {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 2%
    }
    #hpBody .cardImg {
    height: 190px !important;
}
.eventCard time {
    font-size: 8.5px;
    padding-bottom: 0px;
    padding-top: 3px;
    top: 0px;
    height: 64px;
    width: 52px;
    }
    #hpBody .eventCard time {
    height: 56px;
    width: 56px;
    padding-left: 0;
    padding-right: 0;
}
    #hpBody .eventday,
    .EventStuff .eventday {
    font-size: 26px;
    margin-top: -8px;
    margin-bottom: -8px;
}
    #hpBody .eventdayRange,
    .EventStuff .eventdayRange {
    margin-top: 0;
    margin-bottom: 0;
}
    #hpBody .eventdayRange--tight,
    .EventStuff .eventdayRange--tight {
    font-size: 20px;
}
    #hpBody .eventdayRange .ampersand,
    .EventStuff .eventdayRange .ampersand {
    margin: 0 0.03em;
    font-size: 0.42em;
    transform: translateY(-0.02em);
}
#hpBody .eventCard h3 {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.1rem !important;
}
.ticki {
    display: none;
}

/* Final homepage overrides */
#hpBody .eventCard time {
    font-size: 10px;
    top: 0;
    width: 72px;
    height: 72px;
    padding: 0 4px;
    box-sizing: border-box;
}

#hpBody .eventday {
    font-size: 2.12rem;
    margin-top: -0.58rem;
    margin-bottom: -0.64rem;
    letter-spacing: 0;
}

#hpBody .eventdayRange {
    line-height: 0.84;
}

#hpBody .eventdayRange--tight {
    font-size: 1.66rem;
}

#hpBody .eventdayRange .ampersand {
    margin: 0 0.05em;
    font-size: 0.42em;
    line-height: 1;
    transform: translateY(-0.02em);
}

@media screen and (max-width: 739px) {
    .copyHWrap .heroCtas,
    .copyHWrap .heroCtas.heroCtas--triple,
    .copyHWrap .heroCtas.heroCtas--stacked {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: min(100%, 340px) !important;
    }

    .copyHWrap .heroCtas > a {
        width: 100% !important;
        min-width: 0 !important;
    }

    .copyHWrap .heroCtas button {
        justify-content: center !important;
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }

    .copyHWrap .heroCtas button .heroCtaLabel {
        display: block;
        width: 100%;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        line-height: 1.05;
    }

    .copyHWrap .heroCtas button.heroPrimary > .heroCtaArrows {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    #hpBody .eventCard time {
        width: 56px;
        height: 56px;
        padding-left: 0;
        padding-right: 0;
    }

    #hpBody .eventday {
        font-size: 26px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    #hpBody .eventdayRange {
        margin-top: 0;
        margin-bottom: 0;
    }

    #hpBody .eventdayRange--tight {
        font-size: 20px;
    }

    #hpBody .eventdayRange .ampersand {
        margin: 0 0.03em;
        font-size: 0.42em;
        transform: translateY(-0.02em);
    }
}

/* Premium Banner */
.premium-banner { 
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.premium-banner img { 
    width: 100%; 
    height: auto; 
    display: block; 
}

@media (min-width: 1240px) {
    .premium-banner img { 
        
        object-fit: cover; 
    }
}

/* Premium Banner - Mobile Adjustments */
@media screen and (max-width: 739px) {
    .premium-banner {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .premium-banner img {
        object-fit: cover;
    }
}

@media screen and (max-width: 639px) {
    .premium-banner {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .premium-banner img {
        object-fit: cover;
    }
}

/* Terminal homepage overrides */
#hpBody .eventCard time {
    font-size: 10px;
    top: 0;
    width: 72px !important;
    height: 72px !important;
    padding: 0 4px;
    box-sizing: border-box;
}

#hpBody .eventday {
    font-size: 2.12rem;
    margin-top: -0.58rem;
    margin-bottom: -0.64rem;
    letter-spacing: 0;
}

#hpBody .eventdayRange {
    line-height: 0.84;
}

#hpBody .eventdayRange--tight {
    font-size: 1.66rem;
}

#hpBody .eventdayRange .ampersand {
    margin: 0 0.05em;
    font-size: 0.42em;
    line-height: 1;
    transform: translateY(-0.02em);
}

@media screen and (max-width: 739px) {
    .copyHWrap .heroCtas,
    .copyHWrap .heroCtas.heroCtas--triple,
    .copyHWrap .heroCtas.heroCtas--stacked {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: min(100%, 340px) !important;
    }

    .copyHWrap .heroCtas > a {
        width: 100% !important;
        min-width: 0 !important;
    }

    .copyHWrap .heroCtas button {
        justify-content: center !important;
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }

    .copyHWrap .heroCtas button .heroCtaLabel {
        display: block;
        width: 100%;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        line-height: 1.05;
    }

    .copyHWrap .heroCtas button.heroPrimary > .heroCtaArrows {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    #hpBody .eventCard time {
        width: 56px !important;
        height: 56px !important;
        padding-left: 0;
        padding-right: 0;
    }

    #hpBody .eventday {
        font-size: 26px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    #hpBody .eventdayRange {
        margin-top: 0;
        margin-bottom: 0;
    }

    #hpBody .eventdayRange--tight {
        font-size: 20px;
    }

    #hpBody .eventdayRange .ampersand {
        margin: 0 0.03em;
        font-size: 0.42em;
        transform: translateY(-0.02em);
    }
}
    
