.grid-container:before,
.grid-container:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container {
    max-width: 100% !important; }

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 0 10px;
    position: relative;
}


.grid-container:after {
  clear: both; }


.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding: 0 10px;
  position: relative;
  /* @media screen and (max-width: 1200px) {
		max-width: 970px;
	}

	@media screen and (max-width: $breakpoint-tablet) {
		max-width: 750px;
	}

	@media screen and (max-width: 767px) {
		max-width: 480px;
	}

	@media screen and (max-width: $breakpoint-mobile) {
		max-width: 320px;
		}
 */ }


.grid-row {
  margin-left: -10px;
  margin-right: -10px; }


.grid-indent {
  padding: 0 15px; }


.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  padding-left: 10px;
  padding-right: 10px; }


.grid-parent {
  padding-left: 0;
  padding-right: 0; }


.text-right {
  text-align: right; }


@media screen and (min-width: 800px) {
  .grid-100:before,
  .grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0; }

  .grid-text-left {
    text-align: left; }

  .grid-text-right {
    text-align: right; }

  .grid-100:after {
    clear: both; }

  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }

  .grid-5 {
    float: left;
    width: 5%; }

  .prefix-5 {
    margin-left: 5%; }

  .suffix-5 {
    margin-right: 5%; }

  .push-5 {
    left: 5%; }

  .pull-5 {
    left: -5%; }

  .grid-10 {
    float: left;
    width: 10%; }

  .prefix-10 {
    margin-left: 10%; }

  .suffix-10 {
    margin-right: 10%; }

  .push-10 {
    left: 10%; }

  .pull-10 {
    left: -10%; }

  .grid-15 {
    float: left;
    width: 15%; }

  .prefix-15 {
    margin-left: 15%; }

  .suffix-15 {
    margin-right: 15%; }

  .push-15 {
    left: 15%; }

  .pull-15 {
    left: -15%; }

  .grid-20 {
    float: left;
    width: 20%; }

  .prefix-20 {
    margin-left: 20%; }

  .suffix-20 {
    margin-right: 20%; }

  .push-20 {
    left: 20%; }

  .pull-20 {
    left: -20%; }

  .grid-25 {
    float: left;
    width: 25%; }

  .prefix-25 {
    margin-left: 25%; }

  .suffix-25 {
    margin-right: 25%; }

  .push-25 {
    left: 25%; }

  .pull-25 {
    left: -25%; }

  .grid-30 {
    float: left;
    width: 30%; }

  .prefix-30 {
    margin-left: 30%; }

  .suffix-30 {
    margin-right: 30%; }

  .push-30 {
    left: 30%; }

  .pull-30 {
    left: -30%; }

  .grid-35 {
    float: left;
    width: 35%; }

  .prefix-35 {
    margin-left: 35%; }

  .suffix-35 {
    margin-right: 35%; }

  .push-35 {
    left: 35%; }

  .pull-35 {
    left: -35%; }

  .grid-40 {
    float: left;
    width: 40%; }

  .prefix-40 {
    margin-left: 40%; }

  .suffix-40 {
    margin-right: 40%; }

  .push-40 {
    left: 40%; }

  .pull-40 {
    left: -40%; }

  .grid-45 {
    float: left;
    width: 45%; }

  .prefix-45 {
    margin-left: 45%; }

  .suffix-45 {
    margin-right: 45%; }

  .push-45 {
    left: 45%; }

  .pull-45 {
    left: -45%; }

  .grid-50 {
    float: left;
    width: 50%; }

  .prefix-50 {
    margin-left: 50%; }

  .suffix-50 {
    margin-right: 50%; }

  .push-50 {
    left: 50%; }

  .pull-50 {
    left: -50%; }

  .grid-55 {
    float: left;
    width: 55%; }

  .prefix-55 {
    margin-left: 55%; }

  .suffix-55 {
    margin-right: 55%; }

  .push-55 {
    left: 55%; }

  .pull-55 {
    left: -55%; }

  .grid-60 {
    float: left;
    width: 60%; }

  .prefix-60 {
    margin-left: 60%; }

  .suffix-60 {
    margin-right: 60%; }

  .push-60 {
    left: 60%; }

  .pull-60 {
    left: -60%; }

  .grid-65 {
    float: left;
    width: 65%; }

  .prefix-65 {
    margin-left: 65%; }

  .suffix-65 {
    margin-right: 65%; }

  .push-65 {
    left: 65%; }

  .pull-65 {
    left: -65%; }

  .grid-70 {
    float: left;
    width: 70%; }

  .prefix-70 {
    margin-left: 70%; }

  .suffix-70 {
    margin-right: 70%; }

  .push-70 {
    left: 70%; }

  .pull-70 {
    left: -70%; }

  .grid-75 {
    float: left;
    width: 75%; }

  .prefix-75 {
    margin-left: 75%; }

  .suffix-75 {
    margin-right: 75%; }

  .push-75 {
    left: 75%; }

  .pull-75 {
    left: -75%; }

  .grid-80 {
    float: left;
    width: 80%; }

  .prefix-80 {
    margin-left: 80%; }

  .suffix-80 {
    margin-right: 80%; }

  .push-80 {
    left: 80%; }

  .pull-80 {
    left: -80%; }

  .grid-85 {
    float: left;
    width: 85%; }

  .prefix-85 {
    margin-left: 85%; }

  .suffix-85 {
    margin-right: 85%; }

  .push-85 {
    left: 85%; }

  .pull-85 {
    left: -85%; }

  .grid-90 {
    float: left;
    width: 90%; }

  .prefix-90 {
    margin-left: 90%; }

  .suffix-90 {
    margin-right: 90%; }

  .push-90 {
    left: 90%; }

  .pull-90 {
    left: -90%; }

  .grid-95 {
    float: left;
    width: 95%; }

  .prefix-95 {
    margin-left: 95%; }

  .suffix-95 {
    margin-right: 95%; }

  .push-95 {
    left: 95%; }

  .pull-95 {
    left: -95%; }

  .grid-33 {
    float: left;
    width: 33.33333%; }

  .prefix-33 {
    margin-left: 33.33333%; }

  .suffix-33 {
    margin-right: 33.33333%; }

  .push-33 {
    left: 33.33333%; }

  .pull-33 {
    left: -33.33333%; }

  .grid-66 {
    float: left;
    width: 66.66667%; }

  .prefix-66 {
    margin-left: 66.66667%; }

  .suffix-66 {
    margin-right: 66.66667%; }

  .push-66 {
    left: 66.66667%; }

  .pull-66 {
    left: -66.66667%; }

  .grid-100 {
    clear: both;
    width: 100%; }
 }



