input.errored,
select.errored,
select.country.form-control.errored,
input.email.errored,
input.mobile.errored {
  border-color: red;
}

input#Sweeps_TermsConfirm.errored ~ .goptin_checkbox:before,
input#artist_mktg_consent.errored ~ .goptin_checkbox:before,
input#mobile_mktg_consent.errored ~ .mobile_mktg_consent_txt:before {
  border-color: red !important;
  border: 0.267vw solid;
}

.mlist-section {
  width: 570px;
  margin: 0 auto;
  max-width: 691px;
  text-align: center;
}

select {
  font-size: 16px;
}

p.message-description {
  font-family: "arial_narrowregular";
  font-size: 15px;
  line-height: 1.041vw;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 40px 0;
}

input {
  background: none;
  border: none;
  border-bottom: 1.5px solid #fff;
  outline: none;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 100%;
  height: 40px;
  -webkit-appearance: none !important;
  font-size: 13px;
  text-align: left;
  padding: 0 8px;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-family: "arial_narrowregular";
}

input::placeholder {
  color: #000;
}

.country.select-drop-down-arrow,
.gender.select-drop-down-arrow {
  /* display: none; */
  width: 100%;
  font-size: 0;
}

.conditions {
  margin: 36px 0;
}

.globaloptin {
  /* display: none; */
  margin-bottom: 10vw;
  position: relative;
}

.globaloptin a {
  color: #fff;
  white-space: nowrap;
}

input.submit.mlistSubmit {
  width: 100%;
  height: auto;
  border: 1.5px solid #fff;
  background: #fff;
  color: #870000;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: 1.8vw;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.75rem 2rem;
  font-family: "arial_narrowregular";
}

.container__btn {
  /* width: 150px; */
  height: auto;
  border: 1.5px solid #fff;
  background: #fff;
  color: #870000;
  font-size: 18px;
  transition: all 0.3s;
  margin: 2rem 16px 1rem 16px;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.25rem 2rem;
  font-family: "arial_narrowregular";
  text-decoration: none;
  z-index: 1;
  display: block;
}

.container__btn:last-of-type {
  margin: 1rem 16px 1rem 16px;
}

input.submit.mlistSubmit:hover {
  opacity: 0.5;
}

input.submit.mlistSubmit[disabled] {
  opacity: 0.2;
}

span.input-error {
  position: relative;
  font-size: 9px;
  left: 0;
  bottom: -10px;
  color: red;
  font-family: "arial_narrowregular";
  top: 0;
}

.email.fieldWrap,
.mobile.fieldWrap {
  position: relative;
}

a.terms {
  font-family: "arial_narrowregular";
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
}

a.terms:hover {
  /* color: #000; */
  opacity: 0.5;
}

.terms {
  margin-top: 8px;
  text-align: center;
}

p.terms-message.fadeIn {
  width: 70%;
  margin: 0 auto;
  font-size: 11px;
  color: #000;
  background: #000;
  padding: 5px;
  font-family: "arial_narrowregular";
  line-height: normal;
  letter-spacing: 1px;
  border: 1px solid #000;
  margin-top: 10px;
}

p.terms-message.fadeIn a {
  color: #000;
  transition: all 0.5s;
}

p.terms-message.fadeIn a:hover {
  color: #000;
}

.thankyou.fadeOut.fadeIn {
  font-family: "arial_narrowregular";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.email.fieldWrap,
.mobile.fieldWrap,
.first.fieldWrap,
.mobile.fieldWrap,
.address.fieldWrap,
.city.fieldWrap,
.last.fieldWrap,
.first.fieldWrap,
.state.fieldWrap,
.country.fieldWrap {
  position: relative;
  margin: 0 auto 1.25vw;
}

label.goptin_checkbox,
label.mobile_mktg_consent_txt {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 85%;
  text-align: left;
  text-transform: unset;
  font-size: 10px;
  font-weight: 400;
  font-family: "arial_narrowregular";
  font-size: 0.625vw;
  letter-spacing: 0;
  line-height: 0.781vw;
}

input#artist_mktg_consent:checked:after,
input#mobile_mktg_consent:checked:after {
  font-family: "";
  content: "\2713";
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  /* margin-top:2px; */
  margin-top: 2px;
  margin-left: -3px;
  box-sizing: border-box;
  left: 64%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

input#artist_mktg_consent,
input#mobile_mktg_consent {
  /* position: relative; */
}

