/* form footer */

.formFooter-heightMask { height: 56px }


/* earthquake donation form footer start */
.branding21.formFooter.earthquake-donation {
  background: linear-gradient(360deg, #0b0b0b -4.06%, #333 100%);
  background-color: #000;
  padding: 0.525em 0.875em;
}
.branding21.formFooter.earthquake-donation .formFooter-logo {
  height: auto;
}
.branding21.formFooter.earthquake-donation .formFooter-button {
  background-color: transparent;
  border: none;
  color: #ffdc7b;
  font-size: calc(0.8125rem + ((1vw - 5px) * 0.6364));
  padding: 0;
  width: auto;
}
@media screen and (min-width: 1500px) {
  .branding21.formFooter.earthquake-donation .formFooter-button {
    font-size: 20px;
 }
}
.branding21.formFooter.earthquake-donation .formFooter-rightSide .formFooter-text {
  line-height: 32px;
  font-size: calc(0.8125rem + ((1vw - 5px) * 0.6364));
}
@media (min-width: 1500px) {
  .branding21.formFooter.earthquake-donation .formFooter-rightSide .formFooter-text {
    font-size: 20px;
 }
}
.branding21.formFooter.earthquake-donation .desktop {
  display: none;
}
@media screen and (max-width: 670px) {
  .branding21.formFooter.earthquake-donation .mobile {
    display: none;
 }
  .branding21.formFooter.earthquake-donation .desktop {
    display: flex;
    font-size: 18px;
 }
}
/* earthquake donation form footer end */


.formFooter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #0A1551;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 14px;
  z-index: 901;
}

.formFooter-wrapper {
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formFooter-logo {
  display: flex;
  max-width: 132px;
  height: 44px;
}

.formFooter-text {
  color: #F3F3FE;
  font-size: 0.75em;
  margin-right: 0.938em;
}

.formFooter-button {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  background-color: #78BB07;
  border-color: #78BB07;
  padding: 0.625em 0px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.875em;
  transition: background-color .3s;
  text-decoration: none;
}

.formFooter-button:hover { background-color: #52bf41 }

@media screen and (max-width: 670px) {
  .formFooter-text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .formFooter-heightMask {
    height: 76px;
  }
  .formFooter-button {
    font-size: 12px;
    width: 170px;
  }
}