@charset "UTF-8";
/* CSS Document */

/* Disable horizontal scroll on body and html */
html,
body {
  overflow-x: hidden;
}

/* Disable vertical scroll on body and html */
html.disable-scroll,
body.disable-scroll {
  overflow-y: hidden;
}

/* fonts */
/* BentonSans Font */
/* BENTONSANS LIGHT (100) */
@font-face {
  font-family: BentonSansLt;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansLt.woff')
    format('woff');
}

/* BENTONSANS BOOK (300)  */
@font-face {
  font-family: BentonSansBook;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBook.woff')
    format('woff');
}

/* BENTONSANS (400)  */
@font-face {
  font-family: BentonSans;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSans.woff')
    format('woff');
}

/* BENTONSANS MD (500)  */
@font-face {
  font-family: BentonSansMd;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansMd.woff')
    format('woff');
}

/* BENTONSANS BOLD (600)  */
@font-face {
  font-family: BentonSansBold;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBold.woff')
    format('woff');
}

/* BentonSanCond Font */
@font-face {
  font-family: 'BentonSans-CondMd';
  src: local('Benton Sans Condensed Medium');
  src: url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot');
  src:
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot?')
      format('embedded-opentype'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-3.woff')
      format('woff'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-1.ttf')
      format('truetype'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-4.svg#web')
      format('svg');
  font-style: normal;
  font-weight: normal;
}

/* Guardian Egypt font */
@font-face {
  font-family: 'Guardian Egypt';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.2.0/package/dist/fonts/guardianregular.woff2)
    format('woff2');
}

h1 {
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 56px;
  line-height: 61px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
  /* margin-bottom: 8px; */
}

h2 {
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fbfbfb;
  margin-bottom: 20px;
}

p {
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 15px;
}

/* Normalization start */

a.link-underlined {
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.noPadding {
  padding: 0 !important;
}

.mobile-off {
  display: block !important;
}

/* over-riding default color */
.dls-bright-blue {
  color: #0066be !important;
  fill: #0066be !important;
}

/* changing the position and color of the icon for different state */
[data-dls-icon][data-dls-icon-size='md'] svg {
  height: 24px !important;
  width: 24px !important;
  vertical-align: 0;
}

i {
  padding: 0 !important;
}

html {
  overscroll-behavior: none;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.col,
[class*=' col-'],
[class^='col-'] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* .container {
  max-width: 100%;
  padding: 0 !important;
} */

/* ul,
li {
  padding: 0px;
  margin: 0px;
} */

ul {
  list-style-type: none;
}

iframe {
  border-width: 0px !important;
  border-style: none !important;
}

.desktopOnly {
  display: block !important;
}

.mobileOnly {
  display: none !important;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* Focusing the button with a keyboard will show a dashed black line. */
button:focus-visible {
  outline: 1px dashed gray;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
  outline: none;
  /* box-shadow: 1px 1px 5px rgba(1, 1, 0, .7); */
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* Normalization end */

#rm-NFLDraft27LearnMore,
#rm-SuperBowlLearnMore {
  visibility: hidden;
}

#eventHeroContainer > div.hidden-md-down > div {
  background-size: contain;
  background-repeat: no-repeat;
}

p:last-child {
  margin-bottom: 0;
}

.hide {
  display: none !important;
}

.mobhide {
  display: block;
}

.dskhide {
  display: none;
}

.btn {
  display: inline-block !important;
}

.btn i {
  display: none;
}

#eventHeroContainer {
  width: 100%;
  background-color: #001d3e;
}

#eventHeroContainer > .container {
  max-width: 1280px !important;
  padding: 0px;
}

.eventHero {
  /* padding: 70px 0 60px; */
  width: 100%;
  height: 543px;
  /* max-width: 1280px !important;
  margin: 0 auto; */
}

.eventHero > .container {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 98px 56px 0;
  /* height: 543px;
  max-width: 1280px !important;
  margin: 0 auto; */
}

.eventHero .card-img-bg.hidden-md-down,
.eventHero .card-img-bg.hidden-sm-down {
  background-position: center bottom;
  /* background-size: contain;
  background-repeat: no-repeat; */
}

.eventHero .card-img-bg.hidden-md-up {
  background-position: center bottom;
}

.eventHero .hero-logos {
  width: 100%;
  height: auto;
  max-width: 165px;
  margin-bottom: 48px;
}

.eventHero .hero-logos img {
  width: 278px;
}

.eventHero h1 {
  position: relative;
}

.eventHero p {
  width: 100%;
  max-width: 410px;
  padding: 6px 0 28px 0;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.heading-text {
  position: relative;
  z-index: 10;
}

.eventHero .richtext {
  max-width: 550px;
}

/* div.eventHero > div > div {
  background-position: center top;
} */

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 !important;
  margin: 0;
  font: inherit;
}

:root {
  color-scheme: only light;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  padding-top: 56px;
  padding-bottom: 15px;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin-top: 30px !important;
}

.button.owl-prev {
  width: 48px;
  height: 48px;
  background: none;
}

.owl-dots {
  display: none;
}

/* #carouselPremiumBusBenefits > div > div.owl-nav {
  display: none;
} */

.carouselModule {
  max-width: 100%;
  width: 100%;
  background: #001d3e;
}

.carouselModule > .container {
  max-width: 1280px;
  width: 100%;
  min-height: 550px;
  margin: 0 auto;
  padding: 80px 0px 40px 40px !important;
}

.carouselModule h2 {
  max-width: calc(100% - 40px);
  width: 100%;
  padding-bottom: 0;
}

.carouselModule p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  max-width: 740px;
  width: 100%;
  padding: 0;
}

.carouselModule p.terms {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #83baeb;
  max-width: 840px;
  width: 100%;
  padding: 0;
}

.carouselModule p a {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0066be;
  display: block !important;
  height: 48px;
  width: 130px;
}

.item {
  width: 360px;
  height: 250px;
  border: solid 1px #3b5a76;
  border-radius: 8px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 32px;
  height: 32px;
}

.itemBodyCopies a:focus,
.carouselModule p a:focus {
  /* border: solid 2px #0066BE; */
  border: 1px #0066be;
  border-style: dashed;
}

.itemBodyCopies {
  display: block;
  height: 220px;
  position: relative;
  padding: 24px 20px 32px 24px;
}

.itemBodyCopies h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fbfbfb;
  padding: 16px 0 12px 0;
}

