/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.sun-country-font {
  font-family: "Lato", sans-serif; }

h2 {
  color: #1c4685;
  text-align: center;
  font-size: 38px;
  font-family: inherit;
  font-weight: 500; }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px; } }

.sun-country-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(59, 61, 73, 0.3); }
  .sun-country-nav__container {
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 767px) {
      .sun-country-nav__container {
        padding: 20px 16px; } }
    @media (max-width: 767px) {
      .sun-country-nav__container {
        flex-direction: column;
        gap: 20px; } }
    .sun-country-nav__container .logo-wrap {
      display: flex;
      gap: 20px;
      align-items: center; }
      @media (max-width: 767px) {
        .sun-country-nav__container .logo-wrap .synchrony-logo {
          height: 20px;
          width: auto; } }
      .sun-country-nav__container .logo-wrap .separator {
        border-right: 1px solid #b7bdc9;
        height: 35px;
        width: 1px;
        margin-top: -5px; }
        @media (max-width: 767px) {
          .sun-country-nav__container .logo-wrap .separator {
            height: 21px; } }
    .sun-country-nav__container .nav-list {
      display: flex;
      align-items: center;
      list-style: none;
      gap: 40px;
      padding: 0;
      margin: 0; }
      .sun-country-nav__container .nav-list a {
        font-family: inherit;
        text-decoration: none;
        color: #1c4685;
        font-size: 18px; }
        .sun-country-nav__container .nav-list a.active {
          font-weight: 700; }

.sun-country-hero {
  box-sizing: border-box;
  color: white;
  padding: 80px 10px 100px 10px;
  text-align: center;
}
.sun-country-hero > img {
  width: 145px;
  margin-bottom: 35px;
}
.sun-country-hero#faq {
  text-align: left;
  padding: 130px 210px;
  margin-bottom: 60px;
  background-color: #004785;
  background-image: url("../img/sun-country-abstract.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; 
}
.sun-country-hero#faq h1 {
  font-size: 40px;
  max-width: 360px;
}
.sun-country-font.FAQ {
  padding-bottom: 60px;
}
.faq-footer {
  padding: 65px 210px;
  height: auto!important;
  background: #004785;
}
.faq-footer h2 {
  font-size: 31px;
  margin: 0;
  color: #fff;
}
  @media (max-width: 1024px) {
    .sun-country-hero, .sun-country-hero#faq, .faq-footer {
      padding: 60px 20px; } }
  .sun-country-hero.orange {
    background-color: #f46b0a; }
    .sun-country-hero.orange h1 {
      text-align: center;
      margin: auto; }
      @media (max-width: 767px) {
        .sun-country-hero#faq h1 {
          margin-left: 0;
          margin-right: 0; } }
  .sun-country-hero h1 {
    margin: 0;
    letter-spacing: 1px;
    font-family: inherit;
    font-size: 60px; }
    @media (min-width: 992px) {
      .sun-country-hero h1 {
        max-width: 700px; } }
    @media (max-width: 991px) {
      .sun-country-hero h1 {
        font-size: 40px; } }
  .sun-country-hero h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: white;
    font-family: inherit;
    font-size: 28px; }
    @media (min-width: 992px) {
      .sun-country-hero h2 {
        max-width: 520px; } }
    @media (max-width: 991px) {
      .sun-country-hero h2 {
        font-size: 22px; } }