.amex-hero sup, .amex-bar sup {
  font-size: 11px;
  vertical-align: text-top;
  line-height: normal; }


.amex-bar {
  font: normal normal 400 18px/1.3 "Helvetica","Arial", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #002056;
  overflow: hidden; }

  .amex-bar--lightblue {
    background: #e9f5fb; }

  .amex-bar--darkblue {
    background: #002056;
    padding: 90px 0; }

  .amex-bar--cards {
    background: #fff url(../img/amex/amex-bar-cards.jpg) no-repeat right 0 scroll; }

    @media all and (min-width: 769px) and (max-width: 1100px) {
      .amex-bar--cards {
        background-size: 50%;
        background-position: right center; }
 }

    @media all and (max-width: 769px) {
      .amex-bar--cards {
        background-position: right 260px;
        background-size: normal;
        padding-bottom: 280px; }
 }

    @media all and (max-width: 480px) {
      .amex-bar--cards {
        background-position: right 400px;
        background-size: 420px;
        padding-bottom: 180px; }
 }

  .amex-bar--store {
    background: #e9f5fb url(../img/amex/amex-spend-items-2.jpg) no-repeat center bottom scroll;
    background-size: 1400px;
    padding-bottom: 290px; }

    @media all and (max-width: 769px) {
      .amex-bar--store {
        background-position: left bottom;
        background-size: 1140px;
        padding-bottom: 240px; }
 }

    @media all and (max-width: 480px) {
      .amex-bar--store {
        background-position: -200px bottom;
        background-size: 1100px;
        padding-bottom: 220px; }
 }

  .amex-bar--couple {
    padding: 90px 0;
    background: #002056 url(../img/amex/amex-bar-couple.jpg) no-repeat center center scroll;
    background-size: cover; }

    @media all and (max-width: 767px) {
      .amex-bar--couple {
        padding: 35px 0; }
 }

  .amex-bar--usp {
    padding: 90px 0;
    background: #009fe2;
    color: #fff;
    text-align: center;
    font-weight: 300; }

    @media all and (max-width: 767px) {
      .amex-bar--usp {
        padding: 35px 0; }
 }

    @media all and (max-width: 480px) {
      .amex-bar--usp {
        text-align: left; }
 }

  .amex-bar--railroad {
    background: #fff url(../img/amex/amex-bar-railroad.jpg) no-repeat center bottom scroll;
    background-size: cover;
    padding-bottom: 320px; }

    @media all and (max-width: 767px) {
      .amex-bar--railroad {
        display: none; }
 }

  .amex-bar--contact {
    position: relative;
    overflow: hidden; }

    .amex-bar--contact:before {
      content: "?";
      color: rgba(0, 32, 86, 0.08);
      position: absolute;
      font-weight: 600;
      z-index: 1;
      left: calc(50% + 200px);
      top: -40px;
      font-size: 290px; }

      @media all and (max-width: 480px) {
        .amex-bar--contact:before {
          left: 55%;
          top: -38px; }
 }

    @media all and (max-width: 767px) {
      .amex-bar--contact {
        background-color: #fff; }
 }

    .amex-bar--contact .grid-container {
      position: relative;
      z-index: 10; }


.amex-h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0; }

  @media all and (max-width: 767px) {
    .amex-h3 {
      font-size: 20px; }
 }



.amex-h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 17px; }


  @media all and (max-width: 767px) {
    .amex-h4 {
      font-size: 17px; }
 }

  @media all and (min-width: 480px) and (max-width: 767px) {
    .amex-h4 {
      min-height: 75px;
      margin-bottom: 12px; }
 }

  .amex-h4-france {
    min-height: 110px; }

    @media all and (max-width: 767px) {
      .amex-h4-france {
        min-height: 0;
        height: auto; }
 }

  .amex-h4 small {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    color: #009fe2; }

    @media all and (max-width: 767px) {
      .amex-h4 small {
        font-size: 14px; }
 }


.amex-italic {
  font-style: italic;
  font-weight: normal; 
padding-top: 3px;
}


.amex-p {
  font-size: 16px;
  line-height: 28px;
  color: #009fe2;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 90%; }


.amex-card-art {
  margin-bottom: 25px; }


.amex-card-benefit-list, .cbc-card-benefit-list ul {
  list-style-type: none;
  color: #009fe2;
  margin-bottom: 25px;
  line-height: 14px;
  min-height: 120px; }

  .amex-card-benefit-list li, .cbc-card-benefit-list ul li {
    margin-bottom: 15px;
    background: transparent url(../img/amex/square.png) no-repeat left 4px scroll;
    background-size: 10px;
    padding-left: 22px;
    line-height: 1.3; }

    .amex-card-benefit-list li span, .cbc-card-benefit-list ul li span {
      color: #002056;
      display: block;
      font-size: 14px; }

  @media all and (max-width: 800px) {
    .amex-card-benefit-list, .cbc-card-benefit-list ul {
      display: none; }
 }

  @media all and (max-width: 1024px) {
    .amex-card-benefit-list--small, .cbc-card-benefit-list ul--small {
      height: 120px; }
 }

  .amex-card-benefit-list--france, .cbc-card-benefit-list ul--france {
    min-height: 250px; }

    @media all and (max-width: 1024px) {
      .amex-card-benefit-list--france, .cbc-card-benefit-list ul--france {
        min-height: 0;
        height: auto; }
 }

  .amex-card-benefit-list--large, .cbc-card-benefit-list ul--large {
    margin-top: 40px; }

    .amex-card-benefit-list--large li span, .cbc-card-benefit-list ul--large li span {
      font-size: 16px;
      margin-bottom: 25px; }


.cbc-card-benefit-list, .cbc-card-benefit-list ul {
  min-height: 0px; }

  @media all and (max-width: 800px) {
    .cbc-card-benefit-list, .cbc-card-benefit-list ul {
      min-height: 0px; }
 }


.cbc-card-benefit-list li {
  color: #002056;
  display: block;
  font-size: 14px; }


.cbc-card-benefit-list--large {
  margin-top: 40px; }


.cbc-card-benefit-list--large li {
  font-size: 16px;
  margin-bottom: 25px; }


.amex-critica-list, .cbc-critica-list ul {
  list-style-type: none;
  color: #009fe2;
  line-height: 1.2; }

  .amex-critica-list li, .cbc-critica-list ul li {
    margin-bottom: 15px;
    background: transparent url(../img/amex/square.png) no-repeat left 4px scroll;
    background-size: 10px;
    padding-left: 22px;
    line-height: 1.3; }

    .amex-critica-list li:last-child, .cbc-critica-list ul li:last-child {
      margin-bottom: 0px; }

    .amex-critica-list li span, .cbc-critica-list ul li span {
      color: #002056;
      display: block;
      font-size: 14px; }


.cbc-critica-list ul li {
  color: #002056;
  display: block;
  font-size: 14px; }


.amex-link {
  text-decoration: underline;
  color: #009fe2;
  font-size: 14px;
  line-height: 1.2;
  display: block; }

  .amex-link--more {
    margin-top: 8px;
    display: block; }


.amex-list, .cbc-list ul {
  list-style-type: none; }

  .amex-list li, .cbc-list ul li {
    margin-bottom: 25px;
    font-size: 16px;
    position: relative;
    left: 25px;
    margin-right: 25px; }

    @media all and (max-width: 767px) {
      .amex-list li, .cbc-list ul li {
        font-size: 14px;
        margin-bottom: 9px; }
 }

  .amex-list li:before, .cbc-list ul li:before {
    content: "\e803";
    font-family: "fbicons";
    display: inline-block;
    line-height: 1;
    color: #009fe2;
    font-size: 15px;
    position: relative;
    left: -25px;
    margin-right: -15px; }


.amex-compare-item {
  padding-bottom: 35px; }


.amex-attention {
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.2;
  border-top: 2px solid #dfe0e1;
  border-bottom: 2px solid #dfe0e1;
  font-size: 4vh;
  color: #000; }

  @media all and (max-width: 767px) {
    .amex-attention {
      font-size: 16px; }
 }


.amex-boxed-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 100px; }

  @media screen and (max-width: 800px) {
    .amex-boxed-card {
      padding: 35px; }
 }


.amex-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  background: #009fe2;
  padding: 18px;
  display: block;
  position: relative;
  margin-right: 12px;
  /* & span:after{
		content: "\e844";
		font-family: "fbicons";
		display: inline-block;
		color: #fff;
		margin-left: 10px;
		font-weight: 600;
		}
 */ }

  @media screen and (max-width: 1024px) {
    .amex-btn {
      font-size: 14px; }
 }

  @media screen and (max-width: 800px) {
    .amex-btn {
      font-size: 16px; }
 }

  .amex-btn span {
    display: block;
    background: transparent url(../img/amex/amex-arrow.png) no-repeat 97% center scroll;
    background-size: 12px;
    padding-right: 36px;
    -webkit-transition: background-position .2s ease-in-out;
    transition: background-position .2s ease-in-out; }

  .amex-btn--full {
    margin-right: 0px; }

  .amex-btn--inline {
    display: inline-block; }

  .amex-btn:hover {
    background-color: #002056;
    text-decoration: none; }

    .amex-btn:hover span {
      background-position: 100% center;
      -webkit-transition: background-position .2s ease-in-out;
      transition: background-position .2s ease-in-out; }


.text-center {
  text-align: center; }


.img-container {
  position: relative;
  height: 0px;
  overflow: hidden; }

  .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }


.ratio-4-3 {
  padding-bottom: 75%;
  background-color: transparent !important; }


.ratio-5-3 {
  padding-bottom: 60%; }


.ratio-6-1 {
  padding-bottom: 16.66%; }


.amex-compare-table {
  width: 100%;
  display: table;
  margin: 0 0 35px;
  padding: 0; }

.bonus {
    margin: 0px 16px 10px 0px;
    background-color: #404040;
    padding: 10px 10px 2px 10px;
	border-radius: 5px;
}

.bonus h6 {
   color: white !important;
   font-weight: 100 !important;
}

  @media all and (max-width: 767px) {
    .amex-compare-table {
      background-color: #e9f5fb; }
 }

  .amex-compare-table th {
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
    background-color: #fff; }

  .amex-compare-table td {
    background-color: #e9f5fb;
    padding: 20px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    line-height: normal;
    width: 25%; }

    .amex-compare-table td span {
      display: block;
      font-weight: 600;
      font-size: 12px;
      padding-bottom: 10px;
      display: none; }

      @media all and (max-width: 767px) {
        .amex-compare-table td span {
          display: block; }
 }

    @media all and (max-width: 767px) {
      .amex-compare-table td {
        display: block;
        width: 50%;
        height: inherit;
        float: left; }

        .amex-compare-table td:nth-child(1) {
          background-color: #e9f5fb !important; }

        .amex-compare-table td:nth-child(3) {
          background-color: #d9eaf3 !important; }

        .amex-compare-table td:nth-child(4) {
          background-color: #e9f5fb !important; }
 }

  .amex-compare-table td:nth-child(even) {
    background-color: #d9eaf3; }


.amex-benefit-icon {
  max-width: 130px;
  margin: 0 auto 10px; }


.amex-benefit-block {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08); }

  .amex-benefit-block h3 {
    font-size: 17px;
    min-height: 70px;
    font-weight: 600;
    color: #009fe2; }

    @media all and (min-width: 800px) and (max-width: 1024px) {
      .amex-benefit-block h3 {
        min-height: 90px; }
 }

    @media all and (max-width: 600px) {
      .amex-benefit-block h3 {
        height: auto;
        min-height: auto; }
 }


.amex-ol, .cbc-ol ul {
  margin: 0;
  padding: 13px 0 0;
  counter-reset: my-badass-counter; }

  @media all and (max-width: 480px) {
    .amex-ol, .cbc-ol ul {
      padding-bottom: 20px; }
 }

  .amex-ol li, .cbc-ol ul li {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
    left: 0px;
    display: block;
    padding-left: 33px;
    z-index: 100; }

  .amex-ol li:before, .cbc-ol ul li:before {
    display: inline-block;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    width: 23px;
    height: 23px;
    background-color: #009fe2;
    z-index: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 12px;
    line-height: 23px; }


.amex-card-benefits {
  padding-bottom: 300px; }

  .amex-card-benefits--entry {
    background: transparent url(../img/amex/amex-entry-card-big.png) no-repeat center bottom scroll; }

  .amex-card-benefits--silver {
    background: transparent url(../img/amex/amex-silver-card-big.png) no-repeat center bottom scroll; }

  .amex-card-benefits--gold {
    background: transparent url(../img/amex/amex-gold-card-big.png) no-repeat center bottom scroll; }

  .amex-card-benefits--platinum {
    background: transparent url(../img/amex/amex-platinum-card-big.png) no-repeat center bottom scroll; }

  @media all and (max-width: 480px) {
    .amex-card-benefits {
      background-size: 220px;
      padding-bottom: 150px; }
 }


.amex-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }

  .amex-icon--time {
    background: transparent url(../img/amex/amex-icon-time.png) no-repeat top left scroll;
    background-size: 32px; }

  .amex-icon--clock {
    background: transparent url(../img/amex/amex-icon-clock.png) no-repeat top left scroll;
    background-size: 32px; }

  .amex-icon--card {
    background: transparent url(../img/amex/amex-icon-card.png) no-repeat top left scroll;
    background-size: 38px;
    width: 38px;
    height: 38px; }

  @media screen and (max-width: 769px) {
    .amex-icon {
      display: block;
      margin: 0 auto 25px; }
 }

  @media screen and (max-width: 480px) {
    .amex-icon {
      margin-right: 10px;
      display: inline-block;
      margin-bottom: 0px; }
 }


@media screen and (max-width: 480px) {
  .amex-usp-item {
    padding-bottom: 30px;
    line-height: 1.3; }

    .amex-usp-item:last-child {
      padding-bottom: 0px; }
 }


.amex-critica {
  border: 1px dashed #009fe2;
  padding: 20px; }


.h3-amex {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px; }

  .h3-amex small {
    font-size: 16px;
    display: block;
    padding-top: 13px; }


.amex-footer-card {
  padding: 20px; }

  .amex-footer-card h4 {
    font-size: 16px; }

  .amex-footer-card--current {
    background-color: #e9f5fb; }

    .amex-footer-card--current h4 {
      color: #009fe2; }


.amex-upgrade-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: transparent url(../img/amex/amex-upgrade-icon.png) no-repeat center center scroll;
  background-size: 70px; }


.amex-spend-item {
  text-align: center;
  display: block;
  padding: 20px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

  .amex-spend-item img {
    width: 90px;
    margin: 0 auto 20px;
    display: block; }

  .amex-spend-item i {
    font-size: 70px;
    line-height: 1;
    padding-bottom: 20px;
    color: #002056; }

  .amex-spend-item .amex-spend-item-desc {
    /*background-color: #009fe2;
			color: #fff;*/
    font-size: 15px;
    display: inline-block;
    padding: 10px;
    line-height: normal; }

  .amex-spend-item:hover .amex-spend-item-desc {
    /*background-color: #002056;
		-webkit-transition: all .2s ease-in-out; 
		transition: all .2s ease-in-out;*/ }

  .amex-spend-item .amex-heart {
    color: #cf1a18; }


.amex-conditions {
  background-color: #f6f6f6;
  color: #333;
  font-size: 11px;
  line-height: 1.4; }

  .amex-conditions ol {
    margin-left: 15px; }

  .amex-conditions h3 {
    padding-bottom: 15px; }


.fb-carousel-wrapper {
  margin: -25px -25px 20px -25px; }

  @media screen and (max-width: 600px) {
    .fb-carousel-wrapper {
      margin: -20px -15px 20px -15px; }
 }