@charset "UTF-8";
/* CSS Document */
/* fonts */
/* 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
}

.imagesRetina img {
  scale: 0.5;
}

.noWrap {
  white-space: nowrap;
}

#shopSmallNav {
  padding: 10px 0;
}

.lineBreaker {
  display: none;
}

.btn {
  min-width: 0;
  padding: .8125rem 0 !important;
}

a.text-link {
    padding-top: 0;
    padding-bottom: 0;
}

h1 {
  font-family: "BentonSans-CondMd", Helvetica Neue, Helvetica, sans-serif !important;
}

h2 {
  font-family: "BentonSans-CondMd", Helvetica Neue, Helvetica, sans-serif !important;
}

h3 {
  font-family: "BentonSans", Helvetica Neue, Helvetica, sans-serif !important;
}

h4, p, a {
  font-family: Helvetica Neue, Helvetica, sans-serif !important;
}

/* Custom Carousel */
#ss-hero .container, #ss-hero .col-md-12 {
  padding: 0!important;
  max-width: 100%!important;
  overflow: hidden;
}

#ss-hero a.text-link {
  color: #fff;
}

/* Slider sizing and aspect ratio rules */
.slider{
  width:100%;
  max-width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#000;
  /* default for large screens */
  aspect-ratio:128 / 55;
  position:relative;
  overflow: hidden;
}

/* small screens: tall portrait aspect */
@media (max-width:767px){
  .slider{aspect-ratio: 375 / 844;}
}

.slides{display:flex;height:100%;width:100%;transition:transform 700ms cubic-bezier(.22,.9,.28,1);will-change:transform}
.slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;padding:2rem;background-size:cover;background-position:center center;overflow: hidden;}

/* caption styling (keeps readable on both orientations) */
.slide .caption{/* max-width:55ch; *//* text-align:left; *//* background:rgba(0,0,0,0.45); *//* padding:1.2rem 1.6rem; *//* border-radius:12px; *//* backdrop-filter:blur(6px); */}
.slide h1{/* margin:.2rem 0; */font-size:clamp(1rem,2.2vw,2.4rem)}
.slide p{/* margin:.2rem 0; *//* color:#ddd; */}

/* Slides */
/* Slide 1 */
#slide-1 {
  background-image:url('/content/dam/amex/en-us/benefits/shop-small/images/hero_slide_1_dsk.jpg');
}

/* Slide 2 */
#slide-2 {
  background-image:url('/content/dam/amex/en-us/benefits/shop-small/images/ShopSmall-NC-2-11052025_2.jpg');
}

@media (max-width:767px){
  /* Slide 1 */
  #slide-1 {
    background-image:url('/content/dam/amex/en-us/benefits/shop-small/images/hero_slide_1_mob.jpg');
 }

  /* Slide 2 */
  #slide-2 {
    background-image:url('/content/dam/amex/en-us/benefits/shop-small/images/ShopSmall-NC-2-11052025-mob_2.jpg');
  }

  .slide {
    padding: 20px;
  }
}


/* indicators container: transparent background as requested */
.indicators-wrap{position:absolute;left:0%;transform:translateX(-0%);bottom: 20px;display:flex;align-items:center;gap:12px;padding:6px 10px;background:transparent;border-radius: 0;z-index:40;width: 100%;height: 20px;margin: 0 7px;}

.indicators{display:flex;/* gap:10px; */align-items:center;width: 94%;padding: 0 12px 0 12px;}

/* Horizontal indicator — increased bar height for usability */
.indicator{width: 50%;display:flex;flex-direction:column;align-items:flex-start;/* gap:6px; */padding:6px;border-radius: 0;background:transparent;border:0;cursor:pointer;margin: 0 0 0 7px;}
.indicator:focus{outline:3px solid rgba(255,255,255,0.5)}
.indicator .meta{display:flex;align-items:center;/* gap:8px; */}

