.page-footnotes {
    background-color:var(--color-hondros-sec-white);
    display:none;
    font-size:.875rem;
    padding-block:1.25rem
  }
  .page-footnotes .footnote li,
  .page-footnotes .footnote ol,
  .page-footnotes .footnote p,
  .page-footnotes .footnote span,
  .page-footnotes .footnote ul {
    font-size:.875rem
  }
  .littlefoot {
    /* vars moved to templates/lp6/scss/_root */
    position:relative;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  h1 > .littlefoot,
  h2 > .littlefoot,
  h3 > .littlefoot,
  h4 > .littlefoot {
    vertical-align: super;
    line-height: 0 !important;
  }
  .littlefoot__button {
    background-color:var(--footnote-button-background-color);
    border:0 !important;
    border-radius:var(--footnote-button-border-radius) !important;
    color:var(--footnote-button-text-color);
    cursor:pointer;
    display:inline-block;
    font-family:inherit;
    font-size:var(--footnote-button-font-size) !important;
    font-weight:var(--footnote-button-font-weight);
    height:var(--footnote-button-size) !important;
    margin:var(--footnote-button-margin);
    padding:var(--footnote-button-padding) !important;
    text-decoration:none;
    transition:var(--footnote-button-transition);
    vertical-align:middle;
    width:var(--footnote-button-size) !important;
    min-width: auto;
  }
  
  .littlefoot__button.is-active,
  .littlefoot__button:active,
  .littlefoot__button:focus,
  .littlefoot__button:hover,
  .offer .littlefoot__button.is-active,
  .offer .littlefoot__button:active,
  .offer .littlefoot__button:focus,
  .offer .littlefoot__button:hover,
  .bg-sec-black .littlefoot__button.is-active,
  .apu .hero-rfi-form .littlefoot__button.is-active,
  .apu .bg-primary--full .littlefoot__button.is-active,
  .amu .bg-primary--full .littlefoot__button.is-active,
  .apu .bg-black-n-blue .littlefoot__button.is-active,
  .amu .bg-black-n-blue .littlefoot__button.is-active,
  .bg-sec-black .littlefoot__button:active,
  .apu .hero-rfi-form .littlefoot__button:active,
  .apu .bg-primary--full .littlefoot__button:active,
  .amu .bg-primary--full .littlefoot__button:active,
  .apu .bg-black-n-blue .littlefoot__button:active,
  .amu .bg-black-n-blue .littlefoot__button:active,
  .bg-sec-black .littlefoot__button:focus,
  .apu .hero-rfi-form .littlefoot__button:focus,
  .apu .bg-primary--full .littlefoot__button:focus,
  .amu .bg-primary--full .littlefoot__button:focus,
  .apu .bg-black-n-blue .littlefoot__button:focus,
  .amu .bg-black-n-blue .littlefoot__button:focus,
  .bg-sec-black .littlefoot__button:hover,
  .apu .hero-rfi-form .littlefoot__button:hover,
  .apu .bg-primary--full .littlefoot__button:hover,
  .amu .bg-primary--full .littlefoot__button:hover,
  .apu .bg-black-n-blue .littlefoot__button:hover,
  .amu .bg-black-n-blue .littlefoot__button:hover {
    background-color:var(--footnote-button-active-background-color) !important;
    color:var(--footnote-button-active-text-color) !important;
  }
  .littlefoot__button svg {
    float:left;
    height:.4rem
  }
  .littlefoot__popover {
    border:var(--footnote-popover-border);
    border-radius:var(--footnote-popover-border-radius);
    box-shadow:var(--footnote-popover-shadow);
    font-weight:var(--footnote-popover-font-weight);
    line-height:1.6;
    text-wrap: auto;
    margin:calc(var(--footnote-popover-tooltip-size) + var(--footnote-button-height)) 0;
    max-width:var(--footnote-popover-max-width);
    max-height:var(--footnote-popover-max-height);
    position:absolute;
    top:1.875rem;
    transform:var(--footnote-popover-transform);
    transform-origin:var(--footnote-popover-transform-origin);
    transition:var(--footnote-popover-transition);
    width:var(--footnote-popover-width);
    z-index:1000;
  }
  h1 > .littlefoot .littlefoot__popover,
  h2 > .littlefoot .littlefoot__popover,
  h3 > .littlefoot .littlefoot__popover,
  h4 > .littlefoot .littlefoot__popover {
    top: auto;
  }
  .hero-title > span.littlefoot {
    display: inline;
  }
  .apu .hero-title > span.littlefoot {
    vertical-align: bottom;
  }
  .littlefoot__popover.is-above {
    bottom:auto;
    top:-725%
  }
  .littlefoot__popover.is-active {
    transform:var(--footnote-popover-active-transform)
  }
  .littlefoot__wrapper {
    position:relative;
    z-index:1
  }
  .littlefoot__content,
  .littlefoot__wrapper {
    border-radius:var(--footnote-popover-border-radius);
    max-width: 100% !important;
  }
  .littlefoot__content {
    -webkit-overflow-scrolling:touch;
    background-color:var(--footnote-popover-background-color);
    box-sizing:border-box;
    color:var(--footnote-popover-text-color);
    font-family:var(--font-text);
    font-size:inherit;
    font-weight:var(--footnote-popover-font-weight);
    letter-spacing:0;
    line-height:1.6;
    max-height:var(--footnote-popover-max-height);
    overflow:auto;
    padding:var(--footnote-popover-vertical-padding) var(--footnote-popover-horizontal-padding);
    text-align:left;
    text-transform:none;
    width:100%
  }
  .littlefoot__content:focus {
    outline:0
  }
  .littlefoot__content::-webkit-scrollbar {
    width:.625rem
  }
  .littlefoot__content::-webkit-scrollbar-track {
    border-radius:0
  }
  .littlefoot__content::-webkit-scrollbar-thumb {
    background-color:var(--footnote-popover-scroll-background-color);
    border-radius:0
  }
  .littlefoot__content::-webkit-scrollbar-thumb:window-inactive {
    background-color:var(--footnote-popover-background-color)
  }
  .littlefoot__content div, 
  .littlefoot__content li,
  .littlefoot__content p,
  .littlefoot__content span {
    font-size:var(--footnote-popover-font-size)!important;
    line-height:1.125;
    margin: 0;
  }
  .littlefoot__content p + *, .littlefoot__content ul + * {
    margin: 1rem 0;
  }
  .littlefoot__content a {
    color: var(--color-hondros-sec-white) !important;
  }
  .littlefoot__content img {
    max-width:100%
  }
  .littlefoot__content .concentrations-heading {
    font-family: var(--font-bold);
    font-weight: var(--font-weight-bold);
    text-transform: capitalize;
    line-height: 1;
    font-size: 1.85rem !important;
  }
  .is-scrollable .littlefoot__content:after {
    bottom:0;
    color:var(--footnote-popover-scroll-indicator-color);
    content:"⇣";
    display:block;
    font-size:1.5rem;
    left:0;
    opacity:1;
    position:sticky;
    text-align:center;
    transform:translateX(var(--arrow-x)) translateY(var(--arrow-y));
    transition:var(--footnote-popover-transition);
    width:var(--footnote-popover-horizontal-padding)
  }
  .is-scrollable.is-fully-scrolled .littlefoot__content::after {
    opacity:0
  }
  .is-scrollable {
    --arrow-x:calc(var(--footnote-popover-horizontal-padding) * -1);
    --arrow-y:calc(var(--footnote-popover-vertical-padding) / 2)
  }
  .littlefoot__tooltip {
    --footnote-margin:calc(var(--footnote-popover-tooltip-size) * -1);
    background-color:var(--footnote-popover-background-color);
    border:var(--footnote-popover-border);
    box-shadow:var(--footnote-popover-shadow);
    height:calc(var(--footnote-popover-tooltip-size));
    margin-left:var(--footnote-margin);
    position:absolute;
    transform:rotate(45deg);
    width:calc(var(--footnote-popover-tooltip-size))
  }
  .is-below .littlefoot__tooltip {
    top:calc(var(--footnote-popover-tooltip-size)/ -1.75)
  }
  .is-above .littlefoot__tooltip {
    bottom:calc(var(--footnote-popover-tooltip-size)/ -1.75)
  }
  .littlefoot--print {
    display:none!important
  }