/*! footer.css */.site-footer{--site-footer-text-color-rgb:255 255 255;--site-footer-text-color-a:1;--site-footer-text-color:rgb(var(--site-footer-text-color-rgb) / var(--site-footer-text-color-a, 1));--site-footer-bg-color-rgb:var(--color-yoden-blue-rgb);--site-footer-bg-color-a:1;--site-footer-bg-color:rgb(var(--site-footer-bg-color-rgb) / var(--site-footer-bg-color-a, 1))}.site-footer{position:relative;background:rgb(var(--site-footer-bg-color-rgb) / var(--site-footer-bg-color-a));-webkit-box-shadow:inset 0 1px 0 rgb(var(--site-footer-text-color-rgb) / .3);box-shadow:inset 0 1px 0 rgb(var(--site-footer-text-color-rgb) / .3);color:rgb(var(--site-footer-text-color-rgb) / var(--site-footer-text-color-a))}.site-footer-content{position:relative;padding:var(--space_2)}.site-footer-copyright{display:block;line-height:1.5;text-align:center;font-size:max(75%,10px);-webkit-font-feature-settings:"palt";font-feature-settings:"palt";opacity:.9}body.iPhone .site-footer-copyright{padding-bottom:max(var(--space_2),calc(env(safe-area-inset-bottom) + 44px))}