/* remove numeric label — kept empty for semantics if needed */
.indicator .label{display:none}

/* bar + fill */
.bar{width: 100%;height: 2px;border-radius: 2px;background: #53565a;overflow:hidden;position: relative;top: 50%;transform: translateY(-50%);}
.bar .fill{position:absolute;left:0;top:0;bottom:0;width:0%;background:linear-gradient(90deg, #fff, #cfcfcf);transition:width linear}

/* play / pause toggle same height as the progress bars */
.play-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height: 44px;border-radius:6px;border:0;background:rgba(255,255,255,0.06);cursor:pointer;padding:0}
.play-toggle:focus{outline:3px solid rgba(255,255,255,0.5)}
.play-toggle svg{width: 24px;height: 24px;display:block}

/* responsive adjustments */
@media (max-width:1279px){
  .indicators {
    width: 92%;
  }  
}
@media (max-width:1023px){
  .indicators {
    width: 90%;
  }  
}

@media (max-width:767px){
  .indicator{--w:120px;padding:4px;gap:4px}
  .play-toggle{width:36px}
  .slide .caption{padding:.8rem 1rem}
  .indicators {
    padding: 0 6px;
  }
  
}
@media (max-width:650px){
  .indicators {
    width: 86%;
  }   
}
@media (max-width:500px){
  .indicators {
    width: 84%;
  }   
}
@media (max-width: 350px) {
  .indicators {
    width: 76%;
  }  
}


/* Hero Carousel Inner Slides  */
#logo_amex_ShopSmall {
  position: absolute;
  top: 20px;
  right: 20px;
}

#logo_amex_ShopSmall img {
  width: 139px;
  height: 75px;
}

/* Slide 1 */
#heroSlide3Contents {
  min-width: 100%;
  min-height: 100%;
  position: absolute !important;
  z-index: 100;
  top: -8%;
  left: -17%;
  background-size: 69%;
  background-position: 0px 115%;
  aspect-ratio: 653 / 300;
  overflow: hidden;
}

#heroSlide3Contents > div.container {
  max-width: 100%;
  width: 100%;
}

#heroSlide3ContentsText {
  max-width: 41%;
  margin: 8% 0 0 22%;
}

#heroSlide3ContentsText h1 {
  font-size: clamp(1.5rem, 1.89vw + 1.485rem, 15rem);
  line-height: clamp(1.5rem, 1.89vw + 1.485rem, 15rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 0 12px 0;
}

#heroSlide3ContentsText p {
  font-size: clamp(.65rem, .467vw + .5rem, 3rem);
  line-height: clamp(.7rem, 1vw + .57rem, 3.5rem);
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0 30px 0;
}

#heroSlide3ContentsText p.legal {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0 10px 0;
}

@media (max-width: 1188px) {
  #heroSlide3ContentsText h1 {
    font-size: clamp(1rem, 1.89vw + 1rem, 3rem);
    line-height: clamp(1.25rem, 2.005vw + 1rem, 3.5rem);
  }
  
  #heroSlide3ContentsText p {
    font-size: clamp(.65rem, .61vw + .4rem, 2rem);
    line-height: clamp(.7rem, 0.75vw + .45rem, 2.5rem);
  }
  #heroSlide3ContentsText {
    max-width: 45%;
    margin: 7% 0 0 21%;
  }
}

@media (max-width: 767px) {
  #heroSlide3Contents {
    min-width: 100%;
    min-height: 100%;
    position: absolute!important;
    z-index: 100;
    top: 0;
    left: 0px;
    background-size: 0;
    background-position: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    aspect-ratio: 375/844;
    padding: 20px;
  }
  
  #heroSlide3Contents > div.container {
    max-width: 100%;
    width: 100%;
  }
  
  #heroSlide3ContentsText {
    max-width: 100%;
    margin: 80% 0 0 0px;
    padding: 0;
  }
  
  #heroSlide3ContentsText h1 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 0 12px 0;
    width: 100%;
    text-align: center;
  }
  
  #heroSlide3ContentsText p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 0 30px 0;
    text-align: center;
  }
  
  #heroSlide3ContentsText p.legal {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 0 10px 0;
  }  
}