input#artist_mktg_consent.errored,
input#mobile_mktg_consent.errored {
  border-color: red;
}

.globaloptin input#mobile_mktg_consent:disabled,
.globaloptin input#artist_mktg_consent:disabled {
  border-color: rgba(255, 255, 255, 0.4);
}

select.country.form-control,
select.gender.form-control {
  /* border: none; */
  /* border-bottom: 1.5px solid #fff; */
  /* outline: none; */
  /* text-align: center; */
  /* color: #000; */
  /* font-family: "arial_narrowregular"; */
  /* width: 100%; */
  /* max-width: 100%; */
  /* height: 40px; */
  /* background-color: transparent; */
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  /* appearance: none; */
  /* font-size: 16px; */
  /* padding: 0 8px; */
  /* margin: 0 0 0.5rem 0; */
  /* text-align: left; */
  /* font-family: "arial_narrowregular"; */
}

select.dobMonth,
select.dobDay {
  color: #fff;
  border: none;
  height: 40px;
  border-bottom: 1px solid #fff;
  margin: 0;
  font-size: 16px;
  background: transparent;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  appearance: none;
  font-family: "arial_narrowregular";
  margin: 0 0 0.5rem 0;
  padding: 0 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  color: #000;
  -webkit-text-fill-color: #000;
}

.dobDay.fieldWrap.select-drop-down-arrow,
.dobMonth.fieldWrap {
  width: 100%;
}

.dobDay.fieldWrap.select-drop-down-arrow select,
.dobMonth.fieldWrap select {
  width: 100%;
  background: transparent;
  background-color: transparent;
  outline: none;
}

.birthday {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.first.fieldWrap,
.last.fieldWrap {
  display: block;
  width: 100%;
}

.last.fieldWrap {
  margin-left: 0;
}

.first.fieldWrap {
  margin-right: 0;
}

.name {
  font-size: 0;
}

option {
  background: #fff;
  color: #000;
}

.plain-ml-wrapper .fadeOut {
  display: none;
}

.plain-ml-wrapper .fadeIn {
  display: block;
}

div#main {
  background: #000;
}

.plain-ml-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.plain-ml-wrapper input:not([type="submit"]) {
  color: #000;
}

.plain-ml-wrapper label.moveUp {
  background-color: #000;
}

.plain-ml-wrapper #mlform #terms .terms-message,
.plain-ml-wrapper #secondform .terms .terms-message {
  color: #000;
}

.globaloptin input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  border: 1.5px solid #fff;
  margin-right: 6px;
}

.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: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.submit {
  margin: 0 auto;
  text-align: center;
}

