/* Universal breakpoints */
body.locked {
  overflow: hidden;
}
html,body{
 overscroll-behavior:auto;
}

.page-container {
  position: relative;
}

.main-nav .button-basic:active,
.main-nav button:active,
input[name="keyword"]:active {
  outline: none !important;
}

.button-basic {
  border: 2px solid transparent;
  background: #fbc600;
  color: #3b3d49;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 700;
  transition: all 200ms ease-in-out, color 150ms ease-in-out;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.button-basic.is-active {
  border-radius: 8px;
  border: 2px solid #fbc600;
  background-color: white;
  color: #3b3d49;
}

.button-basic.is-active .menu-arrow {
  transform: rotateX(180deg);
}


/* Jim Dagg SYFC-5573 fix for iOS event bubbling */
/* Jim Dagg SYFC-5573 fix for iOS event bubbling */
.navigation .button-basic>img,
.button-basic>span {
  cursor: pointer;
}


.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item__title img {
  align-self: center;
}

.global-nav .utility-bar .alert img,
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content .submenu-links li.sub-submenu-item .submenu-link__arrow {
  align-self: center;
}

.global-nav .utility-bar .alert {
  width: unset;
  max-width: unset;
}

.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu {
  top: 52px;
}


/* footer#global-footer {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: #1f2026;
  color: #a0a8b7;
  font-size: 14px;
  line-height: 26px; }
  @media (min-width: 768px) {
    footer#global-footer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    footer#global-footer {
      padding-left: 40px;
      padding-right: 40px; } }
  footer#global-footer .footer__grid {
    display: flex;
    flex-direction: column; }
  footer#global-footer .footer__block {
    padding: 20px 0;
    box-sizing: border-box; }
  footer#global-footer .footer__marketplace, footer#global-footer .footer__finance {
    background: #2d2e35; }
  footer#global-footer .footer__corporate, footer#global-footer .footer__social {
    background: #1f2026; }
  footer#global-footer .footer__social li {
    height: 25px; }
    footer#global-footer .footer__social li a {
      display: block;
      height: 25px; }
  footer#global-footer .footer__marketplace nav,
  footer#global-footer .footer__finance nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    footer#global-footer .footer__marketplace nav .footer__link-group,
    footer#global-footer .footer__finance nav .footer__link-group {
      width: 100%; }
      @media (min-width: 480px) {
        footer#global-footer .footer__marketplace nav .footer__link-group,
        footer#global-footer .footer__finance nav .footer__link-group {
          width: 50%; } }
      @media (min-width: 1280px) {
        footer#global-footer .footer__marketplace nav .footer__link-group,
        footer#global-footer .footer__finance nav .footer__link-group {
          width: 25%; } }
  @media (max-width: 479px) {
    footer#global-footer .footer__finance .footer__link-group {
      padding: 16px 0;
      border-top: 1px solid #1f2026; } }
  @media (min-width: 480px) {
    footer#global-footer .footer__finance {
      border-top: 1px solid #1f2026; } }
  @media (min-width: 992px) {
    footer#global-footer .footer__finance {
      border-top: none; }
      footer#global-footer .footer__finance nav {
        border-top: 1px solid #1f2026; } }
  footer#global-footer .footer__corporate .corporate__links ul {
    -moz-column-count: 2;
    column-count: 2; }
  footer#global-footer .footer__social ul {
    margin: 0 auto;
    text-align: center; }
    footer#global-footer .footer__social ul li {
      display: inline-block;
      margin: 0 10px; }
      footer#global-footer .footer__social ul li a {
        filter: invert(77%) sepia(4%) saturate(1048%) hue-rotate(181deg) brightness(88%) contrast(86%); }
        footer#global-footer .footer__social ul li a:focus, footer#global-footer .footer__social ul li a:active, footer#global-footer .footer__social ul li a:hover {
          filter: invert(76%) sepia(7%) saturate(7500%) hue-rotate(4deg) brightness(104%) contrast(101%); }
  footer#global-footer .nav-footer__bottom { /* social icon alignments in footer - Deepmala */
/*  display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  footer#global-footer .company-logo {
    margin-bottom: 56px; }
    footer#global-footer .company-logo a {
      margin: 0 auto;
      display: block;
      width: 227px;
      height: 48px; }
  footer#global-footer .fdic-logo {
    line-height: 1; }
  footer#global-footer .copyright {
    font-size: 12px;
    line-height: 18px; }
    footer#global-footer .copyright span {
      display: inline-block;
      white-space: nowrap; }
  footer#global-footer a {
    color: #a0a8b7;
    text-decoration: none; }
    footer#global-footer a.has-icon {
      display: inline-flex;
      justify-content: center;
      align-items: center; } */
/* Ashwini WCWFT-179 align CTA icon beside links*/
/* footer#global-footer a.has-icon .icon {
  width: 10px;
  height: auto;
  align-self: center;
  display: block;
  margin: 0 5px;
}
  footer#global-footer a:focus, footer#global-footer a:active, footer#global-footer a:hover {
      color: #fbc600; }
  footer#global-footer h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px; }
    footer#global-footer h4 a {
      color: #fff; }
  footer#global-footer h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 16px; }
    footer#global-footer h5 a {
      color: #fff; }
  footer#global-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    footer#global-footer .footer__marketplace {
      order: 2; }
    footer#global-footer .footer__finance {
      order: 3; }
    footer#global-footer .footer__corporate {
      order: 1;
      padding-top: 30px; }
    footer#global-footer .footer__social {
      order: 4;
      padding-bottom: 10px; }
    footer#global-footer .footer__marketplace, footer#global-footer .footer__finance {
      position: relative; }
      footer#global-footer .footer__marketplace::before, footer#global-footer .footer__finance::before {
        display: block;
        content: "";
        background: #2d2e35;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%); }
      footer#global-footer .footer__marketplace::after, footer#global-footer .footer__finance::after {
        display: block;
        content: "";
        background: #2d2e35;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%); } }
  @media (min-width: 992px) {
    footer#global-footer .footer__grid {
      flex-direction: row;
      flex-wrap: wrap;
      position: relative; }
    footer#global-footer .footer__corporate, footer#global-footer .footer__marketplace {
      padding-top: 30px; }
    footer#global-footer .footer__marketplace, footer#global-footer .footer__finance {
      width: 75%;
      padding-left: 32px; }
      footer#global-footer .footer__marketplace::after, footer#global-footer .footer__finance::after {
        display: block;
        content: "";
        background: #2d2e35;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%); }
    footer#global-footer .footer__corporate, footer#global-footer .footer__social {
      width: 25%;
      padding-right: 16px; }
    footer#global-footer .footer__marketplace h4 {
      margin-bottom: 60px; }
    footer#global-footer .footer__corporate .company-logo a {
      margin-left: 0;
      margin-right: 0; }
    footer#global-footer .footer__social {
      padding-top: 40px; }
      footer#global-footer .footer__social ul {
        text-align: left;
        margin-bottom: 20px; }
    footer#global-footer .footer__finance nav {
      padding-top: 20px; }
    footer#global-footer .fdic-logo {
      position: absolute;
      bottom: 40px;
      right: 0; } }
  footer#global-footer .footer__link-group.collapsing-nav h5 button ,
  footer#global-footer .footer__link-group.collapsing-nav h5 span {
    background: unset;
    border: unset;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    font-weight: 500; }
  @media (max-width: 479px) {
    footer#global-footer .footer__link-group.collapsing-nav h5:active, footer#global-footer .footer__link-group.collapsing-nav h5 :focus, footer#global-footer .footer__link-group.collapsing-nav h5 :hover {
      color: #fbc600; }
    footer#global-footer .footer__link-group.collapsing-nav ul {
      overflow: hidden;
      max-height: 0;
      display: none;
      line-height: 2.4;
      padding-left: 8px; }
    footer#global-footer .footer__link-group.collapsing-nav .menu-arrow {
      transition: all 200ms ease-in-out; }
    footer#global-footer .footer__link-group.collapsing-nav.is-open ul {
      overflow: hidden;
      max-height: 500px;
      display: block; }
    footer#global-footer .footer__link-group.collapsing-nav.is-open .menu-arrow {
      transform: rotateX(180deg);
      transition: all 200ms ease-in-out; } }
      @media (min-width: 480px) {
        footer#global-footer .footer__link-group.collapsing-nav  button.mobile_footer_link{
          display: none; } 
        }
          @media (max-width:479px){
            footer#global-footer .footer__link-group.collapsing-nav .desktop_footer_link_header{
    display: none;
            }
          } */
/* ADA Fix Start */
/*  #global-footer a:focus{
      outline: 2px solid #fbc600;
    }
    footer#global-footer .footer__social ul li a:focus {
    outline: 2px solid #000;
    } */


/* MKPL fix to disable scroll to the window when modal is open */
body.modal-open {
  overflow: hidden;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  background-color: #fff;
  max-width: 626px;
  max-height: 758px;
  height: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 1rem;
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
  /* over writing css to removing padding around modal which is coming form legacy gloabl css */
  padding: 0 !important;
  /* Scrollbar styles */
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .modal__container {
    max-height: 100vh;
  }
}

.modal__container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.modal__container::-webkit-scrollbar-track {
  background: #e8e9ec;
  opacity: 0.7;
  border-radius: 12px;
}

.modal__container::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #62657b;
}

