/* Universal breakpoints */
.hero_basic {
  position: relative; }
  .hero_basic .hero {
    min-height: 755px; }
    @media (max-width: 991px) {
      .hero_basic .hero {
        background-position: top center;
        min-height: auto;
        padding: 0 0 12px 0; } }
    .hero_basic .hero .content {
      padding-top: 25px;
      padding-bottom: 0px;
      position: relative;
      margin-top: -7px; }
      @media (min-width: 992px) {
        .hero_basic .hero .content {
          padding: 0 0 0 100px;
          position: absolute;
          margin-top: 0; } }
    .hero_basic .hero .hero-copy-content {
      font-family: "Synchrony Sans", Helvetica, sans-serif; }
      .hero_basic .hero .hero-copy-content a {
        display: inline-block;
        position: relative;
        color: #3b3d49;
        text-decoration: none;
        line-height: 26px;
        color: #fff; }
        .hero_basic .hero .hero-copy-content a:after {
          content: "";
          position: absolute;
          left: 0;
          display: inline-block;
          height: 1em;
          width: 0;
          border-bottom: 2px solid #fbc600;
          bottom: 2px;
          transition: width 150ms ease-in-out; }
        .hero_basic .hero .hero-copy-content a:hover:after, .hero_basic .hero .hero-copy-content a.active:after {
          width: 100%; }
      .hero_basic .hero .hero-copy-content p {
        margin-bottom: 2rem;
        font-family: "Synchrony Sans", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 22px; }
      @media (min-width: 992px) {
        .hero_basic .hero .hero-copy-content {
          width: 40%; }
          .hero_basic .hero .hero-copy-content p {
            font-size: 24px;
            line-height: 32px; } }
    .hero_basic .hero .hero-heading {
      position: relative;
      z-index: 2;
      max-width: 85%;
      line-height: 64px;
      padding-bottom: 0; }
      @media (max-width: 991px) {
        .hero_basic .hero .hero-heading {
          padding-top: 0;
          max-width: 100%; } }
    .hero_basic .hero .hero-subcopy-small {
      font-size: 16px;
      font-weight: 500;
      line-height: 22px; }

.partners {
  color: #3b3d49; }
  .partners .intro, .partners .outro {
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 26px; }
  .partners .intro {
    font-size: 18px; }
  .partners .outro {
    margin-top: 2rem;
    font-size: 16px; }
  .partners .three-up {
    margin: 2rem 0 0;
    justify-content: flex-start; }
    .partners .three-up .inner {
      justify-content: flex-start; }
  .partners .icon-tile {
    width: 290px;
    margin: 0 1rem 3rem;
    justify-content: flex-start !important; }
    @media (max-width: 479px) {
      .partners .icon-tile {
        height: 360px; } }
    .partners .icon-tile img {
      height: 127px;
      width: auto; }
      @media (max-width: 479px) {
        .partners .icon-tile img {
          padding: 20px 0; } }
    .partners .icon-tile .icon-tile-content {
      width: 100%; }
    .partners .icon-tile .icon-tile-copy {
      padding-top: 4px;
      font-size: 16px;
      width: auto; }
      @media (max-width: 479px) {
        .partners .icon-tile .icon-tile-copy {
          padding: 0; } }
  @media (min-width: 768px) {
    .partners .intro, .partners .outro {
      padding: 0 20%;
      line-height: 32px; }
    .partners .intro {
      font-size: 24px; }
    .partners .outro {
      font-size: 24px; } }
  @media (min-width: 1280px) {
    .partners .outro {
      margin-top: 0; }
    .partners .three-up {
      overflow-x: visible;
      justify-content: center; }
      .partners .three-up .inner {
        flex-wrap: wrap;
        justify-content: center; } }

.bank {
  background-color: #3b3d49; }
  .bank .header {
    margin-bottom: 0; }
  .bank .content {
    color: #fff;
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }
    .bank .content .small {
      font-size: 12px; }
    .bank .content p {
      margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .bank {
      padding-left: 10%;
      padding-right: 10%;
      text-align: center; }
      .bank .content {
        font-size: 24px;
        line-height: 32px; }
        .bank .content .small {
          font-size: 16px; } }

.numbers {
  color: #3b3d49; }
  .numbers .header {
    margin-bottom: 0.5rem; }
  .numbers .header-footnote {
    text-align: center;
    margin-bottom: 2rem; }
  .numbers .four-up {
    margin-top: -40px; }
  @media (min-width: 1280px) {
    .numbers .four-up {
      overflow: visible; }
      .numbers .four-up .inner {
        flex-wrap: wrap; } }
