/* Universal breakpoints */
.navigation.is-open .header-right {
  top: 77px;
  /* deepmala fixed for iphone se gap between header and hamburger help menu */
}

/*Styles to emulate https://www.synchrony.com/s/jcrew.html*/
.faq .flex {
  display: block;
}

.faq .pagefx-accordion {
  border: none;
  border-top: 2px solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.faq .pagefx-accordion dt {
  padding: 50px 55px 50px 30px;
}

.faq .account-panels:last-child .pagefx-accordion:last-child {
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.faq .pagefx-accordion:focus-visible,
.faq .pagefx-accordion:focus-within {
  outline: none;
  border: none;
  border-top: 2px solid #000;
  border-radius: 0;
}

.faq .pagefx-accordion-header {
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: left;
  padding-inline: 0;
}

.faq .pagefx-accordion-header:after {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent url(https://www.synchrony.com/images/jcrew-plus.jpg) no-repeat right 0 top 0;
  position: absolute;
  top: 0;
  right: -25px;
}

.faq .pagefx-accordion-header.active:after {
  background: transparent url(https://www.synchrony.com/images/jcrew-minus.jpg) no-repeat right 0 top 0;
}

.faq .pagefx-accordion-text {
  font-family: soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  font-size: 16px;
  color: #000;
}

.faq .pagefx-accordion.active .pagefx-accordion-answer {
  padding: 0 30px 30px 30px;
  font-family: soleil, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #000 !important;
}

.faq .pagefx-accordion.active .pagefx-accordion-answer ol,
.faq .pagefx-accordion.active .pagefx-accordion-answer ul {
  font-family: soleil, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #000 !important;
  padding-inline-start: 0;
  padding-left: 20px;
  margin-bottom: 20px !important;
}

.faq .pagefx-accordion.active .pagefx-accordion-answer ol li,
.faq .pagefx-accordion.active .pagefx-accordion-answer ul li {
  color: #000 !important;
}

.faq .pagefx-accordion.active .pagefx-accordion-answer p {
  font-family: soleil, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 20px !important;
}

.faq .faq__arrow {
  display: none;
}

/*End of Styles to emulate https://www.synchrony.com/s/jcrew.html*/

@media screen and (max-width: 360px) {
  .navigation .container {
    padding: 10px;
  }
}

.navigation .container .logo-wrap {
  display: flex;
  gap: 27px;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (max-width: 767px) {
  .navigation .container .logo-wrap {
    gap: 8px;
  }
}

@media screen and (max-width: 360px) {
  .navigation .container .logo-wrap {
    padding-right: 10px;
  }
}

.navigation .container .logo-wrap a img {
  height: 100%;
  width: auto;
}

@media (max-width: 479px) {
  .navigation .container .logo-wrap a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .navigation .container .logo-wrap a[title="Home"] {
    height: 22px;
  }
}

@media (max-width: 479px) {
  .navigation .container .logo-wrap a[title="Home"] {
    flex: 1.78;
  }
}

.navigation .container .logo-wrap .separator {
  border-right: 1px solid #b7bdc9;
  height: 35px;
  width: 1px;
}

@media (max-width: 767px) {
  .navigation .container .logo-wrap .separator {
    height: 21px;
  }
}

.navigation .container .logo-wrap .j-crew-link {
  height: 50px;
}

@media (max-width: 767px) {
  .navigation .container .logo-wrap .j-crew-link {
    height: 32px;
  }
}

@media (max-width: 479px) {
  .navigation .container .logo-wrap .j-crew-link {
    flex: 1;
  }
}

.navigation .container .login-container {
  margin-left: 40px;
}

@media (max-width: 1079px) {
  .navigation .container .login-container {
    margin-left: 0;
  }
}

.main-nav .main-nav__content-grid .login-area #login-button {
  background-color: #0E1842 !important;
  color: white;
  letter-spacing: 0.5px;
  border: 2px solid #0E1842;
}

.j-crew-green-button {
  background-color: white;
  color: #0E1842;
  font-weight: 700 !important;
  border-radius: 0;
  border: 2px solid white;
  transition: all 200ms ease-in-out, color 150ms ease-in-out;
}

.j-crew-green-button:hover,
.j-crew-green-button:active,
.j-crew-green-button:focus-visible {
  background-color: #0E1842;
  border: 2px solid white;
  color: white;
}

.main-nav .main-nav__content-grid .logo-wrap {
  display: flex;
  gap: 27px;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (max-width: 767px) {
  .main-nav .main-nav__content-grid .logo-wrap {
    gap: 8px;
  }
}

@media screen and (max-width: 360px) {
  .main-nav .main-nav__content-grid .logo-wrap {
    padding-right: 10px;
  }
}

.main-nav .main-nav__content-grid .logo-wrap a img {
  height: 100% !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .main-nav .main-nav__content-grid .logo-wrap a[title="Home"] {
    height: 22px !important;
  }
}

/* fix for logo and height in horizontal mode ios */
@media (max-width: 767px) {
  .global-nav .main-nav .main-nav__content-grid .grid-center.alert-banner-on {
    height: calc(100dvh - 78px) !important;
  }
}


/* @media screen and (max-width: 400px) {
  .main-nav .main-nav__content-grid .logo-wrap a[title="Home"] {
        height: 16px !important;
    
    }
} */

.main-nav .main-nav__content-grid .logo-wrap .separator {
  border-right: 1px solid #b7bdc9;
  height: 35px;
  width: 1px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .main-nav .main-nav__content-grid .logo-wrap .separator {
    height: 21px;
  }
}

.main-nav .main-nav__content-grid .logo-wrap .j-crew-link {
  height: 50px;
}

@media (max-width: 767px) {
  .main-nav .main-nav__content-grid .logo-wrap .j-crew-link {
    height: 32px !important;

  }
}

/* @media screen and (max-width: 400px) {
  .main-nav .main-nav__content-grid .logo-wrap .j-crew-link {
        height: 24px !important;
    
    }
} */

.main-nav .main-nav__content-grid .login-area #login-button {
  background-color: #009849;
  color: white;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 360px) {
  .main-nav .main-nav__content-grid .login-area #login-button {
    padding: 4px !important;
    font-size: 12px;
  }
}

.card-image img {
  border-radius: 18px;
  /* box-shadow: -10px 14px 20px 0px rgba(59, 60, 67, 0.4); */
}

@media (max-width: 767px) {
  .card-image img {
    border-radius: 10px;
  }
}

@media (max-width: 479px) {
  .card-image img {
    border-radius: 12px;
  }
}

.j-crew-hero {
  box-sizing: border-box;
  background-color: #0E1842;
  display: flex;
  padding: 120px;
}

@media (max-width: 1279px) {
  .j-crew-hero {
    padding: 100px;
  }
}

@media (max-width: 991px) {
  .j-crew-hero {
    padding: 80px;
    flex-direction: column-reverse;
    gap: 80px;
  }
}

@media (max-width: 767px) {
  .j-crew-hero {
    padding: 40px;
    gap: 20px;
  }
}

@media (max-width: 479px) {
  .j-crew-hero {
    padding: 20px;
  }
}

.j-crew-hero .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.j-crew-hero .text h1 {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  color: white;
}

@media (max-width: 1079px) {
  .j-crew-hero .text h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .j-crew-hero .text h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.j-crew-hero .text p:not(.fine-print) {
  margin-top: 20px;
  color: white;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: freight-big-pro, serif;
  font-weight: 400;
  /* MKPL change */
  line-height: 32px;
}

@media (max-width: 767px) {
  .j-crew-hero .text p:not(.fine-print) {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 479px) {
  .j-crew-hero .text p:not(.fine-print) {
    font-size: 16px;
    line-height: 22px;
  }
}

.j-crew-hero .text button {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 48px;
}

.j-crew-hero .text a.button-reset {
  /*MKPL: add css for link button*/
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 30px;
  font-family: soleil, sans-serif;
  font-weight: 400;
  border-radius: inherit;
}

@media (max-width: 767px) {
  .j-crew-hero .text button {
    font-size: 16px;
    padding: 12px 32px;
  }
}

@media (max-width: 479px) {
  .j-crew-hero .text button {
    width: 100%;
  }
}

.j-crew-hero .card-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 991px) {
  .j-crew-hero .card-image {
    display: grid;
    place-items: center;
    justify-content: normal;
  }
}

@media (max-width: 479px) {
  .j-crew-hero .card-image {
    padding: 40px 0;
  }
}

.j-crew-hero .card-image img {
  height: auto;
  width: 80%;
  max-width: 520px;
  transform: rotate(-12deg);
  /* box-shadow: -10px 14px 20px 0px rgba(59, 60, 67, 0.4); */
}

@media (max-width: 991px) {
  .j-crew-hero .card-image img {
    height: 80%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .j-crew-hero .card-image img {
    height: 60%;
    width: auto;
  }
}

@media (max-width: 479px) {
  .j-crew-hero .card-image img {
    height: auto;
    width: 80%;
  }
}

.j-crew-servicing-hero a {
  /*Updated by Vinda, changed button to a*/
  margin-bottom: 10px;
  font-family: soleil, sans-serif;
}

@media (max-width: 991px) {
  .j-crew-servicing-hero {
    flex-direction: column;
  }
}

.j-crew-servicing-hero .fine-print {
  color: white;
  line-height: 22px;
}

@media (max-width: 991px) {
  .j-crew-servicing-hero .fine-print {
    line-height: 18px;
  }
}

.j-crew-servicing-hero .fine-print a {
  color: inherit;
  font-weight: 500;
}

.j-crew-servicing-hero .card-image img {
  transform: rotate(0);
}

.half-split-offset .a {
  background-position: 0 35%;
}

@media (min-width: 992px) {
  .half-split-offset .a {
    margin-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .half-split-offset .a {
    min-height: auto;
    height: 215px;
    background-position: 0 40%;
  }
}

@media (min-width: 992px) {
  .half-split-offset .b {
    margin-top: 80px;
  }
}

.half-split-offset .b .b-contents {
  max-width: 460px;
  margin: auto;
}

.half-split-offset .b .b-contents h2 {
  font-size: 36px !important;
}

.half-split-offset .b .b-contents li {
  font-size: 16px;
  line-height: 24px;
}

.half-split-offset .b .b-contents li a {
  color: inherit;
  text-decoration: none;
}

.half-split-offset .b .b-contents button {
  width: 360px;
  padding: 16px 40px;
  font-size: 20px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .half-split-offset .b .b-contents button {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .half-split-offset .b .b-contents button {
    width: 100%;
  }
}

.half-split-offset .b .b-contents p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .half-split-offset .b .b-contents p {
    text-align: center;
  }
}

.half-split-offset .b .b-contents p a {
  color: inherit;
  font-weight: 500;
}

.half-split-offset .b .b-contents p span {
  white-space: nowrap;
}

.faq {
  margin-top: 80px;
  color: #1f2026;
  scroll-margin-top: 180px;
}

@media (max-width: 991px) {
  .faq {
    margin-top: 40px;
  }
}

.faq .flex {
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .faq .flex {
    flex-direction: column;
    gap: 20px;
  }
}

.faq .flex>div {
  flex: 1;
}

.faq .flex .account-panels {
  display: flex;
  flex-direction: column;
}

.faq .flex .account-panel {
  margin: 0;
}

.faq .flex dd {
  font-family: soleil, sans-serif;
  color: #3b3d49;
  box-sizing: border-box;
}

.faq .flex dd p {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 22px;
}

.faq .flex dd a {
  color: #3f647c;
  font-weight: 500;
  text-decoration: underline;
  padding: 2px 4px;
  /*Ashwini added to fix link outline merge in faq*/
}

.faq .flex dd a::after {
  width: 0 !important;
}

/*Manisha- fixed dropdown position */
@media screen and (max-width:1080px) {
  #global-header:has(#alert-wrapper)+.container .header-right {
    top: 164px !important;

  }
}

/*Added By Vinda for LOG IN font weight--*/
.link-font-wt {
  font-weight: 700 !important;
  white-space: nowrap;
}

/*Added By Ashwini for help menu dropdown--*/
@media screen and (min-width: 1081px) {
  .navigation .nav-submenu {
    top: 42px !important;
  }
}

/* Added by Deepmala for extraa grey space help menu*/
@media screen and (max-width: 1080px) {
  .navigation .nav-submenu {
    height: var(--menu-body-height)+20px;
  }
}

.footnotes {
  color: #3b3d49;
  margin-bottom: 80px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .footnotes {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.footnotes p {
  text-align: center;
  line-height: 20px;
  scroll-margin-top: 200px;
}

#footnote-1 a,
#footnote-2 a,
.fine-print a {
  padding: 2px 4px;
  /* deepmala- added to fix link outline merge in disclouser */
}

.no-underline {
  text-decoration: none;
}

.not-a-member {
  font-family: soleil, sans-serif !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  margin-bottom: 7px !important
}

.heading-1.m-32 {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-size: 55px;
}

.text-24 {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  margin-bottom: 70px;
}

.pagefx-accordion-header {
  font-family: soleil, sans-serif;
  font-weight: 400;
}

.disclosure-basic {
  font-family: soleil, sans-serif;
  color: #3b3d49;
  font-weight: 400;
}

.disclosure-basic a {
  font-family: soleil, sans-serif;
  color: #3b3d49;
  font-weight: 400;
}

.faq .flex dd p {
  font-family: soleil, sans-serif;
  color: #3b3d49;
  font-weight: 400;
}

/* Manisha -fix for header drop down  */
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu {
  top: 60px;
}

.faq .pagefx-accordion-header:focus-visible {
  outline: solid 2px #3b3d49 !important;
  outline-offset: 2rem;
  border-radius: 0;
}

/* added by sumati as part of ada */
.global-max-w .text .not-a-member a:focus-visible {
  outline: 2px solid #fff;
  border-radius: 8px;
  outline-offset: 0px;
}