.itemBodyCopies span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
}

#pbtSlide2 > div > span {
  height: 325px !important;
}

.itemBodyCopies p {
  width: 100%;
  /* height: 275px; */
  font-size: 14px;
  line-height: 22px;
  /* max-width: 235px; */
}

.itemBodyCopies p {
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  color: #fbfbfb;
}

.item a {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #edf7ff !important;
  text-decoration: underline;
  padding: 0px;
  position: absolute;
  bottom: 0;
  width: 80px;
  /* height: 20px; */
  display: block !important;
  min-width: 0px;
  min-height: 0px;
  margin-bottom: 0px;
}

.item a span {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  bottom: 0px;
  padding: 0px;
}

.item a span i {
  vertical-align: middle;
}

#carouselPremiumBusBenefits .item {
  width: 282px;
  height: 515px;
  /* margin-right: 24px; */
  background: #e2e3e2;
}

#carouselPremiumBusBenefits .carouselModule p {
  padding-bottom: 8px;
}

#carouselPremiumBusBenefits > div > div.owl-stage-outer > div > div {
  margin-right: 24px;
}

#carouselPremiumBusBenefits .item p {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  max-width: 235px;
}

#carouselPremiumBusBenefits .item ptermsGray {
  height: auto;
}

#carouselPremiumBusBenefits .itemBodyCopies span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}

ul.twoColumns,
ul.threeColumns,
ul.fourColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}

ul.twoColumns li {
  max-width: 49.3%;
  width: 100%;
}

ul.threeColumns li {
  max-width: 32%;
  width: 100%;
}

ul.fourColumns li {
  max-width: 24%;
  width: 100%;
}

.grayBackgroundE2E3E2 {
  background-color: #e2e3e2 !important;
}

/* Modal Styles */
#modalContainer {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed !important;
  z-index: 1300;
  background: #000000;
  background: url('https://www.americanexpress.com/content/dam/amex/en-us/benefits/membership/experiences/nfl/images/2525550_bkg_modal_container.png');
  background-repeat: repeat;
  /* opacity: 0.5; */
  display: none;
}

#modalContainer > div.container {
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

#modalEventContainer {
  width: 95vw;
  flex-direction: column;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1064px;
  max-height: 468px;
  background: #ffffff;
}

