#toaster-mail {
  position: relative;
}

.toaster-inner {
  position: fixed;
  width: 100%;
  bottom: 0;
  max-width: 300px;
  left: 0;
  background-color: #000;
  padding: 20px;
  z-index: 1;
}

#toaster-mail div#thankyouBlock.final-screen > .thankyou-message {
  padding: 15px;
  font-size: 15px;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  margin: 0;
}

#toaster-mail span.input-error {
  padding: 9px 0;
}

.emailTitle2 .line {
  padding-top: 10px;
  font-weight: 400;
  text-transform: initial;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 9.2px;
  font-family: proxima-nova, sans-serif;
}

#toaster-mail .emailTitle,
#toaster-mail .emailTitle2 {
  font-family: pt_sansbold;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: left;
}

#toaster-mail .emailTitle2 {
  font-size: 12px;
  padding: 10px 0;
}

.termsWrapper2.first .termsContent {
  position: absolute;
  background: #76202d;
  padding: 6px;
}

#toaster-mail .turnKeyClose {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 17px;
}

#toaster-mail .turnKeyClose a:hover,
div#toaster-mail .termsContent a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .toaster-inner {
    width: auto;
    max-width: 100%;
  }
}

.hide_toaster {
  display: none;
}

.show_toaster {
  display: block;
}

@media only screen and (max-width: 767px) {
  #toaster-mail input.submit {
    font-size: 18.27px;
  }

  .emailTitle2 .line {
    font-size: 7px;
  }
}

#toaster-mail .mlist-outer-wrapper [type="checkbox"]:checked,
#toaster-mail .mlist-outer-wrapper [type="checkbox"]:not(:checked) {
  top: 15px;
}

div#toaster-mail .mlist-submit input.submit:hover,
div#toaster-mail .mlist-submit-new input.submit:hover {
  color: #000 !important;
  border: none;
}

#toaster-mail div#thankyouBlock {
  /* position: relative; */
  /* max-width: inherit; */
  /* width: 100%; */
  /* background: 0 0; */
  /* padding-bottom: 20px; */
}

#toaster-mail
  .mlist-outer-wrapper.embedded-inline-list.country-detect.footer1.home.customPageName {
  max-width: none;
  margin: 0 auto;
}

div#toaster-mail .toaster-inner {
  background: #000;
  border: 2px solid #fff;
  box-sizing: border-box;
}

div#toaster-mail .emailTitle2 {
  text-align: left;
  letter-spacing: 0.85px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 17px;
  font-family: gtpressuramonotrial-regularRg;
  padding-left: 3%;
}

div#toaster-mail .mlist-wrapper .mlist-field {
  max-width: 90%;
  display: inline-block;
  width: 100%;
  float: none;
  margin: 0;
}

div#toaster-mail .mlist-wrapper .mlist-field.email-field {
  max-width: 59%;
}

div#toaster-mail .mlist-wrapper .mlist-checks {
  max-width: 90%;
  margin: 0 auto;
}

div#toaster-mail form#signupSplash2 .mlist-field.email-field input#email {
  border-bottom: 0;
  border: 1px solid #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 7px;
}

div#toaster-mail .mlist-submit.submit-field {
  display: inline-block;
  width: 100%;
  max-width: 30%;
}

div#toaster-mail form#signupSplash2 .mlist-field.email-field input.submit {
  width: 100%;
}

div#toaster-mail .email-submit-wrap {
  max-width: 100%;
  margin: 0 auto;
}

div#toaster-mail form#signupSplash2 .mlist-submit.submit-field input.submit {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

div#toaster-mail .termsWrapper1.first {
  max-width: 265px;
  margin: 0 auto;
}

div#toaster-mail .termsWrapper1 .terms {
  text-align: right;
  font-size: 6px;
  letter-spacing: 0.15px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  padding-top: 2%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

div#toaster-mail .termsWrapper1 a.terms::after {
  content: "Terms";
  font-weight: 400;
  margin-left: 0;
}

div#toaster-mail .termsWrapper1 a.terms.showing::after {
  content: "Hide";
}

div#toaster-mail .termsWrapper1 .terms a:hover {
  opacity: 1;
  color: #f77d07;
  -webkit-text-fill-color: #f77d07;
}

div#toaster-mail .toaster-inner {
  padding: 15px;
}

div#toaster-mail span.input-error {
  top: -18px;
  font-size: 7px;
  text-transform: initial;
}

div#toaster-mail
  .mlist-outer-wrapper
  [type="checkbox"].error:not(:checked)
  + label:before,
div#toaster-mail .mlist-outer-wrapper input.error {
  border: 0;
  border: 1px solid red !important;
}