/* End Slide 1 */


/* Slide 2 */

#btnChamp .btn {
  background: #00175A;
  height: 48px;
  padding: 7px 0 5px!important;
}

#btnChamp a span {
  vertical-align: super;
}

#btnChamp .links-item i {
  margin-left: 5px;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-top: 3px;
  background: url(/content/dam/amex/en-us/benefits/shop-small/images/Trailing_Icon.svg) no-repeat;
}

#btnChamp .links-item i svg{
  display: none;
}

#heroSlideChampContents {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute !important;
  z-index: 100;
  top: 0;
  left: 0;
  background-size: 68%;
  background-position: -20% -125px;
  aspect-ratio:653 / 400;
}

#heroSlideChampContents > div.container {
  max-width: 100%;
  width: 100%;
}

#heroSlideChampContentsText {
  max-width: 40%;
  margin: 5% 0 0 6%;
}

#heroSlideChampContentsText h1 {
  font-size: clamp(1.5rem, 1.89vw + 1.485rem, 15rem);
  line-height: clamp(1.5rem, 1.89vw + 1.485rem, 15rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 0 12px 0;
}

#heroSlideChampContentsText p {
  font-size: clamp(.65rem, .467vw + .5rem, 3rem);
  line-height: clamp(.7rem, 1vw + .57rem, 3.5rem);
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0 30px 0;
}

#heroSlideChampContentsText p.legal {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0 10px 0;
}

@media (max-width: 1135px) {
  #heroSlideChampContentsText h1 {
    font-size: clamp(1rem, 1.89vw + 1rem, 3rem);
    line-height: clamp(1.25rem, 2.005vw + 1rem, 3.5rem);
  }
  
  #heroSlideChampContentsText p {
    font-size: clamp(.55rem, .61vw + .3rem, 2rem);
    line-height: clamp(.65rem, 0.7vw + .45rem, 2.5rem);
    padding: 0 0 10px 0;
  }
  #heroSlideChampContentsText {
    max-width: 50%;
    margin: 3.5% 0 0 5%;
  }
  #btnChamp .btn {
    height: 44px;
    max-width: 220px;
  }
  #logo_amex_ShopSmall {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  
  #logo_amex_ShopSmall img {
    width: 115px;
    height: 62px;
  }
}

@media (max-width: 767px) {
    #heroSlideChampContents {
      min-width: 100%;
      min-height: 100%;
      position: absolute!important;
      z-index: 100;
      top: 0;
      left: 0px;
      background-size: 0;
      background-position: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      aspect-ratio: 375/844;
      padding: 20px;
    }
    
    #heroSlideChampContents > div.container {
      max-width: 100%;
      width: 100%;
    }
    
    #heroSlideChampContentsText {
      max-width: 100%;
      margin: 80% 0 0 0px;
      padding: 0 3px;
    }
    
    #heroSlideChampContentsText h1 {
      font-weight: 500;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 0 0 12px 0;
      width: 100%;
      text-align:center;
    }
    
    #heroSlideChampContentsText p {
      font-weight: 400;
      color: #FFFFFF;
      padding: 0 0 10px 0;
      text-align: center;
    }
    
    #heroSlideChampContentsText p.legal {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #FFFFFF;
      padding: 0 0 10px 0;
    }

    #heroSlideChampContentsText h1, #heroSlide3ContentsText h1 {
      font-size: clamp(1rem, 3vw + 2.75rem, 8rem);
      line-height: clamp(1.25rem, 3.25vw + 3rem, 8.5rem);
    }
    
    #heroSlideChampContentsText p, #heroSlide3ContentsText p {
      font-size: clamp(.55rem, .57vw + 1.25rem, 3rem);
      line-height: clamp(.65rem, 1.6108vw + 1.25rem, 3.5rem);
      padding: 0 0 16px 0;
    }

    #btnChamp .btn {
      height: 48px;
      max-width: 100%;
    }

    #btnChamp .btn {
      margin: 0 auto;
    }
}