#modalEventContainer > div > div.race-content > div > p.race-date {
  display: none;
}

.NFLDraftLearnMoreLink {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #006fcf;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1765px) {
  #eventHeroContainer > div.hidden-md-down > div {
    background-size: cover;
  }
}

@media (max-width: 1215px) {
  /* Show the second carousel nav for blow 1216px wide */
  #carouselPremiumBusBenefits > div > div.owl-nav {
    display: block;
    width: 114px;
  }

  #carouselPremiumBusBenefits > div > div.owl-nav button img {
    display: block;
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 1069px) {
  #withPlatinumVideoModule ul.twoColumns li:last-child {
    max-width: 480px;
    width: 100%;
    background: #e2e3e2;
    padding: 40px;
  }
}

@media (max-width: 1069px) {
  /* Event Modal Styles */
  #modalEventContainer {
    width: 95vw;
  }
  #modalEventContainer .selected-race-content .event-images {
    width: 40% !important;
  }

  #modalEventContainer .selected-race-content .race-content {
    width: 60% !important;
  }

  .twoColumnsLeft {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .desktopOnly {
    display: none !important;
  }

  .mobileOnly {
    display: block !important;
  }

  ul.twoColumns li,
  ul.threeColumns li,
  ul.fourColumns li {
    max-width: 100%;
    width: 100%;
  }

  .carouselModule h2 {
    font-size: 28px;
    line-height: 33px;
    max-width: calc(100% - 116px);
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 0px;
  }

  .carouselModule h3 {
    /* font-size: 24px;
    line-height: 32px;
    color: #404347;
    max-width: 598px;
    width: 100%;
    padding-bottom: 12px; */
  }

  .carouselModule p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 16px;
  }

  .carouselModule > .container {
    padding: 56px 0px 56px 16px !important;
  }

  .owl-carousel.owl-loaded {
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .item {
    width: 303px !important;
    height: 276px;
    /* border: solid 1px #3b5a76;
    border-radius: 8px; */
  }

  .itemBodyCopies {
    display: block;
    height: 250px;
    position: relative;
    padding: 24px 20px 32px 24px;
  }

  .itemBodyCopies p {
    width: 100%;
    /* height: 275px; */
    font-size: 14px;
    line-height: 22px;
    padding-right: 0px;
    /* max-width: 235px; */
  }
}

.perks {
  padding: 40px 0 0;
}

.perks > .container {
  max-width: 1440px !important;
  padding: 0 20px;
}

.perks * {
  text-align: center;
}

.perks-carousel-container .card-img-bg {
  border-radius: 8px;
}

.perks p {
  max-width: 800px;
  margin: 0 auto;
}

.perks-carousel-container {
  padding: 40px 75px 60px;
}

.perks-carousel-container > .container {
  max-width: 100% !important;
}

#benefitsCarousel .slides img {
  display: block;
  width: 46px;
  margin: 0 auto 15px;
}

#benefitsCarousel h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #00175a;
  margin-bottom: 15px;
}

#benefitsCarousel a {
  color: #006fcf;
}

#benefitsCarousel p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

.races-filter-container {
  padding: 30px 0 12px;
  background: #001d3e;
}

.races-filter-container h2 {
  text-align: right;
  color: #ffffff;
  margin: 0 10px 0 0;
}

#races-dropdown {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 304px;
  max-width: 100%;
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 16px;
  background: #ffffff
    url('/content/dam/amex/en-us/benefits/membership/experiences/formula-1/2025/images/icons/select-arrow.svg')
    no-repeat calc(100% - 22px) 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 32px 10px 17px;
  margin: 0 0 0 47px;
  z-index: 9;
}

/* Hide initial state of event details */
.eventLocation,
.modalLinksContainer {
  display: none;
}

#race-mega-card .eventLocation,
#race-mega-card .modalLinksContainer,
#modalEventContainer .eventLocation,
#modalEventContainer .modalLinksContainer {
  display: block;
}

/* MEGA CARD */
.mega-card-container {
  padding: 48px 40px 32px 40px;
  background: #001d3e;
}
.mega-card-container > .container {
  max-width: 1200px !important;
  padding: 0;
}

.mega-card-container h2 {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 24px;
  margin-bottom: 0px;
}

