span {
  font-weight: 600;
}

.popupMessageFixedContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popupMessageDivContainer {
  height: 100vh;
  width: 100%;
}

.popupMessageDiv {
  width: 900px;
  height: auto;
  max-height: 500px;
  position: relative;
  margin: 0 auto;
  color: #000;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}

.popupColumn1 {
  height: 100%;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: block;
}

.popupColumn2 {
  width: 40%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 5rem;
  flex-direction: column;
}

.popupImage {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
}

.popupSubtitle {
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  display: none;
}

.popupTitle {
  font-size: 35px;
  line-height: 39px;
  width: 95%;
  margin: 20px 0 10px;
  color: #18355d;
}

.popupText {
  width: 65%;
  margin: 15px 0 40px;
  font-size: 20px;
  line-height: 22px;
  color: #18355d;
}

.signInInputPop {
  padding: 0;
  width: 50%;
  overflow: hidden;
  line-height: 35px;
}

#registerEmailPop {
  width: 100%;
}

.popupButton:hover {
  color: #18355d;
  background-color: #fff;
}

.popupButton {
  margin: 20px 0 25px;
  width: 40%;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: auto;
  background-color: #18355d;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  border: 1px solid;
  cursor: pointer;
  overflow: hidden;
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
}

.newsletterPopupColumn {
  width: 90%;
}

.emailFooterInput {
  width: 100%;
  line-height: 40px;
  position: relative;
  color: #00000080;
  box-sizing: border-box;
  border: none;
  text-indent: 10px;
  background-color: #ececec;
}

.emailFooterInput::-webkit-input-placeholder {
  color: #00000080;
  opacity: 1;
}

.emailFooterInput:-moz-placeholder {
  color: #00000080;
  opacity: 1;
}

.emailFooterInput::-moz-placeholder {
  color: #00000080;
  opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
  color: #00000080;
  opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
  color: #00000080;
  opacity: 1;
}

.popupClose {
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #00000080;
  padding-top: 1px;
  font-size: 26px;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .popupMessageDiv {
    width: 90%;
    max-height: 85vh;
    overflow: auto;
    display: block;
  }

  .popupColumn1 {
    width: 100%;
  }

  .popupColumn2 {
    width: 90%;
    margin-left: 5%;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
  }

  .popupTitle {
    font-size: 25px;
    line-height: 24px;
    margin: 20px 0 15px;
  }

  .popupText {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    width: 100%;
  }

  .popupSubtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .emailFooterInput {
    width: 100%;
  }

  .popupButton {
    width: 100%;
    padding: 0;
    font-size: 15px;
    margin-top: 10px;
  }

  .newsletterPopupColumn {
    margin-top: 10px;
    width: 100%;
  }

  .popupImage {
    width: 100%;
    background-repeat: no-repeat;
  }
}