.rewards-section {
  box-sizing: border-box;
  padding: 0 40px;
  color: #1c4685; }
  @media (max-width: 767px) {
    .rewards-section {
      padding: 0 20px; } }
  .rewards-section h2 {
    margin-bottom: 40px; }
  .rewards-section .points-rewards {
    display: flex;
    gap: 20px;
    justify-content: center; }
    @media (max-width: 1279px) {
      .rewards-section .points-rewards {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .rewards-section .points-rewards {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center; } }
    .rewards-section .points-rewards .points-reward {
      display: flex;
      gap: 20px; }
      .rewards-section .points-rewards .points-reward img {
        max-width: 90px; }
      .rewards-section .points-rewards .points-reward h3 {
        margin: 0;
        font-family: inherit;
        font-size: 22px; }
      .rewards-section .points-rewards .points-reward p {
        max-width: 140px;
        font-family: inherit;
        font-size: 18px; }
  .rewards-section .divider {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    margin: 40px 0; }
    @media (max-width: 767px) {
      .rewards-section .divider {
        gap: 20px;
        padding-left: 5%;
        padding-right: 5%; } }
    .rewards-section .divider .line {
      flex: 1;
      height: 4px;
      background-color: #3190ca; }
  .rewards-section .perks-rewards {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    justify-content: center; }
    @media (max-width: 767px) {
      .rewards-section .perks-rewards {
        gap: 30px; } }
    .rewards-section .perks-rewards .perks-reward {
      color: #1c4685;
      max-width: 200px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .rewards-section .perks-rewards .perks-reward img {
        max-width: 100px; }
      .rewards-section .perks-rewards .perks-reward h3 {
        margin-bottom: 8px;
        font-family: inherit;
        text-align: center; }
      .rewards-section .perks-rewards .perks-reward p {
        font-family: inherit;
        text-align: center; }

.plus-status {
  box-sizing: border-box;
  padding: 0 40px;
  color: #1c4685; }
  @media (max-width: 767px) {
    .plus-status {
      padding: 0 20px; } }
  .plus-status h2 {
    margin-bottom: 10px; }
  .plus-status .intro-p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    font-family: inherit; }
  .plus-status img {
    max-width: 60px;
    transform: skew(5deg); }
  .plus-status__points-banner {
    background: linear-gradient(to right, #3190c9, #1c4785);
    color: white;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding: 24px;
    gap: 40px;
    max-width: 1080px;
    box-sizing: border-box;
    display: flex; }
    @media (max-width: 991px) {
      .plus-status__points-banner {
        padding: 16px;
        gap: 20px; } }
    .plus-status__points-banner .icon {
      flex-shrink: 0;
      margin: 0; }
      @media (max-width: 767px) {
        .plus-status__points-banner .icon {
          width: 40px !important;
          height: 40px !important; } }
    .plus-status__points-banner p:first-child {
      font-size: 24px;
      font-weight: 300;
      font-family: inherit; }
      .plus-status__points-banner p:first-child span {
        font-weight: 700; }
      @media (max-width: 767px) {
        .plus-status__points-banner p:first-child {
          font-size: 20px;
          margin-bottom: 8px; } }
    .plus-status__points-banner p:nth-child(2) {
      font-size: 22px;
      font-weight: 300;
      font-family: inherit; }
      @media (max-width: 767px) {
        .plus-status__points-banner p:nth-child(2) {
          font-size: 18px; } }
  .plus-status__perks {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    justify-content: center; }
    @media (max-width: 1079px) {
      .plus-status__perks {
        display: grid;
        row-gap: 40px;
        grid-template-columns: repeat(2, 270px);
        grid-template-rows: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .plus-status__perks {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center; } }
    .plus-status__perks .plus-status__perk {
      flex: 1;
      max-width: 270px; }
      @media (max-width: 991px) {
        .plus-status__perks .plus-status__perk {
          width: 100%; } }
      .plus-status__perks .plus-status__perk__top {
        padding: 32px;
        background: #3190ca;
        color: white;
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
        transform: skew(-5deg); }
        .plus-status__perks .plus-status__perk__top .icon {
          margin: 0;
          flex-shrink: 0; }
        .plus-status__perks .plus-status__perk__top h3 {
          font-family: inherit;
          font-weight: 400;
          font-size: 20px;
          margin: 0;
          transform: skew(5deg); }
      .plus-status__perks .plus-status__perk__bottom {
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        margin-top: 8px;
        text-align: center; }

.visa-signature {
  box-sizing: border-box;
  padding: 65px 145px;
  color: #1c4685; }
  .visa-signature h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .visa-signature .intro-p {
    font-size: 20px;
    line-height: 26px;
    max-width: 915px;
    margin: 0 auto;
    font-family: inherit; }
  .visa-signature__benefits {
    margin-top: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 270px);
    grid-template-rows: repeat(2, auto);
    justify-content: center; }
    @media (max-width: 1024px) {
      .visa-signature {
        padding: 60px 20px;}
      .visa-signature__benefits {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .visa-signature__benefits .visa-signature__benefit {
      background-color: #f2f2f2;
      border-radius: 8px;
      box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 270px;
      display: flex;
      flex-direction: column; }
      .visa-signature__benefits .visa-signature__benefit__top {
        height: 120px;
        background-size: cover;
        background-position: center; }
      .visa-signature__benefits .visa-signature__benefit__bottom {
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1; }
        .visa-signature__benefits .visa-signature__benefit__bottom h3 {
          font-family: inherit;
          text-align: center;
          font-size: 16px;
          margin: 0; }
        .visa-signature__benefits .visa-signature__benefit__bottom p {
          font-family: inherit;
          font-size: 14px;
          margin: 0;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto; }

.get-to-going {
  box-sizing: border-box;
  background-color: #1c4685;
  color: white;
  display: grid;
  place-items: center;
  padding: 40px; }
  @media (max-width: 767px) {
    .get-to-going {
      padding: 40px 20px; } }

.page-footnotes {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 40px 210px; }
  @media (max-width: 1024px) {
    .page-footnotes {
      padding: 40px 20px; } }
  .page-footnotes p {
    font-family: inherit;
    line-height: 1.3;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 13px; }
  .page-footnotes a {
    text-decoration: underline;
    font-family: inherit;
    color: inherit; }

.FAQ {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  padding: 0 40px; }
  @media (max-width: 767px) {
    .FAQ {
      padding: 0 20px; } }
  .FAQ details {
    background-color: #f4f6f9;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
    border: none;
    color: #1c4685; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); !important}
    .FAQ details summary {
      font-size: 18px;
      font-weight: 700;
      padding: 32px 48px;
      line-height: 1.3;
      gap: 35px; }
      @media (max-width: 767px) {
        .FAQ details summary {
          padding: 32px 20px; } }
    .FAQ details sup {
      font-size: 12px; }
    .FAQ details .answer {
      padding: 0 48px 32px 48px;
      margin-right: 40px; }
      @media (max-width: 767px) {
        .FAQ details .answer {
          padding: 0 20px 32px 20px; } }
      .FAQ details .answer p,
      .FAQ details .answer ul {
        font-family: inherit;
        font-size: 16px;
        line-height: 1.2; }
      .FAQ details .answer a {
        font-weight: normal;
        word-break: break-word;
        font-family: inherit;
        color: inherit; }

.in-flight-application {
  box-sizing: border-box;
  padding: 0 40px; }
  @media (max-width: 767px) {
    .in-flight-application {
      padding: 0 20px; } }
  .in-flight-application #fa-form {
    display: flex;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .in-flight-application #fa-form {
        flex-direction: column; } }
    .in-flight-application #fa-form .form-group {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .in-flight-application #fa-form .form-group label {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 10px; }
      .in-flight-application #fa-form .form-group small {
        margin-top: 8px;
        display: flex;
        align-items: center;
        gap: 6px; }
        .in-flight-application #fa-form .form-group small img {
          margin-top: -4px; }
      .in-flight-application #fa-form .form-group p {
        color: #ca3625;
        font-family: inherit;
        margin-top: 8px;
        display: flex;
        gap: 4px;
        align-items: center; }
        .in-flight-application #fa-form .form-group p.hidden {
          display: none; }
    .in-flight-application #fa-form .sun-country-styled-field {
      border: 1px solid #a0a8b7;
      border-radius: 4px;
      display: flex; }
      .in-flight-application #fa-form .sun-country-styled-field:focus-within {
        outline: 2px solid #3b3d49; }
      .in-flight-application #fa-form .sun-country-styled-field.invalid {
        outline-color: #ca3625; }
      .in-flight-application #fa-form .sun-country-styled-field input {
        border: none;
        width: 100%;
        height: 56px;
        padding: 0 16px;
        border-radius: 4px;
        font-family: inherit;
        font-size: 16px;
        box-sizing: border-box;
        color: #3b3d49; }
        .in-flight-application #fa-form .sun-country-styled-field input:focus {
          outline: none; }
        .in-flight-application #fa-form .sun-country-styled-field input::-moz-placeholder {
          color: #727377; }
        .in-flight-application #fa-form .sun-country-styled-field input::placeholder, .in-flight-application #fa-form .sun-country-styled-field input:invalid,
        .in-flight-application #fa-form .sun-country-styled-field input option:disabled {
          color: #727377; }
        .in-flight-application #fa-form .sun-country-styled-field input:disabled {
          background-color: #f3f6f6;
          color: #727377;
          cursor: not-allowed; }
    .in-flight-application #fa-form button {
      font-family: inherit;
      font-size: 16px;
      font-weight: 700;
      color: white;
      background-color: #3190ca;
      border: none;
      border-radius: 4px;
      height: 56px;
      padding: 0 32px;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out; }
      @media (min-width: 480px) {
        .in-flight-application #fa-form button {
          margin-top: 34px; } }
      .in-flight-application #fa-form button:hover {
        background-color: #2c81b5; }
		/* MAG-7450 disabling border on open */
		details[open]{
  border: none !important;
}
		