#race-mega-card {
  position: relative;
  width: 100%;
  min-height: 384px;
  background: #fff;
  /* border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.mega-card-close {
  position: absolute;
  cursor: pointer;
}

.mega-card-close.desktop {
  top: 12px;
  right: 10px;
}

.mega-card-close.mobile {
  display: none;
  top: 20px;
  right: 20px;
}

.selected-race-content {
  width: 100%;
  display: flex;
}

.selected-race-content .event-images {
  width: 44.5%;
  border-radius: 0;
}

.selected-race-content .race-round {
  font-size: 19px;
  padding: 5px 7px 4px;
}

.selected-race-content .race-image {
  display: block;
  object-fit: cover;
  height: 100%;
}

.selected-race-content .race-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  /* align-items: center; */
  width: 55.5%;
  margin: 0 0 0 0px;
  padding: 0 48px;
  border: 0;
}

#modalEventContainer .selected-race-content .event-images {
  width: 40%;
  border-radius: 0;
}

.selected-race-content .race-round {
  font-size: 19px;
  padding: 5px 7px 4px;
}

.selected-race-content .race-image {
  display: block;
  object-fit: contain;
  min-height: 384px;
  width: 271px;
  height: auto;
  padding-top: 16px;
}

#modalEventContainer .selected-race-content .race-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  /* align-items: center; */
  width: 60%;
  padding: 50px 40px 50px;
  border: 0;
}

.selected-race-content .race-content * {
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

.selected-race-content .race-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0;
}

.selected-race-content h4 {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0;
}

.selected-race-content p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 0;
}

/* .selected-race-content .race-description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  display: none;
} */

.selected-race-content .race-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 440px;
  margin-bottom: 32px;
  /* margin: 30px 0 20px -20px; */
}

.selected-race-content .race-icons .icon.grey {
  display: none;
  width: 32px;
  height: 32px;
}

.selected-race-content .race-icons .icon.blue {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.selected-race-content .race-icons img {
  margin-bottom: 7px;
}

.selected-race-content .race-icons li {
  /* width: 140px; */
  text-align: left;
  vertical-align: top;
  margin: 0 0 0px;
  padding: 0px 0px;
}

.selected-race-content .race-icon-tooltip {
  display: block;
  position: static;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  /* text-transform: uppercase; */
  color: #262626;
  background: transparent;
  margin: 0 0 px;
  padding: 0;
  transform: none;
  white-space: normal;
}

.selected-race-content .race-icon-tooltip::after {
  display: none;
}

.selected-race-content .race-icon-description {
  /* display: block; */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#race-mega-card .race-content .modalLinksContainer > div > a,
#race-mega-card .race-content .modalLinksContainer > div:nth-child(2) > a,
#modalEventContainer .race-content .modalLinksContainer > div > a,
#modalEventContainer .race-content .modalLinksContainer > div:nth-child(2) > a {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #006fcf;
  padding: 0;
}

#race-mega-card .race-content .modalLinksContainer > div > a:focus-visible,
#race-mega-card
  .race-content
  .modalLinksContainer
  > div:nth-child(2)
  > a:focus-visible,
#modalEventContainer .race-content .modalLinksContainer > div > a:focus-visible,
#modalEventContainer
  .race-content
  .modalLinksContainer
  > div:nth-child(2)
  > a:focus-visible {
  outline: 1px dashed gray;
}

#race-mega-card .race-content .modalLinksContainer > div:nth-child(1) > img,
#modalEventContainer
  .race-content
  .modalLinksContainer
  > div:nth-child(1)
  > img {
  width: 14px;
  height: 17px;
  margin-left: 5px;
}

#race-mega-card .race-content .modalLinksContainer > div:nth-child(1),
#modalEventContainer .race-content .modalLinksContainer > div:nth-child(1) {
  padding-bottom: 16px;
}

#race-mega-card .race-content .modalLinksContainer > div:nth-child(2) > a,
#modalEventContainer .race-content .modalLinksContainer > div:nth-child(2) > a {
  font-weight: 400;
  margin-bottom: 7px;
  padding-right: 20px;
}

#race-mega-card .race-content .modalLinksContainer > div:nth-child(2),
#modalEventContainer .race-content .modalLinksContainer > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  max-width: 500px;
}

#race-mega-card .race-content .modalLinksContainer > div > p,
#modalEventContainer .race-content .modalLinksContainer > div > p {
  font-family: 'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #595959;
  padding: 0;
}

