html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

/* Font Family Declarations */
/* Font Sizing Handler */
/* Typography Styles */
/* Centered element - Parent container should be position: relative; */
/* Force element to fill it's parent container */
/* This mixin can be used to set the object-fit: @include object-fit(contain); or object-fit and object-position: @include object-fit(cover, top); */
.region-footer-top { margin: -1.5rem auto 2rem; text-align: center; width: 90%; }

@media (min-width: 768px) { .region-footer-top { width: 50%; } }

.region-footer-top .copyright-copy { margin: 1em 0 .75em; word-spacing: 2px; }

/*# sourceMappingURL=../../maps/libraries/region/footer-top.css.map */
