.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00acc8;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
#Address,
#State,
#Phone,
.mktoField.mktoEmailField,
textarea.mktoField,
.mktoField.mktoTextField {
  margin: 0;
  border-color: #c4c4c4;
  font-size: 20px;
  padding: 7px 10px 8px 14px !important;
  font-weight: 100;
  height: 44px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  min-height: 0;
}

#State {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#mktoForm_1210 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
#mktoForm_1210 *,
#mktoForm_1210 *::before,
#mktoForm_1210 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}
#mktoForm_1210 .mktoFormRow:nth-child(2) {
  display: none;
}
#mktoForm_1210 .mktoLabel,
#mktoForm_1210 .mktoClear,
#mktoForm_1210 .mktoOffset {
  display: none !important;
}
#mktoForm_1210 .mktoFormRow:nth-child(3),
#mktoForm_1210 .mktoFormRow:nth-child(5),
#mktoForm_1210 .mktoFormRow:nth-child(6),
#mktoForm_1210 .mktoFormRow:nth-child(7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#mktoForm_1210 .mktoButton[type=submit] {
  text-align: center !important;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #mktoForm_1210 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #mktoForm_1210 .mktoFormRow:nth-child(3),
  #mktoForm_1210 .mktoFormRow:nth-child(5),
  #mktoForm_1210 .mktoFormRow:nth-child(6),
  #mktoForm_1210 .mktoFormRow:nth-child(7) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}