div#toaster-mail div#thankyoublock-innerwrapper .mlist-field {
  margin-bottom: 5px;
}

div#toaster-mail .termsWrapper1.second .terms {
  text-align: center;
  font-size: 7px;
}

div#toaster-mail .termsWrapper1.second .termsContent {
  text-align: left;
  font-size: 7px;
}

div#toaster-mail .mlist-submit input.submit,
div#toaster-mail .mlist-submit-new input.submit {
  background: #fff;
  color: #000;
}

div#toaster-mail .thankyou-message.embed {
  color: #fff;
  margin: 0 0 5px;
  font-size: 10px;
  padding: 40px 0;
}

div#toaster-mail .thankswelcome-msg {
  font-size: 9px;
}

div#toaster-mail div#thankyouBlock {
  color: #fff;
}

div#toaster-mail div#thankyoublock-innerwrapper .mlist-field label {
  color: #fff;
  font-size: 9px;
}

div#toaster-mail input[type="email"],
div#toaster-mail input[type="text"],
div#toaster-mail input[type="textarea"],
select {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

div#toaster-mail select option {
  background: #000;
}

div#toaster-mail .mlist-outer-wrapper [type="checkbox"]:checked + label:before{
  border: 1px solid #fff;
}

div#toaster-mail
  .mlist-outer-wrapper
  [type="checkbox"].error:not(:checked)
  + label:before,
div#toaster-mail .mlist-outer-wrapper input.error {
  border: 1px solid red !important;
}

div#toaster-mail .mlist-outer-wrapper [type="checkbox"]:checked + label:after,
div#toaster-mail
  .mlist-outer-wrapper
  [type="checkbox"]:not(:checked)
  + label:after {
  color: #fff;
}

div#toaster-mail .turnKeyClose a {
  color: #fff;
}

div#toaster-mail a.terms {
  color: #fff;
  font-style: normal;
}

div#toaster-mail .terms a.terms:hover {
  opacity: 0.5;
}

div#toaster-mail .termsContent {
  color: #fff;
font-size: 8px;
}

div#toaster-mail .mlist-submit input.submit,
div#toaster-mail .mlist-submit-new input.submit {
  background: #d84128 0 0 no-repeat padding-box;
  text-align: center;
  font-family: gtpressuramonotrial-regularRg;
  letter-spacing: 0.68px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 9px;
}

body div#toaster-mail form#signupSplash2 .mlist-field.email-field input#email {
  text-transform: initial;
  font-size: 14px;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #fff;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
}
body div#toaster-mail form#signupSplash2 .mlist-field.email-field input#email.errored {
    border: 1px solid red;
}

div#toaster-mail label.global-list {
  color: #fff;
  font-size: 10px;
}

div#toaster-mail input[type="email"],
div#toaster-mail input[type="text"],
div#toaster-mail input[type="textarea"],
div#toaster-mail select {
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 25px;
  line-height: 23px;
  font-size: 11px;
  padding-left: 4%;
}

div#toaster-mail .termsContent a {
  color: #fff;
    font-size: 8px;
}

div#toaster-mail #headermailingWrapper div#thankyouBlock {
  position: absolute;
  top: -19px;
  left: 0;
  background: #000;
}

div#toaster-mail select {
  background-color: #fff;
  height: 25px;
  line-height: 23px;
  font-size: 11px;
  padding-left: 4%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  background-size: 7px;
}

div#toaster-mail .mlist-wrapper select#dobDay,
div#toaster-mail .mlist-wrapper select#dobMonth {
  width: 46%;
}

div.toaster-inner {
  z-index: 5;
}

div#toaster-mail .mlist-submit-new input.submit {
  width: 70%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}

.termsContent.fadeIn {
  display: block !important;
}

@media all and (max-width: 767px) {
  div#toaster-mail input.submit {
    font-size: 12px;
  }

  #toaster-mail .mlist-wrapper .mlist-field.email-field {
    max-width: 65%;
  }

  #toaster-mail .email-submit-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  div#toaster-mail .termsWrapper1.first {
    max-width: 400px;
    margin: 0 auto;
  }

  div#toaster-mail .toaster-inner {
    width: 100%;
  }

  div#toaster-mail .termsWrapper1.first {
    max-width: 92%;
    margin: 0 auto;
  }

  div#toaster-mail div#thankyouBlock {
    max-height: 90vh;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  div#toaster-mail .mlist-submit.submit-field {
    margin-left: 2%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  div#toaster-mail div#thankyouBlock {
    max-height: 64vh;
    overflow: scroll;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
  .toaster-inner {
    max-width: 350px;
  }
}
