/* Fonts */
/* @font-face {
  font-family: "bentonsans";
  src: url("/content/dam/amex/en-us/benefits/membership/member-week-23/corporate/fonts/bentonsans=regular-webfont.woff2") format("woff2"), url("/content/dam/amex/en-us/benefits/membership/member-week-23/corporate/fonts/bentonsans=regular-webfont.woff") format("woff"), url("/content/dam/amex/en-us/benefits/membership/member-week-23/corporate/fonts/BentonSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */

@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
}

h1 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  font-family: "BentonSans", Helvetica Neue, Helvetica, sans-serif;
  padding-top: 60px;
}

.vid-img > .card-img-bg {
  /* background: #F4F4F6!important; */
}

.vid-img img {
  width: 478px;
  height: 240px;
  /* position: relative; */
  /* top: -52px; */
}
.vid-img p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 478px;
  margin: -50px auto 24px;
}
.vid-img .button a {
  margin-bottom: 40px !important;
  width: 164px;
  height: 48px;
}
.vid-img .button a span {
  font-family: "BentonSans", Helvetica Neue, Helvetica, sans-serif;
}
a#lnkTCs {
  color: #00559E;
}
.collapsible-panel h3 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.bordered>:not(:last-child) {
  border-bottom: none;
}
.collapsible-panel {
  padding: 45px 10px 0;
}
.collapsible-panel .border {
  border: none;
}
.collapsible:hover:not(.expandable-link) {
  background-color: #fff;
}
.collapsible[aria-expanded=true] {
  color: #000;
}
.collapsible:focus {
  outline: none;
  outline-offset: -3px;
}
.collapsible-panel .border-t {
  border-top: none;
}
.collapsible-panel p {
  color: #3D3D3D;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 20px;
}
.collapsible-caret{
    padding-top: 3px;
}
.modal {
  display: none;
  position: fixed !important;
  left: 50%;
  top: 50%;
  padding: 0;
  width: calc(36% - 47px);
  max-width: 1200px;
  height: fit-content;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 40px rgba(0, 0, 0, .7);
  z-index: 999 !important;
  overflow: unset;
}
/* remove arrow from automatically showing for a link to a new tab */
.links-item i {
  display: none !important;
}
.vid-img > .container .grid {
  position: relative;
  top: -52px;
} 
.vid-card {
  cursor: pointer;
}
.vid-card > .container {
  position: relative;
  padding: 0 !important;
}
.song-content {
  position: absolute !important;
  bottom: 18%;
}
.song-content .richtext:first-of-type p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  color: #fff;
}
.song-content .richtext:last-of-type p {
  color: #fff;
}
.modal-wash {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.modal > .container {
  padding: 0;
}
.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 11px;
  z-index: 9999;
}
.modal.youtube .modal-close-btn {
  top: -30px;
  right: -10px;
}
.modal-close-btn a {
  padding: 20px;
}
.modal .video > .col-sm-12 {
  padding: 0;
}
.video video{
  max-height: 80vh!important;
  background: #000!important;
}

@media (min-width: 1024px) {
    .modal > .container,
    .video > .container {
      max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .modal > .container,
    .video > .container {
      max-width: 100% !important;
    }
}

@media (min-width: 375px) {
    .modal > .container,
    .video > .container {
      max-width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
  .vid-img > .container .grid {
    top: -114px;
  }
  .vid-card {
    margin-bottom: 20px;
  }
  .song-content {
    position: static !important;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 20px;
  }
  .song-content .richtext:first-of-type p {
    color: #00175A;
    margin-bottom: 8px;
  }
  .song-content .richtext:last-of-type p {
    color: #333;
  }
  .modal > .container {
    padding: 0;
  }
  .modal-close-btn {
    right: 5px;
  }
  .vid-img img {
    width: 315px;
    height: 240px;
    /* top: -114px; */
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 50px;
  }
  .vid-img p {
    max-width: 320px;
    margin: -133px auto 15px;
  }
  .modal {
    width: calc(100% - 40px);
    max-width: 350px;
  }
  
}

@media screen and (min-width: 1380px) {

  .card-img-bg {
    background-position: 73% 0% !important;
  }

}

@media screen and (max-width: 330px) {
  .vid-img > .container .grid {
    top: -70px;
  }
  .vid-img img {
      width: 315px;
      height: auto;
      /* top: -70px; */
      padding: 0 20px;
  }
  .vid-img p {
    max-width: 320px;
    margin: -90px auto 24px;
  }
}

@media screen and (max-width: 420px) {
  .modal {
    width: calc(100% - 47px);
  }
}