@media (max-width: 600px) {
  #heroSlideChampContentsText h1, #heroSlide3ContentsText h1 {
      font-size: clamp(1rem, 3.7vw + 1.75rem, 3rem);
      line-height: clamp(1.25rem, 3.9vw + 1.8rem, 3.5rem);
    }
    
    #heroSlideChampContentsText p, #heroSlide3ContentsText p {
      font-size: clamp(.55rem, .57vw + .9rem, 2rem);
      line-height: clamp(.65rem, 1.6108vw + 1.15rem, 2.5rem);
      padding: 0 0 10px 0;
    }
}

@media (max-width: 500px) {
  #heroSlideChampContentsText h1, #heroSlide3ContentsText h1 {
      font-size: clamp(1rem, 3.7vw + 1.258rem, 3rem);
      line-height: clamp(1.25rem, 3.9vw + 1.336rem, 3.5rem);
    }
    
    #heroSlideChampContentsText p, #heroSlide3ContentsText p {
      font-size: clamp(.55rem, .57vw + .742rem, 2rem);
      line-height: clamp(.65rem, 1.6108vw + 1rem, 2.5rem);
      padding: 0 0 10px 0;
    }  
}

@media (max-width: 350px) {
  #heroSlideChampContentsText h1, #heroSlide3ContentsText h1 {
      font-size: clamp(1rem, 3.4vw + 1rem, 3rem);
      line-height: clamp(1.25rem, 3.4vw + 1.1rem, 3.5rem);
    }
    
    #heroSlideChampContentsText p, #heroSlide3ContentsText p {
      font-size: clamp(.55rem, .57vw + .642rem, 2rem);
      line-height: clamp(.65rem, 1.6108vw + .642rem, 2.5rem);
      padding: 0 0 10px 0;
    }  
}

@media (min-width: 2000px) {
  #heroSlide3ContentsText h1, #heroSlideChampContentsText h1 {
    font-size: clamp(1.5rem, 2.39vw + 1.485rem, 15rem);
    line-height: clamp(1.5rem, 2.39vw + 1.485rem, 15rem);
  }
  
  #heroSlide3ContentsText p, #heroSlideChampContentsText p {
    font-size: clamp(.65rem, .687vw + .5rem, 3rem);
    line-height: clamp(.7rem, 1.1vw + .57rem, 3.5rem);
  }  
}

/* End Slide 2 */

/* End Custom Carousel */


/* Module Small Business  */
#moduleSmallBusiness > div.container, #smallBusinessResources > div.container {
  max-width: 100%;
}

#moduleSmallBusiness {
  min-height: 620px;
  padding: 80px 0 40px 0;
  background: #00175A;
}

#smallBusinessText {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

#smallBusinessText h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0 10px 0;
}

#smallBusinessText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

#smallBusinessText a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

#smallBusinessResources {
  max-width: 940px;
  padding: 40px 0 10px 0;
  margin: 0 auto;
}

div.indResource {
  max-width: 275px;
  text-align: center;
  padding-bottom: 40px
}

.indResource img {
  max-width: 154px;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}

.indResource h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 0 10px 0;
}

.indResource p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

#moduleSmallBusiness p.legal {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color:#FFFFFF;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}

/* Find Neighborhood Gems */
#moduleFindNeighborhood {
  min-height: 475px;
  padding: 80px 0;
  background: #006FCF;
}

#moduleFindNeighborhood > div.container {
  max-width: 1050px;
  width: 100%;
  padding: 0;
}

#findNeighborhood > div.container {
  max-width: 100%;
  padding: 0;
}

