@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.site-map-wrap {
  padding: 5.625rem;
  padding-top: 2.5rem; }
  @media (max-width: 74.9375rem) {
    .site-map-wrap {
      padding: 3.75rem;
      padding-top: 2.5rem; } }
  @media (max-width: 47.9375rem) {
    .site-map-wrap {
      padding: 1.875rem; } }

/*# sourceMappingURL=site-map.css.map */
