/* Navigation & Slick */
.nav-container .slick-list {
    position: relative !important;
  }
  
  .slick-dots {
    bottom: -31px;
  }
  
  .nav-container .slick-list {
    overflow: visible;
  }
  
  /* 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 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);
  }
  
  /* Nav Container */
  .nav-container {
    position: absolute;
    right: 0;
    top: 78px;
    height: 620px;
    padding: 0;
    max-width: 144px;
    width: 100%;
    display: block;
  }
  
  /* Services Slider */
  .services-slider {
    display: block;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-height: 700px;
    border-radius: 8px;
  }
  
  /* Datez */
  .datez {
    width: 100%;
    display: inline-block;
    border: none !important;
    max-width: 100%;
/*    background: var(--alt);*/
background: #242424;
    text-align: center;
    color: var(--alt-text);
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .nav-container .slick-current .datez {
    border: none !important;
    background: var(--primary) !important;
    color: var(--primary-text) !important;
    transition: all 0.2s ease !important;
    transform: scale(1.05);
    opacity: 1;
  }
  
  /* Multiday */
  .multiday {
    font-size: 3.2rem !important;
    letter-spacing: 0;
    margin-top: -0.1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .multiday span.ampersand {
    font-size: 1.8rem;
    vertical-align: middle;
  }
  
  /* 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;
  }
  
  /* Nav Container - Datez Styles */
  .nav-container .datez {
    max-height: 100%;
    max-width: 168px;
    text-transform: uppercase;
    padding: 0.7rem 0;
    transition: all 0.2s ease;
    opacity: .78;
  }
  
  .datez h4 {
    margin: 0.2rem 0 0 0;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-weight: 900;
  }
  
  .datez h5 {
    margin: 0.2rem 0;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: 'GT-America';
  }
  
  .datez h3 {
    font-size: 3.2rem;
    margin: -0.8rem 0 -.8rem;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  
  .nav-container .slick-slide {
    max-height: 100%;
    margin-bottom: 1rem;
  }
  
  /* 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;
    }
    
    .nav-container .slick-current {
      width: 100px !important;
      margin-left: -17px !important;
      transition: all 0.2s ease-in-out;
    }
    .multiday {
      font-size: 1.5rem !important;
      margin-top: 0 !important;
      margin-bottom: 1rem !important;
    }
    .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;
    }
    .nav-container {
      position: absolute;
      right: -7px;
      width: 76px;
      top: 100px;
      display: block;
    }
    .nav-container .slick-slide {
      margin-bottom: 0.65rem;
    }
    .nav-container .datez {
      max-width: 84px;
      padding: 0.2rem;
      border: 2px solid #2E2E2E !important;
    }
    .datez h4 {
      display: none;
    }
    .datez h5 {
      font-weight: 600;
      letter-spacing: 0;
      font-size: 0.72rem;
    }
    .datez h3 {
      font-size: 2.2rem;
      margin: -0.5rem 0;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .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: 56px;
    width: 56px;
}
#hpBody .eventday {
    font-size: 1.7rem;
    margin-top: -10px;
    margin-bottom: -9px;
    letter-spacing: 1px;
    
}
#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;
    }
    .EventStuff .eventday {
    font-size: 26px;
    margin-top: -8px;
    margin-bottom: -8px;
}
#hpBody .eventCard h3 {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.1rem !important;
}
.ticki {
    display: none;
}
    }

/* 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;
    }
}
    