.selected-race-content a {
  /* display: none; */
}

.selected-race-content .race-disclaimer {
  display: block;
  position: absolute;
  bottom: 50px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}

/* RACES LISTS */

.races-ribbon-bg {
  position: absolute;
  right: -170px;
  top: 30px;
  z-index: 1;
}

.past-races-container {
  padding-bottom: 83px;
}

.past-races-container h2 {
  text-align: center;
  color: #ffffff;
  /* border-top: 1px solid #a8a8a8; */
  padding: 20px 0;
  margin: 25px 0 0;
}

.upcoming-races-container,
.past-races-container {
  background: #001d3e;
}

.races-filter-container > .container,
.upcoming-races-container > .container,
.past-races-container > .container {
  max-width: 1280px !important;
  padding: 0 40px !important;
  /* background: #001d3e; */
}

.upcoming-events-list,
.past-races-list {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  grid-gap: 29px;
  margin: 0 auto;
  z-index: 2;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.upcoming-events-list {
  margin-bottom: 20px;
}

.past-races-list {
}

.race {
  background: #fff;
  width: 278px;
}

.race-details {
  font-family:
    'BentonSans',
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: 700;
}

.event-images {
  overflow: hidden;
  height: 200px;
}

#race-mega-card .event-images,
#modalEventContainer .event-images {
  /* border-radius: 8px 8px 0 0; */
  overflow: hidden;
  height: auto;
}

/* .event-images,
.race-image {
  display: flex;
  width: 100%;
  object-fit: cover;
} */

.event-images,
.event-images.draft2026,
.event-images.superbowl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/content/dam/amex/en-us/benefits/membership/experiences/nfl/images/2525550_bkg_game.svg')
    center center no-repeat;
  background-size: cover;
}

.event-images.draft2026 {
  background: url('/content/dam/amex/en-us/benefits/membership/experiences/nfl/images/2525550_bkg_draft_2026.svg')
    center center no-repeat;
}

.event-images.superbowl {
  background: url('/content/dam/amex/en-us/benefits/membership/experiences/nfl/images/2525550_bkg_superbowl.svg')
    center center no-repeat;
}

.event-images img {
  width: 140px;
  padding-top: 8px;
}

.event-images img.draft {
  width: 324px;
  height: auto;
}

.event-images img.superbowl {
  width: 170px;
  height: auto;
}

.past-races-container .event-images img.draft {
  width: 150px;
  height: auto;
}

.past-races-container .event-images img.superbowl {
  width: 170px;
  height: auto;
}

#modalEventContainer .event-images img.draft {
  width: 230px;
  height: auto;
}

#modalEventContainer .event-images img.superbowl {
  width: 230px;
  height: auto;
}

.race-round {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'BentonSans';
  font-weight: 900;
  color: #fff;
  background: #e10600;
  border-radius: 8px 0 0 0;
  padding: 3px 6px 2px;
}

.race-content {
  /* border-top: 4px solid #e10600; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 254px;
  padding: 24px 12px 26px 24px;
  /* margin: 0 0 0 -16px; */
}

.race-icons {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.race-icons li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 14px;
}

.race-icons li:last-child {
  margin-right: 0;
}

.race-icons li img {
  width: 22px;
  height: 22px;
}

.race-icons li .icon.blue {
  display: none;
}

.race-icon-tooltip,
.race-icon-description {
  display: none;
  margin: 0;
}

.race-icon-tooltip {
  /* display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  white-space: nowrap;
  background: #ecedee;
  padding: 4px 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: top 0.3s; */
  display: none;
  position: absolute;
  top: -45px;
  left: 50%;
  white-space: nowrap;
  background: #ecedee;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: top 0.3s;
}

.race-icons li:hover .race-icon-tooltip {
  display: block;
  top: -45px;
}

.race-icons li:hover .icon.grey {
  display: none;
}

.race-icons li:hover .icon.blue {
  display: inline-block;
}

.race-icon-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ecedee;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.race-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 10px;
}

.race-date {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #53565a;
  margin: 0 0 5px;
}

.race-description {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 5px;
  display: none;
}

.race a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #006fcf;
  padding: 0 10px 0 0;
  letter-spacing: 0.4px;
}

.race-disclaimer {
  display: none;
}

/* Dixsover the Amex Venue Collection Styles*/