.modal__container::-webkit-scrollbar-thumb:hover {
  background: #62657b;
}

.modal__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #00449e;
  box-sizing: border-box;
}

.modal__copy {
  line-height: 30px;
  display: inline;
}

@media (max-width: 991px) {
  .modal__copy {
    font-size: 18px;
    line-height: 22px;
  }
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__close img {
  width: 25px;
}

.modal-brand-logo {
  position: absolute;
  width: 96px;
  height: 96px;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 12px 18px rgba(59, 61, 73, 0.12);
}

.modal__heading {
  line-height: 48px;
  padding: 0 25px;
}

@media (max-width: 991px) {
  .modal__heading {
    line-height: 36px;
  }
}

.modal__content {
  margin: 50px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .modal__content {
    margin: 25px;
  }
}

.modal__buttons-wrap {
  margin: 79px 25px 0;
}

@media (max-width: 480px) {
  .modal__buttons-wrap {
    flex-direction: column;
  }
}

.modal__buttons-wrap .modal__button-container {
  width: 50%;
  display: flex;
}

.modal__buttons-wrap .modal__button-container button {
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal__buttons-wrap .modal__button-container {
    width: 100%;
  }
}

.modal__buttons-wrap .modal__button-container:first-of-type {
  margin-right: 24px;
}

@media (max-width: 480px) {
  .modal__buttons-wrap .modal__button-container:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.modal__buttons-wrap .modal-disclosure-copy {
  font-size: 8px;
  margin: 10px 0 0;
  text-align: center;
}

.modal__link {
  /* over writing css to removing text color and text decoratiom for the details link which is coming form legacy gloabl css */
  text-decoration: underline !important;
  color: #3f647c !important;
  display: flex;
  line-height: 30px;
  display: inline-flex;
}

.inline-basic-link {
  color: #3f647c;
  text-decoration: underline;
  font-weight: 400;
}

.inline-basic-link.bold {
  font-weight: 500;
}

.inline-basic-link.no-decoration {
  text-decoration: none;
}

.modal__link-icon {
  width: 14px;
  align-self: center;
}

/* jhumur.paul, increase the size of + and - icon */

@media (max-width: 767px) {
  .toggle-icon {
    font-size: 20px;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus-visible,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__footer {
  margin: 40px 75px;
}

@media (max-width: 767px) {
  .modal__footer {
    margin: 20px 50px;
  }
}

.modal__footer .modal-disclosure-copy {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 1rem;
}


#alert-text,
#alert-button,
#hide-alert {
  display: none;
}

@media screen and (min-width: 61.25rem) {

  #alert-text,
  #alert-button,
  #hide-alert {
    display: block;
  }
}

@media screen and (min-width: 61.25rem) {

  #alert-text-mobile,
  #alert-button-mobile,
  #hide-alert-mobile {
    display: none;
  }
}

#modal-alert .modal__container {
  height: auto;
  /* max-height: min(100vh,758px); */
}

