.newsletter-signup-modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-modal-dialog {
  background-color: white;
  margin: 30px auto;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
}

.newsletter-modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.newsletter-modal-image {
  width: fit-content;
}

.newsletter-modal-image img {
  width: 100%;
  height: auto;
}

.newsletter-modal-image img.mobile {
  display: inline;
  object-fit: cover;
}

.newsletter-modal-image img.desktop {
  display: none;
}

.newsletter-modal-body {
  padding: 10vw;
  flex-grow: 1;
}

.newsletter-modal-body button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
}

.newsletter-modal-body button.close span {
  font-size: 41px;
  line-height: 17px;
  display: block;
  color: white;
  width: 26px;
  height: 26px;
}

.newsletter-modal-body .form-group-checkboxes {
  margin-bottom: 0;
}

.newsletter-modal-body .form-group-checkboxes ul {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding-left: 0;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 0;
}

.newsletter-modal-body .form-group-checkboxes ul li {
  padding-left: 10px;
  padding-right: 5px;
}

.newsletter-modal-body .form-group-checkboxes ul li label {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #565a61;
}

.newsletter-modal-body input.email {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #7e7f80;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

.newsletter-modal-body input.email::-webkit-input-placeholder {
  color: #c4c4c4;
}

.newsletter-modal-body input.email:-moz-placeholder {
  color: #c4c4c4;
}

.newsletter-modal-body input.email::-moz-placeholder {
  color: #c4c4c4;
}

.newsletter-modal-body input.email:-ms-input-placeholder {
  color: #c4c4c4;
}

.newsletter-modal-body .button-wrapper {
  text-align: center;
}

.newsletter-modal-body .button-wrapper .btn {
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-weight: 900;
  font-size: 18.7px;
  background-color: #08b2e3;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
}

.newsletter-modal-body .noShowWelcome {
  color: #7c7d80;
  text-align: center;
  margin-top: 7px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  padding-top: 0px;
  text-decoration: underline;
}

.newsletter-modal-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.033em;
  font-weight: 700;
  color: #8991a5;
}

.newsletter-modal-subheading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.033em;
  font-weight: 700;
  color: #33373d;
  margin-top: 10px;
}

.newsletter-modal-status {
  font-family: "Roboto Slab", serif;
  color: #33373d;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
  color: #08b2e3;
  margin-top: 75px;
  text-align: center;
  display: none;
}

.newsletter-modal-status.info {
  display: block;
}

.newsletter-modal-status.error {
  display: block;
  color: #fa6e4e;
  background-color: transparent;
  margin-top: 75px;
}

.newsletter-modal-loader.tetrominos-loader {
  display: none;
  width: 72px;
  margin: 100px auto 0;
}

.newsletter-modal-loader.tetrominos-loader .loader-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #8991a5;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 50px;
  left: -15px;
  width: 99px;
}

@media (min-width: 500px) {
  .newsletter-modal-image img.mobile {
    height: 307px;
  }
}
@media (min-width: 799px) {
  .newsletter-modal-dialog {
    margin-top: calc(50vh - 181px);
    width: 760px;
    height: 362px;
  }
  .newsletter-modal-content {
    flex-flow: row nowrap;
  }
  .newsletter-modal-image {
    height: 362px;
  }
  .newsletter-modal-image img {
    width: auto;
    height: 100%;
  }
  .newsletter-modal-image img.mobile {
    display: none;
  }
  .newsletter-modal-image img.desktop {
    display: inline;
  }
  .newsletter-modal-body {
    position: relative;
    padding: 50px;
  }
  .newsletter-modal-heading {
    font-size: 31px;
    line-height: 31px;
  }
  .newsletter-modal-subheading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1042px) {
  .newsletter-modal-dialog {
    margin-top: calc(50vh - 238px);
    width: 984px;
    height: 476px;
  }
  .newsletter-modal-image {
    height: 476px;
  }
  .newsletter-modal-body {
    padding: 100px;
  }
  .newsletter-modal-heading {
    font-size: 34px;
    line-height: 34px;
  }
  .newsletter-modal-subheading {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1250px) {
  .newsletter-modal-dialog {
    margin-top: calc(50vh - 291px);
    width: 1192px;
    height: 582px;
  }
  .newsletter-modal-image {
    height: 582px;
  }
  .newsletter-modal-heading {
    font-size: 44px;
    line-height: 44px;
  }
  .newsletter-modal-subheading {
    font-size: 29px;
    line-height: 29px;
  }
}
@media screen and (orientation: landscape) and (max-width: 798px) {
  .newsletter-modal-image {
    display: none;
  }
  .newsletter-modal-body {
    padding: 5vw;
  }
  .newsletter-modal-body .form-group-email {
    width: 49%;
    display: inline-block;
    margin-bottom: 0;
  }
  .newsletter-modal-body .form-group-email input {
    border-right: none;
  }
  .newsletter-modal-body .button-wrapper {
    width: 50%;
    display: inline-block;
    margin: 0;
    position: relative;
    left: -4px;
    top: -3px;
  }
}
