.g-footer-copyright.in-menu {
  margin-bottom: 2em;
}

.mp-working__overlay {
  align-items: center;
  background-color: var(--background);
  opacity: 0.5;
  bottom: 0;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: all;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.mp-overlay-visible {
  display: flex;
}

.mp-working__loading {
  background-repeat: no-repeat;
  background-size: 72px;
  width: 72px;
  height: 72px;
}

.membership-card-widget {
  height: auto;
  /* try and account for shaddow of card*/
  margin-top: 100px;
  margin-bottom: 100px;
}

.mp-membership-working {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mp-activity-message {
  background-color: black;
  color: white;
  font-size: 2em;
  padding: 1em;
}

@keyframes ldio-wz0eujshlyp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-wz0eujshlyp div {
  left: 96px;
  top: 55px;
  position: absolute;
  animation: ldio-wz0eujshlyp linear 1s infinite;
  background: #1d0e0b;
  width: 8px;
  height: 26px;
  border-radius: 0px / 0px;
  transform-origin: 4px 45px;
}
.ldio-wz0eujshlyp div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #1d0e0b;
}
.ldio-wz0eujshlyp div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #1d0e0b;
}
.loadingio-spinner-spinner-oidawnnmdl9 {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}
.ldio-wz0eujshlyp {
  width: 100%;
  height: 100%;
  position: relative;
  /* 1 = 200px x 200px */
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-wz0eujshlyp div {
  box-sizing: content-box;
}

.mp-membership-working-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vmin;
  width: auto;
}
.mp-membership-hidden {
  display: none;
}

.mp-button-disabled {
  background-color: lightgray !important;
  cursor: default !important;
  transition: none !important;
  animation: none !important;
  transform: none !important;
}

#mp-membership-card-widget-container {
  margin-top:3em;
  margin-bottom: 100px;
}

@media only screen and (min-width: 45rem) {
  #mp-membership-card-widget-container {
    margin-top:1em;
  }
}

/*
mp modal
*/
.mp-modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  overscroll-behavior: contain;
}

body.mp-modal-active {
  overflow: hidden;
}

/* Modal Content/Box */
.mp-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 680px;
  overflow: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.mp-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mp-modal-close:hover,
.mp-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mp-modal-header {
  width: 100%;
}

.mp-modal-header h1 {
  text-align: center;
}

#claim-token-button {
  justify-content: center;
  width: initial;
}

