form.form.form-devo * {
  box-sizing: border-box;
}

form.form.form-devo p {
  margin: 0;
  padding: 0;
}

form.form.form-devo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
  max-width: 1000px;
}

form.form.left-aligned {
  justify-content: flex-start;
}

form.form.centered {
  justify-content: center;
  flex-direction: column;
}

form.form.centered .form-privacy-text {
  max-width: 100%;
  margin-left: 0;
}

body form.form.centered p.submit {
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-right: 0;
}

form.form.centered p.form-field .field-label + input {
  flex: 0 0 100%;
  max-width: 100%;
}

form.form.centered p.form-field .field-label {
  display: none;
}

form.form.left {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  @media only screen and (max-width: 500px) {
    text-align: center;
    justify-content: center;
  }
}

form.form.left .form-privacy-text {
  order: 2;
  margin-top: 5px;
  max-width: 420px;
  @media only screen and (max-width: 500px) {
    text-align: center;
    order: 0;
  }
}

body form.form.left p.submit {
  flex: 0 0 25%;
  margin: auto;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}

form.form.left p.form-field {
  flex: 1 1 auto;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}

form.form.left p.form-field .field-label {
  display: none;
}

@media only screen and (min-width: 482px) {
  form.form p.form-field .field-label + input {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

form.form p.submit input {
  transition: all 0.25s ease-in-out;
  background-color: #0068c3;
  color: #fff;
}

form.form p.submit input:hover,
form.form p.submit input:focus {
  background-color: #00539c;
}

form.form.red p.submit input,
form.form.red p.submit a {
  background-color: #ff1131;
}
form.form.red p.submit input:hover,
form.form.red p.submit input:focus,
form.form.red p.submit a:hover,
form.form.red p.submit a:focus {
  background-color: #cc0e27;
}

form.form.orange p.submit input,
form.form.orange p.submit a {
  background-color: #ff7717;
}

form.form.orange p.submit input:hover,
form.form.orange p.submit input:focus,
form.form.orange p.submit a:hover,
form.form.orange p.submit a:focus {
  background-color: #cc5f12;
}

form.form.purple p.submit input,
form.form.purple p.submit a {
  background-color: #5f03a2;
}
form.form.purple p.submit input:hover,
form.form.purple p.submit input:focus,
form.form.purple p.submit a:hover,
form.form.purple p.submit a:focus {
  background-color: #2B1D81;
}

form.form select,
input {
  height: 40px;
}
form.form select {
  width: 100%;
  outline: none;
}
form.form .form-privacy-text {
  font-size: 10px;
  margin-bottom: 8px;
  line-height: 14px !important;
  color: #999999;
}
@media only screen and (min-width: 482px) {
  form.form .form-privacy-text,
  form.form.form-devo .form-field + div.g-recaptcha {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 482px) {
  form.form.centered.form-devo .form-field + div.g-recaptcha {
    background-color: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    margin: auto;
    justify-content: center;
  }
}

.g-recaptcha iframe {
  user-select: none;
}

.form.form .validation {
  color: #6ab934;
  font-weight: bold;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}

.form.form .validation h3 {
  color: #6ab934;
  font-weight: bold;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 0.9;
  font-size: 30px;
}

form.form.one-million p.one-million-text {
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 28px;
  text-align: center;
  padding: inherit;
  margin: inherit;
  margin-bottom: 60px;
  color: #0a2240;
  font-weight: normal;
}

.form.form .validation.one-million h3:first-of-type {
  font-size: 38px;
  letter-spacing: -0.95px;
  margin-bottom: 20px;
  color: #488ffa;
  font-family: "Patua One", cursive;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 0;
}

.form.form .validation.one-million h3:not(:first-of-type) {
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 60px;
  color: #0a2240;
  font-weight: normal;
}

.form.form .validation img {
  margin-top: -49px;
  margin-bottom: -20px;
}

.form.form .validation p {
  font-size: 18px;
  color: #494949;
}

.form.form .optin {
  display: block;
  margin: 0px 0px 8px 0px;
}
.form.form .optin input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
form.form .optin input[type="checkbox"]:focus + label:before,
form.form .optin input[type="checkbox"]:focus + input + label:before {
  border-color: #0068c3;
}
form.form .optin input[type="checkbox"]:checked + label:after,
form.form .optin input[type="checkbox"]:checked + input + label:after {
  color: #78b41b;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  border-bottom: 4px solid #78b41b;
  border-right: 4px solid #78b41b;
  width: 12px;
  height: 24px;
  -webkit-transform: rotate(45deg) translate(calc(-50% - 4px), -11px);
  -ms-transform: rotate(45deg) translate(calc(-50% - 4px), -11px);
  transform: rotate(45deg) translate(calc(-50% - 4px), -11px);
  top: calc(50% + 0px);
}
form.form .optin .float:before {
  float: left;
}
form.form p.optin label.inline {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4em;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  form.form p.optin label.inline {
    width: 75%;
  }
}
form.form .optin label:before {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #464a4c;
  content: "";
  display: inline-block;
  margin-right: 8px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  transition: border-color ease-in-out 0.3s;
}
@media only screen and (min-width: 482px) {
  form.form.left-aligned p.submit,
  form.left-aligned p.form-field.optin {
    margin-left: 25%;
  }
}

form.form.left-aligned p.submit {
  margin: 1em 0px 0px 0px;
}

@media only screen and (min-width: 482px) {
  form.form.left-aligned p.submit {
    margin-left: calc(25%);
    margin-top: 10px;
  }
}

form.form p.submit input,
form.form p.submit a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 150px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
  min-height: 42px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  background-color: #0068c3;
  color: #eee;
  width: 100%;
  font-family: proxima-nova, sans-serif !important;
}

form.form p.submit input,
form.form p.submit a.disabled {
  background-color: #bdbdbd;
  pointer-events: none;
}

form.form p.form-field {
  margin: 0px 0px 8px 0px;
  padding: 0;
  display: flex;
  flex: 0 0 100%;
}
@media only screen and (max-width: 482px) {
  form.form p.form-field {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 600px) {
  form.form p.form-field.fourth-width select,
  form.form p.form-field.fourth-width input {
    flex: 0 0 25%;
    max-width: 25%;
  }
  form.form p.form-field.third-width select,
  form.form p.form-field.third-width input {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  form.form p.form-field.same-line {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: flex-end;
  }
  form.form p.form-field.same-line.fourth-width .field-label {
    flex: 0 0 50%;
    max-width: 50%;
  }
  form.form p.form-field.same-line.fourth-width select,
  form.form p.form-field.same-line.fourth-width input {
    flex: 0 0 50%;
    max-width: 50%;
  }
  form.form p.error.no-label + p.form-field.third-width .field-label {
    flex: 0 0 50%;
    max-width: 50%;
    background-position: unset;
  }
  form.form p.form-field.same-line.fourth-width ~ .third-width .field-label {
    flex: 33.33%;
    max-width: 33.33%;
    background-position: 98% 0%;
    text-align: right;
  }
  form.form p.form-field.same-line ~ .third-width {
    flex: 0 0 50%;
    max-width: 50%;
  }
  form.form
    p.form-field.same-line.fourth-width
    ~ .third-width
    .field-label
    + select,
  form.form
    p.form-field.same-line.fourth-width
    ~ .third-width
    .field-label
    + input {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  form.form p.form-field.same-line ~ .third-width.error {
    flex: 0 0 100%;
    max-width: 100%;
  }
  form.form
    p.form-field.same-line.fourth-width
    ~ .third-width.error
    .field-label {
    flex: 25%;
    max-width: 25%;
    text-align: left;
    background-position: -3px 0;
  }
  form.form
    p.form-field.same-line.fourth-width
    ~ .third-width.error
    .field-label
    + select,
  form.form
    p.form-field.same-line.fourth-width
    ~ .third-width
    .field-label
    + input {
    flex: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 860px) {
  form.form p.error.no-label + p.form-field.third-width .field-label {
    text-align: unset;
  }
}

form.form p.form-field .field-label {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  width: 100%;
  padding-left: 12px;
  padding-right: 16px;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  color: #494949;
  background-position: -3px 0%;
  text-align: left;
}

@media only screen and (min-width: 482px) {
  form.form p.form-field .field-label {
    flex: 0 0 25%;
    max-width: 25%;
  }

  form.form.form-devo.left-aligned p.error.no-label {
    margin-left: 25%;
  }
}
@media screen and (min-width: 860px) {
  form.form p.form-field .field-label {
    background-position: 100% 0%;
    padding-right: 32px;
    padding-left: 16px;
    text-align: right;
  }
  form.form p.error.no-label + p.form-field.third-width .field-label {
    background-position: 100% 0%;
  }
}
form.form p.form-field .field-label + input,
form.form p.form-field .field-label + select {
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
form.form p.form-field .field-label + input::placeholder,
form.form p.form-field .field-label + select::placeholder {
  color: #757575;
}

form.form p.form-field .field-label + input:disabled,
form.form p.form-field .field-label + select:disabled {
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
}

form.form p.form-field .field-label + input:hover,
form.form p.form-field .field-label + select:hover {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #88c8ff;
}

form.form p.form-field .field-label + input:focus,
form.form p.form-field .field-label + select:focus {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #0068c3;
  box-shadow: 0 3px 6px 0 rgba(229, 240, 249, 0.1);
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}

form.form.form-devo p.form-field .field-label {
  color: #616161;
}

form.form.form-devo p.error,
form.form.form-devo .form-field + div {
  color: #ff1a1a;
  margin: 0px 0px 2px 0px;
}

.red-color,
form.form.form-devo div.error,
form.form.form-devo p.error,
form.form.form-devo p.error label,
form.form.form-devo span.error {
  color: #ff1a1a;
}

form.form.form-devo p.error.no-label,
form.form.form-devo .form-field + div {
  padding: 0;
  width: 100%;
  margin: 0;
  color: #ff1a1a;
  margin-bottom: 8px;
  font-size: 14px;
}

form.form.form-devo .form-field.email + div {
  margin: 0;
  display: none;
}

form.form.form-devo .form-field.error input,
form.form.form-devo .form-field.error select {
  color: #212121;
  background: #ffffff;
  border: 1px solid #ff1a1a;
}

form.form.form-devo .form-field.error input:focus,
form.form.form-devo .form-field.error select:focus {
  box-shadow: 0 3px 6px 0 rgba(255, 26, 26, 0.1);
  color: #212121;
  background: #ffffff;
  border: 1px solid #ff1a1a;
}

form.form.form-devo .form-field.error input:hover,
form.form.form-devo .form-field.error select:hover {
  color: #212121;
  background: #ffffff;
  border: 1px solid #ff1a1a;
}

.red-background,
form.form.form-devo p.errors {
  color: #ff1a1a;
  display: none;
}

form.form.form-devo.left-aligned p.errors {
  margin-left: 25%;
}

@media only screen and (min-width: 482px) {
  form.form p.form-field .field-label + input {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

form.form-layered * {
  box-sizing: border-box;
}

form.form-layered {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-width: 1000px;
}

form.form-layered .form-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

form.form-layered .form-field input {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

@media only screen and (min-width: 482px) {
  form.form-layered p.form-field.half .field-label + input {
    flex: 0 0 50%;
    margin-right: 50%;
    min-width: 300px;
  }
}

@media only screen and (min-width: 482px) {
  form.form-layered p.form-field .field-label + input {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

form.form.form-layered p.form-field .field-label {
  background-position: 100% 0%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  background: none;
  color: black;
  padding-bottom: 5px;
  padding-top: 20px;
}

@media screen and (min-width: 860px) {
  form.form.form-layered p.form-field .field-label {
    background-position: 100% 0%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    background: none;
    color: black;
    padding-bottom: 5px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 482px) {
  form.form.form-layered .form-privacy-text {
    margin-left: 0;
  }
}

form.form.form-layered p.submit {
  margin: 0;
  padding: 0;
}

form.form.form-layered p.submit input,
form.form.form-layered p.submit a {
  background-color: black;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 60px;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding: 18px 60px;
  text-decoration: none;
  transition: 0.3s ease-out;
  text-transform: none;
}

form.form.form-layered p.form-field.optin,
form.form.form-layered .form-field + div.g-recaptcha,
form.form.form-layered p.submit {
  padding-top: 30px;
  margin: 0;
}

@media only screen and (min-width: 482px) {
  form.form.form-layered p.optin label.inline {
    width: 100%;
  }
}
