.footer-productsignup .button,
.footer-productsignup button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  background: #005abb;
  border: 0;
  color: #000;
  height: 2.3em;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.footer-productsignup .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 10px 0 3px 0;
}
.footer-productsignup .form-group__field {
  -webkit-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 60%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
  font-size: 0.625rem;
  border: 1px solid #cccccc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 48em) {
  .footer-productsignup .form-group__field {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    border: 1px solid #cccccc;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
}
.footer-productsignup .form-group__field:focus {
  outline: none;
  box-shadow: 0 0 .75rem #222;
  border: 1px solid #cccccc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.footer-productsignup .form-group__button {
  transition: box-shadow 0.5s ease, background-color 0.5s ease;
  background-color: #222;
  border: 0px solid #222;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 1.15em    ;
  text-align: center;
  text-decoration: none;
  width: 150px;
  -webkit-text-size-adjust: none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.footer-productsignup .form-group__button:hover {
  background-color: #5b5b5b;
  color: #fff;
}
.footer-productsignup .form-group__button:focus {
  outline: none;
  box-shadow: 0 0 .75rem #222;
  background-color: #222;
  color: #fff;
}
.footer-productsignup .signup {
  width: 33.333333%;
  min-width: 31rem;
  font-size: 0.9rem;
  font-weight: normal;
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  text-align: left;
  line-height: 1.3;
}
.footer-productsignup .container {
  width: 100%;
  margin: 0 auto;
  padding: 0rem 0px 0rem;
  display: block;
  overflow: visible;
  font-size: 0.625rem;
  font-weight: normal;
  text-align: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222;
  height: 100%;
}
.footer-productsignup .checkbox.text-center {
  width: 100%;
  font-size: 0.75rem;
}
.footer-productsignup p {
  font-size: 0.7rem;
  line-height: 1rem;
}
.footer-productsignup h3 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-productsignup h1 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-productsignup #errorReport {
  font-size: 0.625rem;
  color: #333;
  background-color: #fff;
  border: 1px solid;
  border-color: #fff;
  text-align: center;
  padding: 0px;
  margin-top: 10px;
}
.footer-productsignup .signup__disclaimer {
  font-size: 0.75;
  font-weight: normal;
}
.footer-productsignup .signup__disclaimer-link {
  font-weight: normal;
  color: #222;
  text-decoration: underline;
}
.footer-productsignup .signup__disclaimer-link:hover {
  text-decoration: underline;
}
.footer-productsignup .checkbox.text-center p {
  display: inline;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
}
.footer-productsignup input#agreeterms {
  outline: none;
}
.globalFooter .footer-productsignup [aria-hidden="true"] {
  display: none;
}
.footer-productsignup .signup.title {
  font-weight: bold;
  min-width: auto;
  width: auto;
}
.footer-productsignup .sms-form .checkbox.text-center p {
  font-size: 9px;
}
.footer-productsignup:has(.final-screen[aria-hidden="false"]) {
  align-self: center;
}
.footer-productsignup .container.ca .checkbox.text-center label {
  display: flex;
  align-items: flex-start;
}
.footer-productsignup .container.ca .signup.title {
  font-size: 16px;
}
.footer-productsignup .container.ca .form-group__field {
  border-radius: 0;
  font-size: 16px;
  padding-left: 8px;
}
.footer-productsignup .container.ca .form-group {
  gap: 5px;
  margin-bottom: 10px;
}
.footer-productsignup .container.ca .form-group__button {
  border-radius: 50px;
  background-color: #d99e02;
  color: #000000;
}
.footer-productsignup .container.ca .checkbox.text-center p {
  font-size: 12.8px;
  line-height: revert;
}
.footer-productsignup .container.ca .checkbox.text-center p a {
  text-decoration: underline;
}
.footer-productsignup .container.ca #errorReport {
  color: red;
  font-size: 12.8px;
  background: none;
  border: none;
  text-align: start;
}
.footer-productsignup .container.ca #errorReport div {
  margin-bottom: 10px;
}
.footer-productsignup:has(.container.ca .final-screen[aria-hidden="false"]) {
  align-self: start;
}
.footer-productsignup .container.ca .final-screen .signup.title {
  text-align: center;
  font-weight: normal;
  min-width: auto;
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
}
.footer-productsignup .maytag-ca-signup-button {
  display: none;
}
@media (max-width: 767px) {
  .footer-productsignup {
    margin: 20px 10px 25px;
    max-width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer-productsignup .container.ca .form-group__field {
    width: 100%;
  }
  .footer-productsignup .container .form-group__button {
    padding: 0;
  }
}
