


body {
  border: 0;
  padding: 0;
  background: transparent;
  /* overflow: hidden; */
  font-family: "Martian Mono", monospace;
}

input.email.errored {
  border-color: #fe0000;
}

.mlist-section {
  width: 570px;
  margin: 0 auto;
  max-width: 691px;
  text-align: center;
}

select {
  font-size: 16px;
}

p.message-description {
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin: 40px 0 20px;
}

input {
  background: none;
  border: none;
  border: 1px solid #fff;
  outline: none;
  text-align: center;
  color: #272727;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin-top: 10px;
  -webkit-appearance: none !important;
  font-size: 13px;
  /* border-radius: 5px; */
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
}

input::placeholder {
  color: #272727;
  text-transform: capitalize;
  /* line-height: 20px; */
}

.country.select-drop-down-arrow {
  /* display: none; */
  width: 100%;
  font-size: 0;
}

.birthday {
  /* display: none; */
  font-size: 0;
}

.globaloptin {
  /* display: none; */
  margin-top: 20px;
  margin-left: -2px;
}

input.submit.mlistSubmit {
  width: 135px;
  max-width: 100%;
  height: 16px;
  border: none;
  background: #272727;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s;
  margin-top: 1.8vw;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: 600;
  border-radius: 0;
}

input.submit.mlistSubmit:hover {
  background: #fff;
  /* border: none; */
  color: #515151;
}

span.input-error {
  position: absolute;
  font-size: 9px;
  left: 0;
  bottom: 45px;
  color: red;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.email.fieldWrap {
  position: relative;
}

a.terms {
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.5s;
}

a.terms:hover {
  /* color: #000; */
  opacity: 0.5;
}

.terms {
  margin-top: 8px;
  text-align: center;
}

p.terms-message.fadeIn {
  width: 95%;
  margin: 0 auto;
  font-size: 10px;
  color: #fff;
  background: transparent;
  padding: 5px;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  border: none;
  margin-top: 10px;
}

p.terms-message.fadeIn a {
  color: #fff;
  transition: all 0.5s;
}

p.terms-message.fadeIn a:hover {
  color: #fff;
}

.thankyou.fadeOut.fadeIn {
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.address.fieldWrap,
.city.fieldWrap,
.last.fieldWrap,
.first.fieldWrap,
.state.fieldWrap {
  position: relative;
}

label.goptin_checkbox {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

input#goptin:checked:after {
  content: "\2713";
  color: #272727;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  /* margin-top:2px; */
  margin-top: 2px;
  margin-left: -2px;
  box-sizing: border-box;
  left: 64%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

input#goptin {
  position: relative;
}



select.country.form-control {
  background: url(../images/arrow_drop_down.svg);
  border: none;
  border: 1px solid #fff;
  outline: none;
  text-align: left;
  color: #272727;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin-top: 10px;
  -webkit-appearance: none !important;
  font-size: 13px;
  /* border-radius: 5px; */
  padding-left: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 10px;
  background-color: #fff;
  border-radius: 0;
}

select.dobMonth,
select.dobDay {
  background: url(../images/arrow_drop_down.svg);
  border: none;
  border: 1px solid #fff;
  outline: none;
  text-align: left;
  color: #272727;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin-top: 10px;
  -webkit-appearance: none !important;
  font-size: 13px;
  /* border-radius: 5px; */
  display: inline-block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 10px;
  text-transform: CAPITALIZE;
  background-color: #fff;
  border-radius: 0;
}

.dobDay.fieldWrap.select-drop-down-arrow,
.dobMonth.fieldWrap {
  width: 49%;
  display: inline-block;
}

.dobDay.fieldWrap.select-drop-down-arrow {
  margin-left: 1%;
}

.dobMonth.fieldWrap {
  margin-right: 1%;
}

.first.fieldWrap,
.last.fieldWrap {
  display: block;
  width: 100%;
}

.last.fieldWrap {
  margin-left: 1%;
}

.first.fieldWrap {
  margin-right: 1%;
}

.name {
  font-size: 0;
}

option {
  background: #fff;
  color: #272727;
}


.plain-ml-wrapper .fadeOut {
  display: none;
}

.plain-ml-wrapper .fadeIn {
  display: block;
}

.page-node-type-miscellaneous-pages div#main {
  background: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper input:not([type="submit"]) {
  color: #fff;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper label.moveUp {
  background-color: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper #mlform #terms .terms-message,
.page-node-type-miscellaneous-pages .plain-ml-wrapper #secondform .terms .terms-message {
  color: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper div.country {
  margin-top: 8px;
}

.globaloptin input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  /* color: #272727; */
  padding: 0;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item.quickedit-field {
  background: #000;
}

.plain-ml-wrapper.firstMlistForm {
  max-width: 500px;
  margin: 0 auto;
}

.fieldWrap label {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  display: block;
}

.submit {
  margin: 0 auto;
  text-align: center;
}

.birth-date-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  display: block;
}

.country.select-drop-down-arrow label {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Martian Mono", monospace;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  display: block;
}

select.country.form-control.errored {
  border: 1px solid #fe0000;
}

form#mlistFormTwo label {
  display: none;
}

.fieldWrap label {
  display: none;
}

.country.select-drop-down-arrow label {
  display: none;
}

.birth-date-title {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #272727;
  -webkit-text-fill-color: #272727;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

label {
    font-size: 0.65vw;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  p.message-description {
    font-size: 12px;
    line-height: 20px;
  }

  .mlist-section {
    width: 86%;
    max-width: unset;
    margin-top: 12px;
  }

  input {
    width: 100%;
    max-width: unset;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .submit {
    margin-top: 34.5px;
  }

  p.terms-message.fadeIn {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .terms {
    position: relative;
  }

  .thankyou.fadeOut.fadeIn {
    font-size: 14px;
  }

  span.input-error {
    left: 0%;
  }
  select.country.form-control{
    font-size: 16px;
  }
  select.dobMonth, select.dobDay{
    font-size: 16px;
  }
}