/*#modal-alert {
  font-size: 24px;
}*/

#modal-alert .modal__header {
  height: 0
}

#modal-alert p {
  /* margin: 1em 0; */
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

/* Added by Ashwini to solve issues on alert banner removal */
@media screen and (max-width: 1080px) {

  body:has(div#alert-wrapper) .navigation .login-button.is-active>.login-dropdown,
  body:has(div#alert-wrapper) .navigation .login-dropdown .login-button .login-dropdown:hover {
    top: 170px !important;
  }

  .navigation .login-button.is-active>.login-dropdown,
  .navigation .login-dropdown .login-button .login-dropdown:hover {
    top: 114px !important;
  }

  body:has(div.home-subnav__navigate) .navigation .login-button.is-active>.login-dropdown,
  body:has(div.home-subnav__navigate) .navigation .login-dropdown .login-button .login-dropdown:hover {
    top: 125px !important;
  }
}


/* JRD align emergency alert banner to right */
@media screen and (min-width:1441px) {
  .global-max-w.top-header-links {
    margin-left: calc(50vw - 720px);
    max-width: calc(50vw + 720px);
  }
}

/*SYFC-5584 | WC UAT multi-access login design update | All Pages */
.login-header {
  text-align: left;
}

/* Font stacks */
@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/synchrony/fonts/synchrony_sans_thin-v100-webfont.woff) format("woff"), url(/synchrony/fonts/synchrony_sans_thin-v100-webfont.woff2) format("woff2"), url(/synchrony/fonts/Synchrony_Sans_Thin-v100.ttf) format("truetype"), url(/synchrony/fonts/Synchrony_Sans_Thin-v100.otf) format("opentype");
  font-weight: 100;
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/synchrony/fonts/SynchronySans.woff) format("woff"), url(/synchrony/fonts/SynchronySans.woff2) format("woff2"), url(/synchrony/fonts/SynchronySans.ttf) format("truetype"), url(/synchrony/fonts/SynchronySans.eot) format("embedded-opentype"), url(/synchrony/fonts/SynchronySans.otf) format("opentype"), url(/synchrony/fonts/SynchronySans.svg) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/synchrony/fonts/SynchronySans-Medium.woff) format("woff"), url(/synchrony/fonts/SynchronySans-Medium.woff2) format("woff2"), url(/synchrony/fonts/SynchronySans-Medium.ttf) format("truetype"), url(/synchrony/fonts/SynchronySans-Medium.eot) format("embedded-opentype"), url(/synchrony/fonts/SynchronySans-Medium.svg) format("svg");
  font-weight: 500;
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/synchrony/fonts/SynchronySans-Bold.woff) format("woff"), url(/synchrony/fonts/SynchronySans-Bold.woff2) format("woff2"), url(/synchrony/fonts/SynchronySans-Bold.ttf) format("truetype"), url(/synchrony/fonts/SynchronySans-Bold.eot) format("embedded-opentype"), url(/synchrony/fonts/SynchronySans-Bold.otf) format("opentype"), url(/synchrony/fonts/SynchronySans-Bold.svg) format("svg");
  font-weight: 700;
}


