/* 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; }

.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:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color; }

.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; }
  .footnotes.-bkg-transparent {
    background-color: transparent; }
  .footnotes.-left-align {
    text-align: left; }
    .footnotes.-left-align .footnotes__footnote {
      text-align: left; }
  .footnotes__link {
    -webkit-text-decoration-color: #fbc600;
            text-decoration-color: #fbc600;
    color: #3b3c43; }
  .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; }