#moduleFindNeighborhood img {
  max-width: 504px !important;
  padding: 0 0 0 20px;
}

#findNeighborhood > div.container > div > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}

#moduleFindNeighborhoodText {
  max-width: 470px;
}

#moduleFindNeighborhoodText h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 0 10px 0;
}

#moduleFindNeighborhoodText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0 20px 0;
}

#moduleFindNeighborhoodText p.legal {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 0 0 0;
}

#moduleFindNeighborhoodText .btn {
  max-width: 215px;
  color: #00175A;
}

@media (max-width: 1023px) {
  #findNeighborhood .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  
  #moduleFindNeighborhood img {
    max-width: 670px !important;
    width: 100%;
    padding: 0 20px 40px 20px;
  }
  
  #moduleFindNeighborhoodText {
    max-width: 670px;
    text-align: center;
  }

  #moduleFindNeighborhoodText .btn {
    max-width: 336px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #moduleFindNeighborhood {
    padding: 60px 0;
  }  
}

/* FOLLOW ALONG WITH OUR GRANTEES */
#hurricaneSupp {
  padding: 80px 40px;  
}

#hurricaneSupp .container, #hurricaneSupp .col-md-12 {
  padding: 0;
}

#hurriSupport > div.container > div > div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

#huriSupportText h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  color: #00175A;
  padding: 0 0 10px 0; 
}

#hurriSupport p, #hurriSupport p .heading-4 {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1023px) {
  #hurriSupport .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
  }

  #huriSupportText h2, #hurriSupport p {
    text-align: center;
  }

  #hurriSupport p {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #hurricaneSupp {
    padding: 56px 20px;  
  }

  #hurricaneSupp .card-img-bg {
    background-position: top;
  }

  #huriSupportText h2 {
    font-size: 30px;
    line-height: 32px;
  }
  
  #hurriSupport p, #hurriSupport p .heading-4 {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Earn With Amex */
#moduleEarnWithAmex {
  min-height: 470px;
  padding: 80px 0;
  background: #FFFFFF;
}

#moduleEarnWithAmex > div.container {
  max-width: 1050px;
  width: 100%;
  padding: 0;
}

#earnWithAmex > div.container {
  max-width: 100%;
  padding: 0;
}

#moduleEarnWithAmex img {
  max-width: 504px !important;
  width: 100%;
  padding: 0 0 0 20px;
}

#earnWithAmex > div.container > div > div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

#moduleEarnWithAmexText {
  max-width: 470px;
}

#moduleEarnWithAmexText h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #00175A;
  padding: 0 0 10px 0;
}

#moduleEarnWithAmexText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 20px 0;
}

#moduleEarnWithAmexText p.legal {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  padding: 15px 0 0 0;
}

#earnWithAmexBtnContainer > div.container {
  max-width: 100%;
  padding: 0;
}

#earnWithAmexBtnContainer .btn {
  max-width: 200px;
  padding: .8125rem 10px !important;
}

/* Our Support for Small Business Continues */

#moduleOurSupport {
  min-height: 670px;
  padding: 80px 0 40px 0;
  background: #ECEDEE;
}

#moduleOurSupport > div.container {
  max-width: 100%;
}

#ourSupportText {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#ourSupportText h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  color: #00175A;
  padding: 0 0 10px 0;
}

#ourSupport {
  max-width: 1110px;
  padding: 60px 0 0 0;
  margin: 0 auto;
}

#ourSupport > div.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

div.indSupport {
  max-width: 350px;
  text-align: center;
  padding: 30px 20px 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin: 0 auto 30px auto;
}

div.indSupport > div.container {
  padding: 0px;
}

.indSupport img {
  max-width: 93px;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}

.indSupportText {
  min-height: 200px;
}

.indSupportText h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #00175A;
  padding: 0 0 10px 0;
}

.indSupportText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
}
 
