@import url('/content/dam/amex/nz/credit-cards/css/gaudi.css');

/* header image position in mobile */
@media (max-width: 767px) {
  .container-fluid > .grid:first-child + .grid .card-img-bg {
    background-position: 64% !important;
  }
  .container-fluid > .grid:first-child + .grid .row div.richtext {
    color: #ffffff;
    text-shadow: 1px 1px #383838 !important;
  }
}

/* Managing your Account on the go - centre CTA in mobile */
@media (max-width: 767px) {
  .col-md-4.col-md-offset-0.margin-0-tb .button .button a {
    margin-left: auto !important;
  }
}

/* Accordion */

.accordion-content {
    background-color: transparent !important;
    border: none !important;
}

.collapsible {
    border-width: 0px 0px 0px 0px !important;
}