.footerLink {
  display: flex;
  color: #262626;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.footerLink:active,
.footerLink:focus,
.footerLink:hover {
  color: #02aaf3;
}
.socialIcon {
  fill: #999999;
  width: 1.5rem;
  height: 1.5rem;
}
.reset-h2 {
  font-weight: bold;
}

.reset-h2,
.reset-paragraph {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

.reset-list {
  list-style: none;
  padding-inline-start: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

.reset-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  font-family: inherit;
  cursor: pointer;
}

.reset-button:hover {
  background-color: transparent;
}
.siteDropdownSelect {
  width: 220px;
  height: 50px;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  color: #262626;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23CCC' d='M23.36 5.54a2.19 2.19 0 0 0-3.1 0l-8.27 8.26-8.25-8.26a2.192 2.192 0 0 0-3.1 3.1l9.81 9.81a2.19 2.19 0 0 0 3.1 0l9.81-9.81a2.19 2.19 0 0 0 0-3.1z'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-size: 12px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  box-shadow: 0px 2px 0px 0px #dddddd;
  cursor: pointer;
  outline: 0;
  margin: 0;
}

.siteDropdownSelect::-ms-expand {
  border: none;
  background-color: #ffffff;
  display: block;
}

.siteDropdownSelect:active,
.siteDropdownSelect:focus,
.siteDropdownSelect:hover {
  box-shadow: 0px 2px 0px 0px #02aaf3;
  border: 1px solid #dddddd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302aaf3' d='M23.36 5.54a2.19 2.19 0 0 0-3.1 0l-8.27 8.26-8.25-8.26a2.192 2.192 0 0 0-3.1 3.1l9.81 9.81a2.19 2.19 0 0 0 3.1 0l9.81-9.81a2.19 2.19 0 0 0 0-3.1z'/%3E%3C/svg%3E");
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footerLink.footerLinkButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  border: 2px solid #00b437;
  box-sizing: border-box;
  height: 2.25rem;
  min-width: 9.25rem;
  max-width: 15.625rem;
  margin: 0;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  color: #00b437;
  background-color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.footerLink.footerLinkButton:active,
.footerLink.footerLinkButton:focus,
.footerLink.footerLinkButton:hover {
  color: #ffffff;
  background-color: #00b437;
  text-decoration: none;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-menu.nowrap {
  flex-wrap: nowrap;
}

.footer-menuSeo {
  max-height: 6.5625rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
}

.footer-menuHeading {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 0.3125rem;
}

.footer-copyrightText {
  flex-basis: 100%;
  line-height: 1;
}

.footer-menuItem {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.footer-menuItem.first {
  margin-left: 0;
}

.footer-menuItem.last {
  margin-right: 0;
}

.footer-link {
  text-transform: uppercase;
  color: #02aaf3;
}

.footer-link:active,
.footer-link:focus,
.footer-link:hover {
  color: #0177aa;
}

.footer-seoLink {
  color: #999999;
  margin-right: 3.125rem;
  margin-bottom: 0.3125rem;
  padding-top: 0.21875rem;
  padding-bottom: 0.21875rem;
}

.footer-seoLink:active,
.footer-seoLink:focus,
.footer-seoLink:hover {
  color: #02aaf3;
}

.footer-menuItem--social {
  margin-right: 0.46875rem;
  margin-left: 0.46875rem;
}

.footer-menuItem--social.first {
  margin-left: auto;
}

.footer-menuItem--social.last {
  margin-right: 0;
}

.footer-menuItem--button {
  margin-left: 1.875rem;
}

.footer-menuItem--inline {
  margin-top: 0.4375rem;
  margin-right: 1.875rem;
}

.footer-menuItem--inline.blue {
  color: #02aaf3;
}

.footer-menuItem--inline.blue:active,
.footer-menuItem--inline.blue:focus,
.footer-menuItem--inline.blue:hover {
  color: #0177aa;
}

.footer-storeBadge {
  margin-left: auto;
  margin-right: 0.625rem;
  padding-left: 0.625rem;
}
.copyright {
  font-size: 0.875rem;
  color: #999999;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */

.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* prettier-ignore */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.pageLayout-fixedContent {
  position: fixed;
  width: 100%;
  height: inherit;
}

.pageLayout-fixedContent--center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.header-stacking-context {
  position: relative;
  z-index: 500;
}
.ushipFooter {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.ushipFooter-section {
  border-top: 1px solid #dddddd;
  padding: 1.25rem 1.875rem;
}