/* ShopSmall Faqs */
#moduleShopSmallFaqs {
  padding: 80px 0;
}

#moduleShopSmallFaqs h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  color: #00175A;
  padding: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}

#moduleShopSmallFaqs p.header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 50px 0;
  text-align: center;
}

#moduleShopSmallFaqs ul {
  list-style-type: "-";
}

#moduleShopSmallFaqs ul li {
  padding-left: 5px;
  padding-bottom: 15px;
}

#moduleShopSmallFaqs ul li:last-of-type {
  padding-bottom: 0;
}

.accordion-content .stack {
  margin-top: 0;
}

#termsAndConditions {
  background: #F7F8F9;
}

#termsAndConditionsText {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}

#termsAndConditions h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
  padding: 0 0 20px 0;
}

#termsAndConditions p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
}

p.legal {
  font-size: 13px;
  line-height: 20px;
}

/* Adjusting margins based on varing widths */
@media (max-width: 1023px) {
  
  #moduleEarnWithAmex {
    padding: 60px 0 50px 0;
  }

  #earnWithAmex .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  #moduleEarnWithAmex img {
    padding: 0 0 40px 0;
  }

  #moduleEarnWithAmexText {
    text-align: center;
  }

  #earnWithAmexBtnContainer .col-md-6 > div  {
    max-width: 336px !important;
    width: 100%;
  }

  #earnWithAmexBtnContainer .btn {
    max-width: 100% !important;
    margin: 0 auto;
    padding: .8125rem 1.875rem !important;
  }
}
/* Adjusting margins based on varing widths */
@media (max-width: 859px) { 
  #ourSupport .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
/* Adjusting margins based on varing widths */
@media (max-width: 767px) {
  #moduleVideo {
    min-height: 0px;
    padding: 40px 0 60px 0;
  }
  
  #moduleVideo > div.container {
    padding: 0 !important;
  }

  #moduleVideo img {
    max-width: 78px;
  }

  #moduleVideoText h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 0 10px 0;
    text-transform: uppercase;
  }

  #moduleVideo p.legal {
    padding: 0 20px;
  }

  #moduleCelebrating15 {
    padding: 30px 0;
  }

  #celebrating15Text h2 {
    font-size: 30px;
    line-height: 32px;
    max-width: 310px;
  }

  #celebrating15TwoColumns {
    padding: 0 10px;
  }

  #celebrating15TwoColumnsRow1, #celebrating15TwoColumnsRow2, #celebrating15TwoColumnsRow3, #celebrating15TwoColumnsRow4 {
    padding: 30px 0;
  }

  div.celebrating15TwoColumnsText {
    padding: 30px 0 0 0;
  }

  #moduleSmallBusiness {
    padding: 60px 0 20px 0;
  }

  #smallBusinessText h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
  }

  div.indResource {
    max-width: 310px;
    margin: 0 auto;
  }

  #moduleFindNeighborhood {
    padding: 60px 0;
  }

  #moduleEarnWithAmex img {
    max-width: 290px !important;
    padding: 0 0 40px 0;
  }

  #btnViewPeronalCards, #btnViewBusinessCards {
    max-width: 100%;
  }

  #moduleOurSupport {
    padding: 60px 0 40px 0;
  }

  #ourSupport {
    padding: 40px 0 0 0;
  }

  #ourSupportText h2 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 30px;
  }

  #moduleShopSmallFaqs {
    padding: 40px 0;
  }

  #moduleShopSmallFaqs h2 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 30px 0;
  }

  #logo_amex_ShopSmall {
    top: -465px;
    right: -190px;
  }
  
  #logo_amex_ShopSmall img {
    width: 30%;
    height: auto;
  }

  #termsAndConditionsText {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 22px;
  }
  
  #termsAndConditions h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 20px 0;
  }
  
  #termsAndConditions p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 405px) {
  .hide-smph-down {
    display: none;
  }
}