#moduleAmexVenueCollection,
#moduleAmexExperiences {
  width: 100%;
  background: #006fcf;
}

#moduleAmexVenueCollection > .container,
#moduleAmexExperiences > .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}

.twoColumns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 382px;
}

.twoColumnsLeft,
.twoColumnsRight {
  width: 50%;
}

.twoColumnsLeft {
  padding: 10px 45px 10px 80px;
}

.twoColumnsLeft h2 {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  margin-top: -10px;
}

.twoColumnsLeft p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.twoColumnsLeft a {
  display: block;
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #006fcf;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
}

#moduleAmexVenueCollection .twoColumnsLeft a:focus {
  border: dashed 1px #333333;
}

#moduleAmexVenueCollection .twoColumns {
  height: 382px;
}

#moduleAmexVenueCollection .twoColumnsLeft a {
  max-width: 163px;
  max-height: 44px;
  padding: 14px 15px;
  margin-top: 20px;
}

#moduleAmexVenueCollection .twoColumnsRight img {
  height: 382px;
  object-fit: cover;
}

#moduleAmexExperiences {
  background: #00175a;
}

#moduleAmexExperiences .twoColumnsLeft a:focus {
  border: dashed 1px #333333;
}

#moduleAmexExperiences .twoColumns {
  height: 510px;
}

#moduleAmexExperiences .twoColumnsLeft img {
  height: 75px;
  margin-top: 14px;
  margin-bottom: 50px;
}

#moduleAmexExperiences .twoColumnsLeft h2 {
  margin-top: 0px;
  margin-bottom: 16px;
}

#moduleAmexExperiences .twoColumnsLeft p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 21px;
  color: #fbfbfb;
  max-width: 440px;
  margin-bottom: 32px;
  padding-bottom: 0px;
}

#moduleAmexExperiences .twoColumnsLeft a {
  max-width: 201px;
  max-height: 44px;
  padding: 14px 15px;
}

#moduleAmexExperiences .twoColumnsRight img {
  height: 510px;
  object-fit: cover;
}

#moduleFindACard {
  width: 100%;
  background: #ffffff;
}

#moduleFindACard > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 469px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 80px;
  text-align: center;
}

#moduleFindACard img {
  max-width: 334px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

#moduleFindACard h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 16px;
}

#moduleFindACard p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 56px;
  padding-bottom: 0px;
  letter-spacing: -0.19px;
}

.btnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
}

.btnContainer a {
  display: block;
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff !important;
  text-align: center;
  max-width: 201px;
  max-height: 44px;
  padding: 14px 18px;
  background: #006fcf;
  border-radius: 4px;
}

#rm-SeeAllBusinessCards:focus,
#rm-SeeAllPersonalCards:focus {
  border: dashed 1px #ffffff;
}

#termsAndConditions {
  width: 100%;
  background: #ffffff;
}

#termsAndConditions > .container {
  width: 100%;
  max-width: 1000px;
  padding: 50px 30px;
  background: #ffffff;
}

#termsAndConditions h2 {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}

#NFLTerms {
  padding-top: 50px;
}

#termsAndConditions ol,
#termsAndConditions li {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
}

#termsAndConditions h3 {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
}

#termsAndConditions p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
}

#termsAndConditions a {
  color: #0066be;
  text-decoration: underline;
  padding: 0;
}

#termsAndConditions a:focus {
  outline: dashed 1px #333333;
}

@media (max-width: 1399px) {
  .academy .car-image {
    width: 800px;
  }
}

@media (max-width: 1299px) {
  div.slides {
    height: 400px;
  }
}

@media (max-width: 1099px) {
  div.slides {
    height: 450px;
  }
}

@media (max-width: 1023px) {
  .upcoming-events-list,
  .past-races-list {
    grid: auto auto / calc(50% - 10px) calc(50% - 10px);
  }

  .selected-race-content .race-content {
    width: 60%;
    margin: 0 0 0 0;
    padding: 0 45px 0 24px;
    border: 0;
  }

  .selected-race-content .event-images {
    width: 40%;
    border-radius: 0;
  }

  .selected-race-content .race-title {
    font-size: 32px;
    line-height: 28px;
  }

  .selected-race-content h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .selected-race-content p {
    font-size: 14px;
    line-height: 18px;
  }

  #race-mega-card .race-content .modalLinksContainer > div:nth-child(2) > a,
  #modalEventContainer
    .race-content
    .modalLinksContainer
    > div:nth-child(2)
    > a {
    font-size: 12px;
    line-height: 16px;
  }

  .races-filter-container > .container,
  .upcoming-races-container > .container,
  .past-races-container > .container {
    max-width: 1280px !important;
    padding: 0 30px !important;
  }

  .twoColumnsLeft {
    padding: 10px 30px;
  }
}

