/* Universal breakpoints */
.hero {
  z-index: -3;
}

@media (max-width: 991px) {
  .hero_featured_card {
    /* margin-top: 40px;*/
  }
}

.featured-card-row-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
}

@media screen and (max-width: 600px) {
  .featured-card-row-container {
    padding: 0 10px;
  }
}

.featured-card-row {
  background-color: white;
  display: grid;
  grid-auto-flow: column;
  /* NC MKPL Added */
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-content: end;
  width: 1000px;
  max-width: 100vw;
  border-radius: 8px;
  padding: 20px 40px;
  gap: 34px;
  margin: -100px 0 100px 0;
  position: relative;
}

.featured-card-row::after {
  position: absolute;
  content: "";
  background-color: #fbc600;
  height: 100%;
  width: 100%;
  top: 50px;
  right: -40px;
  border-radius: 8px 0 0 8px;
  z-index: -1;
}

@media (max-width: 1079px) {
  .featured-card-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .featured-card-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .featured-card-row {
    margin-top: -50px;
  }
}

.featured-card-row a.large-screen {
  display: block;
  font-size: 20px;
  height: 30px;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
}

@media (max-width: 767px) {
  .featured-card-row a.large-screen {
    display: none;
  }
}

.featured-card-row a.small-screen {
  display: none;
}

@media (max-width: 767px) {
  .featured-card-row a.small-screen {
    width: 256px;
    display: block;
    font-size: 14px;
    height: 30px;
    max-width: 85%;
    text-align: center;
    margin: 20px auto 10px auto;
  }
}

@media (max-width: 479px) {
  .featured-card-row a.small-screen {
    width: 100%;
  }
}

.featured-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1079px) {
  .featured-card-header {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .featured-card-header {
    grid-row: span 1;
    grid-column: 1;
  }
}

.featured-card-header h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 auto 24px auto;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 2px solid gold;
}

@media (max-width: 767px) {
  .featured-card-header h2 {
    font-size: 24px;
  }
}

.list {
  flex-grow: 1;
  margin-left: 10px;
}

@media (max-width: 1079px) {
  .list {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 991px) {
  .list {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .list {
    grid-column: 1;
    grid-row: 3;
  }
}

.list h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .list h3 {
    font-size: 24px;
  }
}

.list ul {
  padding-left: 16px;
  line-height: 23px;
}

@media (max-width: 1079px) {
  .list ul {
    font-size: 14px;
  }
}

.card-pic {
  background-image: url("../img/lowes_advantage_card_art.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(5deg);
  width: 224px;
}

@media (max-width: 1079px) {
  .card-pic {
    height: 160px;
    margin-top: 20px;
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 991px) {
  .card-pic {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .card-pic {
    grid-column: 1;
    grid-row: 2;
  }
}

.hero_featured_card .hero {
  height: 713px;
}

@media (max-width: 991px) {
  .hero_featured_card .hero {
    min-height: 500px;
  }
}

.hero_featured_card .hero .content {
  position: absolute;
  padding: 0 0 180px 158px;
}

@media (max-width: 1079px) {
  .hero_featured_card .hero .content {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 375px) {
  .hero_featured_card .hero .content {
    padding-top: 30px;
  }
}

.hero_featured_card .hero .hero-heading {
  padding: 0;
  margin-bottom: 24px;
}

.hero_featured_card .hero .pt-24 {
  padding-top: 0;
}

.hero_featured_card .hero .hero-subtext {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .hero_featured_card .hero .hero-heading {
    padding-top: 0;
    max-width: 100%;
    font-size: 36px;
    line-height: 41px;
  }
}


.hero_featured_card .hero .hero-scroll-link {
  text-decoration: underline;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .hero_featured_card .hero-copy-content {
    align-self: flex-end;
  }
}

@media (max-width: 1079px) {
  .hero_featured_card .hero-copy-content {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .hero_featured_card .hero-subtext {
    font-size: 16px;
    line-height: 22px;
  }
}

.hero_featured_card .block.button-gold.text-center {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  width: 240px;
}


/* Pay as guest css fix*/

.pay-guest-cta-wrap .cta-subtext {
  padding-top: 25px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
}

.pay-guest-cta-wrap .cta-subtext a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .pay-as-guest .gradient-gray-left.mobile-left {
    background: linear-gradient(298.69deg, #2d2e35 7.52%, rgba(59, 60, 67, 0.5) 47.16%, rgba(59, 60, 67, 0.5) 45.16%);
  }
}

.hero_featured_card .hero-copy-content {
  width: 666px;
}

@media (max-width: 991px) {
  .hero_featured_card .hero {
    height: 620px;
    padding: 0 !important;
    background-position: 75% 10% !important;
  }

  .hero_featured_card .hero .content {
    padding: 0 16px 158px 16px;
    bottom: 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero_featured_card .block.button-gold.text-center {
    width: auto;
  }

  .hero_featured_card .hero-copy-content {
    width: auto;
  }
}

@media (max-width: 543px) {
  .hero_featured_card .hero .content {
    padding: 0 16px 48px 16px;
    bottom: 0;
    height: auto;
  }
}

.hero_featured_card .hero .content a.text-white {
  margin-bottom: 20px;
}

/* updated by sumati as part of ADA */
.hero .container .hero-copy-content .pay-guest-cta-wrap .inline-basic-link:focus-visible {
  outline: 2px solid #fff;
  border-radius: 8px;
  outline-offset: 2px;
}