/* Universal breakpoints */
html {
  scroll-behavior: smooth;
}

html._disableScroll {
  /* Keep scrollbar to prevent "jump" in layout */
  overflow-y: scroll;
  height: 100vh;
}

html._disableScroll.touch {
  overflow-y: hidden;
}

html._disableScroll body {
  overflow-y: hidden;
  height: 100vh;
}

body {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  /* margin: 0;*/
  /*padding: 0; */
}

main {
  /* overflow-x: clip; */
}

h1,
h2,
h3,
h4 {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
}

a {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  cursor: pointer;
}

a:focus-visible {
  outline: 2px solid #3b3d49;
  border-radius: 8px;
}

button:focus-visible {
  outline: solid 2px #3b3d49;
  border-radius: 8px;
}

p {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  /* margin: 0; */
}

.brand-shortcuts p {
  margin: 0;
}


.global-max-w {
  max-width: 1440px;
  /* Manisa Singh WCWFT-179 Login btn alignment for mysyf page */
  padding: 0;
  margin: 0 auto;
}


.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .container.mobile-full {
    padding-left: 0;
    padding-right: 0;
  }
}



.text-gray {
  color: #3b3d49;
}

.bkg-grey {
  background-color: #e8e9ec;
}

.flex {
  display: flex;
}