@media (max-width: 899px) {
  div.slides {
    height: 500px;
  }
}

@media (max-width: 799px) {
  div.slides {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .dskhide {
    display: block;
  }

  .mobhide {
    display: none;
  }

  h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
  }

  .button {
    text-align: center;
  }

  .btn {
    width: auto;
  }

  /* Modal styles for mobile */
  #modalEventContainer {
    max-height: 97vh;
  }

  #race-mega-card .race-content .modalLinksContainer > div > p,
  #modalEventContainer .race-content .modalLinksContainer > div > p {
    font-family:
      'BentonSans', 'HelveticaNeue', Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #595959;
    padding-top: 4px;
  }

  #modalEventContainer .selected-race-content .event-images,
  #modalEventContainer .selected-race-content .race-content {
    width: 100% !important;
  }

  /* Text centering on mobile */
  .eventHero * {
    text-align: center !important;
    margin: 0 auto;
  }

  .eventHero {
    padding: 0px 0 52%;
  }

  .eventHero > .container {
    width: 100%;
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 40px 28px;
  }

  .eventHero .hero-logos {
    width: 100%;
    height: auto;
    max-width: 165px;
    margin-bottom: 40px;
  }

  .eventHero .hero-logos img {
    width: 198px;
  }

  .eventHero h1 {
    padding-bottom: 3px;
  }

  .eventHero p {
    width: 100%;
    max-width: 440px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
  }

  #eventHeroContainer {
    height: 667px;
  }

  #eventHeroContainer > div.hidden-md-up > div {
    background-position: center bottom;
  }

  .perks-carousel-container {
    padding: 40px 10px 90px;
  }

  div.slides {
    height: 400px;
  }

  div.owl-dots {
    bottom: -60px;
    width: 210px;
  }

  button.owl-prev,
  button.owl-next {
    position: static;
  }

  .races-filter-container > .container,
  .upcoming-races-container > .container,
  .past-races-container > .container {
    max-width: 1280px !important;
    padding: 0 16px !important;
    /* background: #001d3e; */
  }

  .races-filter-container h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  #races-dropdown {
    width: 100%;
    margin: 0 auto;
    padding: 7px 30px 7px 8px;
    background: #ffffff
      url(/content/dam/amex/en-us/benefits/membership/experiences/formula-1/2025/images/icons/select-arrow.svg)
      no-repeat calc(100% - 7px) 12px;
  }

  .event-images img {
    width: 176px;
    padding-top: 10px;
  }

  .event-images img.draft {
    width: 176px;
    height: auto;
    margin-top: -12px;
  }

  .event-images img.superbowl {
    width: 211px;
    padding-top: 0px;
    margin-top: -30px;
  }

  .mega-card-container {
    padding: 16px 0px 16px;
  }

  .mega-card-container > .container {
    padding: 0 16px !important;
  }

  .mega-card-container h2 {
    padding-bottom: 10px;
  }

  .selected-race-content .race-image {
    /* height: 200px; */
    width: 133px;
    padding-top: 4px;
  }

  .mega-card-close.mobile {
    display: block;
    top: 10px;
    right: 10px;
  }

  .mega-card-close.desktop {
    display: block;
  }

  .selected-race-content {
    display: block;
  }

  .selected-race-content .race-content {
    /* border-top: 4px solid #e10600; */
  }

  .selected-race-content .event-images {
    width: 100%;
    height: 163px !important;
  }

  .selected-race-content .race-image.small {
    display: block;
  }

  .selected-race-content .race-content {
    width: 100%;
    padding: 16px 23px 20px;
    margin: 0;
  }

  .event-images img {
    width: 130px;
    height: auto;
  }

  .event-images img.draft {
    width: 130px;
    height: auto;
  }

  .event-images img.superbowl {
    width: 215px;
    height: auto;
  }

  #modalEventContainer .event-images img.draft {
    width: 136px;
    height: auto;
  }

  #modalEventContainer .event-images img.superbowl {
    width: 150px;
    height: auto;
    margin-top: 0;
  }

  #modalEventContainer .event-images img.draft2027 {
    width: 100px;
    height: auto;
  }

  #modalEventContainer .selected-race-content .race-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    /* align-items: center; */
    width: 60%;
    padding: 16px 24px;
    border: 0;
  }

  .selected-race-content .race-title {
    font-size: 24px;
    line-height: 31px;
    /* margin-bottom: 15px; */
  }

  .selected-race-content h4 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
  }

  .selected-race-content p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 0px;
  }

  .selected-race-content .race-icons .icon.grey {
    display: none;
    width: 24px;
    height: 24px;
  }

  .selected-race-content .race-icons .icon.blue {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .selected-race-content .race-icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 3px auto 27px;
  }

  .selected-race-content .race-icons li {
    width: 33%;
    text-align: center;
    padding: 12px 0 0;
  }

  #race-mega-card .race-content .modalLinksContainer > div > a {
    display: inline-block;
    padding-bottom: 7px;
  }

  #race-mega-card .race-content .modalLinksContainer > div:nth-child(1),
  #modalEventContainer .race-content .modalLinksContainer > div:nth-child(1) {
    padding-bottom: 0px;
  }

  .selected-race-content .race-disclaimer {
    bottom: 30px;
  }

  .races-filter-container {
    padding: 7px 0;
    /* margin-bottom: -13px;
    overflow: hidden; */
  }

  .races-ribbon-bg {
    right: -77px;
    top: 64px;
    width: 214px;
  }

  .upcoming-races-container {
    overflow: hidden;
  }

  .past-races-container {
    padding-bottom: 34px;
  }

  .upcoming-races-container > .container,
  .past-races-container > .container {
    padding: 0 20px !important;
  }

  .upcoming-events-list,
  .past-races-list {
    /* display: block; */
  }

  .upcoming-events-list,
  .past-races-list {
    /* display: block; */
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .past-races-list {
    /* display: block; */
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .event-images {
    height: 247px;
  }

  .race-content {
    /* border-top: 4px solid #e10600; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 254px;
    padding: 24px 12px 45px 24px;
    /* margin: 0 0 0 -16px; */
  }

  .race-title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #262626;
    margin: 0 0 18px;
  }

  .twoColumns {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .twoColumnsLeft {
    width: 100%;
    height: auto;
  }

  .twoColumnsRight {
    width: 100%;
    height: auto;
  }

  .twoColumnsLeft {
    padding: 32px 24px 40px;
  }

  .twoColumnsLeft h2 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0px;
  }

  #moduleAmexExperiences .twoColumnsLeft {
    padding-bottom: 50px;
  }

  #moduleAmexVenueCollection .twoColumns,
  #moduleAmexExperiences .twoColumns {
    height: 100%;
  }

  #moduleAmexVenueCollection .twoColumnsRight img,
  #moduleAmexExperiences .twoColumnsRight img {
    height: 100%;
  }

  #moduleFindACard > .container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 80px 16px;
  }

  #moduleFindACard h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 8px;
  }

  #moduleFindACard p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    letter-spacing: 0px;
  }

  .btnContainer {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100px;
  }

  .btnContainer a {
    max-width: 100%;
  }

  #moduleAmexExperiences .twoColumnsLeft img {
    height: 62px;
    margin-top: 14px;
    margin-bottom: 38px;
  }

  #moduleAmexExperiences .twoColumnsLeft h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  #termsAndConditions > .container {
    padding: 40px 10px;
  }

  .store {
    padding: 40px 0 10px;
  }

  .store h2 {
    max-width: 250px;
    margin: 0 auto;
  }

  .store a i {
    display: none;
  }

  .store .col-md-6:first-of-type .button {
    text-align: center;
  }

  .store .button {
    padding-bottom: 10px;
  }

  .store .btn {
    width: 100%;
  }

  .experiences {
    padding: 60px 0 40px;
  }
}

@media (max-width: 624px) {
  .race {
    width: 100%;
    height: 483px;
  }
}

@media (max-width: 424px) {
  body
    > div.container-fluid.pad-0-lr
    > div
    > div
    > div:nth-child(2)
    > section
    > div
    > div.container {
    padding: 0 0 0 10px;
  }
}

#benefitsCarousel a:focus,
.race a:focus {
  outline: 1px dashed #000;
}