.birth-date-title {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.country.select-drop-down-arrow label,
.gender.select-drop-down-arrow label {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.layout-main-wrapper {
  max-width: 100%;
}

.highlighted {
  display: none;
}

.main-content .section {
  padding: 0;
}

.layout-main {
  margin: 0 auto;
}

.layout-no-sidebars .main-content {
  float: none;
}

header#header {
  display: none;
}

footer.site-footer {
  display: none;
}

.desktopFooterWrapper {
  font-size: 10px;
  color: #000;
  text-align: center;
  padding-top: 46px;
  text-transform: lowercase;
  color: #fff;
  font-family: "arial_narrowregular";
}

.desktopFooterWrapper__terms {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.desktopFooterWrapper a {
  color: #fff;
  text-decoration: none;
}

.iti--allow-dropdown {
  width: 100%;
}

.thankyou {
  margin: 2rem 0 0 1rem;
  text-align: center;
  font-family: "arial_narrowregular";
  color: white;
}

.thankyou .container__banner__text {
  font-size: 6rem;
  line-height: 4rem;
}

.thankyou .container__banner__text span:first-child {
  margin-right: 4rem;
}

.thankyou .container__banner__text span:nth-child(2) {
  margin-left: 8rem;
}

.thankyou .button {
  margin-top: 6rem;
  max-width: 340px;
  height: auto;
  background: #fff;
  color: #000;
  font-size: 16px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.75rem 2rem;
  cursor: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: "arial_narrowregular";
}

.date-input,
.date-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.date-placeholder {
  display: block;
}

.date-input {
  display: none;
}

.container {
  padding: 48px;
  max-width: 1440px;
}

.desktopFooterWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom {
  padding: 8px 48px;
}

.desktopFooterWrapper {
  font-weight: bold;
}

.desktopFooterWrapper__terms {
  color: #fff;
}

.desktopFooterWrapper__terms a {
  font-weight: bold;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.container__banner {
  width: 55%;
  max-width: unset;
  position: relative;
}

.container__banner__img {
  margin-top: 0;
  padding: 0;
}

.mailing-total-wrapper {
  display: block;
  /* visibility: hidden; */
  width: 100%;
  padding: 0;
  margin: 0 0rem 12rem 0rem;
}

.bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px 48px;
}

.sign-up {
  width: 500px;
}

.container__banner__text {
  font-size: 8.75rem;
  line-height: 7.75rem;
}

.container__banner__img__text {
  font-size: 3.5rem;
  left: 10rem;
  top: -2.25rem;
}

.plain-ml-wrapper.firstMlistForm {
  max-width: unset;
  margin: 0 auto;
}

#signupForm {
  display: block;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0;
  grid-column-gap: 1rem;
}

.conditions {
  margin: 16px 0 0 0;
  grid-column: span 2;
  padding-left: 2rem;
}

input {
  height: 30px;
  border: 1px solid #000;
  margin: 0;
  font-size: 14px;
}

select.dobMonth,
select.dobDay {
  height: 30px;
  font-size: 14px;
}

select.country.form-control,
select.gender.form-control {
  /* height: 30px; */
  /* border: 1px solid #000; */
  /* margin: 0; */
  /* font-size: 14px; */
  /* background: transparent; */
  /* background-color: transparent; */
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  /* appearance: none; */
}

.plain-ml-wrapper div.country {
  /* margin-top: 0; */
}

.submit {
  grid-column: span 2;
}

input.submit.mlistSubmit {
  margin-top: 0;
  max-width: 100%;
  width: 300px;
  border: 1.5px solid #fff;
  padding: 0.5rem 2rem;
}

label.goptin_checkbox,
label.mobile_mktg_consent_txt {
  /* font-size: 8px; */
}

.thankyou .container__banner {
  top: 8rem;
  bottom: unset;
}

.thankyou .container__banner__text {
  font-size: 8rem;
  margin: 0;
}

.thankyou .container__banner__text span:first-child {
  margin-right: 0;
}

.thankyou .container__banner__text span:nth-child(2) {
  margin-left: 0;
}

.thankyou .button {
  width: 500px;
  margin-right: 10%;
  margin-left: auto;
}

.container__btn {
  width: 150px;
  position: absolute;
  left: -3rem;
  top: 3.5rem;
  bottom: 0;
  margin: auto;
  height: fit-content;
  height: max-content;
  height: min-content;
  padding: 0.5rem 2rem;
  padding-left: 0;
  padding-right: 0;
}
.container__btn--2nd {
  top: 18.75rem;
  left: -4rem;
}

.sign-up {
  width: 550px;
}

.container {
  padding: 0 128px;
}

.container__banner {
  width: 50%;
}

.mailing-total-wrapper {
  width: 100%;
  margin: 0 0rem 14rem 0rem;
}

.container__banner__text {
  font-size: 13rem;
  line-height: 10rem;
}

.container__banner__img__text {
  font-size: 4.5rem;
  left: 12rem;
  top: -3.25rem;
}

input,
select {
  height: 40px;
  font-size: 16px;
  background: #fff6d3;
  width: 100%;
  color: #000000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  outline: none;
  text-transform: none;
  padding: 0;
  border-radius: 0;
  margin: 0% auto 0%;
  font-style: normal;
  font-size: 0.938vw;
  letter-spacing: 0px;
  height: 2.604vw;
  line-height: 2.604vw;
  -webkit-text-fill-color: #000000;
  opacity: 1;
  border-radius: 0;
  text-align: left;
  appearance: none;
  -webkit-appearence: none;
  background: #fff;
  border: 0.052vw solid #fff;
  opacity: 1;
  text-indent: 0.5vw;
}

select.dobMonth,
select.dobDay {
  height: 40px;
  font-size: 16px;
}

select.country.form-control,
select.gender.form-control {
  /* height: 40px; */
  /* font-size: 16px; */
  /* background-color: transparent; */
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  /* appearance: none; */
  background: url(../images/DropDown.svg?kkf) #fff;
  background-repeat: no-repeat;
  background-size: 0.75vw;
  background-position: 95% 50%;
}

input.submit.mlistSubmit {
  width: 440px;
  margin-right: 4rem;
  font-size: 1.5rem;
  width: auto !important;
  width: 100%;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 2vw;
  line-height: 2vw;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 0.104vw solid #000000;
  opacity: 1;
  font-size: 1.302vw;
  cursor: pointer;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  /* font-weight: 400; */
  font-family: "arial_narrowbold";
  outline: 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

label.goptin_checkbox,
label.mobile_mktg_consent_txt {
  /* font-size: 10px; */
}
label.mobile_mktg_consent_txt {
  padding-left: 3vw;
}
label.goptin_checkbox {
  margin-left: 2.5vw;
}

label:not(.goptin_checkbox) {
  position: unset;
  top: unset;
  left: unset;
  transform: none;
  text-align: left;
  text-transform: none;
  font-size: 0.625vw;
  letter-spacing: 0;
  line-height: 0.781vw;
  color: #fff;
  font-style: normal;
  margin: 0;
  font-family: "arial_narrowregular";
  padding-left: 2.5vw;
  width: 85%;
  display: block;
}

.conditions {
  padding: 0;
  margin: 2vw 0 2vw 0 !important;
}

.thankyou {
  margin: 1rem 0;
}

.container__btn {
  padding-left: 1rem;
  padding-right: 1rem;
  left: -7.25rem;
  top: 1rem;
  font-size: 1.5rem;
  width: 200px;
}

.container__btn--2nd {
  left: -8.25rem;
  top: 21rem;
}

.globaloptin:last-of-type {
  margin-bottom: 0.25rem;
}

form#signupForm > div {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  /* margin: 0 auto; */
  text-align: center;
}

.thankyou .container__banner {
  top: 8rem;
  bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.container.thankyou {
  display: block;
  text-align: center;
}

.mailing-total-wrapper {
  margin: 0 0 1vw 0;
}
.conditions {
  margin: 0 !important;
}
.globaloptin:last-of-type {
  margin-bottom: 0;
}
.sign-up {
  width: 475px;
}

.globaloptin {
  /* display: none; */
  margin-bottom: 2vw;
  position: relative;
}
.globaloptin.mobile-marketing {
  margin-top: -1vw;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  p.message-description {
    font-size: 12px;
    line-height: 20px;
  }

  select.country.form-control, select.gender.form-control {
    background: url(../images/DropDown.svg?kkf) #fff;
    background-repeat: no-repeat;
    background-size: 3vw;
    background-position: 95% 50%;
}

  .globaloptin {
    /* display: none; */
    margin-bottom: 10vw;
    position: relative;
  }

  .globaloptin.mobile-marketing {
    margin-top: -5vw;
  }
  .email.fieldWrap,
  .mobile.fieldWrap,
  .first.fieldWrap,
  .mobile.fieldWrap,
  .address.fieldWrap,
  .city.fieldWrap,
  .last.fieldWrap,
  .first.fieldWrap,
  .state.fieldWrap,
  .country.fieldWrap {
    position: relative;
    margin: 0 auto 5vw;
  }

  label.goptin_checkbox,
  label.mobile_mktg_consent_txt {
    font-size: 3.2vw;

    margin-bottom: 0;

    padding-left: 12vw;

    line-height: 4vw;

    margin-left: 0;
  }

  .mlist-section {
    width: 86%;
    max-width: unset;
    margin-top: 12px;
  }

  input,
  select {
    width: 100%;
    max-width: unset;
    font-size: 16px;
    line-height: 18px;
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 4.267vw;
    letter-spacing: 0px;
    text-indent: 4vw;
    border: #000 0.267vw solid;
  }

  .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: 19%;
  }
}
