/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.pagefx-footnote-back {
  color: inherit;
  height: 0;
  width: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 0.5em;
}
.pagefx-footnote-back:focus {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  outline: 2px solid #3b3c43 !important;
}

.pagefx-footnote:focus .pagefx-footnote-back {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}

.pagefx-footnote-anchor {
  color: inherit;
  text-decoration: none;
}
.pagefx-footnote-anchor:not(.why-synchrony__content .pagefx-footnote-anchor):focus{
  outline: 2px solid #212121;
}
.why-synchrony__content .pagefx-footnote-anchor:focus {
  outline: 2px solid #fff !important;
}
.why-synchrony__content .links a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.footnotes__footnote.pagefx-footnote:focus{
	outline:transparent !important;
}
.pagefx-footnote-back,.pagefx-footnote-anchor{
-webkit-tap-highlight-color: transparent !important;
}

.footnotes {
  background-color: #f7f7f7;
}
.footnotes__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 0.3125rem 5rem 3.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    font-size: 1rem;
  }
}
.footnotes__footnote {
  text-align: center;
  color: #3b3c43;
}
.footnotes__footnote-disclosure {
  font-size: 70%;
  line-height: 1.2;
  vertical-align: top;
  margin: 0 auto;
}
.footnotes__link {
  text-decoration-color: #fbc600;
  color: #3b3c43;
}
.footnotes__link-blue {
  color: #34657F;
  font-weight: 600;
}
.footnotes.-bkg-transparent {
  background-color: transparent;
}
.footnotes.-left-align {
  text-align: left;
}
.footnotes.-left-align .footnotes__footnote {
  text-align: left;
}
.footnotes.-calc {
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 48rem) {
  .footnotes.-calc .footnotes__container {
    padding-bottom: 2rem;
  }
}
.footnotes.-calc .footnotes__footnote {
  text-align: left;
  margin: 0;
}
.footnotes.-calc .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.25rem;
}
.footnotes.-asset-repo {
  background-color: #fff;
}
@media (min-width: 48.0625rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 2rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
.footnotes.-asset-repo .footnotes__footnote {
  margin: 0;
}
.footnotes.-asset-repo .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.5rem;
}

#syf-contactus-form{
  scroll-margin-top:80px;
}
.pagefx-footnote-anchor{
  scroll-margin-top:300px;
}
.pagefx-footnote{
  scroll-margin-top:100px;
}