.block {
  display: block;
}



.absolute {
  position: absolute;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-justify-center.align-end {
  align-items: flex-end;
}

.flex-items-center {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .flex-items-center.mobile-flex-start {
    align-items: flex-start;
  }
}

.flex-justify-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flex-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.self-center {
  align-self: center;
}

.self-start {
  align-self: flex-start;
}

@media (max-width: 991px) {
  .mobile-flex-col {
    flex-direction: column;
  }

  .mobile-flex-col.reverse {
    flex-direction: column-reverse;
  }
}

.hidden {
  display: none;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .desktop-hidden {
    display: none;
  }
}




.text-16 {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
}


.text-gray {
  color: #3b3d49;
}

.font-bold {
  font-weight: 700;
}

.menu-arrow {
  margin-left: 5px;
  width: 6px;
  align-self: auto
    /* Vinda Sawant- WCWFT-179 align chevron icon on old mysyf pages as per design  */
}

.icon {
  margin: 0 5px;
  height: auto;
  width: auto;
  display: block;
}


.plain-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.mx-auto {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.m-auto {
  margin: auto;
}




/**************************\
  Basic Modal Styles
\**************************/
/* MKPL fix to disable scroll to the window when modal is open */
body.modal-open {
  overflow: hidden;
}

/* MKPL Change for addition of Brand name on modals */
.modal__brand {
  padding: 0 25px;
  color: #3b3c43;
  font-size: 24px
}

/* WC changes */
.featured-deal-tile .feature-offer-blur {
  font-weight: normal !important;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .modal__container {
    max-height: 100vh;
  }
}

.modal__scroll_area {
  height: 100%;
  overflow-y: auto;
  /* Scrollbar styles */
  border-radius: inherit;
}

.modal__scroll_area::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.modal__scroll_area::-webkit-scrollbar-track {
  background: #e8e9ec;
  opacity: 0.7;
  border-radius: 12px;
}

.modal__scroll_area::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #62657b;
}

.modal__scroll_area::-webkit-scrollbar-thumb:hover {
  background: #62657b;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #00449e;
  box-sizing: border-box;
}

.modal__copy {
  line-height: 30px;
  /* WC changes */
  font-weight: normal !important;
  display: inline;
}

@media (max-width: 991px) {
  .modal__copy {
    font-size: 18px;
    line-height: 22px;
  }
}

.modal__close {
  background: transparent;
  border: 0;
  /* top: 15px;
  left: 15px; */
  padding: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}

.modal__close img {
  width: 25px;
}

.modal-brand-logo {
  position: absolute;
  width: 96px;
  height: 96px;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 12px 18px rgba(59, 61, 73, 0.12);
}

.modal__heading {
  line-height: 48px;
  padding: 0 25px;
}

@media (max-width: 991px) {
  .modal__heading {
    line-height: 36px;
  }
}

.modal__content {
  margin: 40px 30px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 !important;
}

@media (max-width: 767px) {
  .modal__content {
    margin: 25px;
  }
}

.modal__content-wrap {
  margin: 0 25px;
}

.modal__buttons-wrap {
  margin: 79px 25px 0;
}

@media (max-width: 480px) {
  .modal__buttons-wrap {
    flex-direction: column;
  }
}

.modal__buttons-wrap .modal__button-container {
  width: 50%;
  display: flex;
}

.modal__buttons-wrap .modal__button-container button {
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal__buttons-wrap .modal__button-container {
    width: 100%;
  }
}

.modal__buttons-wrap .modal__button-container:first-of-type {
  margin-right: 24px;
}

@media (max-width: 480px) {
  .modal__buttons-wrap .modal__button-container:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.modal__buttons-wrap .modal-disclosure-copy {
  font-size: 8px;
  margin: 10px 0 0;
  text-align: center;
}

.modal__link {
  color: #3f647c;
  display: flex;
  line-height: 30px;
  display: inline-flex;
}

.inline-basic-link {
  color: #3f647c;
  text-decoration: underline;
  font-weight: 400;
}

.inline-basic-link.bold {
  font-weight: 500;
}

.inline-basic-link.no-decoration {
  text-decoration: none;
}

.modal__link-icon {
  width: 14px;
  align-self: center;
}

/* jhumur.paul, increase the size of + and - icon */

@media (max-width: 767px) {
  .toggle-icon {
    font-size: 20px;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus-visible,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__footer {
  margin: 40px 75px;
}

@media (max-width: 767px) {
  .modal__footer {
    margin: 20px 50px;
  }
}

.modal__footer .modal-disclosure-copy {
  font-size: 10px;
  /* MKPL fix -> Disclosure content in Modals to bold */
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 1rem;
}

.info-link-bottom {
  margin-bottom: 32px;
  position: relative;
  width: 40px;
}

@media (min-width: 992px) {
  .info-link-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.info-link-bottom .info-link-icon {
  cursor: pointer;
  position: absolute;
  width: 40px;
}

.info-link-bottom .info-link-icon.hover {
  opacity: 0;
}

.info-link-bottom:hover .info-link-icon {
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.info-link-bottom:hover .info-link-icon.hover {
  opacity: 1;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.global-nav .micromodal-slide .modal__header,
.global-nav .micromodal-slide .modal__container {
  height: auto;
}

.micromodal-slide .modal__container {
  border-radius: 8px;
  overflow: auto;
  max-width: 626px;
}

.micromodal-slide .modal__header .modal__close {
  top: 15px;
  left: 15px;
  margin: 0 !important;
}

.micromodal-slide #modal-alert-content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.micromodal-slide #modal-alert-content li::marker,
.micromodal-slide #modal-alert-content li span {
  font-family: 'Synchrony Sans';
  font-size: 14px;
}

@media (max-width: 767px) {
  #modal-alert-content {
    margin-top: 40px;
  }
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.pagination-number {
  cursor: pointer;
}

.pagination-number.active {
  text-decoration: underline;
}


/* Ashwini - WCWFT-179 cookie button  */
.cookie-btn-lite {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22);
  padding: 0px !important;
  background-color: transparent;
  border: none !important;
  text-transform: lowercase !important;
  font-size: 1rem !important;
  line-height: 0.9 !important;
  font-family: inherit !important;
}

.cookie-btn-lite:focus {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85) !important;
  background: none !important;
}

.cookie-btn-lite:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85) !important;
  background: none !important;
}

.cookie-btn-lite:visited {
  border: none !important;
}

.cookie-btn-lite::first-letter {
  text-transform: uppercase !important;
}

.cookie-btn {
  font-size: 14px !important;
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
  color: #a0a8b7 !important;
  text-decoration: none !important;
  text-transform: lowercase !important;
  font-family: inherit !important;
}

.cookie-btn:hover {
  color: #fbc600 !important;
  background-color: none !important;
  border: none !important;
}

.cookie-btn:visited {
  border: none !important;
}

.cookie-btn:focus {
  color: #fbc600 !important;
}

.cookie-btn::first-letter {
  text-transform: uppercase !important;
}

.contact-form__error-label {
  color: #ca3625;
  display: none;
  padding-top: 0.25rem;
}

/* ms navigation additional styles starts here  */
/* Jim Dagg SYFC-5573 fix for iOS event bubbling */
/* Jim Dagg SYFC-5573 fix for iOS event bubbling */
.navigation .button-basic>img,
.button-basic>span {
  cursor: pointer;
}

.navigation .button-basic.is-active {
  border-radius: 8px;
  border: 2px solid #fbc600;
  background-color: white;
  color: #3b3d49;
}

.navigation .button-basic.is-active {
  outline: none !important;
}


/*Manisha Singh fixed focus border*/
.navigation a.login-link:focus {
  outline: none !important
}

/* Manisha Singh WCWFT-179 fixed spacing between header and banner*/
.header-spacing {
  padding-top: 2rem;
}

/* @media screen and (min-width: 0rem) and (max-width: 67.5rem) {
  .header-spacing {
    padding-top: 6.5625rem; 
  }
} */

/* Ashwini - WCWFT-179 carousel alignment  */
@media(min-width: 1080px) {
  .carousel__controls {
    top: calc(100% - 440px) !important;
  }
}

@media(max-width: 1080px) {
  .carousel__controls {
    top: 0;
  }
}

/* Ashwini jira 179 old modal close image */
.modal__close:before {
  display: none !important
}

.navigation .expandable-submenu .expandable-submenu-title img.expandable-submenu-icon {
  align-self: unset
}

/* header breaking in mozilla issue Ashwini MKPL team added  */
@-moz-document url-prefix() {
  @media screen and (min-width:0rem) and (max-width:67.5rem) {
    .navigation {
      top: 0px !important;
    }

  }
}

/* vertical line for financing subnav fix added by Ashwini MKPL team */
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content .submenu-links-two-columns .vertical-divider {
  height: auto;
}

/* making nav sticky */
.global-nav .main-nav {
  position: sticky;
}

/* serves as header spacer class added by ashwini MKPL team */
main#main {
  padding-top: 2.5rem !important;
}

/* added outline on tab from global navigation css */
.global-nav .utility-bar .utility-bar__links li a:focus-visible {
  outline: 2px solid #fbc600 !important;
  outline-offset: -2px;
}

/* header overlap for modal issue */
.main-nav {
  z-index: 999;
}

.relative {
  position: relative;
}

/* Changed sub-menu to a to work for all the global header links and removed border/outline when click on link */
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content a:active,
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content .sub-submenu-link:active,
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content a:focus {
  outline: none !important;
}

/* added tab outline  */
.global-nav .main-nav .main-nav__content-grid .main-nav__main-menu .submenu-item .submenu .content a:focus-visible {
  outline: 2px solid #3b3d49 !important;
  border-radius: 8px;
  outline-offset: 0px;
}

.login-dropdown,
.login-dropdown a,
.login-dropdown li {
  line-height: 1.2 !important;
}


.global-nav .main-nav .main-nav__content-grid .login-area .login-dropdown .login-menu .customer-login-links .customer-login-link:active {
  outline: none !important;
}

.global-nav .main-nav a:focus-visible:not(:link:active) {
  outline: 2px solid #3b3d49 !important;
}

.main-nav .button-basic:focus-visible:not(:link:active) {
  outline-offset: 0px;
  outline: 2px solid #3b3d49 !important;
}

.login-area.open .login-button:focus {
  outline: none !important;
}

.login-area.open .customer-login-links a:focus {
  outline: none !important;
}

.search-form button.toggle-button,
input.search-input {
  outline: none !important;
}

.search-form button.toggle-button:focus-visible:not(:link:active) {
  outline: 2px solid #3b3d49 !important;
}

/* fix for background scroll for popup */
body .iOS-stop-body-scroll {
  touch-action: none;
  pointer-events: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden !important;
  /* fix for background scroll */
  overscroll-behavior: none;
}

button.modal__close {
  outline: none !important;
}

button.modal__close:focus-visible:not(:link:active) {
  outline: 2px solid #3b3d49 !important;
}

button.cookie-btn {
  color: #a0a8b7;
}

button.cookie-btn:focus-visible {
  color: #fbc600 !important;
  outline: 2px solid #fbc600 !important;
}

/* locator mysyf pages header fix */
#no-menu-header+#main {
  padding-top: 6.5rem !important
}

/* zoom in mode fix for legacy pages with subnav */
.zoom-in-mode .home-subnav {
  position: static;
}

.zoom-in-mode #main {
  padding-top: 0px !important;
}

.zoom-in-mode .cmp-subnav {
  margin-top: 0px;
}

/* global search outline fix */
.search-dropdown__popular__login-prompt img {
  height: 24px;
}

.form-wrapper.open div input {
  outline: none !important;
}

.ot-sdk-show-settings.cookie-btn {
  width: fit-content;
}

.ot-sdk-show-settings.cookie-btn:active,
.ot-sdk-show-settings.cookie-btn:focus:not(:focus-visible),
footer#global-footer a:active,
footer#global-footer a:focus:not(:focus-visible) {
  outline-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  border: none !important;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .top-bar__c1 {
    padding: 1.25rem;
  }
}
.global-nav .main-nav .main-nav__content-grid .login-area.open .login-dropdown {
  margin-top: 0;
}
#shop-categories-with-search .sort-list .sort-list-item .active-filter-icon{
  display: none;
}
.vehicle-financing{
scroll-padding-top: 100px;
}
