@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-21 13:37:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-21 13:47:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .ngp-form-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .ngp-form-wrap.inner-page {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .ngp-form-wrap.inner-page {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.ngp-form-wrap {
  background-color: #1e2547 !important;
  background-color: #1e2547 !important;
  padding: 10px 10px 10px 10px;
}

.add-pad-top {
  padding-top: 20px;
}

.ngp-form-wrap h3 {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 767px) {
  .ngp-form-wrap {
    padding: 10px 20px 20px 20px;
  }
  .ngp-form-wrap h3 {
    font-size: 1.2em;
  }
}

@media (min-width: 1200px) {
  .ngp-form-wrap {
    padding: 10px 30px 30px 30px;
  }
  .ngp-form-wrap h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .ngp-form {
    width: 90% !important;
    max-width: 400px !important;
    display: block;
    margin: 0 auto;
  }
}

.ngp-form .at-inner {
  border: 0;
  background-color: transparent;
}

.at .at-fieldset,
.at-form-submit {
  padding: 0 !important;
  border: none !important;
}

.ngp-form header.at-title,
.at fieldset legend {
  display: none !important;
}

.at label {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: left;
  margin: 0 0 5px 0 !important;
  color: #323232;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
.at select {
  border-radius: 0 !important;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  border-color: #ccc !important;
  color: #555 !important;
  display: block;
  font-size: 16px !important;
  padding: 6px 12px !important;
  height: 36px !important;
  width: 100%;
  font-weight: 400 !important;
}

.at textarea {
  min-height: 100px !important;
}

.at input::-webkit-input-placeholder {
  color: #aaa !important;
}

.at input:-moz-placeholder {
  color: #aaa !important;
}

.at input::-moz-placeholder {
  color: #aaa !important;
}

.at input:-ms-input-placeholder {
  color: #aaa !important;
}

textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

textarea:-moz-placeholder {
  color: #aaa !important;
}

textarea::-moz-placeholder {
  color: #aaa !important;
}

textarea:-ms-input-placeholder {
  color: #aaa !important;
}

.at input[type="checkbox"] + span {
  padding-left: 2rem !important;
}

.at input[type="checkbox"] + span:before {
  height: 1.5rem !important;
  width: 1.5rem !important;
  border: 2px solid #394357 !important;
  top: 6px !important;
}

.at input[type="checkbox"] + span:after {
  font-size: 13px !important;
  left: 3px !important;
  top: 7px !important;
}

.at-form-submit .at-submit {
  margin: 0 !important;
  margin-top: 20px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left !important;
  padding: 10px 20px !important;
}

.at label {
  color: #fff  !important;
  text-transform: uppercase !important;
  font-family: 'Lato', sans-serif !important;
}

.well-form label {
  color: #003764 !important;
}

.at .btn-at-primary {
  background-color: #f89d26 !important;
  border-color: #f89d26 !important;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important;
}

.at .btn-at-primary:hover,
.at .btn-at-primary:focus {
  background-color: #f89d26 !important;
  border-color: #f89d26 !important;
  filter: brightness(0.9);
}

.thankYou p {
  color: #fff !important;
}

.thankYou span {
  display: none !important;
}

label.at-check,
label.at-check span,
label.at-radio,
label.at-radio span {
  color: #003764 !important;
  text-transform: none !important;
  font-size: .9em !important;
}

.fastAction {
  margin-bottom: 20px !important;
}

.ngp-form-wrap label.at-check, .ngp-form-wrap label.at-check span, .ngp-form-wrap label.at-radio, .ngp-form-wrap label.at-radio span {
  color: #fff !important;
}
